@import url(product.listitem.css);


/*
 *	Accessory brand page
 *	Shows all accessories of a specific brand. Allows for filtering on (sub)categories
 */

ul.navigation_paging {
	text-align: right;
}



/* Brand information */

#brand_information {
	width: 100%;
	padding-bottom: 5px;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}

#brand_information h2 {
	float: left;
	color: #1b5c9d;
	font-size: 18px;
	line-height: 30px;
}

#brand_information p {
	margin: 0;
	clear: both;
}

#brand_information img {
	float: right;
}



/* Result navigation */

#navigation_results {
	width: 100%;
	padding: 5px 0;
	overflow: hidden;
}

#navigation_results p {
	margin: 0;
	float: left;
}

#navigation_results ul.navigation_paging {
	float: right;
}

#navigation_results span.resultcount {
	color: #329403;
	font-weight: bold;
}



/* Filter */

div.filter {
	margin-bottom: 20px;
	padding: 10px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #e4e4e4;
	color: #555;
	background: #f7f7f7;
	font-size: 11px;
}

div.filter ul {
	width: 100%;
	overflow: hidden;
}

div.filter li {
	width: 200px;
	float: left;
	padding-left: 12px;
	background: url(/images/default/li_background.gif) no-repeat 2px 4px;
}

div.filter h3,
div.filter h4 {
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
}

div.filter h4 {
	font-size: 12px;
}