* {
	margin: 0px;
	padding: 0px;
}

a	img {
	border: 0px;
}

a {
	outline: none;
}

body, html	{
	height: 100%;
}

img.bgwhite {
	background: #ffffff;
}

body{
	background: #F6F4F4;
	color: #747474;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	behavior:url("/style/hover.htc");
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
	line-height: 100%;
}

h1 {
	color: Black;
	font-size: 220%;
	margin: 10px 0 10px;
}

h2 {
	line-height: 110%;
	font-weight: bold;
	font-size: 12px;
	color: #F66E04;
}

h4 {
	padding: 0 10px;
	margin: 12px 0 5px;
	font-weight: bold;
	font-size: 11px;
	height: 26px;
	color: #666666;
	line-height: 210%;
	background: #E3E3E3 url(/templates/images/h3_bg.gif) no-repeat 100% 0;
	width: 80%;
}

#c2_leftsmallcol h4{
	width: auto;
	padding: 0 10px;
}

#acc h4{
	width: auto;
	padding: 0 10px;
}

#acc .line_li li {
	font-size: 12px;
}
#eprint h4{
	width: 86%;
	padding: 0 7%;
}

h4.view_all {
	padding: 0 10px;
	margin: 12px 0 5px;
	font-weight: bold;
	font-size: 11px;
	height: 26px;
	color: White;
	line-height: 210%;
	background: transparent url(/templates/images/view_all_bg.gif) no-repeat 0 0;
	width: 80%;
}

h4.view_all a{
	color: #fff;
	font-weight: normal;
}

h3 {
	font-weight: bold;
	font-size: 11px;
	color: #333333;
	margin: 20px 0px 10px;
	background-color: transparent;
}

h5 {
	font-weight: bold;
	font-size: 11px;
	margin: 7px 0;
	background-color: transparent;
	color: #030303;
	line-height: 130%;
}

h6 {
	font-weight: bold;
	font-size: 12px;
	color: #7E7E90;
	background-color: transparent;
}

/* links */
a{
	color: #FD6907;
}

a.gray {
	color: #747474;
}

a:hover {
	text-decoration: none;
}

.tracking a {
    color: #678106;
}


/* paragraphs */
p {
	margin: 12px 0px;
	line-height: 120%;
}

p img {
	margin: 5px 7px 7px 7px;
}

p.black,
.black{
	color: #333333;
}

small{
	font-size: 10px;
	line-height: 130%;
}

/* lists */
ol {
	margin: 20px 0px 20px 50px;
	padding: 0px;
}

ol ol {
	list-style-type: upper-alpha;
	margin: 4px 0px 4px 15px;
	padding: 0px;
}

ol li {
	line-height: 130%;
	padding: 0px;
	margin: 0px;
}

.red_li li{
	color: #FD6907;
}

.red_li li a{
	color: #747474;
}

ul {
	margin: 4px 0px 10px 0px;
}

ul * ul {
	margin: 4px 0px 4px 7px;
}

ul li {
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 18px;
	list-style-type: none;
	background: url(/templates/images/li.gif) no-repeat 0 5px;
}

ul.line_li{
	width: auto;
	margin: 0 0 0 10px;
	padding: 0;
}

#eprint ul.line_li{
	margin: 0;
}

#eprint ul.line_li li{
	width: 95%;
	margin: 0 0 0 5%;
}

.line_li li {
	background: none;
	border-bottom: 1px solid #E6E6E6;
	padding: 5px 0 7px;
	margin: 0;
	width: 92%;
}

.line_li li.last {
	border-bottom: 0px solid #E6E6E6;
}

/* tables  */
table {
	border-collapse: collapse;
	margin: 12px 0px;
	padding: 0;
	font-size: 11px;
}

.nobrd td{
	border: 0px none #fff;
}

table td {
	border: 1px solid #bbb;
	color: #000;
	padding: 1px 2px;
}

table tr.color td {
	background: #f0f0f0;
}

table th {
	font-size: 100%;
	padding: 1px 2px 3px;
	border: 1px solid #bbb;
	color: #000;
	background: #F1F0F0;
	font-weight: bold;
	font-size: 10px;
}

hr {
	background: #EAE9E9;
	border: 0px;
	color: #EAE9E9;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: -5px 0px 5px;
	padding: 0px;
}

/* form */
.form{
	margin: 15px 0 10px;
}

.form input,
.form select{
	color: #747474;
}

.form .line{
	clear: both;
	padding: 0 0 6px 0;
	width: 95%;
	margin: 2px 0;
}

.form.descr .line{
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}

.form .line:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .form .line{
	height: 1%;
}
 
.form .label{
	float: left;
	width: 44%;
	display: block;
	margin-right: 1%;
	display: inline;
	font-size: 11px;
	text-align: right;
}

.form .formw{
	width: 50%;
	display: block;
	float: left;
}

.text_box{
	display: block;
	width: 140px;
	height: 20px;
}

.select_box{
	display: block;
	width: 206px;
	height: 20px;
	position: relative;
	background: url(/templates/images/input_bg_select.gif) no-repeat;
}

.select_box2{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 5px;
	top: 2px;
}

.text_box input, .inp_date {
	padding: 3px 0 0 5px;
	background:#fff;
	color: #747474;
	border:1px solid #cac3bf;
	font-size:11px;
	height:13px;
	width:125px;
	font: 100% Arial, Helvetica, sans-serif;
}

.text_box input:hover, .inp_date:hover {
	border:1px solid #9e948d;
}

.form .formw select.text{
	width: 96%;
	margin: 0;
}

* html .form .formw select.text{
	margin: -3px;
	width: 98%;
}

.red{
	color: #E05332;
}

.err{
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

#s_month_box{
	width: 60px;
	float: left;
}

.form .formw #s_month_box select.text{
	width: 47px;
}

* html .form .formw #s_month_box select.text{
	width: 50px;
}
#blck_ng {
	background: url(/templates/images/bg_blck_ng.png) 0 0 repeat-x;
	height: 50px;
	font-size: 12px;
	line-height: 23px;
	margin: 0 30px 7px;
	position: relative;
	text-align: center;
}
#blck_ng a {
	color: #287b0e;
	position: relative;
	top: -3px;
}
#blck_ng img {
	margin: 0 7px 0 0;
	position: relative;
	top: 3px;
}
#blck_ng .bump {
	height: 12px;
}
#blck_ng .l {
	background: #f1eedd;
	height: 50px;
	left: 0;
	-moz-opacity: .80; filter: alpha(opacity=80); opacity: .80;
	position: absolute;
	top: 0;
	width: 1px;
	z-index: 1;
}
#blck_ng .r {
	background: #f1eedd;
	height: 50px;
	-moz-opacity: .80; filter: alpha(opacity=80); opacity: .80;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px;
	z-index: 1;
}
#blck_ng .wrap_blck {
	background: #fff;
	height: 26px;
	margin: 0 12px;
	position: relative;
}
#s_month_box	.select_box{
	width: 55px;
	background: url(/templates/images/input_bg_month.gif) no-repeat;
}

#s_day_box{
	width: 50px;
	float: left;
}

.form .formw #s_day_box select.text{
	width: 36px;
}

* html .form .formw #s_day_box select.text{
	width: 40px;
}

#s_day_box	.select_box{
	width: 45px;
	background: url(/templates/images/input_bg_day.gif) no-repeat;
}

#s_year_box{
	width: 45px;
	float: left;
}

#s_year_box .text_box{
	width: 45px;
	background: url(/templates/images/input_bg_year.gif) no-repeat;
}

.form .formw #s_year_box	.text{
	width: 33px;
}

/* layout */
#frame{
	text-align: left;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}
#h_toy {
	background: url(/templates/images/toy.png) 0 0 no-repeat;
	height: 59px;
	left: 230px;
	position: absolute;
	top: 0;
	width: 28px;
	z-index: 20;
}
#h_toy a {
	display: block;
	height: 59px;
	width: 28px;
}
#h_toy .text a {
	display: block;
	padding: 0 0 0 5px;
	position: relative;
	top: 40px;
}
#header {
	height: 140px;
	position: relative;
	z-index: 1000;
}
#header .blck_cart {
	background: url(/templates/images/icon_cart_21x19.png) 0 0 no-repeat;
	color: #333;
	font-size: 15px;
	min-height: 19px;
	padding: 0 0 0 30px;
	position: absolute;
	right: 0;
	top: 44px;
	width: 140px;
}
#header .blck_cart a {
	color: #333;
	text-decoration: none;
}
#header .blck_favs {
	background: url(/templates/images/icon_heart_3.png) 4px 0 no-repeat;
	color: #333;
	font-size: 11px;
	min-height: 16px;
	padding: 0 0 0 30px;
	position: absolute;
	right: 0;
	top: 73px;
	width: 140px;
}
#header .blck_favs a {
	color: #333;
	text-decoration: none;
}
#header .blck_search {
	position: absolute;
	right: 225px;
	top: 54px;
}
#header .blck_search .input {
	background: #fff url(/templates/images/bg_shad_h6.png) 0 0 repeat-x;
	border: 1px solid #ccc;
	height: 31px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	width: 527px;
}
#header .blck_search .input input {
	border: 0;
	color: #444;
	font: 12px tahoma, sans-serif;
	left: 14px;
	outline: 0;
	position: absolute;
	top: 9px;
	width: 430px;
}
#header .blck_search .submit {
	right: -3px;
	margin: 0;
	position: absolute;
	top: 0;
}
#header .blck_search .submit input {
	background: url(/templates/images/btn_find_85x33.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	height: 33px;
	width: 85px;
}
#header .contacts {
	position: absolute;
	right: 213px;
	top: 19px;
}
#header .contacts .list {
	color: #6a6868;
	margin: 0;
	padding: 0;
	position: relative;
}
#header .contacts .list li {
	background: url(/templates/images/des_line_h15.png) 100% 3px no-repeat;
	color: #444;
	float: left;
	font-size: 16px;
	margin: 0;
	min-height: 5px;
	padding: 0 10px 0 9px;
	position: relative;
}
#header .contacts .list .icon {
	padding-left: 0;
}
#header .contacts .list .icon div {
	background: url(/templates/images/icon_phone.png) 0 3px no-repeat;
	padding-left: 18px;
}
#header .contacts .list .lst {
	background: none;
}
#header .contacts .list .str {
	font-size: 11px;
	line-height: 23px;
}
#header .contacts .list .str a {
	color: #3f98ec;
	text-decoration: none;
}
#header .m_top {
	background: url(/templates/images/bg_plate_h39.png) 0 0 repeat-x;
	height: 39px;
	margin: 0 13px 0 21px;
	position: relative;
	top: 101px;
}
#header .m_top .l {
	background: url(/templates/images/plate_h39_l.png) 0 0 no-repeat;
	height: 39px;
	left: 0;
	position: absolute;
	top: 0;
	width: 10px;
}
#header .m_top .menu {
	height: 28px;
	margin: 0 9px 0 19px;
	position: relative;
	padding: 0;
	top: 1px;
	z-index: 1;
}
#header .m_top .menu li {
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
}
#header .m_top .menu a {
	color: #fff;
	text-decoration: none;
}
#header .m_top .menu .color {
	color: #93ebfe;
}
#header .m_top .menu .color_1 {
	color: #f9d92a;
}
#header .m_top .menu .color_2 {
	color: #1d9dc6 !important;
}
#header .m_top .menu .li {
	background: url(/templates/images/des_line_2h14.png) 100% 7px no-repeat;
	color: #fff;
	float: left;
	font: 13px/13px "trebuchet ms", sans-serif;
	height: 28px;
	margin: 0 5px 0 0;
	padding: 0 6px 0 0;
}
#header .m_top .menu .plt {
	height: 22px;
	padding: 1px 6px 0;
	position: relative;
	top: 5px;
}
#header .m_top .menu .plt .top .c_tl {
	background: url(/templates/images/corn_5x5_tl_8.png) 0 0 no-repeat;
	left: 0;
}
#header .m_top .menu .plt .top .c_tr {
	background: url(/templates/images/corn_5x5_tr_8.png) 0 0 no-repeat;
	right: 0;
}
#header .m_top .menu .plt .top .corn {
	height: 5px;
	position: absolute;
	top: 0;
	width: 5px;
}
#header .m_top .menu .plt .top {
	display: none;
	font-size: 0;
	height: 5px;
	left: 0;
	position: absolute;
	top: -5px;
	width: 100%;
}
#header .m_top .menu .plt .top .wrap_t {
	background: #f2f2f4;
	height: 5px;
	margin: 0 5px;
	position: relative;
}
#header .m_top .menu_sub {
	margin: 0;
	padding: 0;
	position: relative;
}
#header .m_top .menu_sub li {
	border-bottom: 1px solid #e2e2e4;
	color: #000;
	font-size: 12px;
	padding: 0 0 3px;
	min-height: 5px;
}
#header .m_top .menu_sub li a {
	display: block;
	color: #000;
	padding: 4px 5px;
	text-decoration: none;
}
#header .m_top .menu_sub li a:hover {
	background: #fff;
	color: #fcac22 !important;
}
#header .m_top .r {
	background: url(/templates/images/plate_h39_r.png) 0 0 no-repeat;
	height: 39px;
	position: absolute;
	right: 0;
	top: 0;
	width: 11px;
}
#header .m_top .sub {
	background: #f2f2f4;
	border: 1px solid #e3e3e3;
	border-width: 0 1px 1px;
	display: none;
	left: 0;
	-moz-opacity: .99; filter: alpha(opacity=99); opacity: .99;
	position: absolute;
	top: 28px;
	width: 195px;
}
#header .m_top .sub .wrap_sub {
	margin: 0 9px;
	padding: 16px 0;
	position: relative;
}
#header .m_top .menu .li.hover,
#header .m_top .menu .li.hover a {
	color: #333;
}
#header .m_top .menu .li.hover .plt {
	background: #f2f2f4;
}
#header .m_top .menu .li.hover .plt .top,
#header .m_top .menu .li.hover .sub {
	display: block;
}
#header .m_top .menu .lst {
	background: none;
	padding: 0;
	margin: 0;
}

#logo {
	left: 26px;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 15px;
}

#navbar{
 margin: 0 22px 0 24px;
	position: relative;
	height: 47px;
	background: url(/templates/images/nav_right.gif) no-repeat 100% 0;
    z-index: 5;
}

#navbar2{
	padding: 90px 0px 0px;
}

/* nav */
#nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 480px;
	height: 47px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(/templates/images/nav.gif) no-repeat 0 0;
	z-index:1000
}

#nav li {
	background: transparent;
	position: absolute;
	bottom: -1px;
	height: 47px;
	display: block;
	margin: 0;
	padding: 0;
	z-index:100;
}
li#bu2:hover a em {
background-position: -125px -49px !important;
}
li#bu3:hover a em {
background-position: -250px -49px !important;
}
#nav li .sub_list_main {
	display:none;
	padding:0;
	position:absolute;
	margin:42px 0 0 -1px;
	z-index:1000;
	width:150px;
	left:0;
	top:0;
}
#nav li .sub_list_main ul {
	background:#E4E4E6;
	margin: 0;
	position:relative;
	z-index:1000
}
#nav li .sub_list_main ul li {
	z-index:1000;
	position:relative !important;
	height:auto !important;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:11px;
	padding:0 0 3px 0;
	border-bottom:solid 1px #CDCDCF;
	
}
#nav li .sub_list_main ul li a {
padding:2px 0 4px 5px;
display:block;
color:#000;
text-decoration:none !important;
}
#nav li .sub_list_main ul li a:hover {
color:#F7941D;
background:#fff;
text-decoration:none;
}
#nav li .sub_list_main .col_50 {
	border-right: 1px solid #fff;
	float: left;
	position: relative;
	width: 186px;
}
#nav li .sub_list_main .col_50 .blck {
	margin: 0 10px 0 0;
}
#nav li .sub_list_main .col_r {
	border: 0;
	border-left: 1px solid #fff;
	left: -1px;
}
#nav li .sub_list_main .col_r .blck {
	margin: 0 0 0 10px;
}
#nav li:hover .sub_list_main {
	display:block;
	position:absolute;
	z-index:1000;
	width:150px;
	left:0;
	top:0;
}
.sub_list_line1 {
background: url(/templates/images/sub_list_line1.gif) no-repeat 0 0;
height:5px;
font-size:0%;
line-height:0%;
width: 198px;
}
.sub_list_line1_1 {
background: url(/templates/images/sub_list_line1.png) no-repeat 0 0;
height:5px;
font-size:0%;
line-height:0%;
width: 396px;
}
.sub_list_line3 {
background: url(/templates/images/sub_list_line3.gif) no-repeat 0 0;
height: 6px;
font-size: 0;
line-height: 0;
width: 198px;
}
.sub_list_line3_1 {
background: url(/templates/images/sub_list_line3.png) no-repeat 0 0;
height: 6px;
font-size: 0;
line-height: 0;
width: 396px;
}
.sub_list_line2 {
background:#E4E4E6;
padding:10px 10px 15px;
width: 178px;
}
.sub_list_line2_1 {
background:#E4E4E6;
padding:10px 10px 15px;
width: 376px;
}

/* adjusted values after ugly browser (no names) */
html>body #nav li {
	bottom: 0;
}

#nav li#bu1 {
	left: 0px;
}

#nav li#bu2 {
	left: 125px;
}

#nav li#bu3 {
	left: 250px;
}

#nav li#bu4 {
	left: 413px;
}

#nav li#bu1 .item{
	width: 125px;
}
/* 110 */
#nav li#bu2 .item{
	width: 125px;
}

#nav li#bu3 .item{
	width: 163px;
}

#nav li#bu4 .item{
	width: 69px;
}

#nav .item{
	position: relative;
	display: block;
	height: 47px;
	font-size: .8em;
	text-decoration: none;
	overflow: hidden; /* wild thing, ... */
	text-align: center;
}

#nav a:link,
#nav a:visited{
	color: #000;
}

#nav a:hover,
#nav a:active {
	color: #0f0;
}

#nav em,
#nav span {
	position: absolute;
	left: 0px;
	display: block;
	width: 100%; /* 112 */
	height: 42px;
}

#nav span {
	font: 11px verdana, arial, sans-serif;
	line-height: 33px;
	height: 70%; /* 20 */
	width: 95%; /*94*/
	top: 4px;
	margin-left: 0px;
}

#nav a:link span,
#nav a:visited span, #nav strong span {
	border: 2px solid #4F4F4F;
	color: #565656;
	background-color: #D1D1D1;
}

#nav a:hover span,
#nav a:active span {
	border: 2px solid #878787;
	background-color: #E6E6E6;
}

#nav em {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/templates/images/nav.gif);
}

#nav li#bu1 a:hover em {
	background-position: 0 -49px;
}

#nav li#bu2 a:hover em {
	background-position: -125px -49px;
}

#nav li#bu3 a:hover em {
	background-position: -250px -49px;
}

#nav li#bu4 a:hover em {
	background-position: -413px -49px;
}


#nav li#bu1 em {
	background-position: 0 0;
}

#nav li#bu2 em {
	background-position: -125px 0;
}

#nav li#bu3 em {
	background-position: -250px 0;
}

#nav li#bu4 em {
	background-position: -413px 0;
}

/* Cursor */
@media screen {
	#nav a {
	/* yeah, yeah... for the best browser on the Earth */
	cursor: hand;
}

	html>body #nav a {
	cursor: pointer;
}

}
/* end nav */
/* nav2 */
#nav2 {
	position: relative;
	left: 0;
	top: 0;
	width: 445px;
	height: 41px;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: none;
}

#nav2 li {
	background: transparent;
	position: absolute;
	bottom: -1px;
	height: 41px;
	display: block;
	margin: 0;
	padding: 0;
}

/* adjusted values after ugly browser (no names) */
html>body #nav2 li {
	bottom: 0;
}

#nav2 li#bu2_1 {
	left: 0px;
}

#nav2 li#bu2_2 {
	left: 84px;
}

#nav2 li#bu2_3 {
	left: 201px;
}

#nav2 li#bu2_4 {
	left: 344px;
}

#nav2 li#bu2_1 .item{
	width: 84px;
}
/* 110 */
#nav2 li#bu2_2 .item{
	width: 117px;
}

#nav2 li#bu2_3 .item{
	width: 143px;
}

#nav2 li#bu2_4 .item{
	width: 101px;
}

#nav2 .item{
	position: relative;
	display: block;
	height: 47px;
	font-size: .8em;
	text-decoration: none;
	overflow: hidden; /* wild thing, ... */
	text-align: center;
}

#nav2 a:link,
#nav2 a:visited{
	color: #000;
}

#nav2 a:hover,
#nav2 a:active {
	color: #0f0;
}

#nav2 em,
#nav2 span {
	position: absolute;
	left: 0px;
	display: block;
	width: 100%; /* 112 */
	height: 41px;
}

#nav2 span {
	font: 11px verdana, arial, sans-serif;
	line-height: 11px;
	height: 50%; /* 20 */
	width: 90%; /*94*/
	top: 4px;
	margin-left: 0px;
}

#nav2 a:link span,
#nav2 a:visited span, #nav strong span {
	border: 2px solid #4F4F4F;
	color: #565656;
	background-color: #D1D1D1;
}

#nav2 a:hover span,
#nav2 a:active span {
	border: 2px solid #878787;
	background-color: #E6E6E6;
}

#nav2 em {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-image: url(/templates/images/nav2.gif);
}

#nav2 li#bu2_1.here em {
	background-position: 0 -41px;
}

#nav2 li#bu2_2.here em {
	background-position: -84px -41px;
}

#nav2 li#bu2_3.here em {
	background-position: -201px -41px;
}

#nav2 li#bu2_4.here em {
	background-position: -344px -41px;
}

#nav2 li#bu2_1 em {
	background-position: 0 0;
}

#nav2 li#bu2_2 em {
	background-position: -84px 0;
}

#nav2 li#bu2_3 em {
	background-position: -201px 0;
}

#nav2 li#bu2_4 em {
	background-position: -344px 0;
}

/* Cursor */
@media screen {
	#nav2 a {
	/* yeah, yeah... for the best browser on the Earth */
	cursor: hand;
}

	html>body #nav2 a {
	cursor: pointer;
}

}
/* end nav2 */
#words{
	position: relative;
	top: 11px;
	margin: 0px 17px 0 492px;
	padding: 0;
	text-align: center;
	font-size: 11px;
	height: 23px;
	background: url(/templates/images/nav_words_right.gif) no-repeat 100% 0;
}

#words2{
	display: block;
	margin: 0px;
	padding: 3px 5px 0;
	height: 20px;
	text-align: center;
	font-size: 11px;
	background: url(/templates/images/nav_words_left.gif) no-repeat 0 0;
	overflow: hidden;
	line-height: 150%;
}
#words .delim {
	margin: 0 6px;
}
#words .discount {
	color: #22a1c4;
	font-weight: bold;
}

.c1{
	margin: 0 0px 40px;
	position: relative;
}

/* c2 */
.c2{
	margin: 0 0px 40px;
	height: 100%;
}

#helppage .c2{
	margin: 0;
}

.c2:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .c2{
	height: 1%;
}
.c2 .c_1{
	float: left;
	width: 68%;
	padding-right: 2%;
	margin-right: -100%;
	display: inline;
}

.c2 .c_2{
	float: right;
	width: 30%;
	display: inline;
}

/* c2=leftsmallcol */
#c2_leftsmallcol.c2{
	margin: 0 0px 40px;
}

#c2_leftsmallcol.c2 .c_1{
	float: left;
	padding: 0px;
	width: 200px;
}

#c2_leftsmallcol.c2 .c_2{
	float: right;
	padding: 0;
	width: 720px;
}

#c2_leftsmallcol .cont{
	width: 100%;
	margin: 0px;
}
#rez .good_left {
	padding: 0 20px 0 0;
}
#rez .good_right {
	width: 300px;
}
/* c2=eprint */
#eprint.c2{
	margin: -10px 0px 40px 30px;
	padding: 0;
}

#eprint.c2 .c_1{
	float: left;
	width: 19.5%;
	padding-right: 0;
	margin-right: -100%;
	display: inline;
}

#eprint.c2 .c_2{
	width: 80.5%;
	display: inline;
}

#eprint.c2 .c_2 .c2{
	margin: -10px 30px 0 20px;
}

#eprint.c2 .c_2 .c2 .c_1{
	float: left;
	width: 65%;
	padding-right: 0;
	margin-right: -100%;
	display: inline;
}

#eprint.c2 .c_2 .c2 .c_1 h2{
	margin-top: 13px;
}

#eprint.c2 .c_2 .c2 .c_2{
	width: 35%;
	display: inline;
}

