/** Cart styles **/



/* HOMEY PED PRODUCTS */
.homyped_products {
	width: 760px;
	float: left;
	display: inline;
}
.product_preview {
	position: relative;
	width: 190px;
	float: left;
	text-align: left;
}
.product_thumb {
	position: relative;
	width: 173px;
	padding-top: 5px;
	padding-left: 7px;
	margin-left: 7px;
	height: 143px;
	text-align: center;
}
.product_desc {
	position: relative;
	width: 173px;
	padding-left: 7px;
	margin-left: 7px;
	border-left: solid;
	border-left-width: 3px;
	border-left-color: #92CDF0;
	border-bottom: solid;
	border-bottom-width: 1px;
	border-bottom-color: #92CDF0;	
}
.product_desc p {
	font-size: 0.7em;
	margin-bottom: 3px;
}
.product_thumb img {
	height: auto;
	width: 173px;
	max-width: 173px !important;
	max-height: 143px !important;
	
}
/* HOMEY PED PRODUCTS */

.btn_add {
	float: none;
	background-image: url("../images/btn_cart_SM.gif");
	width: 96px;
	height: 21px;
	background-color: white;
	border: none;
	cursor: pointer;
}
select {
	margin-bottom: 4px;
	cursor: pointer;
}

.product_wrapper {
	width: 200px;
	float: left;
	margin-right: 20px;
}
.product_thumb {
	max-width: 200px !important;	
}
.product_description {
	height: 45px;
	overflow: hidden;
}

.cart_wrapper {
	width: 650px;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
}

.cart_row {
	width: 640px;
	padding-left: 5px;
	padding-right: 5px;
}
.row_even {
	width: 640px;
	background-color: #daeaea;
}
.row_odd {
	background-color: #bfd2ce;
	width: 640px;
}
.cart_header {
	color: white;
	padding-top: 5px;
	padding-bottom: 5px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background: -webkit-gradient(linear, left top, left bottom, from(#82aca0), to(#016450));
	background: -moz-linear-gradient(top,  #82aca0,  #016450);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#82aca0', endColorstr='#016450');
}
.cart_qty {
	width: 68px;
}

.cart_terms {
	text-align: center;
	font-size: 0.9em;
}

.cart_total {
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	font-size: 1.4em;
}
.cart_total_lines {
	border-top: 2px solid #000;
	border-bottom: 2px double #000;
}



.btn_qty, .btn_empty {
	width: 78px !important;
}

.solutions_wrapper {
	font-size: 0.9em;
	font-style: italic;
}
.solutions_graphic {
	float: left;
	margin-right: 15px;
}
.shipping_terms {
	padding-top: 5px;
	text-align: center;
	padding-bottom: 5px;
}
.cart_header .col1, .cart_header .col2, .cart_header .col3, .cart_header .col4, .cart_header .col5 {
	padding-top: 0px !important;
}
.cart_row .col1, .cart_row .col2, .cart_row .col3, .cart_row .col4, .cart_row .col5 {
	padding-top: 5px;
	float: left;
	width: 100px;
	margin-left: 10px;
}
.cart_row .col1 {
	margin-left: 0px;
}
.cart_row .col1, .cart_row .col4, .cart_row .col5 {
	width: 80px;
	text-align: center;
}
.cart_row .col2, .cart_row .col3 {
	width: 180px;
}
.cart_row .col4, .cart_row .col5 {
	text-align: right;
}
.update_qty {
	width: 320px;
	float: left;
}
.subtotals {
	width: 320px;
	float: left;
}
.subtotals .col1 {
	padding-top: 5px;
	margin-left: 150px;
	width: 80px;
	text-align: right;
}
.subtotals .col2 {
	padding-top: 5px;
	margin-left: 10px;
	width: 80px;
	text-align: right;
}

.destroy_cart {
	width: 33%;
	float: left;
}
.keep_shopping {
	padding-top: 5px;
	text-align: center;
	width: 33%;
	float: left;
}
.checkout {
	width: 33%;
	float: left;
}

.btn_add_to_cart {
	margin: 0px;
	padding: 0px;
	display: block;
	width: 120px;
	height: 26px;
	background-image: url('/images/btn_add_to_cart.gif');
	border: none;
	background-color: transparent;
	cursor: pointer;
	float: left;
}
.price {
	text-align: center;
	font-size: 1.8em;
	padding-top: 5px;
	padding-bottom: 5px;
}

.btn_checkout {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 145px;
	height: 42px;
	border: none;
	background-color: transparent;
}

.cart_payment_options {
	background-color: yellow;
}
