html, body {
	width: 100%;	height: 100%;
	margin: 0px;	padding: 0px;
}
body {
	background-color: #e7e8e9;
	background-image: url("../images/main_bg.png");
	background-repeat: repeat-x;
	font-family: 'Verdana',Geneva,sans-serif;
	font-size: 11px;
	color: #1e1e1e;
}
div, p, img, ul, li, table, tr, td, a, span, h1, h2, h3, h4, h5, pre {margin: 0px;	padding: 0px;}
ul, li {list-style-type: none;}
img {border: none;}
table, tr, td, th {	vertical-align: top;	border: solid 0px green;}
div {border: solid 0px red;}
p, a {
	font-family: 'Verdana',Geneva,sans-serif;
	font-size: 11px;
	color: #1e1e1e;
}
a:hover {color: #d52b1e;}

.border_red {border: solid 1px red;}
.border_blue {border: solid 1px blue;}

.text {margin-bottom: 25px; float: left; border: solid 0px yellow;}
.text h1 {
	color: #d52b1e;
	font-size: 19px;
	font-weight: normal;
	margin: 5px 0px;
}
.text h2 {
	font-size: 13px;
	font-weight: bold;
	margin: 5px 0px;
}
.text h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0px;
	font-weight: normal;
	text-indent: 10px;
}
.text p {
	margin: 8px 0px;
	line-height: 16px;
}
.gray_split_line {
	float: left;
	width: 100%;
	height: 1px;
	background-color: #CBCACA;
	overflow: hidden;
	margin-bottom: 1px;
}
.gray_bottom_line {
	border-bottom: solid 1px #CBCACA;
}
.red_split_line {
	float: left;
	width: 100%;
	height: 11px;
	background-color: #d52b1e;
	overflow: hidden;
	margin-bottom: 15px;
}
.size_8 {font-size: 8px;}
.size_9 {font-size: 9px;}
.size_10 {font-size: 10px;}
.size_11 {font-size: 11px;}
.size_12 {font-size: 12px;}

.left {float: left;}
.right {float: right;}
.clear {clear: both;}

