html {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/html.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
}
body {
	margin: 0px auto;
	padding: 0px;
	position: relative;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	min-height: 100%;
}
img {
	border-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
a.inverted {
	text-decoration: underline;
}
a.inverted:hover {
	text-decoration: none;
}
:focus {
	outline: 0;
}
p {
	margin: 0px;
	padding-bottom: 10px;
}
h1 {
	color: #FFFFFF;
	margin: 0px 0px 15px;
	padding: 0px;
	font-size: 17px;
}
h2 {
	color: #333840;
	margin: -10px 0px 18px 130px;
	padding: 0px;
	font-size: 17px;
}
h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 15px;
	color: #FFFFFF;
}
h4 {
	font-size: 15px;
	margin: 0px;
	padding: 0px 0px 5px;
}
h5 {
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 5px;
}



.hd {
	color: #FFFFFF;
	padding-bottom: 6px;
}

.logo {
	position: absolute;
	top: 24px;
	right: 11px;
}
.logo_spb {
	position: absolute;
	left: 13px;
	top: 26px;
}
.slogan_spb {
	position: absolute;
	left: 89px;
	top: 43px;
}
.spb_text {
	font-size: 12px;
	color: #FFFFFF;
	position: absolute;
	left: 13px;
	top: 26px;
}
.spb_text b {
	color: #D7002B;
	display: block;
}

.slogan_text {
	font-size: 12px;
	position: absolute;
	left: 186px;
	top: 39px;
	color: #333840;
}

.INDEX----------------------------- {}
.index_flash {
	float: left;
	margin-bottom: 4px;
}
.index_contacts_container {
	width: 244px;
	position: absolute;
	height: 395px;
	top: 149px;
	right: 0px;
	overflow: hidden;
        margin-top: 5px;
	margin-right: -1px;
}

.index_contacts {
	height: 381px;
	width: 218px;
	/*padding: 14px 9px 0px;*/
	line-height: 16px;
	/*background-image: url(/images/grey_50.png);*/
        background-color: #989DA5;
	color: #000000;
	padding: 14px 12px 0px;
	font-size: 12px;
        position: relative;
}
.index_contacts b {
	font-weight: bold;
}

