/* 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 {
	width:230px;
	margin-bottom: -7px; /* gap between blocks */
}

#manufacturers_block_left #manufacturer_header {
	/*background: url("../../../img/manufacturer_header.png") no-repeat 0 0 transparent;*/
	height:0px;
	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:17px;*/
}


/* todo: create a seperate header, content and footer later like blockcart and blockcategory*/
#manufacturers_block_left h4 {
	font: bold 21px/51px "Roboto";
    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_header_notch.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/categoryli_bg.png") no-repeat 0 0 transparent;
	display: block;
	color: #4b4b4b;
	font: 12px/35px Roboto; /* adjust height of background image here */
	line-height: 35px; /* adjust height of background image here - ie7 fix */
	/*padding-left:24px;*/
	text-transform: none;
}

#manufacturers_block_left .bullet a:hover, 
#manufacturers_block_left .bullet a.selected {
	/*background: url("../../../img/categoryli_bg2.png") no-repeat 0 0 transparent;*/
	text-decoration: none;
	color: #A11950;
}

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


.styled-select{
	 background-image:url('../../../img/manudrops.png'); /* the first icon on google :) replace with your own */
    background-repeat:no-repeat;
    background-position:right;
	overflow: hidden;
}
.styled-select select {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    border-radius: 0 0 0 0;
	padding: 8px;
    width: 268px;
}
.blockmanufacturer select {
	/*width: 100%;*/
	margin: 0px 5px;
	color: #010101;
}

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