body {
  width:100%;
  font-family: Arial;
  font-size: 75%;
  color: #333333;
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
}

a:link,
a:visited {
  color: #003956;
  text-decoration: underline;
}

div.error{
  color: red;
}

a:hover {
  text-decoration: underline;
  color: #922039;
}

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


h1{
 font-size: 150%;
}


h2{
 font-size: 140%;
}

h3,h4{
 font-size: 130%;
}


div.head{
 background-image: url(../files/cartrec/Image/header-bg.jpg);
 background-position: top left;
 background-repeat: repeat-x;
 border-bottom: 2px solid #ffffff;
 height: 193px;
 overflow: hidden;
}


div.head div.bulb1{
 background-image: url(../files/cartrec/Image/collage.jpg);
 background-position: center top;
 background-repeat: no-repeat;
 height:193px;
}

#logo {
 float: left;
 padding: 50px 0px 0px 3%;
}


div.right-head-block{
 float: right;
 width: 190px;
 padding: 23px 30px 0px 0px;
 font-size: 90%;
}

div.busket-block{
  background-image: url(../files/cartrec/Image/busket.gif);
  background-position: 16px top;
  background-repeat: no-repeat;
  border-bottom: 1px dotted #d3a6b0;
  padding: 4px 15px 15px 58px;
  color: #ffffff;
}

div.busket-block span.link,
div.busket-block a.link:link,
div.busket-block a.link:visited{
  display: block;
  color:#ffffff;
  padding: 0px 0px 10px 0px;
}

span.b{
  font-weight:bold;
}

span.price-result{
  display: block;
  padding: 0px 0px 0px 0px;
}

div.login-block{
  padding: 5px 0px 0px 0px;
  margin:0px;

}

div.login-block form{
  padding:0px;
  margin:0px;
}

span.login,
a.login:link,
a.login:visited{
  display: block;
  background-image: url(../files/cartrec/Image/key.gif);
  background-position: 14px top;
  padding: 3px 0px 5px 58px;
  color: #ffffff;
  background-repeat: no-repeat;
}

span.registr,
a.registr:link,
a.registr:visited{
  display: block;
  background-image: url(../files/cartrec/Image/login.gif);
  background-position: 14px top;
  padding: 0px 0px 10px 58px;
  color: #ffffff;
  background-repeat: no-repeat;
}


table.menu-block{
  background-image: url(../files/cartrec/Image/menu-bg.gif);
  background-position: top left;
  background-repeat: repeat-x;
  width: 100%;
  height:45px;
  border-top: 1px solid #787878; 
  border-bottom: 1px solid #616161; 
}

table.menu-block td.search-block{
  padding: 0px 3% 0px 0px;
  text-align: right;
}

table.menu-block td.search-block form{
  padding:0px;
  margin:0px;
}

table.menu-block td.search-block input.search-button{
  background-image: url(../files/cartrec/Image/search-button.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width:53px;
  height: 23px;
  margin: 0px 0px 0px 9px;
}


table.menu-block td.menu-first{
  width: 14%;
  padding: 0px 0px 0px 30px;
  text-align: center;
  font-size: 150%;
  vertical-align:top;
}


table.menu-block td.menu-border{
  background-image: url(../files/cartrec/Image/menu-border.gif);
  background-position: left top;
  background-repeat: no-repeat;
  width: 14%;
  text-align: center;
    font-size: 150%;
    vertical-align:top;
}


table.menu-block td.menu-border span,
table.menu-block td.menu-border a:link,
table.menu-block td.menu-border a:visited,
table.menu-block td.menu-first span,
table.menu-block td.menu-first a:link,
table.menu-block td.menu-first a:visited{
  display: block;
  padding: 10px 0px 0px 0px;
  height: 35px;
  text-decoration: none;
}

table.menu-block span,
table.menu-block a:hover {
  color: #7f7f7f;

}

div.red-block{
  background-color:#94223b;
  height: 9px;
  width: 100%;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}

table#content{
 width: 100%;
}