.index_contacts img {
	display: block;
	margin-bottom: 24px;
}
.index_contacts .contacts_n_map {
	position: absolute;
	left: 12px;
	bottom: 10px;
	padding-left: 13px;
	background-image: url(/images/bullet_red_right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}
.index_contacts .contacts_n_map .audi {
	color: #000000;
}
.index_contacts .contacts_n_map .audi:hover {
	color: #FFFFFF;
}

.tab_container {
	position: absolute;
	left: 716px;
	top: 317px;
	height: 59px;
	width: 12px;
	margin-left: 243px;
}

.tab_expanded {
	background-image: url(/images/tab_expanded.png);
	height: 59px;
	width: 12px;
	display: block;
	cursor: pointer;
}
.tab_collapsed {
	background-image: url(/images/tab_collapsed.png);
}


.index_adds {
	background-image: url(/images/index_adds.gif);
	background-repeat: no-repeat;
	height: 152px;
	margin-bottom: 5px;
}
.index_adds .item {
	float: left;
	height: 144px;
	border-right: 1px solid #90949B;
	width: 218px;
	padding: 8px 12px 0px;
}
.index_adds .item .bulleted {
	background-image: url(/images/bullet_red_right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
}
.index_adds .item a {
	color: #000000;
}
.index_adds .item a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.index_adds .item img {
	display: block;
	margin-bottom: 6px;
}
.index_adds .foldable_news_cont {
	position: relative;
	height: 75px;
	width: 242px;
	border-bottom: 1px solid #ABB0B7;
	float: left;
}
.index_adds .foldable_news {
	padding: 8px 15px 0px 11px;
	width: 216px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #B8BCC2;
	height: 67px;
	overflow: hidden;
}
.index_adds .foldable_news a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.index_adds .news_item {
	background-image: url(/images/bullet_red_right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
	margin-bottom: 6px;
}
.index_adds .news_item a {
	color: #000000;
}
.index_adds .divider {
	font-size: 0px;
	line-height: 0px;
	background-image: url(/images/top_nav_divider.gif);
	background-repeat: repeat-x;
	height: 6px;
	visibility: hidden;
}
.index_adds .expand_collapse {
	background-image: url(/images/expand_collapse.gif);
	background-repeat: no-repeat;
	height: 11px;
	width: 11px;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 0px;
	line-height: 0px;
	cursor: pointer;
}
.index_adds .preexpanded a {
	color: #000000;
}
.index_adds .preexpanded .divider {
	visibility: visible;
}
.index_adds .expanded {
}
.index_adds .expanded .expand_collapse {
	background-position: 0px -11px;
}
.index_adds .index_news {
	width: 220px;
	float: left;
	padding: 8px 11px 0px;
}
.index_adds .index_news_item {
	background-image: url(/images/bullet_red_right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 12px;
}
.index_adds .index_news_item a {
	color: #000000;
}
.index_adds .index_news_item a:hover {
	color: #FFFFFF;
	text-decoration: none;
}









.bot_nav {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/bot_nav.gif);
	background-repeat: no-repeat;
	height: 23px;
	font-size: 9px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 55px;
}
.bot_nav li {
	float: left;
	margin-right: 18px;
	margin-left: 8px;
	list-style: none;
	padding-top: 5px;
	display: inline;
}
.bot_nav .cabinet {
	float: right;
	font-size: 11px;
	margin-right: 12px;
	padding-top: 4px;
}
.footer_left {
	color: #FFFFFF;
	float: left;
	font: 10px Tahoma, Arial, sans-serif;
	margin-left: 5px;
	display: inline;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 47px;
}
.footer_right {
	color: #FFFFFF;
	text-align: right;
	font: 10px Tahoma, Arial, sans-serif;
	margin-right: 12px;
	display: inline;
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 47px;
}
.footer_right p {
	padding-bottom: 5px;
}
.INNER--------------------------------- {}
.left_column {
	float: left;
	width: 242px;
	margin-bottom: 10px;
        margin-top: 30px;
}
.left_column .menu {
	font-size: 10px;
}
.left_column .menu ul {
	margin: 0px;
	padding: 0px;
}
.left_column .menu ul li {
	list-style: none;
}
.left_column .menu ul a {
	position: relative;
	z-index: 100;
	background-image: url(/images/menu_item.gif);
	background-repeat: no-repeat;
	display: block;
	padding: 8px 8px 8px 12px;
}
.left_column .menu ul a:hover {
	background-position: -242px 0px;
	text-decoration: none;
}
.left_column .menu ul .active a, .left_column .menu ul .active a:hover {
	background-position: -484px 0px;
	text-decoration: none;
}
.left_column .menu ul ul {
	background-image: url(/images/menu_sub_item.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 4px;
	position: relative;
	z-index: 50;
	min-height: 1px;
	margin-bottom: -1px;
	margin-top: -1px;
}
.left_column .menu ul ul li {
	list-style: none;
	background-image: none;
	padding: 6px 8px 6px 12px;
}
.left_column .menu ul ul a {
	background-image: none;
	display: inline;
	padding: 0px;
}
.left_column .menu ul ul a:hover {
	color: #CECECE;
	text-decoration: none;
}
.left_column .menu ul ul .active {
	background-color: #95979D;
	background-image: url(/images/top_nav_divider.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 0px;
	margin-right: 1px;
	margin-left: 1px;
}
.left_column .menu ul ul .active span {
	background-image: url(/images/top_nav_divider.gif);
	background-repeat: repeat-x;
	display: block;
	padding: 5px 7px 7px 11px;
}


.right_column {
	float: right;
	width: 704px;
	margin-bottom: 10px;
	line-height: 17px;
        margin-top: 30px;
}
.center_column {
	float: left;
	width: 460px;
}

.big_pic {
	display: block;
	margin-bottom: 20px;
}
.big_pic img {
	display: block;
}
.preview_pic_line {
	min-height: 1px;
	margin-right: -11px;
}

.preview_pic {
	float: left;
	margin-right: 11px;
	margin-bottom: 18px;
	cursor: pointer;
	background-color: #000000;
	margin-top: -8px;
}
.preview_pic img, .active_preview_pic img {
	opacity:0.5;
}
.preview_pic:hover img, .active_preview_pic img {
	opacity:1.0;
}

.news_list {
	width: 460px;
}

.news_list .pic {
	float: left;
	padding-right: 9px;
}
.news_list .text {
	/*margin-top: -3px;*/
	display: table;
	min-height: 1px;
}
.news_list .text .theme {
	font-weight: bold;
}
.news_list .text .theme:hover {
	color: #000000;
	text-decoration: none;
}
.news_list .divider {
	font-size: 0px;
	line-height: 0px;
	background-image: url(/images/top_nav_divider.gif);
	background-repeat: repeat-x;
	background-position: left center;
	clear: both;
	height: 27px;
}
.contacts_list .text a {
	color: #000000;
	text-decoration: none;
}
.contacts_list .text a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.complectation {
}
.complectation .pic {
	width: 130px;
	font-weight: bold;
}
.complectation .text {
	margin-top: 0px;
}

.complectation .divider {
	font-size: 0px;
	line-height: 0px;
	background-image: url(/images/top_nav_divider.gif);
	background-repeat: repeat-x;
	background-position: left center;
	clear: both;
	height: 10px;
}
.right_column .complectation_grey_block {
	width: 440px;
	padding: 8px 10px 3px;
}




.date {
	padding-bottom: 8px;
}

.pager {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.pager a {
	margin-right: 4px;
	margin-left: 4px;
}
.pager b {
	margin-right: 4px;
	margin-left: 4px;
	font-weight: normal;
}
.news_detail {
	width: 460px;
	line-height: 17px;
}
.add_right_column {
	float: right;
	width: 203px;
}
.add_right_column .item {
	background-color: #B4B8BE;
	background-image: url(/images/add_right_column_top.gif);
	background-repeat: no-repeat;
	padding: 8px 5px 2px 10px;
}
.add_right_column .item a {
	color: #000000;
	text-decoration: none;
}
.add_right_column .item a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.add_right_column .item img {
	display: block;
	margin-bottom: 2px;
}

.bulleted {
	background-image: url(/images/bullet_red_right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 12px;
}
.add_right_column .item_bot {
	font-size: 0px;
	line-height: 0px;
	background-image: url(/images/add_right_column_bot.gif);
	height: 4px;
	margin-bottom: 35px;
}
.not_found_container {
	padding: 0px 10px 20px;
	min-height: 1px;
	line-height: 17px;
}
.not_found_container .select_mark {
	padding-left: 0px;
}
.not_found_container .select_mark .subm {
	margin-top: 0px;
}

div.not_found {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 3px;
}

ul.not_found {
	margin: 0px 25px 0px 0px;
	padding: 0px;
	float: left;
}
ul.not_found li {
	list-style: none;
}
.complectation ul.styled {
	margin-bottom: 0px;
}
.previewed_list {
	width: 100%;
	border-collapse:collapse;
}
.previewed_list td {
	vertical-align: top;
	padding: 3px 12px 0px 0px;
	width: 1px;
}
.previewed_list th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0px;
}
.previewed_list .divider {
	font-size: 0px;
	line-height: 0px;
	background-image: url(/images/top_nav_divider.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 27px;
	padding: 0px;
}
.appeal {
	background-color: #B4B8BE;
	background-image: url(/images/appeal.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	padding: 25px;
	margin-top: -8px;
	font-weight: bold;
	min-height: 1px;
}
.appeal .pic {
	float: left;
	width: 123px;
}
.appeal .text {
	float: left;
	width: 525px;
	margin-top: -5px;
}


.appeal .author {
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 0px;
}

.appeal_bot {
	font-size: 0px;
	line-height: 0px;
	background-image: url(/images/appeal.gif);
	background-repeat: no-repeat;
	height: 2px;
	margin-bottom: 23px;
}
.grey_block {
	background-image: url(/images/grey_block.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	width: 460px;
	background-color: #B4B8BE;
}
.grey_block_bot {
	font-size: 0px;
	line-height: 0px;
	background-image: url(/images/grey_block.gif);
	height: 2px;
	margin-bottom: 10px;
}
.select_mark {
	min-height: 1px;
	padding: 12px 0px 9px 10px;
}
.select_mark label {
	float: left;
	width: 48px;
	font-weight: bold;
}
.select_mark select {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #7F9DB9;
	width: 307px;
	margin-right: 8px;
	float: left;
}
.select_mark .inp {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #7F9DB9;
	width: 630px;
	margin-right: 8px;
	float: left;
	padding-top: 3px;
	padding-bottom: 3px;
}
.select_mark .subm {
	float: left;
	margin-top: -2px;
	position: relative;
}
.select_old_mark label {
	width: auto;
	padding-right: 8px;
}
.select_old_mark select {
	width: 150px;
	margin-right: 18px;
}
.select_chassis {
	padding: 2px 10px 4px;
	width: 440px;
	line-height: 24px;
}
.select_chassis p {
	padding-bottom: 5px;
}
.select_chassis a {
	text-decoration: none;
	background-image: url(/images/dashed_white.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 1px;
	white-space: nowrap;
}
.select_chassis a:hover {
	text-decoration: none;
	background-image: none;
}
.select_price {
	padding: 5px 10px;
	width: 440px;
}
.select_price .slider {
	font-size: 0px;
	line-height: 0px;
	background-image: url(/images/slider.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 431px;
	position: relative;
	margin-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 15px;
}
.select_price .slider .coloured {
	font-size: 0px;
	line-height: 0px;
	background-image: url(/images/slider_coloured.gif);
	background-repeat: repeat-x;
	height: 8px;
}
.select_price .slider .mover {
	font-size: 0px;
	line-height: 0px;
	background-image: url(/images/mover.png);
	height: 9px;
	width: 43px;
	position: absolute;
	top: -1px;
	cursor: pointer;
}
.select_price .slider .from_mover {
	left: 0px;
}
.select_price .slider .upto_mover {
	left: 388px;
}
.select_price .slider .amount {
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: -20px;
	font-size: 11px;
	line-height: 11px;
}




.select_price .from {
	font-weight: bold;
	color: #FFFFFF;
	float: left;
}
.select_price .upto {
	font-weight: bold;
	color: #FFFFFF;
	float: right;
}
.tabs {
	margin: 0px;
	padding: 0px;
	height: 22px;
}
.tabs li {
	float: left;
	height: 22px;
	list-style: none;
	display: inline;
	margin-right: 1px;
}
.tabs a {
	background-image: url(/images/tabs.gif);
	background-repeat: no-repeat;
	background-position: 0px -22px;
	display: block;
	height: 22px;
	white-space: nowrap;
	cursor: pointer;
}
.tabs span {
	background-image: url(/images/tabs.gif);
	background-repeat: no-repeat;
	background-position: right -44px;
	height: 22px;
	display: block;
	padding-right: 2px;
	padding-left: 2px;
}
.tabs b {
	background-image: url(/images/tabs.gif);
	background-repeat: repeat-x;
	display: block;
	height: 20px;
	font-weight: normal;
	padding: 2px 15px 0px;
}
.tabs a:hover {
	background-position: 0px -88px;
	text-decoration: none;
}
.tabs a:hover span {
	background-position: right -110px;
}
.tabs a:hover b {
	background-position: 0px -66px;
}
.tabs .active a, .tabs .active a:hover {
	background-position: 0px -154px;
}
.tabs .active span, .tabs .active a:hover span {
	background-position: right -176px;
}
.tabs .active b, .tabs .active a:hover b {
	background-position: 0px -132px;
	font-weight: bold;
}
.tabs_content_block {
	background-color: #B5B8BE;
	padding: 10px;
}
.search_results {
	width: 714px;
}

.search_results td {
	padding-top: 0px;
	padding-right: 5px;
}
.print {
	background-image: url(/images/print.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding-left: 17px;
}
.print a {
	color: #000000;
	text-decoration: none;
}
.print a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.detailed_map {
	background-image: url(/images/detailed_map.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 52px;
	float: right;
	margin-bottom: 8px;
	text-align: right;
}
.contact_form {
}
.contact_form label {
	font-weight: bold;
	float: left;
	width: 164px;
	padding-right: 10px;
}
.contact_form label em {
	font-style: normal;
	font-weight: bold;
	color: #CC0033;
}
.contact_form .field {
	float: left;
	width: 290px;
}
.contact_form .inp {
	border-style: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 283px;
	padding: 2px;
	margin-bottom: 24px;
}
.contact_form textarea {
	border-style: none;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	width: 283px;
	padding: 2px;
	height: 80px;
	margin-bottom: 24px;
}

.contact_form .wrong {
	font-size: 9px;
	color: #CC0033;
	height: 24px;
	margin-top: -24px;
}

.contact_form .captcha_field img {
	float: left;
	margin-right: 10px;
}

.contact_form .captcha_field .inp {
	width: 143px;
	margin-bottom: 0px;
	*margin-top: -1px;
}
.contact_form .captcha_field .wrong {
	margin-top: 0px;
}
.contact_form .subm {
	margin-top: 15px;
	margin-bottom: 15px;
}
.semitransparent {
	background-image: url(/images/grey_50.png);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 900;
}
.container {
	margin: auto;
	width: 971px;
	position: relative;
	padding: 154px 0px 80px;
}
.contacts_popup {
	padding: 10px 20px 50px;
	margin-left: -250px;
	position: absolute;
	left: 50%;
	top: 530px;
	z-index: 1000;
}
.contacts_popup .close {
	float: right;
	color: #000000;
	background-image: url(/images/close.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right: 16px;
	height: 15px;
	margin: -10px -10px 25px 0px;
}
.contacts_popup .close:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.acc_preview_item {
	float: left;
	height: 170px;
	width: 225px;
	margin-right: 10px;
}
.acc_preview_item .hd {
	font-size: 13px;
	padding-bottom: 10px;
	height: 24px;
	overflow: hidden;
}

.acc_preview_item .pic {
	background-image: url(/images/acc_preview_bg.gif);
	height: 95px;
	width: 225px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
}

.acc_preview_item .pic img {
}
.acc_preview_item .bulleted {
	margin-top: 3px;
}




.acc_preview_item .bulleted a {
	color: #000000;
	text-decoration: none;
}
.acc_preview_item .bulleted a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.pass_recovery label {
	width: 58px;
}
.pass_recovery .inp {
	width: 356px;
}
.pass_change label {
	width: 130px;
}
.pass_change .inp {
	width: 285px;
}


































.COMMON--------------------------------- {}
.substitute_130 {
	width: 130px;
}
.black {
	color: #000000;
}

.left_floated {
	float: left;
}

.thick_divider {
	font-size: 0px;
	line-height: 0px;
	background-image: url(/images/thick_divider.gif);
	background-repeat: repeat-x;
	height: 2px;
	margin-bottom: 15px;
}
.divider_solid {
	font-size: 0px;
	line-height: 0px;
	height: 13px;
	margin-bottom: 13px;
	border-bottom: 1px solid #D2D4D7;
}


table.styled {
	border-collapse:collapse;
	margin-bottom: 20px;
}
table.styled th {
	/*font-weight: normal;*/
	border: 1px solid #CACED3;
	padding: 8px;
	vertical-align: top;
}
table.styled td {
	padding: 8px;
	border: 1px solid #CACED3;
	vertical-align: top;
}
ul.styled {
	margin: 0px 0px 20px 15px;
	padding: 0px;
	min-height: 1px;
}
ul.styled li {
	background-image: url(/images/bullet_red_right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
	padding-left: 15px;
	list-style: none;
	padding-bottom: 5px;
}
ul.styled ul {
	margin: 0px;
	padding: 0px 0px 0px 3px;
}
ul.styled ul li {
	background-image: url(/images/bullet_black_right_arrow.gif);
}
ul.styled .nobullet {
	background-image: none;
	padding-left: 0px;
}

ol.styled {
	margin: 0px 0px 20px 15px;
	padding: 0px 0px 0px 18px;
	min-height: 1px;
}
ol.styled li {
	list-style: decimal outside;
	padding-bottom: 5px;
}
ol.styled ol {
	margin: 0px;
	padding: 0px 0px 0px 22px;
}

.model_quick_warp {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 2px;
	top: 84px;
	font-size: 12px;
	height: 25px;
}
.model_quick_warp li {
	float: left;
	list-style: none;
	height: 25px;
	position: relative;
}
.model_quick_warp .li_hover a {
	background-image: url(/images/model_quick_warp_active.png);
	background-repeat: repeat-x;
}
.model_quick_warp a {
	color: #FFFFFF;
	height: 18px;
	width: 43px;
	text-align: center;
	display: block;
	padding-top: 7px;
	cursor: pointer;
}
.model_quick_warp .li_hover .menu_popup {
	display: block;
}
.top_nav {
	background-image: url(/images/top_nav.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 35px;
	width: 971px;
	position: absolute;
	left: 0px;
	top: 109px;
	z-index: 500;
}
.top_nav li {
	float: left;
	list-style: none;
	height: 33px;
	position: relative;
	margin-top: 1px;
	z-index: 999;
}
.top_nav .zero_level {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	height: 22px;
        padding: 11px 7px 0px;
}
.top_nav ul {
	margin: 0px;
	padding: 7px;
}
.top_nav ul li {
	background-image: url(/images/top_nav_divider.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	float: none;
	padding-top: 6px;
	padding-bottom: 8px;
	height: auto;
}
.top_nav ul span {
	background-image: url(/images/bullet_red_right_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	display: block;
	padding-left: 13px;
}

.top_nav ul a {
	color: #000000;
	text-decoration: none;
}
.top_nav ul a:hover {
	text-decoration: underline;
}
.top_nav .border_killer {
	font-size: 0px;
	background-color: #B4B7BD;
	height: 2px;
	margin-top: -8px;
	position: relative;
}
.top_nav .menu_popup {
	top: 33px;
}
.top_nav .li_hover {
	background-color: #B4B7BD;
}
.top_nav .li_hover_fst {
	background-color: transparent;
}
.top_nav .li_hover_fst .zero_level {
	background-image: url(/images/top_nav_li_hover_fst.gif);
	background-repeat: no-repeat;
	padding-top: 12px;
	position: relative;
	top: -1px;
}
.top_nav .sub_lst {
	background-image: none;
}
.top_nav #active_zero_level {
	color: #393E46;
}


.search {
	height: 33px;
	width: 202px;
	border-left: 1px solid #9FA3A9;
	position: absolute;
	top: 105px;
	right: 0px;
	z-index: 600;
        margin-top: 5px;
}
.search .inp {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #777777;
	background-image: url(/images/search_inp.gif);
	background-repeat: no-repeat;
	float: left;
	width: 156px;
	border-style: none;
	margin-top: 7px;
	margin-left: 12px;
	padding: 3px 0px 4px 3px;
}
.search .subm {
	float: left;
	margin-top: 7px;
}
.menu_popup {
	position: absolute;
	left: 0px;
	top: 25px;
	display: none;
	z-index: 500;
}
.menu_popup table {
	width: 100%;
	border-collapse:collapse;
}
.menu_popup td {
	font-size: 0px;
	padding: 0px;
	vertical-align: top;
}
.menu_popup .t {
	background-color: #B4B7BD;
}
.menu_popup .l {
	background-color: #B4B7BD;
}
.menu_popup .c {
	font-size: 11px;
	background-color: #B4B7BD;
}
.menu_popup .r {
	background-color: #B4B7BD;
}
.menu_popup .b {
	background-color: #B4B7BD;
}
.menu_popup .lt {
	background-image: url(/images/menu_popup_lt.png);
	height: 5px;
	width: 5px;
}
.menu_popup .rt {
	background-image: url(/images/menu_popup_rt.png);
	height: 5px;
	width: 5px;
}
.menu_popup .lb {
	background-image: url(/images/menu_popup_lb.png);
	height: 5px;
	width: 5px;
}
.menu_popup .rb {
	background-image: url(/images/menu_popup_rb.png);
	height: 5px;
	width: 5px;
}
.top_nav .enter {
	float: right;
	margin-right: 225px;
	display: inline;
	background-image: url(/images/enter.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
	padding-right: 25px;
}
.rounded_table {
	width: 100%;
	border-collapse:collapse;
}
.rounded_table .lt {
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	height: 5px;
	width: 5px;
	background-image: url(/images/rounded_table_lt.png);
}
.rounded_table .t {
	padding: 0px;
	background-color: #A0A5AD;
	font-size: 0px;
	line-height: 0px;
}
.rounded_table .rt {
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(/images/rounded_table_rt.png);
}
.rounded_table .l {
	padding: 0px;
	background-color: #A0A5AD;
	font-size: 0px;
	line-height: 0px;
}
.rounded_table .c {
	padding: 15px;
	background-color: #A0A5AD;
}
.rounded_table .r {
	padding: 0px;
	background-color: #A0A5AD;
	font-size: 0px;
	line-height: 0px;
}
.rounded_table .lb {
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(/images/rounded_table_lb.png);
}
.rounded_table .b {
	padding: 0px;
	background-color: #A0A5AD;
	font-size: 0px;
	line-height: 0px;
}
.rounded_table .rb {
	padding: 0px;
	font-size: 0px;
	line-height: 0px;
	height: 5px;
	width: 5px;
	background-image: url(/images/rounded_table_rb.png);
}
