/* /////////////////////////////////
	LimeBox CSS 
	by Benek Lisefski
	http://www.benekdesign.com
///////////////////////////////// */

/* reset whitespace */
* { 
	margin:0;
	padding:0;
}

fieldset {
	border: 0;
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */

body {
	font: normal 12px arial, 'trebuchet ms', tahoma, verdana;
	color: #000;
	background: #fff;
	line-height: 18px;
	border-top: solid 5px #d1e593;
}

.center {
	width: 960px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear { 
	clear: both; 
	height: 0; 
	line-height: 0px;
	font-size: 0px;
	text-indent: -5000px;
}

.hidden {
	display: none;
}

.mainCol {
	width: 720px;
	background: #fff url('../i/bg-line.gif') repeat-y left top;
}

.subCol {
	width: 240px;
}

#footer {
	clear: both;
	background: #fff url('../i/bg-footer.gif') no-repeat left top;
	height: 175px;
	padding-left: 22px;
	padding-top: 22px;
}


/* /////////////////////////////////
	TEXT + HTML
///////////////////////////////// */

h2 {
	font: bold 24px arial;
	color: #000;
	margin: 26px 0 0 0;
}

h3 {
	font: normal 18px arial;
	color: #8abf25;
	line-height: 18px;
}

h4 {
	font: bold 16px arial;
	color: #000;
	text-align: right;
	margin-bottom: 10px;
}

p {
	margin: 12px 0 12px ;
}

ul {
	list-style-type: none;
}


/* /////////////////////////////////
	LINKS
///////////////////////////////// */

a img { border: none }

a,
a:visited,
a:active {
	color: #8abf27;
	text-decoration: none;
}


a:hover {
	color: #629700;
	text-decoration: none;
}

/* /////////////////////////////////
	HEADER
///////////////////////////////// */

#logo {
	display: block;
	width: 197px;
	height: 74px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/logo.gif') no-repeat left top;
	margin: 35px 0 0 0;
}

#tagline {
	width: 210px;
	height: 48px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/tagline.gif') no-repeat left top;
	margin: 66px 0 0 24px;
}

#cart {
	width: 200px;
	margin-top: 59px;
}

#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;
}

form#searchForm {
	width: 200px;
	height: 24px;
	margin-top: 8px;
}

form#searchForm fieldset {
	border: 0;
}

form#searchForm input {
	width: 166px;
	height: 20px;
	padding: 4px 5px 0 5px;
	background: #d1e593;
	font: normal 12px arial;
	color: #000;
	border: 0;
	float: left;
}

form#searchForm input:focus {
	border: 0;
	outline: 0;
}

form#searchForm a#submit,
form#searchForm a#submit:visited {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/button-search.gif') no-repeat left top;
	float: left;
	border: 0;
	padding: 0;
}

form#searchForm a#submit:hover {
	background-position: left -24px;
}

/* /////////////////////////////////
	NAV
///////////////////////////////// */

#nav1 {
	width: 100px;
	float: left;
	margin-top: 26px;
	padding-top: 21px;
}

h3#pages {
	width: 62px;
	height: 14px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/h3-pages.gif') no-repeat 15px top;
}

#nav2 {
	width: 140px;
	float: left;
	height: 500px;
	background: transparent url('../i/bg-nav.gif') no-repeat left top;
	margin-top: 26px;
	padding-top: 29px;
}

h3#categories {
	width: 95px;
	height: 36px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/h3-categories.gif') no-repeat 14px top;
}

#nav1 ul,
#nav2 ul {
	list-style-type: none;
	margin: 10px 0;
	line-height: 14px;
}

#nav1 ul li {
	display: block;
	width: 100px;
}

#nav1 ul li a,
#nav1 ul li a:visited {
	display: block;
	text-decoration: none;
	width: 75px;
	padding: 3px 10px 4px 15px;
	color: #000;
}

#nav1 ul li a:hover {
	text-decoration: none;
	color: #629700;
	background: #f9fcf1;
}

#nav1 ul li a.current,
#nav1 ul li a.current:visited,
#nav1 ul li a.active,
#nav1 ul li a.active:visited {
	color: #f92020;
	background: #1a1a1a;
	padding-left: 8px;
}

#nav2 ul li {
	display: block;
	width: 139px;
	margin-left: 1px;
}

#nav2 ul li a,
#nav2 ul li a:visited {
	display: block;
	text-decoration: none;
	width: 115px;
	padding: 3px 10px 4px 14px;
	color: #000;
}

#nav2 ul li a:hover {
	text-decoration: none;
	color: #629700;
	background: #f9fcf1;
}

#nav1 ul li.current,
#nav2 ul li.current {
	margin-top: 3px;
	margin-bottom: 3px;
}

