/* ----- end float fix ----- */
body{
	color:#555;
	font: 70% Georgia, "Times New Roman", Times, serif;	
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
	background:#fff url(../graphics/plain/bgtop.gif) repeat-x top left;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Georgia, "Times New Roman", Times, serif;
	color:#000;	
}
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#618f48;
	text-decoration:none;
}
a:hover{color:#555;}

a {
outline: none;
}

/* ----- global paragraphs, headers & horizontal rules ----- */
p, h1, h2, h3, h4, h5, h6{margin:1em 0;}
h1{font-size:140%;}
h2{font-size:130%;}
h3{font-size:120%;}
h4{font-size:120%; color:#222222; margin-bottom:.4em;}
h5{font-size:240%; font-weight:normal; color:#222222; margin-bottom:.4em;}
h6{font-size:140%;margin: -20px 0 0 0; font-weight:normal; }

hr{
	margin:30px 0 0 0;

	border: 0;
	width: 100%;
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}
p {font-size:120%;}

.pwarning { font-weight:bold; font-style:italic; color:#900;}

.soldout { font-size:1.2em; font-weight:bold; font-style:italic; color:#900;}

/* ----- global images ----- */
img{border:none;}

/* ----- hidden items ----- */
#skip{display:none;}
.hidden{display:none;}

/* ----- float left / right classes ----- */
.left{float:right;margin-right:.3em;}
.right{float:right;margin-left:.3em;}

/* ----- company contact details ----- */
address{
	font-style:normal;
	margin:1em 0;
}

/* ----- container size & positioning ----- */
#container{
	margin:0 auto;
	width:800px;
	text-align:left;
	background:#fff url(../graphics/plain/bgtop.gif) repeat-x top left;
	position:relative;
}

/* ----- header area ----- */
#header{
	height:206px;	
	position:relative;
	margin:0;
	background: #000;
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:30px;
	left:0px;
}
#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:50px;
	left:30px;
	line-height:20px;
}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:4px 0 4px 27px;
	top:38px;
	right:0px;
	z-index:10;
	background:url(../graphics/plain/cart2.gif) left top no-repeat;
	color:#CCCCCC;
	text-align:right;
	font-size:90%;
	text-transform:uppercase;
	letter-spacing:1px;
}


#info a:link {color:#b2d6a6; text-decoration:underline;}
#info a:visited {color:#b2d6a6; text-decoration:underline;}
#info a:active {color:#b2d6a6; text-decoration:underline;}
#info a:hover {color:#CCCCCC}

#infoextra {
	position:absolute;	
	margin:0;
	padding:4px 0 6px 27px;
	top:60px;
	right:0px;
	z-index:20;
	color:#CCCCCC;
	text-align:right;
	font-size:80%;
	text-transform:uppercase;
	letter-spacing:1px;
}

#infoextra a:link {color:#b2d6a6}
#infoextra a:visited {color:#b2d6a6}
#infoextra a:active {color:#b2d6a6}
#infoextra a:hover {color:#CCCCCC}

/* ----- optional mid div (useful for more complex backgrounds) ----- */
#mid{}

/* ----- breadcrumb trail ----- */
#breadcrumbs{
	float:right;
	display:inline;
	margin-right:10px;
	width:530px;
}

/* ----- search box ----- */
#search{
	margin:0;
	margin-bottom:1em;
	padding:5px 20px;
	background:#f2f2f2;
}
#search label{display:block;}

/* ----- side navigation ----- */
#navDept, #navDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navDept{margin-bottom:1em;}
#navDept li{
	margin-bottom:1px;
	display:inline;
}
#navDept li a{
	text-transform:uppercase;
	color:#CCCCCC;
	font-size:110%;
	letter-spacing:1px;
}
#leftmenu li a:hover, #leftmenu li a.selected{color:#b2d6a6;}
#navDept li a:hover, #navDept li a.selected{color:#b2d6a6;}
#navDept li a span{
	
	padding:3px 0 3px 20px;
}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
}
#navSubDept{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#navSubDept li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#navSubDept li a{color:#777;}
#navSubDept li a:hover, #navSubDept li a.selected{color:#777;text-decoration:underline;}

/* ----- customer tool list ----- */
#navTools, #navTools li{
	margin:0;
	padding:0;
	list-style:none;
}
#navTools{margin-bottom:1em;}
#navTools li{
	margin-bottom:1px;
}
#navTools li a{
	display:block;
	width:100%;	
	background:#f2f2f2;
	color:#555;
}
#navTools li a:hover, #navTools li a.selected{background:#ddd;}
#navTools li a span{
	display:block;
	padding:3px 20px;
}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
}
.navStatic{margin-bottom:1em;}
.navStatic li{
	margin-bottom:1px;
}
.navStatic li a{
	display:block;
	width:100%;	
	background:#f2f2f2;
	color:#555;
}
.navStatic li a:hover{background:#ddd;}
.navStatic li a span{
	display:block;
	padding:3px 20px;
}
#navToolsTitle, #navDeptTitle, .navStaticTitle{
	margin:0;
	padding:3px 20px;
	margin-bottom:1px;
	background:#ddd;
	font-size:100%;
}

