/* ----- end float fix ----- */
body{
	background:#C8C8C6;
		color:black;
	font: 80%  Arial, Helvetica, sans-serif;	
	text-align:center;
	line-height:150%;
	margin:0;
	padding:0;
}

/* ----- tables ----- */
table, td, input, textarea, select, li{
	font: 100% Arial, Helvetica, sans-serif;
	color:#000;	
}
th{
	background:#ddd;
	padding:5px;
}
td{padding:5px;}

/* ----- global links ----- */
a:link, a:visited, a:active{
	color:#29B3DF;
	text-decoration:none;
}
a:hover{color:#29B3DF;text-decoration:underline;}

/* ----- global paragraphs, headers & horizontal rules ----- */
p{display:block; width:560px; margin:0 .2em 1em .2em; padding:0;}
h1, h2, h3, h4, h5, h6{margin:0;}
h1{font-size:130%;}
h2{font-size:120%; background:#A9D51C; padding:.2em; margin:0 15px 10px 0}
h3{font-size:110%;}
h4, h5{font-size:100%;}
hr{display:none;}

/* ----- 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;
	margin-top:0px;
	width:800px;
	text-align:left;
	background:white;
	padding-top:3px;
	position:relative;
	border-left:1px solid #A9D51C;
	border-right:1px solid #A9D51C;
}

/* ----- header area ----- */
#header{
	height:100px;	
	position:relative;
	background-image:url(header_greendots.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin:0 0 5px 0;
	
}

/* ----- company logo & strapline ----- */
#logo{
	position:absolute;
	margin:0;
	padding:0;
	top:45px;
	left:0px;
	line-height:30px;
	font-size:180%;
	font-weight:normal;
}
#tagline{
	position:absolute;
	margin:0;
	padding:0;
	top:50px;
	left:30px;
	line-height:20px;
}

/* ----- shopping basket info ----- */
#info{
	position:absolute;	
	margin:0;
	padding:0;
	top:10px;
	right:30px;
	z-index:10;
}

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

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

/* ----- search box ----- */
#search{
	float:left;
	width:200px;
	margin:0;
	margin-bottom:1em;
	padding:5px;
	background-color:red;
}
#search label{display:block;}

/* ----- side navigation ----- */
#navDept, #navDept li{
	margin:0;
	padding:0;
	list-style:none;
	width:200px;
}
#navDept{margin-bottom:1em;}
#navDept li{
	margin-bottom:1px;
}
#navDept li a{
	display:block;
	width:100%;
	background:#A9D51C;
	color:black;
}
#leftmenu li a:hover, #leftmenu li a.selected{background:#00ADE4;}
#navDept li a:hover, #navDept li a.selected{background:#00ADE4;}
#navDept li a span{
	display:block;
	padding:8px 15px;
}

/* ----- subdepartment navigation ----- */
#navSubDept, #navSubDept li {
	margin:0;
	padding:0;
	list-style:none;
	
}
#navSubDept{
	width:560px;
	margin:1em 0;
	padding:0;
	border:none;
	color:black;
}

#navSubDept li{
	width:150px;
	float:left;
	background:#A9D51C;
	margin:.5em 12px;
	line-height:150%;
	padding:0;
	list-style:none;
	border:1px solid white;
	display:inline;
	text-align:center;
}
#navSubDept li a{
	color:black;
	display:block;
	width:100%;
		}

#navSubDept li a span{
	display:block;
	padding:.5em;
		}
	
#navSubDept li a:hover, #navSubDept li a.selected{color:black;background:#29B3DF}

/* ----- customer tool list ----- */


#navTools, navTools li{
	margin:0;
	padding:0;
	list-style:none;
	width:200px;
}
#navTools{margin-bottom:1em;}
#navTools li{
	margin-bottom:1px;
}
#navTools li a{
	display:block;
	width:100%;
	background:#E658C0;
	color:black;
	font-size:110%;
}
#navTools li a:hover, #navTools li a.selected{background:#00ADE4;}
#navTools li a span{
	display:block;
	padding:8px 15px;
}

