@charset "utf-8";
/* CSS Document */

.select-manufacturer {
	/*width:597px;*/
	width:610px;
	margin-top:40px;
}
.select-manufacturer ul li{
	/*width:174px;*/
	width:92px;
	height:92px;
	float:left;
	/*margin:0 15px 31px 0;*/
	margin:0 9px 31px 0;
	border:#e1e1e1 solid 1px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	background:#ffffff;
	cursor:pointer;
	display:block ;
}
.select-manufacturer ul li:last-child {
	margin:0;
}
.select-manufacturer ul li:hover {
	border:#eaab00 solid 1px;
}
.content-header p.highlight1 {
    font-weight: bold;
    padding: 35px 35px 35px 35px;
    width: 570px;
	margin-top:40px;
}
.content-header p.highlight2 {
    background: url("../images/bullet.png") no-repeat scroll 0 -3px transparent;
    font-weight: bold;
    padding-left: 35px;
    width: 570px;
	margin-top:40px;
	line-height: 24px;
}
.content-header p.highlight3 {
    font-weight: bold;
    padding: 35px 35px 35px 17px;
    width: 300px;
	margin-top:40px;
	text-transform:uppercase;
}
.content-header p.highlight3 a {
	color:#e8ad07;
	text-decoration:underline;
}
.bookmark {
    padding-bottom:8px;
	background: url("../images/dotted.png") repeat-x scroll bottom transparent;
	color:#ffffff;
	font-size:14px;
	float:right;
	margin: -60px 5px 0 0;
}
.bookmark-top{ background: url("../images/dotted.png") repeat-x scroll top transparent; padding-bottom:8px;}
.bookmark span {
    color:#ffb400;
	font-weight:bold;
}
.bookmark span b {
    text-transform:uppercase;
}