/* CSS Document */
/*
screen-modern.css: MODERN BROWSER (v5+) SCREEN
------------
Job:               Job title
Produced by:       INITIALS @ Mando Group
Start date:        DD/MM/YYYY
------------
COLOUR SPEC:
Dark grey:         666
Mid grey:          bbb
Light grey:        eee
------------
TOC:
1.	type selectors
2.	structural
3.	navigation
4.	forms
5.  tables
6.	hacks
*/
/* =1. type selectors */
*{margin:0;padding:0;border:none;font-size:1em;}
body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #3d413c;
	background-color: #483b08;
	}
p.logo{
	padding: 1.8em 0 0 0;
	float:left; 
	}
h1{
	font-size:2em;
	color: #63ac29;
	padding: 0.8em 0 0.7em 0;
	}
body#home #col2 h1 img{
	margin-top:-15px;
	margin-right:25px;
	float:right;
	}
h2{
	clear:both;
	}
h2 a{
	text-decoration: none;
	}
h2 a.active, h2 a:hover{
	text-decoration: underline;
	color: #208c12;
	}
h2 img{
	float:left;
	margin:0 15px 0 10px;
	}
h3{
	font-size:1.1em;
	color: #208c12;
	padding:0em 1em 1em 1em;
	}
#register h4{
	color: white;
	font-size: 1.2em;
	padding: 0.2em 0 0.2em 0;
	}
ul{
	margin:0.5em 0 1.7em;
	}
div.copy li {
	background: url(/_common/img/leaf.png) no-repeat -2px 3px;
	line-heigth: 2em;
	list-style: none;
	padding:5px 0 5px 16px;
	}
ol{
	padding:0 0 1em 1.7em;
	}
#header{
	background: white; 
	background-image: url(/_common/img/headerbg.jpg);
	height:8.6em;
	position:relative;
	}
#header div{
	width:64em;
	margin:0 auto;
	}
#wrap-column{
	width:64em;
	margin:1.5em auto;
	background:white;
	}
#wrap-column a{
	color: #63AC29;
	}
#wrap{
	background:#fff;
	}
#col1{
	width: 13.5em;
	float: left;
	margin-right:1em;
	padding-top:1.7em;
	}
#col2{
	width: 34.5em;
	float: left;
	}
#col3{
	width: 13em;
	float: right;
	margin-left:1em;
	padding-top:0.5em;
	}
#footer {
	background: #483b08;
	background-image: url(/_common/img/footer.gif);
	background-repeat: repeat-x;
	height: 66px;
	font-size:0.9em;
	}
.footimg{
	margin: 10px 0 -4.2em 80%;
	}
#footerinner{
	width:64em;
	margin: 2em auto 0;
	}
#foot{
	color:#fff;
	font-size:0.9em;
	text-align: center;
	padding: 5em 0 1em 0;
	}
#foot li{
	display: inline;
	list-style: none;
	margin: 0 0.8em;
	background: none;
	}
#foot a{
	line height: 20px;
	text-decoration: none;
	color:#fff;
	padding: 0 0px;
	}
#foot a.active, #foot a:hover{
	color:#66CC33;
	}
#nav{
	float:right;
	font-size:0.9em;
	margin: 1em 0 0 0;
	padding: 0 10px 0px 50px;
	}
#nav li{
	margin:0;
	padding:0;
	display: inline;
	list-style: none;
	background: none;
	}

#nav a{
	line height: 20px;
	margin: 0 1px 4px 1px;
	text-decoration: none;
	color: #000000;
	}
#nav a.active, #nav a:hover{
	padding-bottom: 2px;
	color:#fff;
	}
.branch{
	float:right;
	clear:right;
	margin: -0.5em 0 0 0;
	}
ul#sections{
	margin: 0 0 0 200px;
	padding: 0;
	list-style: none;
	clear:right;
	position:absolute;
	bottom:13px;
	}
ul#sections li{
	padding:0;
	float:left;
	margin:0 3px 0 0;
	position:relative;
	background:url(/_common/img/tabb.gif) no-repeat right top;	
	}
ul#sections a{
	display:block;
	text-decoration: none;
	color: #fff;
	background:url(/_common/img/taba.jpg) no-repeat left top;
	padding:4px 10px;
	width: auto;
	}
ul#sections li li{
	background:none;
	}
ul#sections li li a{
	background:none;
	}
#sections a.active, #sections a:hover{
	display:block;
	padding-bottom: 4px;
	color:#363;
	}
ul#subnav1{
	list-style:none;
	background:url(/_common/img/green.gif);
	font-size:0.9em;
	width:100%;
	margin:0.8em 0 0 0;
	position: absolute;
	left: -999em;
	}