table#content td.left-column{
 width: 23%;
 background-color:#922039;
 vertical-align: top;
}

table#content td.left-column h2.block-title,
table#content td.left-column div.block-title{
  background-color: #003956;
  background-image: url(../files/cartrec/Image/left-column-top.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  margin: 0px;
  padding: 12px 0px 12px 30px;
  color: #eef2f4;
  font-size: 130%;
}

ul.catalog-menu{
  padding: 0px;
  margin:0px;
  list-style-type: none;
  background-color: #f0f0f0;
}

ul.catalog-menu li{
  padding: 0px;
  margin:0px;
  border: 1px solid #f0f0f0;
}


ul.catalog-menu li.border{
  border-top: 1px dotted #b5b5b5;
}

ul.catalog-menu span,
ul.catalog-menu a:link,
ul.catalog-menu a:visited{
  display: block;
  padding: 4px 20px 5px 30px;
  text-decoration: none;
}

ul.catalog-menu a:hover{
  color:#922039;
  font-weight: bold;
  background-image: url(../files/cartrec/Image/red-arrow.gif);
  background-position: 15px 11px;
  background-repeat: no-repeat;
  text-decoration: underline;
}

ul.catalog-menu span {
  color:#922039;
  font-weight: bold;
  background-image: url(../files/cartrec/Image/red-arrow.gif);
  background-position: 15px 11px;
  background-repeat: no-repeat;
}

div.usl-block{
  background-color: #003956;
  background-image: url(../files/cartrec/Image/usl-bg.jpg);
  background-position: left bottom;
  background-repeat: repeat-x;
  padding: 0px 0px 20px 0px;
  color:#809cab;
  border-bottom: 2px solid #ffffff;
}

div.usl-block span.text{
  display: block;
  padding: 10px 25px 10px 30px;
  margin:0px;
  clear: both;
}

div.usl-block a.more-link:link,
div.usl-block a.more-link:visited {
  margin: 0px 0px 0px 30px;
  display: block;
  color: #ffffff;
  background-image: url(../files/cartrec/Image/white-arrow.gif);
  background-position: 65px 6px;
  background-repeat: no-repeat;
}


div.contact-block{
  padding: 0px 0px 30px 0px;
}

div.contact-block h2,
div.contact-block div.title{
 color: #ffffff;
 padding: 15px 25px 15px 30px;
 margin: 0px;
 border-bottom: 1px dotted #b36375;
}
div.contact-block div.title {
  font-size: 140%;
}


div.contact-block span.text{
  display: block;
  padding: 20px 25px 20px 30px;
  color: #ffffff;
}

div.contact-block a:link,
div.contact-block a:visited{
  color: #ffffff;
}


body#index table#content td.center-column{
  vertical-align: top;
  padding: 0px 2px 0px 2px;
}


body#inner table#content td.center-column{
  vertical-align: top;
  padding: 10px;
}


.banner-block{
  text-align: center;
  display: block;
  /*background-image: url(../files/cartrec/Image/arexons-banner.jpg);*/
  background-position: center top;
  background-repeat: no-repeat;
  /*height:175px;*/
}

table#content td.right-column{
  vertical-align: top;
  width: 23%;
  background-color: #003956;
  color: #809cab;
}

ul.partners-list{
  padding: 30px 25px 0px 35px;
  margin: 0px;
  list-style-type: none;
}

ul.partners-list span,
ul.partners-list a:link,
ul.partners-list a:visited {
  color: rgb(128,156,171);
}

ul.partners-list li{
  padding:0px 0px 35px 0px;
}

ul.partners-list img{
  display: block;
  margin: 0px auto;
  padding: 0px 0px 16px 0px;
}

div.news-goods{
  padding: 15px 0px 0px 15px;
}

div.news-goods div.header{
  height: 30px;
  border-bottom: 2px solid #98243e;
}