#nav1 ul li.current a,
#nav1 ul li.current a:visited,
#nav2 ul li.current a,
#nav2 ul li.current a:visited,
#nav1 ul li.active a,
#nav1 ul li.active a:visited,
#nav2 ul li.active a,
#nav2 ul li.active a:visited {
	color: #000;
	background: #e9f2cd;
	padding-top: 5px;
	padding-bottom: 5px;
}

body.cms-home #nav1 ul li.cms-home a,
body.cms-home #nav1 ul li.cms-home a:visited,
body.cms-specials #nav1 ul li.cms-spacials a,
body.cms-specials #nav1 ul li.cms-specials a:visited,
body.cms-new-arrivals #nav1 ul li.cms-new-arrivalse a,
body.cms-new-arrivals #nav1 ul li.cms-new-arrivals a:visited,
body.cms-about-us #nav1 ul li.cms-about-us a,
body.cms-about-us #nav1 ul li.cms-about-us a:visited,
body.cms-lime-lounge #nav1 ul li.cms-lime-lounge a,
body.cms-lime-lounge #nav1 ul li.cms-lime-lounge a:visited,
body.cms-faq #nav1 ul li.cms-faq a,
body.cms-faq #nav1 ul li.cms-faqe a:visited,
body.cms-terms-conditions #nav1 ul li.cms-terms-conditions a,
body.cms-terms-conditions #nav1 ul li.cms-terms-conditions a:visited,
body.cms-delivery #nav1 ul li.cms-delivery a,
body.cms-delivery #nav1 ul li.cms-delivery a:visited,
body.cms-media #nav1 ul li.cms-media a,
body.cms-media #nav1 ul li.cms-media a:visited,
body.cms-contact-us #nav1 ul li.cms-contact-us a,
body.cms-contact-us #nav1 ul li.cms-contact-us a:visited {
	color: #000;
	background: #e9f2cd;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* /////////////////////////////////
	BANNERS
///////////////////////////////// */

.banner {
	width: 696px;
	height: 299px;
	margin: 21px 0 0 24px;
	padding-top: 1px;
}

.banner h2,
.banner h3,
.banner p {
	margin-left: 356px;
	margin-right: 24px;
}

#bannerHome {
	background: transparent url('../i/banner-home.jpg') no-repeat left top;
}

#bannerWork {
	background: transparent url('../i/banner-work.jpg') no-repeat left top;
}

.titleBar {
	margin: 21px 0 0 24px;
	padding-top: 1px;
	background: #fafcf2 url('../i/bg-titlebar.gif') repeat-x left top;
	border: solid 1px #e9f3cb;
	padding-bottom: 19px;
}

.titleBar h2 {
	margin: 20px 20px 0 20px;
}

.titleBar h3 {
	margin: 4px 20px 4px 20px;
}

/* /////////////////////////////////
	CONTENT
///////////////////////////////// */

.page {
	margin: 16px 0 0 24px;
	width: auto;
	padding: 0;
	overflow: hidden;
}

.page h3 {
	margin-top: 18px;
}

.page ol {
	margin-left: 24px;
}

.page ol li {
	margin-bottom: 6px;
}

.page .termsList {
	width: 30%;
	float: left;
}

.grid {
	margin-left: 8px;
	overflow: hidden;
}

.inPage {
	/* margin-left: -16px; */
}

a.product,
a.product:visited {
	display: block;
	width: 162px;
	height: 162px;
	float: left;
	margin-left: 16px;
	margin-top: 20px;
	display: inline;
}

a.product .name {
	display: block;
	height: 29px;
	width: 146px;
	line-height: 29px;
	background: #f4f9e4 url('../i/bg-name.gif') repeat-x left top;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding: 0 0 0 16px;
	overflow: hidden;
}

a.product .photo {
	display: block;
	width: 160px;
	height: 131px;
	border: solid 1px #e8f2c9;
}

a.product .price-regular,
a.product .price-special {
	display: block;
	float: right;
	background: #e8f2c9;
	color: #7f9f1b;
	padding: 2px 6px 1px;
	margin-top: 110px;
}

a.product .price-old {
	display: none;
}

a.product:hover {
	cursor: pointer;
}

a.product:hover .photo {
	border-color: #d0e591;
}

a.product:focus {
	outline: none;
}

#paginate {
	clear: both;
	margin: 32px 0 0 24px;
}

#paginate a,
#paginate a:visited {
	display: block;
	float: left;
	font-weight: normal;
	border: solid 1px #dbeba9;
	padding: 0px 5px;
	margin: 0 5px 0 0;
	color: #000;
}

#paginate a.leftArrow,
#paginate a.rightArrow,
#paginate a.leftArrow:visited,
#paginate a.rightArrow:visited {
	background: #e8f2c9;
	font-size: 11px;
	font-weight: bold;
	padding-right: 6px;
	padding-left: 6px;
}

