#deliverySlots {
       position:relative;
       display:block;
}
#deliverySlots p.intro {
	clear:both;
	padding-top:10px;
}
/* CHECKOUT NAVIGATION */
#checkoutNav {
	position:relative;
	display:block;
	height:3em;
}
#checkoutNav li {
	position:relative;
	display:inline;
	float:left;
	height:3em;
	list-style:none;
	padding:0 20px 0 0;
	margin:0 20px 0 0;
	color:#999; 
	font-weight:bold;
}
#checkoutNav li.selected {
	color:#000;
}
#checkoutNav li span {
	position:absolute;
	display:block;
	right:0px;
	top:0px;
}

/* WEEK SELECT */
.deliveryRange {
	position:relative;
	display:inline;
	float:left;
	margin:30px 0 0 0;
	width:60em;
}

.deliveryRange .control {
	position:relative;
	display:block;
	width:100%;
}
.deliveryRange .control.bottom {
	margin:0 0 50px 0;
}

.deliveryRange .control ul {
	position:relative;
	display:inline;
	float:left;
	margin:1px 0 1px 8.3em;
	padding:0 0 0 3px;
}
.deliveryRange .control ul li {
	position:relative;
	display:inline;
	float:left;
	width:16.05em;
	line-height:2em;
	padding:1px;
	border:1px solid #ddddc5;
	text-align:center;
	margin:0 1px 0 0;
	font-weight:bold;
	color:#333;
	background:#fff;
}
.deliveryRange .control ul li.active {
	border:2px solid #611248;
	padding:0px;
}
.deliveryRange .control ul li a 
{
	position:relative;
	display:block;
}
/* WEEK CONTROL */
.weekControl {
	list-style:none;
}
.deliveryRange .weekControl li {
	position:absolute;
	display:block;
	top:2em;
	width:10px;
	height:15px;
	margin:9px 0 0 0;
	background-image:url(I/Checkout/checkoutWeekNav.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}
.deliveryRange .weekControl li.prev {
	background-position:0px 0px;
	left:8.3em;
	margin-left:-10px;
}
.deliveryRange .weekControl li.prev:hover {
	background-position:0px -15px;
}
.deliveryRange .weekControl li.next {
	background-position:-10px 0px;
	left:57em;
	margin-left:15px;
}
.deliveryRange .weekControl li.next:hover {
	background-position:-10px -15px;
}

.deliveryRange .weekControl li.prevDisabled:hover,
.deliveryRange .weekControl li.prevDisabled {
	background:url(I/Checkout/checkoutWeekNav.gif) 0px -30px no-repeat;
	cursor:default;
}
.deliveryRange .weekControl li.nextDisabled:hover,
.deliveryRange .weekControl li.nextDisabled {
	background:url(I/Checkout/checkoutWeekNav.gif) -10px -30px no-repeat;
	cursor:default;
}



/* TABLE */
#deliveryRangeGrid {
	border-collapse:collapse;
	border-spacing:0px;
	text-align:center;
	font-size:100%;
	clear:both;
}
#deliveryRangeGrid th {
	background:#ddddc5;
	text-align:center;
	border:1px solid #fff;
}
#deliveryRangeGrid td {
	border:1px solid #ddddc5;
	background:#fff;
}
#deliveryRangeGrid td p {
	margin:0px;
}
#deliveryRangeGrid thead th {
	width:6.8em;
	line-height:2em;
}
#deliveryRangeGrid thead th.empty {
	width:auto; 
	background:none;
}
#deliveryRangeGrid thead th.last {
	border-right:1px solid #ddddc5;
}


#deliveryRangeGrid tbody th {
	width:8.3em;
	height:2.6em;
}



#deliveryRangeGrid td label, 
#deliveryRangeGrid td label span {
	position:relative;
	display:block;
	clear:both;
}

/* TABLE CELL STYLES */
#deliveryRangeGrid tbody td.booked, #deliveryRangeGrid tbody td.reserved {
	background:#611428;
	color:#fff;
}

#deliveryRangeGrid tbody td.booked span, #deliveryRangeGrid tbody td.reserved span {
	font-weight:bold;
	background:#611428;	
	color:#fff;
	top:auto;
	left:auto;
}

#deliveryRangeGrid tbody td.unavailable {
	background-color: #ebebeb;
	color: #999;
	text-decoration:line-through;
}

/* TABLE FORM */
body.jsEnabled #deliveryRangeGrid tr td input {
	left:-5000px;
	position:absolute;
	top:-5000px;
}


/* reserveInfo */
.reserveInfo {
	position:relative;
	display:inline;
	float:right;
	padding:0px;
	margin:30px 0 0 0;
	width:20em;
	font-size:1em;
	height:50em;
	min-height:50em;
}
.reserveInfo a {
	font-weight:bold;
}
p#deliverySlotInfo{
	background:#ddddc5;
	padding:10px;
	font-size:1.2em;
	margin:0px;
	margin:0 0 30px 0;
}
.dateTimeCost {
	margin:0 0 30px 0;
	padding:0;
}
.dateTimeCost h2 {
	clear:both;
	margin:20px 0 10px 0;
	font-size:100%;
}
.dateTimeCost h3 {
	clear:both;
	margin:20px 0 10px 0;
	font-size:1.2em;
}
#mainContentPadding .dateTimeCost p {
	background:#ddddc5;
	padding:10px;
	font-size:1.2em;
	margin:0px;
}
.dateTimeCost p strong {
	position:relative;
	display:block;
}

.reserveInfo input {
	margin:0 0 50px 0;
	position:relative;
	display:block;
}
body#checkout_delivery div#bg {
	background-color:#fff;
}
/* deliveryRangeGridLegend */
.deliveryRangeGridLegend {
	list-style:none;
	margin:0 0 50px 0;
}
/* deliveryRangeGridLegend */
.deliveryRangeGridLegend li{
	height:2.0em;
	border:none;
	padding:5px 0 0 20px;
}
.deliveryRangeGridLegend li.unavailableSlot {
	background:url('I/Checkout/unavailableLegend.gif') left center no-repeat;
}
.deliveryRangeGridLegend li.booked {
	background:url('I/Checkout/reservedLegend.gif') left center no-repeat;
}
a.weekLink {
	display:block;
	height:15px;
	width:10px;
}

span.backLink {
	display:block;
	width:100%;
	text-align:right;
}
span.slotbtn {
	padding:5px;
	display:block;
	width:100%;
	text-align:right;
}

div.deliveryRange div.background {
	background:#fff;
	cursor:wait;
}

span.proceedButton  
{
	margin-bottom:10px;
	margin-right:10px;
}

span.confirmSlotBtn  
{
	padding:0;
	margin-bottom:30px;
}
span#bottom.confirmSlotBtn  
{
position:absolute;
bottom:20px;
padding:0;
}
