html {
  height: 100%;
}

body {
  background-color: #000;
  color: #fff;
  font-family: tahoma, sans-serif;
  font-size: 12px;
  margin: 0px;
}

.container {
  width: 960px;
  position: absolute;
  left: 50%;
  margin-left: -488px;

  padding-top: 40px;
  padding-right: 8px;
  padding-left: 8px; /*padding-bottom: 25px;*/
}

img {
  border: 0;
}

a {
  color: #3399ff;
}

a:hover{
    color: #ff0000;
}

.unspace {
  display: block;
  padding: 0;
  margin: 0;
}

/**** ie 6 hack ****/
* html img.transparent {
  background: expression(transparent(this));
}

/* end */

/** header **/
.intro {
  float: right;
  width: 466px;
  font-size: 11px;
}

.title-intro {
  font-size: 12px;
  padding-bottom: 15px;
  text-transform: uppercase;
  margin-top: 5px;
}

/*.intro:after {
    content: '';
    display: block;
    clear: both;
}*/

/* end header */

/** horizontal navigation **/
.horizontal-nav {

}

#navigation {
  display: list-item;
}

ul#navigation {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

li.headlink {
  float: left;
  margin-left: 14px;
  margin-right: 10px;
  text-align: left;
  width: 15%; /*margin-left: 60px;*/
}

/* end navigation */

/* Left navigation*/

.ferrum-sub-navigation ul {

  padding: 0;
  margin: 0;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;

  font-size: 15px;

}

.ferrum-sub-navigation ul li {
  padding-bottom: 10px;
  list-style-type: none;
  padding-right: 20px;
}

/*.ferrum-sub-navigation li {*/
  /*padding-bottom: 5px;*/
/*}*/

/* end navigation */

.select {
  color: #ff0000;
  text-decoration: none;
}

.icons {
  float: right;
  border: 0;
  padding: 5px;

}

.icons a.home div{
    height: 9px;
    width: 11px;
    background-image: url(/images/common/home.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}
.icons a.home:hover div, .icons div.home {
    height: 9px;
    width: 11px;
    background-image: url(/images/common/home-hover.gif);
    background-repeat: no-repeat;
}

.mail div{
    height: 9px;
    width: 13px;
    background-image: url(/images/common/mail.gif);
    background-repeat: no-repeat;
     cursor: pointer;
}
a.mail:hover div{
    height: 9px;
    width: 13px;
    background-image: url(/images/common/mail-hover.gif);
    background-repeat: no-repeat;
}

.path div{
    height: 9px;
    width: 17px;
    background-image: url(/images/common/path.gif);
    background-repeat: no-repeat;
     cursor: pointer;
}
a.path:hover div{
    height: 9px;
    width: 17px;
    background-image: url(/images/common/path-hover.gif);
    background-repeat: no-repeat;
}



.title-all {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.text {
  color: #ccc;
}

.block {
  margin-bottom: 20px;
  line-height: 18px;
}

.block span {
  padding: 0 3px;
}

.block span a {
  padding: 0;
}

.main-logo{
    position: absolute;
    top: 0;
}

.header-img {
/*margin-top: 15px;*/
  margin-bottom: 20px;
  /*border: 1px solid aqua;*/
  /*border-bottom: 2px solid #fe0000;*/
}

.center-column {
  padding-left: 30px;
  padding-right: 30px;

}

.big-center-column {
/*padding-left: 30px;*/
  padding-right: 30px;

}

a.selected {
  text-decoration: none;
  color: #ff0000;
}

a.selected img {
  border-bottom: 1px solid #ff0000;
  padding-bottom: 3px;
}

.line-navigation {
  margin-top: 35px;

}

.top-navigation {
  margin-bottom: 20px;
  font-size: 15px;
}

div.top-navigation ul {
  margin: 0;
  padding: 0;
}

div.top-navigation ul li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}



.page {
  float: right;
}

.send-button {
  float: right;
  font-size: 11px;
  background-color: #ccc;
  border: 1px solid #ccc;

}

.send-button input {
  width: 86px;
}

/**  products-panel **/
.products-info .short-description,
.products-info .title-info-product {
    padding-right: 30px;
}

.products-info {
  position: absolute;
  right: 8px; /*border: 1px solid red;*/
  z-index: 1000;
  color: #000;
  width: 235px;
  height: 320px;
    padding-top: 20px;
    /*padding-right: 30px;*/
    padding-left: 0px;
    padding-bottom: 0px;
    overflow: hidden;  }

.products-info .article p{
	margin-top: 10px;
	margin-bottom: 10px;
}
.products-info .article{
    line-height: 15px;
    line-height: 15px !important;
}

.title-info-product{
    font-size:14px;
font-weight:bold;

text-transform:uppercase;
}

.title-info {
  font-weight: bold;
}

.price-box .price, .price-box .price input {
  color: white;
  font-size: 24px;
  font-family: inherit;
  font-weight: bold;
}

.products-info  .title-all input {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.price-box {
  position: absolute;
  bottom: 20px;
  width: 100%;
}

/* end products*/

/* widgets*/

div.contacts p {
  padding-bottom: 5px;
}

/* end widgets*/

/**** articles style ****/
.article {
  line-height: 18px;
}

h1 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal; /*margin-bottom:20px;*/

}

/*p {*/
/*padding: 0;*/
/*margin: 0;*/
/*}*/

/** end article **/
.on-print {
  border-top: 2px solid #363636;
  margin-top: 30px;
  padding-top: 5px;
  text-align: right;
}

/*** footer ***/
.footer {
  border-top: 1px solid #363636;
  margin-top: 55px;
  margin-bottom: 40px;
}

.footer div {
/*padding-top: 5px;*/
}

.footer td {
  padding-top: 5px; /*border: 1px solid #fdf;*/
}

.footer form{
    padding:0;
    margin:0;
}

.copyright {
  font-weight: bold;
}

.find-form {
  width: 202px;
  height: 13px;
  font-size: 11px;
  border: 1px solid #fff;
}

input.search-submit {
  width: 40px;
  height: 12px;
  font-size: 10px;

}

.mail-ru-banner {
  padding-top: 13px;
}

.studio-logo {
  padding-top: 4px;
}

/** end footer **/

/** Start other things**/
.autocomplete-message {
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #BDE5F8;
  color: black;
  min-width: 300px;
  min-height: 30px;
}

p.message-value {
  padding-left: 10px;
  padding-top: 6px;
}

.autocomplete-field textarea {
  width: 370px;
  height: 62px

}

.autocomplete-field buttom {
  margin-left: 3px;
}
.ac_results li{
  color:black;
}
.ac_even.ac_over {
  color:white;
}
.ac_odd.ac_over {
  color:white;
}

div.input-autocomplete {
  float: left;
}

div.submit-autocomplete {
  float: right;

}

a.opinions-link {
  color: #FFFFFF;
  text-decoration: none;
}

/** end other things   **/

/** Admin part **/

.admin-part {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid white;
  padding: 5px;
  background-color: #444;
}



/** end of admin part **/


/*div{*/
    /*border: 1px dashed lightgreen;*/
/*}*/
