

/* /////////////////////////////////
	FORM
///////////////////////////////// */

input.input-text {
	background: #fff;
	border: solid 1px #d5d3d2;
	padding: 2px;
	font: normal 11px georgia, "palatino linotype", "times new roman" times, serif;
}

#product_addtocart_form {
	margin-top: 10px;
}

#product_addtocart_form fieldset {
	border: 0;
	width: 100%;
}

#product_addtocart_form a#addButton,
#product_addtocart_form a#addButton:visited {
	display: block;
	width: 120px;
	height: 32px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/button-addcart.gif') no-repeat left top;
	margin: 0;
}

#product_addtocart_form a#addButton:hover {
	background-position: left -32px;
}

#product_addtocart_form fieldset.right {
	text-align: right;
}

#product_addtocart_form ul#options {
	
}

#product_addtocart_form ul#options li {
	margin: 6px 0 0 0;
}

#product_addtocart_form label {
	clear: left;
	margin-right: 8px;
}

#product_addtocart_form input {
	border: solid 1px #dbeba9;
	padding: 2px;
	width: 120px;
}

#product_addtocart_form input#qty {
	width: 20px;
}

#product_addtocart_form select {
	border: solid 1px #dbeba9;
	padding: 2px;
	width: 120px;
}

#product_addtocart_form input:focus,
#product_addtocart_form select:focus {
	outline: 0;
	border-color: #b1cb60;
}

