/*
================================================
  Reset v 2.1 [s3-mod]
================================================
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul, menu {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

sub, sup {
  font-size: 65%;
  line-height: 1;
  vertical-align: baseline;
}
sup {
  vertical-align: top;
}
sub {
  vertical-align: bottom;
}

/* Elements of Form */
input:focus, textarea:focus, select:focus {
  outline: none;
}
input, select, button {
  vertical-align: baseline;
}
textarea {
  resize: vertical;
  min-height: 100px;
  max-width: 100%;
  overflow: auto;
}
textarea, select[multiple] {
  vertical-align: top;
}
input[type="color"] {
  vertical-align: middle;
}
input[type="radio"], input[type="checkbox"] {
  margin: 0 4px;
}

/* Pablex Object */
object video {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  object video {
    display: block !important;
  }
}


/*
================================================
  Default Tags Properties
================================================
*/
.row-vspace,
h1, h2, h3, h4, h5, h6,
hr, p, ul, ol {
  margin-top: 15px;
  margin-bottom: 15px;
}

ul, ol {
  margin-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

a {
  outline: none;
  color: #0088cc;
}
a:hover {
  text-decoration: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  padding: 0;
}


/*
================================================
  Selectors Utility
================================================
*/
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}

.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden !important;
}
.visible {
  visibility: visible !important;
}