/* ----- side navigation column ----- */
#side{
	position:absolute;	
	margin:0;
	padding:0;
	top:115px;
	right:0px;
	z-index:12;
	text-align:right;

	
}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:750px;
	padding: 40px 25px 0 25px;
}

#homemain{
text-align:center;
}


.homeh { color:#333333; font-size:180%; font-weight:normal; margin:0; padding:0;}
#homemain p { letter-spacing: 1px; }

#homemain img {margin:-40px 0 0 -25px;}



#main h2{
	font-weight:normal;
	padding:0;
	color:#618f48;
	font-size:180%;
	clear:both;
}
#main h2#pageTitle{
	font-weight:normal;
	padding:0;
	margin:0;
	margin-bottom:.5em;
	color:#222222;
	font-size:240%;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:400px;
}
.module2{
	float:right;
	width:300px;
}

#rightcolumn { float:right; width:300px; margin: 0 0 40px 50px;}

#leftcolumn { float:left; width:400px; margin: 0 0 40px 0;}



#leftcolumn a, #rightcolumn a {
font-weight:bold;
}




blockquote {
	font:italic 1.5em/1.2 georgia, serif;
	width:100%;
	color:#555;
	position:relative;
	clear:both;
	margin:0 0 12px 0;
	padding:0;
}
blockquote span.q66, blockquote span.q99 {
	color:#999;
	font-size:200%;
	position:absolute;
}
blockquote div {
	display:inline;
}
blockquote span.q66 {
	top:-.2em;
	left:-.5em;
}
blockquote span.q66 {
	right:0;
	bottom:0;
}

.bqname { text-align:left; margin-top:-10px; padding: 0 0 20px 0;}


.caption { margin: 4px 0 20px 0; font-size:90%; color:#555; text-align:right;}




/* ----- footer area ----- */
#footer{
	background:#fff;
	padding:10px 0 10px 0;
	border-top: 1px solid #CCCCCC;
	text-align:center;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{display:inline;margin-right:.5em;}
#footer a:hover{
	color:#777;
	text-decoration:underline;
}
#footer #credits{
	float:right;
	margin-top:-1.5em;
}

/* ----- pagination (page 1/2 etc.) ----- */
#pagination{
	margin:1em 0;
}
#pagination li{
	margin:0;
	height:16px;
	line-height:16px;
	float:left;
}
#pagination p{
	margin:0;
	float:left;
	width:100px;
}
#pagination a{
	display:block;
	float:left;
	width:9px;
	height:9px;
	margin-left:10px;
	margin-top:3px;
	text-indent:-8000px;
	overflow:hidden;
}
#pagination a#firstPage{background:url(../graphics/plain/ico_first.gif)no-repeat 0 0;}
#pagination a#prevPage{background:url(../graphics/plain/ico_prev.gif) no-repeat 0 0;}
#pagination a#nextPage{background:url(../graphics/plain/ico_next.gif) no-repeat 0 0;}
#pagination a#lastPage{background:url(../graphics/plain/ico_last.gif) no-repeat 0 0;}

/* ----- product thumbnail list ----- */
#productstm {width:400px; float:left; margin-top:-40px;}
.products{
	margin:1em 0;
	clear:both;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
} 
.products li{
    margin:0 12px;
	border:1px solid #fff;
	color:#777;
	float:left;
	width:158px;
	text-align:center;
	min-height:400px;
	height:auto !important;
	height:400px;
	display:block;
}


/* for Internet Explorer */
/*\*/
* html .products li{
height: 400px;
}
/**/


.products li:hover{
	border:1px solid #e5e5e5;
	
}
.products li h3{
	margin-bottom:1em;
	padding:0;
	background:none;
	font-weight:normal;
	letter-spacing:1px;
}
.products li h3 a{color:#618f48; font-weight:normal;}
.products li h3 a:visited {color:#618f48; font-weight:normal;}
.products li h3 a:hover{color:#555; font-weight:normal;}
.products .image{
margin:0;
padding:0;
	
}
.products .image a img{

}
.products .image a:hover img{
	
}

.products h3 {
	min-height:22px;
	height:auto !important;
		height:22px;
		margin-bottom:0px;
		margin-top:0px}
		
/* for Internet Explorer */
/*\*/
* html .products h3 {
height: 22px;
}
/**/

.products .price{
	clear:both;
	margin: 0 0 1em 0;
	font-size:110%;
}

.products .desc{
	margin:0 0 6px 0;
	padding:0;
}

.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}

/* ----- individual products ----- */
#product{	
	margin:1em 0;	
}
#product .image{	
	float:right;
	margin:0 100px 20px 0;
}	
#product .image p{margin:.5em 0;}
#product .image img{	
	
}	
#product .info{	
	float:left;
	width:380px;
}
#product .price{
	margin-top:10px;
	color:#618f48;
	font-size:120%;
}
#product .info p{
	
}
#product .info h3{
	margin:0;
	margin-bottom:.2em;
}
#product .actions{
	border-top:1px solid #e1e1e1;
	clear:both;
}	
#product #addBasket{
	border-top:1px solid #e1e1e1;
	padding-top:1em;
}
#product #addWishlist a{
}

