body {
	margin:0px;
}
select {
	border:#7E6C6C solid 1px;
	width:40px;
	height:20px;
}
img {
	border:none;
}
#no_session {
	position:absolute;
	top:0px;
	left:0px;
	width:900px;
	height:446px;
	background:#fff;
	text-align:center;
}
#yes_session {
	position:relative;
	top:0px;
	left:0px;
	width:860px;
	height:446px;
}
#basket_contents {
	float:left;
	display:inline;
	width:900px;
	height:190px;
	margin:0px 0px 10px 10px;
	overflow:auto;
	border-bottom:#000 solid 1px;
}
#basket_options {
	float:left;
	display:inline;
	width:850px;
	margin:0px 0px 10px 10px;
}
#deliv_details {
	display:none;
	position:absolute;
	top:-70px;
	left:0px;
	z-index:55;
}
#bask_nav_01 {
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 161px;
	height: 36px;
	position: relative;
}
#bask_nav_01 span {
	display: none;
	position: absolute;
}
#bask_nav_01 a {
	display: block;
	position: absolute;
	outline: none;
	width: 161px;
	height: 18px;
	left: 0px;
}
#bask_nav_01 a:hover {
	background-position: left bottom;
}
#bask_nav_01_01 {
	background: url(img/basket/deliveryoptions.gif) no-repeat;
	top: 0px;
}
#bask_nav_01_02 {
	background: url(img/basket/returnspolicy.gif) no-repeat;
	top: 18px;
}

#basket_top3 {
	float:left;
	display:inline;
	width:350px;
	height:130px;
	margin:10px 0px 0px 0px;
	padding:0px;
	/*background:url(img/basket/bestsellbg.gif) no-repeat;*/
}

#basket_top3 img {
	float:left;
	display:inline;
	margin:5px 0px 0px 12px;
}
#basket_buttons {
	float:right;
	display:inline;
	width:300px;
	height:55px;
	margin:20px 30px 0px 0px;
}

.input_address {
	width:220px;
	height:20px;
	border:1px solid #7E6C6C;
	margin-top:1px;
	margin-left:0px;
}
