@charset "utf-8";
/* CSS Document */

.clear {
	clear:both;
}
#cart_container {
	padding:10px; 
	font-size:14px;	
}

.checkorder_cart_product_header,
.cart_product_header {
	float:left;
	height:30px;
	width:240px; 
	margin-left:60px; 
	color:#4a4a4a; 
	border-bottom: 1px solid #f5f5f5;
}

.checkorder_cart_product_header{
	margin-left:0px;
	font-size:10pt;
}

.checkorder_quantity_header,
.cart_quantity_header {
	float:left;
	height:30px; 
	width:130px; 
	color:#4a4a4a;
	border-bottom: 1px solid #f5f5f5;
}

.checkorder_quantity_header {
	font-size:10pt;
}

.checkorder_cart_price_header,
.cart_price_header {
	float:left;
	height:30px; 
	width:130px; 
	color:#4a4a4a;
	border-bottom: 1px solid #f5f5f5;
}

.checkorder_cart_price_header {
	font-size:10pt;
} 

.checkorder_cart_total_header,
.cart_total_header {
	float:left;
	height:30px; 
	width:50px; 
	color:#4a4a4a;
	border-bottom: 1px solid #f5f5f5;
}

.checkorder_cart_total_header {
	font-size: 10pt;
}

.cart_packshot {
	height:60px;
	width:60px;
	float:left;
	clear: left;
}

.checkorder_cart_product,
.cart_product {
	float:left;
	margin-top:12px; 
	width:240px; 
	color:#ea3763;
	border-bottom: 1px solid #f5f5f5;
	height:34px;
}

.checkorder_cart_product {
	width:180px;
	font-size:10pt;
}

.checkorder_cart_quantity,
.cart_quantity {
	float:left;
	width:130px; 
	margin-top:12px;
	height:34px;
	border-bottom: 1px solid #f5f5f5;	
}

.checkorder_cart_quantity {
	font-size:10pt;
}

.cart_quantity_box {
	width:44px; 
	height:19px; 
	border:1px solid black; 
	color:#848588; 
	text-align:left;
	
}

.checkorder_cart_price,
.cart_price {
	float:left;
	margin-top:12px;	 
	width:130px; 
	color:#848588;
	height:34px;
	border-bottom: 1px solid #f5f5f5;
}

.checkorder_cart_price {
	font-size:10pt;
}

.checkorder_cart_total,
.cart_total {
	float:left;
	margin-top:12px;
	color:#848588;
	height:34px;
	border-bottom: 1px solid #f5f5f5;
}

.checkorder_cart_total {
	font-size:10pt;
}

.cart_remove_item {
	background-color:#a7a9ac; 
	cursor:pointer; 
	height: 19px; 
	width:22px; 
	margin-top:2px; 
	border:1px solid #a7a9ac; 
	border:0px; 
	margin-top:2px; 
	margin-left:8px;
}

.cart_button {	
	background-color: #E61346;
    border: 1px solid #E61346;
    border-radius: 8px 8px 8px 8px;
    color: #FAE3E9;
    cursor: pointer;    
    padding: 2px;
}

.button_pay {
	margin-top: 20px;
	width:140px;
	margin-left:40px;
	font-weight:bold;
	color:white;
	margin-bottom:10px;
}

.login,
.href_button {
	color:white;
	text-decoration:none;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
}

.login {
	width: 60px;
	height: 20px;
}
.login:hover,
.href_button:hover {
	background-color:#323232;
}

.cart_totalbox {
	color: #4A4A4A; 
	float:right;  
	width: 220px;
}

.cart_totalbox_title {
	height:30px; 
	border-bottom: 1px solid #F5F5F5; 
	margin-bottom:8px; 
	color:#2e2e2e;
}

.cart_totalbox_quantity_title {
	float:left; 
	width:150px; 
	color:#848588;
}

.cart_totalbox_quantity {
	float:left; color:#848588;
}

.cart_totalbox_total_title {
	float:left; 
	width:150px; 
	border-bottom: 1px solid #F5F5F5; 
	margin-bottom:10px; 
	height:30px; 
	color:#848588;
}

.cart_totalbox_total{
	float:left; 
	color:#848588; 
	border-bottom: 1px solid #F5F5F5; 
	height:30px;
}

.cart_totalbox_grandtotal {
	float:left; 
	color:#2e2e2e; 
	width:150px; 
	font-size:16px;
}

.cart_totalbox_finalprice {
	float:left; 
	color:#2e2e2e;
}

.check_order {
	padding:10px;
	background-color:white;
}

.check_order_leftFloat {
	float:left;
}

.check_order_section {
	float:left; 
	margin-top:6px; 
	font-size:11pt; 
	color:#4A4A4A; 
	font-weight:bold;
}

.check_order_section_edit {
	float:left; 
	margin-left:8px;
}

.check_order_section_text {
	font-size:9pt; 
	color:#4A4A4A;
	letter-spacing:0.1px;
}
.quantity_set {
	width: 40px!important;
}

#cart_container input {
	width: auto;
}
#cart_container select {
	width: 80px;
}