/* ----- nav static menu items ----- */
.navStatic, .navStatic li{
	margin:0;
	padding:0;
	list-style:none;
	width:200px;
}
.navStatic{margin-bottom:1em;}
.navStatic li{
	margin-bottom:1px;
}
.navStatic li a{
	display:block;
	width:100%;	
	background:#F69D10;
	color:black;
	font-size:110%;
}
.navStatic li a:hover{background:#00ADE4;} .navStatic li a:selected{background:#00ADE4;}
.navStatic li a span{
	display:block;
	padding:8px 15px;
}
#navToolsTitle, #navDeptTitle, .navStaticTitle{
	margin:0;
	padding:3px 0px;
	margin-bottom:1px;
	background:#ddd;
	font-size:110%;
}

/* ----- side navigation column ----- */
#sidebar{
	float:left;
	display:inline;
	width:200px;
	margin-left:10px;
	margin-top:10px;
}

#ads{
	display:block;
	float:left;
	width:200px;
	background:white;
	margin:0;
	padding:0;
}

#ads img{
	margin-top:10px;
	}

/* ----- main content area ----- */
#main{
	float:left;
	display:inline;
	width:580px;
	margin-left:10px;
	margin-top:0;
}
#main h2{
	font-weight:normal;
	
	color:black;
	font-size:150%;
	clear:both;
}
#main h2#pageTitle{
	font-weight:normal;
	
	margin-top:0;
	color:black;
	font-size:160%;
}
.note{
	font-size:110%;
}
.highlight{
	font-size:140%;
}
.module1{
	float:left;
	width:250px;
}
.module2{
	float:right;
	width:250px;
}

#welcome {
	display:block;
	float:left;
	width:570px;
	background:white;
	margin:0; padding:0;
}

#welcome img{
	display:block;
	margin:0 auto .5em auto;
	margin-top:0;
	border:2px solid #A9D51C;
	}
#welcome p{
	display:block;
	width:560px;
	margin:1em auto;
}

#latestproducts {
	display:block;
	float:left;
	margin-bottom:1em;
	padding:0;
	width:580px;
	background:white;
	}

#latestnews {
	display:block;
	float:left;
	width:580px;
	padding:0;
	background:white;
}

	

/* ----- footer area ----- */
#footer{
	background:#29B3DF;
	padding:5px 10px;
	margin:10px 0 0 0;
}
#footer p{margin:0;}
#footer ul, #footer li{
	margin:0;
	padding:0;
	list-style:none;
}
#footer li{display:inline;margin-right:.5em;}
#footer a{color:white;}
#footer a:hover{
	color:black;
	text-decoration:underline;
}
#credits{
	
	float:left;
	padding:0;
	margin:0em 0 0 0;
}

/* ----- 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 ----- */
.products{
	display:inline;
	margin:0;
	padding:0;
}
.products ul, .products li{
	margin:0;
	padding:0;
	list-style:none;
	
} 
.products li{
	display:block;
	float:left;
	width:150px;
	min-height:18.2em;
	margin:.8em 10px .8em 0;
	padding:.5em 10px 0 17px;
	background:white;
	border:2px solid #A9D51C;
	color:black;
}

.products li h3{
	font-size:100%;
	margin:.5em 0;
	padding:0;
	background:none;
}
.products li h3 a{color:black;}
.products li h3 a:hover{color:#00ADE4;}
.products .image{
	float:left;
	margin:auto;
	
}
.products .image a img{
	border:1px solid #EBEBEB;
}
.products .image a:hover img{
	border:1px solid #29B3DF;
	
}

.products p{
	display:block;
	clear:both;
	width:140px;
	min-height:2.5em;
	}
	
.products .price{
	display:block;
	clear:both;
	margin:0 0 3px 0;
	text-align:right;
	line-height:180%;
	color:black;
	font-size:110%;
	font-weight:bold;
}
.products .quantity{
	clear:both;
	margin:1em 0;
	text-align:right;
	line-height:180%;
}

/* ----- individual products ----- */
#product{	
	margin:0 0 1em 0; 	
}
#product .image{	
	float:left;
	display:block;
	width:400px;
	margin:0 10px 1em 0px;
}	
#product .image p{margin:.5em 0;
}
#product .image img{
	margin:0 0 10px 0;	
	border:2px solid #A9D51C;
}	
#product .info{	
	float:right;
	display:block;
	width:200px;
	background:white;
	
}
#product .price{
	color:black;
	font-weight:bold;
	font-size:120%;
}
#product .info p{
	margin:0;
	margin-bottom:.5em;
}

