@import url("form.css");

/** HTML Tag Styles **************************************/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	font-family: 'Trebuchet MS',Arial, Tahoma, sans-serif;
	color: #333333;
	font-size: 12px;
	background: url(/images/back.gif) repeat-y white center;
}

p, ul {
	margin-bottom: 1em;
	line-height: 1.3em;
}

h1, h2, h3, h4 {
 margin: 0 0 1em 0;
 font-family: georgia, serif;
}

a {
	color: #555555;
}

a:hover {
color: #cccccc;
}

a img {
	border: none;
}

h2 a, h3 a {
	text-decoration:none;
}

h2 a:hover, h3 a:hover {
	text-decoration:underline;
}

table {
	margin-bottom: 1em;
	width: 100%;
}

td {
/*	padding: 0 1em 1em 0;*/
	vertical-align: middle;
}

th {
	text-align:left;
}


/** Main IDs *********************************************/
#wrapper {
	width: 860px;
	margin: 0 auto;
	min-height: 100%;
}

#body {
	padding-bottom: 3em;
	float: left;
	width: 860px;
}

/** Header ***********************************************/
#header {
	/*background-image:url(/images/header.jpg);*/
	height: 140px;
	position: relative;
}

#header a {
	display: block;
	height:140px;
}

#header p {
	text-align: right;
	font-weight: bold;
	color: #ffffff;
	padding-right: 5px;
	font-size: 1.1em;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
}

#header p .white {
	position: absolute;
	top: 0;
	left: 0;
}
#header p .shadow {
	position: absolute;
	top: 1px;
	left: 1px;
	color: black;
}

/** Navigation Bar ***************************************/
#navbar {
	height:38px;
	background: url(/images/navback.png) repeat-x;
}

#navbar ul {
	list-style:none;
	margin: 0;
}

#navbar li {
	float: left;
}

#navbar #checkout {
	float: right;
}

#navbar li a {
	display:block;
	width: 110px;
	height: 38px;
	text-indent:500px;
	overflow: hidden;
}
#navbar li a:hover {background-position: 0 -38px;}

#navbar #home a {background-image:url(/images/home.png);}
#navbar #shop a {background-image:url(/images/shop.png);}
#navbar #information a {background-image:url(/images/information.png);}
#navbar #contact a {background-image:url(/images/contact.png);}
#navbar #checkout a {background-image:url(/images/checkout.png);}

#main {
	width: 674px;
	padding: 20px 0 0 10px;
	float: left;
	position: relative;
}

#intro_main {
	padding: 20px;
}

#crumbs {
	margin: 1em 0;
	font-weight: bold;
}

#crumbs a:hover {
	text-decoration: none;
}

.dummy_back {
	position: absolute;
	top: 0px;
	right: 0px;
	font-weight: bold;
}
.dummy_back a {
	text-decoration: none;
	vertical-align: bottom;
}
.dummy_back img {
	vertical-align: bottom;
}

/** Sidebar **********************************************/
#sidebar {
	width: 150px;
	padding: 20px 10px 0 0;
	float: right;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul a {
	text-decoration: none;
	color: #555555;
}

#sidebar ul a:hover {
	text-decoration: underline;
}

#intro_sidebar {
	width: 200px;
	padding: 20px 20px 0 0;
	float: right;
}

#sidebar #newsletter {
	margin-top: 1em;
}

/** General Classes **************************************/
.error {
	color: #ff0000;
	font-weight:bold;
}

.price {
	font-size: 1.5em;
	font-weight: bold;
	color: #ff9600;
}

.floatleft {
	float: left;
}

.image_wrapper {
	border: 1px solid #ffffff;

}

.image_wrapper:hover {
	border: 1px solid #ff9900;
}

.image_wrapper img, .image_wrapperx img {
	display: block;
	padding: 1px;
}

.button, .black_button {
	margin: 1px;
	text-decoration: none;
	color: #ffffff;
	font-weight:bold;
	padding: 3px 5px;
	display: block;
}

.button {
	background-image: url(/images/button_back.png);
}

.button:hover {
	background-image: url(/images/button_back_hover.png);
}

.button_border {
	border: 1px solid #de9325;
}

.black_button {
	background-image: url(/images/button_back_dark.png);
}

.black_button:hover {
	background-image: url(/images/button_back_dark_hover.png);
}

.black_button_border {
	border: 1px solid #373737;
}

.addtocart, .details {
	float:left;
	margin-right: 1em;
}

.intro_text {
	width: 470px;
	margin-right: 10px;
	text-align: justify;
}

.intro_text p {
	line-height: 1.6em;
}
h1 {
	font-size: 1.6em;
}
.intro_text h2 {
	margin-top: 2em;
}
.intro_text strong {
	font-weight: normal;
	color: #000000;
}

/** Footer ***********************************************/
#footer {
	clear: both;
	width: 760px;
	text-align: center;
	font-size:0.8em;
	color:#aaaaaa;
}

#footer a {
	color: #aaaaaa;
}

#search {
	position: relative; top: 5px; left: 35px;
	display: inline;
}
#search .submit {padding: 3px;}
#search .text {width: 140px;}

#main #sort_prods {
	float: right;
	width: 8em;
	margin-right: 2em;
}



.product_listing, .category_listing {
	float: left;
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
	display: inline;
	position: relative;
	font-family: georgia, serif;
}

.product_listing .title, .category_listing .title {
	overflow: hidden;
	display: block;
	height: 28px;
	position: absolute;
	width: 140px;
	padding: 0 8px;
	top: 182px; left: 2px;
}

.category_listing .title {
	top: 192px;
}

.product_listing .price {
	color: #f00;
	font-size: larger;
	display: block;
	height: 16px;
	width: 140px;
	padding: 0 8px;
	position: absolute;
	top: 214px; left: 2px;
}

.product_listing .was_price {
	color: #f00;
	font-weight: bold;
	height: 16px;
	width: 158px;
	position: absolute;
	top: 11px; left: 2px;
	display: block;
	background-color: #fff;
	z-index: 1;
}

.product_listing .phover, .category_listing .phover {
	display: block;
	background: url(/images/photoback.png) left bottom no-repeat;
	width: 166px;
	height: 280px;
	text-decoration: none;
}

.product_listing .rating {
	width: 140px;
	height: 16px;
	position: absolute;
	bottom: 20px; left: 10px;
	font-size: 0.8em;
	font-family: 'Trebuchet MS',Arial, Tahoma, sans-serif;
	font-weight: normal;
}
.product_listing .rating img {
	display: inline;
}

.category_listing a {
	height: 280px;
}

.image_container {
	position: absolute;
	top: 11px; left: 11px;
	width: 140px;
	height: 168px;
	background: no-repeat center;
	display: block;
}

.category_listing .phover:hover, .product_listing .phover:hover {
	background: url(/images/photoback-hover.png) left bottom no-repeat;
	cursor: hand;
	color: #000000;
}

.number {
	text-align: right;
}

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

#recent h2 {
	margin-bottom: 0.6em;
	border-top: 1px solid #dfdddd;
	padding-top: 0.5em;
}

#price em {font-size: 0.6em; font-weight: normal;}

#introlinks a {display: inline; float: left; margin: 0 1px 5px 0;}
#introlinks a {border: 1px solid #ffffff;}
#introlinks a:hover {border: 1px solid #ff0000;}