#myaccount_rollover {
	height: 102px;
	width: 175px;
	position: absolute;
	top: 85px;
	z-index: 10;
	background: url(../../images/overlay-images/myaccount-bg.gif) no-repeat;
	padding-top: 60px;
	color: #4D4D4D;
	left: 545px;
	display: none;
}
.myaccount_btn {
}

#myaccount_rollover img {
	float: right;
}
#myaccount_rollover span {
	float: left;
	padding-top: 7px;
}
#myaccount_rollover div {
	height: 32px;
	width: 140px;
	padding-left: 15px;
}



#yourbasket_rollover {
	width: 407px;
	position: absolute;
	top: 85px;
	z-index: 40;
	background: url(../../images/overlay-images/yourbasket-bg.gif) no-repeat;
	padding-top: 60px;
	color: #4D4D4D;
	left: 565px;
	display: none;
	border-bottom: 1px solid #bbbbbb;
}
.yourbasket_btn {
}

#yourbasket_rollover .row {
	float: left;
	height: 45px;
	width: 360px;
	margin-left: 20px;
	background: #FFFFFF;
	margin-bottom: 10px;
}


#yourbasket_rollover .row .product-image {
	float: left;
	width: 60px;
	margin-right: 10px;
}

#yourbasket_rollover .row .qty {
	float: left;
	width: 35px;
	padding-top: 7px;
	margin-right: 10px;
}

#yourbasket_rollover .row .product-name {
	float: left;
	width: 130px;
	padding-top: 7px;
	margin-right: 10px;
	overflow: hidden;
}

#yourbasket_rollover .row .size {
	float: left;
	width: 45px;
	margin-right: 10px;
	padding-top: 7px;
}

#yourbasket_rollover .row .remove {
	float: left;
	width: 50px;
	padding-top: 7px;
}

#yourbasket_rollover .row .remove a:link, #yourbasket_rollover .row .remove a:visited {
color: #4d4d4d;
text-decoration: none;
}

#yourbasket_rollover .row .remove a:hover {
	color: #FF00FF;
	text-decoration: none;
}

#yourbasket_rollover .buttons img {
	float: right;
}
#yourbasket_rollover span  {
	float: left;
	padding-top: 7px;
}
#yourbasket_rollover .buttons {
	height: 32px;
	width: 140px;
	padding-left: 15px;
	float: right;
	margin-right: 27px;
}
#yourbasket_rollover .tprice {
	font-size: 1.5em;
	float: right;
}
#yourbasket_rollover .total {
	font-size: 1.5em;
}

.product_rollover {
	width: 287px;
	position: absolute;
	z-index: 999;
	background: url(../../images/overlay-images/product-popup-bg.gif) no-repeat;
	padding-top: 30px;
	color: #4D4D4D;
	left: 70px;
	top: 100px;
	display: none;
}
.product_rollover .image_container {
	width: 230px;
	background: #FFFFFF;
	margin-right: 20px;
	margin-left: 35px;
	margin-bottom: 7px;
	text-align: center;
}
.product_rollover .description {
	width: 210px;
	padding-bottom: 20px;
	color: #333333;
	margin-left: 25px;
	padding-left: 10px;
}
.product_rollover .product-price {
	color: #B62189;
	font-weight: bold;
}
.product_rollover .bottom_border {
	float: right;
	height: 2px;
	width: 275px;
	border-bottom: 1px solid #bbbbbb;
}


.product_rollover_last {
	width: 287px;
	position: absolute;
	z-index: 999;
	background: url(../../images/overlay-images/product-popup-last-bg.gif) no-repeat;
	padding-top: 30px;
	color: #4D4D4D;
	left: 70px;
	top: 100px;
	display: none;
}
.product_rollover_last .image_container {
	width: 230px;
	background: #FFFFFF;
	margin-right: 35px;
	margin-left: 25px;
	margin-bottom: 7px;
	text-align: center;
}
.product_rollover_last .description {
	width: 220px;
	padding-bottom: 20px;
	color: #333333;
	margin-left: 15px;
	padding-left: 10px;
}
.product_rollover_last .product-price {
	color: #B62189;
	font-weight: bold;
}
.product_rollover_last .bottom_border {
	float: left;
	height: 2px;
	width: 275px;
	border-bottom: 1px solid #bbbbbb;
}

#productDetail #enlarge {
	height:26px;
	position: relative;
	width:80px;
	z-index:12;
	float: right;
}


.product_rollover .image_container img,
.product_rollover_last .image_container img {
-ms-interpolation-mode:bicubic;
}






