
/*
Lovingly hand-crafted by Citrus Tree Media.
http://www.citrustreemedia.com/
Please respect our copyright as we do yours...
*/

/* ---------------------
title: revive4life stylesheet
author: Tom Sears and Wayne Taylor
created: 17/04/09
modified: 17/04/09
version: 1.0
--------------------- */

/* -----------------------------------------------------------------------------
   generic style */

* {
	margin: 0;
	border: 0;
	padding: 0;
}

body	{
	font-size: 80%;
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	background: url(../images/body-bg.jpg) fixed;
	color: #32312d;
}

.hover {
	cursor: pointer;
}

/* -----------------------------------------------------------------------------
   main layout style */

.wrapper {
	width: 70%;
	margin: 0 auto;
	min-width: 1000px;
	width: auto !important;
	width: 1000px;
	max-width: 1100px;
	padding-right: 10px;
	padding-left: 10px;
}

.content {
	padding-left: 20px;
	margin-left: 270px;
	overflow: auto;
	padding-right: 200px;
}

.right-sidebar {
	width: 180px;
	float: right;
	padding-top: 20px;
	padding-right: 10px;
}

.main {
	float: left;
	width: 71%;
	padding-right: 10px;
}

.sidebar {
	float: left;
	width: 230px;
	padding-left: 20px;
	padding-right: 20px;
}

.subcontentleft {
	float: left;
	width: 48%;
}

.subcontentright {
	float: right;
	width: 48%;
}

/* -----------------------------------------------------------------------------
  font style */ 

h1 {
	padding-bottom: 10px;
	clear: both;
}  

h2 {
	padding-bottom: 10px;
}  

h4 {
	padding-bottom: 10px;
}  

p {
	padding-bottom: 10px;
} 
  
/* -----------------------------------------------------------------------------
  #navigation style */
  
#navigation {
	background: #606060 url(../images/navigation-bg.jpg) repeat-x;
	min-height: 34px;
	color: #fff;
	clear: both;
} 

#navigation .content {
	overflow: hidden;
	margin-left: 0;
}

ul#nav{
	float: right;
} 

ul#nav li {
	float: left;
	line-height: 34px;
	list-style: none;
	background: url(../images/nav-li-splitter.jpg) repeat-y left;
	display: block;
} 

ul#nav li a {
	color: #fff;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
} 

ul#nav li a:hover {
	color: #7BBD2F;
} 

ul#nav li a#active {
	color: #7BBD2F;
} 

/* -----------------------------------------------------------------------------
  #logobar style */
  
#header {
	background: url(../images/logobar-green-stripe.jpg) repeat-x;
	padding-top: 4px;
	min-height: 118px;
	height: auto !important;
	height: 118px;
	color: #acacac;
	clear: both;
}  

#header img {
	float: left;
	margin-right: 6%;
}

#header p {
	line-height: 118px;
	font-weight: bold;
	font-size: 120%;
	padding-left:50px;
}

/* -----------------------------------------------------------------------------
  #top-container style */
  
#top-container {
	background: #bcd994;
	color: #fff;
	background: #b0d780 url(../images/topcontainer-bg.jpg) repeat-x top;
	clear: both;
} 
  
#top-container .wrapper {
	overflow: auto;
} 

#top-container .content {
	background: #8ac53f url(../images/applepic-bg.jpg) no-repeat top right;
	border-left: 1px solid #fff;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-right: 0;
} 
  
#top-container .sidebar {
	background: url(../images/topcontainer-sidebar-bg.jpg) repeat-x;
	padding-top: 15px;
	overflow: hidden;
}
  
#top-container h1 {
	color: #559130;
	font-size: 180%;
}  
  
#top-container .sidebar h2 {
	color: #559130
}  

#top-container .content h2 {
	font-size: 120%;
}

#top-container .content ul {
	padding-left: 20px;
}

#top-container .content ul li {
	padding-bottom: 10px;
}

#top-container .content a {
	color: #cde7a4; 
	overflow: hidden;
} 

#top-container .content a:hover {
	color: #fff;
}

#top-container .content .main a {
	color: #559130; 
	overflow: hidden;
} 

#top-container .content .main a:hover {
	color: #7bbd2f; 
} 




		/* -----------------------------------------------------------------------------
		  .searchbar style */

#top-container .content .searchbar {
	clear: both;
	display: block;
	width: 98%;
	margin-bottom: 15px;
	overflow: hidden;
	zoom:1;
	margin-left: -20px;
}

#top-container .content .searchbar-inner {
	background: url(../images/searchbar-bg.jpg) repeat-x;
	height: 40px;
	float: left;
	display: block;
	width: 88%;
	padding-right: 1%;
	padding-left: 3%;
	padding-top: 12px;
}

.searchbar label {
	float: left;
	width: 10%;
	color: #306f2e;
	font-size: 110%;
	margin-right: 2%;;
	font-weight: bold;
}

.searchbar input {
	float: right;
	width: 88%;
	padding-top: 2px;
	padding-top: 2px;
	vertical-align: top;
}

.searchbar .submit-outer {
	background: url(../images/searchbar-bg.jpg) repeat-x;
	float: left;
	width: 7%;
}

.searchbar input#send {
	width: 41px;
	margin-top: 0;
	padding-top: 0;
}




		/* -----------------------------------------------------------------------------
		  .productlist style */

