/* Reset ================================================================================= */
*             { margin:0; padding:0; }

html          { height:100%; }

body          { background:#18334e;font-size: 13px; line-height: 1.55; font-family: Tahoma; color:#333; height:100%; }
.body         { padding:32px 0 15px;background:#18334e url("/images/bg.gif") 0 0 repeat-x; }

img           { border:0; vertical-align:top; }

a             { color:#006699; text-decoration:underline; }
a:hover       { color: #7fb2cc; }
:focus        { outline:0; }

a.btn, input.btn {
  display: inline-block;
  background: url("/images/btn-green.png") 0 0 repeat-x;
  height: 23px;
  color: #fff;  
  padding: 0 9px;
  text-decoration: none;
  cursor: pointer;
  border: 0 none;
  font: 11px/23px Tahoma;
  font-weight: bold;
  margin: 0;
}

input.btn {
  padding-bottom: 2px;
  
}

input.btn.no-display {
  display: none;
}

a.btn:hover, input.btn:hover {
  background: url("/images/btn-green.png") 0 100% repeat-x;
  cursor: pointer;
}

a.link-del {
  background: url("/images/icon-delete.png") 0 0 no-repeat;
  width: 16px;
  height: 17px;
  text-decoration: none;
  display: block;
}

a.link-del:hover {
  background: url("/images/icon-delete.png") 0 100% no-repeat;
}

a.orange       { color: #ff6600!important; }
a.orange:hover { color: #ffb27f!important; }
a.black        { color: #666!important; }
a.black:hover  { color: #b2b2b2!important; }
a.dblack       { color: #333!important; }
a.dblack:hover { color: #999!important; }
a.gray         { color: #999!important; }
a.gray:hover   { color: #ccc!important; }
a.green        { color: #009900!important; }
a.green:hover  { color: #7fcc7f!important; }

a.dotted-g     {
  background: url("/images/dotted-gray.gif") 0 100% repeat-x;
  padding-bottom: 1px;
   text-decoration: none;
   color: #6c6c6b;
}

a.dotted-g:hover {
  background: url("/images/dotted-gray-hover.gif") 0 100% repeat-x;
  color: #b5b5b5;
}

a.dotted         {
  background: url("/images/dotted.gif") 0 100% repeat-x;
  padding-bottom: 1px;
   text-decoration: none;
   color: #006699;
}

a.dotted:hover   {
  background: url("/images/dotted-hover.gif") 0 100% repeat-x;
  color: #7fb2cc;
}

a.solid {
  text-decoration: none;
  border-bottom: 1px solid;
}

a.asc, a.desk {
  text-decoration: none;
  margin-left: 5px;
}
a.asc img, a.desk img {
  vertical-align: middle;
}

/* Colors */
.orange { color: #ff6600!important; }
.red    { color: #cc0000!important; }
.dred   { color: #990000!important; }
.black  { color: #666!important; }
.gray   { color: #999!important; }
.green  { color: #009900!important; }

/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35; }
h1            { font-size:28px; font-weight:normal; }
h2            { font-size:22px; font-weight:normal; }
h3            { font-size:20px; font-weight:normal; }
h4            { font-size:18px; font-weight:normal; }
h5            { font-size:14px; font-weight:normal; }
h6            { font-size:13px; font-weight:bold; margin: 0; }
.f11          { font-size: 11px; }

/* Forms */
form          { display:inline; }
fieldset      { border:0; }
legend        { display:none; }
label         { }


/* Table */
table         { border:0; border-collapse:collapse; border-spacing:0; empty-cells:show; font-size:100%; width: 100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 15px; }
p.box, p.no-hide         { margin:0 0 10px; }
p.mar         { margin-bottom: 5px; line-height: 1.25em; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.35; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
big           { font-size:1em; }
small, .small         { font-size: 10px; }
/*sup           { font-size:1em; vertical-align:top; }*/

p img.left    { margin: 5px 10px 5px 0; }

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
.clear      { clear:both; }
/* ======================================================================================= */

.input, .textarea {
  background: #fff;
  border: 1px solid #a5acb2;
  padding: 3px;
}

input, select, textarea {
  font-size:11px;
  line-height:17px;
  font-family: Tahoma;
}

select {
  line-height: 23px;
  min-height: 15px;
  padding: 5px 3px;
}

textarea {
  min-height: 100px;
}

.input {
  height: 17px;
}

.input input {
  border: 0 none;
  width: 100%;
  height: 17px;
  float: left;
}

label input.radio {
  margin-right:5px;
}

label input.checkbox {
  margin-right:5px;
  position: relative;
  top: 2px;
}

.select select {
  width: 100%;
}

.textarea textarea {
  border:0 none;
  outline:0 none;
  width:100%;
}

button {
  padding: 0 10px;
  min-height: 22px;
}

button.f11 {
  min-height: 15px;
  line-height: 19px;
}

/* Qty ====== */
.qty-box {
  padding-right: 36px;
  position: relative;
  border: 1px solid #c6c2aa;
  padding: 4px 36px 4px 3px!important;
  height: 13px!important;
  line-height: 13px;
  font-size: 11px;
  color: #999;
  width: 20px;
  float: left;
}

.qty-box input {
  height: 13px;
  line-height: 13px;  
}

.qty-box .btn-up {
    position: absolute;
    right: 5px;
    top: 4px;
}

.qty-box .btn-down {
    top: 4px;
    position: absolute;
    right: 20px;
}

.qty {
  color: #999;
  font: 11px Tahoma;
}

h4 .qty {
  font-size: 14px;
}

.btn-up, .btn-down {
    background-image: url("/images/btn-plus-minus.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
}
.btn-up:hover   { background-position: 0 100%; }
.btn-down       { background-position: 100% 0; }
.btn-down:hover { background-position: 100% 100%; }

/* Layout ================================================================================ */
#wrapper {
  position:relative;
  z-index:10;
  height:auto!important;
  min-height:100%;
  margin: 0 auto;
  width: 1024px;
  background: #fff;
}

#main {
  padding: 16px;
}

.left_side {
  float: left;
  width: 222px;
}

.center_side {
  margin-left: 242px;
}

.right_side {
  float: right;
  width: 24%;
  padding-right: 1%;
}

/* box ========== */
.box {
  margin-bottom: 15px;
}

.box.img-box {
  margin-bottom: 7px;
}

.w50 {
  width: 48%;
}

.img-box {
  text-align: center;
  border: 1px solid #D9D7C6;
  padding: 10px;
  overflow: hidden;
}

.center_side .box-bg {
  background: #f2f2e8;
  padding: 0px 13px 5px;
}

.center_side .box-map {
    height: 400px;
}

.left_side .box-map {
    height: 150px;
}

.left_side .box-bg .inner {
  background: #f2f2e8;
  margin-top: -3px;
  padding: 16px;
}

.date {
  font-weight: bold;
  color: #999;  
}

.data-line {
  font-size: 13px!important;  
}

p.text {
  font: 11px/1.35em Tahoma;
  margin-bottom: 0;
}
/* ======================================================================================= */

/* Header ================================================================================ */
#header {
  position:relative;
  z-index: 200;
  padding: 16px 16px 0 16px;
}

#header .home-img {
    border-bottom: 1px solid #fff;
}

#header .inner {
  padding: 20px 20px 0px 20px;
  overflow: hidden;
  height: 65px;
  background: #000 url("/images/header-bg.png") 0 0 repeat-x;
  border-bottom: 2px solid #fff;
}

#header .inner h1 {
  line-height: 32px;
  margin: 0;
  color: #fff;
}

#header .logo {
  float:left;
  text-decoration:none !important;
  display: block;
  margin: 0;
}

#header h1.logo {
padding-right: 10px;
    position: relative;
    top: -2px;
}

#header .logo strong {
  text-indent: -555em;
  position: absolute;
  top: -5555px;
}

#header .text {
  float: left;
}

#header .text h1 {
  margin-left: -1px;
}

#header .phone {
  position: absolute;
  right: 25px;
  top: 30px;
}

#header .phone h1 {
    font-size:16px;
    color: #fff;
    line-height: 50px;
}

#header p {
  margin: 0;
  font-size: 11px;
}

#header .slogan { font: 13px/15px Arial, Helvetica, sans-serif; color: #999; }

.form-search {}

.form-search .input {
  width: 154px;
  float: left;
  height: 15px;
  border: 1px solid #ccc;
  padding: 0 3px;
}

.form-search .input input {
  float: left;
  line-height: 15px;
  height: 15px;
}

.form-search .btn-submit {
  float: right;
}

.btn-submit {
  background: url("/images/btn-bg.png") 0 0 repeat-x;
  height: 17px;  
  float: left;
}

.btn-submit:hover {
  background: url("/images/btn-bg.png") 0 100% repeat-x;
}

.btn-submit input {
  color: #fff;
  background: none;
  border: 0 none;
  line-height: 17px;
  height: 17px;
  padding: 0 10px 2px;
  cursor: pointer;
  float: left;
  width: 57px;
}

/* ======================================================================================= */

.desc { color: #999; }

.menu-box {
  background: url("/images/top-menu-bg.png") 0 0 repeat-x;
  height: 32px;
  line-height: 32px;
}

.box .head {
  margin-bottom: 3px;
  background: url("/images/head-bg.png") 0 0 no-repeat;
  padding-left: 22px;
  height: 25px;
  line-height: 25px;
  color: #fff;
}

.left_side .custom-menu {
  margin-top: -3px;
}

.box .inner {
  background: #f2f2e8;
  padding: 5px 0;
}

/* Breadcrumbs =========================================================================== */
.breadcrumbs {
  overflow: hidden;
  margin-bottom: 10px;
  font: 11px Tahoma;
  color: #999;
}

.breadcrumbs li {
  float: left;
  background: url("/images/breadcrumbs-arrow.gif") 100% 50% no-repeat;
  padding: 0 11px 0 6px;
}

.breadcrumbs li.first {
  padding-left: 0;
}

.breadcrumbs li.last {
  padding-right: 0;
  background: none;
}

/* Box Catalog =========================================================================== */
.box-catalog {
  overflow: hidden  
}

.box-catalog.f11 {
  line-height: 2em;
}

.box-catalog.f11 a {
  font-weight: bold;
}

.box-catalog .item {
  width: 210px;
  padding: 0 10px 15px 0;
  float: left;
}

.box-catalog .item.last {
  padding-right: 0;
}

.box-catalog.item-half .item {
  width: 330px;  
}

.box-catalog h4 {
  margin-bottom: 0;
}

.box-catalog .item.newline {
  clear: left;
}

.box-catalog .text {
  float: left;
  width: 150px;  
}

.box-catalog .text p {
  font: 11px/1.35em Tahoma;
  margin: 0;
}

.box-catalog .price {
  font-size: 13px!important;
  line-height: 1.15em!important;
}

.img-box-small {
  width: 50px;
  float: left;
  padding: 5px 10px 0 0;
}

.img-box-small img {
  width: 50px;
  height: 50px;
}

.list-item-img .text {
  float: left;
}

.list-item-img .item {
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
}

.list-item-img .item.last {
  padding-bottom: 0;
}

.list-subsection li {
  padding-left: 11px;
  background: url("/images/icon-tree.gif") 0 5px no-repeat;
}

/* Sub category ========================================================================== */
.list-subcategory {
  background: #f2f2e8;
  padding: 5px 0 5px 10px;
  color: #7b7662;
  overflow: hidden;
  font: 11px/1.75em Tahoma;
}

.list-subcategory li {
  background: url("/images/tree-item-bg.png") 0 7px no-repeat;
  padding: 0 18px 0 14px;
  float: left;
  white-space: nowrap;
}

/* Sort ================================================================================== */
.box-sort {
  border: 1px solid #e1dfd2;
  font: 11px/27px Tahoma;
  overflow: hidden;
  color: #7b7662;
}

.box-sort li {
  height: 27px;
  float: left;
  padding: 0 5px 0 10px;
}

.box-sort li.last {
  border-left: 1px solid #e1dfd2;
  float: right;
  padding-right: 10px;
}

/* Catalog ================================================================================ */
.box-catalog-list {
  
}

.box-catalog-list .item  {
  min-height: 168px;
  position: relative;
  padding-bottom: 25px;
}

.box-catalog-list .img-box {
  width: 182px;
  height: 150px;
  position: absolute;
  left: 0;
  top: 3px;
}

.box-catalog-list .text {
  margin-left: 215px;
}

.box-catalog-list p {
  margin-bottom: 5px;
}

.box-catalog-list h3 {
  margin: 0;
}

.box-catalog-list .text p a:link, .box-catalog-list .text p a:visited {
  color: #73a824;
}

.box-catalog-list .text p a:hover {
  color: #b9d391;
}

.box-catalog-list .action-box {
  background: #f2f2e8;
  padding: 6px;
  overflow: hidden;
}

.box-catalog-list .action-box li {
  float: left;
  line-height: 23px;
  padding-right: 10px;
  white-space: nowrap;
}

.box-catalog-list .action-box li.last, .box-catalog-list .action-box li.f-right {
  float: right;
  padding-right: 0;
  font-size: 11px;
  padding-left: 10px;
}

.box-catalog-list .action-box li.last {
  padding-left: 0;
}

.box-catalog-list .action-box li.last img,.box-catalog-list .action-box li.f-right img {
  vertical-align: middle;
  margin: -1px 2px 0 0;
}

.box-catalog-list .action-box h3 {
  line-height: 23px;
}

.box-catalog-list .action-box form {
  float: left;
}

.btn-order { width: 110px!important; padding: 0!important; }

.price-box {
  font-size: 11px;
  line-height: 23px;
  overflow: hidden;
}

.price-box .price {
  font-size: 20px!important;
  font-weight: normal;
  line-height: 23px!important;
  color: #333;
}

.price-box li {
  float: left;
  padding-right: 10px;
}

.price-box li.last {
  padding-right: 0;
  float: right;
}

/* Paginator ================================================================================ */
.pages {
  margin: 0 0 15px;
  clear: both;
}

.pages .top, .pages .bottom {
  overflow: hidden;
}

.pages .top strong, .pages .top span, .pages .top a {
  float: left;
  margin: 0 20px 0 0;
  line-height: 20px;
}

.pages .top strong {
  font-size: 17px;
  font-weight: normal;
  line-height: 20px;
}

.pages .top span {
  color: #999;
}

.pages .bottom {
  padding: 10px 0 5px;
}

.pages .bottom li {
  float: left;
  margin: 0 3px 0 0;
}

.pages .bottom li a {
  display: block;
  padding: 1px 5px;
  font: 14px Arial, Helvetica, sans-serif;
}

.pages .bottom li.current a {
  text-decoration: none;  
  background: #d1d0b1;
  color: #333;
}

/* Spisok itemov ================================================================================ */
.list-items h5, .list-items h3 {
  margin: 0;  
}

.list-items li {
  font-size: 11px;
  padding-bottom: 10px;
}

.list-items li p {
  font-size: 13px;
  margin: 0;
  line-height: 1.55em;
}

.box-text .list-items li {
  line-height: 1.25em;
}

.box-text .list-items li .text {
  line-height: 1.25em;
  font-size: 11px;
}

/* Table ================================================================================ */

.table-form {
  border: 1px solid #c1c1c1;
}

.table-form td {
  line-height: 25px;
  padding: 13px 11px 2px 14px;
}

.table-form tbody td {
  background-color: #f7f7f0;
}

.table-form tbody td.first {
  line-height: 1.15em;  
  padding-top: 17px;
}

.table-form tbody .last td {
  padding-bottom: 15px;
}

.table-form tbody p {
  line-height: 1.35em;
  margin-bottom: 0;
}

.table-form tfoot td {
  border-top: 1px solid #c1c1c1;
}

.table-form tfoot td {
  background-color: #ededde;
  padding: 6px 11px 7px 14px;
  line-height: 21px;
}

.captcha {
  float: left;
  width: 100px;
}

.input.captcha {
  width: auto;
  margin-left: 100px;
  float: none;
}

/* Articles ================================================================================ */
.text-content .img-box {
  width: 203px;
  height: 170px;  
  margin: 5px 10px 3px 0;
  float: left;  
}

.list-img-thumb {
  display: inline-block;
  margin-bottom: 8px;
  width: 100%;
}

.list-img-thumb .item {
  width: 93px;
  height: 74px;
  padding: 5px;
  float: left;
  margin-right: 9px;
  margin-bottom: 7px;
  text-align: center;
  border: 1px solid #D9D7C6;
}

.list-img-thumb .item a {
  display: block;
  height: 100%;
  border: 0 none;
  padding: 0;
}

.info-line {
  border-top: 1px solid #d1d0b1;
  padding: 5px 0;
  overflow: hidden;
}

.info-line li {
  float: left;
  color: #999;
  padding-right: 15px;
}

.info-line li.last {
  float: right;
  padding: 0;
}

.box-article-list .item {
  min-height: 143px;
   padding-bottom: 17px;
   position: relative;
}

.box-article-list .img-box {
   height: 118px;
   left: 0;
   position: absolute;
   top: 3px;
   width: 136px;
}

.box-article-list .text {
  margin-left: 170px;
}

.box-article-list .text h3 {
  margin: 0;
}

.box-article-list .text p {
  margin-bottom: 5px;
}

.left_side .list-img-gallery {
    overflow: hidden;
}

.list-img-gallery .item {
  float: left;
  width: 204px;
  padding: 0 19px 19px 0;  
}

.list-img-gallery .item h5 {
  margin-bottom: 0;
}

.list-img-gallery .item .img-box {
  height: 146px;
}

.list-img-gallery .item .img-box a {
  display: block;
  height: 100%;
}

.item.lastinline {
  margin-right: 0;
}

/* Link ========================================================== */
.link-box .img {
  width: 96px;
  float: left;
  padding-top: 4px;
}

.link-box .text {
  margin-left: 96px;
}

.link-box .text p {
  font-size: 11px;
  margin-bottom: 0;
  line-height: 1.35em;
}

.link-box .item {
  padding-bottom: 25px;
}

.link-box .item.last {
  padding-bottom: 0;
}

.box.about-site {
    overflow: hidden;
}

.box.about-site .img {
  float: left;
  width: 297px;
  padding-top: 5px;
}

.box.about-site .text {
  margin-left: 297px;
  line-height: 1.35em;
}

.box.about-site .link-banner {
  line-height: 31px;
}

.list-files .item {
  background: url("/images/arrow-download.gif") 7px 3px no-repeat;
  padding-left: 21px;
}

.list-files h2 {
  line-height: 22px;
  margin-bottom: 3px;
}

/* Cart ===================================== */
.box-cart .inner {
  background: #fefe9a;
  margin-top: -3px;
  padding: 5px 12px;
    height:100%;
}

.box-cart .head {
    background: url("/images/head-bg.png") no-repeat 0 100%;
}

.box-cart .list-items li {
  font-size: 13px;
  line-height: 1.25em;
}

.price {
  font-weight: bold;
  font-size: 11px!important;
  line-height: 1.25em!important;
}

.box-cart a.btn {
  font-weight: normal;
  height: 17px;
  line-height: 17px;
  padding: 0 6px;
}

.box-filter {
  border: 1px solid #e1dfd2;
  padding: 8px 10px 0;
  font-size: 11px;
  line-height: 19px;
}

.box-filter strong {
  color: #7b7662;
  background: #fff;
  line-height: 15px;
}

.from-to {
  text-align: center;  
}

.from-to .input {
  width: 90px;
  float: left;
}

.from-to .label {
    float: left;
    margin: 0 5px;
}

.box-filter td {
  padding-bottom: 10px;
}

.box-filter td {
  vertical-align: top;
}

.box-filter td.first {
  vertical-align: bottom;
}

.box-filter td.first .parameter {
  background: url("/images/parameter-bg.gif") 0 0 repeat-x;
  border-right: 7px solid #fff;
}

.box-filter button, .h-lh button {
  font-size: 11px;
  line-height: 15px;
}

.box-filter select, .h-lh select {
  line-height: 17px;
  padding: 2px 3px;
}

.box-filter .input, .h-lh .input {
  height: 15px;
  padding: 1px 3px;
}

.box-filter .input input, .h-lh .input input {
  height: 15px;
}

.compare-box {
  overflow: auto;  
}

.compare-box .inner {
  background: none;
  border: 1px solid #d8d6b9;
  padding: 0;
}

.table-compare {
  font-size: 11px;
  background: #f6f6f1;
}

.table-compare tbody td {
  border-left: 1px solid #d8d6b9;
  padding: 9px 10px 10px 10px;
  width: 142px;
  line-height: 1.25em;
}

.table-compare tbody td.first {
  width: 189px;
  border-left: 0 none;
}

.table-compare thead td {  
  background: #fff;
  line-height: 1.25em;
  padding: 0;
  border-left: 1px solid #d8d6b9;
}

.table-compare thead td div {
  border-top: 3px solid #f6f6f1;
  padding: 9px 10px 10px 10px;
  line-height: 1.25em;
  
}

.table-compare thead td.first div {
  padding-left: 7px;
  border-left: 3px solid #f6f6f1;
}

.table-compare thead td strong {
  font-size: 12px;
}

.table-compare thead td.first {
  border-left: 0 none;
}

.table-compare thead td.last div {
  border-right: 3px solid #f6f6f1;
}

.table-compare tr {
  background: url("/images/tr-bg.gif") 0 100% repeat-x;
}

.table-compare tr.last {
  background: none;
}

.table-compare tr.last td {
  padding-bottom: 9px;
}

.table-compare .img-box {
  background: #fff;
  height: 96px;
}

.one-product-box {
  
}

.one-product-box .images-box {
  width: 244px;
  float: left;
  margin: 0 14px 10px 0;
}

.one-product-box .images-box .img-box {
  height: 179px;
  margin-bottom: 3px;
}

.one-product-box .images-box .thumb {
  padding: 7px 0 0 8px;
  overflow: hidden;
  border: 1px solid #D9D7C6;
}

.one-product-box .images-box .thumb li {
  float: left;
  padding: 0 8px 7px 0;
  width: 50px;
  height: 50px;
}

.one-product-box .images-box .thumb img {
  display: block;
  width: 50px;
  height: 50px;  
}

.one-product-box .box-filter {
  margin-left: 258px;
  margin-bottom: 3px;
}

.one-product-box .ul-list {
  overflow: hidden;
}

.one-product-box .box-options {
  background: #f2f2e8;
  margin-left: 258px;
  padding: 6px 11px;
  font-size: 11px;
  color: #7b7662;
  border: 0 none;
}

.one-product-box .box-sort {
  margin-bottom: 5px;
}

.one-product-box .box-sort img {
  padding-top: 8px;
}

.one-product-box .box-sort li.last {
  border: 0 none;
}

.box-filter.box-options strong {
  background: #f2f2e8;
  border-right: 7px solid #f2f2e8;
}

.box-filter.box-options td.first .parameter {
  border-color: #f2f2e8;
}

.box-options .price-box li {
  height: 23px;
}

.box-filter-value {
  line-height: 15px;
  color: #7b7662;
}

.box-filter-value td {
  vertical-align: top!important;
}

.ul-list li {
  float: left;
  padding-right: 10px;
  padding-bottom: 5px;
}

.ul-list li.f-right {
  padding-right: 0;
  padding-left: 10px;
}

.ul-list li.last {
  padding-right: 0;
}

.hide-box {
  display: none;
}

.tabs-box .box-form {
  border: 1px solid #C1C1C1;
  background: #F7F7F0;
}

.tabs-box .line-nav-tabs {
  height: 32px;
}

.tabs-box .box-form .table-form {
  border: 0 none;
}

.ui-tabs .table-form tbody td.first {
  font-size: 13px;
   line-height: 15px;
   padding: 17px 11px 2px 14px;
}

.ui-tabs .table-form tbody {
  font-size: 13px;
}

.ui-tabs .table-form tbody p {
  font-size: 11px;
}

.list-comments .name .red {
  color: #990000;
}

.list-comments .name .red:hover {
  color: #cc7f7f;
}

.list-comments .name .date {
  color: #666;
  font-weight: normal;
  font-size: 11px;
  padding-left: 5px;
}

.list-comments p {
  line-height: 1.35em;
  margin-bottom: 5px;
}

.list-comments .action-box li {
  float: left;
  padding-right: 12px;
  font-size: 11px;
  line-height: 16px;
}

.list-comments .action-box li .dotted {
  font-size: 13px;
  padding-bottom: 0;
}

.list-comments .action-box {
  overflow: hidden;
  padding-bottom: 5px;
}

.list-comments .item .item {
  padding-left: 25px;
}

.list-comments .hide-box {
  margin-bottom: 10px;
}

.table-thead thead td {
  background: #f0f1f1;
  border-bottom: 2px solid #c1c1c1;
  font-weight: bold;
  line-height: 21px;
  padding: 0 0 0 9px;
}

.table-thead td {
  font-size: 11px;
  padding: 9px 0 9px 9px;
  line-height: 1.25em;
}

.table-thead td.last {
  padding-right: 9px;
}

.table-thead tbody tr {
  background-image: url("/images/dotted-gray.gif");
  background-position: 0 100%;
  background-repeat: repeat-x;
}

.table-thead td h6 {
  margin-bottom: 3px;
  margin-top: -3px;
}

.table-thead td p {
  margin-bottom: 5px;
}

.table-cart .qty {
  width: 37px;
}

.table-cart .price {
  display: inline-block;
  line-height: 19px !important;
  font-weight: normal;
}

.total-box {
  padding-top: 3px;
  overflow: hidden;
}

.total-box li {
  float: left;
  padding-right: 10px;
  font-size: 11px;    
}

.total-box li.f-right {
  padding: 0 0 0 10px;    
}

.example {
  color: #81817f;
  font-size: 11px;
  line-height: 20px;
}

.phone-form .input {
  margin-right: 130px;
}

.phone-form button {
  width: 120px;
  float: right;
  margin-top: -24px;
  font-size: 11px;
  padding: 0;
  min-height: 15px;
  line-height: 15px;
}

.validation {
  font-size: 11px;
  line-height: 15px;
}

.table-form .input.street {
  width: 280px;
  float: left;
  margin-right: 6px;
}

.table-form .input.house {
  width: 40px;
  float: left;
  margin-right: 6px;
}

.table-form .input.corps {
  width: 40px;
  float: left;
}

.table-form .label {
  float: left;
  padding-right: 5px;
}

.table-form .apartment {
  width: 85px;
  float: left;
  margin-right: 10px;
}

.table-form .number {
  width: 45px;
  float: left;
  margin-right: 10px;
}

.table-form .porch {
  width: 35px;
  float: left;
  margin-right: 10px;
}

.table-form .floor {
  width: 35px;
  float: left;
  margin-right: 10px;
}

.link-map {
  font-size: 11px;
  color: #333;  
  text-decoration: none;
  padding-left: 20px;
  background: url("/images/icon-compas.png") 0 0 no-repeat;
  display: inline-block;
  line-height: 16px;
}
.link-map:hover {
  color: #666;
}

.link-map strong {
  border-bottom: 1px dotted;
}

.normal-text {
  font-size: 11px;
  line-height: 15px;
}

.hide-box .inner {
  background: none;
}

.border-box {
  border: 1px solid #e1dfd2;
  padding: 10px 12px;
  margin-bottom: 5px;
  overflow: hidden;
}

.border-box li {
  float: left;
  padding-right: 14px;
}

.abc a,.abc strong,.abc span {
  padding-right: 4px;
}

.option-authorization {
  float: right;
  font-size: 11px;  
}

.option-authorization .text {
  float: left;
}

.option-authorization img {
  padding: 3px 0 0 5px;
}

.table-orders thead td {
  background: #e7e7d5;
  vertical-align: bottom;
  line-height: 15px;
  border-bottom: 2px solid #bcbcb7;
  padding: 3px 0 3px 8px;
  font-weight: bold;
}

.table-orders tbody td {  
  line-height: 15px;
  padding: 8px 0 9px 8px;
}

.table-orders td.last {
  padding-right: 8px;
}

.table-orders tbody tr {
  background-image: url("/images/dotted-gray.gif");
  background-position:  0 100%;
  background-repeat: repeat-x;
  background-color: #f7f7f0;
}

.table-orders tbody tr.last {
  background: none;
}

.hover-table tbody tr.hover {
  background-color: #ededdf;
}

.box-authorization {
  font-size: 11px;
}

.box-authorization td {
  padding: 0 0 4px;
}

.box-authorization .small {
  line-height: 12px;
}

.box-authorization ul {
  overflow: hidden;
}

.box-authorization li {
  float: left;
  padding-right: 15px;
}

.box-authorization li.last {
  padding-right: 0;
}

.box-catalog-list .img-box a.img-box {
    border: 0 none;
    display: block;
    padding: 0;
    position: static;
}
.box-article-list a.img-box {
    border: 0 none;
    display: block;
    padding: 0;
    position: static;
}

/* Footer ================================================================================ */
#footer {
  position:relative;
  z-index:10;
  min-height:34px;
  overflow:hidden;
  border-top: 8px solid #18334e;
  width: 1024px;
  background: #8c99a7;
}

#footer .inner {
  padding: 18px 18px 0 18px;
  font-size: 11px;
  margin: 0 auto;
}
/* ======================================================================================= */
 .box-catalog1 .text1.wide1 {
  width:auto;
}
