@charset "utf-8";

html, body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, blockquote, form, fieldset, legend, table, td, th {
	margin: 0;
	padding: 0;
}
*:focus { outline: none; }

html, body { height: 100%; }

body { font: normal 14px/22px Tahoma, Helvetica, sans-serif; }

a {	color: #0056AF; }
a:visited {	color: #0056AF; }
a:hover { text-decoration: none; }

img { border: 0; }

p,
blockquote { 
	padding-left: 8px;
	margin-bottom: 22px;
}

address {  }
small { font-size: 12px; }
big   {  }

dl,
ul {  }

ol { margin-bottom: 13px; }
ol li {  }

ul { margin-bottom: 13px; }
li {  }

li ul,
li ol { margin-top: -2px; margin-bottom: 0; }

li ul li,
li ol li { margin-bottom: 0; }

dt {  }
dd {  }
dd p {  }

h1, h2, h3, h4 { font-weight: normal; }

h1 { font-size: 30px; line-height: 120%; margin-bottom: 4px; }
h2 { font-size: 20px; line-height: 120%; margin-bottom: 7px; }
h3 { font-size: 14px; font-weight: bold; }
h4 {  }

table {
	border: none !important;
	border-collapse: collapse;
	border-spacing: 0;
}

table td, table th {
    
}

table td {
	padding: 15px 10px;
	vertical-align: top;
	border: 1px #D0D7EB solid !important;
}
table td p, table th p{ 	
	margin-bottom: 0px;
}

table th {
	font-size: 12px;
	border-top: 2px #6CA43A solid;
	border-bottom: 2px #6CA43A solid;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
}

textarea {
    font-family: Tahoma;
	width: 402px;
	height: 100px;
	border: 1px #7f9db9 solid;
	font-size: 12px;
	margin-bottom: 10px;
}

td,
th {  }

strong {  }
label { /*font-size: 1.2em; color: #A3A6A6;*/ }

label input { vertical-align: middle; }

input[type=text], input[type=password] {
  /*border: 1px #A3A6A6 solid;*/
  padding: 1px;
  margin-top: 3px;
  border: 1px #7f9db9 solid;
  font-size: 0.9em;
  margin-bottom: 10px;
  width: 300px;
}

select {
}

ol li {
	margin-left: 20px;
	margin-bottom: 2px;
}

ul li {
    font-size: 12px;
    list-style: none outside none;
    padding-left: 20px;
	margin-bottom: 2px;
	margin-left: 10px;
	background: url("../images/line.gif") no-repeat scroll 0 11px transparent;
}

.w25 {
  width: 25%;
  float: left;
}
.w33 {
  width: 33%;
  float: left;
}
.w50 {
  width: 50%;
  float: left;

}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

/*
  primitive elements
*/
.js .ajax-link {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	cursor: pointer;
	text-decoration: none;
	position: relative;
}
.js .ajax-link:hover {
  border: none;
}

/*
  imports styles  @import url();
*/

.main, .footer {
    min-width: 1000px;
	max-width: 1280px;
	margin: 0 auto;
}

.footer {
    min-width: 947px;
}

.main {
	min-height: 100%;
	_height: 100%;
}

.content {
    padding-bottom: 120px;
		overflow: hidden;
}

.header {    
    height: 181px;
		overflow: hidden;
}

.logo {
  float: left;
	margin-top: 42px;
  margin-left: 35px;
}

.menu {
	border-top: 3px #6CA43A solid;
	overflow: hidden;
}

.menu li {
    float: left;
	background: none;
    margin-right: 8px;
    padding: 7px 8px;
}

.header-contacts {
    /*background: url("../images/contatcts-bg.png") repeat scroll 0 0 transparent;*/
    background: none repeat scroll 0 0 transparent;
    float: right;
    margin-top: 41px;
    padding: 17px 0 14px 22px;
    width: 272px;    
}

.header-contacts p {
    margin-bottom: 0;
}

.header-contacts  .prefix {
    background: url("../images/phone.png") no-repeat scroll 0 0 transparent;
    font-size: 16px;
    padding-left: 18px;
}

.header-contacts  .phone {
	font-size: 24px;
	color: #7A7A7A;
}

.mail-link {
    font-size: 16px;
}

.right-column {
    margin-left: 268px;
    margin-right: 35px;
}

.right-column h1, .right-column h2{
    clear: right;
}

.left-column {
    width: 250px;
	float: left;
}

.navigation {
    overflow: hidden;
    padding-bottom: 9px;
    padding-top: 8px;
}

.navigation .ico {
    float: left;
    height: 22px;
    margin-right: 14px;
    width: 22px;
}

.navigation a.home {
    background-image: url("../images/nav.png");
    background-position: 0 -22px;
}

.navigation a.mail {
    background-image: url("../images/nav.png");
    background-position: -44px -22px;
}

.navigation a.map {
    background-image: url("../images/nav.png");
    background-position: -22px -22px;
}

.navigation span.home {
    background-image: url("../images/nav.png");
    background-position: 0 -22px !important;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	position: relative;
}

.navigation span.mail {
    background-image: url("../images/nav.png");
    background-position: -44px -22px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	behavior: url(/softhanter/css/PIE.htc);
}

.navigation span.map {
    background-image: url("../images/nav.png");
    background-position: -22px -22px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	behavior: url(/softhanter/css/PIE.htc);
}

.cart {
    margin-right: 13px;
    padding: 8px 0 8px 5px;
	overflow: hidden;
}

#basket_container {
    padding: 8px 0 1px 5px;
}

.cart .button {
	margin-top: -17px;
}

.cat-item p {
    padding-left: 5px !important;
	overflow: hidden;
}

.cart span { display: block !important; position: relative; }

.cart-link {
    background: url("../images/cart.gif") no-repeat scroll 3px 2px transparent;
    padding-left: 20px;
}

.left-menu {
    font-size: 14px;
    margin-left: 18px;
    margin-right: 30px;
    margin-top: 16px;
}

.left-menu li {
    background: none;
	line-height: 18px;
	font-size: 14px;
	margin-bottom: 10px;
}

.left-menu li ul {
    margin-top: 6px;
}

.left-menu li ul li {
    font-size: 12px;
    margin-bottom: 5px;
}

.line {
    clear: right;
    border-top: 3px solid #6CA43A;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 15px;
}

.line .w50 p {
    overflow: hidden;
	padding-left: 0px;
}

/*.line .w50 img {
    float: left;
    margin-right: 8px;
    margin-top: 2px;
}*/

.line .w50 {
    width: 48%;
	margin-right: 2%;
}

.line .w50 small, .count {
	white-space: nowrap;
	font-size: 11px;
}

.color1, h1, h2, h3, h2 a {
    color: #67A331 !important;
}

.cab {
    padding-left: 20px;
}

h2 span {
    
}

.color2 {
    color: #7a7a7a !important;
}

.bg1 {
    background-color: #E1EDD6 !important;
}

.login-link {
    background: url("../images/login-link.png") no-repeat scroll right center transparent;
    display: inline-block;
    height: 20px;
    overflow: hidden;
    padding-bottom: 4px;
    padding-right: 39px;
    position: relative;
    vertical-align: middle;
}

.center {
	float: left;
}
.center p {
	padding: 0;
	margin: 0 0 2px 0;
	font-size: 14px;
}

.footer {
    padding-left: 30px;
    padding-right: 30px;
	height: 110px;
	margin-top: -110px;
	clear: both;
	overflow: hidden;
}

.footer .prefix {
	font-size: 14px;
}

.footer .phone {
	font-size: 20px;
}

.footer .mail-link {
	font-size: 12px;
}

.news {

}

.news dt {
    font-size: 11px;
	margin-bottom: -3px;
}

.news dd {
	margin-bottom: 18px;
}

.cat-item {
  padding-top: 3px;
	margin-top: -5px;
	overflow: hidden;
	padding-bottom: 16px;
}

.gadget-gallery-cat-item {
	padding-top: 3px;
	margin-top: -5px;
	overflow: hidden;
	padding-bottom: 16px;
	height: 70px;
}
.gadget-gallery-cat-item p {
	margin-bottom: 3px;
}
.gadget-gallery-cat-item img {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
}

.w90 {
    clear: both;
}

.w90 .cat-item {
    margin-bottom: 5px;
}

.cat-item p {
	margin-bottom: 3px;
}

/*.cat-item img {
    float: left;
    margin-right: 15px;
    margin-top: 6px;
}*/
.cat-item > a{
	float:left;
	display:block;
	width:68px;
	height:68px;
	text-align:center;
}
.cat-item > a img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
}