ul.productlist {
	overflow: auto;
	padding-top: 20px;
}		  
		  
ul#bordertop {
	border-top: 1px solid #bddb97;
}		  
		  
ul.productlist	li {
	float: left;
	width: 47%;
	padding-bottom: 10px;
	font-weight: bold;
	padding-right: 2%;
	list-style: none;
	margin-bottom: 10px;
}			  
		  
body.cms-index-index#top-container .content ul.productlist	li {
	padding-bottom: 0;
}		  
		  
ul.productlist	li ul li {
	width: auto;
}			  
		  
ul.productlist	li p {
	padding-bottom: 5px;
	padding-left: 110px;
}	 
		  
ul.productlist	li a {
	color: #306f2e;
	text-decoration: none;
}	 
		  
ul.productlist	li a:hover {
	color: #fff;
}	 
		  
ul.productlist	li p.view a {
	color: #642e17;
	background: #fff;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}	
		  
ul.productlist	li p.view a:hover {
	color: #fff;
	background: #642e17;
}	

ul.productlist	li img {
	float: left;
	margin-right: 10px;
	border: 3px solid #a3ca6b;
}	 

ul.productlist	li a:hover img {
	border: 3px solid #fff;
}	   


		/* -----------------------------------------------------------------------------
		  .call-to-action style */

ul.call-to-action li {
	list-style: none;
	margin-bottom: 5px;
	color: #56585b;
}

ul.call-to-action li a {
	color: #56585b;
	text-decoration: none;
	display: block;
	padding: 10px;
	height: 58px;
}

ul.call-to-action li a:hover {
	color: #8ac53f;
}

ul.call-to-action span.catname {
	font-weight: bold;
	font-size: 120%;
	clear: both;
	display: block;
	margin-bottom: 20px;
}

ul.call-to-action li p {
	font-weight: bold
}

ul.call-to-action li a span.viewmore {
	color: #306f2e;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

ul.call-to-action li a:hover span.viewmore {
	color: #fff;
	background: #306f2e;
}

ul.call-to-action li.floatright {
	text-align: right;
}

ul.call-to-action li#skin {
	background: url(../images/call-to-action/faded/skin.jpg) no-repeat top right;
}	

ul.call-to-action li#skin a:hover {
	background: url(../images/call-to-action/skin.jpg) no-repeat top right !important;
}	

ul.call-to-action li#eye {
	background: url(../images/call-to-action/faded/eye.jpg) no-repeat;
}	

ul.call-to-action li#eye a:hover {
	background: url(../images/call-to-action/eye.jpg) no-repeat !important;
}

ul.call-to-action li#hair {
	background: url(../images/call-to-action/faded/hair.jpg) no-repeat top right;
}	

ul.call-to-action li#hair a:hover {
	background: url(../images/call-to-action/hair.jpg) no-repeat top right !important;
}	

ul.call-to-action li#bras {
	background: url(../images/call-to-action/faded/bras.jpg) no-repeat;
}		

ul.call-to-action li#bras a:hover {
	background: url(../images/call-to-action/bras.jpg) no-repeat !important;
}	

ul.call-to-action li#sun {
	background: url(../images/call-to-action/faded/sun.jpg) no-repeat top right;
	color: #fff;
}	

ul.call-to-action li#sun a:hover {
	background: url(../images/call-to-action/sun.jpg) no-repeat top right !important;
	color: #fff;
}	

ul.call-to-action li#scar {
	background: url(../images/call-to-action/faded/scar.jpg) no-repeat;
}	

ul.call-to-action li#scar a:hover {
	background: url(../images/call-to-action/scar.jpg) no-repeat !important;
}	

ul.call-to-action li#sun a {
	color: #fff;
}	

ul.call-to-action li#skin a:hover {
	color: #559130;
}		

ul.call-to-action li#sun a:hover {
	color: #76a2d7;
}	

ul.call-to-action li#sun a span.viewmore {
	color: #c2daea;
}	

ul.call-to-action li#sun a:hover span.viewmore {
	color: #214c80;
	background: #c2daea;
}	

/* -----------------------------------------------------------------------------
  call-to-action active states style */ 


body#eye ul.call-to-action li#eye {
	background: url(../images/call-to-action/eye.jpg) no-repeat;
}	

body#skin ul.call-to-action li#skin {
	background: url(../images/call-to-action/skin.jpg) no-repeat top right;
}	

ul.call-to-action li.active {
	background: url(../images/call-to-action/skin.jpg) no-repeat top right;
}	
  
/* -----------------------------------------------------------------------------
  #bottom-container style */
  
#bottom-container {
	color: #4d4d4d;
	clear: both;
} 

#bottom-container .content {
	padding-top: 15px;
	overflow: visible;
}

#bottom-container .sidebar {
	padding-top: 15px;
}
  
#bottom-container p.viewmore {
	clear: both;
	color: #306f2e;
	font-weight: bold;
	font-size: 110%;
	padding-top: 10px;
} 
  
#bottom-container p.viewmore a {
	color: #306f2e;
} 
  
#bottom-container p.viewmore a:hover {
	color: #7bbd2f;
} 
		
		/* -----------------------------------------------------------------------------
		  blockquote style */
		  
blockquote {
	font-size: 120%;
	color: #8a8a8a;
	background: url(../images/blockquote-open-marks.jpg) no-repeat top left;
	padding: 0px;
}	