.fixed {
  position: fixed !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.clear-both {
  clear: both;
}

/* Tables */
table.table0 td,
table.table1 td,
table.table2 td,
table.table2 th {
  padding: 5px;
  border: 1px solid #afafaf;
  vertical-align: top;
}
table.table0 td {
  border: none;
}
table.table2 th {
  padding: 8px 5px;
  background: #595959;
  border: 1px solid #595959;
  border-bottom: 1px solid #afafaf;
  font-weight: normal;
  text-align: left;
}


/*
================================================
  Design Styles
================================================
*/
html, body {
  position: relative;
  height: 100%;
  min-width: 980px;
}
html {
  overflow-y: scroll;
}
body {
  font: normal 12px Arial, Helvetica, sans-serif;
  text-align: left;
  color: #464646;
  background: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #242424;
  font: inherit;
  line-height: 1;
}

h1 {font-size: 22px;}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
h5, h6 {font-size: 14px;}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {margin-top: 0;}


.wrapper {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  width: 100%;
  margin: 0 auto -166px auto;
  background:url(top-repeat.jpg) left top repeat-x;
}

.wrapper_clear {
  clear: both;
  height: 200px;
}

.clear-container {
  line-height: 0;
  font-size: 0;
  height: 0;
  width: 100%;
  clear: both;
  overflow: hidden;
}


/* Header */
header {
  background:url(top-pic.png) center top no-repeat;
  height: 199px;
  color: #ffffff;
}
header a {
  color: #ff5960;
}
header p {
  margin: 0;
}
header > aside {
  min-width: 980px;
  width: 95%;
  margin: 0 auto;
  height: 199px;
  position:relative;
}


/* Footer */

.bg-bot { width:100%; min-height:166px; margin:0 0 -166px; background:url(bot-r.jpg) right bottom repeat-x;}
.bot-l { width:50%; min-height:166px;  background:url(bot-repeat.jpg) left bottom repeat-x;}


footer {
	min-height:166px;
  	color: #333333;
}

.footer-in {
	 height: 166px;
 	 background:url(footer-pic.jpg) center bottom no-repeat;
	}
	
.footer-in2 {
	min-width: 980px;
  width: 95%;
  	margin: 0 auto;
	position:relative;
}


footer a {
  color: #85d012;
}
footer p {
  margin: 0;
}
footer > aside {
  
}


/* Content */
.content {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 980px;
  width: 95%;
  margin: 0 auto;
  table-layout: fixed;
}
.content .sidebar {
  width: 220px;
  vertical-align: top;
  text-align: left;
}
.content .sidebar .site-search-wr {
  position: relative;
  right: auto;
  top: auto;
  margin: 20px 0;
}
.content .text_body {
  vertical-align: top;
  padding: 20px 10px 20px 30px;
  text-align: left;
}


/* *** Blocks in Header *** */
/* Card Top */
.visiting-card-top {
  padding: 13px 20px 12px 10px;
  min-height: 50px;
  display: inline;
  float: left;
  width: 332px;
}
.visiting-card-top .logo {
  float: left;
  display: inline;
  width: 60px;
  height: 50px;
  margin: 0 16px 0 0;
}
.visiting-card-top .logo img {
  width: 60px;
  height: 50px;
  display: block;
  border: none;
}
.visiting-card-top .representative-block {
  overflow: hidden;
}
.visiting-card-top .company-name {
  word-wrap: break-word;
  font-size: 25px;
}
.visiting-card-top .business-type {
  font-size: 12px;
  color: #d2d2d2;
}


/* Phone Top */
.phone-top {
  /*width: 177px;
  height:102px;
  overflow:hidden;*/
  position:absolute;
  top:30px; 
  left:340px;
  color:#000000;
}
.phone-top table td {
  padding: 0;
}
.phone-top p {
  margin: 0;
}
.phone-top .title {
  font-size: 12px;
  color: #000000;
  padding-top: 1px;
}
.phone-top .num {
  font-size: 23px;
  font-weight: bold;
}
.phone-top .num span {
  font-size: 18px;
  color: #000000;
  font-weight: normal;
}



/* Contacts Top */
.contacts-top {
  /*width: 193px;
  height:104px;
  overflow:hidden;
  margin:0;
  line-height: 16px;*/
  position:absolute;
  top:30px;
  left:540px;
  color:#000000;
}
.contacts-top .address {
  font-size: 11px;
  margin: 0 0 3px;
}
.contacts-top .email {
  color: #000000;
  font-weight: bold;
  padding-left: 67px;
  position: relative;
  margin-left: 46px;
  font-size: 11px;
}
.contacts-top .email a {
	color: #000;
}

.contacts-top .email:before {
	background: url(eee.png) 0 0 no-repeat;
	background-size: 20px 20px;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 20px;
	margin: auto;
}

.contacts-top a { color:#003399; text-decoration: none;}
.contacts-top a:hover { color:#003399; text-decoration:underline;}
.contacts-top .address a {
  color: #000;
}

/* Cart Top */
.cart-top {
  display: inline;
  position:absolute;
  top:20px; right:0;
  height: 61px;
  width: 121px;
  padding: 15px 0 5px 109px;
  background: url(cart-top-icon.png) 15px 50% no-repeat;
  line-height: 15px;
  font-size: 11px;
  color: #666666;
}
.cart-top p {
  margin: 0;
}
.cart-top span {
  color: #000000;
}
.cart-top strong {
  font-size: 15px;
  color: #000000;
}
.cart-top a {
  color: #1662b8;
  font-size: 13px;
  font-weight: bold;
  text-decoration:none;
  display:block;
  padding:9px 0 0 0;
}
.cart-top a:hover { color:#1662b8; text-decoration:underline;}


.site-search-wr { position:absolute; top:160px; right:0;}

form.search-form { background:url(search.png) left top no-repeat; height:24px; width:216px; margin:0; padding:0;}

input.search-text {
	float:left;border:none;
	padding:5px 0;margin:0 0 0 10px;
	width:179px; height:14px;
	background:transparent;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#666666;
	outline-style:none;
}

input.search-button {
	float:left;border:none;
	cursor:pointer;width:27px;
	height:24px;
	background:transparent;
}

.site-logo { position:absolute; top:40px; left:0;}
/* *** Blocks in Footer *** */
/* Contacts Bot */
.contacts-bot {
  width: 320px;
  float: left;
  display: inline;
  font-size: 12px;
  text-align: left;
  line-height: 16px;
  color:#333333;
  padding: 20px 20px 20px 10px;
}
.contacts-bot .email span,
.contacts-bot .phone span {
  color: #333333;
}
.contacts-bot a { color:#003399; text-decoration: none;}
.contacts-bot a:hover { color:#003399; text-decoration:underline;}

/* Contacts Bot */
.schedule-bot {
  position:absolute;
  width: 418px;
  float: left;
  display: inline;
  font-size: 13px;
  text-align: left;
  line-height: 16px;
  padding: 20px 20px 0 0;
  color: #333333;
  left: 318px;
  height: 100px; overflow: hidden;
}

/* Copyright */
.copy {
  float: right;
  display: inline;
  width: 340px;
  text-align: right;
  padding: 30px 10px 20px 0;
}
.copy .mega {
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  padding-right: 36px;
  color: #333333;
  background: url(mega.png) 100% 0 no-repeat;
}
.copy a { color:#333333; text-decoration:underline ;}
.copy a:hover { color:#333333; text-decoration:none;}
.copy .mega span[style] {
  font-size: 12px !important;
}

/* Counters Bot */
.counters-bot {
  padding-bottom: 10px;
}
.counters-bot img {
  border: none;
}


/* *** Blocks in Sidebar *** */
/* Block Text */
.block-text {
  margin: 20px 0;
}
.block-text .block-title {
  background: #1172a5 url(block-title-1.png) 0 0 repeat-x;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  padding: 5px 10px;
  margin: 0 5px -4px 0 ;
  position:relative;
  -webkit-border-radius: 6px 6px 6px 0;
  -moz-border-radius: 6px 6px 6px 0;
  border-radius: 6px 6px 6px 0;
}
.block-text .block-body {
  font-size: 15px;
  padding: 15px 10px;
  color: #252a2f;
  background-color:#c6e9ff;
  width:195px;
}
.block-text .block-body p:first-child {
  margin-top: 0;
}

/* Block News */
.block-news {
  margin: 20px 0;
  padding: 0 0 15px;
  background: #ddf1fd;
  -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; position: relative;
}
.block-news .block-title {
  background: #4e4e4e url(block-title-2.png) 0 0 repeat-x;
  font-size: 20px;
  text-decoration: none;
  color: #ffffff;
  padding: 5px 10px;
  margin: 0 5px 0 0 ;
  -webkit-border-radius: 6px 6px 6px 0;
  -moz-border-radius: 6px 6px 6px 0;
  border-radius: 6px 6px 6px 0;
}
.block-news .brief-news {
  margin: 15px 0 10px;
  padding: 0 10px;
  font-size: 12px;
  color: #000000;
}
.news-title { margin: 5px 0; }

.news-img { margin: 5px 0; } 
	.news-img img { border: none; }
	.news-img:before { content: "."; display: block; clear: both; height: 0; visibility: hidden; }

.block-news .brief-news .anonce {margin: 0;}
.block-news .brief-news .anonce p {  margin: 0; }
.block-news .brief-news .anonce a {color: #000000; text-decoration: none;}
.block-news .brief-news .anonce a:hover {color: #000000; text-decoration: underline;}
.block-news .brief-news > time {
  display: inline-block;
  *display: inline;
  font-size: 11px;
  line-height: 1;
  background: #e2e2e2;
  padding: 4px 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 10px;
}
.block-news .archive-news {padding: 0 10px;}

/* Tag Cloud */
.tag-cloud {
  margin: 20px 0;
  padding: 0 20px 0 10px;
  text-align: left;
  font-size: 13px;
  color: #555555;
}
.tag-cloud a {color: #555555; text-decoration: underline; display: inline-block; padding: 2px 0;}
.tag-cloud a:hover {color: #3b81b1; text-decoration: underline;}


/* *** Nav Main *** */
.menu-main,
.menu-main li,
.menu-main ul {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.menu-main {
  margin: 20px 0;
  text-align: left;
  width:215px;
}
.menu-main > li {
  margin: 5px 0;
}
.menu-main > li > a {
  display: inline-block;
  cursor: pointer;
  min-width: 195px;
  padding: 5px 10px;
  font-size: 15px;
  line-height: normal;
  text-decoration: none;
  color: #ffffff;
  background: #1171A3 url(nav-main-normal.png) 0 0 repeat-x;
  -webkit-border-radius: 6px 6px 6px 0;
  -moz-border-radius: 6px 6px 6px 0;
  border-radius: 6px 6px 6px 0;
}
.menu-main > li > a.current,
.menu-main > li > a:hover {
  background: #FECF27;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FECF27), to(#E8B717));
  background: -webkit-linear-gradient(#FECF27, #E8B717);
  background: -moz-linear-gradient(#FECF27, #E8B717);
  background: -ms-linear-gradient(#FECF27, #E8B717);
  background: -o-linear-gradient(#FECF27, #E8B717);
  background: linear-gradient(#FECF27, #E8B717);
  text-decoration: none;
  color: #000 !important;
}

.menu-main ul {
  padding: 5px 0 5px 10px; background: #D3EEFE; margin: -5px 0 -10px;
}

.menu-main  li li {
  margin: 3px 0;
}
.menu-main  li li a {
  display: inline-block;
  cursor: pointer;
  min-width: 66px;
  padding: 3px 8px;
  font-size: 14px;
  line-height: normal;
  text-decoration: none;
  color: #000000;
  background: url(submenu-marker.png) 0 11px no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.menu-main  li li a:hover,
.menu-main  li li a.current {
  background: none #b5e2fe;
  text-decoration: none;
  color: #333333;
}


/* *** Nav Top *** */
.nav-top {
  background: #1e1e1e;
  min-height: 40px;
}
.nav-top > nav {
  width: 980px;
  margin: 0 auto;
}

.shared-top {
  float: right;
  display: inline;
  padding: 11px 0 11px 10px;
  width:300px;
}

div.yashare-auto-init {position:relative; top:-5px;}

.shared-top span {
  float: left;
  height: 16px;
  padding: 0 0 0 5px;
}
.shared-top span img {
  border: none;
  display: block;
}
.shared-top span.title {
  padding: 0 15px 0 0;
  line-height: 16px;
  font-size: 11px;
  color: #898989;
}

.menu-top,
.menu-top li,
.menu-top ul {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding:158px 0 0 0;
  margin: 0;
  font:bold 14px Arial, Helvetica, sans-serif;
}

.menu-top {
  overflow: hidden;
  display: flex;
  justify-content:space-between;
}
.menu-top li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  position: relative;
  margin: 0 -2px 0 0;
  flex-grow:1;
}
.menu-top li:before {
  content: '';
  position: absolute;
  width: 2px;
  top: 10px;
  bottom: 10px;
  left: 0;
  background: #1273A5;
}
.menu-top li a {
  /*float: left;*/
  display: block;
  text-align: center;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  position: relative;
  z-index: 5;
}
.menu-top li a:hover,
.menu-top li a.current {
	background:#1273A5 url(tmenu-h.png) left top repeat-x;
  text-decoration: none;
  color: #fff;
}


/* *** Nav Bot *** */
.nav-bot {
  min-height: 45px;
}
.nav-bot > nav {
  width: 980px;
  margin: 0 auto;
}

.menu-bot,
.menu-bot li,
.menu-bot ul {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}

.menu-bot {
  overflow: hidden;
}
.menu-bot li {
  float: left;
  padding: 0 0 5px 0;
}
.menu-bot li a {
  float: left;
  height: 37px;
  line-height: 45px;
  padding: 0 10px;
  font-size: 14px;
  text-decoration: none;
  color: #000000;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.menu-bot li a:hover,
.menu-bot li a.current {
	background:url(bmenu-h.png) left top repeat-x;
  text-decoration: none;
  color: #fff;
}



.link_top { position:absolute; top:-19px; right:0;}


/* **************************************************************** */


/* Site Path */
.site-path {
  margin: 15px 0;
  font-size: 12px;
}
.site-path:first-child {
  margin: 0 0 15px 0;
}

/*******************************/


div.search-block-wrap {
  /*padding-top: 16px !important;
  padding-bottom:16px !important;*/
  margin: 15px 0;
}

form.search-block {
	background: #e6e6e6;
	padding: 10px 10px 20px 0;
	margin: 0;
	
	width:590px;

	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;

	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;

	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

div.search-block-wrap, form.search-block ul, form.search-block li {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  line-height: 0;
}

form.search-block ul {
  overflow: hidden;
}

form.search-block li {
  float: left;
  width: 160px;
  margin: 14px 0 0 30px;
}

form.search-block label {
  color: #464646;
  font-size:13px;
  line-height: normal;
  display: block;
  padding: 0 0 6px;
}

form.search-block select {
  width: 160px;
}

form.search-block input.submit {
  width: 95px;
  height: 30px;
  border: none;
  background: url(search-btn.png) 0 0 no-repeat;
  margin: 15px 0 0;
  cursor: pointer;
}

form.search-block input.submit:hover {
  background-position: 0 -34px;
} 

form.search-block input.submit:active {
  background-position: 0 -68px;
}

a.search-tabs {
  display: inline-block;
}

a.search-tabs.tires {
  background: url(tires_default.png) 0 0 no-repeat;
  width: 97px;
  height: 27px;
}

a.search-tabs.tires.active {
  background: url(tires_active.png) 0 0 no-repeat;
  width: 102px;
  height: 37px;
}

a.search-tabs.disks {
  background: url(disks_default.png) 0 0 no-repeat;
  width: 109px;
  height: 27px;
}

a.search-tabs.disks.active {
  background: url(disks_active.png) 0 0 no-repeat;
  width: 123px;
  height: 37px;
}

div.search-block-wrap.tires {
  background: url(tires_bg.png) 100% 50% no-repeat; 
}

div.search-block-wrap.disks {
  background: url(disks_bg.png) 100% 50% no-repeat; 
}


/*315*/
.srch-prod {
  position:relative;
  display:block;
  text-decoration:none;
  padding-left:15px;
  height:33px;
  line-height:33px;
  z-index:333;
  border:1px solid #155b7d;
  background:#51575f;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  border-radius:5px;
  background:-moz-linear-gradient(top,#268ebe 0%,#1c688f 100%);
  background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#268ebe),color-stop(100%,#1c688f));
  background:-webkit-linear-gradient(top,#268ebe 0%,#1c688f 100%);
  background:-o-linear-gradient(top,#268ebe 0%,#1c688f 100%);
  background:-ms-linear-gradient(top,#268ebe 0%,#1c688f 100%);
  background:linear-gradient(to bottom,#268ebe 0% #1c688f 100%);
  -pie-background:linear-gradient(#268ebe,#1c688f);
  behavior:url(/g/libs/pie/1.0.0/pie.htc);
  width: 220px;
}
.srch-prod span {
  color:#fff;
  font: bold 12px/33px Arial, Helvetica, sans-serif;
  font-weight:bold;
  vertical-align:top;
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.srch-prod ins {
  position:absolute;
  top:13px;
  right:13px;
  display:block;
  height:9px;
  width:15px;
  background:url('srch-prod-arrow.png') no-repeat 0 top;
}
.srch-prod/*.active*/ ins { background:url('srch-prod-arrow.png') no-repeat 0 bottom; }
.search-btn { margin-top:20px; }
.search-btn .white-btn { height:30px; }
.dropdown-search {
  display:block !important;
  /*position:absolute;*/
  background-color:#FFF;
  top:0px;
  left:0;
  margin-top: -35px;
  padding:55px 20px 15px;
  z-index:133;
  -moz-box-shadow:0 0px 7px -2px #000000;
  -webkit-box-shadow:0 0px 7px -2px #000000;
  box-shadow:0 0px 7px -2px #000000;
  -moz-border-radius:5px 5px 10px 10px;
  -webkit-border-radius:5px 5px 10px 10px;
  -khtml-border-radius:5px 5px 10px 10px;
  border-radius:5px 5px 10px 10px;
  behavior:url(/g/libs/pie/1.0.0/pie.htc);
}
.dropdown-search .field input {
  width:87%;
  padding:0 10px;
  border:1px solid #abadb3;
  background-color:#fff;
  font-size:13px;
  color:#333;
  height:24px;
  line-height:24px;
  font-family:Arial, Helvetica, sans-serif;
  position:relative;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  -khtml-border-radius:3px;
  border-radius:3px;
  behavior:url(/g/libs/pie/1.0.0/pie.htc);
}
.dropdown-search .field ul {
  list-style:none;
  margin:0;
  padding:0;
}
.dropdown-search .field ul li {
  float:left;
  width:50%;
}
.dropdown-search .field ul li:first-child input { margin-left:0; }
.dropdown-search .field ul li input {
  width:70%;
  margin-left:4px;
}
.dropdown-search .field label {
  display:block;
  font-size:13px;
  line-height:26px;
  color:#666;
}
.dropdown-search .field span {
  padding-left:0;
  color:#666;
  font-size:13px;
  line-height:26px;
}
.dropdown-search .field select {
  width:100%;
  font-size:14px;
  line-height:20px;
  border:1px solid #abadb3;
}
.copy-1{
  position:absolute;
  top:143px;
  left:10px;
}

.my-button { 
position: absolute; right: 0; top: 110px;
 
  line-height: 35px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
	background:url(tmenu-h.png) left top repeat-x;
  text-decoration: none;
  color: #fff; border: 1px solid #155b7d;
  width: 183px;
}
.my-button:hover { text-decoration: underline; }

.srch-prod { width: 198px; }
.dropdown-search { width: 175px; }
.shop2-filter,
#shop2-tag-cloud { display: none;}
.wrapper header table td {
  padding-left: 0;
}

.one-click-btn-my {
  width: 229px;
  display: inline-block;
  border: none;
  cursor: pointer;
  height: 35px;
  background: url(buy-one-cl.png) 0 0 no-repeat;
  margin-top: 4px;
}

.block-wr { position: relative; z-index: 999;}

.block-my { position:fixed; top:15%; left:50%; width:270px; padding: 30px; margin-left:-135px; background:#fff; z-index:999; display:none; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius:10px; -khtml-border-radius:10px; behavior: url(/g/pie/pie.htc); padding-top: 25px;}
.block-my-close { position: fixed; left: 50%; top: 15%; background: url(frm-close.png) no-repeat left top; background-size:16px; width: 16px; height: 16px; z-index: 1000; margin: 13px 0 0 166px; display: none; cursor: pointer;}



.block-my input {border: 1px solid #cecece;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
padding-right: 5px;
-webkit-box-shadow: inset 1px 1px 1px 1px #e2e2e2;
-moz-box-shadow: inset 1px 1px 1px 1px #e2e2e2;
box-shadow: inset 1px 1px 1px 1px #e2e2e2;
margin-bottom: 0;
width: 98%;
height: 30px;
line-height: 30px;
text-indent: 5px;
font: 13px Arial, Helvetica, sans-serif;
color: #8b8b8b;}

.block-my textarea {
width: 98%;
height: 93px;
border: 1px solid #cecece;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: inset 1px 1px 1px 1px #e2e2e2;
-moz-box-shadow: inset 1px 1px 1px 1px #e2e2e2;
box-shadow: inset 1px 1px 1px 1px #e2e2e2;
resize: none;
padding: 5px 0 0 5px;
font: 13px Arial, Helvetica, sans-serif;
color: #8b8b8b;
}
.block-my input[type="submit"]{
cursor: pointer;
color: #fff;
outline: none;
min-height: 30px;
min-width: 100px;
text-align: center;
background: #4892c2;
border: 1px solid #4892c2;
text-shadow: 0 -1px 0 #1c648b;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px 2px #999999;
-moz-box-shadow: 0 1px 2px #999999;
box-shadow: 0 1px 1px #999999;
background-color: #4993c2;
background-image: -moz-linear-gradient(top, #4993c2, #1172a4);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4993c2), to(#1172a4));
background-image: -webkit-linear-gradient(top, #4993c2, #1172a4);
background-image: -o-linear-gradient(top, #4993c2, #1172a4);
background-image: linear-gradient(to bottom, #4993c2, #1172a4);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4993c2', endColorstr='#1172a4', GradientType=0);
width: 100px;
}
.block-my b {padding-bottom: 7px; display: inline-block;}

.popup-bg {
background-color: #000;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .7;
filter: alpha(opacity=70);
z-index: 200;
display:none;
}

.product-actions-desc {
	padding: 5px 0;
}
.product-actions-desc p {
	margin: 0;
}
.action-title {
	display: inline-block;
	vertical-align: top;
	position: relative;
	cursor: pointer;
}
.action-desc {
	font-style: normal;
	position: absolute;
	left: 0;
	top: 100%;
	display: none;
	padding: 10px;
	width: 250px;
	background: #FFDB00;
	border: 1px solid #B89E00;
	box-shadow: inset 0 1px rgba(255,255,255,0.7), 0 2px 5px rgba(0,0,0,0.3);
	color: #333;
}
.action-title:hover .action-desc {
	display: block;
}

.bgf:hover { color:#000;}

td.text_body table {
	max-width: 100% !important;
}
td.text_body table img{
	max-width:100% !important;
}