

/*======= cart div style =========*/
 #cart {
	line-height: 50px;
	float:right;
	cursor: pointer;
	position:relative;
}
 #cart a.cart_dropdown img {
	margin-right:6px;
	border:none;
	float: right;
}
 #cart a.cart_dropdown {
	color:#444;
	padding-right:30px;
	float: right;
}
/* cart dropdown content */
 #cart div.cart_content {
	display: none;
	position:absolute;
	right:0;
	top:95%;
	width:420px;
	background:#f7f7f7;
	border:1px solid #d9d9d9;
	border-top:3px solid #7db122;
	z-index: 205;
	/* box shadow */
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
	-o-box-shadow: 0 0 10px rgba(0,0,0,.2);
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}
 #cart div.cart_content b.cart_content_arrow {
	position: absolute;
	top:-10px;
	right:50px;
	width:13px;
	height:7px;
	display: block;
	background: url('../images/icons/red_top_arrow.png') no-repeat left top;
}
 #cart div.cart_content ul li {
	padding:12px;
	border-bottom:1px solid #ddd;
}
 #cart div.cart_content ul li:hover {
	background:#f0f0f0;
	cursor:default;
}
/*===== div.cart_product_name ======*/
 #cart div.cart_content ul li div.cart_product_name {
	float:left;
	width:76%;
}
 #cart div.cart_content ul li div.cart_product_name img {
	border:1px solid #dedede;
	float:left;
	margin-right:10px;
	/* box shadow */
	-moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
	-o-box-shadow: 0 0 5px rgba(0,0,0,.1);
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}
 #cart div.cart_content ul li div.cart_product_name span {
	float:left;
	width:70%;
	line-height: 20px;
	color:#666;
	font-weight:400;
}
 #cart div.cart_content ul li div.cart_product_name span strong {
	font-size:14px;
	font-weight:600;
	
}
/*==== cart_product_price ====*/
 #cart div.cart_content ul li div.cart_product_price {
	float:right;
}
 #cart div.cart_content ul li div.cart_product_price span {
	float:right;
	line-height: 20px;
}
 #cart div.cart_content ul li div.cart_product_price span a {
	font-weight:600;
	color:#e81962;
	text-decoration: underline;
	float: right;
}
 #cart div.cart_content ul li div.cart_product_price span a:hover {
	text-decoration: none;
}


/*======== dropdown_cart_info ==========*/
 #cart div.cart_content div.dropdown_cart_info {
	padding:12px;
}
/*==== cart_total_price ====*/
 #cart div.cart_content div.dropdown_cart_info div.cart_total_price {
	float:right;
}
 #cart div.cart_content div.dropdown_cart_info div.cart_total_price span {
	float:right;
	line-height: 24px;
	text-align: right;
	width: 260px;
}

/*==== cart_buttons ====*/
 #cart div.cart_content div.dropdown_cart_info div.cart_buttons {
	float:left;
	margin:0;
}
 #cart div.cart_content div.dropdown_cart_info div.cart_buttons button {
	float:left;
	margin:0;
}