div.news-goods div.header h2,
div.news-goods div.header .block-title {
  float: left;
  background-image: url(../files/cartrec/Image/h-bg-red.gif);
  background-position: left top;
  background-repeat: repeat-x;
  padding: 7px 5px 3px 5px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0px;
}
div.news-goods div.header .block-title {
  font-size: 140%;
}

ul.news-goods{
  padding:0px;
  margin: 0px;
  list-style-type: none;
}

ul.news-goods li.item{
  width: 35%;
  float: left;
  padding: 20px 10% 20px 4%;
}

ul.news-goods img{
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
  display: block;
}

ul.news-goods span.price{
  display: block;
  padding: 5px 13px 0px 13px;
  float: right;
  height: 23px;
  color: #ffffff;
    background-image: url(../files/cartrec/Image/h-bg-blue.gif);
  background-position: left top;
  background-repeat: repeat-x;
  text-align: center;
}

ul.news-goods span.price-value{
  font-size: 140%;
  font-weight: bold;
}


ul.news-goods div.title{

}


ul.news-goods span.title,
ul.news-goods a.title:link,
ul.news-goods a.title:visited{
  display: block;
  clear: both;
  padding: 7px 10px 10px 12px;
  color: #ffffff;
  font-weight: bold;
  background-image: url(../files/cartrec/Image/h-bg-red.gif);
  background-position: left top;
  background-repeat: repeat-x;
  background-color:#98243e;
}

ul.news-goods span.description {
  display: block;
  background-image: url(../files/cartrec/Image/news-goods-corner.gif);
  background-position: 13px top;
  background-repeat: no-repeat;
  padding: 12px 0px 0px 0px;

}

div.news {
  clear: both;
  border-top: 1px dotted #b5b5b5;
  padding: 35px 0px 0px 0px;
  margin: 0px 0px 0px 15px;
}

div.news  div.header,
div.about  div.header{
  border-bottom: 1px solid #b5b5b5;
  height: 28px;
}

div.news div.header h2,
div.news div.header .block-title,
div.about div.header h2 {
  float: left;
  background-image: url(../files/cartrec/Image/h-bg-blue.gif);
  background-position: left top;
  background-repeat: repeat-x;
  padding: 6px 5px 4px 5px;
  height:19px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0px;
}
div.news div.header .block-title {
  font-size: 140%;
}

div.about div.header a.more-link:link,
div.about div.header a.more-link:visited,
div.news div.header a.more-link:link,
div.news div.header a.more-link:visited{
  display: block;
  float: left;
  padding: 8px 20px 0px 10px;
  background-image: url(../files/cartrec/Image/red-arrow.gif);
  background-position: 84px 13px;
  background-repeat: no-repeat;
}

ul.news-list{
  padding: 20px 0px 0px 0px;
  margin: 0px;
  list-style-type: none;
}

body#index ul.news-list li{
  width: 37%;
  float:left;
  padding: 0px 11% 20px 0px;
}


body#inner ul.news-list li{
  padding: 0px 0px 20px 0px;
}

body#inner h3.date{
  padding: 0px 0px 10px 0px;
margin: 0px 0px 0px 0px;
}
 
ul.news-list span.link,
ul.news-list a.link:link,
ul.news-list a.link:visited{
  display: block;
  font-weight: bold;
  color: #922039;
  padding: 0px 0px 10px 0px;
}

ul.news-list p{
  padding: 0px;
  margin: 0px;
}

div.about{
  clear: both;
    padding: 30px 0px 30px 0px;
  margin: 0px 0px 0px 15px;
}

div.about span.text{
  display: block;
  padding: 20px 0px 0px 0px;
}

div.about table.text{
  width: 100%;
}

div.about table.text td.left{
  width: 48%;
  padding: 0px 11% 20px 0px;
  vertical-align: top;
}

div.about table.text td.right{
  padding: 0px 11% 20px 0px;
  vertical-align: top;
}


table#footer{
  width: 100%;
  border-top: 2px solid #ffffff;
  background-image: url(../files/cartrec/Image/footer-bg.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  color:#8ca9b8;
}