#eprint.c2 .c_2 .red_li{
	margin-left: 25px;
}
#g_articul {
	color: #5d5d7d;
	float: right;
	position: relative;
	top: 3px;
}
/* c250 */
.c250{
	margin: 0;
}

#acc.c250{
	margin-top: 20px;
	background: url(/templates/images/bg_dashed.gif) repeat-y 50% 0;
}

.c250.border{
	background: url(/templates/images/bg_dashed.gif) repeat-y 50% 0;
	margin-bottom: 20px;
	height: 100%;
}

.c250:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .c250{
	height: 1%;
}
 
.c250 .col_1{
	float: left;
	width: 48%;
	padding-right: 2%;
	margin-right: -100%;
	display: inline;
}

.c250 .col_2{
	float: right;
	width: 46%;
	display: inline;
}

/* 3 col */
#mainpage .c3 {
	color: #333;
	font-size: 12px;
}
.c3{
	margin: 17px 0px 0px 0px;
	background: transparent url(/templates/images/bg_dot.gif) repeat-y 30% 0;
	display:block;
	clear:both;
	position: relative;
}

.c3:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


 
.c3 .col_1{
	float: left;
	margin-right: -100%;
	display: inline;
	width: 34%;
	position: relative;
}

.c3 .col_2{
	float: left;
	margin-left: 34%;
	width: 34%;
	margin-right: -100%;
	display: inline;
}

#step.c3  .col_1,
#step.c3  .col_2{
	border-right: 1px dashed #CFCFCF;
}

.c3 .col_3{
	float: right;
	width: 32%;
	display: inline;
}

.c3 .cont{
	margin-right: 13px;
}

.c3 .col_1 .cont{
	margin-left: 10px;
}

.c3 .col_2 .cont{
	margin-left: 30px;
	_margin-left: 7px;
}

.c3 .col_3 .cont{
	margin-left: 33px;
}

.c3 h2{
	margin: 0 0 13px;
}
.col_50 {
	float: left;
	position: relative;
	width: 50%;
}
.col_50 .cont {
	margin: 0 20px 0 0;
	position: relative;
}
.col_r {
	float: right;
	position: relative;
	width: 50% !important;
	width: 49.5%;
}
.col_r .cont {
	margin: 0 0 0 20px;
	position: relative;
}
*:first-child+html .col_r {
	width: 49.5% !important;
}
.column_1 {
	float: right;
	width: 30%;
}
.column_2 {
	float: left;
	width: 70%;
}
.column_2 .c250 {
	margin-right: 20px;
}
.column_2 .cont h2 {
	margin-top: 0;
}
.column_200fr {
	float: right;
	width: 200px;
}
.column_200mr {
	height: auto !important;
	height: 5px;
	margin: 0 220px 0 0;
	min-height: 5px;
}
.content {
	margin: 0 30px;
	padding-bottom: 20px;
}
.content .color_1 {
	color: #d80111;
}
.content .color_2 {
	color: #617aac;
}
.content .color_3 {
	color: #069a10;
}
#mainpage.content {
	margin: 0 30px;
}

#eprintpage.content {
	margin: 0;
}
#mainban{
	float: right;
}

#auth {
	background: #EDEDED url(/templates/images/roundbox_mainpage.gif) no-repeat;
	height: 165px;
	overflow: hidden;
	position: relative;
	width: 233px;
}
#auth form {
	display: block;
	margin: 0 5px 0 15px;
	padding: 19px 0 0 0;
	position: relative;
}
#auth h2 {
	background: url(/templates/images/ico_star.gif) no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding-left: 22px;
	margin-bottom: 12px;
	color: #666666;
}
#auth label {
	color: #747474;
	display: block;
	float: left;
	font-size: 11px;
	position: relative;
	top: .2em;
}
#auth p {
	font-size: 11px;
	margin: 0;
	padding: 0;
	position: relative;
}
#auth p a {
	color: #747474;
}
#auth .btn {
	background: url(/templates/images/input_btn.gif) 0 0 no-repeat;
	width: 39px;
	height: 20px;
	border: transparent 0 solid;
	cursor: pointer;
	cursor: hand;
}
#auth .checkbox {
	margin: 0 0 10px;
	position: relative;
}
#auth .checkbox input {
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
}
#auth .checkbox label {
	color: #154c89;
	display: inline;
	float: none;
	top: 0;
}
#auth .checkbox .btn {
	margin: 0 0 0 5px;
	top: 1px;
}
#auth .flds {
	margin: 0;
	position: relative;
}
#auth .flds .fld {
	background: none;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}
#auth .inp_box {
	background: url(/templates/images/input_bg.gif) no-repeat;
	height: 19px;
	margin: 0 0 0 70px;
	overflow: hidden;
	position: relative;
	width: 133px;
}
#auth .inp {
	background: none;
	border: 0;
	font: 11px Arial, Helvetica, sans-serif;
	left: 3px;
	position: relative;
	padding: 0;
	top: 2px;
	width: 125px;
}

.auth .btn {
	margin: 0 17px 0 0;
	position: relative;
	top: 6px;
}
.auth .checkbox {
	margin: 0 9px 0 0;
}
.auth .checkbox input {
	position: relative;
	top: 2px;
}
.auth .checkbox label {
	color: #154c89;
	margin: 0 0 0 5px;
}

#auth_1 {
	position: relative;
}
#auth_1 form{
	position: relative;
}
#auth_1 label{
	display: block;
	float: left;
	position: relative;
	top: .2em;
}
#auth_1 .inp_box{
	display: block;
	height: 19px;
	margin: 0 0 0 70px;
}
#auth_1 .inp{
	width: 125px;
	font: 11px Arial, Helvetica, sans-serif;
	background-color: #fff;
	border: 1px solid #cac3bf;
	padding: 1px 0;
}
#auth_1 .btn{
	background: url(/templates/images/input_btn_enter.jpg) 0 0 no-repeat;
	width: 68px;
	height: 20px;
	border: 0;
	cursor: pointer;
	cursor: hand;
}
#auth_1 p {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
#auth_1 p a {
	color: #747474;
}
#auth_1 .checkbox {
	margin: 0 0 10px;
	position: relative;
}
#auth_1 .checkbox input {
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
}
#auth_1 .checkbox label {
	color: #154c89;
	display: inline;
	float: none;
	top: 0;
}
#auth_1 .checkbox .btn {
	margin: 0 0 0 14px;
	top: 1px;
}
#auth_1 .flds {
	margin: 0;
	position: relative;
}
#auth_1 .flds .fld {
	background: none;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}
#auth_1 .lnk_forget {
	left: 220px;
	position: absolute;
	top: 4px;
}

#news dt{
	color: #999999;
}

#news dd{
	padding: 15px 0;
}

/* footer */
#footer{
	background: #F6F4F4;
	height: 70px;
	position: relative;
}

#f_logo{
	position: absolute;
	top: 22px;
	left: 0;
}

#b88{
	position: absolute;
	top: 17px;
	right: 0;
	margin: 0;
	padding: 0;
}

#b88	li{
	display: inline;
	float: left;
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 5px;
	background: transparent;
}

#copy{
	font-style: normal;
	position: absolute;
	color: #C7C5C5;
	top: 25px;
	left: 114px;
}

#box_magenta{
	margin: 20px 0 10px;
	height: 113px;
	width: 204px;
	background: url(/templates/images/box_magenta.gif) no-repeat;
}

#box_magenta p{
	padding: 15px 15px 0;
	margin: 0;
	color: #333333;
}

#box_magenta p img{
	margin: 0;
}

#rightcol a,
#novinka a{
	color: #747474;
}

#rightcol li{
	font-size: 10px;
	margin: 10px 0;
}

#rightcol ol{
	margin: 10px 25px;
	: ;
}

.pad{
	margin: 0 10px;
	width: 80%;
}

/* basket */
table.basket {
	background: #767575 url(/templates/images/th_basket.gif) repeat-x;
}

table.basket th{
	height: 33px;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
	color: White;
	background-color: transparent;
}

table.basket td{
	background-color: #fff;
	border-width: 0 0 1px 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

.c_num{
	width: 88px;
	padding-right: 10px;
	text-align: right;
}

.c_desc{
	width: 131px;
	padding-left: 10px;
}

table.basket th.c_desc{
	background: transparent url(/templates/images/th_basket_sep.gif) no-repeat 1px 10px;
}

.c_ready{
	width: 161px;
	text-align: center;
}

.c_price{
	width: 66px;
	text-align: right;
	padding-right: 10px;
}

.c_disc{
	width: 47px;
	padding-left: 10px;
	text-align: center;
}

table.basket th.c_disc{
	background: transparent url(/templates/images/th_basket_sep.gif) no-repeat 1px 10px;
}

.c_numall{
	width: 132px;
	padding-left: 10px;
}

table.basket th.c_numall{
	background: transparent url(/templates/images/th_basket_sep.gif) no-repeat 1px 10px;
}

#basketpage a{
	color: #747474;
}

#eterform .c250{
	width: 285px;
}

#eterform  a{
	color: #747474;
}

#eterform  label{
	display: block;
	margin-bottom: 4px;
}

#eterform  .btn{
	margin-top: 10px;
}
#reg {
font-size: 12px;
}
#reg label {
	font-size: 12px;
}
#reg table td {
	border: 0;
}
#reg .error_report_place {
	display: block;
	float: left;
	position: relative;
	width: 260px;
}
#reg .formw .btn {
	text-align: right;
}
#reg .formw {
	width: 280px;
}
#reg .text_box {
	width: 280px;
}
#reg .text_box input {
 border: 1px solid #7C9AB8;
 font: 12px arial, sans-serif;
 height: auto;
 padding: 2px 2px 1px;
 width: 276px;
}
#reg .inp_hover {
	background: #fefbcc !important;
}
#searchform:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html #searchform{
	height: 1%;
}
 
#searchform label{
	font-weight: bold;
	color: #333333;
	display: block;
	margin: 4px 0 5px;
}

#searchform .text_box{
	background: White url(/templates/images/input_bg_search.gif) no-repeat;
	width: 300px;
	float: left;
}

#searchform .text_box input{
	width: 285px;
}

#box_blue{
	color: #fff;
	width: 204px;
	height: 331px;
	background: #515BFF url(/templates/images/box_blue.gif) no-repeat;
	float: right;
}

#box_blue p{
	margin: 17px 23px;
}

#box_blue hr{
	margin: 0px 23px;
}

dl{
	margin: 0;
}
dd {
	font-size: 12px;
}
dt{
	font-size: 12px;
	margin: 10px 0 0;
	font-weight: bold;
}

#helppage {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EAE9E9;
}

#nav2page {
	margin-top: 0;
	background: url(/templates/images/bg_dashed.gif) repeat-y 700px 0;
	margin-bottom: 20px;
	height: 100%;
}

#nav2page .c_1 .cont{
	width: 93%;
}

#helppage a{
	color: #747474;
}

#pop_questions li{
	margin: 10px 0;
	font-weight: bold;
}

.wide_h3{
	height: 33px;
	background: url(/templates/images/h3_wide_bg.gif) repeat-x;
}

.wide_h3 h3{
	float: left;
	font-size: 12px;
	margin: 10px 48px;
	display: inline;
}

.wide_h3 .next{
	float: right;
	margin: 7px 10px;
	display: inline;
}

.nextstep{
	padding-right: 20px;
	background: url(/templates/images/ico_next.gif) no-repeat 100% 5px;
}

#registration_box{
	height: 50px;
	background: url(/templates/images/input_btn_registration_bg.gif) no-repeat;
}

#registration_box img{
	margin: 8px 0 0 16px;
}

/*


* html #box_items{
	height: 1%;
}
*/
 
/*
.box_item{
	float: left;
	margin: 5px;
	display: inline;
	border: 1px dashed #BFBFBF;
	height: 160px;
	width: 155px;
	overflow: hidden;
}

.box_item p{
	margin: 0px 10px 20px 10px;
	text-align: center;
	width: 135px;
	font-weight: bold;
}
*/
#editor{
	width: 610px;
	
}
.col_right {
	float: right;
	text-align: left;
	width: 213px;
}
.float_left #editor {
	float:left !important	
}
#editor #subnav{
	height: 32px;
	width: 100%;
	background: #989898 url(/templates/images/editor_subnav_corner.gif) no-repeat 0 0;
}

#editor #subnav ul{
	margin: 0 180px 0 10px;
	padding: 0px;
}

#editor #subnav li{
	float: left;
	margin: 0;
	padding: 0; 
	width: 100px;
	height: 32px;
	background: none; 
	background: url(/templates/images/editor_subnav_sep.gif) no-repeat 100% 10px;
	text-align: center;
	overflow: hidden;
	display:inline;
}

 #editor #subnav li.item_3{
	width: 120px;
} 

#editor #subnav li a{
	color: #fff;
}

/*#editor #subnav .subnav_text{
	width: 160px;
	margin: 8px 8px 0 0;
	text-align: right;
	color: #E3E3E3;
	font-size: 12px;
	float: right;
	font-weight: bold;
	display: inline;
}*/
#editor #subnav .subnav_text{
	width: 170px;
	margin: 0px 0px 0 0;
	text-align: right;
	color: #E3E3E3;
	font-size: 12px;
	float: right;
	font-weight: bold;
	display: inline;
}
#editor #subnav .subnav_text #price_counter{
	background-color: #FFFFFF;
	color: #180CA0;
	font-size: 12px;
	width: 55px;
	height: 18px;
	border: 1px solid #646362;
	margin-right: 8px;
	padding: 2px;
	position: relative;
	top: 8px;
	text-align: center;
}

.btn_orange{
	background: #FF9600;
	border: 1px solid #666666;
	color: #FCFBFB;
	margin: 3px 0;
	padding: 0;
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

.btn_red{
	background: #FF6600;
	border: 1px solid #666666;
	color: White;
	margin: 3px 0;
	padding: 0 5px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif; /*	text-transform: uppercase;*/
	cursor: pointer;
	cursor: hand;
}

.btn_darkred{
	background: #A80F12;
	border: 1px solid #666666;
	color: White;
	margin: 3px 0;
	padding: 0 5px;
	font: bold 11px Tahoma, Arial, Helvetica, sans-serif; /*	text-transform: uppercase;*/
	cursor: pointer;
	cursor: hand;
}

.green{
	color: #107C04;
}

#editor a.btn_orange{
	background: #FF9600;
	border: 1px solid #666666;
	color: #FCFBFB;
	margin: 0px 0;
	padding: 1px 5px;
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
}

#editor a.btn_green,
table.customize a.btn_green,
#adding_items_to_shop table.customize a.btn_green,
.btn_green{
	background: #88B509;
	border: 1px solid #666666;
	color: #FCFBFB;
	margin: 0px;
	padding: 1px 5px;
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	cursor: hand;
}


.btn_grey{
	background: #888888;
	border: 1px solid #666666;
	color: #FCFBFB;
	margin: 3px 0;
	padding: 0;
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	cursor: pointer;
	cursor: hand;
}

#editor a.btn_grey,
.mediabasket_table a.btn_grey{
	background: #888888;
	border: 1px solid #666666;
	margin: 3px 0;
	padding: 1px 5px;
	font: bold 10px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #fff;
}

.img_choose{
	margin: 5px 0 0px;
	padding-bottom: 7px;
}

#preview .img_choose img{
	margin-bottom: 10px;
}

.nextprev{
	text-align: right;
	margin-right: 20px;
	padding: 5px 0px;
}

.header_text{
	width: 100%;
}

.header_text .text{
	margin: 2px 0 0;
	float: left;
	width: 60%;
	font: bold 13px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #5E8F0A;
}

.header_text .nextprev{
	width: 35%;
	float: right;
}

.header_text:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .header_text{
	height: 1%;
}
 
#editor .c2 .col_1{
	float: left;
	width: 58%;
	margin-right: -100%;
	display: inline;
	padding: 0 2% 0 0;
	margin: 0 -100% 0 0;
}

#editor .c2 .col_2{
	float: right;
	width: 40%;
	padding: 0;
	margin: 0;
	display: inline;
}

.box_grey{
	border: 1px solid #999999;
	background: #fff;

}

.col_header{
	background: #999999;
	padding: 4px 20px 6px;
	color: White;
	font-weight: bold;
	position: relative;
	font-size: 11px;
}

.help{
	position: absolute;
	right: 4px;
	top: 3px;
}

#editor .c2 .col_2 .col_header{
	padding: 4px 7px 6px;
}

#editor a{
	color: #3166CC;
}

#editor #big_image{
	font-size: 12px;
	margin: 10px 0 10px;
}

#important{
	position: relative;
	color: #5A5959;
}

#important	.text{
	margin: 0 70px 20px 10px;
}

#important	.icon{
	position: absolute;
	right: 40px;
	top: 10px;
}

#index {
	margin: 0 19px 0 23px;
	position: relative;
}
#index .blck_about {
	color: #444;
	font-size: 12px;
	position: relative;
}
#index .blck_about a {
	color: #388ddc;
	text-decoration: none;
}
#index .blck_about .chapter {
	color: #3191eb;
	font: 16px/16px "trebuchet ms", sans-serif;
	margin: 0 0 12px;
	position: relative;
}
#index .blck_about .features {
	margin: 0 88px 0 0;
	min-height: 50px;
	position: relative;
}
#index .blck_about .features .icon {
	background: url(/templates/images/icon_v_45x47.png) 0 0 no-repeat;
	height: 47px;
	right: -45px;
	position: absolute;
	top: 0;
	width: 45px;
}
#index .blck_about .features .list {
	margin: 0;
	position: relative;
	padding: 0;
}
#index .blck_about .features .list li {
	background: none;
	margin: 0 0 6px;
	position: relative;
	padding: 0;
}
#index .blck_about .text {
	margin: 0 0 30px;
	position: relative;
}
#index .blck_about .text p {
	line-height: 15px;
	margin: 0 0 12px;
}
#index .blck_4print {
	color: #444;
	font-size: 13px;
	position: relative;
}
#index .blck_4print a {
	color: #3191eb;
	text-decoration: none;
}
#index .blck_4print .list {
	margin: 0 -10px 0 -10px;
	position: relative;
}
#index .blck_4print .list li {
	background: none;
	float: left;
	height: 101px;
	margin: 0 0 10px 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 101px;
}
#index .blck_4print .list .lnk_frame {
	border: 1px solid #ccc;
	display: block;
	height: 99px;
	left: 0;
	position: absolute;
	top: 0;
	width: 99px;
	z-index: 1;
}
#index .blck_4print .list .lnk_frame:hover {
	border: 2px solid #1d9dc6;
	height: 97px;
	width: 97px;
}
#index .blck_4print .list .thumb {
	height: 99px;
	overflow: hidden;
	position: relative;
	width: 99px;
}
#index .blck_4print .list .title,
#index .blck_4print .list .title a,
#index .blck_4print .list .title .bg {
	height: 21px;
}
#index .blck_4print .list .title {
	bottom: 0;
	color: #000;
	font-size: 12px;
	bottom: 0;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center;
	width: 100%;
}
#index .blck_4print .list .title span {
	display: block;
	position: relative;
	white-space: nowrap;
	text-overflow: clip;
	width: 100%;
	z-index: 1;
}
#index .blck_4print .list .title .bg {
	background: #fff;
 left: 0;
	-moz-opacity: .85; filter: alpha(opacity=85); opacity: .85;
	position: absolute;
	top: 0;
	width: 100%;
}
#index .blck_4print .list .wrap_li {
	height: 99px;
	left: 1px;
	overflow: hidden;
	position: relative;
	top: 1px;
	width: 99px;
}
#index .blck_4print .lnk_create {
	background: url(/templates/images/btn_allgoods_187x30.png) 0 0 no-repeat;
	display: block;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 3px;
	width: 187px;
}
#index .blck_buy {
	color: #444;
	font-size: 13px;
	position: relative;
}
#index .blck_buy a {
	color: #3191eb;
	text-decoration: none;
}
#index .blck_buy .dashed {
	background: url(/templates/images/bg_dashed_6x1_1.png) 0 0 repeat-x;
	height: 1px;
	font-size: 0;
	margin: 0 0 8px;
}
#index .blck_buy .itself {
	position: relative;
}
#index .blck_buy .itself .list {
	margin: 0 -10px 0 -10px;
	position: relative;
}
#index .blck_buy .itself .list li {
	background: none;
	float: left;
	height: 101px;
	margin: 0 0 10px 10px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 101px;
}
#index .blck_buy .itself .list .lnk_frame {
	border: 1px solid #ccc;
	display: block;
	height: 99px;
	left: 0;
	position: absolute;
	top: 0;
	width: 99px;
	z-index: 1;
}
#index .blck_buy .itself .list .lnk_frame:hover {
	border: 2px solid #1d9dc6;
	height: 97px;
	width: 97px;
}
#index .blck_buy .itself .list .thumb {
	height: 99px;
	overflow: hidden;
	position: relative;
	width: 99px;
}
#index .blck_buy .itself .list .title,
#index .blck_buy .itself .list .title a,
#index .blck_buy .itself .list .title .bg {
	height: 21px;
}
#index .blck_buy .itself .list .title {
	bottom: 0;
	color: #000;
	font-size: 12px;
	bottom: 0;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center;
	width: 100%;
}
#index .blck_buy .itself .list .title span {
	display: block;
	position: relative;
	white-space: nowrap;
	text-overflow: clip;
	width: 100%;
	z-index: 1;
}
#index .blck_buy .itself .list .title .bg {
	background: #fff;
 left: 0;
	-moz-opacity: .85; filter: alpha(opacity=85); opacity: .85;
	position: absolute;
	top: 0;
	width: 100%;
}
#index .blck_buy .itself .list .wrap_li {
	height: 99px;
	left: 1px;
	overflow: hidden;
	position: relative;
	top: 1px;
	width: 99px;
}
#index .blck_buy .lnk_buy {
	background: url(/templates/images/btn_alldis_170x30.png) 0 0 no-repeat;
	display: block;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 3px;
	width: 170px;
}
#index .blck_buy .pop {
	position: relative;
}
#index .blck_buy .pop .chap {
	color: #333;
	font: 15px "trebuchet ms", sans-serif;
	margin: 0 0 7px;
	position: relative;
}
#index .blck_buy .pop .col {
	float: left;
	margin: 0 10px 0 0;
	position: relative;
	width: 101px;
}
#index .blck_buy .pop .col.mr0 {
	margin-right: 0;
	width: 99px;
}
#index .blck_buy .pop .list {
	margin: 0;
	padding: 0;
	position: relative;
}
#index .blck_buy .pop .list li {
	color: #444;
	background: none;
	font-size: 12px;
	margin: 0 0 3px 0;
	padding: 0;
	position: relative;
}
#index .blck_buy .pop .list li a {
	color: #444;
}
#index .blck_buy .pop .list li a:hover {
	color: #3191eb;
}
#index .blck_buy .pop .list .wrap {
	margin: 0 5px 0 0;
	position: relative;
}
#index .blck_earn {
	color: #444;
	font-size: 12px;
	position: relative;
}
#index .blck_earn .accounts {
	position: relative;
}
#index .blck_earn .accounts .chap {
	color: #333;
	font: 15px "trebuchet ms", sans-serif;
	margin: 0 0 12px;
	position: relative;
}
#index .blck_earn .accounts .list {
	margin: 0;
	padding: 0;
	position: relative;
}
#index .blck_earn .accounts .list li {
	background: none;
	float: left;
	height: 51px;
	margin: 0 22px 0 0;
	padding: 0;
	position: relative;
}
#index .blck_earn .accounts .list .mr {
	margin: 0 12px 0 0;
}
#index .blck_earn .accounts .list .lst {
	margin: 0;
}
#index .blck_earn .dashed {
	background: url(/templates/images/bg_dashed_6x1_1.png) 0 0 repeat-x;
	height: 1px;
	font-size: 0;
	margin: 0 0 8px;
}
#index .blck_earn .itself {
	position: relative;
}
#index .blck_earn .itself .list {
	margin: 0 -10px 0 -20px;
	position: relative;
}
#index .blck_earn .itself .list li {
	background: none;
	float: left;
	height: 101px;
	margin: 0 0 13px 19px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 101px;
}
#index .blck_earn .itself .list .frame {
	border: 1px solid #ccc;
	display: block;
	height: 99px;
	left: 0;
	position: absolute;
	top: 0;
	width: 99px;
	z-index: 1;
}
#index .blck_earn .itself .list .lnk_frame {
	border: 1px solid #ccc;
	display: block;
	height: 99px;
	left: 0;
	position: absolute;
	top: 0;
	width: 99px;
	z-index: 1;
}
#index .blck_earn .itself .list .lnk_frame:hover {
	border: 2px solid #1d9dc6;
	height: 97px;
	width: 97px;
}
#index .blck_earn .itself .list .thumb {
	height: 99px;
	overflow: hidden;
	position: relative;
	width: 99px;
}
#index .blck_earn .itself .list .title,
#index .blck_earn .itself .list .title a,
#index .blck_earn .itself .list .title .bg {
	height: 21px;
}
#index .blck_earn .itself .list .title {
	bottom: 0;
	color: #000;
	font-size: 12px;
	bottom: 0;
	left: 0;
	line-height: 20px;
	position: absolute;
	text-align: center;
	width: 100%;
}
#index .blck_earn .itself .list .title span {
	display: block;
	position: relative;
	white-space: nowrap;
	text-overflow: clip;
	width: 100%;
	z-index: 1;
}
#index .blck_earn .itself .list .title .bg {
	background: #fff;
 left: 0;
	-moz-opacity: .85; filter: alpha(opacity=85); opacity: .85;
	position: absolute;
	top: 0;
	width: 100%;
}
#index .blck_earn .itself .list .wrap_li {
	height: 99px;
	left: 1px;
	overflow: hidden;
	position: relative;
	top: 1px;
	width: 99px;
}
#index .blck_earn .itself .txt a {
	color: #3191eb;
	text-decoration: none;
}
#index .blck_earn .itself .txt p {
	line-height: 18px;
	margin: 0 0 10px;
}
#index .blck_news {
	position: relative;
}
#index .blck_news .chapter {
	color: #333;
	font-size: 22px;
	line-height: 22px;
	margin: 0 0 8px;
	position: relative;
}
#index .blck_news .dashed {
	background: url(/templates/images/bg_dashed_6x1_1.png) 0 0 repeat-x;
	height: 1px;
	font-size: 0;
	margin: 0 0 15px;
}
#index .blck_news .list {
	margin: 0 0 15px;
	position: relative;
	padding: 0;
}
#index .blck_news .list li {
	background: none;
	margin: 0 0 8px;
	min-height: 12px;
	position: relative;
	padding: 0;
}
#index .blck_news .list .date {
	color: #fd6907;
	float: left;
	position: relative;
}
#index .blck_news .list .title,
#index .blck_news .list .title a {
	color: #747474;
}
#index .blck_news .list .title {
	margin: 0 0 0 66px;
	min-height: 12px;
	position: relative;
}
#index .blck_news .list .title a:hover {
	text-decoration: none;
}
#index .blck_news .lnk_further {
	margin: 0 0 20px;
	text-align: right;
}
#index .blck_news .lnk_further a {
	color: #8abb00;
}
#index .blck_news .lnk_subscribe {
	background: url(/templates/images/ico_rss.gif) 0 3px no-repeat;
	color: #8abb00;
	float: right;
	min-height: 14px;
	padding: 0 0 0 20px;
	position: relative;
	top: 6px;
	z-index: 1;
}
#index .blck_news .lnks {
	color: #a7a7a7;
	font-size: 18px;
}
#index .blck_news .lnks a {
	color: #a7a7a7;
	text-decoration: none;
}
#index .blck_news .wrap_blck {
padding-top: 8px;
}
#index .col_50 .wrap_c {
	margin: 0 5px 0 0;
	position: relative;
}
#index .col_r .wrap_c {
	margin: 0 0 0 5px;
	position: relative;
}
#index .col_left {
	float: left;
	position: relative;
	width: 625px;
}
#index .col_right {
	float: right;
	position: relative;
	width: 320px;
}
#index .content {
	color: #444;
	font-size: 12px;
	margin: 0 20px 0 0;
	padding: 0;
}
#index .content h1 {
	background: url(/templates/images/bg_dashed_6x1_1.png) 0 100% repeat-x;
	color: #444;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px;
	padding: 0 0 11px;
}
#index .content p {
	line-height: 18px;
	margin: 0 0 10px;
}
#index .mb {
	margin-bottom: 20px;
	position: relative;
}
#index .promo {
	position: relative;
	width: 625px;
}
#index .promo .image {
	height: 299px;
	left: 0;
	overflow: hidden;
	position: relative;
	top: 1px;
	width: 625px;
	z-index: 1;
}
#index .promo .image .list {
	height: 300px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 625px;
}
#index .promo .image .list li {
	background: none;
	border: 1px solid #eee;
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	height: 298px;
	left: 0;
	margin: 0;
	padding: 0;
	position: absolute;
	overflow: hidden;
	top: 0;
	width: 623px;
}
#index .promo .image .list li img {
	display: block;
}
#index .promo .image .list .a {
	z-index: 3;
}
#index .promo .image .list .next_a {
	z-index: 2;
}
#index .promo .m_tabs {
	background: #ccc;
	border: 1px solid #eee;
	border-width: 0 1px 0 0;
	height: 30px;
	margin: 0;
	position: relative;
	padding: 0;
	width: 624px;
	z-index: 4;
}
#index .promo .m_tabs li {
	background: none;
	color: #4b4b4b;
	float: left;
	font-size: 13px;
	height: 30px;
	line-height: 29px;
	margin: 0;
	position: relative;
	padding: 0;
	text-align: center;
	width: 156px;
}
#index .promo .m_tabs li a {
	color: #4b4b4b;
	display: block;
	height: 30px;
	position: relative;
	text-decoration: none;
}
#index .promo .m_tabs li a:hover {
	background: #ff9812;
	color: #fff;
}
#index .promo .m_tabs .arr {
	background: url(/templates/images/icon_uarr_15x7.png) 0 0 no-repeat;
	display: none;
	font-size: 0;
	height: 7px;
	left: 50%;
	margin: 0 0 0 -7px;
	position: absolute;
	top: -7px;
	width: 15px;
}
#index .promo .m_tabs .delim {
	background: url(/templates/images/des_line_2h31.png) 0 0 no-repeat;
	font-size: 0;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	width: 2px;
}
#index .promo .m_tabs .a {
	background: #ff9812;
	color: #fff;
}
#index .promo .m_tabs .a a {
	color: #fff;
}
#index .promo .m_tabs .a .arr {
	display: block;
}

