td {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	color: #333333;
}
img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
}

.navigate a {
	color: #999;
	font-weight: bold;
}
.price {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 13pt;
	color: #999999;
}
.model {
	font-size: 90%;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.date {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	color: #999999;
	text-decoration: none;
}
.lastnews {
	font-weight: bold;
}
.title {
	font-weight: bold;
}
.separator	{
	background: #E6E6E6;
	width: 100%;
	height: 1px;
	overflow: hidden;
	position: relative;
	margin: 2px 0 2px 0;
}
.va_middle, .va_middle img {
	vertical-align: middle;
}
.list_image{
	margin: 10px 0;
	text-align: center;
}
.float_image{
	float: left;
	margin-right: 5px;
}

.super_small_ru{
	position: absolute;
	width: 25px;
	height: 38px;
	background: url(/images/super_small_ru.gif) no-repeat;
	z-index: 100;
}
.super_small_ua{
	position: absolute;
	width: 25px;
	height: 38px;
	background: url(/images/super_small_ua.gif) no-repeat;
	z-index: 100;
}
.hidden {
	display: none;
}

.collection_colors {
	clear: none;
	float: left;
	width: 20px;
	height: 10px;
	overflow: hidden;
	border: 1px solid #E6E6E6;
}
.collection_colors div {
	clear: none;
	float: left;
	height: 10px;
	overflow: hidden;
}
.required {
	color: #F00;
	text-transform: capitalize;
}
.empty_field {
	border: 2px solid #FAA;
	background-color: #FFF6F6;
}
.listTitle {
	color: #666666;
}
.big {
	font-size: 150%;
	font-weight: bold;
}
.small {
	font-size: 80%;
}

#messages_true{
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #84a57e;
	background-color: #dcf2db;
	font-weight: bold;
	color: #1b3515;
	text-align: center;
}
#messages_false{
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #e69b86;
	background-color: #f2e6db;
	font-weight: bold;
	color: #32140b;
	text-align: center;
}

#pages_bar a {
	font-size: 14px;
	font-weight: bold;	
	color: #666;
	margin: 0 2px;
}
#pages_bar a.current {
	color: #900 !important;
}

#contest_confirm {
    position: absolute;
	padding: 5px;
	border: 1px solid #060;
	background-color: #F0F6F0;
	z-index: 1000;
}
#contest_message {
	text-align: center;
	font-weight: bold;
	color: #900;
}

#bloatbanner{
	position: relative;
	z-index: 1000;
	/*border: 2px solid #e6e6e6;*/
}
.banner_close_button{
	position: absolute;
	display: block;
	right: -2px;
	top: -22px;
	padding: 2px 5px;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	border: 1px dashed #CCC;
	background-color: #e6e6e6;
	color: #966;
	z-index: 1100;
}
a.banner_close_button:hover{
	font-weight: bold !important;
	background-color: #fff !important;
	color: #000;
}