blockquote .quotemark {
	background: url(../images/blockquote-close-marks.jpg) no-repeat bottom right;
	padding-top: 5px;
	padding-right: 15px;
}

blockquote p.author {
	color: #595959;
	font-size: 95%;
}	

blockquote span {
	display: block;
	width: 35px;
	height: 15px;
	float: right;
}	

blockquote span.left {
	float: left;
}	  
		
		/* -----------------------------------------------------------------------------
		  newproducts style */
		  
.subcontentleft h2 {
	color: #77b62e;
}

ul.newproducts li {
	clear: both;
	margin-bottom: 10px;
	font-weight: bold;
	overflow: auto;
	list-style: none;
}	

ul.newproducts li a {
	color: #306f2e;
	text-decoration: none;
}		

ul.newproducts li a:hover {
	color: #585858;
}	

ul.newproducts img {
	float: left;
	border:3px solid #c7c7c7;
	margin-right: 10px;
} 

ul.newproducts a:hover img {
	border:3px solid #7bbd2f;
} 

ul.newproducts li p.view a {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #585858;
} 

ul.newproducts li p.view a:hover {
	color: #fff;
	background: #306f2e;
} 
		
		/* -----------------------------------------------------------------------------
		  subcontentright style */
		  
.subcontentright h2 {
	color: #306f2e;
}

.subcontentright dt {
	color: #7bbd2f;
	font-size: 110%;
	font-weight: bold;
	padding-bottom: 5px;
	clear: both;
}

.subcontentright dt a {
	color: #7bbd2f;
	text-decoration: none;
}

.subcontentright dt a:hover {
	color: #306F2E;
}

.subcontentright dd {
	padding-bottom: 5px;
}

.subcontentright dd.view {
	padding-bottom: 15px;
}

.subcontentright dd.view a {
	float: right;
	clear: both;
	color: #8ac53f;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 4px;
	padding-left: 4px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}

.subcontentright dd.view a:hover {
	color: #fff;
	background: #642e17
}
		
		/* -----------------------------------------------------------------------------
		  worldpay style */
		  
.worldpay {
	width: 156px;
	margin: 0 auto;
	margin-bottom: 10px;
}		 

/* -----------------------------------------------------------------------------
  #footer style */
  
#footer {
	color: #444343;
	background: #bababa url(../images/footer-bg.jpg) repeat-x top;
	clear: both;
	font-size: 85%;
	margin-top:1px;
}  

#footer .wrapper {
	background: url(../images/footer-wrapper-bg.jpg) no-repeat bottom left;
	padding-top: 30px;
	min-height: 115px;
	height: auto !important;
	height: 115px; 
}

#footer .wrapper .sidebar {
	width: 250px;
}

#footer .wrapper .content {
	padding-right: 150px;
}

#footer li {
	float: left;
	color: #444343;
	list-style: none;
}

#footer a{
	padding-left: 3px;
	padding-right: 3px;
	color: #444343;
}

#footer a:hover {
	color: #fff;
}

#footer ul#right {
	float: right;
}

#footer ul#left {
	float: left;
}

/* -----------------------------------------------------------------------------
  homepage style */


/* -----------------------------------------------------------------------------
  product page style */
  
  
.main-product-box {
	background: #fff;
	color: #3f3e3e;
	padding: 2%;
	overflow: auto;
	border: 3px solid #bad791;
	margin-bottom: 15px;
} 

.left-product-box {
	float: left;
	width: 32%;
	text-align: center;
	padding-right: 1%;
	padding-left: 2%;
} 

.left-product-box img {
	display: block;
	margin: 0 auto;
} 

.left-product-box em {
	font-style: normal;
	color: #559130;
	font-size: 120%;
	font-weight: bold;
} 

.right-product-box {
	float: right;
	width: 60%;
	padding-top: 10px;
} 

.right-product-box ul{
	padding-left: 20px;
} 

.right-product-box li {
	padding-bottom: 10px;
} 

/* -----------------------------------------------------------------------------
 products-interested style */
 
ul.products-interested {
	padding-bottom: 20px;
	overflow: auto;
} 
 
ul.products-interested li {
	float: left;
	width: 133px;
	text-align: center;
	padding-left: 5%;
	padding-right: 5%;
	list-style: none;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	background: url(../images/interested-grad-border.jpg) no-repeat top left;
} 
 
ul.products-interested li.bordernone {
	background: none;
} 
 
ul.products-interested a {
	color: #3c3c3c;
	text-decoration: none;
	display: block;
} 
 
ul.products-interested a span {
	color: #559130;
} 
 
ul.products-interested a:hover span {
	color: #77b62e;
} 
 
ul.products-interested a:hover {
	color: #77b62e;
} 

/* -----------------------------------------------------------------------------
  buy now button style */
  
.buynow {
	background: url(../images/buy-now-bg.jpg) no-repeat top left;
	margin-top: 5px;
	margin-bottom: 5px;
}
  
.buynow a {
	background: url(../images/buy-now-a-bg.jpg) no-repeat top right;
	display: block;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 110%;
}
  
.buynow a:hover {
	color: #306f2e;
}

/* -----------------------------------------------------------------------------
news style */

#top-container .content .postWrapper h2 a {
	font-weight: bold;
	font-size: 120%;
	color: #78b82e;
}

