@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font: 12px/1.5 "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
}

img, div, a, li, input { behavior: url('iepngfix.htc') }

h1, h2, h3, p, li {
	padding: 0;
	margin: 0;
	padding-bottom: 0.4em;
}

h2 {
	line-height: 1em;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,h2 {
	font-size: 26px;
}

h2.fragment-heading {
	font-size: 18px;
	padding-top: 1em;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#header-area {
	height: 145px;
}

#logo-area {
	width: 400px;
	height: 145px;
	background: url('bric_blok_logo.png') no-repeat left;
	float: left;
}

#logo-area h1 {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	padding-top: 120px;
}

#shopping-cart-area {
	width: 520px;
	height: 125px;
	float: right;
	background: url('trolley.jpg') no-repeat right;
	margin-top: 20px;
	padding: 0;
}

#shopping-cart-area img {
	float: left;
	margin-top: 15px;
	margin-left: 220px;
	display: inline;
}

#cart-summary {
	float: left;
	width: 120px;
	padding-top: 37px;
}

#cart-summary p {
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}

#cart-summary a {
	color: #fff;
}

.nav-bar {
	height: 23px;
}

.nav-bar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 23px;
	width: 960px;
}

.nav-bar ul li {
	width: 150px;
	height: 23px;
	float: left;
	border-right: solid 2px white;
	padding: 0;
	margin: 0;
}

.nav-bar ul li a {
	font-size: 14px;
	line-height: 23px;
	display: block;
	height: 23px;
	width: 150px;
	background: url('navbar-gradient-overlay.png') repeat-x;
	text-align: center;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.nav-bar ul li a:hover {
	background: none;
}

.nav-bar ul li.left-rounded, .nav-bar ul li.right-rounded {
	width: 5px;
	border: 0;
}

.nav-bar ul li.left-rounded {
	background-image: url('left-rounded-mask.png');
	background-repeat: no-repeat;
}

.nav-bar ul li.right-rounded {
	background-image: url('right-rounded-mask.png');
	background-repeat: no-repeat;
}

.nav-bar ul li.nav-search {
	width: 342px;
	margin: 0;
	border: 0;
	background-image: url('navbar-gradient-overlay.png');
	background-repeat: repeat-x;
}

.nav-bar ul li.nav-search td {
	height: 23px;
}

td.search-bar {
	background-color: #f0f0f0;
	width: 245px;
}

td.search-bar input {
	background-color: #f0f0f0;
	border: 0;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin-left: 3px;
}

.nav-bar ul li#copyright {
	font-size: 14px;
	line-height: 23px;
	width: 342px;
	background-image: url('navbar-gradient-overlay.png');
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	border: 0;
}

#main-area {
	margin: 20px 0;
}

#sidebar {
	width: 210px;
	float: left;
	margin-right: 15px;
}

#bulk {
	width: 730px;
	float: left;
}

/* section banners */

.section-banner {
	margin-bottom: 20px;
	background-color: #999;
}

   .corner-top-left, .corner-top-right, .corner-bottom-right, .corner-bottom-left {
		background-image: none;
   }

.corner-bottom-left {
	width: 730px;
	height: 100px;
	position: relative;
}

.corner-bottom-left h1.main {
	position: absolute;
	top: 20px;
	left: 20px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
}

.corner-bottom-left h1.main a {
	color: #fff;
}

.corner-bottom-left h1.main a:hover {
	color: #ddd;
	text-decoration: none;
}

   .corner-bottom-left h1.shadow {
		display: none;
   }

/* product details */

.bb-product-details-image {
	float: left;
	width: 300px;
	margin-right: 10px;
}

.bb-product-details-lightbox {
	float: left;
	width: 50px;
	margin-right: 10px;
}

.bb-product-details {
	float: left;
	width: 358px;
}

.bb-product-details p {
	padding-bottom: 1em;
}

.bb-product-details-price {
	color: #666;
	font-weight: bold;
	font-size: 13px;
}

.rr-review {
	float: left;
	width: 350px;
	margin-right: 20px;
}

.bb-details-sub-heading {
	font-size: 14px;
	font-weight: bold;
}

.quote-1 {
	background: url('quote-1.gif') no-repeat;
}

.quote-2 {
	background: url('quote-2.gif') no-repeat bottom right;
	padding: 10px;
}

/* rounded grey box */

.grey-box-br {
	background: url('grey-box-br.gif') bottom right no-repeat;
}

.grey-box-bl {
	background: url('grey-box-bl.gif') bottom left no-repeat;
	padding-bottom: 15px;
}

.grey-box-tr {
	background: url('grey-box-tr.gif') top right no-repeat;
	padding-right: 15px;	
}

.grey-box-tl {
	background: url('grey-box-tl.gif') top left no-repeat;
	padding-left: 15px;
	padding-top: 15px;
}

/* thumbnails */

.thumb-box-br {
	background: url('thumb-box-br.gif') bottom right no-repeat;
	float: left;
}

.thumb-box-bl {
	background: url('thumb-box-bl.gif') bottom left no-repeat;
	padding-bottom: 10px;
}