.small-info {
    font-size: 11px !important;
    line-height: 16px;
}
.big-info {
    font-size: 14px !important;
    line-height: 18px;
}

.cart .button {
	padding: 2px 5px;
	text-align: center; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #96e068;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#96e068), to(#497f28));
	background: -moz-linear-gradient(#96e068, #497f28);
	background: linear-gradient(#96e068, #497f28);
	-pie-background: linear-gradient(#96e068, #497f28);
	behavior: url(/softhanter/css/PIE.htc);
	color: #fff !important;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
	float: left;
	position: relative;
}

.pages {
    overflow: hidden;
	clear: both;
	padding: 20px 0;
}

.pages a {
    margin: 0 7px;
}

.pages span {
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	behavior: url(/softhanter/css/PIE.htc);
	display: inline-block;
	width: 22px;
	height: 22px;
	text-align: center;
	font-weight: bold;
}

.line-items {
    border-bottom: 1px #e1edd6 solid;
    padding-top: 12px;
}

.breadcrumbs .map, .breadcrumbs .mail  {
    float: right;
}

.breadcrumbs .act {
	display: inline-block;
	padding: 2px 10px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	behavior: url(/softhanter/css/PIE.htc);
}

dd p {
    padding-left: 0;
}

.red {
    color: #c11414 !important;
}

.input-long {
    width: 400px;
}

.submit-button {
	padding: 4px 15px;
	text-align: center; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #96e068;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#96e068), to(#497f28));
	background: -moz-linear-gradient(#96e068, #497f28);
	background: linear-gradient(#96e068, #497f28);
	-pie-background: linear-gradient(#96e068, #497f28);
	behavior: url(/softhanter/css/PIE.htc);
	color: #fff !important;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    margin-left: 138px;
}

.file-item {
    padding-bottom: 15px;
	padding-right: 20px;
}

.file-item img {
    margin-right: 10px;
}

.admin-gadet-types {
    overflow: hidden;
}

.admin-gadet-types li {
	float: left;
	background: none;
	margin-right: 10px;
	padding: 0;
	margin-left: 0;
}

.column1 .w50, .column2 .w50 {
    width: auto;
	float: none;
}

/*.portlet .cat-item img { margin: 4px; }*/

.page-view { float: left; margin: 4px; }

.count input { font-size: 14px; padding: 4px; }

div.categoryTopDescription {
	margin: 0 30px 10px 0;
	padding: 10px 0 0 0;
}

div.categoryBottomDescription {
	margin: 0 30px 10px 0;
	padding: 10px 0 0 0;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.w90.portlet h2 {
	float: left;
}

.header-link {
	
	font-size:1em;
	background:url(/images/arrow1.gif) no-repeat right center;
	padding: 0 10px 0 0;
	margin: 5px 45px 0 0;
	position:relative;
	float: right;
}

.YMaps table td{
	border:none !important;
}

.product-edit-table {
	margin: 0 0 20px 0;
	width: 99%;
}

.product-edit-table ul li {
	margin: 0 0 0 -15px;
	background-image: none;
}

.product-edit-table tr, .product-edit-table td {
	border:	0 !important;
	vertical-align: middle;
}

.product-edit-table td {
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid lightslategrey;
}

.product-edit-table td p {
	white-space: nowrap;
}

.product-edit-table	input[type="text"] {
	width: 100%;
}

.product-edit-table input[type="file"] {
	width: 100%;
}

.product-edit-table textarea {
	width: 100%;
	height: 100px;
}

.product-edit-table select {
	width: 100%;
}

.product-edit-extended-info-table tr, .product-edit-extended-info-table td {
	border: 0 !important;
}

.article-content td.product-edit-extended-info {
	padding: 0;
}

.product-edit-YM-shower {
	margin: 0 0 0 10px;
	color: #696969;
	font-size: 90%;
	border-bottom: 1px dashed #696969;
}

.product-edit-comment {
	display: block;
	color: #696969;
	font-size: 80%;
	margin: -10px 0 0 0;
}

.product-edit-extended-info-table {
	width: 100%;
}

.product-edit-extended-info {
	background-image: url("http://market.yandex.ru/_c/aYN5BTca5kbhA-5_ioaa5tzaql0.gif");
	background-position: 100% 55%;
	background-repeat: repeat-x;
	width: 55%;
}

.product-edit-extended-info span {
	background-color: rgb(255, 255, 255);
	margin: 0 0 0 -10px;
	padding: 0 5px 0 10px;
}

.errors {color:red;font-size:0.8em;}
.error {color:red;font-size:0.8em;}

.news-edit-table {
	margin: 0 0 20px 0;
	width: 99%;
}

.news-edit-table tr, .news-edit-table td {
	border: 0 !important;
}

.news-edit-table td {
	padding: 5px 0 5px 5px;
	border-bottom: 1px solid lightslategrey !important;
}

.news-edit-table td label {
	white-space: nowrap;
}

.news-edit-table	input[type="text"] {
	width: 100%;
}

.news-edit-table textarea {
	width: 100%;
	height: 100px;
}

.news-edit-table a.dp-choose-date {
	display: none;
}

.map_form label { 
	float: left;
	line-height: 20px;
	width: 300px;
}

.srch-field#mini_search_form_text {
	width:130px !important;
	height:16px;
	padding:3px 5px;
	margin: 0 5px 0 45px;
	background:url(/images/back9.gif) right top;
	border:none;
	color:#8c8c8c;
	font:normal 0.8em Arial;
}

table td { padding: 2px 3px; }

.compare_product_item{
	border:1px solid black;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.compare_product_item_h150{
	height: 150px;
	
}
.compare_product_item_first{
	border:1px solid transparent;
	
}
a.jCarouselLite-prev{
	line-height: 175px;
	padding: 0 20px 0 60px;
}

.pagination {
	float: right;
    text-align: right;
    width: 100%;
}

.catalog-panel-sort-element-current {
	text-decoration: none;
	font-weight: 600;
}
.catalog-panel-buttons {
	width: 90%;
	/*height: 22px;*/
	overflow:hidden;
	margin: 5px 0px;
}

.panda-catalog-group-edit-table {
	width: 100%;
}
.panda-catalog-group-edit-table select, .panda-catalog-group-edit-table input {
	width: 100%;
}

.panda-footer-ancors {
	float: right;
	width: 100%;
	text-align: right;
}

.panda-block__text-zone {
	margin: 5px 0;
}

.panda-block-text-zone {
	float: right;
	width: 100%;
}

.panda-js-interactive__show-hide {
	margin: 0 0 0 10px;
	color: #696969;
	font-size: 90%;
	border-bottom: 1px dashed #696969;
}

.panda-form-label-attention {
    display: block;
    padding-top: 5px;
 
    line-height: 20px;
    font-size:14px;
    color: red;
}

.order-photo-block{
    display:table-cell;
    vertical-align: middle;
    text-align: center;
    width:75px;
    height:75px;
}
.panda-form-setting td{
    border:none !important;
}