#top-container .content .postWrapper h2 a:hover {
	color: #306f2e;
}

dl.news dt span {
	font-size: 160%;
	color: #78b82e;
}

dl.news dd {
	padding-bottom: 20px;
}

/* -----------------------------------------------------------------------------
contact style */

dl.contact dt {
	float: left;
	font-weight: bold;
	width: 150px;
	padding-right: 20px;
	clear: both;
	padding-bottom: 10px;
	text-align: right;
}

dl.contact dd {
	padding-left: 170px;
	padding-bottom: 10px;
}

#top-container .content dl.contact a {
	color: #7bbd2f;
}

#top-container .content dl.contact a:hover {
	color: #606060;
}

form.contact-form label {
	clear:both;
	float:left;
	padding-bottom:10px;
	padding-right:10px;
	text-align:right;
	width:150px;
	font-weight: bold;
	padding-right: 20px;
	padding-top: 2px;
}

form.contact-form input {
	border:2px solid #e5e3e3;
	display: block;
	clear: right;
	width: 300px;
	margin-bottom: 10px;
}

form.contact-form input#message {
	height: 100px;
}

form.contact-form input#send {
	width: 50px;
	margin-left: 170px;
}

.main-product-box h2 {
	color: #78b82e;
}

hr {
	border-bottom:2px solid #e5e3e3;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* -----------------------------------------------------------------------------
results-list style */

#top-container .content ul.results {
	padding-left: 0;
}

ul.results li {
	background: url(../images/results-dd-bg.jpg) no-repeat bottom left;
	overflow: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	list-style: none;
}

#top-container .content ul.results dt, #top-container .content ul.results dt a{
	color: #4d7a06;
	font-size: 130%;
	font-weight: bold;
	padding-bottom: 3px;
	text-decoration: none;
}

#top-container .content ul.results dt a:hover{
	color: #8FBF50;
}

ul.results dd.img {
	float: left;
	width: 121px;
	padding-bottom: 0;
	padding-left: 0;
}

ul.results dd.img img {
	margin-right: 10px;
}

ul.results dt a {
	margin-left: 20px;
}

ul.results dd {
	padding-left: 140px;
}

ul.results dd.price {
	float: left;
	width: 100px;
	font-size: 120%;
	color: #8fbf50;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 0;
}

ul.results dd.ref {
	background: none;
	font-size: 120%;
	color: #535353;
	font-weight: bold;
	padding-bottom: 3px;
	padding-left: 0;
}

ul.results dd.view-product, ul.results dd.add-to-cart {
	background: none;
	float: right;
	padding-left: 0;
	overflow: hidden;
	zoom:1;
}

ul.results dd.view-product a, ul.results dd.add-to-cart a {
	overflow: hidden;
	zoom:1;
}

/* -----------------------------------------------------------------------------
shopping cart style */

.block {
	border: 1px solid #fff;
	font-size: 85%;
	background: #a1cc6c;
	overflow: hidden;
	zoom:1;
	margin-bottom: 10px;
}

#top-container .block-content li {
	padding-left: 5px;
	padding-right: 5px;
	background: #dadada url(../images/right-sidebar-grey-gradient.jpg) repeat-x bottom;
	padding-top: 5px;
	color: #32312D;
}

.block-title {
	background: #fff url(../images/right-sidebar-title-grad.jpg) repeat-x top;
	color: #4D4D4D;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #bddb97;
}

.block-content {
background:#FFFFFF url(../images/right-sidebar-title-grad.jpg) repeat-x scroll center top;
color:#4D4D4D;
}

.block-content h3,.block-content dt {
padding-left: 10px;
padding-top: 5px;
}

.block-title h2 {
	padding-bottom: 0;
}

.block p.amount {
	padding-bottom: 2px;
}

.block p.subtotal {
	background: #dbe8cb;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	text-align: center;
}

.block p.subtotal span.price {
	font-weight: bold;
	color: #559130;
	font-size: 120%;
	padding-left: 10px;
}

#top-container .content .block-title a {
	color: #559130;
}

#top-container .content .block-title a:hover {
	color: #CDE7A4;
}

.right-sidebar h4 {
	color: #559130;
	padding-bottom: 0;
	font-size: 100%;
}

.right-sidebar h5 {
	color: #559130;
	font-size: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

.actions {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-top: 4px;
}

.right-sidebar .block-compare .actions {
	background: #fff url(../images/right-sidebar-bottom-white-grad.jpg) repeat-x bottom;
}

.right-sidebar .block-content {
	background: #dadada;
}

.right-sidebar .block-content dl {
	padding-left: 5px;
	padding-right: 5px;
	padding:5px;
}

.right-sidebar .block-content p {
	padding-left: 5px;
	padding-right: 5px;
	padding:5px;
}

.actions button {
	margin: 0 auto;
}

button {
	color: #fff;
	font-weight: bold;
	background: #306f2e url(../images/button-bg.jpg) repeat-x top;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2%;
	padding-right: 2%;
	border: 1px solid #bddb97;
	display: block;
	font-size: 90%;
}

.btn-remove, .btn-remove:hover, .v-middle, a:hover img.v-middle {
	color:#646464;
	font-weight:bold;
}

.btn-remove, .v-middle {
	float:right;
	font-size:11px;
	margin:0 3px 1px 5px;
}	

ol#cart-sidebar {
	background: #a1cc6c;
}