ul#subnav2{
	list-style:none;
	background:url(/_common/img/green.gif);
	font-size:0.9em;
	width:100%;
	margin:0.8em 0 0 0;
	position: absolute;
	left: -999em;
	}
ul#subnav3{
	list-style:none;
	background:url(/_common/img/green.gif);
	font-size:0.9em;
	width:100%;
	margin:0.8em 0 0 0;
	position: absolute;
	left: -999em;
	}
#subnav1 li{
	border-top:1px dotted white; 
	width:100%;
	}
#subnav2 li{
	border-top:1px dotted white; 
	width:100%;
	}
#subnav3 li{
	border-top:1px dotted white; 
	width:100%;
	}
ul#currentsub{
	list-style:none;
	background:url(/_common/img/lgreen.gif);
	font-size:0.9em;
	margin:0.8em 0 0 0;
	color:white;
	}
#sections li ul {
	position: absolute; 
	left: -999em;
	}
#sections li ul li {
	margin: 0px;
	}
#sections li:hover ul { 
	display: block;
	clear: left;
	}
#sections li:hover ul, #sections li.sfhover ul {
	left: auto;
	}
#header #sections #currentsub{
	background:url(/_common/img/tabbon.gif) no-repeat right top;
	color:#363;
	}
#header #sections #currentsub a{
	background:url(/_common/img/tabaon.jpg) no-repeat left top;
	color:#363;
	}
#header #sections #currentsub li li{
	background-image:none;
	background-color: #a6e773;
	}
#header #sections #currentsub li a{
	background-image:none;
	background-color: #a6e773;
	}
#sections, #sections ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
#subnavguru{
	list-style:none;
	background:url(/_common/img/green.gif);
	font-size:0.9em;
	margin:0.8em 0 0 0;
	}
#subnavguru li{
	border-top:1px solid white; 
	width:8.9em;
	clear: both;
	}
div.bestbuycontent {
	padding: 15px 5px 0 5px;
	color:#208c12; 
	}
div.bestbuycontent img {
	padding: 5px;
	}
div.bestbuycontent a{
	color:#208c12;
	padding: 0px 25px 0px 0;
	background: url(/_common/img/garrowon.png) no-repeat right bottom;
	}
div.bestbuycontent a.active, div.bestbuycontent a:hover{
	color:#7ac241;
	background: url(/_common/img/garrowon2.png) no-repeat right bottom;
	} 
span.grasstufts{
	height: 21px;
	max-height: 21px;
	margin: 0;
	padding: 0;
	clear: both;
	}
div.dealholder {
	background: url(/_common/img/homeGrassTufts.gif) no-repeat left top;
	clear: both;
	width: 410px;
	margin:0 0 7px 14px;
	}
.deal{
	float:left;
	width:127px;
	background: url(/_common/img/homethreeboxtop.gif) no-repeat left top;
	margin: 21px 7px 0 0;
	}
.deal h3{
	text-align: center;
	padding: 10px 5px 5px 5px;
	display:block;
	max-width: 120px;
	}
div.deal span{
	height:10px;
	clear:both;
	display:block;
	}
div.dealcontent{
	padding:  3px;
	max-width: 120px;
	width: 120px;
	font-size:0.9em;
	line-height: 1;
	}
div.dealcontent img{
	padding: 0 3px 0 0;
	}
div.dealcontent a{
	color:#208c12;
	}
div.dealcontent a.active, div.dealcontent a:hover{
	color:#7ac241;
	} 
div.rightcol{
	margin: 10px 5px 0 0;
	width: 160px;
	color: #fff;
	background: #62B4BF url(/_common/img/regboxtop.jpg) no-repeat center top;
	}
div.rightcol h4{
	margin: 5px;
	color: #fff;
	}
div.rightcolcontent{
	font-size:0.9em;
	color: #fff;
	padding: 5px;
	}
div.rightcolcontent a{
	color:#fff !IMPORTANT;
	text-decoration: none;
	}
div.rightcolcontent a:hover{
	color:#fff !IMPORTANT;
	text-decoration: underline;
	} 
span.rightcolcontentbtm {
	height:9px;
	min-height: 9px;
	clear:both;
	display: block;
	}

/*RECYCLE*/
div.recycle{
	margin: 7px 0 0 13px;
	width:400px;
	display:block;
	background:#7ac241 url(/_common/img/homerecycletop.gif) no-repeat center top;
	clear: both;
	}
div.recycle h3{
	padding:0.5em 0 0 0.5em;
	color: #fff;
	display:block;
	}