.box_grey_plus{
	/*border: 1px solid black;*/
	background: #F5F5F5;
	/*margin-bottom: 5px*/;
	color: Black;
}
.box_grey_plus2{
	background: #EDEDED;
	padding: 5px;
}

#preview.box_grey_plus img{
	border: 1px solid #999999;
}

#editor .red{
	color: #FF0100;
}




.smallimg_choose{
	margin: 20px 20px;
}

.smallimg_box{
	float: left;
	width: 80px;
	margin: 0 5px 6px 5px;
	text-align: center;
	display: inline;
}

.smallimg_choose:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .smallimg_choose{
	height: 1%;
}
 
.smallimg_box img{
	border: 5px solid #EEEEEE;
}

 
.clear{
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.upload{
	margin: 0 20px;
	padding: 0 17px 10px;
	background: url(/templates/images/ico_green_arrow.gif) no-repeat 0px 2px;
}

.upload input.file{
	width: 100%;
	font-size: 11px;
}

.submit{
	margin: 3px 0;
	font-size: 11px;
}

td.grey{
	background: #F5F5F5;
	color: #000;
	font-size: 12px;
}

#former {
	font-size: 11px;
	position: relative;
}
#former h3 {
	font-size: 13px;
	margin: 10px 0 5px;
}
#former p {
	margin: 5px 0;
}
#former .txt {
	margin: 0 20px;
}

.smallhref{
	font-size: 11px;
	margin: 5px 0;
}

.digital{
	width: 50px;
}

#former .inp_txt{
	width: 70%;
}

.valign{
	vertical-align: middle;
	margin-top: 6px;
}

* html .valign{
	margin-top: 0px;
}
.m_left {
	position: relative;
}
.m_left .line_li li {
	font-size: 12px;
}
.mediabasket_table{
	width: 100%;
}
.mediabasket_table select {
	border: 1px solid #7F9DB9;
	padding: 1px;
}
.mediabasket_table td{
	background: #E9E9E9;
	border: 1px solid #fff;
	padding: 5px;
}

.mediabasket_table th{
	border: 1px solid #fff;
	color: #fff;
	background: #999999;
	padding: 5px;
	font-size: 12px;
}
.mediabasket_table .color {
	color: #f00;
}
.mediabasket_table .input {
	margin: 14px 0 0;
}
.mediabasket_table .lnk_bl {
	color: #027aaf;
	font-size: 10px;
}
.mediabasket_table .old_price {
 background: url(/templates/images/bg_strike.png) 0 3px repeat-x;
}
.mediabasket_table .price_oldprice {
	margin: 0 auto;
}
.mediabasket_table .price_oldprice td {
	border: 0;
	text-align: right;
}
.mediabasket_table .price_oldprice .d_type {
	display: none;
}
.mediabasket_table th.green{
	background: #90BD0A;
}

.mediabasket_table .subheader td{
	background: #AEAEAE;
	color: #fff;
	font-weight: bold;
}

.mediabasket_table a{
	color: #326BDC;
}

.shops_item{
	width: 125px;
	height: 65px;
	overflow: hidden;
	position: relative;
}

.shops_item_title{
	position: absolute;
	top: 0px;
	left: 0px;
	font-weight: bold;
	font-size: 12px;
}

.shops_item_pic{
	position: absolute;
	top: 14px;
	left: 0px;
	font-weight: bold;
	font-size: 12px;
}

.shops_item_choose{
	position: absolute;
	top: 18px;
	left: 50px;
	width: 75px;
	font-size: 12px;
	height: 18px;
	overflow: hidden;
}

.shops_item_about{
	position: absolute;
	top: 38px;
	left: 50px;
	font-size: 12px;
}



.blue{
	color: #3465CB;
}

.darkblue{
	color: #08208A;
}

/* товары в вашем магазине */



/*  единичные предметы */


#unique_item .item .item_price{
	margin: 10px 0px;
}


/* customize */


.big{
	font-size: 12px;
}

/* select_color */



/* check */

#order_gift {
	color: #0c0c0c;
	font-size: 12px;
	position: relative;
	text-align: left;
}
#order_gift a {
	color: #0446aa;
}
#order_gift p {
	margin: 0 0 10px;
}
#order_gift .chapter {
	background: url(/templates/images/giftbox.png) 0 0 no-repeat;
	color: #040404;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 18px;
	min-height: 45px;
	padding: 0 0 0 60px;
}
#order_gift .step {
	font-size: 14px;
	margin: 0 0 15px 65px;
	position: relative;
}
#order_gift .step div.color {
	font-weight: bold;
	left: -55px;
	position: absolute;
	top: 0;
}
#order_gift .step .color {
	color: #037a0b;
}
#order_gift .step_c {
	font-size: 14px;
	margin: 0 0 0 65px;
	position: relative;
}
#order_gift .step_c a {
	color: #0446aa;
}
#order_gift .step_c ul li {
	background: url(/templates/images/des_dash_5x1.png) 0 10px no-repeat;
	margin: 0 0 15px -17px;
	padding: 0 0 0 17px;
}
#order_gift .step_c .flds {
	margin: 0 0 0 -12px;
	padding: 0;
	position: relative;
}
#order_gift .step_c .flds .fld {
	background: none;
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	position: relative;
}
#order_gift .step_c .flds .fld .radio {
	left: -10px;
	position: relative;
	top: 2px;
}
#order_gift .step_c .fontm {
	font-size: 13px;
}
#order_gift .step_c .notice {
	color: #2f322e;
	font-size: 11px;
}
#order_gift .step_c .socials {
	margin: 0 0 10px;
	padding: 0;
}
#order_gift .step_c .socials li {
	background: none;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
#order_gift .step_c .submit {
	bottom: -45px;
	position: absolute;
	right: -2px;
}
#order_gift .step_c .submit input {
	background: url(/templates/images/btn_send_123x33.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	height: 33px;
	position: relative;
	width: 123px;
}
#order_gift .step_c .textarea {
	margin: 0 0 35px;
	position: relative;
 width: 99%;
}
#order_gift .step_c .textarea textarea {
	border: 1px solid #cac3bf;
	height: 110px;
	width: 100%;
}
#order_gift .wrap {
	margin: 0 0 0 60px;
}
#order_gift_succ {
	color: #424442;
	display: none;
	position: relative;
	text-align: left;
}
#order_gift_succ a {
	color: #424442;
}
#order_gift_succ p {
	margin: 0 0 10px;
}
#order_gift_succ .chapter {
	background: url(/templates/images/giftbox.png) 0 0 no-repeat;
	color: #040404;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 18px;
	min-height: 45px;
	padding: 0 0 0 60px;
}
#order_gift_succ .wrap {
	background: url(/templates/images/icon_v_105x86.png) 60px 0 no-repeat;
	height: auto !important;
	height: 90px;
	min-height: 90px;
	padding: 0 0 0 190px;
}
#order_gift_succ .wrap p {
	font-size: 14px;
}
#order_summ{
	margin: 5px 0px 0px 10px;
	border: 1px solid #7eae00 !important;
	padding: 3px 5px;
}

#order_summ th{
	background: #7eae00 !important;
	border: 0px none;
	font-size: 12px;
	padding: 4px 10px 5px!important;
	color:#fff
}
#order_summ .strike {
 background: url(/templates/images/bg_strike.png) 0 3px repeat-x;
}
#order_summ .t_old_price {
	margin: 0;
}
#order_summ .t_old_price td {
	border: 0;
	padding-right: 0;
	text-align: right;
}

/* check wm */
.wmr_wmz th{
	border: 0px none;
	background: #CCCCCC;
}


#top_service {
	background: #eee;
	height: 24px;
	position: relative;
}
#top_service .menu {
	background: #717270;
	float: right;
	height: 24px;
	margin: 0;
	padding: 0 6px;
	position: relative;
}
#top_service .menu li {
	background: url(/templates/images/des_line_h12.png) 100% 6px no-repeat;
	color: #f8f8f8;
	float: left;
	height: 24px;
	line-height: 23px;
	margin: 0;
	padding: 0;
	position: relative;
}
#top_service .menu li a {
	color: #f8f8f8;
	display: block;
	height: 24px;
	padding: 0 15px 0 14px;
	text-decoration: none;
}
#top_service .menu li a:hover {
	text-decoration: underline;
}
#top_service .menu .lst {
	background: none;
	padding-right: 14px;
}
#top_service .wrap {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height:1px;
}




/*checkout.psd 12.03.07*/

/* Form
================================================*/

.form{
        margin: 10px 0 10px;
        width: 100%;
        padding: 0px 0 0;
}
.form.redline{
        border-top: 2px solid #CECECE;
}
.form fieldset{
        border: 1px solid #CBC0BC;
        padding: 0px 20px 20px;
}
.form legend{
        margin: 0px 0px 10px;
        padding: 0 5px;
        font-size: 120%;
        font-weight: bold;
        height: auto;
}

.form ul{
        margin: 0;
        padding: 0;
}
.form .line{
        clear: both;
        padding: 0 0 6px 0;
        width: 100%;
        margin: 2px 0;
}
.form .line.marked{
        background: #D98C00;
        padding: 10px 0 10px;
        color: #fff;
}
.form .line.marked label{
        margin-left: 10px;
}
.form.descr .line{
        border-bottom: 1px solid #ccc;
        padding: 5px 0 6px 0;
}
.form .line:before{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after{content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line{height: 1%;} 
.form .label{
        float: left;
        width: 140px;
        display: block;
        margin-right: 10px;
        display: inline;
        font-size: 93%;
}
.form .formw{
        width: 165px;
        display: block;
        float: left;
}
form.descr .formw{
        width: 460px;
        text-align: justify;
}
.form .formw .text_2{
        width: 165px;
        background: White;
        font: 100% Arial, Helvetica, sans-serif;
}

.form .rad{
        vertical-align: middle;
        margin: 0 4px 0 0;
}
.form .btn{
        font: 100% Arial, Helvetica, sans-serif;
        cursor: pointer;
        cursor: hand;
}
.red{
        color: #E05332;
}
.err{
        color: #E05332;
        font-size: 83%;
        line-height: 115%;
}


.checkout {
	width: 730px;
	margin-left: 15px;
   color: Black;
	text-align: left;
}

.checkout h2 {
	color: Black;
}


.order_and_address {
	width: 485px;
	float: left;
}

.mediabasket_table {
	margin-bottom: 0px;
}

.nobrd .change_completing {
	text-align: center;
		color: #455554;
}


.order_and_address p {
	text-align: right;
}

.text_center {
	text-align: center;
}

.state_province {
   height: 17px;
	width: 220px;
}

postal_code {
	width: 65px;
}

.form .formw .text_3{
        width: 65px;
        background: White;
        font: 100% Arial, Helvetica, sans-serif;
}

.country{
        width: 200px;
        background: White;
        font: 100% Arial, Helvetica, sans-serif;
		  height: 17px;
}

.correctness_data {
   text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.way_of_payment {
	display: none;
	border: 0;
 margin: 0 0 13px 11px;
}

.way_of_payment td {
	border: 0px;
 font-size: 12px;
	vertical-align: top;
}

.payment_title {
   color: #0b0be1;
   font-size: 11px;
}

.green_price {
	color: #1A8109;
}

.comments_text {
	width: 570px;
	height: 55px !important;
   margin-bottom: 7px;
}

.comments_text_110 {
    width: 570px;
	height: 110px !important;
    margin-bottom: 7px;
}

.btn_arrange {
	text-align: right;
   margin-right: 105px; 
}


/*Printdirekt_?? 12.03.07*/

.fdgtrdgbsrt {
	background: Black;
}

.payments {
		 position: relative;
		background: url(/templates/images/payments_bg.gif) ;
		 height: 64px;
		 width: 121px;
		 margin: 0px 0px 0px 0px;
		 padding: 0px;
	}
	
.payments_text {
		font-size: 9px;
		font-weight: bolder;
		padding: 5px 5px 5px 5px ;
		color: Black;
		}


.news_acc{
	font-size: 11px;
	margin: 0 0 10px 5px;
}
.news_acc dt{
	font-size: 10px;
	float: left;
	width: 40px;
	margin-right: -100%;
	font-weight: normal;
	margin: 0px;
	color: #FF6600;
}
.news_acc dd{
	margin: 0px;
	font-size: 10px;
	margin-left: 50px;
}
* html .news_acc dd{
	height: 1%;
}

/*printdirekt_cart 12.03.07*/

.printdirekt_cart {
	margin: 0 24px 0 0;
	position: relative;
}
.printdirekt_cart .bimage {
	display: none;
}
.printdirekt_cart .box {
	border: 1px solid #b5b5b5;
	color: #000;
	position: relative;
}
.printdirekt_cart .box label {
	display: block;
	font-weight: bold;
	margin: 0 0 4px;
}
.printdirekt_cart .box p {
	margin: 0 0 6px;
	padding: 0;
}
.printdirekt_cart .box table {
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
.printdirekt_cart .box table td {
	border: 0;
	vertical-align: top;
}
.printdirekt_cart .box .acc {
	margin: 4px 0;
}
.printdirekt_cart .box .acc label {
	display: inline;
	font-weight: normal;
	padding: 0 10px 0 0;
}
.printdirekt_cart .box .btn_add {
	border: 0;
	cursor: pointer;
	height: 14px;
	padding: 0;
	margin: 0 0 0 8px;
	position: relative;
	top: 3px;
	width: 14px;
}
.printdirekt_cart .box .checkbox {
	position: relative;
}
.printdirekt_cart .box .checkbox input {
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
}
.printdirekt_cart .box .checkbox label {
	display: inline;
}
.printdirekt_cart .box .error {
	color: #f90c0c;
	font-weight: bold;
	margin: 0 0 0 53px;
}
.printdirekt_cart .box .input {
	border: 1px solid #7d9ab8;
	padding: 1px;
	width: 114px;
}
.printdirekt_cart .box .input1 {
	width: 164px;
}
.printdirekt_cart .box .mb {
	margin-bottom: 5px;
}
.printdirekt_cart .box .ml {
	margin-left: 100px;
}
.printdirekt_cart .box .user {
	padding: 1px 0 0;
}
.printdirekt_cart .box .user a {
	color: #086b03 !important;
	font-size: 13px;
	font-weight: bold;
}
.printdirekt_cart .box .wrap_m {
	margin: 0 15px 0 8px;
	padding: 10px 0 4px;
	position: relative;
}
.printdirekt_cart .btns {
	margin: 0;
	position: relative;
	width: 100%;
}
.printdirekt_cart .cart_preinfo {
	margin: 0;
}
.printdirekt_cart .cart_preinfo a {
	color: #199CD1 !important;
	text-decoration: none;
}
.printdirekt_cart .cart_preinfo h5 {
	color: #707071;
	font-size: 14px;
	margin: 0 0 10px;
}
.printdirekt_cart .cart_preinfo p {
	margin: 0 0 10px;
	padding: 0;
}
.printdirekt_cart .cart_preinfo td {
	vertical-align: top;
}
.printdirekt_cart .cart_preinfo .color {
	color: #f00;
}
.printdirekt_cart .cart_preinfo .fontl {
	font-size: 12px;
}
.printdirekt_cart .line {
	background: url(/templates/images/des_dashed_6x1.png) 0 0 repeat-x;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 0 0 15px;
}
.printdirekt_cart .lnk_contbuy {
	background: url(/templates/images/btn_contbuy_236x25.png) 0 0 no-repeat;
	display: block;
	height: 25px;
	width: 236px;
}
.printdirekt_cart .total {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 15px;
	text-align: right;
}
.cart_c_num {
	width: 32px;
	padding-right: 10px;
	text-align: right;
}
.cart_c_desc{
	width: 200px;
	padding-left: 10px;
}
.cart_l {
	background: url(/templates/images/bg_dashed_1x6.png) 100% 0 repeat-y;
	height: auto !important;
	height: 5px;
	margin: 0 230px 0 0;
	min-height: 5px;
	padding: 0 0 20px;
	position: relative;
}
.cart_l .wrap_cart_l {
	margin: 0 24px 0 0;
	position: relative;
}
.cart_r {
	background: url(/templates/images/bg_dashed_1x6.png) 0 0 repeat-y;
	float: right;
	left: -1px;
	padding: 0 0 20px;
	position: relative;
	width: 230px;
}
.cart_r p {
	margin: 0;
	padding: 0;
}
.cart_r .blck_payment a {
	color: #199cd1 !important;
}
.cart_r .cart_num {
	background: #fff568;
	color: #494949;
	margin: 0 0 25px;
	padding: 0 2px;
}
.cart_r .cart_num strong {
	color: #000;
	font-size: 12px;
	font-style: italic;
}
.cart_r .chapter {
	color: #199cd1;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 6px;
	position: relative;
}
.cart_r .chapter_1 {
	color: #199cd1;
	font-weight: bold;
	margin: 0 0 5px;
	position: relative;
}
.cart_r .checkout_complete .cart_num {
	display: none;
}
.cart_r .info {
	color: #000;
	margin: 0 0 25px;
	position: relative;
}
.cart_r .info_hlp {
	color: #000;
	margin: 0 0 15px;
}
.cart_r .info_hlp a {
	color: #3465cb !important;
	font-size: 11px;
	font-weight: normal;
}
.cart_r .info_hlp p {
	font-size: 11px;
	margin: 0 0 10px;
}
.cart_r .phones {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
	position: relative;
}
.cart_r .phones p {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.cart_r .phones .i {
	font-size: 11px;
	font-weight: normal;
}
.cart_r .wrap_m {
	margin: 0 0 0 20px;
	position: relative;
}
table.basket th.cart_c_desc{
	background: transparent url(/templates/images/th_basket_sep.gif) no-repeat 1px 10px;
}

.cart_c_ready{
	width: 0px;
	text-align: center;
}

.cart_c_price{
	width: 0px;
	text-align: right;
	padding-right: 10px;
}

.cart_c_disc{
	width: 47px;
	padding-left: 10px;
	text-align: center;
}

table.basket th.cart_c_disc{
	background: transparent url(/templates/images/th_basket_sep.gif) no-repeat 1px 10px;
}

.cart_c_numall{
	width: 132px;
	padding-left: 10px;
}
#printdirekt_cart_table {
	background: #989898;
	margin: 0 0 15px;
	padding: 0;
}
#printdirekt_cart_table input {
	border: 1px solid #7f9db9;
	padding: 3px 2px 2px;
	text-align: center;
}
#printdirekt_cart_table td {
	margin: 0;
	padding: 0;
	width: auto;
	vertical-align: middle;
}
#printdirekt_cart_table td a {
	color: #027aaf;
}
#printdirekt_cart_table th {
	border-right: 1px solid #fff;
	padding: 8px 2px;
	text-align: center;
}
#printdirekt_cart_table .color {
	color: #e60e74;
}
#printdirekt_cart_table .info {
	height: auto !important;
 height: 5px;
 margin: 0 0 0 75px;
 min-height: 5px;
 padding: 13px 0 0;
 position: relative;
}
#printdirekt_cart_table .lnk_bl {
	font-size: 10px;
}
#printdirekt_cart_table .old_price {
 background: url(/templates/images/bg_strike.png) 0 3px repeat-x;
}
#printdirekt_cart_table .price_oldprice {
	margin: 0 auto;
}
#printdirekt_cart_table .price_oldprice td {
	border: 0;
	text-align: right;
}
#printdirekt_cart_table .price_oldprice .d_type {
	display: none;
}
#printdirekt_cart_table .thumb {
	background-color: #fff;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #989898;
	display: block;
	float: left;
	height: 60px;
	overflow: hidden;
	position: relative;
	width: 60px;
}
.text_black {
	color: Black;
}

