/*--------------------------HTML tags styles----------------------------------*/
* {
	margin: 0;
	padding: 0;
	border: none;
}
body {background: #D9D9D9; font-family: Verdana, Tahoma, Helvetica, Arial;}

ul {padding-left: 20px;}
h1 {
	margin-bottom: 16px;
	color: #666666;
	font-size: 16px;
	line-height: 17px;
}
hr {
	background-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 1px;
}
a {text-decoration: none; color: #999999;}
a:hover {text-decoration: underline; color: #666666;}
/*-----------------------End of HTML tags styles------------------------------*/

/*------------------------Common layout styles--------------------------------*/
.separator {height: 20px;}
.clearboth {clear: left;}

.content_container {font-size: 10px;}

.main_content_container {
	text-align: left;
	width: 1000px;
	overflow: hidden;
	background-color: #999999;
}
.main-part-container {
	float: right;
	width: 840px;
	margin-left: -160px
}

.left_column, .right_column {position: relative;}

.left_column {
	float:left;
	padding-top: 17px;
	width: 140px;
	padding-left: 20px;
}
.left_column a:hover {color: #FFFFFF; text-decoration: none;}
.right_column {
	width: 134px;
	padding: 17px 13px 0 13px;
	float: left;
}
.right_column p {margin-bottom: 7px;}
.right_column a {color: #000000; font-size: 10px;}
.right_column a:hover {color: #000000; text-decoration: underline;}
div.right_column {color: #FFFFFF; font-size: 14px;}
.right_column div {margin-bottom: 25px;}
.main_content {
	float: left;
	min-height: 464px;
	height: 464px;
	height /**/: auto;
	padding: 20px 25px 11px 25px;
	width: 630px;
	background: #FFFFFF;
	line-height: 14px;
}
.main_title {
	height: 96px;
	padding-right: 34px;
	font-size: 18px;
	font-weight: bold;
}
.main_title a {color: #FFFFFF;}
.main_menu {
	position: relative;
	width: 122px;
	font-size: 14px;
}
.main_menu div {line-height: 25px; padding-bottom: 2px;}
.main_menu a {color: #FFFFFF;}
div.menu_link_active {
	line-height: 21px;
	border-bottom: 2px dotted;
	border-top: 2px dotted;
	border-color: #FFFFFF;
	padding-bottom: 2px;
}
a.menu_link_2 {font-size: 10px; padding-left: 10px;}
.head {height: 65px;}

.slogan, .breadcrump {float: left; font-size: 10px;}
.breadcrump a {text-decoration: none; color: #000000;}
.breadcrump_delim {color: #CA202E;}

.main_index_logo {
	float: right;
	margin: -5px -8px 10px 0;
	height: 60px;
	width: 128px;
}
.main_index_image {
	height: 245px;
	margin: 0 -25px;
	width: 680px;
}
.bottom_box {
	clear: both;
	position: relative;
	width: 1000px;
	text-align: left;
}
.column_bottom_box {
	position: absolute;
	width: 122px;
	bottom: 10px;
	float: left;
	color: #FFFFFF;
	font-size: 10px;
	line-height: 15px;
	margin-left: 20px;
}
.column_bottom_box a {color: #FFFFFF;}

.vlt_logo {
	position: absolute;
	width: 160px;
	bottom: 0px;
	right: 0px;
	float: right;
	height: 74px;
	margin-left: -160px;
}
.footer_box {
	clear: both;
	width: 1000px;
	color: #999999;
	margin-top: 1px;
}
.copyright {float: left;}
.design_by {float:right;}
/*---------------------End of common layout styles----------------------------*/

/*----------------------------Big box styles----------------------------------*/
.big-box-head {
	background: #999999;
	margin: 0 19px;
	height: 26px;
	position: relative;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 28px;
}
.big-box-head.big-head {
	background: #CCCCCC;
	height: 48px;
	cursor: pointer;
}
.big-box-head.big-head.active-head {background: #999999; cursor: default;}
.big-box-head-left,
.big-box-head-right {
	background: url(../img/big-box-bg.gif) no-repeat;
	position: absolute;
	height: 26px;
	width: 19px;
	top: 0;
}
.big-box-head-left {background-position: left -48px; left: -19px;}
.big-box-head-right {background-position: right -48px; right: -19px;}
.big-box-head.big-head .big-box-head-left,
.big-box-head.big-head .big-box-head-right {
	height: 48px;
	background: url(../img/big-box-bg.gif) no-repeat;
}
.big-box-head.big-head .big-box-head-left {background-position: left top ;}
.big-box-head.big-head .big-box-head-right {background-position: right top;}
.big-box-head.big-head.active-head .big-box-head-left {background-position: left -48px;}
.big-box-head.big-head.active-head .big-box-head-right {background-position: right -48px;}

.big-box-head a, .big-box-head a:hover {color: #FFFFFF;}
.big-box-head a:hover {text-decoration: none;}

.big-box-foot {
	background: url(../img/big-box-bg.gif) left -126px repeat-x;
	margin: 0 19px;
	height: 19px;
	position: relative;
	clear: both;
}
.big-box-foot-left,
.big-box-foot-right {
	background: url(../img/big-box-bg.gif) no-repeat;
	position: absolute;
	height: 19px;
	width: 19px;
	top: 0;
}
.big-box-foot-left {background-position: left -96px; left: -19px;}
.big-box-foot-right {background-position: right -96px; right: -19px;}
.big-box-body {
	background: #FFFFFF url(../img/big-box-bg.gif) left -161px repeat-x;
	position: relative;
	padding: 23px 37px 0;
	border-left: 3px solid #999999;
	border-right: 3px solid #999999;
}
/*------------------------End of big box styles-------------------------------*/

/*--------------------------Middle box styles---------------------------------*/
.middle-box {position: relative;}
.middle-box-head {
	background: #999999 url(../img/big-box-bg.gif) left -142px repeat-x;
	margin: 0 14px;
	height: 23px;
	position: relative;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 21px;
}
.middle-box-head-left,
.middle-box-head-right {
	background: url(../img/middle-box-bg.gif) no-repeat;
	position: absolute;
	height: 23px;
	width: 14px;
	top: 0;
}
.middle-box-head-left {background-position: left top; left: -14px;}
.middle-box-head-right {background-position: right top; right: -14px;}
.middle-box-head.slide-box-head {
	margin: 0 14px 0 26px;
	padding-left: 5px;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	cursor: pointer;
	clear: both;
}
.middle-box-head.slide-box-head .middle-box-head-left {
	background: url(../img/slide-box-head-bg.gif) no-repeat left top;
	left: -26px;
	width: 26px;
}
.middle-box-head.slide-box-head .middle-box-head-right {
	background: url(../img/slide-box-head-bg.gif) no-repeat right top;
}
.middle-box-head.slide-box-head.head-active .middle-box-head-right {
	background-position: right -23px;
}
.middle-box-head.slide-box-head.head-active .middle-box-head-left {
	background-position: left -23px;
}

.middle-box-foot {
	background: #FFFFFF url(../img/big-box-bg.gif) left -115px repeat-x;
	margin: 0 14px;
	height: 11px;
	position: relative;
	clear: both;
}
.middle-box-foot-left,
.middle-box-foot-right {
	background: url(../img/middle-box-bg.gif) no-repeat;
	position: absolute;
	height: 11px;
	width: 14px;
	top: 0;
}
.middle-box-foot-left {background-position: left -23px; left: -14px;}
.middle-box-foot-right {background-position: right -23px; right: -14px;}
.middle-box-body {
	background-color: #FFFFFF;
	position: relative;
	padding: 13px 15px 0;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}
/*----------------------End of middle box styles------------------------------*/

/*-----------Request styles---------------------------------------------------*/
.request_text, .request_text_error {float: left; padding-top: 7px;}
.request_text_error {color: #CA202E;}

.product_info_tbl, .product_info_tbl_ {
	width: 547px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	color: #000000;
	font-size: 10px;
}
.product_info_tbl td {padding-bottom: 3px;}
.product_info_tbl_ td {padding-bottom: 1px; padding-bottom /**/: 3px;}
.product_info_tbl tr, .product_info_tbl_ tr {height: 18px;}
td.row_caption,
td.row_caption_confirm {
	vertical-align: top;
	padding-top: 3px;
}
td.row_caption_confirm {color: #999999;}
.right_aligned {text-align: right;padding-right: 3px;}

input.request_input, textarea.request_text,
input.request_input_error, textarea.request_text_error  {
	color: #000000;
	width: 322px;
	padding-top: 1px;
	border: 2px solid #CCCCCC;
	height: 16px;
	font-size: 11px;
}
textarea.request_text, textarea.request_text_error {height: 48px;}
input.request_input_error, textarea.request_text_error, .error {
	border-color: #CA202E !important;
}
.product_info_tbl select {
	color: #999999;
	width: 326px;
	border: 2px solid #CCCCCC;
	font-size: 11px;
}
.product_info_tbl option {
	color: #000000;
	height: 16px;
	padding-left: 5px;
}
input.question-button {
	background: url(../img/question.gif) no-repeat top left;
	width: 17px;
	height: 17px;
	margin-left: 4px;
	border: none;
	margin-top: -5px;
}
input.question-button.active-question {background-position: bottom left;}

.frame {
	position:absolute;
	width: 331px;
	height: 132px;
	filter:alpha(opacity=0);
	top: 0px;
	z-index: -1;
}
.tip_container {
	width: 331px;
	position: absolute;
	display: none;
	background: url(../img/tip_traingle.gif) no-repeat center left;
	padding-left: 8px;
}
.tip_main {
	float: left;
	padding-top: 8px;
	width: 331px;
	background: url(../img/tip_head.gif) no-repeat top;
}
.tip_foot {
	padding: 0 13px 8px 14px;
	min-height: 122px;
	background: #999999 url(../img/tip_foot.jpg) no-repeat bottom;
}
.tip_text_box {
	position: relative;
	z-index: 30;
	line-height: 13px;
	padding-left: 123px;
	padding-top: 52px;
	color: #FFFFFF;
	font-size: 10px;
}
.tip_image_box {position: absolute; z-index: 20;}
.tip_image_box img {max-width: 300px; max-height: 115px;}
/*------------End request styles----------------------------------------------*/

/*------------Products list styles--------------------------------------------*/
.group_select {
	border: 1px solid #999999;
	margin-bottom: 10px;
	width: 210px;
}
.product_caption {
	margin-top: -24px;
	color: #999999;
	font-size: 21px;
	margin-bottom: 11px;
}
.product_info_head_delim {
	background: url(../img/head_delim.jpg) no-repeat;
	width: 4px;
	height: 28px;
	float: left;
}
.product_middle_box {
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	padding: 14px 20px 2px 0;
	width: 524px;
	overflow: hidden;
}
.product_descr_container {
	float: left;
	padding-left: 17px;
	width: 242px;
}
.option_descr_container {
	float: left;
	padding-left: 14px;
	padding-right: 2px;
	width: 232px;
}
.product_info_left, .product_info_right {
	float: left;
	position: relative;
	width: 301px;
}
.product_info_right {float: right;}
div.product_info_main {
	height :auto;
	padding: 6px 16px 0 16px;
	width: 263px;
	float: left;
}
.home_page div.product_info_main {
	padding: 0;
	width: auto;
	display: none;
}
div.product_info_main.active_body {display: block !important;}
div.product_info_main .left_box,
div.product_info_main .right_box {
	width: 291px;
}
div.product_info_main .left_box {float: left;}
div.product_info_main .right_box {float: right;}

.product_info, .product_descr_box, .product_info_index,
.small-box-body {
	margin-bottom: 3px;
	padding: 7px 0 3px 0;
	clear: both;
}
.product_info_index,
.small-box-body {
	margin-left: 3px;
	margin-left /**/: 6px;
	border-left: 2px dotted #999999;
	border-bottom: 2px dotted #999999;
	float: left;
	padding-left: 6px
}
.product_descr_box {
	width: 504px;
	border-left: 2px dotted #999999;
	border-bottom: 2px dotted #999999;
	float: left;
	padding: 8px 0 9px 0;
	margin-left: 8px;
	margin-left /**/: 15px;
}
.product_info {float: left;}
.product_info_image, .option_info_image {
	float:left;
	margin-right: 5px;
	width: 115px;
	height: 90px;
}
.option_info_image {width: 90px;}
.product_info_image img {
	height: expression((this.height >= 90)?'90px':'auto');
	width: expression((this.width >= 100)?'100px':'auto');
	max-width: 115px;
	max-height: 90px;
}
.option_info_image img {
	height: expression((this.height >= 90)?'90px':'auto');
	width: expression((this.width >= 90)?'90px':'auto');
	max-width: 90px;
	max-height: 90px;
}
.product_info_text {
	float: left;
	width: 122px;
	height: 87px;
	overflow: hidden;
}
.option_info_text {
	float: left;
	width: 127px;
	height: 90px;
	line-height: 12px;
	overflow: hidden;
}
.more_info {
	clear: left;
	text-align: right;
	padding-top: 5px;
}
.more_info a {
	background: url(../img/triangle-closed.gif) no-repeat right;
	padding-right: 12px;
}
.product_box_open, .product_box_close, .product_box,
.product_descr_open, .product_descr_close,
.product_box_open_index, .product_box_close_index,
.small-box-head {
	height: 21px;
	font-size: 13px;
	line-height: 24px;
	color: #999999;
	clear: left;
}
.options {
	width: 212px;
	line-height: 16px;
	height: auto;
}
.product_box_open_index, .product_box_close_index {width: 265px;}
.product_box_open {width: 245px;}
.product_box_open_index span, .product_box_close_index span,
.product_box_open span, .product_box_close span,
.product_descr_close span,
.small-box-head span {
	padding-left: 20px;
	float: left;
	cursor: pointer;
}
.product_box_open span, .product_box_close span,
.product_descr_close span {
	padding-left: 0;
}
.product_box_close span, .product_box_close_index span,
.product_descr_close span {
	background: url(../img/triangle-closed.gif) no-repeat 6px 6px;
}
.product_box span, .product_descr_open span, .product_box_open_index span,
.small-box-head span {
	background: url(../img/triangle-opened.gif) no-repeat left 8px;
}
.product_box_close span:hover {color: #666666; text-decoration: underline;}
.product_descr_close span {padding-left: 20px; color: #999999;}
.product_descr_open span {color: #000000;}
.product_descr_close {margin-left: 9px;}
.product_descr_image {
	float: left;
	width: 250px;
	margin-bottom: -9px;
}
.product_descr_image img {
	height: expression((this.height >= 235)?'235px':'auto');
	width: expression((this.width >= 250)?'250px':'auto');
	max-width: 250px;
	max-height: 235px;
}
.product_descr_info {
	float: left;
	width: 315px;
	padding: 0 0 0 8px;
	margin-bottom: -9px;
}
.product_descr_info ul {padding-left: 20px;}
.product_descr_name {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 16px;
}
.product_sizes_foot {padding-bottom: 9px;}
.product_sizes_foot table {line-height: 10px;}
tr.table_head {background: url(../img/sizes_table_head.jpg) no-repeat 16px bottom;}
.product_sizes_foot td {padding: 3px 0 3px 16px;}
/*-----------End products list styles-----------------------------------------*/

/*-----------Start news styles------------------------------------------------*/
div.right_col_news_list {padding-top: 7px;}

div.right_col_news_item {
	margin-bottom: 20px;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
}
div.right_col_news_date {
	color: #FFFFFF;
	font-weight: bold;
	line-height: 14px;
	margin: 0;
}
.active_news {color: #999999;}
.news_item_box {
	width: 295px;
	padding-left: 0;
	padding-right: 15px;
}
.news_item_text {width: 295px;}
a.news_item_link {color: #000000;}
/*-----------End news styles--------------------------------------------------*/

/*-----------Start faq styles-------------------------------------------------*/
.faq_add_question {text-align: center;}
.question_row {
	font-size: 13px;
	line-height: 15px;
	color: #666666;
	cursor: pointer;
}

#shadow_div {
	height: 100%;
	width: 100%;
	background-color: #999999;
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 200;
}
#popup_div {
	opacity: 1;
	position: absolute;
	top: 100px;
	left: 100px;
	width: 547px;
	overflow: hidden;
	z-index: 300;
}
.faq_popup_caption_text {color: #666666; margin-bottom: 13px;}
.faq_popup_text {font-size: 10px; line-height: 14px;}
.faq_popup_hr {margin: 15px 0; border-top: 2px dotted #999999;}
.faq_popup_frame {
	width: auto;
	border: 0;
	background-color: #FFFFFF;
	padding: 18px 20px 7px
}

#popup_div .button-container {width: 120px;}
#popup_div a.button span span span {width: 100px;}

/*--------------------------Small box styles----------------------------------*/
.small-box {width: 164px;}
/*-----------------------End of small box styles------------------------------*/

/*---------------------------Buttons styles-----------------------------------*/
.button-container {
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
}

a.button {
	position: relative;
	float: left;
	height: 20px;
	cursor: pointer;
}
a.button.left-button {float: left;}
a.button.right-button {float: right;}
a.button:hover {text-decoration: none; color: #FFFFFF;}
a.button span {
	float:left;
	background: url(../img/button-bg.gif) no-repeat left top;
	padding: 0 0 0 10px;
	height: 20px;
	display: block;
}
a.button span span {
	background:  url(../img/button-bg.gif) no-repeat right -20px;
	padding: 0 10px 0 0;
}
a.button span span span {
	line-height: 18px !important;
	background:  #999999;
	font-size: 11px !important;
	color: #FFFFFF !important;
	text-align: center !important;
	padding: 0;
}
a.error-button span {background-position: left -40px;}
a.error-button span span {background-position: right -60px;}
a.error-button span span span {background: #CA202E;}
/*-----------------------End of buttons styles--------------------------------*/

/*---------------------------Captcha styles-----------------------------------*/
#captcha-container {
	float:left;
	padding-bottom: 20px;
	position: relative;
}
#captcha-container .middle-box {
	padding-bottom: 0 !important;
	position: static;
	float: left;
	margin: 0 33px 0 0;
	width: 274px;
	z-index: 10;
}
#captcha-container .middle-box-body {
	padding: 13px 0 0 13px !important;
	height: 96px;
}
#captcha-container .middle-box-body img {
	height: 60px;
	width: 240px;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
}
#captcha-container .middle-box-body input {
	height: 20px;
	width: 240px;
	border: 1px solid #CCCCCC;
}

#captcha-container input.captcha_error {border: 2px solid #CA202E;}
/*-----------------------End of Captcha styles--------------------------------*/

/*--------------------------Home page styles----------------------------------*/
#home-box.big-box {position: static}

#home-box .big-box-body {
	float: left;
	padding: 6px 21px 0;
	width: 582px;
}
#home-box .big-box-body div.product_info_main {
	display: none;
	padding: 0;
	width: auto;
}
#home-box .big-box-head.big-head,
#product-main-box .big-box-head.big-head {
	color: #FFFFFF;
	float: left;
	font-size: 16px;
	height: 37px;
	line-height: 18px;
	padding: 9px 0 2px;
	position: relative;
	text-align: center;
	width: 172px;
}
#home-box .big-box-head.wide-big-head,
#product-main-box .big-box-head.wide-big-head {
	width: 277px;
	height: 19px;
	padding: 5px 0 2px;
}
#home-box .wide-big-head .big-box-head-left,
#home-box .wide-big-head .big-box-head-right,
#product-main-box .wide-big-head .big-box-head-left,
#product-main-box .wide-big-head .big-box-head-right {
	height: 26px;
}

#home-box .wide-big-head.active-head,
#product-main-box .wide-big-head.active-head {
	background-color: #999999;
}
#home-box .big-box-head.big-head span,
#product-main-box .big-box-head.big-head a,
#product-main-box .big-box-head.big-head span {
	position: absolute;
	left: -9px;
	right: -9px;
	width: 190px;
	display: block;
	color: #FFFFFF;
	font-size: 16px;
}
#home-box .big-box-head.wide-big-head span,
#product-main-box .big-box-head.wide-big-head a,
#product-main-box .big-box-head.wide-big-head span {
	width: 295px;
}
/*----------------------End of home page styles-------------------------------*/

/*---------------------------Product styles-----------------------------------*/
#product-box.big-box .speci {
    width: 276px;
    float: left;
    text-align: center;
}/* + */

#product-box.big-box .speci div {
    padding-top: 10px;
}/* + */


#product-main-box.big-box,
#product-box.big-box {
	position: static
}

#product-main-box .big-box-body {
	float: left;
	padding: 6px 39px 0;
	width: 546px;
}

#product-main-box .big-box-head a:hover {text-decoration: none;}

#product-main-box .middle-box, #product-box .middle-box {width: 546px;}
#product-main-box .middle-box-body,
#product-box  .middle-box-body {
	float: left;
	padding: 14px 20px 2px 0;
	width: 524px;
}

#product-main-box .product_text {padding: 18px 20px 7px 20px; width: 504px;}

#product-box.big-box {margin: 0 1px;}
#product-box .big-box-body {
	float: left;
	padding: 23px 27px 3px 21px;
	width: 574px;
}

#product-description {
	margin: 0 14px;
	float: left;
	width: 546px;
}

#product-box .product_descr_text {padding-left: 20px; width: 504px;}
#product-box .sizes_table {padding-left: 5px; width: 519px;}
#product-box .sizes_table table {width: 100% !important;}
/*-----------------------End of product styles--------------------------------*/

/*---------------------------Request styles-----------------------------------*/
#request-box.big-box, #request-thanks-box.big-box {margin: 0 1px;}

#request-box .big-head {
	width: 276px;
	line-height: 20px;
	padding: 6px 0 4px;
	height: 38px;
	text-align: center;
	float: left;
}
#request-box .big-box-body {float: left; width: 548px;}
#request-box .button-container {width: 300px;}
#request-box .button span span span {width: 110px;}

#request-box .middle-box,
#request-print-box .middle-box,
#request-mail-box .middle-box {
	padding-bottom: 20px;
}
#request-box .middle-box-body {padding: 12px 16px 0;}
#request-box table,
#request-print-box table,
#request-mail-box table {
	border: none;
	width: 100%;
}