div.recyclecontent{
	padding: 5px 5px 5px 70px;
	background:#7ac241 url(/_common/img/recycle.gif) no-repeat left top;
	}
span.recyclebtm {
	height:10px;
	min-height: 10px;
	clear:both;
	display: block;
	}
div.recycle a{
	color: white !IMPORTANT;
	}
div.recycle a.active, div.recycle a:hover{
	text-decoration: underline;
	color: white !IMPORTANT;
	}
/*END RECYCLE*/

#toplist {
	margin:1em 0 0 0.5em;
	padding: 0em 0.1em;
	}
#toplist li{
	margin:1em 0;
	padding:1em 0;
	display: inline;
	list-style: none;
	clear: both;
	}
#toplist a{
	float: left;
	line height: 14px;
	font-size:0.9em;
	text-decoration: none;
	color: #5a4a0e;
	padding-left:16px;
	background: url(/_common/img/leaf.png) no-repeat -2px -1px;
	margin:0.2em 0 0.2em 0.3em;
	}
#toplist a:active, #toplist a:hover{
	color:#63ac29;
	text-decoration:underline;
	}
#toplist a:visited{
	text-decoration:underline;
	}
#delivery{
	margin:1em 0 0 0;
	width:160px;
	background: #e39322 url(/_common/img/orangeblocktop.jpg) no-repeat top;
	}
#delivery h4{
	padding:10px 1px 0px 1px;
	margin:6px;
	color: #fff;
	font-size: 1.2em;
	}
#deliverybtm{
	display:block;
	height:10px;
	max-height: 10px;
	background: #e39322;
	width: 160px;
	}
#deliverycontent {
	padding: 0.7em;
	}
#deliverycontent img {
	padding: 0 3px 0 0;
	}
#deliverycontent a{
	color: #fff;
	}

/*#delivery span span{
display:block;
background:url(/_common/img/oboxb.gif) no-repeat right bottom;
margin-top:0px;
margin: 0 0 0 9px;
}
*/
/*
p.van{
font-size:0.9em;
padding: 0.7em 0.1em 0 0.7em;
}
p.van img{
float:right;
}
p.more{
padding: 1em 0em 0.1em 0.7em;
font-weight:bold;
}
p.more a{
color:#f2e3cd;
padding-right:27px;
background: url(/_common/img/oarrow.gif) no-repeat right bottom;
}
p.more a.active, p.more a:hover{
color:#684008;
background: url(/_common/img/oarrowon.gif) no-repeat right bottom;
} 
.basket{
padding: 1.7em 0.2em 0.5em 0.2em;
}
*/
#tip{
	color: #61b2b8;
	margin: 5px 0 5px 15px;
	padding: 5px 10px;
	font-size:1em;
	width:120px;
	}
#tip1 img{
	padding:1.3em 1em 0em 1em;
	}
#tip2 img{
	float:right;
	padding:0em 1em 1em 1em;
	}
.basketend{
	margin: -5em, 0 -2em 0;
	}
#register{
	color:#fff;
	width:157px;
	height:59px;
	display:block;
	background:#62b4be url(/_common/img/bboxa.jpg) no-repeat left top;
	font-size:0.9em;
	padding:0.1em 0 1em 0.3em;
	margin: 1em 0;
	}
#register h4{
	font-style:bold;
	padding:10px 2px 3px;
	display:block;
	background:url(/_common/img/bboxb.jpg) no-repeat right top;
	margin:-1px 0 2px 5px;
	}
#register span{
	height:5px;
	display:block;
	background: url(/_common/img/bboxa.jpg) no-repeat left bottom;
	padding:0 0 0.5em 1em;
	margin: -4px 0 0px -3px;
	}
#register span span{
	display:block;
	background: url(/_common/img/bboxb.jpg) no-repeat right bottom;
	}
#register p{
	padding: 0 7px 5px 6px;
	}
#register a{
	color:#fff;
	}
#register a.active, #register a:hover{
	color:#006666;
	}

/*products*/

#pgtitle h1{
	margin: 0;
	}
#pgtitle h1, #pgtitle img{
	margin: 0 .4em 0 0;
	}
div.colproducts{
	width: 100%;
	clear: both;
	}
div.colproducts ul li{
	/*background: url(/_common/img/leaf.png) no-repeat -2px 3px;*/
	list-style: none;
	margin:0 0 60px 0;
	}
div.colproducts ol{
	padding:0 0 1em 1.7em;
	}
.prodlist_buttons{
	padding:0;
	margin:-40px 0 0 0;
	}
.productsummary{
	height:7em;
	overflow:hidden;
	}
div.productsummary a{
	color: #63AC29;
	}