table#footer td.left-column{
 width: 23%;
 vertical-align: top;
 padding: 49px 0px 0px 0px;
 border-right: 1px dotted #8ca9b8;
}

table#footer td.left-column p,
table#footer td.right-column p{
  padding: 0px;
  margin: 0px;
}

table#footer span.copyright{
  display: block;
  padding:0px 0px 0px 30px;
   height: 70px;
}

table#footer td.right-column{
  vertical-align: top;
  width: 23%;
  border-left: 1px dotted #8ca9b8;
}

table#footer span.speedsite{
  display: block;
  padding:49px 0px 0px 30px;
}


table#footer td.right-column a:link,
table#footer td.right-column a:visited,
table#footer td.left-column a:link,
table#footer td.left-column a:visited{
  color:#8ca9b8;
}

table#footer td.left-column a:hover,
table#footer td.right-column a:hover{
  color:#ffffff;
}


table#footer td.center-column{
 vertical-align: top;
}


table#footer ul#footer-menu{
  padding: 49px 0px 0px 18px;
  margin:0px 0px 0px 0px;
  list-style-type: none;
}


table#footer ul#footer-menu li{
  float:left;
  padding: 0px 12px 0px 12px;
  height: 12px;
  line-height: 12px;
}

table#footer ul#footer-menu li.border{
  border-left: 1px solid #ffffff;
}

table#footer ul#footer-menu a:link,
table#footer ul#footer-menu a:visited{
  color: #ffffff;
}

table#footer ul#footer-menu a:hover{
  color:#8ca9b8;
}


div.catalog-scroller{
  padding: 0px 0px 20px 0px;
}

table#catalog-table{
  width: 100%;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  margin: 0px 0px 20px 0px;
}
table#catalog-table td{
  padding: 3px;
  border-bottom: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
}
table#catalog-table tr.title td {
  text-align: center;
}

td.center{
  text-align: center;
}

.presence {
  display: inline-block;
  color: #fff;
  background: #922039;
  font-size: 125%;
  font-weight: bold;
  padding: 0 0.4em;
}

a.bin-link:link,
a.bin-link:visited{
  float: right;
   color:#922039;
  font-weight: bold;
  padding: 0px 20px 0px 0px;
}

table#attr-table {
  width: 100%;
}

table#attr-table td {
  vertical-align: top;
}

table#attr-table td.image{
  padding: 0px 0px 0px 15px;
}

table#attr-table ul{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

table#attr-table ul li{

}

table#attr-table ul span.title{
  font-weight: bold;
}
	

ul#photo-list{
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

ul#photo-list li {
  float: left;
  padding: 0px 10px 10px 0px;
}

ul#photo-list img{
  border: 0px;
}

table#demand-goods{
  width: 100%;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  margin: 0px 0px 20px 0px;
}

table#demand-goods td.cell,
table#demand-goods td#result-summ{
  padding: 3px;
  border-bottom: 1px solid #b5b5b5;
  border-right: 1px solid #b5b5b5;
}

table#demand-contacts {

}

table#demand-contacts td{
 padding: 0px 0px 3px 0px;
}

table#demand-contacts td.title{
  padding: 0px 15px 0px 0px;
}

table#demand-contacts td.code {
  text-align: right;
}

table.message-content {
  margin: 20px 0px 0px 0px;
}

table.message-content td {

}

table.message-content td.message-author-area input,
table.message-content tr#message-email-area input,
textarea.message-content {
  width: 300px;
}

input.message-code{
  width: 43px;
margin: 0px 5px 0px 0px;
}

ol#message-list{
  margin: 0px;
padding: 20px 0px 0px 20px;
}

ol#message-list li{
   padding: 0px 0px 15px 0px;
}

ol#message-list div.message-head{
  font-weight: bold;
}

ol#message-list span.message-author{
   color:#922039;
}

div.message-answer{
   color:#922039;
  padding: 5px 0px 0px 0px;
}

div.message-answer p{
 padding: 0px;
  margin: 0px;
}