#request-thanks-box .big-box-body {
	color: #999999;
	font-size: 15px;
	line-height: 16px;
	padding: 23px 19px 0 19px;
	width: 584px;
}
#request-thanks-box .button-container {
	margin-top: 5px;
	width: 140px;
}
#request-thanks-box .button span span span {width: 120px;}

#request-print-box.big-box, #request-mail-box.big-box {width: 628px;}
/*-----------------------End of request styles--------------------------------*/

/*-----------------------------FAQ styles-------------------------------------*/
#faq-box.big-box, #question-box.big-box {margin: 0 1px;}

#faq-container .middle-box-body {position: static; width: 505px;}
#faq-container .middle-box {width: 547px;}

#faq-box.big-box .big-box-body {padding: 6px 37px 0;}

#faq-container {
	position: relative;
	margin-right: 1px;
	padding-bottom: 20px;
}
#faq-container .middle-box-body {padding: 18px 20px 7px;}

#faq-box .button-container {margin-top: 15px; width: 120px;}
#faq-box .button span span span {width: 100px;}
#question-box .big-box-body {
	float: left;
	width: 548px;
	padding-top: 3px;
}
#question-box .middle-box {padding-bottom: 0;}
#question-mail-box .middle-box,
#question-print-box .middle-box {
	padding-bottom: 20px;
}
#question-box .captcha_container .middle-box {position: static;}
#question-box .middle-box-body {padding: 12px 16px 0;}
#question-box table,
#question-print-box table,
#question-mail-box table {
	border: none;
	width: 100%;
}

