.cart_block
{
	display:block;
	overflow:hidden;
	background-color:white;
	border:1px solid #00BBD2;
	height:65px;
	
}
.cart_block:hover
{
	background-color:#AAF0FA;
}
.cart_block.small
{
	border:0;
	float:left;
	background-color:transparent;
	height:50px;
}
.cart_block span
{
	display:inline-block;
	float:right;
	font-size:12pt;
	color:#00A7D2;
}
.cart_block span.icon
{
	width:30px;
	height:60px;
	background-image:url('../images/cart icon.png');
	background-repeat:no-repeat;
	background-position:center;
}
.cart_block:hover span.icon {background-image:url('../images/cart icon press.png');}
.cart_block span.num
{
	clear:right;
	float:right;
	font-size:10pt;
	color:white;
	width:30px;
	height:20px;
	text-align:center;
	
	position:relative;
	top:-60px;
}

.cart_block.small:hover {overflow:visible;}
.cart_block .cart_hover
{
	
	color: #00BBD2;
	float:left;
	width:410px;
	
	position:relative;
	top:-25px;
	left:-60px;
	z-index:100;
}

.cart_block .cart_hover .cart_hover_top
{
	height:33px;
	overflow:hidden;
}
.cart_block .cart_hover .cart_hover_top span
{
	display:inline-block;
	float:right;
	height:33px;
}
.cart_block .cart_hover .cart_hover_top span.left
{
	width:60px;
	background-image:url('../images/mini menu bg top left.png');
}
.cart_block .cart_hover .cart_hover_top span.right
{
	width:30px;
	background-image:url('../images/mini menu bg top right.png');
}
.cart_block .cart_hover .cart_hover_top span.center
{
	width:290px;
	background-image:url('../images/mini menu bg top center.png');
}
.cart_block .cart_hover .cart_hover_bottom
{
	height:18px;
	overflow:hidden;
}
.cart_block .cart_hover .cart_hover_bottom span
{
	display:inline-block;
	float:right;
	height:18px;
}
.cart_block .cart_hover .cart_hover_bottom span.left
{
	width:60px;
	background-image:url('../images/mini menu bg bottom left.png');
}
.cart_block .cart_hover .cart_hover_bottom span.right
{
	width:30px;
	background-image:url('../images/mini menu bg bottom right.png');
}
.cart_block .cart_hover .cart_hover_bottom span.center
{
	width:290px;
	background-image:url('../images/mini menu bg bottom center.png');
}
.cart_block .cart_hover .cart_hover_middle
{
	overflow:hidden;
}
.cart_block .cart_hover .cart_hover_middle span.right,
.cart_block .cart_hover .cart_hover_middle span.left,
.cart_block .cart_hover .cart_hover_middle div.center
{
	display:inline-block;
	float:right;
	overflow:hidden;
	min-height:10px;
}
.cart_block .cart_hover .cart_hover_middle span.right
{
	width:30px;
	background-image:url('../images/mini menu bg right.png');
}
.cart_block .cart_hover .cart_hover_middle span.left
{
	width:30px;
	background-image:url('../images/mini menu bg left.png');
	background-position:left;
}
.cart_block .cart_hover .cart_hover_middle div.center 
{
	background-color:white;
	width:320px;
}

.cart_block .cart_hover .product_line
{
	height:65px;
	border:1px solid white;
	width:320px;
}
.cart_block .cart_hover .product_line:hover
{
	border-top-color:#DBDBDB;
	border-bottom-color:#DBDBDB;
}
.cart_block .cart_hover .product_line .x_area
{
	float:right;
	height:65px;
	width:20px;
}
.cart_block .cart_hover .product_line .x_area a
{
	display:inline-block;
	height:65px;
	line-height:65px;
	width:20px;
	text-align:center;
	font-size:12pt;
	color:white;
}
.cart_block .cart_hover .product_line:hover .x_area a
{
	color:#9B9B9B;
}
.cart_block .cart_hover .product_line .img
{
	float:right;
	height:65px;
	width:45px;
}
.cart_block .cart_hover .product_line .img img
{
	margin-top:5px;
	height:55px;
	width:45px;
}
.cart_block .cart_hover .product_line .name,
.cart_block .cart_hover .product_line .amount
{
	float:right;
	display:inline-block;
	height:65px;
	width:150px;
}
.cart_block .cart_hover .product_line .name span,
.cart_block .cart_hover .product_line .amount span
{
	float:right;
	display:inline-block;
	margin-top:20px;
	font-size:10pt;
	line-height:20px;
	width:150px;
	color:#9B9B9B;
}
.cart_block .cart_hover .product_line .name span 
{
	margin-right:10px;
	width:140px;
}
.cart_block .cart_hover .product_line .amount,
.cart_block .cart_hover .product_line .amount span {width:25px;}
.cart_block .cart_hover .product_line .price
{
	float:right;
	display:inline-block;
	height:65px;
	width:80px;
}
.cart_block .cart_hover .product_line .price span
{
	float:left;
	display:inline-block;
	margin-top:15px;
	font-size:14pt;
	line-height:25px;
	color:#00B2CE;
}
.cart_block .cart_hover .product_line .price span.icon2 
{
	font-size:10pt;
	line-height:15px;
	margin-top:23px;
	margin-right:3px;
}

.cart_block .cart_hover .summery_line
{
	margin-top:10px;
	height:30px;
	border-top:2px solid #646464;
	width:320px;
}
.cart_block .cart_hover .summery_line span,
.cart_block .cart_hover .summery_line label
{
	float:left;
	display:inline-block;
	height:30px;
	line-height:30px;
	font-size:16pt;
	color:#00B2CE;

}
.cart_block .cart_hover .summery_line label
{
	color:#6D6D6D;
	margin-left:15px;
}
.cart_block .cart_hover .btn_area
{
	margin-top:30px;
	height:45px;
	width:320px;
}
.cart_block .cart_hover .btn_area a
{
	float:left;
	display:inline-block;
	height:45px;
	line-height:45px;
	font-size:12pt;
}
.cart_block .cart_hover .btn_area a.btn_big
{
	font-weight:bold;
	color:white;
	background-color:#BD1E23;
	border:1px solid #BD1E23;
	padding:0px 30px;
}
.cart_block .cart_hover .btn_area a.btn_big:hover
{
	background-color:white;
	color:#BD1E23;
}
.cart_block .cart_hover .btn_area a.btn_small
{
	color:#00B2CE;
	margin-left:10px;
}











