#layout_content h2 {
	margin-bottom: 10px;
}

#layout_content h3 {
	margin-bottom: 10px;
	color: #900b09;
	font-size: 16px;	
}

ul.navigation_page li {
	width: 200px;
}




/*
 *	Current brand products assortment
 */

#brand_current_assortment {
	width: 100%;
	padding-left: 5px; /* padding because of promotional icons */
	overflow: hidden;
	font-size: 11px;
}

#brand_current_assortment p.more {
	margin-bottom: 1em;
	font-size: 12px;
}

#brand_current_assortment div.product {
	width: 210px;
	height: 300px;
	margin: 0 8px 20px 0;
	float: left;
}

#brand_current_assortment div.product div.image {
	position: relative;
}

#brand_current_assortment div.product a.image {
	margin-bottom: 5px;
	padding: 5px 0;
	display: block;
	border: 1px solid #ddd;
	text-align: center;
}

#brand_current_assortment div.product a.image:hover {
	border: 1px solid #888;
}

#brand_current_assortment div.product img.promotionalicon {
	position: absolute;
	top: 75px;
	left: -5px; /* Uses IE.ancient fix: position is affected by text-align center */
}

#brand_current_assortment div.product h4 {
	width: 100%;
	margin-bottom: 2px;
	overflow: hidden;
	font-size: 12px;
}

#brand_current_assortment div.product h4 span.name {
	margin-right: 50px;
	float: left;
}

#brand_current_assortment div.product h4 span.price {
	width: 50px;
	margin-left: -50px;
	float: right;
	text-align: right;
}

#brand_current_assortment div.product p.assortmentstate {
	margin: 0;
}

#brand_current_assortment div.product li {
	padding-left: 12px;
	background: url(/images/default/li_background.gif) no-repeat 2px 4px;
	/*float: left;*/
}



/* Average rating */

#brand_current_assortment div.product div.averagerating {
	width: 100%;
	margin: 2px 0;
	padding-top: 2px;
	border-top: 1px solid #eee;
	overflow: hidden;
	color: #555;
	line-height: 14px;
}

#brand_current_assortment div.product div.averagerating a.stars,
#brand_current_assortment div.product div.averagerating a.stars0,
#brand_current_assortment div.product div.averagerating a.stars1,
#brand_current_assortment div.product div.averagerating a.stars2,
#brand_current_assortment div.product div.averagerating a.stars3,
#brand_current_assortment div.product div.averagerating a.stars4,
#brand_current_assortment div.product div.averagerating a.stars5 {
	width: 78px;
	height: 0; /* Uses IE.boxmodel fix: height needs to be equal to padding */
	margin-right: 5px;
	padding-top: 14px;
	float: left;
	overflow: hidden;
	background: url(/images/default/sprite_averagerating.png) no-repeat -80px 0;
}

#brand_current_assortment div.product div.averagerating a.stars {
	background-position: 0 -31px;
}

#brand_current_assortment div.product div.averagerating a.stars1 {
	background-position: -64px -15px;
}

#brand_current_assortment div.product div.averagerating a.stars2 {
	background-position: -48px -15px;
}

#brand_current_assortment div.product div.averagerating a.stars3 {
	background-position: -32px -15px;
}

#brand_current_assortment div.product div.averagerating a.stars4 {
	background-position: -16px -15px;
}

#brand_current_assortment div.product div.averagerating a.stars5 {
	background-position: 0 -15px;
}

#brand_current_assortment div.product div.half a.stars1 {
	background-position: -64px 0;
}

#brand_current_assortment div.product div.half a.stars2 {
	background-position: -48px 0;
}

#brand_current_assortment div.product div.half a.stars3 {
	background-position: -32px 0;
}

#brand_current_assortment div.product div.half a.stars4 {
	background-position: -16px 0;
}

#brand_current_assortment div.product div.half a.stars5 {
	background-position: 0 0;
}




/*
 *	Brand accessories assortment
 */

#brand_accessories_assortment {
	width: 100%;
	overflow: hidden;
	font-size: 11px;
}

#brand_accessories_assortment div.product {
	width: 49%;
	margin-bottom: 10px;
	float: left;
}

#brand_accessories_assortment div.image {
	width: 85px;
	float: left;
	text-align: center;
}

#brand_accessories_assortment div.image img {
	margin: 0 auto;
	display: block; /* IE fix: prevents the border from being cut off at the bottom */
	border: 1px solid #fff;
}

#brand_accessories_assortment div.image a:hover img {
	border-color: #888;
}

#brand_accessories_assortment div.information {
	margin-left: 90px;
}

#brand_accessories_assortment h4 {
	margin-bottom: 2px;
	font-size: 12px;
}

#brand_accessories_assortment ul {
	padding-right: 20px;
}

#brand_accessories_assortment li {
	display: inline;
}

#brand_accessories_assortment ul a {
	color: #000;
	text-decoration: none;
}

#brand_accessories_assortment ul a:hover {
	text-decoration: underline;
}

#brand_accessories_assortment hr {
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
	clear: both;
	border: none;
	color: #eee;
	background: #eee;
}

/*
 *	Accessory brands
 *	View accessories by brand
 */

#brands {
	width: 100%;
	overflow: hidden;
}

#brands li {
	margin: 0 10px 20px 0;
	padding: 0;
	float: left;
	background: none;
}

#brands a.image {
	display: block; /* Wrap the border around the image */
	border: 1px solid #ddd;
}

#brands a.image:hover {
	border-color: #888;
}