#popup_div .middle-box-body {
	padding: 0;
	background: #FFFFFF url(../img/ajax-loader.gif) no-repeat 50% 50%;
}

#question-mail-box.middle-box {width: 547px;}
#question-print-box.big-box, #question-mail-box.big-box {width: 628px;}

#question-box .button-container {width: 300px;}
#question-box .button span span span {width: 110px;}

.request_checkbox {float: left; margin: 0 5px;}
.request_file_row {display: none;}
.request_file_wrapper {
	position: relative;
	overflow: hidden;
	width: 340px;
	float: left;
	margin-right: 10px;
}
.hidden_file_input  {
	position: absolute;
	z-index: 200;
	height: 20px;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	cursor: pointer;
}
.request_input_fake_file {
	left: 0;
	position: relative;
	top: 0;
	z-index: 100;
	width: 340px;
}
.request_input_fake_file input {width: 200px; float: left;}
.remove-file-button {display: none}
/*-------------------------End of FAQ styles----------------------------------*/

/*------------------------Distributors styles---------------------------------*/
#location-box.big-box .big-box-head {padding-left: 7px;}
#location-box.big-box .big-box-body {padding: 17px 38px 0;}
#location-box.big-box .middle-box-head {padding-left: 5px;}

#map-box {
	height: 294px;
	margin-bottom: 19px;
	width: 546px;
}
#distributors-list-box {
	width: 378px;
	float: left;
	margin-right: 18px;
}
#search-box, #route-box {width: 152px; float: right;}
#box-bottom-separator {clear: both; height: 2px;}

