@import url("form.css");

/* -- bbroShop Common Styles -- */

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

html, body {
	height: 101%;
}

body {
	background-color: #000000;
	font-family: tahoma, arial, sans-serif;
	color: #fafafa;
	font-size: 12px;
}

p, h1, h2, h3, h4, ul {
	margin: 0 0 1em 0;
}

a {
	color: #ffffff;
}

a:hover {
	color: #ff0000;
}

a img {
	border: none;
}

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

#header {
	background-image:url(/images/header.jpg);
	height: 135px;
	width: 780px;
	display: block;
}

#navbar {
	background-image: url(/images/nav_back.png);
	height: 26px;
	border-top: 1px solid #000000;
	border-bottom: 2px solid #000000;
}

#navbar ul {
	list-style:none;
	padding: 6px 0 0 3px;
}

#navbar #right {
	float: right;
}
#navbar #left {
	float: left;
}

#navbar li {
	float: left;
	font-weight: bold;
	font-size: 0.9em;
	padding: 0 5px 0 6px;
	border-right: solid 1px #aaaaaa;
}
#navbar #right li {
	border-right: none;
	border-left: solid 1px #aaaaaa;
}


#navbar li a {
	color: #ececec;
	text-decoration: none;
}

#navbar li a:hover {
	text-decoration: underline;
}

#body {
	padding-top: 10px;
	padding-bottom: 6em;
	float: left;
}

#main {
	width: 594px;
	margin: 0 10px 0 20px;
	float: right;
	display: inline; /* ie6 float double-margin bug */
}

#sidebar {
	width: 145px;
	padding: 0 0 0 10px;
	float:left;
}

#sidebar ul {
	list-style: none;
	margin-left: 1em;
}

#sidebar h2 {
	color: #ee5500;
}

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

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

/* -- Footer -- */
#footer {
	position:relative;
	bottom: 6em;
	width: 780px;
	margin:0 auto;
	color: #cccccc;
	font-size: 0.9em;
	padding: 4px 10px;
}

#footer a{
	color: #cccccc;
}

#footer #copyright {
	margin-left: 165px;
	float: left;
	display: inline;
}
#footer #copyright img {
	margin-top: 3px;
}
#footer #menu {
	float: right;
}

.error {
	font-weight: bold;
	color: #ff0000;
}

#intro_text {
	background:url(/images/intro_back.jpg) no-repeat;
	height: 480px;
	padding: 6px;
}

#intro_text2 {
	background:url(/images/intro_back.jpg) no-repeat;
	padding: 6px;
	min-height: 480px;
}

.faq_content h2 {
	margin:0;
}

#search {
	margin-top: 3px;
	margin-right: 2em;
	float: right;
}

#search input {
	font-size: 0.8em;
	vertical-align: top;
}

#search input.text {
	margin-top: 1px;
}

#crumbs {
	margin-bottom: 0.6em;
	color: #dc0000;
}
#crumbs a {
	color: #dd0000;
}


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

.category_listing, .product_listing {
	float: left;
	margin: 0 12px 15px 0;
	border: 2px solid #a61e22;
	width: 140px;
	position: relative;
}

.category_listing .title {
	height: 2.5em;
	font-weight: bold;
	padding: 5px;
	line-height: 1.2em;
	color: #ffffff;
	overflow: hidden;
	display: block;
}
.product_listing .title {
	height: 2.2em;
	padding: 4px;
	color: #fff;
	overflow: hidden;
	line-height: 1.2em;
	display: block;
}

.category_listing img, .product_listing img  {
	display: block;
}

.category_listing .image_container, .product_listing .image_container {
	display: block;
	height: 168px;
	background: no-repeat #fff center;
}

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

.category_listing a:hover, .product_listing a:hover {
	background-color: #a61e22;
	cursor: hand;
}

.product_listing .price {
	padding: 4px;
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	color: #f00;
}

.product_listing .was_price {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 0; left: 0;
	text-align: center;
	font-weight: bold;
	background-color: #000;
	color: #f00;
}
table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1em;
}

td {
	vertical-align: top;
}

.number {
	text-align: right;
}


#cat_desc {
	background-color: #a61e22;
	padding: 8px;
	margin-bottom: 1em;
}

#price em, .price em {font-weight: normal; color: #ffffff; font-size: 0.6em;}