/* Block manufacturer */

#manufacturers_block_left ul li {
	vertical-align:bottom; /*ie5 & 7 fix to remove gaps*/
}

#manufacturers_block_left ul {
	overflow: hidden; /*fix ie7 up and down drop bug, to make sure the list is shown! */
}

#manufacturers_block_left {
	display:none;
	width:190px;
	margin-bottom:13px; /* gap between blocks */
}

#manufacturers_block_left #manufacturer_header {
	background: url("../../../img/manufacturer_header.png") no-repeat 0 0 transparent;
	height:45px;
	padding:0px;
	margin:0px;
}

#manufacturers_block_left #manufacturer_content {
	/*
	background: url("../../../img/manufacturer_bg.png") repeat-y 0 0 transparent;
	border:0px solid;
	*/
}

#manufacturers_block_left #manufacturer_footer {
	background: url("../../../img/manufacturer_footer.png") no-repeat 0 0 transparent;
	height:14px;
}


/* todo: create a seperate header, content and footer later like blockcart and blockcategory*/
#manufacturers_block_left h4 {
	font: bold 21px/51px "Arial";
    color: #FFFFFF;
	text-transform:uppercase;
	/*text-align:center;*/
	padding-left:15px;		
}
#manufacturers_block_left h4 a {
	display:block;
	height:36px;
    color: #FFFFFF;
}
#manufacturers_block_left .block_content {
    padding: 0;
}




#manufacturers_block_left .bullet {
	/*background: url("../../../img/category_header2.png") no-repeat 0 0 transparent;
	padding-left: 10px;*/
}
#manufacturers_block_left .bullet li {
	*display: inline-block; /* ie 7 bug to fix the padding-top as true clearing */
	
	/*height: 100%;*/ /* DO NOT SET HEIGHT OTHERWISE SUBCATEGORIES WILL NOT BE SHOWN AND GROW THE LIST. USE PADDING INSTEAD! */
	position: relative;   /* DO NOT DELETE THIS! BLOCKS USE POSITIONS RELATIVE TO THIS! */
	background: none; /*leave*/
	list-style-type:0px;  /*leave*/
	padding-left: 0px;  /*leave*/
	padding: 0px;  /*leave*/
	text-align: left;
}
#manufacturers_block_left .bullet a {
	background: url("../../../img/manufacturerli_bg.png") no-repeat 0 0 transparent;
	display: block;
	color: #000000;
	font: 12px/54px Arial; /* adjust height of background image here */
	line-height: 54px; /* adjust height of background image here - ie7 fix */
	height:54px;
	/*padding-left:24px;*/
	text-transform: none;
}

#manufacturers_block_left .bullet a:hover, 
#manufacturers_block_left .bullet a.selected {
	text-decoration: none;
	color: #7f7f7f;
}

/* Set indentation of category text here and line-heights for fonts and heights*/
#manufacturers_block_left .bullet a span { /*first level*/
	margin-left:21px;
}





.blockmanufacturer select {
	/*width: 100%;*/
	width: 180px;
	margin: 0px 15px;
	color: #001b72;
}

/*
.blockmanufacturer ul { padding: 4px 0 6px }
*/