#paginate a.leftArrow,
#paginate a.leftArrow:visited {
	margin-right: 14px;
}

#paginate a.rightArrow,
#paginate a.rightArrow:visited {
	margin-left: 9px;
	margin-right: 20px;
}

#paginate a:hover {
	border-color: #b1cb60;
}

#paginate a.rightArrow:hover,
#paginate a.leftArrow:hover {
	border-color: #84bc1c;
	background: #84bc1c;
	color: #fff;
}

#paginate .showing {
	
}

#paginate a.current,
#paginate a.current:visited {
	border-color: #000;
	background: #000;
	color: #fff;
	font-weight: bold;
}

#paginate fieldset.limiter {
	border: 0;
	float: right;
}

#paginate fieldset.limiter select {
	margin-right: 3px;
	margin-left: 3px;
}

#paginate fieldset.sort-by {
	border: 0;
	float: right;
	margin-left: 30px;
}

#paginate fieldset.sort-by select {
	margin-right: 3px;
	margin-left: 3px;
}

#paginate fieldset.sort-by a,
#paginate fieldset.sort-by a:visited {
	display: inline;
	float: none;
	font-weight: normal;
	border: none;
	padding: 0;
	margin: 0;
	color: #000;
}

#alsoLike {
	width: 209px;
	height: 23px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/h1-alsolike.gif') no-repeat left top;
	margin: 42px 0 0 24px;
}

.photos {
	width: 350px;
	padding-left: 24px;
	margin-top: 21px;
}

.photos #photoLarge {
	border: solid 1px #e8f2c9;
	display: block;
}

.photos a.photoThumb,
.photos a.photoThumb:visited {
	display: block;
	float: left;
	border: solid 1px #e8f2c9;
	margin: 11px 10px 12px 0;
}

.photos a.photoThumb img {
	display: block;
}

.photos a.currentThumb {
	border-color: #d0e591;
}

.info {
	width: 332px;
	margin-top: 0px;
}

.breadcrumb {
	width: 332px;
	float: right;
	font-size: 11px;
	color: #999;
	margin: 31px 0 0 0;
}

.info h2 {
	margin-top: 12px;
}

.info .code {
	font-size: 11px;
	color: #999;
}

.info .price-old {
	margin-right: 5px;
	text-decoration: line-through;
	color: #999;
}

.availability .in-stock { font-weight:normal; }
.availability .out-of-stock { font-weight:bold; color:#f00; }

#messages_product_view {
	margin-top: 12px;
}

/* /////////////////////////////////
	FORM
///////////////////////////////// */

#product_addtocart_form {
	margin-top: 10px;
}

#product_addtocart_form fieldset {
	border: 0;
}

#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 #e8f2c9;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 8px 0 20px;
}
.data-table th { padding:6px 10px; border: 0; border-bottom:1px solid #e8f2c9; font-weight:bold; white-space:nowrap; }
.data-table td { padding:6px 10px; border:1px solid #e8f2c9; }
.data-table thead { background-color:#f4f9e4; }
.data-table tbody {}
.data-table tfoot { background-color:#f4f9e4; }
.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 {}

h3.product-name {
	font: normal 18px arial;
	color: #8abf25;
	line-height: 18px;
	margin: 0;
}

button.button { 
	overflow:visible; 
	width:auto; 
	background:#84bc1c; 
	border:0; 
	cursor:pointer; 
	
}
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;
}

.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%; }

/* 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;
}

#login-form .buttons-set a {
	float: right;
}

.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: block; clear: both; }
.group-select li .input-box { float:left; width:270px; margin: 5px 10px 5px 0}
.group-select li input.input-text,
.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:250px; }
.group-select li .input-box select { width:256px; }

.back-link {
	margin-right: 20px;
}

.input-box,
.v-fix { overflow: hidden;}

/* Block: Checkout Progress */

h3#checkoutProgress {
	width: 184px;
	height: 17px;
	overflow: hidden;
	text-indent: -5000px;
	background: transparent url('../i/h3-checkout-progress.gif') no-repeat left top;
	margin-bottom: 15px;
}

.col-right {
	border: 0;
	width: auto;
	float: none; 
	padding: 0;
}

.block-progress {
	border: 0;
	margin: 38px 20px 0 15px;
}

.block-progress .block-progress{
	border: 0;
	margin: 0;
}

.block-progress dt { 
	font-weight:bold; 
	margin: 10px 0
}
.block-progress dt.complete,
.block-progress dd.complete { 
	background: #fff;
}

/* 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: 24px 24px 0 0;
}

.col2-set {
	display: block;
	clear: left;
}

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;}