#distributors-list-box .loader {
	background: url(../img/ajax-loader.gif) no-repeat 50% 50%;
	height: 24px;
	width: 342px;
}
#location-box select {
	color: #999999;
	width: 131px;
	border: 2px solid #CCCCCC;
	font-size: 11px;
	margin: 0 16px;
}
#location-box option {
	color: #000000;
	height: 16px;
	padding-left: 5px;
}

#distributors-search {height: 22px;}
#distributors-search .button-container {margin: 0;}
#distributors-search-options {float: left;}

#distributors-search span,
#distributors-search p,
#search-box span,
#search-box p {
	line-height: 15px;
	color: #999999;
}

#distributors-list-box .middle-box-body {padding: 13px 17px 3px; width: 342px;}
#distributors-list-box .small-box {width: 342px;}
#distributors-list-box .small-box .small-box-body {
	width: 322px;
	float: none;
	padding: 7px 0 6px 12px;
}
#distributors-list-box .small-box-head span,
.box-caption {
	cursor: default;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
}
.distributor-actions {color: #999999; margin-top: 14px;}
.distributor-actions span {cursor: pointer;}
.distributor-actions a:hover {color: #999999; text-decoration: none;}

.info-window-content .distributor-actions {margin-top: 5px;}
.info-window-content h1 {margin-bottom: 10px;}
.info-window-content .distributor-actions a {margin-left: 20px;}


#search-box .middle-box-body, #route-box .middle-box-body {padding: 13px 7px 0;}
#search-box select {margin: 0; width: 135px;}
#search-box p {margin: 6px 0;}

#location-box .button-container {padding: 17px 0 0; width: 120px;}
#location-box .button span span span {width: 100px;}
#location-box #search-box .button-container,
#location-box #distributors-search .button-container {
	padding: 0;
	width: 100px;
	margin-top: 44px;
}

#location-box #search-box a.button span span span,
#location-box #distributors-search a.button span span span,
#location-print-box a.button span span span,
#searchPopup a.button span span span {
	width: 80px;
}

