#basket {
	position: absolute;
	width: 445px;
	height: 379px;
	top: 0px;
	visibility: hidden;
	display: none;
	right: 0px;
	z-index: 999;
}

#basket .top{
	background: url(../images/search.png) no-repeat center top;
	position:absolute;
	top:0px;
	left:0px;
	height: 45px;
	width: 445px;
	z-index: 2;
}

#basket .bottom {
	background: url(../images/basket-bottom.png) no-repeat center bottom;
	position: absolute;
	bottom: 0px;
	height: 1px;
	width: 445px;
	z-index: 2;
}

#basket .back {
	position: absolute;
	width: 445px;
	height: 334px;
	top: 45px;
	background: url(../images/basket-background.png) repeat-y center;
}

#basket H3 {
	position: absolute;
	display: block;
	z-index: 3;
	top: 15px;
	left: 10px;
	color: #FFF;
	font-size: 15px;
	margin: 0px;
	padding: 0 0 0 2px;
	width: 425px;
	border-bottom: 1px dashed #bf4944;
}

#basket H3 span {
	cursor: pointer;
	text-decoration:underline;
	font-weight: normal;
	font-size: 0.75em;
	margin: 0 0.5em 0 0;
}

#basket .content {
	display: block;
	z-index: 3;
	position: absolute;
	width: 425px;
	height: 295px;
	top: 45px;
	left: 10px;
	overflow: auto;
}
#basket .subtotals {
	display: block;
	z-index: 3;
	position: absolute;
	width: 425px;
	bottom: 5px;
	left: 15px;
	overflow: auto;
	color:#FFF;
	font-size: 1.5em;
}
#basket .product {
	display: block;
	border-bottom: 1px dashed #bf4944;
	color: #FFF;
	position: relative;
	height: 97px;
	margin: 0 0 5px 0;
}
#basket .product .productImage {
	width:120px;
	height:90px;
	position:absolute;
	top:0px;
	left:0px;
	background-repeat: no-repeat;
	background-position: center center;
	border: 1px solid #EEE;
}
#basket .product .title {
	width:270px;
	height: 17px; 
	position:absolute;
	top:0px;
	left:130px;
	font-size: 1.3em;
	white-space: normal;
	overflow:hidden;
}
#basket .product .price {
	width:260px;
	position:absolute;
	top:20px;
	left:130px;
	font-size: 1.3em;
}
#basket .product .qty {
	width:130px;
	position:absolute;
	top:45px;
	left:130px;
}
#basket .product input {
	width: 2em;
}
#basket .product .qty .updateQty {
	vertical-align: bottom;
	margin: 1px 0 0 0.5em;
	cursor: pointer;
}
#basket .product .delete {
	width:130px;
	position:absolute;
	top:60px;
	left:260px;
	float:left;
	cursor: pointer;
}
#basket #checkoutButton {
	display: block;
	position: absolute;
	z-index: 3;
	position: absolute;
	bottom: 0px;
	right: 15px;
	cursor: pointer;
}
#basket #checkoutButton IMG {
	border: 0px;
}