.cart_money_for_payments {
 float: left;
	color: #4AB320;
	font-weight: bold;
	margin: 5px 0px 0px 15px;
	font-size: 10px;
}
.btn_left {
	text-align: left;
}

.btn_right {
	text-align: right;
}



/*Printdirekt_catalog  13.03.07*/


.content {
    display:inline-block;
}

.content {
	display: block;
	position: relative;
}

* html .content {
    height:1px;
}



/*Printdirekt_catalog_razdel  13.03.07*/


/*Printdirekt_FAQ 15.03.07*/

.printdirekt_FAQ_form {
	background: url(/templates/images/printdirekt_FAQ_form_bg.gif) ;
	height:309px; 
	width: 204px;
	margin: 65px 0px 0px;
}

.printdirekt_FAQ_form_head {
	margin: 17px 0px 0px 15px;
}

.name {
	width: 136px;
	border:solid 1px #767575;
}

.printdirekt_FAQ_form_name {
	margin: 8px 0px;
	margin-left: 15px;
}

.division {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 126px;
}

.question {
   width: 176px;
	height: 130px;
	border:solid 1px #767575;
}

.load_btn_green {
	text-align: right;
	margin-right: 11px;
	color: White;
	margin-top: 10px;
}

.text_white {
	color: White;
}

.desrgaerg {
	vertical-align: super;
}

.printdirekt_FAQ_nav { 
  margin: 12px 0px 0px 30px;
}

.printdirekt_FAQ_nav_head {
	line-height: 10px;
	font-size: 12px;
	
}

.FAQ_cont {  
	margin-left: 35px;
	color: #000;
}

.FAQ_cont_left {
   float: left;	
   color: #ff7009;
	font-size: 12px;
}

.FAQ_cont_right {
   display: block;
   margin-left: 16px;
	font-size: 12px;
}

.FAQ_cont dt {
	margin-bottom: 5px;
}

.FAQ_cont dd {
	margin-bottom: 20px;
}

.dsfvdvd {
	border-bottom: solid 3px #eae9e9;
	padding-bottom: 12px;
}

.FAQ_cont_border {
	border-bottom: solid 1px #eae9e9;
	padding-bottom: 12px;
}
.FAQ_cont a{
	color: #3632E3;
}


/*Printdirekt_help 17.03.07*/

.help_subheader {
	margin-top: 5px;
}

.text_grey a {
	color:  #747474;
}

/*Printdirekt_help_article 17.03.07*/



/*Printdirekt_help_searchresults 17,03,07*/

.results_of_searching {
	text-decoration: none;
	
}

.help_searchresults_cont_text {
   line-height: 12px;
  	margin-left: 22px;
}

.help_searchresults_cont_link {
	color: #0030FF;
}

.warn {
	color: #FF0000;
}
.success {
	color: #414141;
}
.sub_title_text {
	color: #000;
	font: normal 10px Tahoma;
}
.gray_box {
	width:177px; 
	height:116px; 
	background:url(/templates/images/grey_box_bg.gif) no-repeat;
	margin-top: 60px;
}
.gray_box a {
	color: #1e36e4;
}
.gray_box p {
	display:block; 
	margin:0px 0px 0px 9px; 
	padding-top:5px; 
	color:#312f2f;
}

.cont_text {
	font: bolder 10px tahoma;
}

.instruction {
	margin-top: 7px; 
}
.page_description.black_text {
	color: #242424;
}








/*15.08.2007  newadditem*/

.commentary {
	background: url(/templates/images/commentary_bg.gif) no-repeat;
   width: 180px;
	height: 100px;
	margin-bottom: 50px;
	margin-top: 12px;
}

.commentary_text {
	display: block;
	margin: 0px 12px 10px 11px; 
	font: bolder 11px  Tahoma ;
}



.shops_item_add{
	position: absolute;
	top: 25px;
	left: 68px;
	width: 75px;
	font-size: 12px;
	height: 18px;
	overflow: hidden;
}

.shops_item_add a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bolder;
	font-size: 10px; 
	color: #D4D0C8;
}
.shops_item_title{
	position: relative;
}
.shops_item_cont{
	position: relative;
}

.shops_item_title#goods {
	font-size: 11px;
	width: 190px;
}

.shops_item#novelty {
	width: 190px;
	height: 70px;
}

.shops_item#novelty .shops_item_about {
	margin-left: 15px;
	margin-bottom: 10px; 
}

.shops_item#novelty .shops_item_about a{
	color: #888988;
	font-weight: bolder;
	font-size: 11px;
}

.shops_item#novelty .shops_item_pic {
	top: 20px;
}

.shops_item#novelty .shops_item_about {
	top:43px;
}

.cont_text {
	font: bolder 10px tahoma;
}

.instruction_pic {
	float: left;
	margin: 4px 7px 0 0;
}

.instruction {
	margin-top: 7px; 
}

/*16.08.2007  new_create_before_login */

.gray_box {
	width:177px; 
	height:116px; 
	background:url(/templates/images/grey_box_bg.gif) no-repeat 0 0;
}

.left_box {
	 float: left;
}

.right_box  {
	float: right;
	color: #3C3D3C;
}

.gray_box a {
	color: #1e36e4;
}

.shops_item_title#carrier {
	font-size: 11px;
	width: 190px;
	color: #3C3D3C;
}

.shops_item_add#choose a {
	color: #1950B6;
}

.sub_title_text {
	color: #000;
	font: normal 10px Tahoma;
}

.gray_box p {
	display:block; 
	margin:0px 0px 0px 9px; 
	padding-top:5px; 
	color:#312f2f;
}

.text_grey dd {
	display: block;
	margin-left: 9px;
}

.text_line a{
	text-transform: uppercase;
	font-weight: bolder;
	color: #666666;
}

.text_grey .text_red {
	color: Red;
}

.text_red a{
	color: Red;
}

.small_text a{
	text-transform: none;
	color: #666666;
}

.text_line .blue_text {
	color: #002F94;
}

.sub_title {
	font: bolder 14px Tahoma;
	color: #404040;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.text_grey .orange_text {
	color: #fd6400;
}


/*20.08.2007    shopeditor */


.cont_left {
	float: left;
}

.cont_right {
	float: right;
	margin-right: 10px;
}


.text_super {
	vertical-align: top;
}

.text_bold {
	font-weight: bolder;
	margin: 0px 10px 0px 21px;
}

.color_box {
	margin-top: 9px;
}

.text_styles border_box {
	color: Aqua;
}
.border_box {
	border-bottom: 1px solid #E6E6E6;
}


/*20.08.2007 header*/

.blue_link {
	color: #0034C8;
}

.page_description.black_text {
	color: #242424;
}

#subhead_box {
	width: 500px;
}


/*20.07.2007*/

.item#item_box {
	margin:0px 25px 0px 0px ;
	width: 150px;
	padding: 0px;
}   


/*28.08.2007*/


.shops_item#goods_box .shops_item_about a{
	color: #888988;
	font-weight: bolder;
	font-size: 11px;
	display: block;
	margin-left: 12px
	}


/*01.09.2007 order form */

.tshirt_name{
	margin: 0px 0 7px;
	font: 18px Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.orange_price{
	font-size: 15px;
	color: #FD6907;
	font-weight: bold;
}

.about_foot{
	width: 90%;
	border: 2px solid #8B8A8A;
	background: url(/templates/images/template_item_about.gif) no-repeat 100% 0;
	min-height: 50px;
}

* html .about_foot{
	height: 50px;
}


/*5.09.07*/

.ico_question {
	 float: right;
	 margin-right: 15px;
	 padding: 0px;
	 /*margin: 3px 10px 0px 0px;*/
}

.money_for_payments {
   float: left;
	color: #4AB320;
	font-weight: bold;
	margin-left: 15px;
	padding: 0px;
	/*margin: 5px 0px 0px 20px;*/
}

.media_grey {
	background: #E9E9E9;
	padding: 4px;
	color: #000000;
	white-space: nowrap;
}


.subheader_catalogue {
	background: none;
	margin: 0px;
   padding: 0px;
}

.dnbfgnbfgf {
	color: #FF7009;
}

.yukmdmkd {
  margin-bottom: 0px;
  margin-top: 0;
}

#order_summ .summary td{
	font-weight: bold;
	border-top: 1px solid #737373;
}

#order_summ td{
	padding: 3px 5px;
}
#adding_items_to_shop {
	position: relative;
}
#adding_items_to_shop h2{
	font-size: 16px;
	color: #000;
	margin: 0px 0px 10px;
}
#adding_items_to_shop table.customize p.big,
table.customize p.big,
#adding_items_to_shop table.customize p.norm,
table.customize p.norm{
	margin: 0px 0 10px;
	padding: 0px;
}

#adding_items_to_shop h1{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
}
#adding_items_to_shop td {
	padding: 0;
	vertical-align: top;
}
#adding_items_to_shop .boxprice {
	color: #027508;
	font-size: 12px;
}
#adding_items_to_shop .checkbox {
	position: relative;
}
#adding_items_to_shop .checkbox input {
	margin: 0 7px 0 0;
	position: relative;
	top: 1px;
}
#adding_items_to_shop .checkbox p {
	font-size: 12px;
	margin: 0 0 9px;
	position: relative;
}
#adding_items_to_shop .checkbox .fontl {
	font-size: 12px;
}
#adding_items_to_shop .checkbox .info p {
	font-size: 11px;
	margin: 0 0 9px 20px;
	position: relative;
}
#adding_items_to_shop .cont {
	margin: 0 0 0 1px;
	position: relative;
}
#adding_items_to_shop .cont p {
	margin: 0;
}
#adding_items_to_shop .error input,
#adding_items_to_shop .error select,
#adding_items_to_shop .error textarea {
	background: #ffdfe0;
}
#adding_items_to_shop .error .notice_err {
	display: block !important;
}
#adding_items_to_shop .fontb {
	font-size: 12px;
}
#adding_items_to_shop .global_style_input {
	font-size: 12px;
	height: auto;
	margin: 0 0 2px;
	padding: 0 0 0 2px;
	width: 277px;
}
#adding_items_to_shop input.global_style_input {
	padding: 1px 0 1px 5px;
}
#adding_items_to_shop .help{
	position: static;
}
#adding_items_to_shop .inp_noerr {
	background: #fff !important;
}
#adding_items_to_shop .inp_hover {
	background: #fefbcc !important;
}
#adding_items_to_shop .info {
	display: none;
}
#adding_items_to_shop .label {
	display: block;
	font-size: 12px;
	margin: 0 0 0 27px;
}
#adding_items_to_shop .notice_err {
	display: none;
	margin: 0 5px 2px;
}
#adding_items_to_shop .p {
	font-size: 11px;
	margin: 0 0 9px;
}
#adding_items_to_shop .red {
	color: #f31010;
}
.topDashedLine{
	border-top: 1px dashed #CCCCCC;
}

#adding_items_to_shop a{
	color: #3166CC;
}



/*06.09.2007*/

#editor #subnav ul{
	width: 420px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.justify {
	text-align: justify;
}
.sending {
	margin: 0 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	
	display: block;
	float: left;
}
.rss {
	float: right;
	background: url(/templates/images/ico_rss.gif) no-repeat 0px 3px;
	padding-left: 20px;
	height: 15px;
	margin: 0 0px 0px 0px;

}
.green_link {
	color:#8abb00;
	font: normal 11px Tahoma;
}
.our_news {
	margin-bottom: 0px;
}
.our_news td {
	padding-bottom: 7px;
}
.all_news {
	float: right;
	margin: 7px 0px 30px 0px;
}
/* footer page */
#new_footer{
	background: #F6F4F4;
	height: 70px;
	position: relative;
}

#new_f_logo{
	position: absolute;
	top: 18px;
	left: 1px;
}

#new_copy{
	font-style: normal;
	position: absolute;
	color: #858282;
	top: 15px;
	left: 103px;
}

.new_footer_menu {
	position: absolute;
	right: 3px;
	top: 11px;
}

.new_footer_menu a:link, .new_footer_menu a:visited {
	color: #858282;
}

.new_footer_menu a:hover {
	text-decoration: none;
}

.email {
	vertical-align: middle;
}
.error {
	color: #FF0000;
}

#img_size {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 60px;
}

#folder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 160px;
}

#action_selector_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 137px;
}
#action_selector_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 137px;
}
#target_folder_id {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 137px;
}

#target_folder_1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 137px;
}

#action_selector {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
}
#target_store {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
}
#search_category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
}
#search_tovar_category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 220px;
}
#search_tovar_sub_category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
}
#submit_checkout {
	display: block;
	margin: 0 0 0 280px;
}
#fld_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 120px;
}
#target_folder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
}

.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.pleasewait {
	background-image: url(/templates/images/printdirect_loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
}

#country {
	width: 150px;
}
.gray_blue {
	font-weight: bold;
	color: #585979;
	font-size: 13px;
}

.miniinfo {
	border-right: 1px solid #000;
	padding: 0 15px 0 0;
	margin: 0 15px 0 0;
}


/* contact form */
.contacts_new_form {
	color: #000;
	width:85%;
}
.clear {
clear:both;
height:0px;
font-size:0%;
line-height:0%;
}
.lanel_contacts {
float:left;
width:95px;
font-weight:bold;
}
.contact_form_input_new {
float:left;
width:180px;
height:18px;
background:#fff;
border:solid 1px #bdbdbd;
font-size:11px;
margin-bottom:5px;
margin-right:15px;
_padding:2px 0;
}
.contact_form_input_new:hover {
border:solid 1px #9E948D;
}
.contact_form_select_new {
float:left;
width:390px;
height:18px;
background:#fff;
border:solid 1px #bdbdbd;
font-size:11px;
margin-bottom:5px;
margin-right:15px;
}
.contact_form_select_new:hover {
border:solid 1px #9E948D;
}
.title_ask {
margin-bottom:5px;
font-weight:bold;
}
.title_ask span {
background:url(/templates/images/affiliate/forgot_marker.gif) no-repeat 0 4px;
padding:0 0 0 18px;
color:#FF1616;
font-weight:normal !important;
margin-left:10px;
}
.contacts_error {
background:url(/templates/images/affiliate/forgot_marker.gif) no-repeat 0 4px;
padding:0 0 0 18px;
color:#FF1616;
float:left;
}
.contact_form_area_new {
width:100%;
height:90px;
background:#fff;
border:solid 1px #bdbdbd;
font-size:11px;
margin-bottom:13px;
overflow:auto;
}
.contact_form_area_new:hover {
border:solid 1px #9E948D;
}

.code_inputs {
	margin: 0 0 0 118px;
	padding-top:12px;
}
.code_label {
float:left;
width:122px;
padding:15px 0 0 0;
font-weight:bold;
}
.code_img {
float:left;
text-align:center;
}
.code_img img {
margin-bottom:4px;
}
.code_img a{
color:#686868;
}
.code_inp {
width:245px;
height:15px;
background:#fff;
border:solid 1px #bdbdbd;
font-size:11px;
}
.code_inp:hover {
border:solid 1px #9E948D;
}
.enter_symbol {
padding:3px 0 6px 0;
}
.contacts_newxt_button { 
float:right;
width:114px;
height:35px;
margin:15px 0 0 0;
border:0;
cursor:pointer;
background:url(/templates/images/affiliate/next.gif) no-repeat;
}
.code_inputs_error {
background:url(/templates/images/affiliate/forgot_marker.gif) no-repeat 0 4px;
padding:0 0 0 18px;
color:#FF1616;
}
.faq_grey_block {
background:url(/templates/images/faq_grey_block.gif) no-repeat 0 0;
padding:10px 0 0 11px;
height:229px;
width:193px;
}
.faq_grey_block_txt {
border-bottom:solid 1px #CFCFD0;
width:181px;
padding-bottom:14px;
font-size:12px;
}
.faq_grey_block_txt .sp{
padding-bottom:12px;
}
.faq_grey_block_txt a{
font-size:11px;
color:#154C89 !important;
}

.category_question_main {
color:#000;
padding-bottom:5px;
padding-top:4px;
padding-left:16px;
font-weight:bold;
font-size:12px;
}
.question_main {
	font-size:12px;
}
.faq_main {
padding-bottom:11px;
}
.answer_main {
display:none;
font-size: 12px;
padding:2px 0 5px 16px;
color:#7F7F7F;
}
.question_main a{
background:url(/templates/images/question.gif) no-repeat 0 5px;
padding:0 0 0 16px;
font-weight:bold;
color:#7F7F7F;
}
.active_faq_main a {
background:url(/templates/images/question_active.gif) no-repeat 0 5px !important;
}
.main_faq {
padding:12px 35px 0 33px;
}

.global_style_input {
background:#fff;
border:solid 1px #CAC3BF;
font:11px Tahoma;
height:18px;
margin:0 3px;
padding:0 0 0 2px;
}
.global_style_input:hover {
border:solid 1px #9E948D !important;
}
#footer_table {
  border: none;
  background-color: #f6f4f4;
  margin:0;
  text-align: left;
}
#footer_table td {
  border: none;
  font-size: 12px;
  height: 18pt;
}
#footer_table td.dashed {
  background-image: url(/templates/images/dashed_bg.gif);
  background-repeat: repeat-x;
  height: 10px;
}
#footer_table td.blue {
  color: #154C89;
}
#footer_table td a, #footer_table td a:visited {
  color: #858282;
  text-decoration: none;
  line-height: 15pt;
}
#footer_table td a:hover {
  color: #7EAE00;
}
#footer_table .f_bot_1 {
	margin: 0 0 25px;
	position: relative;
}
#footer_table .f_bot_1 .l {
	height: auto !important;
	height: 5px;
	margin: 0 200px 0 0;
	min-height: 5px;
}
#footer_table .f_bot_1 .r {
	float: right;
	text-align: right;
	width: 195px;
}
#footer_table .f_bot_2 {
	margin: 0 0 40px;
	position: relative;
}
#footer_table .f_bot_2 .c {
	height: auto !important;
	height: 5px;
	margin: 0 65px 0 150px;
	min-height: 5px;
}
#footer_table .f_bot_2 .l {
	background: url(/templates/images/des_delim_2x23.png) 100% 50% no-repeat;
	float: left;
	width: 143px;
	margin: 3px 0 0;
}
#footer_table .f_bot_2 .r {
	float: right;
	width: 57px;
}
#footer_table .f_links {
	margin: 0;
	padding: 0;
	position: relative;
}
#footer_table .f_links li {
	background: none;
	float: left;
	height: auto !important;
	height: 10px;
	margin: 0 10px 0 0;
	min-height: 10px;
	padding: 0;
	position: relative;
}
#footer_table .f_links .mailru {
	padding: 2px 0 0;
}
#footer_table .f_links .vk {
	overflow-x: hidden;
	width: 160px;
}
.pika_last {
	margin-left:1px !important;	
}

.right_part {
	position:relative;
	float:right;
	width:340px;
	padding-top:32px;
	font-size:12px;
	line-height:14px;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	color:#4b4b4b;
	padding-right:10px
}
.right_part h2{
	font-size:20px;
	font-family:Verdana, Geneva, sans-serif;
	color:#4b4b4b;
	font-weight:normal;
	margin-top:0;
	margin-bottom:20px
}
.right_part .prise {
	position:absolute;
	right:10px;
	top:35px;
	color:#7eae00;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif
}
.create {
	float:right;	
	margin-top:37px
}
.popular {
	margin-top:40px;
	padding-bottom:14px;
	background:url(/templates/images/dots.gif) repeat-x 0% 100%;
	margin-bottom:8px;
	color:#4b4b4b;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal
}
#pikame li{
	margin:0 5px 0 0 !important;
	padding-top:20px !important;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
}
.popular  a{
	color:#7eae00;
}
.cup {
	float:left;
	width:170px;
}
.cup a {
	color:#693a15;	
}
.name_men {
	color:#0178af !important	
}
.cup p {
	margin-left:35px	
}

div a.popular_link {
background-color: #346499 !important;
background-image: none  !important;
background-repeat: repeat  !important;
background-attachment: scroll  !important;
background-position: 0% 0%  !important;
color: #ffffff !important;
font-weight: bold  !important;
height: 22px  !important;
line-height: 22px  !important;
padding-top: 0pt  !important;
padding-right: 0pt !important;
padding-bottom: 0pt  !important;
padding-left: 7px  !important;
text-transform:none !important;
text-align:left !important;
width:161px !important
}
 .box_title {
background-color: #346499;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
color: #ffffff;
font-weight: bold;
height: 22px;
line-height: 22px;
padding-top: 0pt;
padding-right: 0pt;
padding-bottom: 0pt;
padding-left: 7px;
}

/*28.03.09 by  sergey.konyukhov@gmail.com*/

.copyright {
	color: #858282;
	font-size: 11px;
}

/*01.04.09 by*/

.inp_name {
	padding: 3px 0 0 5px;
	background:#fff;
	color: #747474;
	border:1px solid #cac3bf;
	font-size:11px;
	height:13px;
	width:125px;
	font: 100% Arial, Helvetica, sans-serif;
}
.star {
    color: red;
}

#blanket {
	background: #000;
	left: 0;
	position: absolute;
	top: 0;
}

#one {
	margin: 26px 0 0;
}

#footer_table th {
	background: none;
	border-width: 0;
	color: #154C89;
	font-size: 12px;
	font-weight: normal;
	padding: 0 2px;
 width: 20%;
}


.global_style_input_area {
background:#fff;
border:solid 1px #CAC3BF;
font:11px Tahoma;
margin:0 3px;
padding:0 0 0 2px;
}
.global_style_input_area:hover {
border:solid 1px #9E948D !important;
}

#simpleTooltip { padding: 7px; border: 1px solid #A6A7AB; background: #F2F3F5; }
.hide {
        display: none !important;
}
.good_info {
    position: relative;
}
.good_info td {
	padding: 0;
	position: relative;
}
.good_info .colors {
	margin: 0;
	padding: 0;
}
.good_info .colors li {
	background: #fff;
	float: left;
	height: 19px;
	margin: 0;
	padding: 0;
	width: 19px;
}
.good_info .colors li a {
	border: 2px solid #fff;
	float: left;
	display: block;
	height: 15px;
	width: 15px;
}
.good_info .colors li a img {
	border: 1px solid #adadad;
	display: block;
}
.good_info .colors li a:hover {
	border: 2px solid #7eae00;
}

.good_info .colors li a.active {
	border: 2px solid #7eae00;
}

.good_info .colors li a.active img {
	border: 1px solid #fff;
}

.good_info .colors li a:hover img {
	border: 1px solid #fff;
}
.good_info .legend {
	font-size: 13px;
	padding: 0 10px 0 0;
}
.good_info .lst {
	padding: 0 0 0 10px;
}
.good_info .orange_price {
	font-size: 15px;
}
.good_info .avail .orange_price {
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 10px;
	position: relative;
 top: 2px;
}
.good_info .icon_heart {
	float: right;
	position: relative;
	z-index: 15;
}
.good_info .icon_heart a {
	background: url(/templates/images/icon_heart.png) 0 -18px no-repeat;
	display: block;
	float: left;
	height: 18px;
	overflow: hidden;
	margin: 0 6px 0 0;
	position: relative;
	width: 19px;
}
.good_info .icon_heart .fav {
	background: url(/templates/images/icon_heart.png) 0 0 no-repeat;
}
.good_info .icon_heart .hover {
	background: url(/templates/images/icon_heart.png) 0 0 no-repeat;
}
.good_info .icon_heart .icon_heart_txt {
    float: left;
	position: relative;
	top: 2px;
}

.good_info_w .legend {
	/*color: #fff;*/
}