/* Product Options */
.product-options { padding:0; margin:0; border:none; background-color:transparent; text-align: right; }
.product-options label { 
	font-weight:normal; 
	clear: left;
	margin-right: 8px;
}
.product-options .qty-holder { float:right; }
.product-options .qty-holder label { vertical-align:middle; }
.product-options .qty-disabled { background:none; border:0; padding:3px; color:#000; }
.product-options .last .last {}
.product-options input.input-text { width:98%; }
.product-options textarea { width:98%; height:8em; }
.product-options select { 
	border: solid 1px #dbeba9;
	padding: 2px;
	width: 120px;	
}
.product-options .options-list {}
.product-options .options-list input.radio { float:left; margin:3px -18px 0 0; }
.product-options .options-list input.checkbox { float:left; margin:3px -20px 0 0; }
.product-options .options-list .label { display:block; margin-left:20px; }
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.required { padding:15px 0 0; }

.product-options-bottom { padding:0px; border:none }
.product-options-bottom .price-box { margin:10px 0; }
.product-options-bottom span.price {
	display: none;
}

/* Data Table */ 
.data-table { 
	width:100%; 
	border: solid 1px #ebe9e8;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 8px 0 20px;
}
.data-table th { padding:6px 10px; border: 0; border-bottom:1px solid #ebe9e8; font-weight:bold; white-space:nowrap; }
.data-table td { padding:6px 10px; border:1px solid #ebe9e8; }
.data-table thead { background-color:#ebe9e8; }
.data-table tbody {}
.data-table tfoot { background-color:#ebe9e8; }
.data-table tr.first {}
.data-table tr.last {}
.data-table tr.odd {}
.data-table tr.even { background-color:#f5f4f2; }
.data-table tbody.odd {}
.data-table tbody.odd td { border-width:0 1px; }
.data-table tbody.even { background-color:#f5f4f2; }
.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 {}

#shopping-cart-table {
	clear: both;
	width: 720px;
}

h3.product-name {
	font: normal 16px georgia, "palatino linotype", "times new roman" times, serif;
	color: #8abf25;
	line-height: 18px;
	margin: 0;
}

button.button { 
	overflow:visible; 
	width:auto; 
	background:#dc4875; 
	border:0; 
	cursor:pointer; 
	margin-right: 5px;
	
}
button.button span { 
	display:block; 
	margin:0; 
	padding: 2px 7px 2px; 
	font:normal 11px georgia, "palatino linotype", "times new roman" times, serif;
	text-align:center; 
	white-space:nowrap; 
	color:#fff; 
}

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

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

.cart .titleBar {
	height: 80px;
}

.cart .titleBar h1 {
	float: left;
}

.cart .titleBar ul.checkout-types {
	float: right;
	margin-top: 46px;
}

.buttons-set { clear:both; margin:12px 0 0 0; padding:0; border:0; }
.buttons-set .back-link { float:left; }
.buttons-set button.button { float:none; }

.col2-set .narrow { width:29%;}
.col2-set .wide { width:70%;}

.shipping {
	margin: 28px 0;
}

#shipping-zip-form {
	margin: 0;
}

#shipping-zip-form p {
	margin-top: 0px;
}

.totals {
	width: 720px;
	margin: 24px -20px 0;
	padding: 14px 20px 8px;
	background: #f5f4f2 url('../images/line-horz.gif') no-repeat left top;
	
}

#shopping-cart-totals-table {
	width: 150px;
}

.totals {
	margin-top: 18px;
}

.totals .a-right {
	text-align: left;
}

.totals .price {
	width: 100px;
	white-space: nowrap;
}

/* Checkout ============================================================================== */
/* One Page */
.opc { position:relative; border-bottom: solid 1px #ebe9e8; overflow: hidden; margin-bottom: 18px}
.opc li.section { border: solid 1px #ebe9e8; border-bottom: 0; display: block; clear: both}
.opc .step-title { background-color:#f5f4f2; padding:7px 20px 12px; text-align:right; height: 20px}
.opc .step-title .number { 
	float:left; 
	line-height:22px; 
	margin-right:10px; 
	font-size: 18px;
	font: bold 22px georgia, "palatino linotype", "times new roman" times, serif;
	color: #cfcbc6;
}
.opc .step-title h3,
.page .opc .step-title h3 { 
	float:left; 
	margin: 6px 0 0 0;
	
}
.opc .allow .step-title { cursor:pointer; }
.opc .active {}
.opc .active .step-title { background-color:#fff; cursor:default; }
.opc .step { border-top:0px solid #ebe9e8; padding:20px 20px; position:relative; overflow: hidden}
.opc .step .tool-tip { right:10px; }
.opc .order-review {}
.opc h4 {
	font: bold 18px georgia, "palatino linotype", "times new roman" times, serif;
	color: #54464a;
	margin: 12px 0 12px 0;
	text-align: left;
	text-transform: none;
}

#login-form .buttons-set a {
	float: right;
}

.group-select legend {font-weight: bold; display: none}
.group-select label,
.input-box label {margin: 0 15px 0 0; clear: left}
.group-select li { margin:0 0 10px 0; display: block; clear: both; }
.group-select li .input-box { float:left; 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;}

.radio {
	margin-right: 4px;
}

/* Block: Checkout Progress */

h3#checkoutProgress {
	width: 184px;
	height: 17px;
	overflow: hidden;
	text-indent: -5000px;
	/*background: transparent url('../images/h3-checkout-progress.jpg') no-repeat left top;*/
	margin-bottom: 15px;
}

.col-right {
	border: 0;
	width: auto;
	float: none; 
	padding: 0;
}

.block-progress {
	border: 0;
	margin: 20px 0 18px 0;
	color: #fff;
}

.block-progress .block-progress{
	border: 0;
	margin: 0;
}

.block-progress h2 {
	background: #c4486c;
	font: bold 14px georgia, "palatino linotype", "times new roman" times, serif;
	color: #fff;
	margin: 0;
	padding: 10px 20px 10px;
}

.block-progress dl {
	margin-left: 20px;
	line-height: 12px;
	color: #f8c6d7;
}

.block-progress dl a:link,
.block-progress dl a:visited {
	color: #f8c6d7;
	display: none;
}

.block-progress dt { 
	font-weight:bold; 
	color: #fff;
	margin: 10px 0
}
.block-progress dt.complete,
.block-progress dd.complete { 
	background: transparent;
}

/* Login / My Account ============================================================================== */

.page h4 {
	text-align: left;
	margin-top: 12px;
}

.title-buttons { text-align:left; }
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:none; }

.title-buttons button {
	float: right;
	margin: 0 24px 0 0;
}

.col2-set {
	display: block;
	clear: left;
	overflow: hidden;
	height: 1%;
}

.col-1 {
	width: 45%;
	float: left;
	margin-right: 40px;
}

.col-2 {
	width: 45%;
	float: left;
}

#checkout-step-login .col-2 {
	border-left: solid 1px #ebe9e8;
	padding-left: 20px;
}

h3#myAccount {
	width: 90px;
	height: 16px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/h3-my-account.gif') no-repeat left top;
	margin-bottom: 15px;
}

h3#myCart {
	width: 57px;
	height: 16px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/h3-my-cart.gif') no-repeat left top;
	margin-bottom: 15px;
}

/* Block: Account */
.block-account {
	margin: 38px 20px 0 15px;
	border: 0;
}

.block-account .block-content{
	margin: 0;
	padding: 0;
}

/* 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;
}