/*--Initial styles--*/
*
{
    margin: 0;
    padding: 0;
}
*:focus{
	outline: 0;
}
html
{
	height: 100%;
}
body
{
    background: #EBF0F4;
    font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica;
    
    font-size: 14px;
    line-height: 20px;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    color: #575757;
    min-width: 970px;
}
a
{
    text-decoration: none;
    color: #007FB9;
}
a:hover
{
    color: #F87B00;
}
a img
{
	border: none;
}
.clear:after
{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clear
{
	min-height: 1px;
}
table
{
	border-collapse: collapse;
}
ul
{
	list-style: none;
}
ol
{
	list-style-position: inside;
}
input,
select,
button,
textarea
{
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 15px;
    line-height: 18px;
    text-shadow: 0 0 1px rgba(0,0,0,0.01);
    color: #575757;
}
.fl_right
{
	float: right !important;
}
.fl_left
{
	float: left !important;
}
.f_bold
{
	font-weight: bold;
}
.f_org
{
	color: #F87B00;
}
.f_blue
{
    color: #46B6F6;
}
.f_lgray
{
	color: #979C9E;
}
.bg_none,
.bg_none td
{
	background: none !important;
}
.brd_none,
.brd_none td
{
	border: none !important;
}
.ta_cent
{
	text-align: center;
}
.ta_left
{
	text-align: left !important;
}
.ta_right
{
	text-align: right !important;
}
/*--Common styles--*/
.wrapper
{
	margin: 0 auto;
	width: 950px;
}
.sup_hdr
{
	color: #C9D4DD;
	background: #242424 url("../img/uz_top.png") repeat-x center 1px;
	height: 50px;	
}
.sup_hdr h1
{
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	float: left;
	width: 560px;
	margin-top: 14px;
	background-color: transparent;
}
.sup_hdr h1:hover{
	background-color: transparent;
}
.lngs{
	width: 100px;
	overflow: hidden;
}
.lang_bar
{
	float: right;
}
.lang_bar img
{
	float: left;
	margin: 11px 4px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.qr_pos
{
	position: relative;
	cursor: pointer;
}
.qr_pos span
{
	position: absolute;
	top: 10px;
	left: -100px;
	background: url("../img/WeChat-KEP_Philately.jpg") no-repeat;
	background-size: cover;
	width: 200px;
	height: 200px;
	z-index: 100;
	display: none;
}
.qr_view span
{
	display: block;
}
.lang_bar div
{
	float: left;
	padding: 2px 0 2px 15px;
	margin: 15px 0 0 15px;
	background: url("../img/dash_gray_vert_hdr.png") repeat-y left top;
}
.lngs select{
	width: 140px;
}
.order_prods .about_ship{
	margin-top: -8px;
}
.lang_bar div > span
{
	margin: 0 10px 0 0;
	overflow: hidden;
	background: url("../img/arrw_lblue_down.png") no-repeat right 8px;
}
.lang_bar div > span:active, .lang_bar div > span:focus{
	background: url("../img/arrw_lblue_up.png") no-repeat right 8px;
}
.lang_bar > div > *{
	float: right;
}
.ship_info_text ul{
	list-style: disc;
	margin-left: 15px;
}
.lang_bar div > span > span{
	cursor: default;
	color: #c5c5c5;
}
.lang_bar a,.lang_bar .qr_pos{
	color: #fff;
	margin: 0;
	float: left;
}
.lang_bar div span a{
	color: #fff;	
}
.categDescrSpecial .rl{
	display: block;
    text-indent: 37px;
}
.main_bg
{
	background: #FFF url("../img/bg_main.jpg") no-repeat center 82px;
	background-size: 100%;
}
.header
{
	position: relative;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e4eaed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4eaed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e4eaed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e4eaed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e4eaed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e4eaed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4eaed',GradientType=0 ); /* IE6-9 */
	padding: 15px 0 17px;
	border-bottom: 1px solid #FFF;
}
/*
.header::before
{
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 68px;
	content: "";  
	background: url("../img/bg_lights.png") repeat-x center;
}
.header::after
{
	position: absolute;
	top: 0;
	left: 50%;
	width: 115px;
	height: 97px;
	content: "";
	background: url("../img/bg_balls.png") repeat-x center;
	margin-left: 190px;
}
*/

.logo
{
	float: left;
}
.nav_list
{
	float: left;
	margin: 33px 0 0 40px;
	color: #007FB9;
}
.nav_list li
{
	float: left;
	position: relative;
	margin-left: 7px;
}
.nav_list li:first-child
{
	margin-left: 0;
}
.nav_list span
{
	font-size: 18px;
	line-height: 24px;
	padding: 7px 12px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	cursor: pointer;
	display: block;
}
.nav_list li:hover span
{
	background: #E2E5E9;
	cursor: default;
	/*color: #F87B00;*/
}
.nav_list ul 
{
	position: absolute;
	top: 38px;
	z-index: 100;
	left: 0;
	background: #E2E5E9;
	-webkit-border-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 3px;
	-moz-border-radius-topleft: 0;
	border-radius: 3px;
	border-top-left-radius: 0;
	padding: 9px 13px 10px;
	border-bottom: 1px solid #FFF;
	display: none;
}
.nav_list li:hover ul
{
	display: block;
}
.nav_list ul li
{
	float: none;
	margin: 0;
	white-space: nowrap;
	background: url("../img/dash_gray_hor.png") repeat-x left top;
	padding: 11px 0 12px;
	min-width: 150px;
}
.nav_list ul li:first-child
{
	background: none;
}
.nav_list ul li a
{
	position: relative;
	display: block;
	padding: 0 0 0 14px;
}
.nav_list ul li a:before 
{
    position: absolute;
    top: 7px;
    left: 1px;
    width: 5px;
    height: 5px; 
	background: #007FB9;
	z-index: 1;
	content: "";
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.nav_list ul li a:hover
{
	color: #F87B00;
	text-decoration: none;
}
.nav_list ul li a:hover::before
{
	background: #F87B00;
} 
.cart_bar
{
	float: right;
	color: #989FA4;
	background: url("../img/icon_cart_hdr.png") no-repeat 0 5px;
	padding: 10px 0 10px 40px;
	margin: 35px 0 0;
}
.main_cnt
{
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 90px;
	padding: 20px 0 98px;
	min-height: 398px;
}
.rside
{
	width: 286px;
	float: right;
	margin: 0 25px 0 0;
}
.lside
{
	width: 592px;
	float: left;
	margin: 0 0 0 25px;
}
.headl1
{
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	position: relative;
	margin: 1px 0 16px;
	overflow: hidden;
}
.headl2
{
	font-size: 18px;
	line-height: 21px;
	color: #007FB9;
	text-transform: uppercase;
	margin: 4px 0 18px;
	position: relative;
}
.headl2 span,
.headl2 a
{
	background: #FFF;
	position: relative;
	z-index: 2;
	padding: 0 11px 0 13px;
}
.headl2::before 
{
    position: absolute;
    top: 7px;
    left: 1px;
    width: 7px;
    height: 7px; 
	background: #007FB9;
	z-index: 3;
	content: "";
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.headl2::after
{
	position: absolute;
    top: 10px;
    left: 1px;
    width: 100%;
    height: 2px; 
	background: #007FB9;
	z-index: 1;
	content: "";
}
.hideshow{
	height: 39px;
	background-color: #bfdeec;
	color: #575757;
	line-height: 39px;
	position: relative;
	text-align: left;
}
.hideshow .plus, .hideshow .minus{
	cursor: pointer;
    	height: 34px;
    	left: 0;
    	padding-left: 19px;
    	position: absolute;
    	top: 3px;
    	width: 577px;
}
.shDet{
	text-indent: 50px; float: left; font-size: 14px;
}
.order_prods tr th:first-child{
	width: 20%;
}
.order_prods .sc{
	width: 40%;
}
.order_prods td{
	padding: 20px 0;
}
.hideshow .minus{
	display: none;
}
.errorNotice{
	color: #FF0000;
}
.headl3
{
	font-size: 22px;
	line-height: 27px;
	margin: 0 0 18px;
	position: relative;
}
.headl4
{
	font-size: 16px;
	line-height: 17px;
	margin: 0 0 12px;
	position: relative;
}
.headl7{
	font-size: 18px;
	line-height: 17px;
	font-weight: bold;
}
.headl7 > a{
	margin-left: 250px;}
.headl3 span, .headl4 span
{
	text-transform: uppercase;
	background: #FFF;
	position: relative;
	z-index: 2;
	padding: 0 13px 0 0;
}
.headl3::after
{
	position: absolute;
    bottom: 11px;
    left: 1px;
    width: 100%;
    height: 2px; 
	background: #575757;
	z-index: 1;
	content: "";
}
.headl6
{
	font-size: 15px;
	line-height: 27px;
	margin: 47px 0 15px;
	height: 27px;
}
.headl6 p{
	background-color: #FFFFFF;
    float: left;
    padding-right: 15px;
    position: relative;
    z-index: 2;
}
.headl6 span
{
	float: left;
	padding: 0 13px 0 0;
}
.headl6:after {
    background: none repeat scroll 0 0 #575757;
    content: "";
    height: 2px;
    left: 1px;
    position: absolute;
    top: 14px;
    width: 100%;
    z-index: 1;
}
.headl5
{
	font-size: 18px;
	line-height: 21px;
	margin: 45px 0 26px;
}
.txt_cnt
{
	margin: 10px 0;
}
.txt_cnt p,
.txt_cnt ul
{
	margin: 10px 0;
}
.txt_gray_bg
{
	background: #E2E5E9;
	padding: 1px 15px;
	margin: 40px 0;
}
.txt_gray_bg p
{
	margin: 16px 0 18px;
}
.news_list
{
	margin: 29px 0;
}
.news_list li

{
	width: 48.5%;
	margin: 0 0 0 3%;
	float: left;
}
.news_list li:first-child
{
	margin: 0;
}
.img_cnt
{
	width: 268px;
	height: 162px;
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.serie_list .img_cnt.forthree{
	margin: 0 17px 0 0;
}
.img_cnt img{
	max-width: 100%;
	max-height: 100%;
}
.nl_headl
{
	font-size: 18px;
	line-height: 21px;
	color: #007FB9;
	margin: 15px 0 6px;
}
.nl_date
{
	font-size: 13px;
	line-height: 16px;
	color: #909090;
}
.news_list p
{
	margin: 9px 0;
}
.news_list2
{
	
}
.news_list2 li
{
	border-bottom: 1px solid #C4C4C4;
	padding: 0 0 29px;
	margin: 17px 0 21px;
	float: left;
	width: 100%;
}
.news_list2 .img_cnt
{
	float: left;
	margin: 3px 20px 0 0;
}
.news_list2 .nl_headl
{
	margin-top: 0;
}
.more_lnk
{
	text-align: right;
}
.more_lnk a
{
	text-decoration: underline;
}
.more_lnk a:hover
{
	text-decoration: none;
}
.stamp_list
{
	margin: 18px 0;
}
.stamp_list li
{
	border: 1px solid #D3D3D3;
	margin: 18px 0 24px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 15px 8px 24px;
}
.sl_headl
{
	font-size: 18px;
	line-height: 21px;
	color: #007FB9;
	margin: 15px 4px 6px;
}
.sl_price
{
	font-size: 13px;
	line-height: 16px;
	color: #909090;
	margin: 0 4px;
}
.sl_price span
{
	font-size: 15px;
    line-height: 18px;
    color: #575757;
}
.stamp_list div.ta_cent
{
	margin: 28px 0 0;
}
.stamp_list2
{
	text-align: center;
	margin: 26px 0;
}
.stamp_list2 li
{
	float: left;
	width: 288px;
	margin: 20px 0 36px 43px;
}
.stamp_list2 li:first-child
{
	margin-left: 0;
}
.stamp_list2 .sl_headl
{
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	margin: 18px 0 24px;
}
.stamp_list2 a
{
	color: #FFF;
}
.stamp_list2 a:hover
{
	color: #007FB9; 
}
.cart_btn
{
	display: inline-block;
	height: 40px;
	font-size: 15px !important;
	line-height: 40px !important;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	border-bottom: 1px solid #C6C6C6;
	background: #0d97d6; /* Old browsers */
	background: -moz-linear-gradient(top, #0d97d6 0%, #0080ba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d97d6), color-stop(100%,#0080ba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0d97d6 0%,#0080ba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0d97d6 0%,#0080ba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0d97d6 0%,#0080ba 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0d97d6 0%,#0080ba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d97d6', endColorstr='#0080ba',GradientType=0 ); /* IE6-9 */
}
.cart_none
{
    background: #B8B8B8; /* Old browsers */
    background: -moz-linear-gradient(top, #B8B8B8 0%, #7E7E7E 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#B8B8B8), color-stop(100%,#7E7E7E)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #B8B8B8 0%,#7E7E7E 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #B8B8B8 0%,#7E7E7E 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #B8B8B8 0%,#7E7E7E 100%); /* IE10+ */
    background: linear-gradient(to bottom, #B8B8B8 0%,#7E7E7E 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B8B8B8', endColorstr='#7E7E7E',GradientType=0 ); /* IE6-9 */
}
.cart_btn span
{
	display: inline-block;
	height: 40px;
	line-height: 41px;
	border-left: #0074AA;
	margin-left: 40px;
	padding: 0 14px 0 20px;
	color: #007FB9;
	font-weight: bold;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	overflow: hidden;
	border-bottom-right-radius: 6px;
	background: #f2f2f2; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f2f2 0%, #e0e0e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#e0e0e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#e0e0e0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 0%,#e0e0e0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}
.cart_btn span:hover{
	color: #F87B00;
}
.cart_none span,
.cart_none span:hover{
color: #666;
}
.cart_btn a {
	background: url("../img/icon_cart.png") no-repeat scroll 12px 13px transparent;
    	padding: 12px 0;
}
.cart_btn input{
	background: url("../img/icon_cart.png") no-repeat scroll 12px 13px transparent;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}
.cart_none em{
    font-style: normal;
background: url("../img/icon_cart_none.png") no-repeat scroll 12px 13px transparent;
display: block;
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
}
.extra_imgs_gallery{
	float: left;
}
.extra_imgs_gallery img{
	width: 70px;
}
.img_to_gal{
	float: left;
	width: 286px;
}
.pgr_cnt
{
	background: #EBF0F4;
	padding: 16px 20px;
	margin: 19px 0;
}
.top_lnk
{
	background: url("../img/arrw_lblue_up.png") no-repeat 0 8px;
	padding-left: 15px;
}
.pgr a,
.pgr span
{
	padding: 2px;
}
.pgr a:hover
{
	color: #F87B00;
	text-decoration: none;
}
a.pgr_prev
{
	background: url("../img/arrw_lblue_l.png") no-repeat 0 7px;
	padding-left: 11px;
	margin-right: 12px;
}
.pgr_prev:hover
{
	background-image: url("../img/arrw_org_l.png");
}
a.pgr_next
{
	background: url("../img/arrw_lblue_r.png") no-repeat right 7px;
	padding-right: 11px;
	margin-left: 12px;
}
.pgr_next:hover
{
	background-image: url("../img/arrw_org_r.png");
}
.footer
{
	border-top: 1px solid #D3DBE2;
	padding: 29px 0 10px;
}
.footer ul
{
	float: left;
}
.footer li
{
	margin: 0 0 10px;
}
.subscr_wrap
{
	background: url("../img/dash_gray_vert.png") repeat-y left top;
	float: left;
	margin: 0 18px; 
}
.footer .subscr
{
	background: url("../img/dash_gray_vert.png") repeat-y right top;
}
.subscr{
	padding: 0 40px 20px 36px;
	color: #007FB9;
}
.newsImage{
	float: left;
   	padding: 0 20px 20px 0;
    	width: 200px;
}
.subscr div 
{
	margin: 12px 0 15px;
}
.subscr div input
{
	border: none;
	border-top: 1px solid #BCC2C6;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #545454;
	padding: 5px 9px 7px;
	min-width: 180px;
}
.subscr_btn, .subscr_btn1
{
	padding: 4px 18px 6px;
	color: #FFF;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	background: #0d97d6; /* Old browsers */
	background: -moz-linear-gradient(top, #0d97d6 0%, #0080ba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d97d6), color-stop(100%,#0080ba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0d97d6 0%,#0080ba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0d97d6 0%,#0080ba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0d97d6 0%,#0080ba 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0d97d6 0%,#0080ba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d97d6', endColorstr='#0080ba',GradientType=0 ); /* IE6-9 */
}
div.partn_list
{
	float: right;
	text-align: right;
}
.cart_total > span{
	display: block;
}
.partn_list a
{
	margin: 0 0 0 12px;
}
.sub_ftr
{
	background: url("../img/uz_btm.png") repeat-x center 1px;
	height: 34px;
	padding-top: 16px;	
	text-align: center;
	margin: 40px 0 0;
}
.tbl_comm, .tbl_track{
	text-align: center;
	width: 100%;
	margin: 18px 0 30px;
}
.tbl_comm th
{
	white-space: nowrap;
}
.tbl_comm th, .tbl_track th
{
	border-bottom: 3px solid #0095D9;
	padding: 2px 10px 4px;
	font-weight: normal;
}
.tbl_comm td, .tbl_track td
{
	border-bottom: 1px solid #99D5F0;
	padding: 15px 10px 14px;
}
.tbl_comm select, .tbl_track select
{
	width: 58px;
}
.cart_img{
	width: 100px;
	height: 50px;
}
.cart_img img
{
	max-width: 100%;
	max-height: 100%;
	float: left;
	margin-right: 14px;
}
.cart_remove
{
	cursor: pointer;
}
.cart_btns
{
	margin: 15px 0 30px;
	text-align: center;

}
.cart_btns.ta_right{
	float: right;
}
.cart_btns a
{
	margin: 0 20px;
}
.bread{
	padding: 0 0 10px;
	height: 20px;
}
td.cart_total
{
	padding: 0;
	font-size: 18px;
	line-height: 21px;
	border-bottom: none;
}
.cart_total > span
{
	background: #E5F4FB;
	margin: -1px 0 0;
	text-align: right;
	padding: 10px 26px;
	position: relative;
	z-index: 10;
}
.cart_total .f_org
{
	float: right;
	font-size: 20px;
	min-width: 134px;
	text-align: left;
	text-indent: 18px;
}
.fs16{
	font-size: 16px;
}
.tg_cnt
{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.36) 0%, rgba(0,0,0,1) 36%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.36)), color-stop(36%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.36) 0%,rgba(0,0,0,1) 36%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.36) 0%,rgba(0,0,0,1) 36%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.36) 0%,rgba(0,0,0,1) 36%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.36) 0%,rgba(0,0,0,1) 36%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	margin: 203px 0 0;
	padding: 1px 0 58px;	
}
.dot_delim
{
	background: url("../img/dash_gray2_hor.png") repeat-x left top;
	margin: 26px 0;
	padding-top: 40px;
}
.marg_lr
{
	margin: 0 28px 0 26px;
	padding-top: 1px;
}
.marg_lr2
{
	margin-left: 20px;
	margin-right: 20px;
}
.lside2
{
	float: left;
	width: 402px;
	padding: 0 30px 0 0;
	margin: 0 0 0 46px;
	background: url("../img/dash_gray_vert.png") repeat-y right top;
}
.conts_list
{
	margin: 26px 0;
}
.conts_list li
{
	padding: 14px 0 9px 58px;
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
	margin: 13px 0;
}
.conts_list .icon_cl_loc{
	padding-bottom: 20px;
}
.icon_cl_loc
{
	background-image: url("../img/icon_ct_loc.png"); 
}
.icon_cl_phone
{
	background-image: url("../img/icon_ct_phone.png"); 
}
.icon_cl_mail
{
	background-image: url("../img/icon_ct_mail.png"); 
}
.contact_subhead{
	font-weight: bold;
	padding: 0 !important;
}
.li_div{
	background: url("../img/dash_gray_hor.png") repeat-x scroll bottom !important;
}
.map_cnt
{
	margin: 40px 0; 
}
.rside2
{
	float: right;
	width: 400px;
	margin: 24px 48px 0 0;
}
.inp_list li
{
	margin: 22px 0;
}
.inp_list label
{
	display: block;
	margin: 12px 0;
}
.inp_comm
{
	background: #FFF;
	border: 1px solid #C1C7CA;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 0 0 0 8px;
	width: 290px;
	line-height: 30px;
	height: 31px;
}
textarea.inp_comm
{
	height: 140px;
}
.ta_right .blue_btn{
	float: right;
	margin-top: -9px;
}
.tbl_comm tr th{
	width: 11%;
}
.tbl_comm tr th:first-child{
	width: auto;
}
.blue_btn
{
	font-size: 15px !important;
	line-height: 18px !important;
	padding: 10px 30px;
	color: #FFF;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	background: #0d97d6; /* Old browsers */
	background: -moz-linear-gradient(top, #0d97d6 0%, #0080ba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0d97d6), color-stop(100%,#0080ba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #0d97d6 0%,#0080ba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #0d97d6 0%,#0080ba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #0d97d6 0%,#0080ba 100%); /* IE10+ */
	background: linear-gradient(to bottom, #0d97d6 0%,#0080ba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d97d6', endColorstr='#0080ba',GradientType=0 ); /* IE6-9 */
}
.ship_list
{
	background: url("../img/dash_gray_vert.png") repeat-y center top;
}
.ship_list li
{
	float: left;
	width: 44%;
	margin-bottom: 9px;
	min-height: 78px;
}
.ship_list label
{
	display: block;
	margin: 12px 0;
}
.ship_list .inp_comm
{
	width: 100%;
	box-sizing: border-box;
}
.ship_list select
{
	width: 100%;
}
.half_cnt
{
	width: 48%;
	margin-left: 4%;
	float: left;
}
.ship_list li .half_cnt:first-child
{
	margin-left: 0;
}
.tc_inp
{
	margin: 20px 40px;
	text-align: center;
}
.tc_inp input
{
	margin: 0 12px 0 0;
}
.ship_nav
{
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	background: rgb(206,206,206); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(206,206,206,1) 0%, rgba(233,233,233,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,206,206,1)), color-stop(100%,rgba(233,233,233,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(233,233,233,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(233,233,233,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(206,206,206,1) 0%,rgba(233,233,233,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(206,206,206,1) 0%,rgba(233,233,233,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	padding: 4px;
	margin: 13px 0 29px;
}
.ship_nav table
{
	border-top: 1px solid #BEBEBE;
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ship_nav td
{
	background: rgb(228,228,228); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(228,228,228,1) 0%, rgba(203,203,203,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(228,228,228,1)), color-stop(100%,rgba(203,203,203,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(228,228,228,1) 0%,rgba(203,203,203,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(228,228,228,1) 0%,rgba(203,203,203,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(228,228,228,1) 0%,rgba(203,203,203,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(228,228,228,1) 0%,rgba(203,203,203,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #D7D7D7;
	padding-left: 20px;
}
.ship_nav td:first-child
{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.ship_nav td:last-child
{
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.ship_nav div
{
	color: #FFF;
	border-top: 1px solid #2F82A7;
	background: rgb(13,151,214); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(13,151,214,1) 0%, rgba(1,128,186,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(13,151,214,1)), color-stop(100%,rgba(1,128,186,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(13,151,214,1) 0%,rgba(1,128,186,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(13,151,214,1) 0%,rgba(1,128,186,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(13,151,214,1) 0%,rgba(1,128,186,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(13,151,214,1) 0%,rgba(1,128,186,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d97d6', endColorstr='#0180ba',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 0 5px 26px;
	margin: -1px 0 0 -26px; 
	position: relative;
	z-index: 10;
}
.ship_nav td:first-child div
{
	padding: 3px 0 5px 20px;
	margin: -1px 0 0 -20px; 
}
.ship_nav div a
{
	color: #FFF;
	text-decoration: underline;
}
.ship_nav div a:hover{
	text-decoration: none;
}
.ord_list
{
	margin: 40px 0 30px;
}
.ord_list li
{
	float: left;
	width: 30%;
	margin-left: 4%;
}
.ord_list li:first-child
{
	margin: 0
}
.ord_list li span:first-child
{
	color: #848484;
	text-transform: uppercase;
	margin: 0 0 0 20px;
}
.ord_list ul
{
	border: 1px solid #BCC2C6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 21px 20px 19px;
	margin: 17px 0;
}
.ord_list ul li
{
	float: none;
	width: auto;
	margin: 0;
}
ul.post_mtd
{
	border: none;
	border-top: 1px solid #BCC2C6;
	padding: 33px 0 27px;
	text-align: left;
	list-style: disc inside;
}
ul.post_mtd li
{
	float: left;
	width: 100%;
	margin-bottom: 8px !important;
}
.post_mtd input
{
	float: left;
	margin-right: 8px;
}
.post_mtd label
{
	float: left;
}
.ttl_list
{
	float: right;
	text-align: right;
}
.ttl_list li
{
	float: left;
	width: 100%;
}
.ttl_list li span
{
	float: right;
	text-align: left;
	margin: 0 40px 0 20px;
}
.cpn{
	padding-left: 0;  
	height: 31px;
}
.cpn input[type="submit"]{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 10px;
	background: url("../img/sm_btn_bg.png") repeat-x;
	border: 0;
	color: #FFFFFF;
	
}
.enter_coupon
{
	padding: 2px 5px 1px;
	margin: 3px 10px 0 5px;
	border: 1px solid #a9a9a9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 88px;
}
.serie_list li
{
	float: left;
	width: 100%;
	border-top: 1px solid #C4C4C4;
	padding: 40px 0 34px;	
}
.serie_list li:first-child
{
	border-top: none;
}
.serie_list .img_cnt
{
	float: left;
	margin: 0 30px 12px 0;
	position: relative;
}
.extra_imgs_gallery img{
	float: left;
	padding: 1px;
}
.extra_imgs_gallery a{
	opacity: 0.6;
	margin: 3px 7px;
	float: left;
	border: 1px solid #aaa;
}
.extra_imgs_gallery a:hover{
	opacity: 1;
	border: 1px solid #1f9bd9;
}
.zoom
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(210,231,241, 0.6);
	cursor: pointer;
	display: none;
}
.zoom::after
{
	position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px; 
    margin: -30px 0 0 -30px;
	background: url("../img/icon_zoom.png");
	z-index: 1;
	content: "";
}
.serie_list .img_cnt:hover .zoom
{
	display: block;
}
.over_item
{
	width: 610px;
	float: left;

}
.plus{
	background: url("../img/+.png") 19px 9px no-repeat;
}
.minus{
	background: url("../img/-.png") 19px 9px no-repeat;
}
.nopad td{
	padding: 0 !important;
}
.serie_list table
{
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 21px;
	margin: 27px 0 0;
}
.serie_list th
{
	font-size: 14px;
	line-height: 17px;
	background: #EBF0F4;
	font-weight: normal;
	padding: 11px 0 12px;
}
.serie_list table th:first-child
{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.serie_list table th:last-child
{
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.categ_table td
{
	padding: 24px 0 21px;
}

.avlbl_from_txt {
	font-size: 13px;
}

.avlbl_from_dt {
	font-size: 15px;
	font-weight: bold;
}

.categ_table table select
{
	width: 58px;
}
.serie_list p
{
	margin: 12px 0;
}
.form-width-shipping label > span, .table_form label > span{
	display: none;
}
.kirgerr{
	display: none;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: #FFECEC;
    	border: 1px solid #FF7F7F;
    	font-size: 13px;
}
.serie_list .product_opt_list{
	margin: 0 0 20px;
	text-align: left;
	display: none;
}
.valueHolder, .valueHolderFilat, .valueHolderTrack{
	display: none;
}
.product_opt_list sup{
	/*margin-left: -5px;*/
}
.selectNumber select{
	width: 55px;
}
.showDetailsValueHolder{
	display: none;
}
.product_opt_list td:first-child {
    	background: url("../img/bullet.jpg") no-repeat scroll 22px center transparent;
    	padding-left: 34px;
    	width: 200px;
}
.product_opt_list td{
	border: 1px solid #FFFFFF;
    	line-height: 18px;
    	font-size: 15px;
    	padding: 8px 0 8px 24px;
}
.product_opt_list tr {
    background-color: #E5F4FB;
}
.product_opt_list tr:nth-child(2n) {
    background-color: #EBF0F4;
}
.tbl_comm td:first-child{
	text-align: left;
	padding-left: 20px;
}
.tbl_comm td.cart_total{
	padding: 1px 0 5px;
}
.cpn > *{
	float: left;
}
.coupon_err{
	color: #E25454;
}
.cpn span{
	line-height: 28px;
}
.kirgerr span{
	display: block;
	margin: 30px 10px;
}
.vshipprov{
	display: none;
}
.table_form > img{
	float: left;
}
.categ_table tr{
	background-color: #e5f4fb;
}
.categ_table{
	width: 430px;
	float: right;
}
.postservices p{
	margin-left: 15px;
}
.nobm{
	margin-bottom: 0 !important;
}
.postservices ul{
	margin-left: 60px;
	margin-top: 0;
}
.categ_table td{
	line-height: 18px;
	border: 1px solid #fff;
	padding: 8px 0;
	padding-left: 24px;
}
.categ_table td:first-child{
	padding-left: 34px;
	background: url("../img/bullet.jpg") 22px center no-repeat;
	width: 100px;
}
.mbot20{
	margin-bottom: 20px;
}
.categDescrSpecial{
	float: left;
	line-height: 20px;
	width: 440px;
	text-indent: 37px;
}
.categDescrSpecial p{
	padding-bottom: 20px;
}
.categ_table tr:nth-child(2n){
	background-color: #ebf0f4;
}
.lang_bar select{
	background-color: transparent;
	border: 0;
	color: #C9D4DD;
}
.lang_bar select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #C9D4DD;
}
.inp_comm.err, .cart-input.err{
	border: 1px solid #ff7f7f;
	background-color: #ffecec;
}
.ratestab{
	cursor: pointer;
	display: block;
	background-color: #ccc;
	color: #007FB9;
	margin: 5px 0;
	line-height: 30px;
	padding-left: 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.ratestab:hover{
	text-decoration: underline;
}
.track_field{
	background-color: #e2e5e9;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 11px 20px;
	width: 335px;
}
.track_field input[type='text']{
	width: 185px;
	padding: 5px 9px;
	border: none;
	border-top: 1px solid #BCC2C6;
	background: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.rside .track_field{
	width: auto;
	padding: 11px 10px;
}
.rside .subscr_btn{
	padding: 4px 11px 6px;
}
.track_field input{
	float: left;
}
.track_field input[type="submit"]{
	margin: 0 0 0 15px;
}

.tbl_comm td[colspan="2"]{
	font-weight: bold;
	text-indent: 0;
}
.serie_img{
	width: 290px;
	height: 200px;
	float: left;
}
.serie_img img{
	max-height: 100%;
    	max-width: 100%;
}
.serie_block{
	float: right;
	width: 585px;
}
.tcommrates td{
	text-indent: 20px;
}
.tIssuingPlan{
	text-align: left;
}
.lang_bar option{
	background-color: #111;
}
.info_enter a{
	cursor: pointer;
}
.page-nav{
	text-align: center;
}
.page-nav > div{
	float: right;
}
.page-nav > div:first-child{
	float: left;
}
.txt_cnt ul{
	list-style: disc outside none;
}
.txt_cnt li{
	margin-left: 15px;
}
.dual_marks img{
	width: 44%;
	padding-left: 5%;
}
.dual_marks.cntr span{
	display: block;
}
.dual_marks.cntr{
	text-align: center;
}
.headl8{
	font-weight: bold;
	font-size: 14px;
}
.block_to_left{
	float: right;
	width: 480px;
	padding-left: 15px;
}
.block_to_left.small{
	width: 338px;
	margin-top: -50px;
}
.block_to_left.smallest{
	width: 150px;
	margin-top: -50px;
}
.block_to_left span{
	padding-left: 18px;
	font-weight: bold;
}
.block_to_left img{
	width: 100%;
}
.stamp_no > div{
	width: 24%;
	padding-left: 1%;
	float: left;
}
.stamp_no.cols3 > div{
	width: 32%;
	padding-left: 1%;
	float: left;
}
.stamp_no span{
	font-weight: bold;
	padding-left: 18px;
	
}
.stamp_no img{
	width: 100%;
}
.txt_cnt .subscr{
	padding: 0;
}
.txt_cnt .subscr input[type="text"]{
	border: 1px solid #545454;
	padding: 5px 9px;
}
.txt_cnt p, .txt_gray_bg p{
/*	text-indent: 15px;*/
}
.totalWeight{
	display: none;
}
.remark{
	font-size: 12px;
	text-align: left;
	float: left;
	width: 510px;
}
.remark img{
	padding-top: 20px;
	width: 150px;
}
.stamp_list .cart_btn a{
	background: url("../img/icon_cart.png") no-repeat scroll 12px 2px;
}
span.online{
	color: green;
	text-indent: 10px;
}
span.offline{
	color: red;
	text-indent: 10px;
}
.added_to_cart{
	background: url("../img/itemAdded.png") no-repeat 0 0;
	display: none;
	height: 135px;
	right: 0;
	position: fixed;
	top: 0;
	width: 242px;
	font-size: 15px;
	font-family: Helvetica;
	z-index: 999;
}
.added_to_cart p{
	padding: 38px 33px 11px;
	color: #fff;
	height: 54px;
	line-height: 18px;
}
.added_to_cart a{
	background: url("../img/cart_to_added.png") no-repeat scroll 0 2px transparent;
	color: #FFFFFF;
	float: right;
	font-size: 15px;
	padding: 0 43px 0 26px;	
}
.added_to_cart a:hover{
	text-decoration: underline;
}
@media only screen and (max-width: 1112px) {


}
#topcontrol{
	z-index: 99;
}
.theme-default #slider {
    height: 282px;
    position: relative;
}
.theme-default .nivoSlider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:99;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
.theme-default .nivo-controlNav a {
    background: url("../images/common/bullets.png") no-repeat scroll 0 5px transparent;
    border: 0 none;
    display: block;
    float: left;
    height: 22px;
    margin-right: 3px;
    text-indent: -9999px;
    width: 13px;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.theme-default a.nivo-prevNav {
    left: 15px;
}
.theme-default .nivo-directionNav a {
    background: url("../images/common/arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
    z-index: 9999;
}
.theme-default .nivo-controlNav {
    bottom: -33px;
    left: 50%;
    padding-bottom: 5px;
    position: absolute;
}
.nivo-controlNav a {
    cursor: pointer;
    position: relative;
    z-index: 9;
}
.slider-wrapper{
	width: 930px;
    padding: 8px 10px 15px;
    margin: 90px auto 0;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.theme-default .nivoSlider {
    background: url("../images/common/loading.gif") no-repeat scroll 50% 50% #FFFFFF;
    margin-bottom: 15px;
    position: relative;
}
.theme-default .nivoSlider img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
}
.theme-default .nivoSlider a {
    border: 0 none;
    display: block;
}
.theme-default .nivo-controlNav a.active {
    background-position: 0 -13px;
}
.theme-default .nivo-directionNav a {
    background: url("../images/common/arrows.png") no-repeat scroll 0 0 transparent;
    border: 0 none;
    display: block;
    height: 30px;
    text-indent: -9999px;
    width: 30px;
}
.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}
.theme-default a.nivo-prevNav {
    left: 15px;
}
.nivoSlider {
    position: relative;
}
.nivoSlider img {
    left: 0;
    position: absolute;
    top: 0;
}
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}
.nivo-caption {
    background: url("../images/common/ban_black_bg.png") repeat-x scroll 0 28px transparent;
    bottom: 0;
    color: #FFFFFF;
    left: 0;
    opacity: 0.8;
    padding-bottom: 20px;
    padding-top: 80px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 8;
}
.nivo-caption p {
    font-size: 22px;
    margin: 14px 0;
    text-shadow: 0 1px 0 #000000;
}
.nivo-html-caption {
    display: none;
}
.nivo-directionNav a {
    cursor: pointer;
    position: absolute;
    top: 45%;
    z-index: 9;
}
.nivo-prevNav {
    left: 0;
}
.nivo-nextNav {
    right: 0;
}
.main_cnt_index{
	margin-top: 25px !important;
}
.gallery.clearfix li{
	list-style: none;
	float: left;
}
.ta_cent{
	position: relative;
}
.tr_prd:hover{
	cursor: pointer;
}
.about_ship{
	color: #007FB9;
	font-size: 12px;
	padding: 2px;
	margin-top: 5px;
	cursor: pointer;
}
.about_ship:hover{
	color: #f87b00;
}
.prd{
	display: none;
}
.ship_info_text{
	display: none;
	position: fixed;
	width: 450px;
	padding: 20px;
	height: 610px;
	margin-top: -325px;
	background-color: #fff;
	border: 1px solid #EBF0F4;
	top: 50%;
	line-height: 19px;
	font-size: 12px;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	left: 50%;
	z-index: 999;
	margin-left: -200px;
	
}

.full_overlay{
	display: none;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 998;
	background: url("../img/fancy/fancybox_overlay.png") repeat 0 0;
}
.sit_close{
	background-image: url("../img/fancy/fancybox_sprite.png");
	cursor: pointer;
	height: 36px;
	position: absolute;
	right: -18px;
	top: -18px;
	width: 36px;
	z-index: 8040;
}

div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}

div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}



/*KM styles*/
.km_tbl_red table
{
	margin-left: 30px;
	width: 562px;
}
.km_tbl_red .tbl_comm tr th:first-child 
{
    text-align: left;
}
.km_tbl_red .tbl_comm td:first-child 
{
    padding-left: 30px;
}
.km_tbl_red table td 
{
    text-indent: 0;
}
.km_tbl_red th
{
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
}
.km_tbl_red h3
{
	margin: 16px 0 10px 22px;
}
.km_tbl_red h4
{
	font-weight: bold;
	position: relative;
	z-index: 20;
	display: inline;
	left: -10px;
}
.km_tbl_red .subserv h4
{
	cursor: pointer;
}
.km_tbl_red .subserv h4::after
{
	position: absolute;
	right: -10px;
	top: -4px;
	font-size: 11px;
	line-height: 13px;
	content: "'?'";
	color: #666;
	font-weight: normal;
}
.serv_dscr
{
	margin: 10px 0 10px 22px;
}
.subserv
{
	position: relative;
}
.subserv div
{
	display: none;
	position: absolute;
	top: 38px;
	left: 20px;
	background: #FFF;
	border: 3px solid #e2e5e9;;
	padding: 12px 16px 10px;
	z-index: 300;
	font-weight: normal;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 12px;
	line-height: 15px;
}
.subserv:hover div
{
	display: block;
}
.subserv div p,
.subserv div ul
{
	margin: 6px 0;
}

.f_down
{
    font-size: 12px;
    line-height: 16px;
}
.sbscr_cnt .inp_comm
{
    width: 200px;
    float: left;
    margin-right: 10px;
}
.sbscr_cnt .blue_btn
{
    padding: 7px 30px 6px;
    float: left;
    text-transform: uppercase;
}
.img_wrap img
{
    width: 100%;
    height: auto;
}
.new_inp_list li
{
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}
.new_inp_list .half_cnt
{
    margin-left: 0;
}
.new_inp_list .inp_comm
{
    width: 96%;
    padding: 0 2%;
}
.new_inp_list select.inp_comm
{
    width: 100%;
    padding: 0;
}