@charset "utf-8";
/* CSS Document */

.side_cart_container {
	width:78px;
	cursor:pointer;
	position:relative;
	}
.side_cart_title {
	float:left;
	width:60px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	}
.side_cart_items {
	float:left;
	margin-left:25px;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:bold;
    padding-top:2px;
    padding-bottom:2px;
	width:19px;
	margin-top:-10px;
	}
.side_cart_msg_container{
	position:absolute;
	right:-148px;
	top:-42px;
	width:200px;
	visibility:hidden;
}

.side_cart_msg_content_l{
	float:left;
	width:24px;
	height:31px;
}

.side_cart_msg_content_c{
	float:left;
	height:26px;
	font-size:10px;
	color:#241d14;
	padding-top:5px;
	padding-right:16px;
}

.side_cart_msg_content_r{
	float:left;
	width:8px;
	height:31px;
}
.side_cart_container #cart_ajax .number{border-bottom:1px dotted #a8a8a8; padding-bottom:5px; color:#464646; font-size:14px;}
.side_cart_container #cart_ajax .number span{color:#0175a6; font-size:14px; font-weight:bold;}
.side_cart_container #cart_ajax .item{padding-top:10px; border-bottom:1px dotted #a8a8a8; padding-bottom:10px;}
.side_cart_container #cart_ajax .item_total{margin-top:10px; margin-bottom:0px;}
.side_cart_container #cart_ajax .cart_price_conteiner{ float:left;}
.side_cart_container #cart_ajax .cart_buttom_conteiner{ float:right;}
.side_cart_container #cart_ajax .cart_button{font-size:12px; text-decoration:none; color:#fff; font-weight:bold; text-align:center; display:block; width:95px; padding-bottom:5px; padding-top:10px; background-color:#E11B83;}
.side_cart_container #cart_ajax .cart_total{}
.side_cart_container #cart_ajax .cart_total_price{color:#030303; font-weight:bold; float:left;}

/*++++++++++++++++++++++++*/
.bottom_cart_container {
	position:fixed;
	bottom:0px;
	right:0px;
	width:64px;
	cursor:pointer;
	height:64px;
	}
.bottom_cart_title {
	float:left;
	width:60px;
	color:#030303;
	font-size:15px;
	font-weight:bold;
	}
.bottom_cart_items {
	float:left;
	margin-left:25px;
	text-align:center;
	color:#fff;
	font-size:12px;
	font-weight:bold;
    padding-top:2px;
    padding-bottom:2px;
	width:19px;
	margin-top:-10px;
	}
.bottom_cart_msg_container{
	position:absolute;
	right:-148px;
	top:-42px;
	width:200px;
	visibility:hidden;
}

.bottom_cart_msg_content_l{
	float:left;
	width:24px;
	height:31px;
}

.bottom_cart_msg_content_c{
	float:left;
	height:26px;
	font-size:10px;
	color:#241d14;
	padding-top:5px;
	padding-right:16px;
}

.bottom_cart_msg_content_r{
	float:left;
	width:8px;
	height:31px;
}
.bottom_cart_container #cart_ajax_small .number{border-bottom:1px dotted #a8a8a8; padding-bottom:0px; color:#FFF; font-size:16px; font-weight:bold;}
.bottom_cart_container #cart_ajax_small .number span{color:#030303; font-weight:bold; color:#FFF;}
.bottom_cart_container #cart_ajax_small .item{padding-top:10px; border-bottom:1px dotted #a8a8a8; padding-bottom:10px;}
.bottom_cart_container #cart_ajax_small .item_total{margin-top:0px; margin-bottom:0px; color:#FFF;}
.bottom_cart_container #cart_ajax_small .cart_button{font-size:12px; margin-top:-2px;text-decoration:none; color:#fff; font-weight:bold; text-align:center; display:block; width:80px; padding-bottom:5px; padding-top:5px; background-color:#030303;}
.bottom_cart_container #cart_ajax_small .cart_price_conteiner{ float:left; padding-right:0px; color:#FFF;}
.bottom_cart_container #cart_ajax_small .cart_buttom_conteiner{ float:left;}
.bottom_cart_container #cart_ajax_small .cart_total{ float:left; width:50px;}
.bottom_cart_container #cart_ajax_small .cart_total_price{color:#FFF; font-weight:bold;  float:left; width:60px;}
#bubble{ color:#E11B83; }

.cart_right_button{
	display:inline-block;
	height:17px;
	color:#363636;
	width:35px;
	line-height:18px;
	font-size:16px;
	overflow:hidden;
}

.cart_left_button{
	display:inline-block;
	height:17px;
	color:#363636;
	width:20px;
	overflow:hidden;
}