.product-image {
	float:left;
	margin-right: 5px;
}

.product-details {
	padding-left: 57px;
}

.block ol li {
	clear: both;
	list-style: none;
	display: block;
	overflow: auto;
	padding-bottom: 5px;
}

#top-container .content ol#cart-sidebar a {
	font-weight: bold;
}
/* -----------------------------------------------------------------------------
compare products style */

.mini-compare-products {
	border: 1px solid #bddb97;
	font-size: 85%;
	background: #a1cc6c;
	overflow: hidden;
	zoom:1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.mini-compare-products .actions {
	padding-bottom: 0;
	padding-top: 4px;
	border-top: 1px solid #bddb97;
	border-bottom: none;
}	

ol#compare-items {
	background: #a1cc6c;
}

ol#compare-items li {
	list-style: none;
	padding-bottom: 5px;
}

#top-container .content ol#compare-items a {
	font-weight: bold;
}


#top-container .content a.left {
	display: block;
	padding-bottom: 2px;
}

.mini-compare-products .actions {
	padding-bottom: 0;
	border-top: 1px solid #bddb97;
	border-bottom: none;
}

/* -----------------------------------------------------------------------------
shop by box style */

.layered-nav {
	border: 1px solid #bddb97;
	font-size: 85%;
	background: #a1cc6c;
	overflow: hidden;
	zoom:1;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.narrow-by {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.right-sidebar h3 {
	color: #559130;
	font-size: 130%;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

#top-container .content .right-sidebar{
	color: #32312D;
}

body #top-container .content .right-sidebar a {
	color: #32312D;
}

.actions a {
	padding-bottom: 5px;
	display: block;
}

body #top-container .content .right-sidebar .actions a:hover {
	color: #559130;
}

#top-container .content .right-sidebar a:hover {
	color: #559130;
}

#top-container .content .right-sidebar p.amount a:hover {
	color: #559130;
}

#top-container .content .product-view a {
	color: #559130;
}

#top-container .content .product-view a:hover {
	color: #CDE7A4;
}

#top-container .content .right-sidebar a:hover {
	color: #fff;
}

dl#narrow-by-list dt {
	color: #559130;
	font-weight: bold;
	font-size: 110%;
}

dl#narrow-by-list dd {
	padding-bottom: 10px;
}

dl#narrow-by-list dd li {
	list-style: none;
}

/* -----------------------------------------------------------------------------
checkout style */

#top-container .content .cart h2 {
	float: left;
}

ul.checkout-types li {
	list-style: none;
	text-align: right;
}

.cart button {
	float: right;
	margin-left: 10px;
}

.page-title {
	clear: both;
	overflow: auto;
}

table#shopping-cart-table {
	border-collapse: collapse;
	background: #fff;
	border: 3px solid #BDDB97;
	margin-top: 10px;
	margin-bottom: 10px;
	color:#32312D;
	width: 98%;
}

table#shopping-cart-table td {
	border: 1px solid #918f8f;
	padding: 5px;
	background:#DADADA url(../images/right-sidebar-grey-gradient.jpg) repeat-x scroll center bottom;
	color: #32312d;
}

table#shopping-cart-table td .cart-price {
	width: 60px;
}

#top-container .content .cart table#shopping-cart-table td a {
	color: #32312d;
}

#top-container .content .cart table#shopping-cart-table td a:hover {
	color: #fff;
}

table#shopping-cart-table tfoot tr.last td.last {
	background:#fff;
}

table#shopping-cart-table thead span.nobr {
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

table#shopping-cart-table td span.price {
	text-align: center;
}

.cart h3 {
	font-size: 100%;
	color: #fff;
}

#top-container .content .cart h3 a {
	color: #fff;
}

#top-container .content .cart h3 a:hover {
	color: #CDE7A4;
}

.col2-set {
	clear: both;
}

.cart .col2-set h3 {
	color: #559130;
	font-size: 130%;
}

.cart .col2-set .crosssell h3 {
	font-size: 100%;
}

.crosssell span.regular-price {
	color: #606060;
}

#top-container .content ul.form-list {
	padding-left: 0;
}

.shipping fieldset {
	width: 100%;
	display: block;
}

.col2-set label {
	padding-bottom: 3px;
}

.col2-set input {
	width: 100%;
	display: block;
	margin-bottom:5px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.shipping fieldset select {
	width: 100%;
	display: block;
}

.discount {
	padding-bottom: 20px;
}

#top-container .content ul.form-list li {
	list-style: none;
}

.totals {
	width: 45%;
	float: right;
}

.totals table {
	text-align: right;
	float: right;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

.main span.price {
	width: 70px;
}

.totals {
	background: #fff;
	border: 2px solid #45873f;
	padding: 10px;
	color: #32312d;
	margin-top: 15px;
}

#top-container .content .totals a {
	color: #7bbd2f;
}

#top-container .content .totals a:hover {
	color: #606060;
}

table#shopping-cart-totals-table tfoot strong {
	padding-top: 10px;
	font-size: 120%;
}

.main table#shopping-cart-totals-table tfoot span.price {
	font-weight: bold;
	font-size: 110%;
	letter-spacing:-0.03em;
}

table#shopping-cart-totals-table th.a-right {
	width: 60%;
}

/* -----------------------------------------------------------------------------
Create an Account style */