.font_white {color: #FFFFFF;}
.font_red {color: #d52b1e;}
.font_black {color: #1e1e1e;}
.font_gray_light {color: #bcbdbc;}
.font_gray_dark {color: #616365;}

.bg_white {background-color: white;}
.bg_red {background-color: #d52b1e;}
.bg_black {background-color: #1e1e1e;}
.bg_gray_light {background-color: #bcbdbc;}
.bg_gray_dark {background-color: #616365;}

.hide {display: none;}
.show {display: block;}

#main_container {
	margin: 0px auto;
	width: 940px;
	height: 100%;
	border: solid 0px yellow;
	position: relative;
}
.margin_15 {margin: 15px; padding-bottom: 1px;}
.margin_10_0 {margin: 10px 0px;	padding-bottom: 1px;}
.margin_0_15 {margin: 0px 15px;}
.padding_10_0 {padding: 10px 0px;}
.head, .content, .foot {
	border: solid 0px blue;
	width: 100%;
	float: left;
	position: relative;
}
.head, .content {background-color: white;}
.head {z-index: 3; margin-top: 15px; padding-top: 15px;}
.foot {z-index: 1;padding-top: 15px; padding-bottom: 35px;}
.content {z-index: 2;}

.new_item {
	position: absolute;
	margin-top: -10px;
        margin-left: -10px;
	background-image: url("../images/new_model.png");
	width: 47px;
	height: 47px;
}

.pages_align {
	float: left;
	position: relative;
	left: 50%;
	width: 180px;
	margin-left: -80px;	
}


.container_w220, .container_w540, .container_w480, .container_w450 {
	position: relative;
}
.container_w220 {
	width: 220px;
}
.container_w540 {
	width: 540px;
}
.container_w480 {
	width: 480px;
}
.container_w450 {
	width: 450px;
}
.container_100p {
	width: auto;
}

.yamaha_logo {
	width: 122px;
	height: 45px;
	border-right: solid 1px #CBCBCB;
	margin: 0px 15px;
}
.bbc_logo_bg {
	background-image: url("../images/BBC_Logo_bg.png");
	left: -121px;
	top: 80px;
	width: 121px;
	height: 118px;
	position: absolute;
}
.head_text {
	margin-top: 4px;
	margin-left: 5px;
}
.head_row_1 {
	height: 30px;
	margin-left: 152px;
}

.phone {
	float: right;
	margin-right: 15px;
	color: #6B6B6B;
	font-size: 9px;
}
	.phone_number {
		font-family: 'Arial',Helvetica,sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: 
	}

.head_icon_buttons {
	margin-right: 15px;
	height: 10px;
	float: right;
}
	a.mail, a.sitemap, .vline {
		float: left;
		height: 10px;
		display: block;
		background-repeat: no-repeat;
	}
	a.mail {
		background-image: url("../images/mail.png");
		width: 14px;
	}
	a.mail:hover {
		background-image: url("../images/mail_red.png");
	}
	a.sitemap {
		width: 15px;
		background-image: url("../images/sitemap.png");
	}
	a.sitemap:hover {
		background-image: url("../images/sitemap_red.png");
	}
.vline {
	margin: 0 10px;
	background-color: #acb2b1;
	width: 1px;
}

.contact {
	background-image: url("../images/BBC_Logo_gray.png");
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 130px;
	margin-right: 245px;
	float: left;
}
.phones {
	margin-top: 3px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 15px;
	font-weight: bold;
}
a.map_link {
	background-image: url("../images/flag.gif");
	background-repeat: no-repeat;
	font-size: 10px;
	color: black;
	padding-left: 17px;
	line-height: 14px;
	margin-top: 10px;
	display: block;
	float: left;
}
a.map_link:hover {
	color: #d52b1e;
}
.author {
	margin-left: -245px;
	margin-right: 8px;
	float: right;
	width: 235px;
}
	.author p {
		float: right;
		background-image: url("../images/Logomotiv.png");
		background-repeat: no-repeat;
		background-position: left 3px;
		width: 205px;
		font-size: 9px;
		padding-left: 22px;
	}
	.author p a {font-size: 9px; color: black;}
	.author p a:hover {color: #d52b1e;}

.counter {
	float: left;
	margin-top: 15px;
	margin-left: 28px;
}

.price_container {
	clear: both;
	width: auto;
	border: solid 1px #e5e4e4;
	position: relative;
	background-color: white;
	padding-bottom: 15px;
	margin: 0px 10px 20px 0px;
	height: 100%;
}
	.price_container p {
		margin: 7px 10px;
		color: #5E5E5E;
		clear: both;
	}
	.price {
		float: left;
		background-image: url("../images/rub.gif");
		background-position: right 5px;
		background-repeat: no-repeat;
		font-size: 17px;
		font-weight: bold;
		padding-right: 15px;
	}
	.price_tl {
		font-weight: bold;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		position: absolute;
		top: -13px;
		left: -5px;
		color: #929497;
		background-color: white;
		padding: 5px;
		padding-bottom: 2px;
	}
	.price_tr, .price_bl, .price_br {
		width: 10px;
		height: 10px;
		position: absolute;
		overflow: hidden;
	}
	.price_tr {
		background-image: url("../images/price_tr.gif");
		top: -1px;
		right: -1px;
	}
	.price_bl {
		background-image: url("../images/price_bl.gif");
		bottom: -1px;
		left: -1px;
	}
	.price_br {
		background-image: url("../images/price_br.gif");
		bottom: -1px;
		right: -1px;
	}
	
.testdrive {
	margin-left: 20px;
	margin-bottom: 20px;
	background-color: green;
	float: left;
	clear: both;
}
	.testdrive a {
		float: left;
		clear: both;
		background-color: #d52b1e;
		text-decoration: none;
	}
	.testdrive pre {
		color: white;
		font-family: 'Trebuchet MS',Helvetica,sans-serif;
		font-size: 13px;
		text-align: center;
		line-height: 19px;
		margin-top: -2px;
	}
	
.file_pdf {
	float: left;
	clear: both;
	width: 150px;
	background-image: url("../images/pdf.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
	.file_pdf p {
		margin-top: 5px;
		color: #A6A8AB;
		margin-left: 33px;
	}
	.file_pdf a {color: #616466;}
	.file_pdf a:hover {color: #d52b1e;}

.small_banner h1, .news_container h1, .news h1 a {
	font-size: 14px;
	font-weight: normal;
	color: #42454c;
	margin-bottom: 5px;
	text-decoration: none;
}
.news, .news_container {
	float: left;
	width: 100%;
	margin: 10px 0px;
	margin-right: -20px;
}
	.news h2, .news_container h2 {
		font-size: 12px;
		font-weight: normal;
		color: white;
		background-color: #d52b1e;
		padding: 2px 5px 3px;
	}
	.news li, .news_container li {
		width: 220px;
		border-bottom: solid 1px #CBCBCB;
		padding: 9px 0px;
		line-height: 13px;
		background-color: white;
		float: left;
		margin-right: 10px;
	}
	.news li a, .news_container li a {
		color: black;
		text-decoration: none;
		background-image: url("../images/news_arrow_off.gif");
		background-repeat: no-repeat;
		background-position: center right;
		display: block;
		padding-right: 20px;
		margin-right: 5px;
	}
	.news li a:hover, .news_container li a:hover {
		background-image: url("../images/news_arrow_on.gif");
		color: #d52b1e;
	}
	.news p.date {
		font-size: 10px;
		color: #95908c;
	}

.small_banner {
	width: 220px;
	float: left;
	position: relative;
	margin: 10px 0px;
}
	.small_banner .short_info_text, .small_banner .short_info_bg {
		position: absolute;
		bottom: 0px;
		// bottom: 2px;
		left: 0px;
		width: 220px;
		height: 17px;
		text-decoration: none;
		font-size: 11px;
		color: white;
		text-indent: 5px;
		padding-top: 1px;
	}
	.small_banner .short_info_bg {
		background-color: #5E5F5F;
		opacity: 0.75;
		filter: alpha(opacity=75);
	}
	.small_banner .short_info_text {
		background-image: url("../images/news_arrow_on.png");
		background-position: 99% 50%;
		background-repeat: no-repeat;
	}
	.small_banner .short_info_text:hover {
		text-decoration: underline;
		color: white;
		background-image: url("../images/news_arrow_off.png");
	}

.small_text_banner {
	width: 200px;
	background-color: #F4F5F7;
	border-top: solid 6px #d52b1e;
	padding: 10px;
	float: left;
	margin: 10px 0px;
}
	.small_text_banner h1 {
		font-family: 'Trebuchet MS',Helvetica,sans-serif;
		color: #5E5F5F;
		font-size: 15px;
		font-weight: normal;
		margin: -4px 0px 4px 0px;
	}
	.small_text_banner p {color: #414042;}
	
.button_gray, .button_red {
	white-space: nowrap;
	display: block;
	float: left;
	background-image: url("../images/button_gray_middle.gif");
	height: 24px;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	color: white;
	font-size: 11px;
	font-weight: bold;
	position: relative;
	padding: 0px 10px;
	margin-right: 10px;
}
.button_red {background-image: url("../images/button_red_middle.gif");}

	.button_gray:hover {color: #4e4e4e;	}
	.button_red:hover {color: #1e1e1e;}
	.button_gray .left_item, .button_gray .right_item, .button_red .left_item, .button_red .right_item {width: 5px; height: 24px; position: absolute; top: 0px;}
	.button_gray .left_item {
		background-image: url("../images/button_gray_left.gif");
		left: -1px;
	}
	.button_red .left_item {
		background-image: url("../images/button_red_left.gif");
		left: -1px;
	}
	.button_gray .right_item {
		background-image: url("../images/button_gray_right.gif");
		right: -1px;
	}
	.button_red .right_item {
		background-image: url("../images/button_red_right.gif");
		right: -1px;
	}
	.w_100 {width: 100px;}
	.w_80 {width: 80px;}

ul.main_menu {
	float: left;
}
	ul.main_menu li {
		margin-right: 16px;
		float: left;
		position: relative;
		height: 18px;
	}
	ul.main_menu li a {
color:#757576;
display:block;
padding:2px 8px 5px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
vertical-align:top;
	}
	ul.main_menu li a:hover, .menu_hover {background:none repeat scroll 0 0 #E4E6E3; color: black}
	ul.main_menu li a.current { color: #d52b1e;}

ul.sub_main_menu {
	display: none;
	z-index:100;
	position: absolute;
	top: 17px;
	width: 145px;
	text-align: left;
}
	ul.sub_main_menu li {
		background-color: #E4E6E3;
		clear: both;
		width: 145px;
		height: auto;
	}
	li:hover ul.sub_main_menu, ul.sub_main_menu li a {
		clear: both;
		display: block;
			text-align: left;
	}
	
	ul.sub_main_menu li a {
		font-family: Arial,Helvetica,sans-serif;
		font-size: 11px;
		text-transform: none;
		background-color: #E4E6E3;
		padding: 3px 10px;
		padding-bottom: 5px;
		display: block;
		line-height: 12px;
	}
	ul.sub_main_menu li a:hover {background-color: #d52b1e; color: white;}


.sub_menu_line {
	margin: 3px 10px;
	margin-right: 40px;
	height: 1px;
	overflow: hidden;
	background-color: #acb2b1;
}

.links_tree, .gray_menu {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
	.links_tree li {
		float: left;
		margin-right: 8px
	}
	.links_tree li a {
		background-image: url("../images/small_tree_arrow.gif");
		background-position: right bottom;
		background-repeat: no-repeat;
		padding-right: 16px;
		display: block;
		font-weight: normal;
	}
	.links_tree li a:hover {color: #d52b1e;}
	.links_tree, .links_tree p {
		font-weight: bold;
		color: #d52b1e;
	}
	
.gray_menu {
	background-color: #616466;
}
	.gray_menu li {
		float: left;
		padding: 2px 35px 5px 10px;
	}
	.gray_menu li a {
		color: white;
	}
	.gray_menu li a:hover {
		color: #bcbdbc;
	}
	
.visual_info_menu {
	height: 24px;
	float: left;
}
	.visual_info_menu ul {
	}
	.visual_info_menu li {
		height: 23px;
		width: 134px;
		border-top: solid 1px #CBCACA;
		border-right: solid 1px #CBCACA;
		float: left;
	}
	.visual_info_menu li, .visual_info_menu li p, .visual_info_menu li .current {
		background-color: white;
		background-image: none;
		border-bottom: none;
		color: #d52b1e;
		font-weight: bold;
		text-align: center;
		line-height: 21px;
		margin: 0px;
	}
	.visual_info_menu li, .visual_info_menu li a {
		font-size: 11px;
		text-transform: uppercase;
		line-height: 21px;
	}
	.visual_info_menu li a {
		background-image: url("../images/visual_info_menu_button.png");
		height: 22px;
		display: block;
		border-bottom: solid 1px #CBCACA;
		text-decoration: none;
		color: #616466;
		font-weight: normal;
	}
	.visual_info_menu li a:hover {
		color: #d52b1e;
	}

.left_menu_187 {
	clear: both;
	float: left;
	width: 187px;
}
.left_menu_187_margin {
	margin-left: 187px;
}
.left_menu_220 {
	clear: both;
	float: left;
	width: 220px;
	margin-right: -220px;
}
.left_menu_220_margin {
	margin-left: 220px;
}
.right_menu_220_margin {
	margin-right: 220px;
}
.catalog_menu {
	margin-bottom: 25px;
}
	.catalog_menu h1 {
		margin-bottom: 35px;
	}
	.catalog_menu h1 {
		color: white;
		font-size: 13px;
		font-weight: bold;
		background-color: #d52b1e;
		height: 24px;
		line-height: 23px;
		text-indent: 10px;
	}
	.catalog_menu img {
		margin: 10px;
	}
	.catalog_menu li {
		border-bottom: solid 1px #CBCACA;
		margin-right: 10px;
		padding: 9px 0px;
		padding-left: 4px;
	}
	.catalog_menu li, .catalog_menu li a, .catalog_menu li p {
		font-family: Arial;
		font-weight: bold;
		font-size: 11px;
		text-transform: uppercase;
	}
	.catalog_menu li, .catalog_menu li p {
		color: #d52b1e;
	}
	.catalog_menu li p, .catalog_menu h2 {
		background-image: url("../images/catalog_menu_arrow_current.gif");
		background-position: right center;
		height: 19px;
		background-repeat: repeat-y;
		background-color: #E6E7E8;
		display: block;
		margin-left: -4px;
		margin-right: -6px;
		padding-left: 5px;
		line-height: 17px;
	}
	.catalog_menu h2 {
		margin-left: 0px;
		font-size: 11px;
		line-height: 15px;
		padding-bottom: 2px;
		margin-right: 4px;
	}
	.catalog_menu li a {
		background-image: url("../images/catalog_menu_arrow.gif");
		background-position: right center;
		background-repeat: no-repeat;
		color: #58595B;
		padding-right: 9px;
		text-decoration: none;
	}
	.catalog_menu li a:hover {
		color: #d52b1e;
	}
	
.default_page_menu {
	padding: 18px 0px;
	background-color: #f1f2f1;
}
	.default_page_menu li {
		border: solid 1px #f1f2f1;
		margin: 0px 10px;
	}
	.default_page_menu li p, .default_page_menu li a {
		font-family: 'Arial',Helvetica,sans-serif;
		font-size: 13px;
		line-height: 19px;
		padding: 0px 8px;
		padding-bottom: 3px;
		display: block;
	}
	.default_page_menu li p {
		color: #d52b1e;
		background-image: url("../images/default_menu_arrow.gif");
		background-position: right top;
		background-repeat: repeat-y;
		background-color: white;
	}
	.default_page_menu li a:hover {
		background-image: url("../images/default_menu_arrow.gif");
		background-position: right top;
		background-repeat: repeat-y;
		color: #d52b1e;
		background-color: white;
	}

#black_filter {
	background-color: black;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	opacity: 0.53;
	filter: alpha(opacity=53);
}
.form_container {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 11;
	top: 0px;
	left: 0px;
}
.form_container td {vertical-align: middle;}
.default_form {
	width: 500px;
	margin: 80px auto;
	background-color: white;
	border: solid 5px #323232;
	padding: 25px;
	padding-top: 0px;
	position: relative;
}
	.default_form h1 {
		display: block;
		font-size: 18px;
		font-weight: normal;
		line-height: 27px;
		padding-bottom: 3px;
		color: white;
		background-color: #d52b1e;
		text-indent: 25px;
		margin-left: -25px;
		margin-right: -25px;
		margin-bottom: 20px;
	}
.default_form input, .default_form textarea {
	display: block;
	border-style: solid;
	border-width: 1px;
	border-top-color: #666666;
	border-bottom-color: #d5d5d5;
	border-left-color: #b5b5b5;
	border-right-color: #b5b5b5;
	font-size: 16px;
	line-height: 20px;
	padding: 8px;
}
	.default_form .right_comment {
		float: left;
		width: 115px;
		padding: 3px 8px;
		//padding: 4px 8px;
		padding-right: 0px;
		font-size: 12px;
	}
	.default_form .right_comment a {
		font-size: 12px;
	}
	.default_form label {
		font-size: 12px;
		color: #3f3f3f;
		display: block;
		clear: both;
		margin: 6px 0px;
	}
	.default_form input {
		width: 356px;
		margin: 5px 0px 15px;
		color: #1e1e1e;
		float: left;
	}
	.default_form textarea {
		width: 96%;
		height: 100px;
		margin: 5px 0px;
	}
	.default_form .cols_3 {
		margin: 0px;
		width: 33.333%;
		float: left;
	}
	.default_form .radio label {
		display: block;
		color: #272727;
		line-height: 12px;
	}
	.default_form .radio input {
		display: block;
		width: auto;
		height: auto;
		margin-right: 5px;
		margin-top: 0px;
		float: left;
		border: none;
		margin-bottom: 8px;
		padding: 0px;
	}
	
.default_form .close {
	background-color: #e7e7e7;
	position: absolute;
	top: 30px;
	right: 0px;
	padding: 4px 15px;
	padding-bottom: 7px;
}
	.default_form .close a {
		font-size: 12px;
		line-height: 15px;
		border-bottom: dashed 1px;
		text-decoration: none;
	}

.default_form .error {
	color: #d52b1e;
}




.main_page_col_container {
	float: left;
	margin-right: -10px;
	margin-bottom: 4px
}
.main_page_col_container .container_w220 {
	margin-right: 10px;
}

.main_flash {
	overflow: hidden;
	position: relative;
	height: 290px;
}
	.main_flash #pics, .main_flash #pics img {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.main_flash #pics img {
		opacity: 0.0;
		filter: alpha(opacity=0);
	}
	.main_flash ul {
		position: absolute;
		margin-top: -28px;
		//margin-top: -30px;
	}
	.main_flash ul li {
		position: relative;
		width: 90px;
		float: left;
		margin-left: 1px;
	}
	.main_flash ul li a span {
		position: relative;
		z-index: 2;
		text-align: center;
	}
	.main_flash ul li a span.bg {
		position: absolute;
		z-index: 1;
		top: 0px;
		left: 0px;
		width: 90px;
		height: 28px;
		background-color: #d52b1e;
		opacity: 0.85;
		filter: alpha(opacity=85);
	}
	.main_flash ul li a {
		display: block;
		height: 28px;
		width: 90px;
		font-family: Arial,Helvetica,sans-serif;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		text-align: center;
		line-height: 10px;
		padding-top: 3px;
		color: white;
	}
	.main_flash ul li a:hover {	color: white; }
	.main_flash ul li a img {position: absolute; top: 28px; left: 0px;}
	.color_snow:hover span.bg {background-color: #9db9d1;}
	.color_dirt:hover span.bg {background-color: #a99767;}
	.color_water:hover span.bg {background-color: #006bbb;}
	.color_sun:hover span.bg {background-color: #edb32b;}
	
	
.main_flash #scroll_left, .main_flash #scroll_right {
	position: absolute;
	z-index: 5;
	top: 220px;
	width: 12px;
	height: 54px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
	 .main_flash #scroll_left {
		 background-image: url("../main_flash_images/scroll_left.gif");
		 left: 0px;
		 display: none;
	 }
	 .main_flash #scroll_right {
		 background-image: url("../main_flash_images/scroll_right.gif");
		 right: 0px;
	 }
	 .main_flash #scroll_left:hover {background: url("../main_flash_images/scroll_left_on.gif"); background-repeat: no-repeat;background-position: 50% 50%;}
	 .main_flash #scroll_right:hover {background-image: url("../main_flash_images/scroll_right_on.gif"); background-repeat: no-repeat;background-position: 50% 50%;}

.models_list_container {
	float: left;
	margin-bottom: 15px;
	border: solid 0px red;
	width: 100%;
}
	.models_list_container .model_item {
		width: 165px;
		position: relative;
		float: left;
		margin: 10px 9px 0px 8px;
		
		border: solid 0px blue;
	}
	.models_list_container .model_item .head_button {
width: 154px;
		background-image: url("../images/models_list_arrow.gif");
		background-position: 147px center;
		background-repeat: no-repeat;
		font-family: 'Trebuchet MS',Helvetica,sans-serif;
		display: block;
		padding: 4px 5px;
		padding-bottom: 5px;
		color: white;
		line-height: 10px;
		background-color: #d52b1e;
		text-transform: uppercase;
		font-size: 10px;
		font-weight: bold;
	}
	.models_list_container .model_item .head_button:hover {
		text-decoration: none;
	}
	.models_list_container .model_item p {
		font-size: 10px;
	}
	.models_list_container .model_item a {
		text-decoration: none;
		font-size: 12px;
		color: #d52b1e;
		padding-right: 2px;
float: left;
	}
	.models_list_container .model_item a:hover {
		text-decoration: underline;
	}
	
.models_list_container .models_list {
	text-align: left;
	color: #d52b1e;
	width: 165px;
	position: relative;
}


.tech_info_container {
	
}
	.tech_info_container h3 {
		display: block;
		background-color: #d52b1e;
		font-size: 13px;
		line-height: 16px;
		padding-bottom: 2px;
		color: white;
		text-indent: 20px;
		position: relative;
		border: 1px solid white;
	}
	.tech_info_container a.tech_info_button {
		display: block;
		background-color: #616365;
		color: white;
		text-indent: 0px;
		text-decoration: none;
		text-align: center;
		line-height: 16px;
		width: 18px;
		height: 18px;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.tech_info_container a.tech_info_button:hover {
		background-color: #d9d9d9;
		color: #1e1e1e;
	}
	
.tech_info_content {
	margin: 11px;
	margin-right: 100px;
}
	.tech_info_content li {
		background-image: url("../images/gray_list_point.gif");
		background-repeat: no-repeat;
		background-position: 0px 5px;
		margin-bottom: 10px;
		padding-left: 10px;
	}
	.tech_info_content th, .tech_info_content td {
		text-align: left;
		padding: 5px 10px 6px 10px;
	}
	.tech_info_content .gray th, .tech_info_content .gray td {
		background-color: #ececec;
	}

.container_w540 {
	width: 540px;
	float: left;
}
	.visual_info {
		float: left;
		margin-top: 10px;
		position: relative;
		z-index: 0;
		overflow: hidden;
		width: 538px;
		border: solid 1px #CBCACA;
	}
	.visual_info .gallery {margin: 15px 0px 0px 46px;width:540px;height:360px;}

	.visual_info .gallery img {
		width: 100px;
		height: 100px;
		margin-right: 15px;
		margin-bottom: 15px;
		
	}
	
.vinfo_buttons {
	height: 27px;
	margin-bottom: 10px;
}
	.visual_info_switch {
		float: left;
		padding: 5px 25px;
		padding-top: 3px;
		border: solid 1px #CBCACA;
		border-top: none;
		
	}
	.visual_info_switch a {
		display: block;
		float: left;
		padding: 0px 2px;
		text-decoration: none;
		border-bottom: dashed 1px;
	}
	.visual_info_switch a:hover {
		color: #d52b1e;
	}
	.visual_info_switch .color_label {
		display: block;
		float:left;
		line-height: 24px;
		margin-right: 10px;
		color: #bcbdbc;
		font-size: 12px;
		font-weight: bold;
	}
	.visual_info_switch .color {
		display: block;
		margin: 0px 3px;
		margin-top: 2px;
		width: 20px;
		height: 20px;
		background-color: #FF0;
		border: solid 1px #CBCACA;
		cursor: pointer;
	}
	.visual_info_switch .color:hover {
		border: solid 1px #d52b1e;
	}
	.visual_info_download {
		float: right;
	}
	.visual_info_download a {
		font-size: 10px;
		line-height: 11px;
		background-image: url("../images/load_image.gif");
		background-repeat: no-repeat;
		padding: 0px 25px;
		height: 24px;
		display: block;
		text-decoration: none;
		float: right;
	}
	.visual_info_download a:hover {
		background-color: #f0f0f0;
		color: #1e1e1e;
	}
	
.vinfo_arrow_right, .vinfo_arrow_left {
		position: absolute;
		background-color: #F1F1F2;
		width: 22px;
		height: 34px;
		background-repeat: no-repeat;
		background-position: left center;
		display: block;
		margin-top: 180px;
	}
	.vinfo_arrow_right {
		display: block;
		z-index: 100;
		right: 0px;
		background-image: url("../images/vinfo_arrow_right.gif");
	}
	.vinfo_arrow_left {
		display: block;
		z-index: 100;
		left: 0px;
		background-image: url("../images/vinfo_arrow_left.gif");
	}
	.vinfo_arrow_right:hover, .vinfo_arrow_left:hover {
		background-color: white;
	}


.equip_list {
	float: left;
	margin-left: 10px;
}
	.equip_list li {
		float: left;
		border: solid 0px red;
		background-color: #E6E7E8;
	}
	.equip_list li a, .equip_filter li h1 {
		text-transform: uppercase;
		text-decoration: none;
		line-height: 37px;
		color: white;
		font-weight: bold;
		text-align: center;
		display: block;
		width: 140px;
		height: 177px;
		font-size: 11px;
	}
	.equip_list li a:hover {color: white;}
	
.equip_1, .equip_2, .equip_3, .equip_4, .equip_5 {
	background-position: bottom left;
	background-repeat: no-repeat;
}
.equip_1 {background-color: #7BE0FF; background-image: url("../images/equip_140x140.jpg");}
.equip_2 {background-color: #D52B1E; background-image: url("../images/equip_140x140.jpg");}
.equip_3 {background-color: #EE2E24; background-image: url("../images/equip_140x140.jpg");}
.equip_4 {background-color: #BE1E2D; background-image: url("../images/equip_140x140.jpg");}
.equip_5 {background-color: #C49A6C; background-image: url("../images/equip_140x140.jpg");}
.filter_color_1 p, .filter_color_1 a:hover {color: #7BE0FF;}
.filter_color_2 p, .filter_color_2 a:hover {color: #047CA5;}
.filter_color_3 p, .filter_color_3 a:hover {color: #EE2E24;}
.filter_color_4 p, .filter_color_4 a:hover {color: #BE1E2D;}
.filter_color_5 p, .filter_color_5 a:hover {color: #C49A6C;}

.equip_list li a:hover img {
	opacity: 0.0;
	filter: alpha(opacity=0);
}

.equip_filter {
	float: left;
	margin-left: 10px;
	border-bottom: solid 1px #808285;
	margin-bottom: 20px;
}
	.equip_filter li {
		background-image: url("images/filter_bg.gif");
		float: left;
		width: 140px;
		height: 210px;
		position: relative;
	}
	.filter_gray_line {
		background-color: #E6E7E8;
		height: 37px;
	}
.equip_filter_sublist {
	position: relative;
	width: 139px;
	height: 144px;
	overflow: auto;
	margin: 15px 0px;
	border: solid 0px red;
	border-right: solid 1px #CBCBCB;
}
	.equip_filter_sublist li {
		height: auto;
		border: solid 0px red;
		width: 120px;
	}
	.equip_filter_sublist li a {color: #58595B;}
	.equip_filter_sublist li a, .equip_filter_sublist li p {
		padding-left: 15px;
		display: block;
		line-height: 12px;
		min-height: 17px;
		padding-bottom: 1px;
		margin-top: 4px;
	}
	.equip_filter_sublist li p, .equip_filter_sublist li a.current {
		background-image: url("../images/catalog_menu_arrow_current.gif");
		background-repeat: no-repeat;
		background-position: right center;
		background-color: #E6E7E8;
		margin-top: 4px;
		padding-bottom: 1px;
		line-height: 12px;
		margin-left: 5px;
		padding-left: 10px;
		min-height: 17px;
		text-decoration: none;
	}
	.filter_bottom_arrow {
		position: absolute;
		bottom: -10px;
		background-image: url("../images/filter_bottom_arrow.gif");
		background-repeat: no-repeat;
		background-position: center top;
		height: 10px;
		width: 140px;
	}

	.equip_images_list {
	    clear: both;
	    margin-right: -36px;
	    border: solid 0px red;
	}
	    .equip_images_list li {
	        width: 85px;
	        margin-right: 48px;
	        margin-bottom: 15px;
	        min-height: 130px;
	        overflow: hidden;
	        float: left;
			height: 155px;
	    }
	.equip_images_list li img {
		border: solid 1px white;
		margin-bottom: 5px;
		width: 83px;
	}
	.equip_images_list li a {
		display: block;
		color: #414042;
		text-decoration: none;
	}
	.equip_images_list li a:hover {	color: #d52b1e;}
	.equip_images_list li a:hover img {border: solid 1px #d52b1e;}
	
.equip_back {
	background-color: #E6E7E8;
	margin-right: 10px;
	border-left: solid 10px white;
}
	.equip_back a {
		background-image: url("../images/equip_back.gif");
		background-position: left top;
		background-repeat: no-repeat;
		background-color: #808285;
		display: block;
		line-height: 35px;
		padding-bottom: 2px;
		width: 160px;
		text-align: center;
		color: white;
		font-weight: bold;
		text-decoration: none;
		margin-left: -5px;
	}
	.equip_back a:hover {color: #E6E7E8;}

.default_page_head {
	background-image: url("../images/default_page_head.jpg");
	background-position: right top;
	background-repeat: no-repeat;
	background-color: #f1f2f1;
	height: 40px;
	border: solid 0px blue;
	width: 100%;
	float: left;
}
.news_list {
	color: #616365;
	font-size: 10px;
}
	.news_list li {	margin-bottom: 15px;}
	.news_list li a {font-size: 12px;}
	
.news_archive {
	float: right;
	margin-top: 15px;
	padding-left: 15px;
	padding-top: 15px;
	width: 180px;
	border-left: solid 1px #8E8E8E;
}
	.news_archive p {
		color: #616365;
		font-size: 19px;
	}
	.news_archive a {
		color: #6D6E71;
		font-size: 17px;
	}
	.news_archive a:hover {	color: #d52b1e;	}

.news_on_topic {
}
	.news_on_topic li {
		padding: 5px 0px;
	}
	.news_on_topic li a {
		color: #808285;
		font-size: 12px;
	}
	.news_on_topic li a:hover {color: #d52b1e;}

.pages {
	float: left;
	padding: 10px 0px;
}
	.pages .current, .pages a {
		margin: 0px 3px;
		float: left;
		display: block;
		text-align: center;
		padding: 0px 5px;
		padding-bottom: 1px;
		background-color: white;
	}
	.pages .current {
		line-height: 15px;
		background-color: #d52b1e;
		color: white;
	}
	.pages a {
		padding-bottom: 3px;
	}
	.pages a.next, .pages a.prev  {
		background-repeat: no-repeat;
		background-position: center 3px;
		height: 13px;
		width: 15px;
		padding: 0px;
		padding-bottom: 1px;
	}
	.pages a.next {background-image: url("../images/next_page_arrow.gif");}
	.pages a.prev {background-image: url("../images/prev_page_arrow.gif");}

.contact_menu {
	margin-bottom: -1px;
	border-left: solid 1px #CBCACA;
	z-index: 5;
	position: relative;
}
.contact_form {
	width: auto;
	padding-top: 15px;
	clear: both;
	border: solid 1px #CBCACA;
	margin: 0px;
}
.contact_form input {
	width: 375px;
}
a.contact_link {
	color: #939598;
	font-weight: bold;
	text-decoration: none;
	border-bottom: dashed 1px;
	position: relative;
	display: block;
	float: left;
}
	a.contact_link:hover {
		color: #d52b1e;
	}
	a.contact_link img {
		position: absolute;
		left: -15px;
		top: 1px;
	}
	
.contact_map {
	margin: 80px auto;
	background-image: url("../images/map.gif");
	width: 844px;
	height: 682px;
	border: solid 5px #323232;
	position: relative;
}
	.contact_map .text {
		padding: 0px 10px;
		margin: 0px;
		width: 234px;
		height: 108px;
		border: solid 0px red;
		position: absolute;
		top: 450px;
		left: 566px;
	}
	.contact_map .text p { line-height: 12px; }
	.contact_map .button_gray {
		position: absolute;
		top: 615px;
		left: 40px;
	}
	.contact_map .close_map {
		display: block;
		background-image: url("../images/close_map.png");
		width: 42px;
		height: 42px;
		position: absolute;
		top: -21px;
		right: 40px;
	}
	.contact_map .close_map:hover {
		background-image: url("../images/close_map_on.png");
	}
	ul.visual_info_menu, ul.visual_info_menu li {
		margin: 0;
		list-style-type: none !important;
	}

.row ul {
	margin-left: 0px;
}

.compare_add_form {
	clear: both;
	border: solid 5px #E4E5E6;
	padding: 10px 20px;
	position: absolute;
	top: 35px;
	left: 15px;
	background-color: white;
	width: 350px;
	z-index: 10;
}
	.compare_add_form select, .compare_add_form option {
		margin-bottom: 10px;
		width: 350px;
	}
	.compare_add_form option { width: 320px; }
	
.close_compare {
	background-image: url("../images/close_compare.gif");
	height: 18px;
	width: 18px;
}
	.close_compare:hover {
		background-image: url("../images/close_compare_red.gif");
	}
	
.compare_table {
	float: left;
	position: relative;
	overflow: hidden;
	clear: both;
	width: 100%;
}
	.compare_table .fill_left, .compare_table .fill_right {
		background-color: white;
		position: absolute;
		top: 0px;
		z-index: 2;
		height: 2000px;
	}
	.compare_table .fill_left {
		left: 0px;
		width: 120px;
	}
	.compare_table .fill_right {
		right: 0px;
		width: 30px;
	}
	.compare_table .gray_split_line {
		position: relative;
		z-index: 3;
	}
	.compare_table .row {
		width: 2000px;
		float: left;
		clear: both;
		margin: 8px 0px;
	}
	.compare_table h1, .compare_table li {
		margin-right: 15px;
	}
	.compare_table h1 {
		font-size: 11px;
		display: block;
		position: relative;
		z-index: 3;
		width: 105px;
		float: left;
		clear: both;
	}
	.compare_table ul {
		position: relative;
		z-index: 1;
		float: left;
		margin-left: 0px;
	}
	.compare_table li {
		position: relative;
		height: 100%;
		float: left;
		width: 137px;
		overflow: hidden;
	}
	.compare_table .close_compare {
		position: absolute;
		top: 0px;
		right: 0px;
	}
	.compare_table a.model {
		display: block;
		color: #d52b1e;
		font-weight: bold;
		text-decoration: none;
		line-height: 22px;
	}
	.compare_table a.model:hover {color: #1e1e1e;}
	
.compare_table #scroll_next,
.compare_table #scroll_prev {
	position: absolute;
	z-index: 10;
	width: 12px;
	height: 31px;
	padding: 8px;
	background-color: white;
	top: 30px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
	.compare_table #scroll_next {
		background-image: url("../images/compare_left_arrow.gif");
		left: 90px;
	}
	.compare_table #scroll_next:hover {background-image: url("../images/compare_left_arrow_red.gif");}
	.compare_table #scroll_prev {
		background-image: url("../images/compare_right_arrow.gif");
		right: 0px;
	}
	.compare_table #scroll_prev:hover {background-image: url("../images/compare_right_arrow_red.gif");}

.accessories_list {
	float: left;
	height: auto;
}
	.accessories_list li {
		border: solid 0px blue;
		float: left;
		width: 70px;
		height: 70px;
		border-left: solid 1px #CBCBCB;
		padding: 0px 11px 0px 9px;
		margin-bottom: 15px;
		margin-left: -1px;
	}
	.accessories_list p {
		font-weight: bold;
		margin-bottom: 15px;
		text-indent: 10px;
		line-height: 14px;
		padding-bottom: 2px;
	}
	.accessories_list a {
		text-decoration: none;
	}
	.accessories_list a img {
		border: solid 1px white;
		max-width: 70px;
		max-height: 70px;
	}
	.accessories_list a:hover img {
		border: solid 1px #d52b1e;
	}
.accessories_gray_vline {
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	height: 130px;
	width: 1px;
	background-color: #CBCBCB;
}
.as_3col_margins {
	margin-right: 10px;
}

.accessories_selection {
	background-color: #d52b1e;
}
	.accessories_selection a {
		font-family: 'Trebuchet MS',Helvetica,sans-serif;
		font-size: 13px;
		font-weight: bold;
		text-decoration: none;
		color: white;
		border-bottom: dashed 1px white;
		line-height: 35px;
		margin-left: 15px;
	}
	.accessories_selection a:hover {color: white;}
	
.accessories_selection_form {
	border: solid 5px #E4E5E6;
	padding: 20px;
}
	.accessories_selection_form select, .accessories_selection_form select option {
		margin: 0px;
		padding: 0px;
		color: 58595B;
		width: 370px;
		margin-bottom: 10px;
	}
	 .accessories_selection_form select option {
		width: 350px;
	 }

.ui-tabs-hide {
	display: none;
}
.hidden {
	display: none;
}

div.scrollable  { 
 
    /* required settings */ 
	z-index: 0;
    position:relative; 
    overflow:hidden; 
    width: 540px; 
    height:360px; 
}

div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
   	position: absolute;
}

div.scrollable div.gallery { 
    /* this cannot be too large */ 
    width:500px; 
   	position: absolute;
	margin-left:45px;
}

div.scrollable div.items div, div.scrollable div.gallery div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 

    border:1px inset #ccc; 
    background-color:#fff; 
}
.gallery img.big {
	width: 540px;
	height: 360px;
	margin: -15px 0px 0px -46px;
}
.gallery div.list {
	width: 540px;
	height: 360px;
}
.items img {
	width: 540px;
	height: 360px;
}

.next, .prev {
	cursor: pointer;
}
.disabled {
	display: none;
	cursor: default;
}

.overlay {
	z-index: 100;
}

#main_image_placeholder {
	width: 100%;
	height: 218px;
}

#colours img {
   height: 360px;
}

.color_buttons {
	position: absolute;
	width: auto;
	height: 50px;
	text-align: center;
	display: block;
	z-index: 100;
	left: 50%;
	top: 80%;
	
}
.color_buttons a {

	height: 40px;
	width: 40px;
	margin: 5px;
	display: block;
	float: left;
}
.visual_info {
	height: 360px;
}

a {
	cursor: pointer;
}
a.snowmotor {
	background-color: rgb(157, 185, 209) !important;
}

a.kvadro, a.quadro, a.motodirt, a.rover {
	background-color: rgb(169, 151, 103) !important;
}

a.boatmotor, a.Trailers_boats_Vector, a.Trailers_boats_Respo, a.hydrocycles, a.boats {
	background-color: rgb(0, 107, 187) !important;
}

a.generators {
	background-color: rgb(237, 179, 43) !important;
}

.snowmotor a {
	color: rgb(157, 185, 209) !important;
}

.kvadro a, .quadro a, .motodirt a, .rover a {
	color: rgb(169, 151, 103) !important;
}

.boatmotor a, .Trailers_boats_Respo a, .Trailers_boats_Vector a, .hydrocycles a, .boats a {
	color: rgb(0, 107, 187) !important;
}

.generators  a {
	color: rgb(237, 179, 43) !important;
}

.text li { list-style-type: circle; margin-left: 13px; }


.sitemap_head {
	font-size: 13px;
	color: white;
	padding: 1px 0px 3px 10px;
	height: 16px;
	background-color: #d52b1e;
}
.sitemap_content {
	float: left;
	margin: 30px;
	margin-bottom: 0px;
	padding-bottom: 30px;
}
	.sitemap_content a {
		font-size: 13px;
		font-weight: bold;
		line-height: 25px;
	}
	.sitemap_content .current {
		text-decoration: none;
	}
	.sitemap_content ul {
		margin: 0px 0px 5px 17px;
	}
	.sitemap_content ul li a {
		line-height: 25px;
		font-size: 14px;
		font-weight: normal;
	}
	.sitemap_content ul li ul li a {
		line-height: 20px;
		font-size: 12px;
		font-weight: normal;
	}