.vmcs_clearfix:after {
	content: " "; /* Older browser do not support empty content */
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.vmcs_clearfix:before, .vmcs_clearfix:after {
	content: "";
	display: table;
}
.vmcs_clearfix:after {
	clear: both;
}
.vmcs_clearfix {
 *zoom: 1;
}
.vmcsCartModule {
}
.vmcsCartModule .vmcscart_wrapper {
	float: left;
	position: relative;
}
.vmcsCartModule .vmcscart_wrapper a.cart_dropdown {
	clear: both;
	float: left;
	font-size: 14px;
	line-height: 20px;
	padding: 5px 15px 5px 5px;
	text-decoration: none;
}
.vmcsCartModule .vmcscart_wrapper a.cart_dropdown:hover {
}
.vmcsCartModule .vmcscart_wrapper .cart_content {
	display: none;
	position: absolute;
	z-index: 9999;
}
#cboxLoadedContent { font-size:13px; }
.vmcsCartModule .vmcscart_wrapper .cart_content ul.innerItems, #cboxLoadedContent .cart_content ul.innerItems {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	right: 0 !important;
	position: relative !important;
	text-align: left !important;
	width: 100%;
}
.vmcsCartModule .vmcscart_wrapper .cart_content ul.innerItems li, #cboxLoadedContent .cart_content ul.innerItems li {
	border-bottom: 1px solid #dddddd;
	display: block;
	float: left;
	padding: 10px 0;
	width: 100%;
}
.vmcsCartModule .vmcscart_wrapper a:hover{
	background: none;
}
.vmcs_product_image {
	float: left;
	text-align: center;
	width: 30%;
}
.vmcs_pname_desc {
	box-sizing: border-box;
	float: left;
	padding: 0 5px;
	width: 60%;
}
.vmcsCartModule li .vmcs_delete_product a.remove_item, #cboxLoadedContent .vmcs_delete_product a.remove_item  {
	color: #000 !important;
	text-decoration: none;
	padding: 0 !important;
}
.vmcs_pname_desc p {
	margin: 0px;
}
.vmcs_delete_product {
	float: left;
	text-align: center;
	width: 10%;
}
ul.innerItems li .vmcs_pname_desc p.vmcs_product_name > a, .vmcs_product_image > a {
	padding: 0 !important;
	text-decoration: none;
}
ul.innerItems li .vmcs_pname_desc p.vmcs_product_name > a:hover, .vmcsCartModule li .vmcs_delete_product a.remove_item:hover {
	font-weight: normal !important;
}
.dropdown_cart_info {
	box-sizing: border-box;
	clear: both;
	display: block;
	float: left;
	padding: 10px;
	width: 100%;
	border-top:1px solid #000;
}
.cart_buttons {
	box-sizing: border-box;
	float: left;
	width: 50%;
}
.cart_buttons a.gray_btn {
	background: none repeat scroll 0 0 #dddddd;
	display: block;
	float: left;
	padding: 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
}
.cart_total_price {
	float: left;
	line-height: 20px;
	padding-top: 10px;
	text-align: right;
	text-transform: uppercase;
	width: 50%;
}