form legend {
	display: none;
}

form#form-validate {
	margin-top: 10px;
	color: #32312D;
}

form#form-validate input {
	width: 45%;
}

form#form-validate input#is_subscribed {
	width: 10px;
}

#top-container .content form#form-validate ul {
	padding-left: 0;
}

form#form-validate li {
	list-style: none;
}
.customer-name {
	clear: both;
	overflow: auto;
	display: block;
}

.customer-name .name-firstname {
	float: left;
	display: block;
	width: 45%;
	margin-right: 10px;
}

.customer-name .name-lastname {
	float: right;
	display: block;
	width: 45%;
}

.customer-name .name-lastname input#lastname {
	width: 100%;
	display: block;
}

.customer-name .name-firstname input#firstname {
	width: 100%;
	display: block;
}

form#form-validate fieldset {
	background: #A1CC6C;
	border:3px solid #BDDB97;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}

.buttons-set a, .buttons-set p {
	float: right;
	padding-bottom: 10px;
}

.buttons-set button {
	float: right;
	clear: right;
}

/* -----------------------------------------------------------------------------
Dashboard style */

#top-container .content ul.messages {
	background: #fff;
	color: #4D4D4D;
	padding:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	border:3px solid #559130;
}

#top-container .content ul.messages li {
	list-style: none;
	padding-bottom: 0;
}

li.success-msg {
	color: #77B62E;
	padding-left: 35px;
	margin-left: 20px;
	background: url(../images/tick.jpg) no-repeat left;
	min-height: 20px;
	height: 20px;
	height: auto !important;
}

.main h4 {
	font-size: 130%;
	color: #fff;
}

form#form-validate h3{
	font-size: 130%;
	color: #fff;
	padding-bottom: 10px;
}

.main h5 {
	font-size: 130%;
	padding-bottom: 5px;
	color: #559130;
}

.main h6 {
	font-size: 110%;
	padding-bottom: 5px;
	color: #559130;
}

#top-container .content .account-box a {
	color: #32312D;
}

#top-container .content .account-box a:hover {
	color: #fff;
}

#top-container .account-box {
	
	background: #A1CC6C;
	border:3px solid #BDDB97;
	overflow: auto;
	padding: 10px;
	margin-top: 10px;
	color: #32312D;
}

.account-box .col2-set {
	float: none;
	width: 100%;
	padding-top: 10px;
}

.account-box .col2-set .col-1 {
	float: left;
	width: 48%;
	padding-right: 2%;
}

.account-box .inner-head {
	border-top:1px solid #BDDB97;
	padding-top: 10px;
}

.account-box address {
	font-style: normal;
}

/* -----------------------------------------------------------------------------
Magento Product Pages style */

body.cms-index-index h3.product-name {
	font-size: 110%;
}

.product-view {
	background:#FFFFFF none repeat scroll 0 0;
	border:3px solid #BAD791;
	color:#3F3E3E;
	margin-bottom:15px;
	padding:2%;
}

.product-img-box {
	float: left;
}

.product-view .product-image {
	width: auto;
	height: auto;
}

.product-img-box img {
	display: block;
	margin-right: 10px;
}

.product-shop {
margin-left: 140px;
}

.main .product-view span.price {
	width: auto;
}

#top-container .content .product-view h2 {
	color: #559130;
	font-size: 160%;
}

#top-container .content .product-view .add-to-box h2 {
	color: #3F3E3E;
	font-size: 90%;
}

.product-view p.availability {
	padding-bottom: 2px;
}

.product-collateral {
	clear: both;
}

span.regular-price {
	color:#559130;
	font-size:120%;
	font-weight:bold;
}

.product-view span.regular-price {
	font-size:160%;
}

.product-view .short-description {
	clear: both;
	display: block;
	padding-bottom: 10px;
}

.product-view fieldset.add-to-cart {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 20px;
}

fieldset.add-to-cart input {
	border: 2px solid #9f9f9f;
	width: 50px;
	padding-top: 2px;
	padding-bottom: 2px;
}

fieldset.add-to-cart button {
	display: block;
	margin-top: 10px;
	margin-left: 20px;
}

.product-view ul.add-to-links {
	clear: none;
	float: none;
}

.product-view h3 {
	padding-bottom: 5px;
	color: #559130;
}

.product-view .short-description br, .product-view .product-collateral br {
	display: none;
}

ul.add-to-links li {
	list-style: none;
}

/* -----------------------------------------------------------------------------
Magento SEARCH Pages style */

ol.products-list {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 2%;
	padding-right: 2%;
	clear: both;
	background:#FFF;
	border:3px solid #BAD791;
	color: #3F3E3E;
}

ol.products-list li.item {
	padding-bottom: 10px;
	padding-top: 10px;
	list-style: none;
	margin-bottom: 15px;
	overflow: auto;
	background: transparent url(../images/results-dd-bg.jpg) no-repeat scroll left bottom;
}

#top-container .content ol.products-list li.item ul li {
	padding-bottom: 0px;
}

ol.products-list li h3 {
	font-size: 130%;
	padding-bottom: 5px;
}

#top-container .content ol.products-list li a {
	color: #4D7A06;
}

#top-container .content ol.products-list li a:hover {
	color: #CDE7A4;
}

ol.products-list li img {
	float: left;
}