.thumb-box-tr {
	background: url('thumb-box-tr.gif') top right no-repeat;
	padding-right: 10px;	
}

.thumb-box-tl {
	background: url('thumb-box-tl.gif') top left no-repeat;
	padding-left: 10px;
	padding-top: 10px;
}

/* section links */

.thumb-surround {
	width: 335px;
	height: 150px;
}

.bb-section-image {
	float: left;
	width: 150px;
	margin-right: 20px;
}

.bb-section-details {
	float: left;
	width: 160px;
}

a.toplink {
	display: block;
	float: left;
	width: 300px;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-image: url('sidebar-gradient-overlay.png');
	background-repeat: repeat-x;
	background-position: bottom;	
}

a.toplink:hover {
	background-image: url('navbar-gradient-overlay.png');
	background-position: top;
	text-decoration: none;
}

/* related items */

.thumb-grey-box-br {
	background: url('thumb-grey-box-br.gif') bottom right no-repeat;
	height: 170px;
	margin-bottom: 10px;
}

.thumb-grey-box-bl {
	background: url('thumb-grey-box-bl.gif') bottom left no-repeat;
	padding-bottom: 10px;
}

.thumb-grey-box-tr {
	background: url('thumb-grey-box-tr.gif') top right no-repeat;
	padding-right: 10px;	
}

.thumb-grey-box-tl {
	background: url('thumb-grey-box-tl.gif') top left no-repeat;
	padding-left: 10px;
	padding-top: 10px;
}

/* related product list */

.bb-product-details-related {
	float: left;
	width: 350px;
}

.bb-product-details-alsobought {
	float: right;
	width: 350px;
	margin-top: 10px;
	margin-right: 10px;
	display: inline;
}

.related-surround {
	width: 300px;
	height: 150px;
}

.bb-related-image {
	float: left;
	width: 150px;
	margin-right: 20px;
}

.bb-related-details {
	float: left;
	width: 130px;
}

/* left collapso menu */

#collapso5 ul {
	border: solid 1px #ccc;
	padding: 0;
	margin: 0;
}

#collapso5 ul li {
	padding: 0;
	margin: 0;
}

#collapso5 ul li a {
	background-image: url('sidebar-gradient-overlay.png');
	background-position: bottom;
	background-repeat: no-repeat;
	font: 16px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	font-weight: bold;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 200px;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;	
}

#collapso5 ul li a:hover {
	background-image: url('navbar-gradient-overlay.png');
	background-position: top;
}

#collapso5 ul li ul {
	border: none;
}

#collapso5 ul li ul li {

}

#collapso5 ul li ul li a {
	background-color: #fff;
	background-image: none;
	font: 12px "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #666;
	font-weight: normal;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 2px 0;
	padding-left: 20px;
}

#collapso5 ul li ul li a:hover {
	background-color: #ddd;
}

/* home page styles */

#home-page-top {
	width: 730px;
	height: 228px;
	background: #eee;
	margin-bottom: 20px;
}

#slideshow {
	float: left;
	width: 355px;
	height: 228px;
}

#main-message {
	margin: 20px 0 20px 20px;
	float: left;
	width: 339px;
	height: 178px;
}

#home-page-middle {
	height: 250px;
	margin-bottom: 20px;
}

.home-box-br {
	background: url('home-box-br.gif') bottom right no-repeat;
}

.home-box-bl {
	background: url('home-box-bl.gif') bottom left no-repeat;
	padding-bottom: 15px;
}

.home-box-tr {
	background: url('home-box-tr.gif') top right no-repeat;
	padding-right: 15px;	
}

.home-box-tl {
	background: url('home-box-tl.gif') top left no-repeat;
	padding-left: 15px;
	padding-top: 15px;
	position: relative;
}

#home-ronnie-reggie {
	float: left;
	width: 380px;
	margin-right: 20px;
}

#product-promotion {
	width: 300px;
}

#ronnie-reggie-pic {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 300px;
	height: 234px;
	background: url('ronnie-reggie.jpg') no-repeat bottom right;
}

#home-page-bottom {
	height: 80px;
	margin-bottom: 20px;
}

.bottom-promotion {
	float: left;
}

/* Product Details Icons */

.no-blocks {
	background: url('blocks.gif') left no-repeat;
	line-height: 22px;
	padding: 0 0 0 25px;
	margin: 2px 0;
}

.no-figures {
	background: url('characters.gif') left no-repeat;
	line-height: 22px;
	padding: 0 0 0 25px;
	margin: 2px 0;
}

.difficulty {
	background: url('difficulty.gif') left no-repeat;
	line-height: 22px;
	padding: 0 0 0 25px;
	margin: 2px 0;
}

/* News Page */

.newsheader {
	background: #fff;
	cursor: pointer;
}

.newsheader h2 {
	font-size: 18px;
	font-weight: normal;
	color: #95bf2a;
	line-height: 21px;
	padding: 10px 60px 10px 10px;
	margin: 0;
}

.newsheader a {
	color: #95bf2a;
	text-decoration: none;
}

.newscontent {
	padding: 10px 10px 10px 10px;
} 