﻿body {
	background-color:#092f01;
	font-family:Verdana, Tahoma;
	font-size:10px;
	margin:0;
	padding:0;
}

div#container {
	width:900px;
	margin:0 auto;
	padding:0;
}

div#header,
div#wrapper {
	width:900px;
}

a { 
	color:#00c924; 
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

div#header {
	background-image:url('header.jpg');
	height:127px;
}

div#navbar {
	background:transparent;
	padding-bottom:5px;
}

div#navbar ul {
	padding:0 10px 0 220px;
}

div#navbar li {
	float:left;
	background:url("norm_left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 8px;
}

div#navbar a {
	display:block;
	background:url("norm_right.gif") no-repeat right top;
	padding:2px 15px 5px 6px;
	padding-bottom:8px;
	text-decoration:none;
	text-transform:lowercase;
	font-size:10pt;
	color:white;
}

div#navbar a:hover {
	padding-bottom:8px;
	background-color:transparent;
}

div#navbar #current {
	background-image:url("norm_left_on.gif");
}

div#navbar #current a {
	background-image:url("norm_right_on.gif");
	padding-bottom:8px;
}

div#whoami {
	display:none;
}


div#location {
	font-size:8pt;
}

div.blue_panel {
	margin:10px;
	border:none;
}

div.blue_panel h2 {
	font-size:14pt;
	color:black;
	display:block;
	background-color:transparent;
	padding:10px;
	margin:0;
}

div#searcher {
	display:none;
}

div#browse a {
	font-size:8pt;
}

div#container {
	background:#FFFFFF url('container_bg.gif') repeat-y;
}

div.sidepanel {
	border:none;
}

div.right_panel h2 {
	display:block;
	padding-left:22px;
	color:white;
	font-weight:bold;
	font-size:10pt;
	text-align:left;
	background:transparent url('panel_right_top.gif') no-repeat;
	height:18px;
	padding-top:6px;
}

div.right_content {
	background:url('panel_right_middle.gif') repeat-y;
	padding:2px;
	text-align:center;
}

div.right_footer {
	display:block;
	background:url('panel_right_bottom.gif') no-repeat;
	height:6px;
}

div#content {
	margin:0 143px 0 168px;
	padding-top:10px;
	font-size:10pt;
}

div#navigation {
	float:left;
	width:158px;
	margin-left:-100%;
	padding-left:10px;
	padding-top:10px;
}

div#extra {
	padding-top:10px;
	width:133px;
	margin-left:-143px;
}


div.left_panel h2 {
	display:block;
	padding-left:24px;
	color:white;
	font-weight:bold;
	font-size:10pt;
	text-align:left;
	background:transparent url('panel_left_top.gif') no-repeat;
	height:20px;
	padding-top:6px;
}

div.left_content {
	background:url('panel_left_middle.gif') repeat-y;
	padding:2px;
	text-align:center;
}

div#browse div.left_content {
	text-align:left;
	width:154px;
	white-space:normal;
	overflow:hidden;
}

div#searcher_side input {
	width:138px;
}

div#searcher_side a {
	width:138px;
}

div.left_footer {
	display:block;
	background:url('panel_left_bottom.gif') no-repeat;
	height:6px;
}

div#navfooter {
	background-color:transparent;
	background-image:url('grass.gif');
	height:20px;
	padding:30px 0 0 0;
	color:gray;
}

div#navfooter a {
	text-decoration:none;
	color:black;
}

div#navfooter a:hover {
	text-decoration:underline;
}

div#navlogos {
	display:none;
}

div#copyright {
	background-color:#092f01;
	color:silver;
}

div#copyright a {
	color:yellow;
}

div#refine div.alert {
	display:inline;
	padding-left:10px;
}

div#best_sellers h2 {
	color:yellow;
	background-image:url('panel_red_top.gif');	
}
div#best_sellers div.left_content {
	background-image:url('panel_red_middle.gif');
	font-size:8pt;
}

div#best_sellers div.left_content a {
	color:#fe3d4b;
	display:block;
	padding-bottom:2px;
}

div#best_sellers div.left_content a:hover {
	background-color:#fe3d4b;
	color:white;
	text-decoration:none;
}


div#best_sellers div.left_footer {
	background-image:url('panel_red_bottom.gif');
}


/*----------------------------------------- product list -----------------------------------------*/
div.product {
	width:100%;
	border-bottom:1px gray solid;
	overflow:visible;
	height:auto;
}

div.product table {
	width:100%;
}

div.product table td {
	vertical-align:top;
}

div.product td.title a {
	color:black;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

div.product td.title a:hover {
	text-decoration:underline;
}

div.product td.image {
	width:145px;
}

div.product td.image img {
	margin:10px;
}

div.product td.details {
	width:100%;
	color:#202020;
	font-size:12px;
}

a.more {
	font-size:1.5em;
}

.notes {
	font-size:1.5em;
}

div.product td.details a {
	text-decoration:none;
	color:#00c924;
}

div.product td.details a:hover {
	text-decoration:underline;
}

div.product td.basket {
	width:110px;
	white-space:nowrap;
	vertical-align:bottom;
	text-align:right;
}
/*-----------------------------------------------------------------------------------------------------*/

form#sorting,
div#filtered {
	border-bottom:1px gray solid;	
	font-size:14px;
}

