@import url("form.css");

/* -- bbroShops V2 -- */

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

html, body {
	height: 101%;
}

body {
	font-family: verdana, Arial, sans-serif;
	font-size: 10px;
}

p {
	margin-bottom: 1em;
	line-height: 1.6em;
}

p, ul {
	color: #765;
}

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

a {
	color: #765;
}

a:hover {
	color: #f00;
}

a img {
	border: none;
}

h1 {
	font-size: 1.8em;
	color: #afa28f;
	font-weight: normal;
	margin-bottom: 0.8em;
}

h2 {
	font-size: 1.5em;
	color: #afa28f;
	margin-bottom: 0.8em;
}

table {
	width: 100%;
	border-collapse: collapse;
}


/* -- Main Div Blocks --------- */
#wrapper {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	background: url(/images/sidebar_back.png) repeat-y;
}

#header {
	height: 89px;
	background: url(/images/logo.jpg) no-repeat;
	position: relative;
}
#header_buffer {
	height: 14px;
	background-color: #fff;
	text-align: right;
	font-weight: bold;
	color: #ff0000;
	padding: 5px;
}

#header #home {
	display: block;
	width: 420px;
	height: 88px;
}

#main_nav {
	font-size: 0.9em;
	font-weight: bold;
	position: absolute;
	top: 66px; right: 5px;
}

#main_nav {
	list-style: none;
}
#main_nav li {
	float: left;
	background: url(/images/slide-right.gif) no-repeat right top;
}
#main_nav a {
	display: block;
	background: url(/images/slide-left.gif) no-repeat left top;
	padding: 5px 10px;
	text-decoration: none;
	color: #765;
}

#main_nav a:hover {
	text-decoration: underline;
}

#main_nav a.current {
	border-bottom: 1px solid #fff;
}

#basket {
	position: absolute;
	top: 10px; right: 20px;
	text-align: right;
}
#basket a {
	font-weight: bold;
}
#basket img {
	vertical-align: middle;
}
#search {
	font-size: 0.85em;
	margin: 0 0 1em 8px;
}

#search .text{
	color: #bbb;
}


#body {
	width: 880px;
	float: left;
}

#flashbanner {
	margin-bottom: 1em;
}

/* -- Sidebar ----------------- */
#sidebar {
	width: 150px;
	float: left;
	background-color: #e8e4de;
	color: #545a5d;
}

#sidebar h2 {
	background-color: #afa28f;
	padding: 5px 0 5px 10px;
	color: #fafafa;
	font-weight: bold;
	font-size: 1em;
}

#sidebar ul {
	list-style: none;
	padding-left: 10px;
	margin: 1em 0;
}

#sidebar ul a {
	text-decoration: none;
	display: block;
	padding: 2px 0;
}
#sidebar ul a:hover {
	background-color: #afa28f;
	color: #fafafa;
}

#sidebar li {
	margin: 0 5px 0 0;
	display: inline;
}

#main {
	float: right;
	width: 710px;
	margin-top: 10px;
	position: relative;
}

#main p {font-size: 1.2em;}

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

#recom {
	text-align: center;
}
#recom h2 {
	text-align: left;
}
#recom img {
	margin: 0.5em 0;
}

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

.category_listing, .product_listing {
	float: left;
	width: 222px;
	height: 329px;
	position: relative;
	margin: 5px 5px 20px 5px;
	display: inline;
}

.category_listing .title, .product_listing .title {
	text-align: center;
	line-height: 1.2em;
	padding: 4px 5px 0 5px;
	color: #765;
	overflow: hidden;
	display: block;
}
.category_listing .title {
	height: 54px;
	font-weight: bold;
}
.product_listing .title {
	height: 32px;
}

.category_listing .image_container, .product_listing .image_container {
	display: block;
	height: 264px;
	width: 220px;
	background: no-repeat center;
	margin-left: 0px;
}

.category_listing .phover, .product_listing .phover {
	display: block;
	text-decoration: none;
	background-color: #e8e4de;
	border: 1px solid #afa28f;
	height: 100%;
}

.category_listing .phover:hover, .product_listing .phover:hover {
	background-color: #d6d0c5;
	color: #fafafa;
	cursor: hand;
}

.product_listing .price {
	height: 20px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	overflow: hidden;
}

.product_listing .was_price {
	display: block;
	width: 220px;
	position: absolute;
	bottom: 1px; left: 0;
	background-color: #fff;
	text-align: center;
	font-weight: bold;
	margin-left: 5px;
	color: #f00;
}

.product_listing .moreinfo a, .category_listing .moreinfo a {
	position: relative; bottom: 15px;
	text-align: center;
	display: block;
	width: 120px; height: 22px;
	padding-top: 10px;
	background-color: #e8e4de;
	border: 1px solid #afa28f;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 auto;
	text-decoration: none;
}
.product_listing .moreinfo a:hover, .category_listing .moreinfo a:hover {
	background-color: #d6d0c5;
}


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

.label {
	font-weight: bold;
}


#sort_prods {
	float: right;
	width: 8em;
	margin-right: 3em;
	padding-top: 7px;
}

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

#cat_desc {
	background-color: #e3e4e7;
	padding: 5px;
	margin-bottom: 1em;
	color: #545a5d;
	line-height: 1.6em;
}

#recent {

}

#price em, .price em {font-weight: normal; font-size: 0.75em;}