/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#articles ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
	background:url(../graphics/plain/arrow3.gif) no-repeat 0 .6em;
}
#articles  ul li a{color:#777;}
#articles  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- customer reviews ----- */
#reviews{
}
#reviews ul, #reviews li {
	margin:0;
	padding:0;
	list-style:none;
}
#reviews ul{
	margin:1em 0;
	padding:3px 10px;
	background:#f1f1f1;
	border:1px solid #eee;
	color:#777;
}
#reviews ul li{
	margin:.5em 0;
	line-height:150%;
	padding:0;
	padding-left:15px;
	list-style:none;
}
#reviews  ul li a{color:#777;}
#reviews  ul li a:hover{color:#777;text-decoration:underline;}

/* ----- gallery ----- */

#gallery {padding:0; margin:0; list-style:none; position:relative; z-index:10; width:750px; height:800px;}
#gallery table {border-collapse:collapse; margin:-1px -10px;}

#gallery li {float:left; margin:0; display:inline; color:#000; text-decoration:none; width:77px; height:77px; cursor:default;}
#gallery li a.thumb {display:block; width:75px; height:75px; text-decoration:none; cursor:default; border:1px solid #fff;}
#gallery li a.thumb img {display:block; border:0;}

#gallery li div {position:absolute; left:-9999px; border:0; width:750px; text-align:center; z-index:-1;}
#gallery li div img {margin:4px auto;}

#gallery :hover {background:#fff;}
#gallery li a.thumb:hover {border-color:#000;}

#gallery li:hover > a {border-color:#000;}
#gallery :hover div {position:absolute; left:0; top:0; padding:180px 0 50px 0; background:#fff;}
#gallery :hover div img {border:1px solid #000;}
#gallery :hover div p {width:580px; text-align:center; font-family:verdana, sans-serif; font-size:11px; line-height:20px;}
#gallery :hover div p a {padding:8px 0 8px 0; background:url(gallery-images/enlarge.gif) no-repeat left center; text-align:center; cursor:pointer; text-decoration:none; color:#666;}
#gallery :hover div p a:hover {color:#000; text-decoration:underline;}


/* ----- site map ----- */
#sitemap, #sitemap ul, #sitemap li{
	margin:0;
	padding:0;
	list-style:none;		
} 
#sitemap{margin:1em 0;}
#sitemap li{margin:.5em 0;}
#sitemap li h3{margin:.2em 0;}
#sitemap ul{padding-left:20px;}

/* ----- ordered list ----- */
ol li { font-size:95%; color:#555; padding: 4px 0 4px 0;
}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:1em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:#555;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:100%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border:1px solid #fff;
	background:#ddd;
	padding:5px;
}
td{
	background:#eee;
	border:1px solid #fff;
	padding:5px;
	vertical-align:top;
}
.formField, .formSelect{
	background:#fff;
	border:1px solid #e1e1e1;
	width:200px;
}
.formFieldShort, .formFieldMedium{
	background:#fff;
	border:1px solid #e1e1e1;
	width:20px;
	margin-right:5px;
}
.formFieldMedium{width:96px;}
table .price{
	color:#618f48;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:#618f48;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#618f48;
	color:#fff;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}
label span{
	color:#CC0033;
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}

/* ----- form dlist ----- */

#dlform dl {
	margin:1em 0 1em 0;
   
  }
 #dlform dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
    color: #618f48;
  }
  dt:after {
    content: " ";
  }
 #dlform dd {
    margin: 0 0 0 120px;
    padding: 0 0 1em 0;
	text-align:left;
  }

/* ----- shopping cart ----- */
#total{
	margin:1em 0;
	padding:0;
	width:295px;
	font-size:110%;
}
#total dt{
	width:200px;
	float:left;
	font-weight:bold;
}
#total dd{
	margin-left:201px;
	text-align:right;
}
.actions{
	clear:both;
	margin:0;
	padding:.5em 0;
}

/* ----- first table data style ----- */
td.first{width:40%;}

/* ---------------------- float fix ----------------------------- */
.inner:after, .products:after, .products li:after, #pagination:after, #total:after, .modules:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.inner, .products, .products li, #pagination, #total, .modules{display:block;}
/*  \*/
.inner, .products, .products li, #pagination, #total, .modules {min-height:1%;}
* html .inner, * html .products, * html .products li, * html #pagination, * html #total, * html .modules {height:1%;}
 /*  */
/* ----- end float fix ----- */
.special {
	display:none;
}