.good_info_w .frame {
 background: #fff;
}
.good_info_w .frame td {
	border-bottom: 1px solid #c3c3c3 !important;
	border-top: 1px solid #c3c3c3 !important;
	padding: 5px !important;
}
.good_info_w .frame .legend {
	border-left: 1px solid #c3c3c3 !important;
	color: #000;
}
.good_info_w .frame .spanned {
	border-right: 1px solid #c3c3c3 !important;
}
#checkout_success {
	color: #080808;
	font-size: 12px;
	margin: 40px;
    text-align: left;
    /*
	padding-bottom: 20px;
    height: 370px;
    */
}
#checkout_success h5 {
	color: #575757;
	font-size: 14px;
 padding-left: 10px;
}
#checkout_success .btns {
	text-align: center;
}
#checkout_success .btns .m {
	margin: 0 10px 0 0;
}
#checkout_success .c_green {
	color: #557402;
}
#checkout_success .c_red {
	color: #c70202;
}
#checkout_success .frame {
	border: 2px solid #c6c2c2;
	margin: 0 25px 22px;
	padding: 0 22px;
}
#checkout_success .frame .title {
	color: #e80f0f;
	font-weight: bold;
}
#checkout_success .notice {
	font-size: 11px;
	margin: 0 0 30px;
}
#checkout_lack {
	color: #080808;
	font-size: 12px;
	margin: 40px;
    text-align: left;
	/*padding-bottom: 20px;*/
    /*height: 370px;*/
}
#checkout_lack h5 {
	color: #575757;
	font-size: 14px;
    padding-left: 10px;
}
#checkout_lack .btns {
	text-align: center;
}
#checkout_lack .btns .m {
	margin: 0 10px 0 0;
}
#checkout_lack .c_green {
	color: #557402;
}
#checkout_lack .c_red {
	color: #c70202;
}
#checkout_lack .frame {
	border: 2px solid #c6c2c2;
	margin: 25px 25px 22px;
	padding: 10px 0px;
}
#checkout_lack .frame .title {
	color: #e80f0f;
	font-weight: bold;
    padding: 0px 10px;
    margin: 0px;
}
#checkout_lack .notice {
	font-size: 11px;
	margin: 0 0 30px;
}
#discount_block {
	margin: 20px 0 0 10px;
}
#discount_block label {
	display: block;
	margin: 0 0 5px;
}
#discount_block label strong {
	font-size: 12px;
}
#discount_block .global_style_input {
	padding: 0 !important;
}
#discount_block .input {
	font-size: 16px;
	margin: 0 0 5px;
	padding: 1px 2px 2px !important;
	width: 184px;
}
#discount_block .submit {
	text-align: center;
	width: 190px;
}
#discount_block .submit input {
	background: url(/templates/images/btn_apply.png) 0 0 no-repeat !important;
	border: 0;
	cursor: pointer;
	height: 24px;
	width: 122px;
}
#discount_action_message p {
	margin: 0 0 5px;
}
#discount_action_message .err {
	color: #e50707;
	font-weight: bold;
	font-size: 11px;
}
#discount_action_message .ok {
	color: #248e07;
	font-weight: bold;
	font-size: 11px;
}

#ww_abuse {
	background: #fff;
	border: 6px solid #c9c2bd;
	color: #000;
	display: none;
	font: 12px Tahoma, sans-serif;
	height: auto !important;
	height: 20px;
	left: 10px;
	min-height: 20px;
	position: fixed !important;
	position: absolute;
	text-align: left;
	top: 10px;
	width: 794px;
	z-index: 1020;
}
#ww_abuse form {
	margin: 0;
	position: relative;
}
#ww_abuse form .flds {
	margin: 0 0 20px;
	position: relative;
}
#ww_abuse form .flds li {
	background: none;
	height: auto !important;
	height: 10px;
	list-style: none;
	margin: 0 0 10px;
	min-height: 10px;
	padding: 0;
	position: relative;
}
#ww_abuse form .flds li p {
	margin: 6px 0 2px 3px;
	position: relative;
}
#ww_abuse form .flds li p a {
	color: #3191eb;
}
#ww_abuse form .flds li .fld input {
	border: 1px solid #cac3bf;
	color: #515151;
	font: 11px Tahoma, sans-serif;
	padding: 3px 5px;
	width: 210px;
}
#ww_abuse form .flds li .fld input:hover,
#ww_abuse form .flds li .fld select:hover,
#ww_abuse form .flds li .fld textarea:hover {
	border:1px solid #9E948D;
}
#ww_abuse form .flds li .fld select {
	border: 1px solid #cac3bf;
	color: #858282;
	font: 12px Tahoma, sans-serif;
	padding: 2px;
}
#ww_abuse form .flds li .fld textarea {
	border: 1px solid #cac3bf;
	color: #515151;
	font: 11px Tahoma, sans-serif;
	height: 88px;
	padding: 5px;
	width: 210px;
}
#ww_abuse form .flds li .fld .captcha {
	left: 81px;
	position: absolute;
	top: 21px;
}
#ww_abuse form .flds li .fld .color_1 {
	color: #858282;
}
#ww_abuse form .flds li .fld .input_1 {
	margin: 5px 0 0;
	width: 60px;
}
#ww_abuse form .flds li .label {
	margin: 0 0 8px 3px;
	position: relative;
}
#ww_abuse form .flds li .str_lngth {
	color: #858282;
	font-size: 11px;
	margin: -8px 0 0;
	position: relative;
	text-align: right;
	top: 5px;
}
#ww_abuse h5 {
	font-size: 14px;
	margin: 0 0 20px;
}
#ww_abuse .close {
	height: 30px;
	position: absolute;
	right: 27px;
	top: 12px;
	width: 30px;
	z-index: 1;
}
#ww_abuse .left {
	float: left;
	padding: 25px 0 26px;
	position: relative;
	width: 222px;
}
#ww_abuse .lnk_c {
	color: #0178af;
}
#ww_abuse .right {
	float: right;
	padding: 30px 0 26px;
	position: relative;
	width: 516px;
}
#ww_abuse .right .image {
	margin: 0 0 0 16px;
	overflow-x: hidden;
	position: relative;
	text-align: center;
	width: 500px;
}
#ww_abuse .wrap {
	height: auto !important;
	height: 10px;
	margin: 0 27px;
	min-height: 10px;
	padding: 40px 0 26px;
	position: relative;
}
*:first-child+html #ww_abuse .wrap {
	padding-top: 40px !important;
}
#ww_whattodo {
	background: #fff;
	border: 6px solid #c9c2bd;
	color: #000;
	display: none;
	font: 12px Tahoma, sans-serif;
	height: auto !important;
	height: 20px;
	left: 10px;
	min-height: 20px;
	position: fixed !important;
	position: absolute;
	text-align: left;
	top: 10px;
	width: 750px;
	z-index: 1020;
}
#ww_whattodo h5 {
	border-bottom: 1px solid #e2e2e3;
	color: #3191eb;
	font-size: 16px;
	margin: 0 0 20px -10px;
	padding: 0 0 15px;
}
#ww_whattodo ol {
	margin: 0 0 0 20px;
}
#ww_whattodo ol li {
	font-weight: bold;
	margin: 0 0 30px;
}
#ww_whattodo ol li a	{
	color: #3191eb;
	font-weight: bold;
}
#ww_whattodo ol .inner_li {
	font-weight: normal;
}
#ww_whattodo p {
	margin: 0 0 30px;
	padding: 0;
}
#ww_whattodo .close {
	height: 30px;
	position: absolute;
	right: 27px;
	top: 12px;
	width: 30px;
	z-index: 1;
}
#ww_whattodo .color {
	color: #f60;
}
#ww_whattodo .fontl {
	font-size: 14px;
}
#ww_whattodo .form {
	position: relative;
	text-align: center;
}
#ww_whattodo .form input {
	position: relative;
	top: 2px;
}
#ww_whattodo .form label {
	font-weight: bold;
	padding: 0 0 0 5px;
}
#ww_whattodo .form .checkbox {
	margin: 0 0 15px;
}
#ww_whattodo .submit input {
	background: url(/templates/images/btn_ok_22x18.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	height: 18px;
	width: 22px;
}
#ww_whattodo .wrap {
	height: auto !important;
	height: 10px;
	margin: 0 40px 0 50px;
	min-height: 10px;
	padding: 20px 0 26px;
	position: relative;
}
#checkout_c {
	color: #040404;
	font-size: 12px;
	margin: 0 15px 0 0;
	padding: 0;
}
#checkout_c a {
	color: #3465cb;
}
#checkout_c h5 {
	font-size: 18px;
	margin: 0 0 25px;
}
#checkout_c h6 {
	color: #040404;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 20px;
}
#checkout_c h5 .color {
	background: #00fe00;
}
#checkout_c p {
	margin: 0 0 15px;
}
#checkout_c .action {
	border: 3px solid #c9c9c9;
	margin: 0 0 5px;
	padding: 3px 0;
}
#checkout_c .action .info {
	height: auto !important;
	height: 10px;
	margin: 0 40px 0 95px;
	min-height: 10px;
}
#checkout_c .action .info p {
	margin: 0 0 10px;
}
#checkout_c .action .info .lnk_c {
	font-size: 11px;
}
#checkout_c .action .thumb {
	float: left;
	overflow-x: hidden;
	text-align: center;
	width: 85px;
}
#checkout_c .color {
	color: #3465cb;
}
#checkout_c .line {
	background: url(/templates/images/bg_dashed_6x1.png) 0 0 repeat-x;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 0 0 20px;
}
#checkout_c .moreinfo {
	background: url(/templates/images/icon_lamp.png) 0 0 no-repeat;
	font-weight: bold;
	height: auto !important;
	height: 20px;
	margin: 15px 0 0 -10px;
	min-height: 20px;
	padding: 0 0 0 23px;
}
#checkout_c .plnum {
	background: #b0d642;
	font-size: 20px;
	font-weight: bold;
	padding: 2px 4px;
}
.title_cat {
	font-size: 14px;
	font-weight: bold;
}
.title_cat a {
	color: #0178af;
}
.breadcrumbs {
	margin: 0 0 10px;
	padding: 0;
}
.breadcrumbs li {
	background: none;
	float: left;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.breadcrumbs li a {
color: #0060a1;
}
.breadcrumbs .delim {
	color: #0060a1;
	padding: 0 5px;
}
.breadcrumbs .lst {
	font-weight: bold;
}
.good {
	margin: 0 0 15px;
}
.good h1 {
	margin: 0 0 20px;
}
.good .add2cart {
	background: url(/templates/images/btn_add2cart.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	height: 31px;
	width: 96px;
}
.blck_4 {
	background: #ddd;
	border: 1px solid #999;
	font-size: 11px;
	width: 205px;
}
.blck_4 .color_1 {
	color: #f7141a;
}
.blck_4 .wrap_m {
	margin: 0 15px;
	padding: 10px 0;
}
.good .avail {
	margin: 0 0 15px;
}
.good .avail .orange_price {
font-size:12px;
font-weight:normal;
padding:0 0 0 10px;
position:relative;
top:2px;
}
.good .availout {
	color: #040404;
	margin: 0 0 15px;
	position: relative;
}
.good .availout input {
	left: 0;
	position: absolute;
	top: 1px;
}
.good .availout .i {
	margin: 0 0 0 25px;
	padding: 0;
}
.good .availout .i a {
	color: #113fa8;
}
.good .btns {
	margin: 0 0 10px;
}
.good .curtain {
	background: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 200;
}
.good .good_info {
	position: relative;
}
.good .good_info td {
	padding: 0;
	position: relative;
    border: 0;
}
.good .good_info .legend {
	font-size: 13px;
	padding: 0 10px 0 0;
}
.good .good_info .lnk_discount {
	padding: 4px 0 0 7px;
}
.good .good_info .lnk_discount a {
    color: #0178af;
    text-decoration: none;
}
.good .good_info .lst {
	padding: 0 0 0 10px;
}
.good .good_info .ptop {
	padding: 9px 0 0;
}
.good .good_info .qty {
	width: 50px !important;
}
.good .info_ado {
	background: url(/templates/images/icon_i_20x21.png) 0 0 no-repeat;
	height: auto !important;
	height: 21px;
	margin: 0 0 10px;
	min-height: 21px;
	padding: 0 0 0 25px;
}
.good .lnk_abuse {
	font-size: 12px;
 margin: 0 !important;
}
.good .lnk_abuse a {
	color: #fff;
}
.good .lnk_abuse span {
	background: #fb3a2b;
	padding: 5px 5px 7px;
}
.good .lnk_bl {
	color: #0178af;
	text-decoration: none;
}
#postcards_prices {
	display: none;
	float: left;
	line-height: 13px;
	padding: 0 0 0 15px;
}
#postcards_prices .new {
	color: #579a55;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 8px;
}
#postcards_prices .old {
	color: #555;
	font-size: 13px;
	font-weight: bold;
 text-decoration: line-through;
}
.good .orange_price {
	font-size: 15px;
}
.good .table {
	margin: 0 70px 0 0 !important;
}
.good .want {
	margin: 0 0 15px !important;
}
.good .want .lnk_bl {
    text-decoration: underline;
}
.good_left {
	float: left;
	padding: 0 28px 0 0;
	position: relative;
	width: 400px;
}
.good_left .images {
	margin: 0 0 30px;
	position: relative;
}
.good_left .images .btns {
	margin: 0 0 10px;
}
.good_left .images .btns li {
	background: none;
	float: left;
	height: 22px;
	margin: 0 4px 0 0;
	padding: 0;
}
.good_left .images .btns li a {
	display: block;
}
.good_left .images .btns .btn_good {
	height: 22px;
	width: 103px;
}
.good_left .images .btns .btn_good a {
	background: url(/templates/images/product_grey.png) 0 0 no-repeat;
	height: 22px;
	width: 103px;
}
.good_left .images .btns .btn_good .a {
	background: url(/templates/images/product_orange.png) 0 0 no-repeat;
	cursor: default;
}
.good_left .images .btns .btn_photo {
	background: url(/templates/images/photo_not_available.png) 0 0 no-repeat;
	height: 22px;
	width: 103px;
}
.good_left .images .btns .btn_photo a {
	background: url(/templates/images/photo_grey.png) 0 0 no-repeat;
	height: 22px;
	width: 103px;
}
.good_left .images .btns .btn_photo .a {
	background: url(/templates/images/photo_orange.png) 0 0 no-repeat;
	cursor: default;
}
.good_left .images .btns .btn_zoom {
	height: 22px;
	width: 24px;
}
.good_left .images .btns .btn_zoom a {
	background: url(/templates/images/zoom_grey.png) 0 0 no-repeat;
	height: 22px;
	width: 24px;
}
.good_left .images .btns .btn_zoom .a {
	background: url(/templates/images/zoom_orange.png) 0 0 no-repeat;
	cursor: default;
}
.good_left .images .cur_photo {
	height: 400px;
	overflow: hidden;
	margin: 0 0 20px;
	position: relative;
	text-align: center;
	width: 400px;
}
.good_left .images .cur_photo .tmp_photo {
	height: 400px;
	left: 0;
	position: absolute;
	top: 0;
	width: 400px;
	z-index: -1;
}
.good_left .images .info_r {
	float: right;
	width: 181px;
}
.good_left .images .info_r .btn_edit {
	background: url(/templates/images/btn_editgood.png) 0 0 no-repeat;
	display: block;
	height: 31px;
	margin: 0 0 2px;
 width: 181px;
}
.good_left .images .info_r .notice {
	color: #5d5d5d;
	font-size: 10px;
	text-align: center;
}
.good_left .images .thumbs {
	height: auto !important;
	height: 5px;
	min-height: 5px;
	/*margin: 0 180px 0 0;*/
	margin: 0;
}
.good_left .images .thumbs li {
	background: none;
	float: left;
	height: 62px;
	margin: 0 4px 4px 0;
	overflow: hidden;
	padding: 0;
	width: 62px;
}
.good_left .images .thumbs li a {
	border: 1px solid #c3c3c3;
	height: 60px;
	display: block;
	width: 60px;
}
.good_left .images .thumbs li a img {
	display: block;
}
.good_left .images .thumbs .a {
	border: 1px solid #ff6f0f;
}
.good_left .images .thumbs .photo {
	display: none;
}
.good_left .wrap_r .line {
	background: #e3e3e3;
	color: #e3e3e3;
	margin: 0 0 5px;
}
.good_left .wrap_r .line_b {
	margin-top: 5px;
}
.good_left .wrap_r .line_t {
	margin-bottom: 10px;
}
.good_right {
	float: left;
	position: relative;
 width: 317px;
}
.good .item_tags {
	font-size: 11px;
	margin: 0 65px 0 0;
}
.plate {
	background: #92c822;
	color: #fff;
	float: left;
	margin: 9px 0 -5px 2px;
	padding: 2px 9px 3px;
	position: relative;
}
.plate a {
	color: #090909;
}
.plate .c_tl {
	background: url(/templates/images/corn_5x5_tl.png) 0 0 no-repeat;
	left: 0;
	top: 0;
}
.plate .c_tr {
	background: url(/templates/images/corn_5x5_tr.png) 0 0 no-repeat;
	left: -5px;
	margin: 0 0 0 100%;
	top: 0;
}
.plate .corn {
	height: 5px;
	position: absolute;
	width: 5px;
}
.block {
	padding: 0 0 3px;
	position: relative;
}
.blck_3 {
	background: #ffde03;
 color: #555;
 font-size: 15px;
 margin: 0 19px 7px 23px;
 position: relative;
 text-align: center;
}
.blck_3 a {
	color: #555;
}
.blck_3 .c_bl {
	background: url(/templates/images/corn_4x4_bl.png) 0 0 no-repeat;
	bottom: -3px;
	left: -1px;
}
.blck_3 .c_br {
	background: url(/templates/images/corn_4x4_br.png) 0 0 no-repeat;
	bottom: -3px;
	left: -1px;
	margin: 0 0 0 100%;
}
.blck_3 .c_tl {
	background: url(/templates/images/corn_4x4_tl.png) 0 0 no-repeat;
	left: -1px;
	top: -1px;
}
.blck_3 .c_tr {
	background: url(/templates/images/corn_4x4_tr.png) 0 0 no-repeat;
	left: -1px;
	margin: 0 0 0 100%;
	top: -1px;
}
.blck_3 .corn {
	font-size: 0;
	height: 4px;
	line-height: 0;
	position: absolute;
	width: 4px;
}
.blck_3 .darr {
	background: url(/templates/images/icon_darr_8x9.png) 0 0 no-repeat;
	bottom: -8px;
	font-size: 0;
	height: 9px;
	left: 50%;
	line-height: 0;
	margin: 0 0 0 -4px;
	position: absolute;
	width: 8px;
}
.blck_3 .wrap_m {
	margin: 0 5px;
	padding: 4px 0;
	position: relative;
	z-index: 1;
}
.blck_2 {
	background: #fe0831;
	border: 1px solid #cbcccb;
 color: #fff;
 float: right;
 font-size: 11px;
 position: relative;
 right: 10px;
 text-align: center;
 width: 230px;
}
.blck_2 a {
	color: #fff;
	text-decoration: none;
}
.blck_2 .c_bl {
	background: url(/templates/images/corn_2x2_bl.png) 0 0 no-repeat;
	bottom: -1px;
	left: -1px;
}
.blck_2 .c_br {
	background: url(/templates/images/corn_2x2_br.png) 0 0 no-repeat;
	bottom: -1px;
	left: -1px;
	margin: 0 0 0 100%;
}
.blck_2 .c_tl {
	background: url(/templates/images/corn_2x2_tl.png) 0 0 no-repeat;
	left: -1px;
	top: -1px;
}
.blck_2 .c_tr {
	background: url(/templates/images/corn_2x2_tr.png) 0 0 no-repeat;
	left: -1px;
	margin: 0 0 0 100%;
	top: -1px;
}
.blck_2 .corn {
	font-size: 0;
	height: 2px;
	line-height: 0;
	position: absolute;
	width: 2px;
}
.blck_2 .darr {
	background: url(/templates/images/icon_darr_4x3.png) 0 0 no-repeat;
	bottom: -3px;
	font-size: 0;
	height: 3px;
	left: 10px;
	line-height: 0;
	position: absolute;
	width: 4px;
}
.blck_2 .wrap_m {
	padding: 0 2px 1px;
	position: relative;
	z-index: 1;
}
.blck_8 {
	background: #617aac;
	border: 1px solid #c7d2de;
	color: #fff;
	font-size: 11px;
 margin: 0 0 10px;
	padding: 3px 0;
	position: relative;
}
.blck_8 a {
	color: #fff;
}
.blck_8 p {
 margin: 0 50px;
	padding: 0;
	text-align: center;
}
.blck_8 .icon {
	background: url(/templates/images/icon_thumbup.png) 0 0 no-repeat;
	height: 32px;
	left: 10px;
	position: absolute;
	top: -8px;
	width: 35px;
}
.blck_8 .lnk {
	position: absolute;
	right: 30px;
	top: 2px;
	z-index: 1;
}
.blck_err {
	background: #ffdfdf;
	color: #ff3311;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 4px 5px;
	text-align: center;
}
#lnk_right {
	height: 209px;
	margin: -105px 0 0;
    position: fixed !important;
    position: absolute;
    right: 0;
    top: 50%;
    width: 32px;
    z-index: 1000;
}
#lnk_right a {
	display: block;
	height: 209px;
    width: 32px;
}
.favs_head {
	background: #989595;
	color: #fff;
	height: auto !important;
	height: 10px;
	margin: 0 0 15px;
	min-height: 10px;
	position: relative;
}
.favs_head a {
	color: #fff;
}
.favs_head .back {
	background: url(/templates/images/icon_x_20x19.png) 0 0 no-repeat;
	font-weight: bold;
	float: right;
	line-height: 19px;
	margin: 0;
	padding: 0 0 0 24px;
	position: relative;
	top: -1px;
}
.favs_head .back a {
	position: relative;
	top: -2px;
}
.favs_head .c_tl {
	background: url(/templates/images/corn_10x10_tl.png) 0 0 no-repeat;
	left: 0;
}
.favs_head .c_tr {
	background: url(/templates/images/corn_10x10_tr.png) 0 0 no-repeat;
	left: -10px;
	margin: 0 0 0 100%;
}
.favs_head .corn {
	font-size: 0;
	height: 10px;
	line-height: 0;
	position: absolute;
	top: 0;
	width: 10px;
}
.favs_head .title {
	background: url(/templates/images/icon_heart_1.png) 0 0 no-repeat;
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	margin: 0;
	padding: 0 0 0 27px;
}
.favs_head .wrap_m {
	margin: 0 7px 0 12px;
	padding: 8px 0 5px;
	z-index: 1;
}
.btns_sites {
	height: auto !important;
	height: 10px;
	margin: 0 0 10px 25px;
	min-height: 10px;
	position: relative;
}
.btns_sites .list {
	margin: 0;
	padding: 0;
	position: relative;
}
.btns_sites .list li {
	background: none;
	float: left;
	list-style: none;
	margin: 0 3px 0 0;
	padding: 0;
	position: relative;
}
.btns_sites .list li a {
	display: block;
	height: 24px;
	position: relative;
	width: 24px;
}
.btns_sites .list .smth {
	background: #fff;
	display: none;
	left: 0;
	height: 24px;
	position: absolute;
	top: 0;
	width: 24px;
	-moz-opacity: .20; filter: alpha(opacity=20); opacity: .20;
}
.btns_sites .list .hover .smth {
	display: block;
}
.btns_sites .lnk_getcode {
	display: block;
	left: 135px;
	position: absolute;
 top: 7px;
}
.btns_sites .more {
	float: left;
	font-size: 14px;
	height: auto !important;
	height: 20px;
 margin: 0 0 0 10px;
	min-height: 20px;
	padding: 0 0 0 10px;
    position: relative;
    top: 4px;
}

