#cart {
	width: 200px;
	margin-top: 30px;
}

#cart a,
#cart a:visited {
	border-left: solid 1px #dbeba9;
	padding: 2px 11px;
}

#cart a.first,
#cart a.first:visited {
	border: 0;
	padding-left: 0;
}

#shopping-cart-table button.button, .discount button.button { 
	overflow:visible; 
	width:auto; 
	background:#46B749; 
	border:0; 
	cursor:pointer; 
	
}
#shopping-cart-table button.button span, .discount button.button span { 
	display:block; 
	margin:0; 
	padding: 2px 8px 3px; 
	font:normal 12px arial, 'trebuchet ms', tahoma, verdana;
	text-align:center; 
	white-space:nowrap; 
	color:#fff; 
}

ul.checkout-types {
	margin: 12px 0;
}



/* Data Table */ 
.data-table { 
	width:100%; 
	background: #fff;
	border: solid 0px #e8f2c9;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px 0 20px;
}
.data-table th { background: #B5D994;padding:6px 10px;text-align: left; border: 0; border-bottom:1px solid #e8f2c9; font-weight:bold; white-space:nowrap; }
.data-table td { padding:6px 10px; border:1px solid #B5D994; }
.data-table thead { background-color:#f4f9e4; }
.data-table tbody {background: #E7EFE4;}
.data-table tfoot { background: #B5D994;}
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f6f6f6; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f6f6f6; }
.data-table tbody.even td { border-width:0 1px; }
.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td { border-bottom-width:1px; }
.data-table th .tax-flag { white-space:nowrap; font-weight:normal; }
.data-table td.label,
.data-table th.label { font-weight:bold; background-color:#f6f6f6; }
.data-table td.value {}



/* Checkout ============================================================================== */
/* One Page */
.opc { position:relative; border-bottom: solid 1px #e8f2c9; overflow: hidden;}
.opc li.section { border: solid 1px #e8f2c9; border-bottom: 0; display: block; clear: both}
.opc .step-title { background-color:#fafcf2; padding:7px 20px 12px; text-align:right; height: 15px}
.opc .step-title .number { float:left; line-height:18px; margin-right:5px; font-size: 18px}
.opc .step-title h3,
.page .opc .step-title h3 { float:left; margin: 0}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#fff; cursor:default; }
.opc .step { border-top:0px solid #ddd; padding:20px 20px; position:relative; overflow: hidden}
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc h4 {
	font: bold 16px arial;
	color: #000;
	text-align: left;
	margin-bottom: 10px;
	background:none;
	padding-left: 0px;
}
.opc a { color: #424242; text-decoration: underline; }
.opc a:hover { color: #fff; }

.group-select legend {font-weight: bold}
.group-select label,
.input-box label {margin: 0 15px 0 0; clear: left}
.group-select li { margin:0 0 10px 0; display: inline; clear: both; }
.group-select li .input-box { width:210px; margin: 5px 10px 5px 0}

.group-select li textarea {width:530px; }
.group-select li select { width:536px; }
.group-select li .input-box input.input-text,
.group-select li .input-box textarea { width:190px; }
.group-select li .input-box select { width:206px; }
.back-link {
	margin-right: 20px;
}

.input-box,
.v-fix { overflow: hidden;}


/* Block: Cart */
.block-cart {
	margin: 24px 24px 0 15px;
	border: solid 1px #e9f3cb;
	padding: 15px;
}

.block-cart .block-content{
	margin: 0;
	padding: 0 0 10px 0;
}

.block-cart .amount {}
.block-cart .subtotal { text-align:left; }
.block-cart .actions {
	text-align: left;
	padding-bottom: 10px;
}

.mini-products-list {
	overflow: hidden;
	margin-top: 10px;
}
.mini-products-list li { 
	padding: 10px 0; 
	border-top: solid 1px #e9f3cb;
	
}
.mini-products-list .product-image { float:left; width:50px; padding:0px; border:0; margin-right:-75px; }
.mini-products-list .product-details { margin-left:75px; }
.mini-products-list .product-details h4 { font-size:1em; font-weight:bold; margin:0; text-align: left; }
.mini-products-list .product-details .btn-remove { float:right; margin-left: 6px;}
H2.product {	
	display: inline;
}
.cat_text_large {
	font-size: 14px;
}
.cat_text_featured {
	font-size: 14px;
}
.cat_text_small {
	font-size: 13px;
}
.cat_text_list {
	font-size: 12px;
}
.review_title {
	font-size: 14px;
	font-weight: bold;
	color: #666699;
}
#shopping-cart-totals-table {
	width: 100%;
	background-color: #747474;
}

.shopping-cart-totals .checkout-types:after,
.advanced-search li:after { content:"."; display:block; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }
#shopping-cart-totals-table {
    width:100%;
    float:right;
    margin: 10px 0px 10px;
    border:1px solid #fff;
    background-color: #747474;
    text-align:right;
		color: #fff;
    }
#shopping-cart-totals-table table { width:100%; margin:7px 0; }
#shopping-cart-totals-table td { padding:0 15px; text-align: left;}
#shopping-cart-totals-table tr.last td {}
#shopping-cart-totals-table tfoot td {
    padding-top:10px;
    font-size:1.3em;
    border:none!important;
    }
#shopping-cart-totals-table tfoot th {padding-top: 10px;}
#shopping-cart-totals-table .price {font-size: 12px;margin: 0;padding:0;}		
#shopping-cart-totals-table th {border: 0px solid red;text-align: left;width: 80px;}
#shopping-cart-totals-table .checkout-types { padding:8px 15px 15px; }
#shopping-cart-totals-table .checkout-types li { clear:both;  margin:10px 0; }

/* Tax details */
.tax-total { cursor:pointer; }
.tax-total td { line-height:13px; padding-top:5px !important; padding-bottom:5px !important; }
.tax-total .tax-collapse { float:right; padding-left:20px; background:url(../images/bg_collapse.gif) 0 2px no-repeat; text-align:right; cursor:pointer; }
.show-details .tax-collapse { background-position:0 -55px; }
.show-details td { border-top:1px solid #d2d8db; }
.tax-details td { font-size:0.91em; color:#626465; background-color:#dae1e4; }
.tax-details-first td { border-top:1px solid #d2d8db; }

/* Shopping cart tax info */
.cart-tax-info, .cart-price { padding-right:20px; }
.cart-tax-total { cursor:pointer; }
.cart-tax-total { padding-right:20px; background:url(../images/bg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Shopping cart cells */
.cart-table tbody dl.item-options {
	width: 280px;
}
.cart-table tbody dt {
	float: left;
	clear: both;
}
.cart-table tbody dt:after {
	content: ':';
}
.cart-table tbody dd {
	float: right;
	width: 170px;
	text-align: left;
}
.cart-table tbody h3 a {
	color: #747474;
}
.cart-table tbody h3 a:hover {
	color: #46B749;
}
.data-table tbody td {
	white-space: nowrap;
}
div.totals li {
	list-style-type: none;
}
div.cart-collaterals {
	float: left;
}

#checkout-review-table tbody dl.item-options {
	width: 280px;
}
#checkout-review-table tbody dt {
	float: left;
	clear: both;
}
#checkout-review-table tbody dt:after {
	content: ':';
}
#checkout-review-table tbody dd {
	float: right;
	width: 170px;
	text-align: left;
}

/* Other */
.opc div.validation-advice {
	color: red;
}

div.cart ul.messages {
	color: #515151;
}