table.login-tbl{
 width:203px;
}

table.login-tbl td.login-tbl-name{
 width:45px;
 padding:5px 5px 7px 0px;
 text-align:right;
 vertical-align:top;
 color: #ffffff;

}

table.login-tbl td.login-tbl-input{
 width:123px;
 padding:0px 7px 7px 0px;
 vertical-align:top;

}

table.login-tbl td.login-tbl-input input{
 width:123px;
}

table.login-tbl a:link,
table.login-tbl a:visited{
  color: #d3a6b0;
}


table.login-tbl td.login-tbl-ok{
 padding:0px 0px 7px 0px;
 vertical-align:top;

}


table.login-tbl td.login-tbl-ok a:link,
table.login-tbl td.login-tbl-ok a:visited{
  display: block;
  width: 22px;
}

table.login-tbl input.login-tbl-button{
  width: 22px;
  height: 22px;
  border: 0px;
 /* background-image: url(../files/cartrec/Image/login-ok.gif);
  background-position: left top;
  background-repeat: no-repeat; */
  background-image: url(../files/cartrec/Image/login-ok.gif);
  background-position: left top;
  background-repeat: no-repeat;
}

span.error{
 display: block;
 color: #ffffff;
 padding:0px 0px 7px 0px;
 font-weight: bold;
}

ul.no-style-list{
 padding: 5px 0px 0px 0px;
 margin:0px;
 list-style-type: none;
 color: #ffffff;
}

div.login-head{
 color: #ffffff;
}

ul.no-style-list a:link,
ul.no-style-list a:visited{
 color: #ffffff;
}


ul.no-style-list a:hover{
 color: #ffffff;
 text-decoration:none;
}

div.bin-block{
  padding: 0 15px;
  display: inline-block;
  //display: inline;
  //zoom: 1;
  background: #922039 url(../files/cartrec/Image/h-bg-red.gif) left top repeat-x;
  height: 30px;
  line-height: 30px;
  color:#ffffff;
  font-weight: bold;
}
div.bin-block input {
  vertical-align: middle;
  margin: 0 5px 1px 0;
  //width: 14px;
  display: inline-block;
}

div.bin-block label {
  margin: 0 20px 0 0;
  padding: 0;
  vertical-align: baseline;
  display: inline-block;
}

div.bin-block a:link,
div.bin-block a:visited{
  color: #ffffff;
  vertical-align: baseline;
  font-weight: normal;
  display: inline-block;
}



table.t-c{
} 

div.cont-t{
}
td.r-t{
 background-color: #af3450;
}

span.txt{
  display: block;
  padding: 0px 20px;
  clear: both;
}

ul.content-field {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.content-field li {
  margin: 0 0 15px 0;
}
ul.content-field span.item {
  display: inline-block;
  width: 350px;
  vertical-align: bottom;
}
ul.content-field span.example {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0 3px 0;
  color: #666;
  width: 270px;
}
ul.content-field input.formitem {
  width: 320px;
}

ul.content-field input.radio {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
ul.content-field label {
  vertical-align: middle;
  margin: 0 10px 0 0;
}
ul.content-field #Pass input {
  width: 130px;
}
input.submit {
  margin: 10px 0 0 0;
}
.req,
.error {
  color: #f00;
}

#demand #left,
#demand #right {
  display: inline-block;
  vertical-align: top;
  //display: inline;
  //zoom: 1;
  width: 47.9%;
  padding: 0 2% 0 0;
}
#demand #left ul {
  margin: 0;
  padding: 3px 0 0 0;
  list-style: none;
  font-size: 12px;
}
#demand #left li {
  margin: 0 0 5px 0;
}
#demand #left .title {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
}
#demand #left input {
  vertical-align: middle;
}
#demand #send-button {
  margin: 0 0 0 112px;
}

#demand #RememberMe {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#demand #right label {
  vertical-align: middle;
}

#yaShare{
  margin: 10px 0;
  clear: both;
}
#vkButton{
  margin: 10px 0;
}