.btns_sites .more a {
	color: #000;
	padding: 0 0 0 5px;
	position: relative;
	top: -2px;
}
.btns_sites .more .hline {
    background: #000;
    font-size: 0;
    height: 12px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 1px;
}
.btns_sites .more span {
	float: left;
	display: block;
}
.btns_sites .s_facebook {
 padding: 2px 0 0;
}
.btns_sites .s_mailru {
	left: 235px;
	position: absolute;
	top: 2px;
}
.btns_sites .s_odnokl {
	left: 135px;
	position: absolute;
	top: 0;
}
.r_wrap {
        margin: 0;
}
.items_tags {
        padding: 0;
}
.ww_balloon_140 {
	background: url(/templates/images/bg_balloon_140x52.png) 0 0 no-repeat;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	height: 52px;
	left: 0;
	line-height: 13px;
	position: absolute;
	text-align: left;
	top: 0;
	width: 140px;
	z-index: 20;
}
.ww_balloon_140 .wrap {
	margin: 0 6px;
	padding: 3px 0 0;
}
.chap_contents {
	margin: 15px 0;
	padding: 0;
}
.chap_contents li {
	background: none;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 4px;
	padding: 0;
}
.chap_contents li a {
	color: #027aaf;
}
.chap_marg {
	margin: 0 0 0 8px;
}
.chap_table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #999;
	margin: 0 0 10px 2px;
}
.chap_table td {
	background: #ddd;
	border: 0;
	font-size: 12px;
	padding: 2px 10px;
	text-align: center;
}
.chap_table th {
	background: #ccc;
	border: 0;
	font-size: 12px;
	padding: 2px 10px;
}
.chap_table .even td {
	background: #eee;
}
.blck_4 {
	background: #ddd;
	border: 1px solid #999;
	font-size: 11px;
	width: 205px;
}
.blck_4 .color_1 {
	color: #f7141a;
}
.blck_4 .wrap_m {
	margin: 0 15px;
	padding: 10px 0;
}
#vkontakte_gift_container table td {
    padding: 0;
}
#ww_facebook {
	background: #fff;
	border: 6px solid #c9c2bd;
	color: #000;
	display: none;
	left: 0;
	position: fixed !important;
	position: absolute;
	text-align: left;
	top: 0;
	width: 610px;
	z-index: 1100;
}
#ww_facebook h5 {
	font-size: 14px;
	margin: 0 0 20px;
}
#ww_facebook .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}
#ww_facebook .color {
	color: #3b5998;
	font-weight: bold;
}
#ww_facebook .infos {
	margin: 0 0 0 -18px;
	position: relative;
}
#ww_facebook .infos li {
	background: url(/templates/images/icon_lamp.png) 0 0 no-repeat;
	font-size: 12px;
	margin: 0 0 10px;
	padding: 0 0 0 25px;
	position: relative;
}
#ww_facebook .infos li p {
	margin: 0 0 10px;
	position: relative;
}
#ww_facebook .infos li p img {
	margin: 0;
	position: relative;
}
#ww_facebook .infos .icon_ilike {
	position: relative;
	top: 4px;
}
#ww_facebook .infos .img_1 {
	float: right;
	margin: 0 50px 0 10px;
}
#ww_facebook .lnk_close {
	bottom: 6px;
	display: block;
	font-size: 12px;
	position: absolute;
	right: 10px;
	z-index: 1;
}
#ww_facebook .wrap {
	margin: 0 20px 0 30px;
	padding: 20px 0 20px;
	position: relative;
}
.bcards {
	color: #444;
	height: auto !important;
	height: 5px;
	font-size: 12px;
	min-height: 5px;
	margin: 5px 30px 25px;
	position: relative;
}
.bcards a {
	color: #009cff;
	text-decoration: none;
}
.bcards .blck_15 .chapter {
	border-bottom: 1px dashed #bfbfbd;
	color: #000;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 14px;
	padding: 0 0 10px;
}
.bcards .blck_15 .chapter .color {
	color: #7eae00;
}
.bcards .blck_15 .chapter .color_1 {
	color: #f7941d;
}
.bcards .columns_2 {
	height: auto !important;
	height: 5px;
	min-height: 5px;
	position: relative;
}
.bcards .columns_2 .coll {
	height: auto !important;
	height: 5px;
	margin: 0 320px 0 0;
	min-height: 5px;
	position: relative;
}
.bcards .columns_2 .colr {
	float: right;
	position: relative;
	width: 301px;
}
.bcards .columns_3 {
	height: auto !important;
	height: 5px;
	min-height: 5px;
	position: relative;
}
.bcards .columns_3 .blck_15 {
	width: 302px;
}
.bcards .columns_3 .blck_15 .chapter {
	border-bottom: 1px dashed #bfbfbd;
	color: #000;
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 14px;
	padding: 0 0 10px;
}
.bcards .columns_3 .col {
	float: left;
	position: relative;
	width: 33%;
}
.bcards .columns_3 .col.m {
	width: 34% !important;
	width: 33.5%;
}
*:first-child+html .clearfix .bcards .columns_3 .col.m {
	width: 33.5% !important;
}
.bcards .columns_3 .col.m .blck_15 {
	margin: 0 auto;
}
.bcards .columns_3 .col.r .blck_15 {
	float: right;
}
.bcards .columns_3 .col .wrap_col {
	margin: 0 20px 0 0;
}
.bcards .columns_3 .col.r .wrap_col {
	margin: 0;
}
.bcards .crealnks {
	position: relative;
}
.bcards .crealnks .chapter {
	margin-bottom: 7px;
}
.bcards .crealnks .lnk {
	background: url(/templates/images/icon_rarr_11x15.png) 0 50% no-repeat;
	font-size: 14px;
	margin: 8px 0 0;
	min-height: 15px;
}
.bcards .crealnks .lnk a {
	padding: 0 0 0 15px;
}
.bcards .crealnks .p {
	margin: 0 0 15px;
}
.bcards .crealnks .tbl {
	border-collapse: separate;
	margin: 0;
	width: 100%;
}
.bcards .crealnks .tbl td {
	background: #f1f1f1;
	border: 0;
	color: #333;
	font-size: 12px;
	padding: 6px 0;
	text-align: center;
}
.bcards .crealnks .tbl td a {
	text-decoration: underline;
}
.bcards .crealnks .tbl td .color {
	color: #7eae00;
}
.bcards .crealnks .tbl th {
	background: #fff;
	border: 0;
	color: #7eae00;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
}
.bcards .crealnks .tbl .brd {
	border-right: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	text-align: left;
	vertical-align: middle;
}
.bcards .crealnks .tbl .even td {
	background: #eaeaea;
}
.bcards .crealnks .tbl .title {
	font-weight: bold;
	text-align: left;
}
.bcards .differ {
	position: relative;
}
.bcards .differ .p {
	margin: 0 0 15px;
}
.bcards .h2order {
	border-bottom: 1px dashed #bfbfbd;
	margin: 0;
	padding: 0;
	position: relative;
}
.bcards .h2order .color {
	color: #009cff;
}
.bcards .h2order .icon {
	left: 0;
	position: absolute;
	top: 0;
}
.bcards .h2order .info {
	margin: 0 0 0 70px;
	position: relative;
}
.bcards .h2order .li {
	background: none;
	height: auto !important;
	height: 49px;
	margin: 0 0 15px;
	min-height: 49px;
	padding: 0;
	position: relative;
}
.bcards .postcards {
	position: relative;
}
.bcards .postcards .p {
	margin: 0 0 15px;
}
.bcards .postcards .p1 {
	color: #909090;
	font-size: 24px;
	padding: 50px 0 0;
	margin: 0;
}
.bcards .pr_details {
	position: relative;
}
.bcards .pr_details .m_tabs {
	margin: 0 0 16px;
	padding: 0;
	position: relative;
}
.bcards .pr_details .m_tabs .c_tl {
	background: url(/templates/images/corn_5x5_tl_5.png) 0 0 no-repeat;
	left: 0;
	top: 0;
}
.bcards .pr_details .m_tabs .c_tr {
	background: url(/templates/images/corn_5x5_tr_5.png) 0 0 no-repeat;
	left: -5px;
	margin: 0 0 0 100%;
	top: 0;
}
.bcards .pr_details .m_tabs .corn {
	font-size: 0;
	height: 5px;
	line-height: 0;
	position: absolute;
	top: 0;
	width: 5px;
	z-index: 1;
}
.bcards .pr_details .m_tabs .tab {
	color: #666;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 50% !important;
	width: 49.7%;
}
*:first-child+html .bcards .pr_details .m_tabs .tab {
	width: 49.7% !important;
}
.bcards .pr_details .m_tabs .tab a {
	background: #ebebeb;
	display: block;
	color: #666;
	padding: 4px 0;
	text-decoration: none;
}
.bcards .pr_details .m_tabs .tab:first-child a {
	margin-right: 1px;
}
.bcards .pr_details .m_tabs .tab:first-child .c_tr {
	left: -6px;
}
.bcards .pr_details .m_tabs .tab.a a {
	background: #ff851a;
	color: #fff;
	cursor: text;
}
.bcards .pr_details .m_tabs .tab.a .c_tl {
	background-image: url(/templates/images/corn_5x5_tl_6.png);
}
.bcards .pr_details .m_tabs .tab.a .c_tr {
	background-image: url(/templates/images/corn_5x5_tr_6.png);
}
.bcards .pr_details .tabs a {
	text-decoration: underline;
}
.bcards .pr_details .tabs p {
	margin: 0 0 12px;
}
.bcards .pr_details .tabs ul {
	margin: 0;
	padding: 0;
}
.bcards .pr_details .tabs ul li {
	background: none;
	list-style: disc;
	margin: 0 0 1px 14px;
	padding: 0;
}
.bcards .pr_details .tabs .tab {
	display: none;
}
.bcards .pr_details .tabs .tab.a {
	display: block;
}
.bcards .promo {
	background: #e9ebec;
	background-position: 100% 0;
	background-repeat: no-repeat;
	height: 360px;
	margin: 0 0 23px;
	position: relative;
}
.bcards .promo .col_l {
	background: url(/templates/images/des_smth_300x360.png) 0 0 repeat-y;
	height: 360px;
	position: relative;
	width: 300px;
}
.bcards .promo .col_l .chapter {
	color: #000;
	font-size: 28px;
	line-height: 20px;
}
.bcards .promo .col_l .lnk_create {
	background: url(/templates/images/bg_btn_214x58.png) 0 0 no-repeat;
	color: #fff;
	bottom: 15px;
	display: block;
	font-size: 18px;
	height: 58px;
	line-height: 19px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 214px;
}
.bcards .promo .col_l .lnk_create .wrap {
	display: block;
	margin: 0 16px;
	position: relative;
	top: 7px;
}
.bcards .promo .col_l .lnk_create .wrap span {
	font-size: 14px;
}
.bcards .promo .col_l .prefs {
	margin: 0 0 20px;
	padding: 0;
	position: relative;
}
.bcards .promo .col_l .prefs li {
	background: none;
	color: #333;
	font-size: 14px;
	list-style: disc;
	margin: 0 0 7px 16px;
	padding: 0;
	position: relative;
}
.bcards .promo .col_l .prefs li a {
	color: #19aee3;
}
.bcards .promo .col_l .slogan {
	color: #19aee3;
	font-size: 14px;
	margin: 0 0 20px;
}
.bcards .promo .col_l .steps {
	margin: 0 0 20px;
	padding: 0;
	position: relative;
}
.bcards .promo .col_l .steps li {
	background: none;
	color: #333;
	font-size: 15px;
	margin: 0 0 7px;
	padding: 0;
	position: relative;
}
.bcards .promo .col_l .wrap_m {
	height: 343px;
	margin: 0 5px 0 18px;
	padding: 17px 0 0;
	position: relative;
}
.bcards .ptypes .chapter {
	margin-bottom: 7px;
}
.bcards .ptypes .list {
	margin: 0;
	padding: 0;
	position: relative;
}
.bcards .ptypes .list .li {
	background: none;
	height: auto !important;
	height: 80px;
	margin: 0 0 20px;
	min-height: 80px;
	padding: 0;
	position: relative;
}
.bcards .ptypes .list .color {
	color: #7eae00;
}
.bcards .ptypes .list .info {
	line-height: 18px;
	margin: 0 0 0 96px;
	padding: 4px 0 0;
	position: relative;
}
.bcards .ptypes .list .info .title {
	font-weight: bold;
}
.bcards .ptypes .list .info .title a {
	color: #333;
}
.bcards .ptypes .list .thumb {
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 1px solid #666;
	height: 78px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 78px;
}
.bcards .ptypes .list .thumb .lnk {
	display: block;
	height: 78px;
	left: 0;
	position: relative;
	top: 0;
	width: 78px;
}
.bcards .ptypes .list .thumb .plt {
	bottom: 0;
	height: 25px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.bcards .ptypes .list .thumb .plt .bg {
	background: #666;
	height: 25px;
	left: 0;
	-moz-opacity: .6; filter: alpha(opacity=60); opacity: .6;
	position: absolute;
	top: 0;
	width: 100%;
}
.bcards .ptypes .list .thumb .plt .str {
	color: #fff;
	line-height: 25px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.bcards .ptypes .list .hover .thumb {
	border-color: #009cff;
}
.bcards .ptypes .list .hover .thumb .plt .bg {
	background: #009cff;
}
.bcards .ptypes .p {
	margin: 0 0 20px;
}
.bcards .ptypes .wrap_m {
	padding-bottom: 1px;
}
.bcards .tstcards {
	position: relative;
}
.bcards .tstcards .blck_15 {
	background: #fff url(/templates/images/bg_blck_15_l_1.png) 100% 0 repeat-y;
}
.bcards .tstcards .blck_15 .inner {
	background: url(/templates/images/bg_blck_15_l_1.png) 0 0 repeat-y;
}
.bcards .tstcards .blck_15 .c_tl {
	background: url(/templates/images/corn_5x5_tl_7.png) 0 0 no-repeat;
}
.bcards .tstcards .blck_15 .c_tr {
	background: url(/templates/images/corn_5x5_tr_7.png) 0 0 no-repeat;
}
.bcards .tstcards .blck_15 .top {
	background: url(/templates/images/bg_blck_15_t_1.png) 0 0 repeat-x;
	height: 13px;
	left: 2px;
	width: 297px;
	z-index: 1;
}
.bcards .tstcards .blck_15 .wrap_m {
	margin: 0;
}
.bcards .tstcards .bumper {
	height: 269px;
}
.bcards .tstcards .chapter {
	background: #88bc01 url(/templates/images/bg_dashed_6x1_1.png) 0 100% repeat-x;
	border: 0;
	color: #fff;
	margin: 0 2px 7px;
	padding: 0 0 11px 17px;
}
.bcards .tstcards .image {
	background: url(/templates/images/test_cards.jpg) 0 0 no-repeat;
	bottom: 0;
	height: 282px;
	left: 2px;
	position: absolute;
	width: 297px;
	z-index: 3;
}
.bcards .tstcards .image form {
	position: relative;
}
.bcards .tstcards .image form .submit {
	position: relative;
	visibility: hidden;
}
.bcards .tstcards .image .added_txt {
	position: relative;
}
.bcards .tstcards .image .added_txt .bg {
	background: #fe9393;
	height: 100%;
	left: 0;
	opacity: .3; filter: alpha(opacity=80); -moz-opacity: .3;
	position: absolute;
	top: 0;
	width: 100%;
}
.bcards .tstcards .image .added_txt .txt {
	color: #444;
	font-size: 13px;
	margin: 0 16px;
	padding: 8px 0;
	position: relative;
	z-index: 1;
}
.bcards .tstcards .image .added_txt .txt ol {
	margin: 0 0 0 20px;
	padding: 0;
}
.bcards .tstcards .image .added_txt .txt p {
	margin: 0;
}
.bcards .tstcards .image .added_txt .txt a {
	color: #009cff;
}
.bcards .tstcards .image .btn_add2cart {
	background: url(/templates/images/btn_add_2_cart_215x45.png) 0 0 no-repeat;
	bottom: 68px;
	color: #fff;
	font-size: 18px;
	height: 45px;
	left: 40px;
	line-height: 19px;
	position: absolute;
	text-align: center;
	width: 215px;
}
.bcards .tstcards .image .plt {
	bottom: 1px;
	height: 40px;
	left: 0;
	position: absolute;
	width: 100%;
}
.bcards .tstcards .image .plt .bg {
	background: #eaeaea;
	height: 40px;
	-moz-opacity: .66;
	filter: alpha(opacity=66);
	opacity: .66;
	position: absolute;
	top: 0;
	width: 100%;
}
.bcards .tstcards .image .plt p {
	color: #444;
	font-size: 11px;
	line-height: 12px;
	margin: 0 4px 0 15px;
	position: relative;
	top: 7px;
	z-index: 1;
}
.bcards .tstcards .image .plt .color {
	color: #009cff;
}
.bcards .tstcards .image .lnk_create {
	background: url(/templates/images/bg_btn_215x45.png) 0 0 no-repeat;
	bottom: 68px;
	color: #fff;
	display: block;
	font-size: 18px;
	height: 45px;
	left: 40px;
	line-height: 19px;
	position: absolute;
	text-align: center;
	width: 215px;
}
.bcards .tstcards .image .lnk_create .wrap {
	display: block;
	margin: 0 6px;
	position: relative;
	top: 11px;
}
.bcards .tstcards .p {
	margin: 0 20px 15px;
}
.bcards .why {
	margin: 0;
	padding: 0;
	position: relative;
}
.bcards .why .color {
	color: #234390;
}
.bcards .why .color_1 {
	color: #7eae00;
}
.bcards .why .icon {
	left: -3px;
	position: absolute;
	top: 0;
}
.bcards .why .info {
	margin: 0 0 0 90px;
	position: relative;
}
.bcards .why .li {
	background: none;
	height: auto !important;
	height: 62px;
	margin: 0 0 15px;
	min-height: 62px;
	padding: 0;
	position: relative;
}
.blck_9 {
	background: #fcf9d0;
 color: #000;
 font-size: 11px;
 margin: 0 0 22px;
 position: relative;
}
.blck_9 .c_bl {
	background: url(/templates/images/corn_5x5_bl_1.png) 0 0 no-repeat;
	bottom: 0;
	left: 0;
}
.blck_9 .c_br {
	background: url(/templates/images/corn_5x5_br_1.png) 0 0 no-repeat;
	bottom: 0;
	left: -5px;
	margin: 0 0 0 100%;
}
.blck_9 .c_tl {
	background: url(/templates/images/corn_5x5_tl_1.png) 0 0 no-repeat;
	left: 0;
	top: 0;
}
.blck_9 .c_tr {
	background: url(/templates/images/corn_5x5_tr_1.png) 0 0 no-repeat;
	left: -5px;
	margin: 0 0 0 100%;
	top: 0;
}
.blck_9 .corn {
	font-size: 0;
	height: 5px;
	line-height: 0;
	position: absolute;
	width: 5px;
}
.blck_9 .list {
	position: relative;
}
.blck_9 .list li {
	background: none;
	margin: 0 0 5px;
	padding: 0 0 0 18px;
	position: relative;
}
.blck_9 .list li a {
	color: #3191eb;
	font-weight: bold;
}
.blck_9 .list .icon {
	background: url(/templates/images/icon_v_11x10.png) 0 0 no-repeat;
	height: 10px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 11px;
}
.blck_9 .title {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 8px;
	padding: 0 0 0 18px;
	position: relative;
}
.blck_9 .title .icon {
	background: url(/templates/images/icon_star_12x12.png) 0 0 no-repeat;
	height: 12px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 12px;
}
.blck_9 .wrap_m {
	height: auto !important;
	height: 10px;
	margin: 0 10px;
	min-height: 92px;
	padding: 6px 0;
	position: relative;
	z-index: 1;
}
.blck_10 {
	background: #eaf7e2;
 color: #000;
 font-size: 11px;
 position: relative;
}
.blck_10 .c_bl {
	background: url(/templates/images/corn_8x8_bl.png) 0 0 no-repeat;
	bottom: 0;
	left: 0;
}
.blck_10 .c_br {
	background: url(/templates/images/corn_8x8_br.png) 0 0 no-repeat;
	bottom: 0;
	left: -8px;
	margin: 0 0 0 100%;
}
.blck_10 .c_tl {
	background: url(/templates/images/corn_8x8_tl.png) 0 0 no-repeat;
	left: 0;
	top: 0;
}
.blck_10 .c_tr {
	background: url(/templates/images/corn_8x8_tr.png) 0 0 no-repeat;
	left: -8px;
	margin: 0 0 0 100%;
	top: 0;
}
.blck_10 .corn {
	font-size: 0;
	height: 8px;
	line-height: 0;
	position: absolute;
	width: 8px;
}
.blck_10 .list {
	background: url(/templates/images/des_dashed_6x1.png) 0 100% repeat-x;
	margin: 0 8px 0 0;
	padding: 0 0 7px;
	position: relative;
}
.blck_10 .list li {
	background: none;
	margin: 0 0 3px;
	padding: 0 0 0 16px;
	position: relative;
}
.blck_10 .list li a {
	color: #3191eb;
	font-weight: bold;
}
.blck_10 .list .icon {
	background: url(/templates/images/icon_v_11x10.png) 2px 0 no-repeat;
	height: 10px;
	left: 0;
	position: absolute;
	top: 2px;
	width: 11px;
}
.blck_10 .lnk {
	text-align: right;
}
.blck_10 .lnk a {
	font-weight: bold;
}
.blck_10 .title {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 8px;
	padding: 0 0 0 18px;
	position: relative;
}
.blck_10 .title .icon {
	background: url(/templates/images/icon_star_12x12.png) 0 0 no-repeat;
	height: 12px;
	left: 0;
	position: absolute;
	top: 1px;
	width: 12px;
}
.blck_10 .wrap_m {
	height: auto !important;
	height: 10px;
	margin: 0 2px 0 8px;
	min-height: 10px;
	padding: 10px 0;
	position: relative;
	z-index: 1;
}
.blck_11 {
	background: #e9e9ea;
 color: #6a6868;
 font-size: 11px;
 position: relative;
}
.blck_11 .c_bl {
	background: url(/templates/images/corn_5x5_bl_2.png) 0 0 no-repeat;
	bottom: 0;
	left: 0;
}
.blck_11 .c_br {
	background: url(/templates/images/corn_5x5_br_2.png) 0 0 no-repeat;
	bottom: 0;
	left: -5px;
	margin: 0 0 0 100%;
}
.blck_11 .c_tl {
	background: url(/templates/images/corn_5x5_tl_2.png) 0 0 no-repeat;
	left: 0;
	top: 0;
}
.blck_11 .c_tr {
	background: url(/templates/images/corn_5x5_tr_2.png) 0 0 no-repeat;
	left: -5px;
	margin: 0 0 0 100%;
	top: 0;
}
.blck_11 .corn {
	font-size: 0;
	height: 5px;
	line-height: 0;
	position: absolute;
	width: 5px;
}
.blck_11 .wrap_m {
	height: auto !important;
	height: 10px;
	margin: 0 12px;
	min-height: 10px;
	padding: 17px 0;
	position: relative;
	z-index: 1;
}
.cauth {
	border-bottom: 1px dashed #ccc;
	margin: 0 0 20px;
	padding: 0 0 20px;
	position: relative;
}
.cauth .auth {
	display: none;
	position: relative;
}
.cauth .auth .blck_err {
	background: #ffdfe0;
	color: #f00;
	display: none;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 4px 2px 5px;
	text-align: center;
}
.cauth .auth .btn {
	background: url(/templates/images/input_btn_enter.jpg) 0 0 no-repeat;
	width: 68px;
	height: 20px;
	border: 0;
	cursor: pointer;
	cursor: hand;
}
.cauth .auth .flds {
	margin: 0 0 18px;
	position: relative;
}
.cauth .auth .flds .fld {
	background: none;
	height: auto !important;
	height: 5px;
	margin: 0 0 10px;
	min-height: 5px;
	padding: 0;
	position: relative;
}
.cauth .auth .flds label {
	color: #000;
	display: block;
	float: left;
	font-size: 12px;
	padding: 0 0 0 11px;
	position: relative;
	top: .2em;
}
.cauth .auth .input {
	height: auto !important;
	height: 5px;
	margin: 0 0 0 100px;
	min-height: 5px;
}
.cauth .auth .input input {
	border: 1px solid #7c9ab8;
	padding: 1px 2px;
	width: 276px;
}
.cauth .auth .lnk_forget {
	color: #737372;
	left: 390px;
	position: absolute;
	top: 2px;
}
.cauth .auth .notice {
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 13px 11px;
	padding: 0;
}
.cauth .bot {
	position: relative;
}
.cauth .bot .submit {
	background: url(/templates/images/btn_enter_130x22.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	height: 22px;
	display: block;
	margin: 0 0 0 100px;
	width: 130px;
}
.cauth .chapter {
	color: #3191eb;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 18px;
}
.cauth .checkbox {
	color: #3191eb;
	left: 250px;
	position: absolute;
	top: 4px;
}
.cauth .checkbox input {
	margin: 0 4px 0 0;
	position: relative;
	top: 1px;
}
.cauth .lnk_auth {
	background: url(/templates/images/btn_enter_130x22.png) 0 0 no-repeat;
	height: 22px;
	display: block;
	margin: 0 0 0 100px;
	width: 130px;
}
.cauth .lnk_cancel {
	background: url(/templates/images/btn_cancel_87x22.png) 0 0 no-repeat;
	height: 22px;
 display: block;
	left: 8px;
	position: absolute;
	top: 0;
	width: 87px;
}
.cemail {
	border-bottom: 1px dashed #ccc;
	color: #000;
	display: none;
	font: 12px;
	margin: 0 0 10px;
	padding: 0 0 20px;
	position: relative;
}
.cemail label {
	font-size: 12px;
	left: -89px;
	position: absolute;
	top: 2px;
}
.cemail .blck_err {
	background: #ffdfe0;
	color: #f00;
	display: none;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 4px 2px 5px;
	text-align: center;
}
.cemail .btns {
	display: none;
	left: 295px;
	position: absolute;
	top: -1px;
}
.cemail .chapter {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 18px;
}
.cemail .cont {
	margin: 0 0 15px 100px;
	position: relative;
}
.cemail .input {
	margin: 0 0 10px;
	position: relative;
}
.cemail .input input {
	border: 1px solid #7c9ab8;
	padding: 1px 2px;
	width: 276px;
}
.cemail .lnk_change {
	background: url(/templates/images/btn_changeemail_130x22.png) 0 0 no-repeat;
	height: 22px;
	display: block;
	left: 295px;
	position: absolute;
	top: -1px;
	width: 130px;
}
.cemail .lnk_cancel {
	background: url(/templates/images/btn_cancel_87x22.png) 0 0 no-repeat;
	height: 22px;
 display: block;
	left: 96px;
	position: absolute;
	top: 0;
	width: 87px;
}
.cemail .notice {
	font-size: 12px;
	margin: 0 0 0 11px;
}
.cemail .required {
	color: #fe0000;
}
.cemail .submit {
	background: url(/templates/images/btn_save_87x22.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	display: block;
	height: 22px;
	margin: 0;
	width: 87px;
}
.cnav {
	border-bottom: 1px dashed #ccc;
	border-top: 1px dashed #ccc;
	color: #999;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 8px 0 20px;
	position: relative;
	text-align: center;
}
.cnav a {
	color: #999;
	text-decoration: none;
}
.cnav a:hover {
	color: #199cd1;
}
.cnav .lnk_a {
	color: #ff7009;
}
.cnav .lnk_l {
	float: left;
}
.cnav .lnk_r {
	float: right;
}
.cregister {
	border-bottom: 1px dashed #ccc;
	color: #000;
	font: 12px;
	margin: 0 0 10px;
	padding: 0 0 20px;
	position: relative;
}
.cregister label {
	font-size: 12px;
	left: -89px;
	position: absolute;
	top: 2px;
}
.cregister p {
	margin: 0;
	padding: 0;
}
.cregister .blck_err {
	background: #ffdfe0;
	color: #f00;
	display: none;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 4px 2px 5px;
	text-align: center;
}
.cregister .chapter {
	color: #3191eb;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 18px;
}
.cregister .cont {
	margin: 0 0 20px 100px;
	position: relative;
}
.cregister .flds {
	margin: 0 0 15px;
	padding: 0;
	position: relative;
}
.cregister .flds .fld {
	background: none;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}
.cregister .flds .notice {
	display: none;
	font-weight: bold;
	left: 290px;
	margin: 0;
	position: absolute;
	top: 2px;
	width: 305px;
}
.cregister .flds .error {
	color: #000;
}
.cregister .flds .error input {
	background: #ffdfe0;
}
.cregister .flds .error .notice {
	color: #f00;
	display: block;
}
.cregister .flds .error .notice .err_str {
	display: block;
}
.cregister .flds .error .notice .ok_str {
	display: none;
}
.cregister .flds .ok .notice {
	display: block;
}
.cregister .flds .ok .notice .err_str {
	display: none;
}
.cregister .flds .ok .notice .ok_str {
	display: inline;
}
.cregister .input input {
	border: 1px solid #7c9ab8;
	padding: 1px 2px;
	width: 276px;
}
.cregister .lnk {
	color: #3191eb;
	font-size: 11px;
	font-weight: bold;
}
.cregister .notice {
	font-size: 11px;
	margin: 0 0 15px 11px;
}
.cregister .required {
	color: #fe0000;
}
.cregister .submit {
	background: url(/templates/images/btn_createacc_130x22.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	height: 22px;
	display: block;
	margin: 0 0 10px 0;
	position: relative;
	width: 130px;
	z-index: 1;
}
.feedback {
	margin: 32px 0 0;
}
.feedback a {
	color: #154c89 !important;
}
.feedback .color_1 {
	color: #d80111;
}
.feedback .color_2 {
	color: #617aac;
}
.feedback .color_3 {
	color: #069a10;
}
.feedback .fsize {
	font-size: 13px;
}
.feedback .info {
	margin: 0 0 0 23px;
}
.feedback .info p {
	line-height: 140%;
	margin: 0 0 2px;
	padding: 0;
}
.feedback .online {
	background: url(/templates/images/icon_balloon_1.png) 1px 1px no-repeat;
	border-bottom: 1px solid #cfcfd0;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
.feedback .phone {
	background: url(/templates/images/icon_phone_1.png) 1px 1px no-repeat;
	border-bottom: 1px solid #cfcfd0;
	margin: 0 0 10px;
	padding: 0 0 5px;
}
.feedback .title {
	font-weight: bold;
	margin: 0 0 4px 23px;
	padding: 0;
}
.feedback .webform {
	background: url(/templates/images/icon_sheet.png) 1px 4px no-repeat;
	padding: 0 0 5px;
}
.fix {
	color: #fff;
	font-size: 1px;
	line-height: 1px;
}
.fixed_float {
	position: relative;
}
#foot_blck {
	position: relative;
}
#js_debug {
	background: #fff;
	border: 2px solid #000;
	display: hide;
	height: 200px;
	left: 0;
	overflow: auto;
	position: fixed;
	text-align: left;
 top: 0;
	width: 300px;
	z-index: 10000;
}
.prod_all {
	margin: -3px 30px 0 30px;
	padding: 0 0 25px;
	position: relative;
}
.prod_all h1 {
	color: #000;
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	margin: 0 0 20px;
}
.prod_all h1 .color_1 {
	/*color: #1d9dc6;*/
	font-size: 15px;
	line-height: 20px;
}
.prod_all h1 .color_2 {
	color: #222;
	font-size: 12px;
	line-height: 14px;
}
.prod_all h1 .color_2 a {
	color: #1d9dc6;
}
.prod_all .col_50 {
	color: #000;
	font-size: 12px;
	float: left;
	width: 49.5%;
}
.prod_all .col_50 a {
	color: #1d9dc6;
	text-decoration: none;
}
.prod_all .col_50 .chapter {
	color: #000;
	font-size: 19px;
	margin: 0 0 25px;
}
.prod_all .col_50 .fontm {
	font-size: 11px;
}
.prod_all .col_50 .info {
	margin: 0 0 50px;
}
.prod_all .col_50 .wrap_col {
	margin: 0 15px 0 0;
}
.prod_all .col_50_r {
	float: right;
}
.prod_all .col_50_r .wrap_col {
	margin: 0 0 0 15px;
}
.prod_all .col_left {
 background: url(/templates/images/bg_dashed_1x6.png) 100% 0 repeat-y;
	margin: 0 218px 0 0;
	min-height: 5px;
	position: relative;
}
.prod_all .col_left .chapter {
	color: #5d5d5d;
	font-size: 24px;
	margin: 0 0 20px;
}
.prod_all .col_left .line {
	margin-bottom: 40px;
}
.prod_all .col_left .wrap_m {
	margin: 0 14px 0 0;
}
.prod_all .col_left_1 {
	height: auto !important;
	height: 5px;
	margin: 0 392px 0 0;
	min-height: 5px;
	position: relative;
}
.prod_all .col_right {
 background: url(/templates/images/bg_dashed_1x6.png) 0 0 repeat-y;
	float: right;
 left: -1px;
	position: relative;
	width: 218px;
}
.prod_all .col_right .wrap_m {
	margin: 0 0 0 14px;
}
.prod_all .col_right_1 {
	color: #000;
	float: right;
	font-size: 12px;
	padding: 5px 0 0;
	position: relative;
	width: 346px;
}
.prod_all .col_right_1 p {
	margin: 0 0 7px;
	padding: 0;
}
.prod_all .col_right_1 .adv {
	margin: 0 0 16px;
}
.prod_all .col_right_1 .color {
	color: #747474;
}
.prod_all .col_right_1 .fontl {
	font-size: 14px;
}
.prod_all .col_right_1 .fontl_1 {
	font-size: 16px;
}
.prod_all .col_right_1 .lnks,
.prod_all .col_right_1 .lnks a {
	color: #0797c5;
}
.prod_all .goods {
	position: relative;
}
.prod_all .goods .li {
	background: none;
	color: #5d5d5d;
	float: left;
	font-size: 12px;
	height: 220px;
	margin: 0 11px 5px 0;
	padding: 0;
	position: relative;
	width: 130px;
}
.prod_all .goods .li a {
	color: #1d9dc6;
}
.prod_all .goods .li .color {
	color: #1d9dc6;
}
.prod_all .goods .li .fontm {
	font-size: 11px;
}
.prod_all .goods .li .lnk_create {
	background: #fcf032;
	padding: 0 3px;
}
.prod_all .goods .li .thumb {
	background-color: #d4d4d4;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 130px;
	margin: 0 0 12px;
	overflow: hidden;
	position: relative;
	width: 130px;
}
.prod_all .goods .li .thumb a {
	border: 1px solid #a6a6a6;
	display: block;
	height: 128px;
	position: relative;
	width: 128px;
	z-index: 1;
}
.prod_all .goods .li .thumb a:hover {
	border: 2px solid #1d9dc6;
	height: 126px;
	width: 126px;
}
.prod_all .goods .li .title {
	color: #000;
	font-weight: bold;
}
.prod_all .goods .li .title a {
	color: #000;
	text-decoration: none;
}
.prod_all .line {
	background: #bababa;
	color: #bababa;
	margin: 0 0 10px;
}
.prod_all .mb {
	margin-bottom: 25px;
}
.prod_all .text {
	color: #000;
	font-size: 12px;
	line-height: 17px;
}
.prod_all .text a {
	color: #1d9dc6;
}
.vacancies {
	color: #333;
	font-size: 12px;
	margin: 25px 30px;
	position: relative;
	text-align: left;
}
.vacancies .col_left {
 background: url(/templates/images/bg_dashed_1x6.png) 100% 0 repeat-y;
 height: auto !important;
 height: 5px;
	margin: 0 245px 0 0;
	min-height: 5px;
	position: relative;
}
.vacancies .col_left h6.chapter {
	color: #31a5f5;
	font-size: 20px;
	font-weight: normal;
}
.vacancies .col_left .greet {
	background: #9bc029 url(/templates/images/image_1.jpg) 100% 0 no-repeat;
	height: 145px;
	margin: 0 0 20px;
	position: relative;
}
.vacancies .col_left .greet .str {
	left: 50%;
	margin: -41px 0 0 -220px;
	position: absolute;
	top: 50%;
}
.vacancies .col_left .greet .wrap {
	height: 145px;
	margin: 0 200px 0 0;
	position: relative;
}
.vacancies .col_left .wrap_m {
	margin: 0 25px 0 0;
	padding: 0 0 5px;
	position: relative;
}
.vacancies .col_right {
 background: url(/templates/images/bg_dashed_1x6.png) 0 0 repeat-y;
	float: right;
 left: -1px;
	position: relative;
	width: 245px;
}
.vacancies .col_right .photos {
	margin: 0 0 25px;
	position: relative;
}
.vacancies .col_right .photos .chapter {
	font-size: 12px;
}
.vacancies .col_right .photos .list {
	left: -3px;
	position: relative;
}
.vacancies .col_right .photos .list li {
	float: left;
	height: 68px;
	margin: 0 0 3px 3px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 68px;
}
.vacancies .col_right .wrap_col {
	margin: 0 0 0 25px;
	padding: 0 0 5px;
	position: relative;
}
.vacancies .flds {
	position: relative;
}
.vacancies .flds dl {
	position: relative;
}
.vacancies .flds dl dd {
	height: auto !important;
	height: 5px;
	margin: 0 0 0 290px;
	min-height: 5px;
	padding: 0;
	position: relative;
}
.vacancies .flds dl dt {
	color: #000;
	float: left;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
	position: relative;
	width: 280px;
}
.vacancies .flds .fld {
	background: none;
	margin: 0 0 25px;
	padding: 0;
	position: relative;
}
.vacancies .form .bot {
	position: relative;
	text-align: right;
}
.vacancies .form select {
	color: #000;
}
.vacancies .form input.input {
	width: 240px;
}
.vacancies .form select.input {
	width: 244px;
}
.vacancies .form textarea.input {
	height: 70px;
	width: 370px;
}
.vacancies .form .notice {
	color: #040404;
	font-size: 12px;
	margin: 0 0 10px 10px;
}
.vacancies .form .red {
	color: #fc1535;
 display: block;
	font-size: 14px;
	font-weight: bold;
	left: 100%;
	position: absolute;
	top: -3px;
}
.vacancies .form .fld_input .red {
	left: 543px;
}
.vacancies .form .fld_select .red {
	left: 543px;
}
.vacancies .form .fld_textarea .red {
	left: 670px;
}
.vacancies .form .fld_captcha .red {
	left: 192px;
}
.vacancies .form .req {
	color: #fc1535;
	font-size: 14px;
	font-weight: bold;
}
.vacancies .form .submit {
	background: url(/templates/images/btn_send_123x33.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	height: 33px;
	width: 123px;
}
.vacancies .list_v {
	margin: 0 0 30px;
	padding: 0;
	position: relative;
}
.vacancies .list_v .description {
	display: none;
	position: relative;
	padding: 0 0 5px;
}
.vacancies .list_v .li {
	background: 0;
	border: 1px solid #c3bfbf;
	margin: 0 0 10px;
	padding: 0;
	position: relative;
}
.vacancies .list_v .lnk_less {
	bottom: 0;
	color: #294dc0;
	font-size: 12px;
	font-weight: bold;
	display: block;
	position: absolute;
	right: 0;
}
.vacancies .list_v .top {
	position: relative;
}
.vacancies .list_v .top .lnk_more {
	color: #294dc0;
	font-size: 12px;
	font-weight: bold;
	display: block;
	position: absolute;
	right: 0;
	top: .1em;
}
.vacancies .list_v .top .metro {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 215px;
	top: 0;
	width: 185px;
}
.vacancies .list_v .top .metro img {
	padding: 0 5px 0 0;
}
.vacancies .list_v .top .title {
	font-size: 14px;
	font-weight: bold;
	margin: 0 410px 0 0;
	position: relative;
}
.vacancies .list_v .top .wage {
	color: #ff7009;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	right: 95px;
	top: 0;
	width: 110px;
}
.vacancies .list_v .hover {
	border: 1px solid #7cb3ec;
}
.vacancies .list_v .a {
	border: 1px solid #7cb3ec;
}
.vacancies .list_v .a .top .lnk_more {
	display: none;
}
.vacancies .list_v .li .wrap {
	margin: 0 12px;
	position: relative;
	padding: 10px 0;
}
.vizitki {
	font-size: 12px;
	margin: 0 30px 90px;
	padding: 0 0 25px;
	position: relative;
}
.vizitki a {
	color: #0951a1;
}
.vizitki hr {
	background: #b7b6b6;
	border: 0;
	color: #b7b6b6;
	margin: 0 0 5px 28px;
}
.vizitki p {
	position: relative;
}
.vizitki p img {
	margin: 0;
	position: relative;
}
.vizitki ul,
.vizitki ul li {
	background: none;
	margin: 0;
	padding: 0;
	position: relative;
}
.vizitki ul li {
	height: auto !important;
	height: 5px;
	min-height: 5px;
}
.vizitki .calc {
	margin: 0 0 45px 28px;
	position: relative;
}
.vizitki .calc .flds {
	position: relative;
}
.vizitki .calc .flds dl {
	position: relative;
}
.vizitki .calc .flds dl dd {
	height: auto !important;
	height: 5px;
	margin: 0 0 0 206px;
	min-height: 5px;
	position: relative;
	z-index: 1;
}
.vizitki .calc .flds dl dt {
	float: left;
	font-weight: normal;
	margin: 0;
	position: relative;
	width: 200px;
}
.vizitki .calc .flds .color {
	color: #086c0b;
}
.vizitki .calc .flds .font_s {
	font-size: 11px;
}
.vizitki .calc .flds .li {
	height: 5px;
	height: auto !important;
	margin: 0 0 20px;
	min-height: 5px;
	position: relative;
}
.vizitki .calc .flds .li.mb {
	margin: 0 0 25px;
}
.vizitki .calc .flds .li.ml dl dd {
	margin: 0 0 0 281px;
}
.vizitki .calc .flds .li.ml dl dt {
	width: 275px;
}
.vizitki .calc .flds .text_r {
	position: relative;
	text-align: right;
}
.vizitki .calc .flds .text_r a {
	position: relative;
	top: 5px;
}
.vizitki .calc .form {
	border-bottom: 1px dashed #bfbfbd;
	margin: 0 0 28px;
}
.vizitki .calc .form label {
	color: #3e3d3d;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 4px;
}
.vizitki .calc .form .global_style_input {
	color: #000;
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	width: 99%;
	z-index: 1;
}
.vizitki .calc .form .submit {
	margin: 0 0 25px;
	text-align: right;
}
.vizitki .calc .form .submit input {
	background: url(/templates/images/btn_count_122x34.png) 0 0 no-repeat;
	border: 0;
	cursor: pointer;
	height: 34px;
	width: 122px;
}
.vizitki .calc .result {
	position: relative;
}
.vizitki .calc .result .blck {
	background: #eeecec;
	color: #5673cf;
	float: right;
	font-size: 30px;
	font-weight: bold;
	padding: 6px 8px 7px;
	position: relative;
	text-align: right;
	width: 179px;
}
.vizitki .calc .result .blck .lnk {
	display: block;
	bottom: -16px;
	font-size: 11px;
	font-weight: normal;
	position: absolute;
	right: 0;
}
.vizitki .calc .result .str {
	color: #020202;
	font-size: 14px;
	font-weight: bold;
	height: auto !important;
	height: 5px;
	margin: 0 200px 0 0;
	min-height: 5px;
	padding: 12px 0 0;
}
.vizitki .col_il {
	float: left;
	padding: 2px 0 0;
	position: relative;
	width: 200px;
}
.vizitki .col_il .menu {
	width: 200px;
}
.vizitki .col_il .menu a {
	display: block;
	color: #2d2c2c;
	height: auto !important;
	height: 5px;
	min-height: 5px;
	position: relative;
	text-decoration: none;
}
.vizitki .col_il .menu div {
	border-bottom: 1px solid #b7b6b6;
	height: auto !important;
	height: 5px;
	margin: 0 26px 0 20px;
	min-height: 5px;
	padding: 0 0 14px;
	position: relative;
}
.vizitki .col_il .menu li {
	color: #2d2c2c;
	height: auto !important;
	height: 15px;
	font-weight: bold;
	margin: 0 0 14px;
	min-height: 15px;
}
.vizitki .col_il .menu .icon {
	background: url(/templates/images/icon_rarr_11x15.png) 0 0 no-repeat;
	display: block;
	height: 15px;
	left: -20px;
	margin: -7px 0 0;
	position: absolute;
	top: 50%;
	width: 11px;
}
.vizitki .col_il .menu .a .icon {
 display: block;
}
.vizitki .col_ir {
	height: auto !important;
	height: 5px;
	margin: 0 0 0 200px;
	min-height: 5px;
	position: relative;
}
.vizitki .col_left {
 background: url(/templates/images/bg_dashed_1x6.png) 100% 0 repeat-y;
	margin: 0 240px 0 0;
	min-height: 5px;
	position: relative;
}
.vizitki .col_left .wrap_col {
	margin: 0 17px 0 0;
}
.vizitki .col_right {
 background: url(/templates/images/bg_dashed_1x6.png) 0 0 repeat-y;
	float: right;
 left: -1px;
	position: relative;
	width: 240px;
}
.vizitki .col_right .wrap_col {
	margin: 0 0 0 17px;
}
.vizitki .dashed {
	border-bottom: 1px dashed #bfbfbd;
	font-size: 0;
	height: 1px;
	line-height: 0;
	margin: 0 0 40px;
}
.vizitki .images li {
	float: left;
	margin: 0 10px 0 0;
}
.vizitki .images li a {
	border: 1px solid #dedede;
	display: block;
	padding: 5px;
}
.vizitki .images li a:hover {
	border-color: #78cfef;
}
.vizitki .images .photo {
	display: none;
}
.vizitki .lnks {
	background: url(/templates/images/icon_star_22x28.png) 0 0 no-repeat;
	height: auto !important;
	height: 28px;
	margin: 25px 0 0;
	min-height: 28px;
	padding: 0 0 0 28px;
	position: relative;
}
.vizitki .lnks .chapter {
	color: #030303;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 6px;
	padding: 2px 0 0;
}
.vizitki .lnks .list a {
	color: #1a9cc6;
}
.vizitki .lnks .list li {
 font-size: 13px;
 margin: 0 0 2px;
}
.vizitki .ptypes {
	border-top: 1px dashed #bfbfbd;
	margin: 0 12px 0 20px;
}
.vizitki .ptypes .info {
	color: #2d2c2c;
	font-size: 13px;
	height: auto !important;
	height: 5px;
	margin: 0 0 0 90px;
	min-height: 5px;
}
.vizitki .ptypes .info p {
	margin: 0 0 12px;
}
.vizitki .ptypes .info .font {
	font-size: 11px;
}
.vizitki .ptypes .info .color {
	color: #086c0b;
}
.vizitki .ptypes .info .color_1 {
	color: #9b048f;
}
.vizitki .ptypes .info .p {
	margin: 0 0 7px;
}
.vizitki .ptypes .li {
	border-bottom: 1px dashed #bfbfbd;
	height: auto !important;
	height: 77px;
	min-height: 77px;
	padding: 40px 0;
}
.vizitki .ptypes .li.lst {
	border: 0;
}
.vizitki .ptypes .thumb {
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 77px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 40px;
	width: 77px;
}
.vizitki .ptypes .thumb.brd {
	border: 1px solid #a3a3a3;
	height: 75px;
	width: 75px;
}
.vizitki .ptypes .title {
	color: #040404;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 2px;
	position: relative;
	top: -5px;
}
.vizitki .squared {
	background: url(/templates/images/icon_square_10x10.png) 50% 0 no-repeat;
	font-size: 0;
	height: 10px;
	line-height: 0;
	margin: 0 0 43px;
}
.vizitki .text {
	color: #2d2c2c;
	font-size: 13px;
	margin: 0 0 23px;
	padding: 0 0 0 28px;
	position: relative;
}
.vizitki .text a {
	color: #0e48be;
}
.vizitki .text img {
	position: relative;
}
.vizitki .text p {
	margin: 0 0 15px;
}
.vizitki .text p.mb {
	margin-bottom: 40px;
}
.vizitki .text p.mb1 {
	margin-bottom: 5px;
}
.vizitki .text p.mb2 {
	margin-bottom: 30px;
}
.vizitki .text p.mb3 {
	margin-bottom: 47px;
}
.vizitki .text p.mt {
	margin-top: -10px;
}
.vizitki .text .font_l {
	font-size: 15px;
}
.vizitki .text .color {
	color: #146c03;
}
.vizitki .text .color_1 {
	color: #434343;
}
.vizitki .text .color_2 {
	color: #1a9cc6;
}
.vizitki .text .color_3 {
	color: #d90707;
}
.vizitki .text .color_4 {
	color: #0c7f09;
}
.vizitki .text .color_5 {
	color: #e80404;
}
.vizitki .text .color_6 {
	color: #33810c;
}
.vizitki .text .color_7 {
	color: #086c0b;
}
.vizitki .text a.color {
	color: #1a9cc6;
}
.vizitki .text .flist {
	position: relative;
}
.vizitki .text .flist ul {
	float: left;
	margin: 0 4px 20px 0;
	width: 102px;
}
.vizitki .text .flist li {
	background: url(/templates/images/icon_file_17x22.png) 0 0 no-repeat;
	font-size: 15px;
	font-weight: bold;
	height: 22px;
	margin: 0 0 8px;
	min-height: 22px;
	padding: 0 0 0 26px;
	text-transform: uppercase;
}
.vizitki .text .flist li a {
	color: #0e76f5;
}
.vizitki .text .font_s {
	font-size: 11px;
}
.vizitki .text .hlp_list .info {
	height: auto !important;
	height: 5px;
	margin: 0 0 0 110px;
	min-height: 5px;
}
.vizitki .text .hlp_list .li {
	height: 90px;
	margin: 0 0 20px;
	min-height: 90px;
}
.vizitki .text .hlp_list .thumb {
	height: 90px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 2px;
	width: 90px;
}
.vizitki .text .hlp_list_1 {
	margin: 0 0 43px 12px;
}
.vizitki .text .hlp_list_1 .info {
	height: auto !important;
	height: 5px;
	margin: 0 0 0 70px;
	min-height: 5px;
	padding: 4px 0 0;
}
.vizitki .text .hlp_list_1 .li {
	font-size: 11px;
	height: 52px;
	margin: 0 0 25px;
	min-height: 52px;
}
.vizitki .text .hlp_list_1 .lst {
	margin-bottom: 0;
}
.vizitki .text .hlp_list_1 .thumb {
	height: 52px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 52px;
}
.vizitki .text .images {
	margin-bottom: 40px;
}
.vizitki .text .notice {
	font-size: 11px;
}
.vizitki .text .str_n {
	background: url(/templates/images/str_no.png) 0 0 no-repeat;
	bottom: -30px;
	display: block;
	height: 107px;
	left: 335px;
	position: absolute;
	width: 106px;
}
.vizitki .text .str_step {
	bottom: -23px;
	display: block;
	height: 107px;
	left: 335px;
	position: absolute;
	width: 106px;
}
.vizitki .text .str_step_1 {
	background: url(/templates/images/str_step_1.png) 0 0 no-repeat;
}
.vizitki .text .str_step_2 {
	background: url(/templates/images/str_step_2.png) 0 0 no-repeat;
}
.vizitki .text .str_step_3 {
	background: url(/templates/images/str_step_3.png) 0 0 no-repeat;
}
.vizitki .text .str_step_4 {
	background: url(/templates/images/str_step_4.png) 0 0 no-repeat;
}
.vizitki .text .str_step_5 {
	background: url(/templates/images/str_step_5.png) 0 0 no-repeat;
}
.vizitki .text .str_step_6 {
	background: url(/templates/images/str_step_6.png) 0 0 no-repeat;
}
.vizitki .text .str_step_7 {
	background: url(/templates/images/str_step_7.png) 0 0 no-repeat;
}
.vizitki .text .str_step_8 {
	background: url(/templates/images/str_step_8.png) 0 0 no-repeat;
}
.vizitki .text .str_step_9 {
	background: url(/templates/images/str_step_9.png) 0 0 no-repeat;
}
.vizitki .text .str_y {
	background: url(/templates/images/str_yes.png) 0 0 no-repeat;
	bottom: -30px;
	display: block;
	height: 107px;
	left: 335px;
	position: absolute;
	width: 106px;
}
.vizitki .text .title {
	background: url(/templates/images/icon_sheet_19x29.png) 0 4px no-repeat;
	font-weight: bold;
	height: auto !important;
	height: 33px;
	margin: 0 0 25px -28px;
	min-height: 33px;
	padding: 0 0 0 28px;
	position: relative;
}
.vizitki .text .title.title1 {
	background: url(/templates/images/icon_calc_21x30.png) 0 0 no-repeat;
	margin-bottom: 0;
}
.vizitki .text .title.title2 {
	background: url(/templates/images/icon_wand_23x30.png) 0 0 no-repeat;
	font-size: 14px;
}
.vizitki .text .title.title3 {
	background: url(/templates/images/icon_palette_25x30.png) 0 0 no-repeat;
}
.vizitki .text .title.title4 {
	background: url(/templates/images/icon_q_22x28.png) 0 0 no-repeat;
}
.vizitki .text .title.title5 {
	background: url(/templates/images/icon_ruler_24x29.png) 0 3px no-repeat;
}
.vizitki .text .title.title6 {
	background: url(/templates/images/icon_smth_21x19.png) 0 4px no-repeat;
	margin-bottom: 0;
}
.vizitki .text .title.title7 {
	background: url(/templates/images/icon_disk_24x30.png) 0 0 no-repeat;
	margin-bottom: 10px;
}
.vizitki .text .title.title8 {
	background: url(/templates/images/icon_excl_21x28.png) 0 0 no-repeat;
}
.vizitki .text .title.title9 {
	background: url(/templates/images/icon_v_22x30.png) 0 0 no-repeat;
	font-weight: normal;
	padding-top: 2px;
}
.vizitki .text .title a {
	color: #086c0b;
}
.vizitki .text .title a.color {
	color: #1a9cc6;
}
.vizitki .text .title a.color_1 {
	color: #0e48be;
}
.vizitki .top {
	background: #9dc22d url(/templates/images/bg_vizitki_pr.png) 0 0 repeat-x;
	height: 145px;
	margin: 0 0 25px;
	position: relative;
}
.vizitki .top .str {
	background: url(/templates/images/str_abt_viz.png) 0 0 no-repeat;
	height: 83px;
	left: 25px;
	position: absolute;
	top: 30px;
	width: 266px;
}
.vizitki .top .t_l {
	background: url(/templates/images/viz_top_l.png) 0 0 no-repeat;
	height: 145px;
	left: 0;
	position: absolute;
	top: 0;
	width: 2px;
}
.vizitki .top .t_r {
	background: url(/templates/images/vizitki.jpg) 0 0 no-repeat;
	height: 145px;
	position: absolute;
	right: 0;
	top: 0;
	width: 342px;
}
#ww_nyterms {
	background: #fff;
	border: 6px solid #c9c2bd;
	color: #000;
	display: none;
	font-size: 12px;
	left: 0;
	position: fixed !important;
	position: absolute;
	text-align: left;
	top: 0;
	width: 610px;
	z-index: 1100;
}
#ww_nyterms h5 {
color: #3191eb;
	font-size: 14px;
	margin: 0 0 20px;
}
#ww_nyterms .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}
#ww_nyterms .color_1 {
	color: #006738;
}
#ww_nyterms .color_2 {
	color: #eb1c24;
}
#ww_nyterms .infos {
	margin: 0 0 0 -18px;
	position: relative;
}
#ww_nyterms .infos li {
	background: url(/templates/images/icon_lamp.png) 0 2px no-repeat;
	margin: 0 0 10px;
	padding: 0 0 0 25px;
	position: relative;
}
#ww_nyterms .infos li a {
	color: #000;
}
#ww_nyterms .infos li p {
	margin: 0 0 10px;
	position: relative;
}
#ww_nyterms .lnk_close {
	bottom: 6px;
	display: block;
	font-size: 12px;
	position: absolute;
	right: 10px;
	z-index: 1;
}
#ww_nyterms .lnk_notaccept {
	color: #ccc;
	cursor: default;
	text-decoration: none;
}
#ww_nyterms .wrap {
	margin: 0 20px 0 30px;
	padding: 20px 0 20px;
	position: relative;
}
.blck_12 {
	background: #3191eb;
 color: #fff;
 float: right;
 font-size: 11px;
 position: relative;
 right: 20px;
}
.blck_12 a {
	color: #fff;
}
.blck_12 .c_bl {
	background: url(/templates/images/corn_2x2_bl_1.png) 0 0 no-repeat;
	bottom: 0;
	left: 0;
}
.blck_12 .c_br {
	background: url(/templates/images/corn_2x2_br_1.png) 0 0 no-repeat;
	bottom: 0;
	left: -2px;
	margin: 0 0 0 100%;
}
.blck_12 .c_tl {
	background: url(/templates/images/corn_2x2_tl_1.png) 0 0 no-repeat;
	left: 0;
	top: 0;
}
.blck_12 .c_tr {
	background: url(/templates/images/corn_2x2_tr_1.png) 0 0 no-repeat;
	left: -2px;
	margin: 0 0 0 100%;
	top: 0;
}
.blck_12 .corn {
	font-size: 0;
	height: 2px;
	line-height: 0;
	position: absolute;
	width: 2px;
}
.blck_12 .wrap_m {
	padding: 2px 10px 4px;
	position: relative;
	z-index: 1;
}
.blck_13 {
	background: #fefefe url(/templates/images/bg_blck_13.png) 0 100% repeat-x;
	border: 1px solid #efefef;
 color: #000;
 font-size: 12px;
 margin: 0 0 28px;
 position: relative;
}
.blck_13 a {
	color: #1a9cc6;
}
.blck_13 .c_bl {
	background: url(/templates/images/corn_5x3_bl.png) 0 0 no-repeat;
	bottom: -1px;
	left: -1px;
}
.blck_13 .c_br {
	background: url(/templates/images/corn_5x3_br.png) 0 0 no-repeat;
	bottom: -1px;
	left: -4px;
	margin: 0 0 0 100%;
}
.blck_13 .c_tl {
	background: url(/templates/images/corn_5x3_tl.png) 0 0 no-repeat;
	left: -1px;
	top: -1px;
}
.blck_13 .c_tr {
	background: url(/templates/images/corn_5x3_tr.png) 0 0 no-repeat;
	left: -4px;
	margin: 0 0 0 100%;
	top: -1px;
}
.blck_13 .corn {
	font-size: 0;
	height: 3px;
	line-height: 0;
	position: absolute;
	width: 5px;
}
.blck_13 .wrap_m {
	height: auto !important;
 height: 54px;
	margin: 0 10px;
 min-height: 54px;
	padding: 12px 0;
	position: relative;
	z-index: 1;
}
.blck_14 {
	background: #378a24;
	border-bottom: 1px solid #87b97c;
	border-top: 1px solid #afd0a7;
 color: #fff;
 font-size: 12px;
 margin: 0 0 25px;
 position: relative;
 text-align: center;
}
.blck_14 a {
	color: #fff;
}
.blck_14 .c_bl {
	background: url(/templates/images/corn_3x3_bl.png) 0 0 no-repeat;
	bottom: -1px;
	left: 0;
}
.blck_14 .c_br {
	background: url(/templates/images/corn_3x3_br.png) 0 0 no-repeat;
	bottom: -1px;
	left: -3px;
	margin: 0 0 0 100%;
}
.blck_14 .c_tl {
	background: url(/templates/images/corn_3x3_tl.png) 0 0 no-repeat;
	left: 0;
	top: -1px;
}
.blck_14 .c_tr {
	background: url(/templates/images/corn_3x3_tr.png) 0 0 no-repeat;
	left: -3px;
	margin: 0 0 0 100%;
	top: -1px;
}
.blck_14 .corn {
	font-size: 0;
	height: 3px;
	line-height: 0;
	position: absolute;
	width: 3px;
}
.blck_14 .wrap_m {
	padding: 3px 5px 4px;
	position: relative;
	z-index: 1;
}
.blck_15 {
	background: #fff url(/templates/images/bg_blck_15_r.png) 100% 0 repeat-y;
	color: #333;
 font-size: 12px;
 margin: 0 0 20px;
 position: relative;
}
.blck_15 .bot {
	background: url(/templates/images/bg_blck_15_b.png) 0 0 repeat-x;
	bottom: 0;
	font-size: 0;
	height: 3px;
	left: 0;
	line-height: 0;
	position: absolute;
	width: 100%;
}
.blck_15 .c_bl {
	background: url(/templates/images/corn_5x5_bl_4.png) 0 0 no-repeat;
	bottom: 0;
	left: 0;
}
.blck_15 .c_br {
	background: url(/templates/images/corn_5x5_br_4.png) 0 0 no-repeat;
	bottom: 0;
	left: -5px;
	margin: 0 0 0 100%;
}
.blck_15 .c_tl {
	background: url(/templates/images/corn_5x5_tl_4.png) 0 0 no-repeat;
	left: 0;
	top: 0;
}
.blck_15 .c_tr {
	background: url(/templates/images/corn_5x5_tr_4.png) 0 0 no-repeat;
	left: -5px;
	margin: 0 0 0 100%;
	top: 0;
}
.blck_15 .corn {
	font-size: 0;
	height: 5px;
	line-height: 0;
	position: absolute;
	width: 5px;
	z-index: 2;
}
.blck_15 .inner {
	background: url(/templates/images/bg_blck_15_l.png) 0 0 repeat-y;
	position: relative;
}
.blck_15 .top {
	background: url(/templates/images/bg_blck_15_t.png) 0 0 repeat-x;
	font-size: 0;
	height: 2px;
	left: 0;
	line-height: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.blck_15 .wrap_m {
	margin: 0 20px;
	min-height: 10px;
	padding: 13px 0 16px;
	position: relative;
	z-index: 1;
}
.blck_16 {
	background: #fefefe url(/templates/images/bg_blck_16.png) 0 100% repeat-x;
	border: 1px solid #f3f3f3;
 position: relative;
}
.blck_16 .c_bl {
	background: url(/templates/images/corn_9x9_bl.png) 0 0 no-repeat;
	bottom: -1px;
	left: -1px;
}
.blck_16 .c_br {
	background: url(/templates/images/corn_9x9_br.png) 0 0 no-repeat;
	bottom: -1px;
	left: -8px;
	margin: 0 0 0 100%;
}
.blck_16 .c_tl {
	background: url(/templates/images/corn_9x9_tl.png) 0 0 no-repeat;
	left: -1px;
	top: -1px;
}
.blck_16 .c_tr {
	background: url(/templates/images/corn_9x9_tr.png) 0 0 no-repeat;
	left: -8px;
	margin: 0 0 0 100%;
	top: -1px;
}
.blck_16 .corn {
	font-size: 0;
	height: 9px;
	line-height: 0;
	position: absolute;
	width: 9px;
}
.blck_16 .wrap_blck {
	margin: 0 14px 0 19px;
	min-height: 150px;
	padding: 12px 0;
	position: relative;
}
.blck_17 {
	border: 1px solid #ccc;
 position: relative;
}
.blck_17 .c_bl {
	background: url(/templates/images/corn_5x5_bl_9.png) 0 0 no-repeat;
	bottom: -1px;
	left: -1px;
}
.blck_17 .c_br {
	background: url(/templates/images/corn_5x5_br_9.png) 0 0 no-repeat;
	bottom: -1px;
	left: -4px;
	margin: 0 0 0 100%;
}
.blck_17 .c_tl {
	background: url(/templates/images/corn_5x5_tl_9.png) 0 0 no-repeat;
	left: -1px;
	top: -1px;
}
.blck_17 .c_tr {
	background: url(/templates/images/corn_5x5_tr_9.png) 0 0 no-repeat;
	left: -4px;
	margin: 0 0 0 100%;
	top: -1px;
}
.blck_17 .corn {
	font-size: 0;
	height: 5px;
	line-height: 0;
	position: absolute;
	width: 5px;
	z-index: 1;
}
.blck_17 .head {
	background: #eee;
	color: #333;
	height: 38px;
	font-size: 27px;
	line-height: 37px;
	margin: 0 -20px 10px -20px;
	padding: 0 20px;
	position: relative;
}
.blck_17 .wrap_blck {
	margin: 0 20px;
	min-height: 20px;
	padding: 0 0 5px;
	position: relative;
}
.blck_action {
	background: #1b5db7;
	color: #fff;
 font-size: 12px;
 margin: 0 14px 12px 0;
 position: relative;
}
.blck_action a {
	color: #fff;
}
.blck_action .c_bl {
	background: url(/templates/images/corn_2x2_bl_2.png) 0 0 no-repeat;
	bottom: 0;
	left: 0;
}
.blck_action .c_br {
	background: url(/templates/images/corn_2x2_br_2.png) 0 0 no-repeat;
	bottom: 0;
	left: -2px;
	margin: 0 0 0 100%;
}
.blck_action .c_tl {
	background: url(/templates/images/corn_2x2_tl_2.png) 0 0 no-repeat;
	left: 0;
	top: 0;
}
.blck_action .c_tr {
	background: url(/templates/images/corn_2x2_tr_2.png) 0 0 no-repeat;
	left: -2px;
	margin: 0 0 0 100%;
	top: 0;
}
.blck_action .corn {
	font-size: 0;
	height: 2px;
	line-height: 0;
	position: absolute;
	width: 2px;
}
.blck_action .color {
	color: #fff119;
}
.blck_action .icon {
	background: url(/templates/images/green_snow_tshirt.png) 0 0 no-repeat;
	height: 37px;
	left: 18px;
	position: absolute;
	top: -7px;
	width: 37px;
}
.blck_action .wrap_m {
	padding: 3px 10px 5px 50px;
	position: relative;
	text-align: center;
	z-index: 1;
}
.blck_guarantee .list {
	margin: 0;
}
.blck_guarantee .list li {
	background: url(/templates/images/icon_v_11x10.png) 0 3px no-repeat;
	height: auto !important;
	height: 10px;
	margin: 0 0 6px;
	min-height: 10px;
	padding: 0 0 0 16px;
}
.blck_help p {
	margin: 0 0 8px;
}
.blck_help .fonts {
	font-size: 11px;
}
.blck_payment p {
	margin: 0 0 5px;
}
.blck_payment p a {
	font-weight: normal;
}
.blck_payment p img {
	margin: 0;
}
.blck_payment .logo {
	float: left;
	position: relative;
}
.blck_payment .logo img {
	margin: 4px 0 0;
}
.blck_payment .lnk_lst {
	margin: 15px 10px 0 25px;
	text-align: right;
}
.blck_viz_free .btn {
	background: url(/templates/images/bg_btn_189x62.png) 0 0 no-repeat;
	display: block;
	color: #fff;
	font-size: 18px;
	height: 62px;
	left: 50%;
	line-height: 18px;
	margin: 0 0 0 -95px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 24px;
	width: 189px;
}
.blck_viz_free .btn span {
	display: block;
	padding: 12px 0 0;
}
.blck_viz_free .img {
	background: url(/templates/images/img_blck_viz_free.jpg) 0 0 no-repeat;
	bottom: -2px;
	height: 231px;
	position: relative;
	width: 221px;
}
.blck_viz_free .title {
	border-bottom: 1px dashed #bfbfbd;
	bottom: -2px;
	padding: 0 0 12px;
	position: relative;
	text-align: center;
}
.blck_viz_free .wrap_m {
	margin: 0;
	padding-bottom: 0;
}
.links_top {
 margin: 0 0 10px;
	padding: 0 44px;
	position: relative;
	top: 1px;
}
.links_top li {
	background: none;
	float: left;
	height: auto !important;
	height: 19px;
	margin: 0 10px 0 0;
	min-height: 19px;
	padding: 0;
	position: relative;
}
.links_top li a {
	display: block;
	height: auto !important;
	height: 19px;
	min-height: 19px;
	position: relative;
}
.links_top li a img {
	position: relative;
}
.links_top .lnk1 a {
	background: url(/templates/images/icon_star_20x16.png) 0 0 no-repeat;
	padding: 0 0 0 24px;
}
.links_top .lnk1 a img {
	top: 3px;
}
.links_top .lnk2 a {
	background: url(/templates/images/icon_box_24x19.png) 0 0 no-repeat;
	padding: 0 0 0 30px;
}
.links_top .lnk2 a img {
	top: 3px;
}
.links_top .lnk3 a {
	background: url(/templates/images/icon_arrs_19x17.png) 0 0 no-repeat;
	padding: 0 0 0 24px;
}
.links_top .lnk3 a img {
	top: 3px;
}
.links_top .lnk4 a {
	background: url(/templates/images/icon_phone_13x19.png) 0 0 no-repeat;
	padding: 0 0 0 15px;
}
.links_top .lnk4 a img {
	top: 3px;
}
.links_top .lst {
	margin-right: 0;
}
.barcode {
    font-family: CCode39;
    font-size: 15px;
}
.barcode_big {
    font-family: CCode39;
    font-size: 22px;
}
.chapter {
	color: #1a9cc6;
	font-size: 11px;
	margin: 0 0 7px;
}
.chapter.fontl {
	font-size: 14px;
}
.navigator {
	margin: -3px 30px 15px;
	padding: 0;
	text-align: left;
}
.bordered {
    border:solid 1px #CAC3BF;
}
.bordered:hover {
    border:solid 1px #9E948D;
}
#ww_goodadd {
	background: #fff;
	border: 6px solid #c9c2bd;
	color: #070707;
	display: none;
	left: 0;
	position: fixed !important;
	position: absolute;
	text-align: left;
	top: 0;
	width: 350px;
	z-index: 1100;
}
#ww_goodadd h5 {
	color: #199cd1;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 30px;
	padding: 0 5px;
	text-align: center;
}
#ww_goodadd .btns {
	text-align: center;
}
#ww_goodadd .btns button {
	cursor: pointer;
}
#ww_goodadd .mr {
	margin-right: 10px;
}
#ww_goodadd .wrap {
	padding: 20px 0 30px;
	position: relative;
}
#ww_nonode {
	background: #fff;
	border: 6px solid #c9c2bd;
	color: #070707;
	display: none;
	font-size: 12px;
	left: 0;
	position: fixed !important;
	position: absolute;
	text-align: left;
	top: 0;
	width: 500px;
	z-index: 1100;
}
#ww_nonode h5 {
	color: #199cd1;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 30px;
	padding: 0 5px;
	text-align: center;
}
#ww_nonode p {
	margin: 0 0 15px;
}
#ww_nonode .btns {
	text-align: center;
}
#ww_nonode .btns button {
	cursor: pointer;
}
#ww_nonode .mr {
	margin-right: 10px;
}
#ww_nonode .wrap {
	margin: 0 20px;
	padding: 20px 0 30px;
	position: relative;
}
#ww_nosource {
	background: #fff;
	border: 6px solid #c9c2bd;
	color: #070707;
	display: none;
	left: 0;
	position: fixed !important;
	position: absolute;
	text-align: left;
	top: 0;
	width: 350px;
	z-index: 1100;
}
#ww_nosource h5 {
	color: #199cd1;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 0 5px;
	text-align: center;
}
#ww_nosource p {
	font-size: 12px;
}
#ww_nosource .btns {
	text-align: center;
}
#ww_nosource .btns button {
	cursor: pointer;
}
#ww_nosource .mr {
	margin-right: 10px;
}
#ww_nosource .wrap {
	margin: 0 20px;
	padding: 20px 0 30px;
	position: relative;
}
#ww_present {
	background: #fff;
	border: 6px solid #c9c2bd;
	color: #070707;
	display: none;
	left: 0;
	position: fixed !important;
	position: absolute;
	text-align: left;
	top: 0;
	width: 610px;
	z-index: 1100;
}
#ww_present h5 {
	font-size: 14px;
	margin: 0 0 20px;
}
#ww_present table {
	padding: 0;
}
#ww_present .btns {
	text-align: center;
}
#ww_present .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
}
#ww_present .lnk_approve {
	margin: 0 22px 0 0;
}
#ww_present .lnk_close {
	background: url(/templates/images/icon_x_23x23.png) 0 0 no-repeat;
	top: 10px;
	display: block;
	font-size: 12px;
	height: 23px;
	position: absolute;
	right: 10px;
	width: 23px;
	z-index: 1;
}
#ww_present .wrap {
	margin: 0 20px 0 30px;
	padding: 20px 0 15px;
	position: relative;
}
#ww_vphoto {
	background: #fff;
	display: none;
	text-align: left;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 1100;
}
#ww_vphoto .bot {
	bottom: 11px;
	height: 42px;
	left: 0;
	position: absolute;
	width: 100%;
}
#ww_vphoto .bot .bg {
	background: #3a3b39;
	height: 42px;
	-moz-opacity: .73;
	filter: alpha(opacity=73);
	opacity: .73;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#ww_vphoto .bot .counter {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	position: absolute;
	right: 0;
	top: 13px;
	width: 150px;
	z-index: 1;
}
#ww_vphoto .bot .title {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	margin: 0 154px 0 10px;
	padding: 13px 0 0;
	position: relative;
	z-index: 1;
}
#ww_vphoto .lnk_close {
	background: url(/templates/images/icon_x_20x18.png) 0 0 no-repeat;
	display: block;
	font-size: 0;
	height: 18px;
	position: absolute;
	right: 10px;
	top: 21px;
	width: 20px;
	z-index: 1;
}
#ww_vphoto .nav_next {
	background: url(/templates/images/icon_rarr_38x36.png) 0 0 no-repeat;
	display: none;
	height: 36px;
	margin: -42px 0 0;
	position: absolute;
	right: 10px;
	top: 50%;
	width: 38px;
	z-index: 1;
}
#ww_vphoto .nav_prev {
	background: url(/templates/images/icon_larr_38x36.png) 0 0 no-repeat;
	display: none;
	height: 36px;
	left: 10px;
	margin: -42px 0 0;
	position: absolute;
	top: 50%;
	width: 38px;
	z-index: 1;
}
#ww_vphoto .wrap_ww {
	margin: 0 15px;
	padding: 11px 0;
	position: relative;
}
#x_preload {
	font-size: 0;
	height: 0;
	left: 0;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 0;
}
html>/**/body .float_left_not_ie {
	float: left;
	width: 100%;
}
