#cart_block_alert
{
	position:fixed;
	top:-50px;
	left:0px;
	width:100%;
	height:50px;
	line-height:50px;
	font-size:12pt;
	color:black;
	z-index:20;
	background-color:lawngreen;
	text-align:center;
}

.cart_block
{
	display:block;
	overflow:hidden;
	background-color:white;
	border:1px solid #00BBD2;
	height:65px;
	
}
.cart_block:hover
{
	background-color:#AAF0FA;
}
.cart_block.small
{
	float:left;
	height:25px;
	width:55px;
	overflow:visible;
	margin-top:15px;
	margin-left:10px;
	background-color:transparent;
	border:0;
}
.cart_block span
{
	display:inline-block;
	float:right;
	font-size:12pt;
	color:#00A7D2;
}
.cart_block span.icon
{
	float:left;
	height:44px;
	width:54px;
	overflow:hidden;
	background-image:url('../images/btn_cart.png');
	background-position:center;
	background-repeat:no-repeat;
}
.cart_block:hover span.icon {background-image:url('../images/btn_cart2.png')}
.cart_block span.num
{
	clear:right;
	float:right;
	font-size:8pt;
	color:white;
	width:23px;
	height:20px;
	text-align:center;
	
	position:relative;
	top:-42px;
}

.cart_block.small:hover {overflow:visible;}
.cart_block .cart_hover
{
	
	color: #00BBD2;
	float:left;
	width:410px;
	
	position:relative;
	top:-20px;
	left:-49px;
	z-index:-1;
	opacity:0;
}
.cart_block:hover .cart_hover {opacity:1;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 left2.png');
}
.cart_block .cart_hover .cart_hover_top span.right
{
	width:30px;
	background-image:url('../images/mini menu bg top right2.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 left2.png');
}
.cart_block .cart_hover .cart_hover_bottom span.right
{
	width:30px;
	background-image:url('../images/mini menu bg bottom right2.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:20px;
}
.cart_block .cart_hover .cart_hover_middle span.right
{
	width:30px;
	background-image:url('../images/mini menu bg right2.png');
}
.cart_block .cart_hover .cart_hover_middle span.left
{
	width:30px;
	background-image:url('../images/mini menu bg left2.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 .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 .name a,
.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,
.cart_block .cart_hover .product_line .name a 
{
	margin-right:10px;
	width:140px;
	max-height:40px;
	overflow:hidden;
}
.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:#0197f1;
	border:1px solid #0197f1;
	padding:0px 30px;
}
.cart_block .cart_hover .btn_area a.btn_big:hover
{
	background-color:white;
	color:#0197f1;
}
.cart_block .cart_hover .btn_area a.btn_small
{
	color:#00B2CE;
	margin-left:10px;
}











