.overlay {
	position: absolute;
	background: white;
	z-index: 10000;
	display: none;
	text-align: left;
}

.hide {
	display: none;
}

#floater {
	z-index: 50 !important;
}

.overlayTpl {
	display: none;
}

.widgetRolldown {
	position: fixed;
}

.ie6 .widgetRolldown {
	position: absolute;
}

/* start:cart_widget */
#cartWidget {
	text-align: left;
	padding: 0 10px;
	border: 1px solid #999;
}

#cartWidgetInfo {
	position: relative;
	height: 110px;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

#cartWidgetInfo .button, #cartWidgetSubtotal, #cartWidgetTotalQty {
	position: absolute;
	top: 30px;
	right: 0;
}

#cartWidgetTotalQty {
	right: 110px;
}

#cartWidgetTotalQty, #cartWidgetSubtotal, #cartWidget h3, .cartInfo.qty, .cartInfo .brand {
	text-transform: uppercase;
}

#cartWidgetInfo .viewCart {
	top: 52px;
}

#cartWidgetSubtotal {
	top: 80px;
}

#cartWidgetSubtotal span, .cartInfo.price, .cartInfo.brand, .brandStyle .brand span {
	font-weight: bold;
}

#cartWidget h3 {
	margin-bottom: 5px;
	margin-left: 0;
}

.brandStyle {
	width: 172px;
}

.cartInfo {
	float: left;
}

.brandStyle .style {
	display: block;
}

.cartInfo.qty {
	margin-right: 10px;
}

.cartThumbnail {
	clear: both;
	text-align: center;
}
/* end:cart_widget */