﻿div#select_product a,
div#select_model a,
div#select_manufacturer a {
	display:block;
	width:100px;
	height:130px;
	text-decoration:none;
	text-align:center;
	float:left;
	margin:0 5px 5px 0;
	overflow:hidden;
	border:1px gray solid;
	border-top-color:silver;
	border-left-color:silver;
	background-color:white;
	padding:2px 1px;
	font-size:.8em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}

div#select_model a {
	height:108px;	
}

div#select_model a:hover,
div#select_manufacturer a:hover {
	border-color:black;
	border-top-color:gray;
	border-left-color:gray;	
}

div#select_manufacturer a {
	font-size:1.2em;
}

span.image,
span.image_big {
	display:block;
	width:100px;
	height:85px;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
}

div#select_model a span.image{
	height:55px;
}


div#select_product a {
	width:200px;
	height:305px;
	font-size:10pt;
	margin:0 15px 15px 0;
}

div#select_year {
	clear:both;
	margin:2px 0;
	padding-bottom:40px;
}

div#select_year a {
	display:block;
	width:auto;
	height:auto;
	float:left;
	margin:1px 1px 0 0;
	padding:2px 4px;
	background-color:#efefef;
	border:1px silver solid;
	font-family:"Arial Narrow";
}

div#select_year a:hover {
	background-color:#cfcfcf;
	border-color:gray;
}

span.image_big {
	width:200px;
	height:230px;
}

div#breadcrumbs {
	padding-bottom:10px;
}


div#new_years {
	clear:both;
	margin:2px 0;
	padding:5px 0;
}

div#new_years a {
	display:block;
	width:auto;
	height:auto;
	float:left;
	margin:1px 1px 0 0;
	padding:2px 4px;
	background-color:#efefef;
	border:1px silver solid;
	font-family:"Arial Narrow";
}

div#new_years a:hover {
	background-color:#cfcfcf;
	border-color:gray;
}