.popup {position: absolute; z-index: 300;}
#searchPopup {display: none;}
#searchPopup .button-container {padding: 0; margin-top: 10px;}
#searchPopup #close-button {margin-left: 20px;}
#searchPopup .route-title {
	color: #999999;
	font-size: 13px;
	margin-bottom: 13px;
	font-weight: bold;
}

input#route-start-point {
	border: 2px solid #CCCCCC;
	width: 324px;
	height: 16px;
	margin: 8px 0;
	font-size: 11px;
}
#location-print-box {
	width: 630px;
	font-size: 10px;
	line-height: 15px;
	margin: 10px auto;
}
#location-print-box .head {height: auto}
#location-print-box .head p {
	clear: both;
	font-weight: bold;
	margin-bottom: 3px;
}
#location-print-box .head h1 {font-weight: bold; margin: 0 0 8px;}
#location-print-box .head .main_index_logo {margin-bottom: 16px;}
#location-print-box .button-container {width: 240px;}
#location-print-box .big-box-head {padding-left: 8px;}

#location-print-main-box {
	border-top: 2px dotted #999999;
	margin: 0 0 20px;
	padding: 10px 0 0;
}
#location-print-main-box .address-box {width: 550px; margin-top: 15px;}
#location-print-main-box .address-box a {color: #000000;}
#location-print-main-box .address-box .box-caption {line-height: 17px;}
#location-print-main-box .address-box div {width: 270px;}
#location-print-main-box .address-box .left-box {float: left;}
#location-print-main-box .address-box .right-box {float: right;}
#location-print-main-box .separator {
	height: 15px;
	clear: both;
	border-bottom: 2px dotted #999999;
}