div#foot_pages {
	font-size:14px;
}

div#location {
	/* you're in: */
	color:black;
	padding-bottom:4px;
}

div#location h1 {
	display:block;
	font-size:8pt;
}

div#contact_us {
	color:gray;
}

div.right_content a {
	color:#00c924;
	font-weight:bold;
	text-decoration:none;
	padding:4px 0;
	display:block;
}

div#account a:hover,
div#contact_us a:hover {
	text-decoration:underline;
}

div.right_content {
	text-align:left;
	font-size:10px;
	padding-left:9px;
}

div.green_panel a {
	display:block;
	font-size:10px;
	width:132px;
	background:url('green_panel_middle.gif') repeat-y;
	text-decoration:none;
	color:white;
	font-weight:bold;
	padding:4px 0 4px 9px;
}

/*-----------------------------------------------------------------------------------------------------*/

/*.green { color:#00c924; }*/
.green {
	color:red;
}
.black { color:black; }
.bigger { font-size:1.5em }

/*---------------------------------------- product details page ----------------------------------------*/

div#product_view h2 {
	display:block;
	background-color:#00c924;
	color:white;
	font-size:14pt;
	font-weight:normal;
	padding:5px 10px;
}

div#specs {
	color:#202020;
	font-size:12px;
}


img#product_image {
	float:left;
	margin:20px 20px 20px 0;
}
/*-----------------------------------------------------------------------------------------------------*/


/*------------------------------------- manufacturer shortcuts ----------------------------------------*/
div#manufacturers {
	clear:both;
	/*margin:16px;*/
	text-align:center;
	padding-left:10px;
}

div.manufacturer_link {
	/*width:62px;*/
	height:29px;
	float:left;
	margin:2px;
	font-size:8px;
}

div.manufacturer_link a {
	/*display:block;*/
	color:black;
	/*width:62px;*/
	height:29px;
	text-align:center;
}

/*-----------------------------------------------------------------------------------------------------*/

/*------------------------------------- welcome page of shop ------------------------------------------*/
div#welcome {
	padding:0 30px 0 30px;	
}

div.category_icon {
	display:block;
	float:left;
	position:relative;
	width:202px;
	height:55px;
	background:url('welcome_tile.gif') no-repeat;		
	margin:10px 40px 10px 0;
}

div.category_image {
	position:absolute;
	top:20px;
	left:64px;
}

div.category_label {
	position:absolute;
	left:80px;
	top:0;
	font-size:8pt;
}

div.category_label a {
	display:block;
	width:132px;
	height:55px;
}

/*
div#welcome_links p {
	display:block;
	width:112px;
	height:35px;
	background:url('welcome_tile.gif') no-repeat;	
}

div#welcome_links a {
	float:left;
	margin:10px 40px 10px 0;
	color:green;
	padding:10px 10px 10px 80px;
}

div#welcome_links a img {
	position:absolute;
	left:-64px;
	top:-20px;
*/
/*-----------------------------------------------------------------------------------------------------*/

div#basket th {
	background-color:silver;
}

div#welcome_links a img {
	position:absolute;
	left:-64px;
	top:-20px;
}
/*-----------------------------------------------------------------------------------------------------*/

div#basket th {
	background-color:silver;
}

.info {
	background-color:#f0f0f0;
	border:1px silver solid;
}

div.narrow {
	/*padding:10px 40px 0 40px;*/
}

table.boxed {
	border-collapse:collapse;
	margin:10px 20px 10px 10px;
}

table.boxed th {
	border:1px black solid;
	vertical-align:top;
	text-align:left;
	white-space:nowrap;
	padding:4px;
}

table.boxed td {
	border:1px black solid;
	padding:4px;
}

div#rating,
div#rating a {
	color:#ff3f4d;
	font-weight:bold;
	text-decoration:none;
	font-size:10pt;
}

/* ----------------------------------------- search filters ------------------------------------------------ */
div#filters {
}

div#refine {
	border:1px gray solid;
	background-color:#EEFFEE;
	padding:5px;
	font-size:10px;
}

div#refine a {
	color:#006612;
}
/*----------------------------------------------------------------------------------------------------------- */

div.brochure {
	width:200px;
	float:left;
	margin:20px 0 10px 10px;
}

div.brochure img {
	float:left;
	margin:0 0 5px 5px;
}

div#subcategories p {
	font-size:1.25em;
}

div.call_us {
	clear:both;
	background-color:#FFFFCC;
	color:black;
	border:1px gray solid;
	padding:5px;
	font-size:10pt;
	margin-top:10px;
}

.larger {
	font-size:1.5em;
}

.normal {
	display:inline;
	color:blue;
	text-decoration:underline;
}



