/* ********** SHOPPING CART PREVIEW - MODULE ********** */

span.cart_preview { 
	position:relative;
}

span.cart_preview a {
	cursor:pointer;
	color:#AA0000;
	font-weight:bold;
}

span.cart_preview i {
	color:#AA0000;
	font-weight:bold;
} 

span.cart_preview .cart_preview_box {
	display:none;
	position:absolute;
	left:-140px;
	top:15px;
	width:220px;
	min-height:20px;
	border:1px solid #666;
	background-color:#FFF;
	text-align:left;
	padding:5px;
	z-index:100;
	font-weight:normal;
	-moz-opacity:.95;
	filter:Alpha(opacity=95, finishopacity=0, style=2);	
}

span.cart_preview .cart_preview_box .title {
	font-size:11px;
	font-weight:bold;
	margin:0;
	padding:0px 2px;
}

span.cart_preview .cart_preview_box .cart_preview_box_close {
	position:absolute;
	top:5px;
	right:5px;
	font-weight:bold;
	cursor:pointer;
	width:12px;
	height:12px;
	background:url(img/icons/closeBtn.jpg) no-repeat left top;
}

span.cart_preview .cart_preview_box ul {
	margin:5px 0px 0px 15px;
	padding:0;
}

span.cart_preview .cart_preview_box ul li {
	list-style-type:none;
	margin-bottom:2px;
	margin-left:0;
	border-bottom:1px solid #CCC;
}

span.cart_preview .cart_preview_box ul li.cart_preview_total_content {
	text-align:right;
	list-style-type:none;
	border:none;
	margin:4px 0 0 0;
}

div.cart_preview_box .cart_preview_goto {
	width:100%;
	text-align:right;
}

div.cart_preview_box .cart_preview_goto a {
	font-weight:bold;
}