div.productdescription{
	padding: 7px 0; 
	}
div.productdetailimage{
	padding: 7px 7px 0 0;
	float: left;
	}
#products{
	list-style:none;
	}
#products li, #productdetail li{
	background:transparent;
	padding:10px 5px 0px 5px;
	float: left;
	width: 371px;
	margin-right: 7px;
	border-top: 1px solid #E5E5E5;
	}
#productdetail li{
	height: 105px;
	}
#products h2, #productdetail h2{
	width: auto;
	}
#products h3, #productdetail h3{
	width: auto;
	}
div.category {
	margin-bottom: 120px;
	}
p.category img{
	margin: -1em 0 0 0;
	}
div.category p{
	margin: 1em 0 0 0;
	}
p.cat{
	margin: 1em 1em 0 6em;
	}
div.calc{
	margin:2em 0 0 1em;
	}
a.calc span{
	position:absolute;
	left:-10000px;
	}
a.calc:active, a.calc:hover{
	background-position:0 -30px;
	}
#quanity{
	border-top: 1px solid #abbd9e;
	border-left: 1px solid #abbd9e;
	width: 3em;
	height:1.7em;
	overflow:hidden;
	background-color: #dad8d8;
	color:#3d6d2a;
	}
div.qtxt{
	font-size: 0.8em;
	font-weight:bold;
	color: #7ac241;
	margin: -2.1em 0 0 15em;
	}
.count{
	width:50px;
	height:30px;
	background:transparent url(/_common/img/quote.gif) no-repeat;
	display:block;
	padding: 0em 1em 0em 0em;
	}
a.count span{
	position:absolute;
	left:-10000px;
	}
a.count:active, a.count:hover{
	background-position:0 -30px;
	}
a.back{
	width:57px;
	height:20px;
	background:transparent url(/_common/img/back.gif) no-repeat;
	display:block;
	margin:4em 0 0 0;
	}
a.back span{
	position:absolute;
	left:-10000px;
	}
a.back:active, a.back:hover{
	background-position:0 -20px;
}

/* =4. forms */

div.productform {
	padding: 7px;
	margin: 0;
	clear: both;
	}
div.productform input{
	vertical-align: bottom;
	}
div.productform label{
	vertical-align: -85%;
	margin: 0;
	padding: 0;
	}
div.productform fieldset{
	margin: 0;
	color: #63AC29;
	font-weight: bold;
	}
input.productfield {
	border: 1px solid #63AC29;
	padding: 2px;
	}
/*checkout form*/

div.checkoutform {
	padding: 0;
	margin: 7px 0;
	}
div.checkoutform p{
	margin: 7px 0;
	color: #63AC29;
	font-size: 0.9em;
	}
div.checkoutform h2{
	margin: 24px 0 0 0;
	color: #63AC29;
	font-size: 1.2em;
	display: block;
	width: 100%;
	}
div.checkoutform input, div.checkoutform select{
	vertical-align: bottom;
	padding: 2px;
	border: 1px solid #63AC29;
	}
div.checkoutform label{
	vertical-align: -20%;
	margin: 0;
	padding: 0;
	width: 250px;
	display: block;
	color: #63AC29;
	font-weight: bold;
	float: left;
	}
div.checkoutform fieldset{
	margin: 0;
	color: #63AC29;
	font-weight: bold;
	}
input.checkoutfield {
	border: 1px solid #63AC29;
	padding: 2px;
	}
	
/* = 5. tables */

table{
	display:block;
	margin:3em 0 5em 0;
	}
th{
	text-align:left;
	background-color:#f5f4ec;
	color:#000;
	padding:10px;
	}
td.number{
	width:30px;
	padding:10px 10px 10px 10px;
	vertical-align:top;
	}
table tr td.product{
	width:300px;
	padding:10px 20px 10px 10px;
	vertical-align:top;
	display:block;
	}
td.quantity{
	width:150px;
	padding:10px 10px 10px 10px;
	vertical-align:top;
	}
td.quantity2{
	width:150px;
	padding:10px 10px 10px 10px;
	vertical-align:top;
	background-color:#f5f4ec;
	}
td.price{
	width:100px;
	padding:10px 10px 10px 10px;
	vertical-align:top;
	}
td.price2{
	width:100px;
	padding:10px 10px 10px 10px;
	vertical-align:top;
	background-color:#f5f4ec;
	}
td.edit{
	padding:0 1em;
	}
td.remove{
	padding:0 0em 0 2em;
	clear:both;
	}
td.remove2{
	padding:0 0em 0 2em;
	clear:both;
	background-color:#f5f4ec;
	}
/* = 6. hacks */
.cf:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
