.separator{
	clear: both;
	height:10px;
}
/*Press center categories*/
.showcats{
	font-size: 15px;
	color:#335981;	
	text-decoration: none;
	display: block;
	float: left;
	margin: 8px;
	text-align: center;
	font-family: Tahoma;
}
a.showcats:hover{
	text-decoration: none;
	color:#0d82c5;	
}
a.showcats img{
	padding: 7px 10px;
	border:1px solid #aabed3;
}
a.showcats:hover img{
	padding: 7px 10px;
	border:1px solid #509dd9;
}
/*List in the category*/
.press_index_list{

}
.press_index_list a img{
	float: left;
	padding: 5px;
	border:1px solid #aabed3;
	margin-right: 5px;
}
.press_index_list H2 a{
	text-decoration: none;
	clear: right;
	color:#415467;
	font-size:17px;
	font-weight: normal;		
}
.press_index_list H2 a:hover{
	text-decoration: none;
	color:#509dd9;
}

.press_index_list a:hover img{
	border:1px solid #509dd9;
}


/*Paginator*/
.pagination {
	font-family: Arial;
	margin-top:10px;
	border: 0;
	padding: 0;
	clear: both;
}
.pagination li{
	border:0;
	margin:0;
	padding:0;
	font-size:11px;
	list-style:none;
	float: left;
	margin-right:2px;

}
.pagination a{
	border:1px solid #9aafe5;
	margin-right:2px;
}
.pagination .previous-off, .pagination .next-off {
	border:solid 1px #DEDEDE;
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}
.pagination .next a,.pagination .previous a {
	font-weight:bold;
}
.pagination .active{
	background:#509DD9;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}
.pagination a:link,.pagination a:visited {
	color:#0e509e;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
.pagination a:hover{
	border:solid 1px #0e509e
}
/*Dealers*/
#TB_window .dealer{
	text-align: left;	
	margin: 5px 0;
}
#TB_window .dealer img{
	float: left;
	margin-right: 5px;
	padding: 5px;
	border:1px solid #AABED3;	
}
#TB_window a.dealers_list{
	font-weight: bold;
	color:#255d8e;
	font-size: 16px;
	text-decoration: none;
}
#TB_window a.dealers_list:hover{
	font-weight: bold;
	color:#004884;
	text-decoration: none;
}
#TB_window .back{	
	color:#415467;
	font-size:17px;
	font-weight:normal;
	text-decoration:none;
}
#TB_window .back:hover{	
	color:#509DD9;
	text-decoration:none;
}
#TB_closeAjaxWindow a{
	color:#47484b;	
	text-decoration: none;
}
#TB_closeAjaxWindow a{
	color:#005192;	
	text-decoration: none;	
}
/*Slider*/
#slider{
overflow: hidden;
width: 225px;
height: 260px;
}
#slider img{
	/*display: none;*/
}

/*Gallery*/
a.lightbox{
	text-decoration: none;
}


/*Propose*/
.send_from{
	
}
.send_from dt{
	width: 100px;	
	float: left;
	clear: both;
}
.send_from dd{
	width: 300px;	
	float: left;	
	margin-bottom:5px;	
}
.send_from input{
	width: 270px;
	border:1px solid #AABED3;
}
.send_from textarea{
	border:1px solid #AABED3;
	width: 270px;
	height: 200px;
	margin-bottom: 5px;
}
dl.zend_form dd img{
	padding: 5px;
	border:1px solid #aabed3;
	margin-bottom: 10px;
}
dl.zend_form input#captcha-input{
	width: 210px;
	margin-bottom: 10px;
}
#submit{
	width: 106px;
	height: 22px;
	border: 0;
	font-family: Tahoma;
	color:#333333;
	background: #ffffff url(../images/design/button.jpg) left top no-repeat;	
}
#submit:hover{
	color:#014a94;
	width: 106px;
	height: 22px;
	border: 0;	
	cursor: pointer;
	background-position: 22px 0 0 0;
}

dl.zend_form dd ul.errors {
	list-style: none;
	padding: 0;
	margin: 0;
}
dl.zend_form dd ul.errors li {
	float: left;
	margin: 0 0.15em;
	font-size: 12px;
	color: #da0505;
}
