@import url("form.css");

/* Main Tag Styles */
* {margin: 0; padding: 0; font-size: 100%;}
html, body {height: 101%;}
body {font: normal 76% Arial, Helvetica, Sans-serif; line-height: 160%; color: #555555; padding: 0px 5px 5px 5px;}
p {margin-bottom: 1em;}
a {color: #866019;}
a img {border: none;}

h1 {font: normal 2.3em Georgia, serif; margin-bottom: 0.4em;}
h2 {font: normal 1.4em Georgia, serif; margin-bottom: 1em;}
h3 {font: normal 1.4em Georgia, serif; margin-bottom: 1em;}

table td {vertical-align: top;}

/* -- Main Div Blocks --------- */
#wrapper {min-height: 100%; min-width: 940px; width: 95%; margin: 0 auto;}
* html #wrapper {width: 940px;} /* simplest way to overcome ie6 not liking min-width, just remove fluid layout possiblity */
#header {position: relative;  margin-bottom: 15px; background:url(/images/logo.png) 0px 0px no-repeat;}

#header #home {display: block; width: 436px; height: 149px;}
#header #contact {float: right; position: absolute; bottom: 44px; right: 0px; text-align: right; font: bold 1.1em Arial, sans-serif;  color: #866019;}

#bar {height: 38px; background: url(/images/navback.png) no-repeat;}
#bar #container {height: 38px; background: url(/images/navback2.png) no-repeat right;}
#bar a {text-decoration: none;}
#bar a:hover {text-decoration: underline;}
#basket {float: right; margin-right: 10px; width: 13em; text-align: right; display: inline;}
#basket a {display: block; height: 38px; line-height: 38px;}
#basket span {font: normal 0.8em Arial, sans-serif;}
#bar form {float: left; margin: 8px 0 0 10px; display: inline;}
#bar input.text {height: 17px; width: 180px; color: #bbb; padding: 2px 0 0 4px;}
#bar input.button {background: none; border: none; padding: 0 0px 0 5px;}
#bar form input.button:hover {text-decoration:underline; cursor: hand;}
#bar ul {list-style: none; float: left; margin-left: 5px;}
#bar li {float: left;}
#bar li a {color: #444444; display: block; float: left; height: 22px; line-height: 22px; padding: 0 10px; border-left: 1px solid #d8d8d9; border-right: 1px solid white; margin: 8px 0;}

#basket, #bar input.button, #bar li {font: bold 1.19em Georgia, serif; color: #444444;}


#body {float: left; position: relative;}

#sidebar {position: absolute; top: 0px; left: 0px; width: 160px;}
#sidebar ul {color: #e3000e; list-style: square; margin-bottom: 2em; padding-left: 15px;}
#sidebar ul a {text-decoration: none;}
#sidebar ul a:hover {text-decoration: underline;}
#sidebar h2 {font: normal 1.4em Georgia, serif; margin-bottom: 0.4em;}
#sidebar li.is_subheader {font-weight: bold; margin-top: 1.5em; color: #664009; list-style: none; text-transform:uppercase;}

#main {margin-left: 175px; float: left; display: inline; padding: 0 0 0 15px;}
* html #main {width: 750px; margin: 0; float: right;}

#main ul {
	margin: 0 0 1em 1em;
}

#footer {text-align: center;
	clear: both;
	padding-top: 2em;
	color: #aaa;
	font-size: 0.9em;
}

#recent {
	clear: both;
	padding-top: 1em;
	margin-bottom: 1em;
}


/* -- Common Div Blocks --------- */

.category_listing, .product_listing {
	width: 220px;
	float: left;
	display: inline;
	margin: 0 14px 145px 0px;
	position: relative;
	background-color: #fafafa;
}

.mega_sale {
	position: absolute;
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #fff;
	background-color: red;
	font-weight: bold;
	padding: 4px;
	top: 130px;
}

.category_listing .title, .product_listing .title {display: block; font-size: 1.4em; height: 3.9em; overflow: hidden; margin-bottom: .5em; padding-top: 4px; border-top: 1px solid #ccc;}
.category_listing .title {font-size: 2em; font-weight: bold;}


.category_listing .image_container, .product_listing .image_container {
	display: block;
	height: 264px;
	width: 220px;
	background: no-repeat 50% center;
	background-color: #fff;
}
.category_listing .image_container {border: 1px solid #777777;}

.category_listing a.phover, .product_listing a.phover {display: block; text-decoration: none; color: #566572;}

.category_listing a.phover:hover, .product_listing a.phover:hover {
	cursor: hand;
	color: #ccc;
}

.product_listing .price {
	display: block;
	color: #e87d0d;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 1em;
	padding-bottom: 4px; border-bottom: 1px solid #ccc;
	height: 2.6em;
}
.product_listing .price .from {
	font-weight: normal; font-size: 0.9em;
}

.product_listing .moreinfo, .category_listing .moreinfo {padding-top: 8px;}

.product_listing .moreinfo a, .category_listing .moreinfo a {
	text-align: center;
	display: block;
	width: 120px; height: 22px;
	padding-top: 10px;
	background: url(/images/button.png) no-repeat center 0;
	font: bold 0.8em Georgia, serif;
	color: #417cbe;
	margin: 0 auto;
	text-decoration: none;
}

.category_listing .moreinfo a {
	width: 200px;
}

.product_listing .moreinfo a:hover, .category_listing .moreinfo a:hover {
	background-position: center -32px;
}

.product_listing .was_price {display: block; background-color: #ffffff; color: #ff0000; text-align: center; position: absolute; bottom: 50px; font-weight: bold; padding: 2px 5px;}




.error {
	background-color: #FFE1E1;
	padding: 4px;
	font-weight: bold;
}

.label {
	font-weight: bold;
}


.number {
	text-align: right;
}
.center {
	text-align: center;
}

#cat_desc {
	border-bottom: 1px solid #d7d6d9;
	margin-bottom: 1.5em;
}

#sort_prods {
	float: right;
}

#crumbs {
	font-size: 0.8em;
	margin-bottom: 1em;
	text-align: left;
}

#recom {
	margin-bottom: 2em;
}

.catfreedel {display: inline; position: absolute; top:98px; font-size:0.9em; font-style:italic; color: #00cc39; font-weight: bold; padding-top: 1px; background: #ffffff; padding-right: 5px;}