.headerBasket{
	width: 298px;
	height: 107px;
	float: right;
}
.headerBasket #basketTopLine{
	clear: both;
	background-image: url('/assets/images/generic/backgrounds/headerBasket_top.png');
	width: 298px;
	height: 15px;
}
.headerBasket #basketBottomLine{
	clear: both;
	background-image: url('/assets/images/generic/backgrounds/headerBasket_bottom.png');
	width: 298px;
	height: 16px;
}
.headerBasket #basketTopLine .basketScroller{
	width: 20px;
	height: 15px;
	background-image: url('/assets/images/generic/basketScroller_up.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 5px;
	float: left;
}
.headerBasket #basketTopLine #basketHeader{
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	margin-right: 10px;
}
.headerBasket #basketTopLine #basketHeader A{
	color: #FFFFFF;
}
.headerBasket #basketBottomLine .basketScroller{
	width: 20px;
	height: 16px;
	background-image: url('/assets/images/generic/basketScroller_down.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 5px;
	float: left;
}
.headerBasket #basketBottomLine #basketFooter{
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	margin-right: 10px;
}
.headerBasket #basketBottomLine #basketFooter A{
	color: #FFFFFF;
}
.headerBasket #basketMiddleLine{
	clear: both;
	background-color: #FFFFFF;
	width: 296px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.headerBasket #basketMiddleLine #basketContent{
     background-color: #EEEEEE;
	padding-left: 5px;
	padding-right: 5px;
}
.headerBasket #basketMiddleLine #basketContent #basketScrollHolder{
	width: 286px;
	height: 70px;
	overflow: hidden;
	position: relative;
}
.headerBasket #basketMiddleLine #basketContent UL{
	position: relative;
	top: 0;
	left: 0;
	font-size: 7pt;
	line-height: 11pt;
}
.headerBasket #basketMiddleLine #basketContent UL LI{
	display: block;
	clear: both;
}
.headerBasket #basketMiddleLine #basketContent UL LI .basketItemProduct{
    display: block;
	float: left;
	text-align: left;
	width: 212px;
	height: 15px;
	overflow: hidden;
}
.headerBasket #basketMiddleLine #basketContent UL LI .basketItemQuantity{
    display: block;
	float: left;
	text-align: right;
	width: 19px;
	height: 15px;
	overflow: hidden;
}
.headerBasket #basketMiddleLine #basketContent UL LI .basketItemSubtotal{
    display: block;
	float: left;
	text-align: right;
	width: 55px;
	height: 15px;
	overflow: hidden;
}
#popupAddToBasket{
	display: none;
	position: fixed;
	z-index: 2000;
	right: 10px;
	width: 287px;
	height: 141px;
	background-image: URL('/assets/images/generic/backgrounds/addToBasketBG.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#popupAddToBasket .title{
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 12px;
	margin-top: 10px;
	float: left;
	font-size: 14px;
	/*width: 100px;*/
}
#popupAddToBasket .close{
	color: #CCFFCC;
	font-size: 8pt;
	float: right;
	margin-right: 12px;
	margin-top: 12px;
	cursor: pointer;
}
#popupAddToBasket .close:hover{
	color: #FFFFFF;
}
#popupAddToBasket .productInfo{
	/*clear: both;*/
	width: 268px;
	height: 60px;
	margin:38px 0 0 8px;
}
#popupAddToBasket .productInfo .padder{
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#popupAddToBasket .productInfo .productImage{
	/*background-image: URL('/assets/images/generic/icons/32x32/hardware.png');
	background-repeat: no-repeat;
	background-position: top left;*/
	width: 51px;
	height: 50px;
	float: left;
	
}
#popupAddToBasket .productInfo .productImage IMG{
	margin-left:3px;
	margin-top:2px;
	opacity:0.8;
	width:45px;
}
#popupAddToBasket .productInfo .productText{
	float: left;
	font-size: 9pt;
	width: 187px;
	margin-left: 5px;
	font-weight: bold;
	line-height: 17px;
}
#popupAddToBasket .productInfo .productPrice{
	float: left;
	font-size: 8pt;
	width: 187px;
	margin-left: 5px;
	font-weight: bold;
	color: #000000;
}
#popupAddToBasket .gotoLinks{
	clear: both;
	/*border-top: 1px solid #249119;*/
	width: 260px;
	margin-left: 5px;
	margin-top: 0px;
}
#popupAddToBasket .gotoLinks A{
	font-weight: bold;
	color: #656565;
	font-size: 13px;
	display: block;
	float: right;
	margin-top: 7px;
	background:url("/assets/images/generic/backgrounds/cart_icon.png") no-repeat 2px 2px;
	padding-left: 25px;

}
#popupAddToBasket .gotoLinks A:hover{
	text-decoration: underline;
}
#popupAddToWishlist{
	display: none;
	position: fixed;
	z-index: 2000;
	right: 10px;
	width: 287px;
	height: 141px;
	background-image: URL('/assets/images/generic/backgrounds/addToWishlistBG.png');
	background-position: top left;
	background-repeat: no-repeat;
}
#popupAddToWishlist .title{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-left: 12px;
	margin-top: 10px;
	float: left;
	/*width: 150px;*/
}
#popupAddToWishlist .close{
	color: #fff;
	font-size: 8pt;
	float: right;
	margin-right: 12px;
	margin-top: 12px;
	cursor: pointer;
}
#popupAddToWishlist .close:hover{
	color: #FFFFFF;
}
#popupAddToWishlist .productInfo{
	/*clear: both;*/
	width: 268px;
	height: 60px;
	margin: 38px 0 0 8px;
}
#popupAddToWishlist .productInfo .padder{
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#popupAddToWishlist .productInfo .productImage{
	/*background-image: URL('/assets/images/generic/icons/32x32/hardware.png');
	background-repeat: no-repeat;
	background-position: top left;*/
	width: 51px;
	height: 50px;
	float: left;
}
#popupAddToWishlist .productInfo .productImage IMG{
	margin-left:3px;
	margin-top:2px;
	opacity:0.8;
	width:45px;
}
#popupAddToWishlist .productInfo .productText{
	float: left;
	font-size: 9pt;
	width: 187px;
	line-height: 17px;
	margin-left: 5px;
	font-weight: bold;
}
#popupAddToWishlist .productInfo .productPrice{
	float: left;
	font-size: 8pt;
	width: 187px;
	margin-left: 5px;
	font-weight: bold;
	color: #000000;
}
#popupAddToWishlist .gotoLinks{
	clear: both;
	/*border-top: 1px solid #183cad;*/
	width: 260px;
	margin-left: 5px;
	margin-top: 0px;
}
#popupAddToWishlist .gotoLinks A{
	background: url("/assets/images/generic/backgrounds/add_cart_icon.png") no-repeat 2px 2px;
	font-weight: bold;
	color: #656565;
	font-size: 13px;
	display: block;
	float: right;
	margin-top: 7px;
	padding-left: 25px;
}
#popupAddToWishlist .gotoLinks A:hover{
	text-decoration: underline;
}


#sidebarBasket{
	background-color: #FFFFFF;	
}
#sidebarBasket .padder{
	padding: 5px;
}
#sidebarBasket .semiTitle{
	line-height: 17px;
}
#sidebarBasket .basketDetails{
	background-image: URL('/assets/images/generic/icons/24x24/basketIcon.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 20px;
}
#sidebarBasket .basketDetails .centreText{
	text-align: center;
}
#sidebarBasket .basketDetails A{
	color: #183CAD;
}
#sidebarBasket .basketDetails A:hover{
	text-decoration: underline;
}
#sidebarBasket .basketLink{
	font-size: 12pt;
	line-height: 18px;
	font-weight: bold;
}