ol.products-list span.regular-price {
	font-size: 140%;
}

ol.products-list .desc {
	clear: right;
	padding-top: 5px;
}

p.view-mode {
	padding-bottom: 0;
}

ul.add-to-links {
	padding-top: 5px;
	float: right;
	clear: both;
}
ul.add-to-links li {
	float: left;
	list-style: none;
	margin-left: 2px;
	display: block;
}

div.pages strong {
	float: left;
} 

.category-products .v-middle {
	float: none;
}

div.pager {
	display:block;
	background: #000;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	background:#8ec742 url(../images/searchbar-bg.jpg) repeat-x scroll 0 0;
	border:2px solid #BAD791;
	overflow: hidden;
	clear: both;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

div.sorting {
	display:block;
	background: #000;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	background: #dadada url(../images/right-sidebar-grey-gradient.jpg) repeat-x bottom;
	border:2px solid #BAD791;
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
	color:#5D5C5C;
	font-weight:bold;
}

#top-container .content .sorting a {
	color:#5D5C5C;	
}

#top-container .content .sorting a:hover {
	color:#fff;	
}

.category-products p.amount {
	float: left;
	padding-bottom: 0;
	font-weight: bold;
}

div.pages ol li {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	list-style: none;
	display: block;
}


fieldset.sort-by {
	float: right;
}

fieldset.limiter {
	float: right;
}

/* -----------------------------------------------------------------------------
Magento Shop By Box style */

.sidebar .block {
	margin-top: 10px;
}

.sidebar .block a {
	color: #32312D;
}

.sidebar .block a:hover {
	color: #fff;
}

.sidebar .block .block-title a:hover {
	color: #559130;
}

#top-container .sidebar .block h2 {
	color:#4D4D4D;
	font-size:120%;
}

.sidebar .block h3 {
	color:#559130;
	font-size:130%;
	padding-bottom:5px; 
}

.sidebar .block dt {
	font-weight: bold;
	font-size:120%;
	padding-bottom:5px; 
}

#top-container .content ul.featured-links {
	padding-left: 0;
}

#top-container .content ul.featured-links {
	padding-left: 0;
}

/* -----------------------------------------------------------------------------
Magento Upcells (interested prods) */

.up-sell {
	overflow: auto;
	display: block;
	padding-bottom: 15px;
}

.up-sell .product-image {
	float: none;
	height: auto;
	width: auto;
}

table.products-grid td {
	background: transparent url(../images/interested-grad-border.jpg) no-repeat scroll left top;
	text-align: center;
	padding-left:10px;
	padding-right:10px;
}

table.products-grid td img {
	display: block;
	overflow: auto;
	margin: 0 auto;
	margin-bottom: 10px;
}

.up-sell a {
	color:#4D4D4D;
}

.up-sell a:hover {
	color:#559130;
}

/* -----------------------------------------------------------------------------
Magento Home Page Style */

body.cms-index-index #top-container .content ul {
	padding-left: 0;
}

body.cms-index-index ul.productlist li img {
	margin-right: 0;
}

body.cms-index-index #top-container .content ul.featured-links {
	padding-top: 5px;
	clear: both;
}

body.cms-index-index #top-container .content ul.featured-links li {
	padding-bottom: 0;
	margin-bottom: 0;
}

body.cms-index-index #top-container .content ul.featured-links li button {
	margin-right: 5px;
}

/* -----------------------------------------------------------------------------
Magento checkout Page Style */

ol.opc {
	list-style: none;
	border:3px solid #BAD791;
}

li.section {
	overflow: hidden;
}

ol.opc li.section {
	list-style: none;
	clear: both;
	background:#FFFFFF url(../images/right-sidebar-title-grad.jpg) repeat-x scroll center top;
	color:#4D4D4D;
	padding:5px 10px;
	overflow: hidden;
}

ol.opc li.section span.number {
	float: left;
	padding-right: 10px;
}
ol.opc .col2-set {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
}

ol.opc .col2-set input.radio {
	float: left;
	margin-right: 10px;
	width: auto;
}

ol.opc input.input-text {
	border: 2px solid #969595;
	width: 220px;
	margin-bottom: 10px;
	padding-top: 1px;
	padding-bottom:1px;
}

ol.opc select {
	border: 2px solid #969595;
	width: 220px;
}

.col-1 {
	float: left;
	width: 46%;
}

.col-2 {
	float: right;
	width: 46%;
}

.main ol.opc h4 {
	color: #559130;
	font-size: 100%;
}

input.radio {
	margin-right: 5px;
}

ol.opc .step {
	margin-top:10px;
	overflow:hidden;
	zoom:1;
	padding-bottom:10px;
}

p.required {
	color:red;
	font-style: italic;
}

.validation-advice {
	color: red;
	font-size: 90%;
}

span.required {
	color: red;
}

form label {
	padding-bottom: 5px;
}

/* -----------------------------------------------------------------------------
Magento Login Page Style */

.account-login {
	background:#A1CC6C none repeat scroll 0 0;
	border:3px solid #BDDB97;
	margin-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom: 10px;
}

form#login-form p, form#login-form label  {
	color: #32312D;
}

form#login-form p.required {
	color: red;
}

#top-container .content form#login-form a {
	color: #fff;
}

#top-container .content form#login-form a:hover {
	color: #606060;
}

/* -----------------------------------------------------------------------------
Magento Shopping Cart Page Style */

