@import url("form.css");

/* -- bbroShops V2 -- */

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

html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ececec;
	background: url(/images/background.png) #000;
}

h1, h2, h3 {
	font-family: Georgia, serif;
}

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

a {
	color: #ececec;
}

a:hover {
	color: #f00;
}

a img {
	border: none;
}

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

legend {
	color: #fff;
}

/* -- Main Div Blocks --------- */
#wrapper {
	width: 900px;
	margin: 0 auto;
	min-height: 100%;
	background-color: #000;
	padding: 0 5px 20px 0;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
}

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

#header ul {
	width:0px; height:0px; 
	position:absolute;
	top:0;
	left:0; 
	list-style:none;
}
#header ul a {
	position:absolute;
	background:none;
	overflow: hidden;
	text-indent: 5000px;
	top: 102px;
	height: 37px;
}

#header #logo_home {
	width: 900px;
	height: 100px;
	display: block;
}

#clearance {
	position: absolute;
	top: 0px; right: 0px;
	width: 145px; height: 100px;
}

#header #home {width:72px; left:77px;}
#header #shop {width:63px; left:158px;}
#header #offers {width:76px; left:234px;}
#header #information {width:157px; left:323px;}
#header #contact {width:105px; left:494px;}
#header #basket {width:79px; left:613px;}
#header #checkout {width:115px; left:706px;}

#header #home:hover {background-image:url(/images/home.png);}
#header #shop:hover {background-image:url(/images/shop.png);}
#header #offers:hover {background-image:url(/images/offers.png);}
#header #information:hover {background-image:url(/images/information.png);}
#header #contact:hover {background-image:url(/images/contact.png);}
#header #basket:hover {background-image:url(/images/basket.png);}
#header #checkout:hover {background-image:url(/images/checkout.png);}


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

#main {
	width: 516px;
	float: right;
	padding: 20px 8px 0 8px;
}

#main h2 {
	font-size: 1.4em;
}

h1 {
	font-size: 1.6em;
	margin-bottom: 1em;
}

#left_bars {
	float: left;
	width: 716px;
}

/* -- Sidebars ---------------- */
#sidebar {
	width: 170px;
	background: url(/images/left-sidebar.png) no-repeat;
	float: left;
	min-height: 652px;
	padding: 28px 0 0 14px;
}

#sidebar h2, #right_sidebar h2 {
	margin-bottom: 14px;
	overflow: hidden;
	width: 170px;
}

#sidebar #browse_shop {
	background-image: url(/images/browse_shop.png);
	width: 124px; height: 11px;
	text-indent: 5000px;
}
#sidebar #customer_info {
	background-image: url(/images/customer_info.png);
	width: 147px; height: 12px;
	text-indent: 5000px;
}
#sidebar #contact_us {
	background-image: url(/images/contact_us.png);
	width: 115px; height: 13px;
	text-indent: 5000px;
}

#sidebar ul {
	list-style: none;
	margin-bottom: 20px;
}
#sidebar #maincats li {
	margin-bottom: 5px;
}

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

#sidebar p {
	margin-bottom: 20px;
}

#sidebar form {
	margin-bottom: 20px;
}

#right_sidebar {
	width: 155px;
	float: right;
	min-height: 652px;
	background: url(/images/right-sidebar.png) no-repeat;
	padding: 28px 7px 0 22px;
}

#right_sidebar p {
	color: #ddd;
	margin-bottom: 20px;
}

#right_sidebar #your_basket {
	background-image: url(/images/your_basket.png);
	width: 123px; height: 12px;
	text-indent: 5000px;
}
#right_sidebar #delivery {
	background-image: url(/images/delivery.png);
	width: 88px; height: 11px;
	text-indent: 5000px;
}
#right_sidebar #security {
	background-image: url(/images/security.png);
	width: 86px; height: 13px;
	text-indent: 5000px;
}

#footer {
	text-align: center;
	font-size: 0.9em;
}
#footer img {
	margin: 10px 0;
}


.product_listing, .category_listing {
	float: left;
	text-align: center;
	font-weight: bold;
	margin: 0 7px 64px 7px;
	display: inline;
	position: relative;
}

.product_listing .title, .category_listing .title {
	overflow: hidden;
	display: block;
	height: 28px;
	margin-bottom: 4px;
}

.product_listing .price {
	color: #f00;
	font-size: larger;
	height: 8px;
}

.product_listing .was_price {
	color: #ffffff;
	font-weight: normal;
	font-size: smaller;
	background: #000000;
}

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

.category_listing .phover {
	height: 232px;
}

.image_container {
	position: absolute;
	bottom: 15px; left: 0px;
	width: 158px;
	height: 186px;
	background: no-repeat center;
	display: block;
}

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

#sort_prods {
	float: right;
}

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

.number {
	text-align: right;
}

#recent {
	float: left;
	padding-bottom: 10px;
	width: 100%;
}
#recent h2 {
	margin-bottom: 1em;
	border-bottom: 1px solid #777;
	padding-bottom: 8px;
}

#cat_desc {
	text-align: center;
	margin-bottom: 10px;
	font-family: georgia, serif;
	font-weight: bold;
	padding-top: 1em;
	border-bottom: 1px solid #777;
	border-top: 1px solid #777;

}

#crumbs {
	margin-bottom: 0.8em;
}

#price em, .price em {font-weight: normal; font-size: 0.7em;}
.catfreedel {display: block;font-size:0.9em; font-style:italic; color: #00cc39; font-weight: bold; padding-top: 4px; position: relative; top: 200px;}

#basketheader {font-size: 1em; margin:0;}
