#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, .checkoutcontainer div.validation-advice {
	color: red;
    font-weight:600;
}

span.required{
    color:red;
}

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

/* Form lists */
/* Grouped fields */
/*.opc .form-list { width:535px; margin:0 auto; overflow:hidden; }*/
.opc li { list-style: none; }
.opc .col2-set .col-1, .opc .col2-set .col-2 { width:49% }
.opc .col2-set { clear:both; }
.opc .col2-set .col-1 { float:left; }
.opc .col2-set .col-2 { float:right; }
.opc .buttons-set { text-align:right; }

.opc .form-list li { margin:0 0 8px; clear:both; }
.opc .form-list label { /*float:left;*/ color:#666; font-weight:bold; position:relative; z-index:0; }
.opc .form-list label.required {}
.opc .form-list label.required em { float:right; font-style:normal; color:#eb340a; position:absolute; top:0; right:-8px; }
.opc .form-list li.control label { float:none; }
.opc .form-list li.control input.radio,
.opc .form-list li.control input.checkbox { margin-right:6px; }
.opc .form-list li.control .input-box { clear:none; display:inline; width:auto; }
/*.opc .form-list li.fields { margin-right:-15px; }*/
.opc .form-list .input-box { display:block; clear:both; width:260px; }
.opc .form-list .field { float:left; width:275px; }
.opc .form-list input.input-text { width:254px; }
.opc .form-list textarea { width:254px; height:10em; }
.opc .form-list select { width:260px; }
.opc .form-list li.wide .input-box { width:535px; }
.opc .form-list li.wide input.input-text { width:529px; }
.opc .form-list li.wide textarea { width:529px; }
.opc .form-list li.wide select { width:535px; }
.opc .form-list li.additional-row { border-top:1px solid #ccc; margin-top:10px; padding-top:7px; }
.opc .form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.opc .form-list .input-range input.input-text { width:74px; }
/* Customer */
.opc .form-list .customer-name-prefix .input-box,
.opc .form-list .customer-name-suffix .input-box,
.opc .form-list .customer-name-prefix-suffix .input-box,
.opc .form-list .customer-name-prefix-middlename .input-box,
.opc .form-list .customer-name-middlename-suffix .input-box,
.opc .form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.opc .form-list .name-prefix { width:65px; }
.opc .form-list .name-prefix select { width:55px; }
.opc .form-list .name-prefix input.input-text { width:49px; }

.opc .form-list .name-suffix { width:65px; }
.opc .form-list .name-suffix select { width:55px; }
.opc .form-list .name-suffix input.input-text { width:49px; }

.opc .form-list .name-middlename { width:70px; }
.opc .form-list .name-middlename input.input-text { width:49px; }

.opc .form-list .customer-name-prefix-middlename-suffix .name-firstname,
.opc .form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.opc .form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.opc .form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.opc .form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.opc .form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.opc .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.opc .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.opc .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.opc .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.opc .form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.opc .form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.opc .form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.opc .form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.opc .form-list .customer-name-prefix .name-firstname,
.opc .form-list .customer-name-middlename .name-firstname { width:210px; }

.opc .form-list .customer-name-suffix .name-lastname,
.opc .form-list .customer-name-middlename .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-firstname,
.opc .form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.opc .form-list .customer-name-prefix .name-firstname input.input-text,
.opc .form-list .customer-name-suffix .name-lastname input.input-text,
.opc .form-list .customer-name-middlename .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.opc .form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.opc .form-list .customer-dob .dob-month,
.opc .form-list .customer-dob .dob-day,
.opc .form-list .customer-dob .dob-year { float:left; width:85px; }
.opc .form-list .customer-dob input.input-text { display:block; width:74px; }
.opc .form-list .customer-dob label { font-size:10px; font-weight:normal; color:#888; }
.opc .form-list .customer-dob .dob-day,
.opc .form-list .customer-dob .dob-month { width:60px; }
.opc .form-list .customer-dob .dob-day input.input-text,
.opc .form-list .customer-dob .dob-month input.input-text { width:46px; }
.opc .form-list .customer-dob .dob-year { width:140px; }
.opc .form-list .customer-dob .dob-year input.input-text { width:134px; }