#route-right-box {float: right; width: 152px;}
#route-right-box #search-box {margin-bottom: 12px;}
#route-right-box #search-box, #route-right-box #route-box {float: none;}
#route-box .button-container {padding: 0;}
#route-box input#route-start-point {width: 132px;}

#small-map-box {width: 136px; height: 136px;}

#route-company-info {
	border: 1px solid #CDCDCD;
	padding: 4px;
	display: none;
}
#distributors-list-box .middle-box-body .adp-list {margin-top: 10px;}
#distributors-list-box .middle-box-body .adp-substep span {
	display: block;
	white-space: normal !important;
}

/* distributors in tabs */
#distr-tab .middle-box {
    padding-bottom: 0;
}
#distr-tab .middle-box-body {
    padding: 13px 15px 0;
}
#distr-tab .middle-box-body select {
    border: 2px solid #CCCCCC;
    color: #999999;
    font-size: 11px;
    margin: 0 16px;
    width: 131px;
}
#distr-tab #search-box select {
    margin: 0;
    width: 135px;
}
#distr-tab #search-box .middle-box-body, #distr-tab #route-box .middle-box-body {
    padding: 13px 7px 0;
}
#distr-tab #search-box .middle-box-body .button-container {
    width: 100px;
    margin-top: 44px;
}
#distr-tab .middle-box-body .button span span span {
    width: 80px;
}
#distributors-list-box .middle-box-body {
    padding: 13px 17px 3px;
}
#distr-tab .button-container {
    padding: 17px 0 0;
    width: 120px;
}
#distr-tab #route-box .middle-box-head {
    padding-left: 5px;
}
#distr-tab #location-form .button-container {
    padding: 0;
}
#distr-tab .print-action span span span,
#distr-tab #location-form .button-container span span span,
#distr-tab .button span span span {
    width: 100px;
}
/*---------------------End of distributors styles-----------------------------*/

/*----------------------------Print styles------------------------------------*/
@media print {
	body {background: #FFFFFF;}

	.left_column,
	.right_column,
	.bottom_box,
	.footer_box,
	#search-box,
	#route-box,
	.big-box-head,
	.big-box-foot,
	.middle-box-foot,
	.button-container,
	.adp-legal,
	.adp-list {
		display: none;
	}
	.main_content_container {width: 840px;}
	.main_content {width: 790px;}

	#location-box .big-box-body, #distributors-list-box {width: 714px;}

	#map-box {margin: 0 84px 19px;}
	#location-print-box #map-box {margin: 0 0 19px;}

	.big-box-body, .middle-box-body {border: none;}

	.middle-box-head {color: #000000}

	#distributors-list-box {margin: 0;}
	#distributors-list-box .middle-box-body,
	.adp-directions {
		width: 678px !important;
	}
}
/*-------------------------End of Print styles--------------------------------*/