.cart .col-2 {
	background:#A1CC6C none repeat scroll 0 0;
	border:3px solid #BDDB97;
	color:#32312D;
	padding-bottom:10px;
	padding-top:10px;
	padding-left: 1%;
	padding-right: 1%;
	clear: right;
}

.cart .col-1 {
	background:#fff none repeat scroll 0 0;
	border:3px solid #BDDB97;
	padding-bottom:10px;
	padding-top:10px;
	padding-left: 1%;
	padding-right: 1%;
}

#top-container .content .cart .col-1 h4 {
	font-size: 110%; 
}

#top-container .content .cart .col-1 a {
	color:#559130; 
}

#top-container .content .cart .col-1 a:hover {
	color:#CDE7A4; 
}

#top-container .content .crosssell ul {
	padding-left: 0;
	padding-top: 15px;
}

#top-container .content .crosssell ul.add-to-links {
	padding-left: 0;
	padding-top: 0;
	clear: both;
}

#top-container .content .crosssell ul li.item {
	list-style: none;
	margin-bottom: 15px;
	background:transparent url(../images/results-dd-bg.jpg) no-repeat scroll right bottom;
	overflow: hidden;
}

.cart .totals {
	padding-top: 10px;
	clear: right;
} 

.cart table.shopping-cart-totals-table {
	font-size: 110%;
}

th.a-right {
	width: 120px;
}


/* -----------------------------------------------------------------------------
Magento Compare Products Popup Page Style */

body.page-popup {
	background:#8AC53F url(../images/applepic-bg.jpg) no-repeat scroll right top;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	padding-bottom: 30px;
}

body.page-popup a {
	color: #559130;
}

body.page-popup a:hover {
	color: #CDE7A4;
}

body.page-popup h3 {
	padding-bottom: 10px;
}

body.page-popup span.price {
	padding-bottom: 10px;
	display: block;
}

body.page-popup table#product_comparison {
	background:#FFFFFF none repeat scroll 0 0;
	border:3px solid #BAD791;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
}

body.page-popup th {
	border:1px solid #BAD791;
	padding: 10px;
}

body.page-popup td {
	border:1px solid #BAD791;
	padding: 10px;
}


/* -----------------------------------------------------------------------------
dashboard Page Style */

#top-container .content .main-product-box a {
	color: #7bbd2f;
}

#top-container .content .main-product-box a:hover {
	color: #606060;
}

.main-product-box h3 {
	color: #acacac;
	font-size: 150%;
}

.main-product-box h4 {
	color: #3F3E3E;
	padding-top: 10px;
	padding-bottom: 5px;
}

form#form-validate input#change_password {
	width: auto;
}

ul.form-list input {
	padding-top: 1px;
	padding-bottom: 1px;
}

.product-essential .product-shop {
	margin-left: 0;
}


/* -----------------------------------------------------------------------------
Checking out Style */

#top-container .content .block-progress h2 {
	font-size: 100%;
	
}

#top-container .content .block-progress .block-title {
	background:#DADADA url(../images/right-sidebar-grey-gradient.jpg) repeat-x scroll center bottom;
	color:#32312D;
	border-bottom: none;
}

.block-progress .block-content dl {
	padding: 0;
}

.block-progress .block-content dt {
	background:#DADADA url(../images/right-sidebar-grey-gradient.jpg) repeat-x scroll center bottom;
	color:#32312D;
	padding-bottom: 5px;
}

ol.opc li#opc-billing select {
	width: auto;
	margin-top: 5px;
}

ol.opc li.allow {
	cursor: pointer;
}

#top-container .content ol.opc li.section ul {
	padding-left: 0;
}

#top-container .content li.section ul li {
	list-style: none;
}

.step {
	overflow: hidden;
}

#top-container .content a.back-link {
	color: #306F2E;
}

#top-container .content a.back-link:hover {
	color: #000;
}

dd.complete {
	background: #FFFFFF url(../images/right-sidebar-title-grad.jpg) repeat-x scroll center top;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}

.agreement-content {
	height: 10em;
	overflow: auto;
	background: #fff;
	border: 1px solid #ACACAC;
	padding: 5px;
	margin-bottom: 10px;
}

p.agree label {
	font-size: 90%;
	font-weight: bold;
}

#checkout-step-review .buttons-set p, #checkout-step-review .buttons-set a {
	float: none;
}

#top-container .content p.f-left a {
	color: #606060;
}

#top-container .content p.f-left a:hover {
	color: #559130;
}

/* -----------------------------------------------------------------------------
Table Style */

table {
	border: 1px solid #ACACAC;
	border-collapse: collapse;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 85%;
}

span.nobr {
	width: 80px;
	display: block;
}

table th {
	border: 1px solid #ACACAC;
	padding: 5px;
}

table td {
	border: 1px solid #ACACAC;
	padding: 5px;
}

.main table span.price {
	display: block;
}


/* -----------------------------------------------------------------------------
Page (terms & conditions) Style */

body.cms-page-view ol {
	padding-left: 20px;
}

body.cms-page-view ol li {
	padding-bottom: 10px;
}


/* -----------------------------------------------------------------------------
address book Style */

.buttons-set {
	clear: both;
}

.col-1 ol li {
	list-style: none;
}

form#form-validate input.checkbox {
	width: 10px;
}