#product .info h3{
	margin:0;
	margin-bottom:.2em;
	padding:1em;
}

#product .actions{
	border-top:1px solid blue;
	clear:both;
}	
#product #addBasket{
	padding-top:1em;
	margin:10px 0 0 0;
}
#product #addWishlist a{
}

/* ----- featured articles ----- */
#articles{}
#articles ul, #articles li {
	margin:0;
	padding:0;
	list-style:none;
}
#articles ul{
	display:block;
	float:left;
	width:500px;
	margin:1em 0;
	padding:3px 10px;
	background:#FDEBCF;
	border:1px solid #FACE87;
	color:black;
	font-weight:bold;
}
#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:black;}
#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 1em 1em 0;
	padding:0;
}

#reviews ul li{
	display:block;
	width:150px;
	margin:.5em 0;
	line-height:150%;
	padding:0;
	list-style:none;
}
#reviews ul li a{
	display:block;
	width:100%;
	background:#A9D51C;
	color:black;
	padding:3px;
}

#reviews  ul li a:hover{background:#29B3DF;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;}

/* ----- tables and forms ----- */
fieldset{
	border:none;
	padding:0;
	margin:.8em 0;
}
legend{
	font-weight:normal;
	padding:0;
	margin:0;
	color:black;
	font-size:120%;
	clear:both;
}
fieldset h3, fieldset h3{margin:1em 0 0 0;}
#content table{
	width:97%;
	margin:.5em 0;
	border-collapse:collapse;
	line-height:150%;
}
th{
	border:1px solid #A9D51C;
	background:#A9D51C;
	padding:5px;
}
td{
	background:white;
	border:1px solid #A9D51C;
	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:black;
	font-size:110%;
	font-weight:bold;
}
.formFieldProduct{width:150px;}
table .price{
	color:black;
	font-size:110%;
	font-weight:bold;
}
.formRadio{vertical-align:middle;}
.formButton{
	background:#A9D51C;
	color:black;
	border:none;
	padding-top:3px;
	padding-bottom:3px;
}

.formButton:hover{
	background:#29B3DF;
	text-decoration:underline;
	}
label span{
	color:black; 
	font-size:110%;
	font-weight:bold;
}
input.formField:focus, formFieldShort:focus, formFieldMedium:focus, textarea:focus, #quantity:focus	{
	background: #fff;
	border: 1px solid #bbb;
}

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



.special {
	display:none;
}

/* =FLOAT FIX
=============================================== */

.inner:after,
#main:after,
.products:after,
.products li:after,
.pagination:after,
#total:after,
.module1:after,
.module2:after,
#search:after,
#advancedSearch:after,
#brand:after,
#newsletter:after,
#navSubDept:after,
#navSubDept li:after,
#productSortOptions:after,
dl:after,
dl dt:after,
dl dd:after,
form:after,
.billShipBlock:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.inner,
#main,
.products,
.products li,
.pagination,
#total,
.module1,
.module2,
#search,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	display: block;
	}
/*  \*/
.inner,
#main,
.products,
.products li,
.pagination,
#total,
.module1,
.module2,
#search,
#brand,
#newsletter,
#navSubDept,
#navSubDept li,
#productSortOptions,
dl,
dl dt,
dl dd,
form,
.billShipBlock {
	min-height: 1%;
	}
* html .inner,
* html #main,
* html .products,
* html .products li,
* html .pagination,
* html #total,
* html .module1,
* html .module2,
* html #search,
* html #brand,
* html #newsletter,
* html #navSubDept,
* html #navSubDept li,
* html #productSortOptions,
* html dl,
* html dl dt,
* html dl dd,
* html form,
* html .billShipBlock {
	height: 1%;
	}
 /*  */