body {
  background: url("../images/background.png") repeat-x top;
  background-color: #fefcf8;
  color: black;
  font-family: "Verdana"; }

h1 {
  color: #bb0303;
  font-size: 20px;
  font-weight: normal;
  margin: 8px 0; }

h2 {
  color: #0085bd;
  font-size: 17px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 20px 0 10px; }

h3 {
  color: #0085bd;
  font-size: 15px;
  font-weight: normal;
  margin: 10px 0; }

p {
  margin: 14px 0; }

a {
  color: #0085bd; }
  a:hover {
    color: #0097d6; }

.clearfix {
  clear: both; }

input {
  background-color: white;
  padding: 6px 6px 5px 10px;
  border: 1px solid #c5c5c5;
  color: #494848;
  font-family: "Verdana";
  font-size: 11px; }

input::-webkit-input-placeholder {
  color: #494848;
  font-family: "Verdana";
  font-size: 11px; }

input:-moz-placeholder {
  color: #494848;
  font-family: "Verdana";
  font-size: 11px; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

.wrapper {
  margin: 0 auto;
  width: 1023px; }

#header {
  height: 116px;
  position: relative; }

.logo {
  display: block;
  background: url("../images/logo.png") no-repeat;
  height: 95px;
  width: 147px;
  position: absolute;
  left: 0;
  top: 6px; }

.stamp {
  background: url("../images/stamp.png") no-repeat;
  height: 97px;
  width: 97px;
  position: absolute;
  top: 4px;
  left: 611px; }

.slogan {
  position: absolute;
  left: 155px;
  top: 51px;
  color: #61615e;
  font-size: 14px;
  font-style: italic; }

.sub-menu {
  position: absolute;
  left: 167px;
  top: 81px; }
  .sub-menu li {
    float: left;
    background: url("../images/point.png") no-repeat 0 6px;
    padding: 0 15px 0 27px; }
  .sub-menu .first {
    background: none; }

.phone-block {
  position: absolute;
  right: 0;
  top: 44px;
  color: #0085bd;
  font-size: 12px;
  text-align: right; }
  .phone-block .phone {
    display: block;
    margin-top: 2px;
    font-size: 22px;
    font-weight: bold; }

#navigation {
  height: 38px;
  line-height: 38px;
  border: 1px solid #bdcddb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #02aae0;
  background: -moz-linear-gradient(top, #02aae0 0%, #4ac4ee 50%, #9ae0fd 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #02aae0), color-stop(50%, #4ac4ee), color-stop(100%, #9ae0fd));
  background: -webkit-linear-gradient(top, #02aae0 0%, #4ac4ee 50%, #9ae0fd 100%);
  background: -o-linear-gradient(top, #02aae0 0%, #4ac4ee 50%, #9ae0fd 100%);
  background: -ms-linear-gradient(top, #02aae0 0%, #4ac4ee 50%, #9ae0fd 100%);
  background: linear-gradient(to bottom, #02aae0 0%, #4ac4ee 50%, #9ae0fd 100%); }
  #navigation ul {
    height: 36px;
    padding-left: 77px;
    border: 1px solid white;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  #navigation li {
    float: left;
    margin: 0 11px; }
  #navigation a {
    color: white;
    font-size: 17px;
    text-transform: uppercase;
    text-decoration: none; }
  #navigation a:hover {
    text-decoration: underline; }
  #navigation .separator {
    background: url("../images/separator.png") no-repeat;
    height: 25px;
    width: 2px;
    margin-top: 7px; }
  #navigation .last a {
    color: #fb0421;
    font-weight: bold; }

#banner-block {
  margin-top: 28px;
  padding: 4px 0 3px 0;
  border: 1px dashed #00aeef;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #e3e3e3 50%, #f7f7f7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(50%, #e3e3e3), color-stop(100%, #f7f7f7));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #e3e3e3 50%, #f7f7f7 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #e3e3e3 50%, #f7f7f7 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #e3e3e3 50%, #f7f7f7 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #e3e3e3 50%, #f7f7f7 100%); }
  #banner-block .banner {
    float: left;
    background: url("../images/banner.png") no-repeat;
    height: 289px;
    width: 587px;
    position: relative;
    margin-left: 21px; }
    #banner-block .banner span, #banner-block .banner a {
      display: block;
      position: absolute;
      color: white;
      font-size: 28px; }
    #banner-block .banner .discount {
      background: url("../images/discount.png") no-repeat;
      height: 41px;
      width: 231px;
      top: 32px;
      left: 11px;
      padding: 12px 0 0 40px;
      text-transform: uppercase; }
    #banner-block .banner .on-culers {
      background: url("../images/on-culers.png") no-repeat;
      height: 41px;
      width: 218px;
      top: 112px;
      left: 32px;
      padding: 13px 0 0 52px; }
    #banner-block .banner .more {
      background: url("../images/about-discount.png") no-repeat;
      height: 27px;
      width: 141px;
      top: 200px;
      left: 61px;
      padding: 10px 0 0 37px;
      font-size: 19px;
      text-decoration: none;
      opacity: 1; }
    #banner-block .banner .more:hover {
      opacity: 0.9;
      text-decoration: underline; }

.order {
  float: left;
  width: 352px;
  margin: 1px 0 0 43px; }
  .order .order-block {
    background: url("../images/order.png") no-repeat;
    height: 165px;
    padding: 11px 30px 5px 43px; }
  .order .title {
    color: #0085bd;
    font-size: 17px;
    text-align: center; }
  .order input {
    display: block;
    height: 14px;
    width: 215px;
    margin: 12px 0 14px 0;
    padding-left: 41px; }
  .order #name {
    background: url("../images/name.png") no-repeat 10px 2px white; }
  .order #phone {
    background: url("../images/phone.png") no-repeat 3px 3px white; }
  .order #order-form {
    position: relative; }
    .order #order-form p {
      margin: 0; }
  .order .order-button:hover {
    text-decoration: underline; }

.order-button {
  padding: 10px 0;
  position: relative;
  width: 263px;
  cursor: pointer;
  border: 1px solid #a69c99;
  color: white;
  font-size: 15px;
  text-transform: uppercase;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  background: #c12502;
  background: -moz-linear-gradient(top, #c12502 0%, #d62a02 50%, #eb2f03 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c12502), color-stop(50%, #d62a02), color-stop(100%, #eb2f03));
  background: -webkit-linear-gradient(top, #c12502 0%, #d62a02 50%, #eb2f03 100%);
  background: -o-linear-gradient(top, #c12502 0%, #d62a02 50%, #eb2f03 100%);
  background: -ms-linear-gradient(top, #c12502 0%, #d62a02 50%, #eb2f03 100%);
  background: linear-gradient(to bottom, #c12502 0%, #d62a02 50%, #eb2f03 100%); }
  .order-button span {
    display: block;
    background: url("../images/button-arrow.png") no-repeat;
    position: absolute;
    height: 29px;
    width: 28px;
    top: 5px;
    left: 17px;
    width: 28px; }

.timer-block {
  margin-top: 8px; }

.time-title {
  color: #0085bd;
  font-size: 15px;
  text-align: center; }

.timer {
  background: url("../images/timer.png") no-repeat;
  height: 40px;
  width: 323px;
  margin: 16px 0 0 14px;
  padding-top: 7px; }

#t1, #t2, #t3, #t4, #t5, #t6, #t7, #t8, #t9, #t10 {
  float: left;
  height: 33px;
  overflow: hidden;
  width: 29px; }

#t2 {
  margin-left: 2px; }

#t4 {
  margin-left: 2px; }

#t5 {
  margin-left: 27px; }

#t3 {
  margin-left: 27px; }

#t6 {
  margin-left: 2px; }

#t7 {
  margin-left: 26px; }

#t8 {
  margin-left: 2px; }

#day {
  font-size: 12px;
  font-weight: bold;
  float: left;
  color: #f00303;
  text-align: center;
  width: 63px;
  padding-top: 8px; }

#hour {
  font-size: 12px;
  font-weight: bold;
  float: left;
  color: #f00303;
  margin-left: 22px;
  text-align: center;
  width: 63px;
  padding-top: 8px; }

#minute {
  font-size: 12px;
  font-weight: bold;
  float: left;
  color: #f00303;
  margin-left: 24px;
  text-align: center;
  width: 63px;
  padding-top: 8px; }

#second {
  font-size: 12px;
  font-weight: bold;
  float: left;
  color: #f00303;
  margin-left: 23px;
  text-align: center;
  width: 63px;
  padding-top: 8px; }

.popular {
  margin-top: 21px;
  padding-bottom: 30px;
  border: 1px solid #b3b3b0;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  -moz-boz-shadow: 0 0 4px #575757;
  -webkit-box-shadow: 0 0 4px #575757;
  -o-box-shadow: 0 0 4px #575757;
  box-shadow: 0 0 4px #575757;
  background: #6bc1da;
  background: -moz-linear-gradient(top, #6bc1da 0%, #a5d4e8 50%, #c4dfef 77%, #d2deec 96%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6bc1da), color-stop(50%, #a5d4e8), color-stop(77%, #c4dfef), color-stop(96%, #d2deec));
  background: -webkit-linear-gradient(top, #6bc1da 0%, #a5d4e8 50%, #c4dfef 77%, #d2deec 96%);
  background: -o-linear-gradient(top, #6bc1da 0%, #a5d4e8 50%, #c4dfef 77%, #d2deec 96%);
  background: -ms-linear-gradient(top, #6bc1da 0%, #a5d4e8 50%, #c4dfef 77%, #d2deec 96%);
  background: linear-gradient(to bottom, #6bc1da 0%, #a5d4e8 50%, #c4dfef 77%, #d2deec 96%); }
  .popular .title {
    margin-top: 4px;
    color: white;
    font-weight: bold;
    font-size: 19px;
    text-shadow: -1px -1px 1px #575757;
    text-align: center;
    text-transform: uppercase; }
  .popular .column {
    float: left;
    width: 294px;
    margin-left: 30px;
    padding-right: 20px; }
  .popular .column.first {
    margin-left: 0; }
  .popular .column.last {
    margin-left: 30px; }
  .popular .items {
    padding-left: 22px; }
  .popular .item {
    position: relative;
    margin-top: 35px; }
  .popular .item-pic {
    position: absolute;
    width: 60px;
    top: 4px; }
  .popular .item-info {
    margin-left: 70px;
    color: #61615e;
    font-size: 12px; }
  .popular .link {
    line-height: 16px;
    color: #545353;
    font-family: "Arial";
    font-size: 13px;
    font-weight: bold; }
  .popular .link:hover {
    color: #6c6c6c; }
  .popular p {
    line-height: 15px;
    margin: 10px 0 0 0; }
  .popular .item.top {
    margin-top: 9px; }
  .popular .separator {
    background: url("../images/popular-separator.png") no-repeat;
    float: left;
    height: 312px;
    width: 1px;
    margin-top: 126px; }
  .popular .middle {
    margin-right: 10px;
    width: 281px; }
    .popular .middle .item-pic {
      width: 52px; }

.price {
  display: block;
  padding: 2px 0 0 60px;
  color: #e01c23;
  font-size: 16px;
  font-weight: bold; }
  .price i {
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    vertical-align: super; }

.buy {
  display: block;
  width: 99px;
  margin: 11px 0 0 54px;
  padding: 6px 0;
  border: 1px solid #6ca4b6;
  color: white;
  font-size: 12.5px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #c02502;
  background: -moz-linear-gradient(top, #c02502 0%, #d32902 50%, #eb2e03 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c02502), color-stop(50%, #d32902), color-stop(99%, #eb2e03));
  background: -webkit-linear-gradient(top, #c02502 0%, #d32902 50%, #eb2e03 99%);
  background: -o-linear-gradient(top, #c02502 0%, #d32902 50%, #eb2e03 99%);
  background: -ms-linear-gradient(top, #c02502 0%, #d32902 50%, #eb2e03 99%);
  background: linear-gradient(to bottom, #c02502 0%, #d32902 50%, #eb2e03 99%); }

.buy:hover {
  color: white;
  text-decoration: underline; }

.reviews {
  width: 985px;
  margin-top: 25px;
  padding: 9px 19px;
  border: 1px solid #b3b3b0;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  -moz-boz-shadow: 0 0 4px #575757;
  -webkit-box-shadow: 0 0 4px #575757;
  -o-box-shadow: 0 0 4px #575757;
  box-shadow: 0 0 4px #575757;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #e1e1e1 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(50%, #f0f0f0), color-stop(99%, #e1e1e1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #e1e1e1 99%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #e1e1e1 99%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #e1e1e1 99%); }
  .reviews .title {
    color: #0085bd;
    font-size: 20px; }
  .reviews .name {
    background: url("../images/review.png") no-repeat;
    height: 55px;
    line-height: 40px;
    width: 284px;
    color: #020202;
    text-align: center; }
  .reviews .review-block {
    margin-top: 12px; }
  .reviews .review {
    float: left;
    width: 286px;
    line-height: 17px;
    padding: 0 28px 0 33px;
    border-right: 1px solid #afafaf;
    font-size: 14px;
    color: #61615e; }
  .reviews .first {
    padding: 0 28px 0 0; }
  .reviews .last {
    border: none;
    padding: 0 0 0 33px; }
  .reviews p {
    margin: 10px 0; }

.why-we {
  width: 985px;
  margin-top: 29px;
  padding: 4px 19px 14px 19px;
  line-height: 25px;
  border: 2px dashed #00aeef;
  font-size: 17px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px; }
  .why-we .title {
    text-transform: uppercase;
    color: #0085bd;
    font-size: 17px; }
  .why-we li {
    background: url(../images/list.png) no-repeat 0 7px;
    padding-left: 64px;
    margin-top: 20px; }
  .why-we .first {
    margin-top: 13px; }

.about-work {
  margin-top: 31px; }
  .about-work .title {
    padding-left: 19px;
    text-transform: uppercase;
    color: #0085bd;
    font-size: 17px; }
  .about-work .work-area {
    background: #f9f9f9;
    height: 148px;
    margin-top: 7px;
    position: relative;
    border-bottom: 8px solid #cccccc; }
    .about-work .work-area span {
      display: block;
      position: absolute; }
  .about-work .order-man {
    background: url("../images/order-man.png") no-repeat;
    height: 141px;
    width: 91px;
    left: 87px;
    top: 3px; }
  .about-work .arrow {
    background: url("../images/arrow.png") no-repeat;
    height: 53px;
    width: 77px;
    left: 267px;
    top: 54px; }
  .about-work .car {
    background: url("../images/car.png") no-repeat;
    height: 147px;
    width: 202px;
    left: 402px;
    top: 6px; }
  .about-work .arrow.second {
    left: 660px; }
  .about-work .man-kuler {
    background: url("../images/man-kuler.png") no-repeat;
    height: 128px;
    width: 101px;
    right: 87px;
    top: 16px; }
  .about-work .advantages {
    margin-top: 4px; }
  .about-work .advantage {
    float: left;
    width: 230px;
    line-height: 25px;
    margin-left: 156px; }
  .about-work .advantage.first {
    margin-left: 11px; }
  .about-work .advantage.last {
    margin-left: 147px; }
  .about-work .number {
    position: absolute; }
  .about-work .text {
    margin-left: 57px;
    padding-top: 5px; }

.content {
  margin-top: 33px;
  line-height: 17px;
  font-size: 14px;
  color: #281b08; }
  .content h2 {
    padding-left: 19px; }

#foot {
  background: url("../images/footer.png") repeat-x;
  height: 141px;
  color: white; }
  #foot .wrapper {
    position: relative; }
  #foot .copyright {
    position: absolute;
    top: 31px;
    line-height: 17px;
    font-size: 13px; }
    #foot .copyright span {
      display: block;
      padding-left: 18px; }
  #foot .separator {
    background: url("../images/foot-separator.png") no-repeat;
    height: 106px;
    width: 2px;
    position: absolute;
    left: 290px;
    top: 14px; }
  #foot .address {
    position: absolute;
    left: 401px;
    top: 26px;
    line-height: 30px;
    font-size: 12px; }
  #foot .separator.second {
    left: 821px; }
  #foot .corners {
    position: absolute;
    top: 33px;
    right: 1px; }

.secondary {
  background: url("../images/background2.png") repeat-x top; }
  .secondary article {
    padding-bottom: 70px; }

.breadcrumbs {
  color: #61615e;
  font-size: 12px; }
  .breadcrumbs li {
    float: left;
    padding: 0 2px; }
  .breadcrumbs a {
    color: #61615e; }
  .breadcrumbs a:hover {
    color: #7c7c7b; }

.product {
  margin-top: 35px;
  min-height: 450px;
  position: relative; }

.buy.second {
  width: 144px;
  padding: 10px 0;
  margin: 7px 0 0 0;
  border: 1px solid #cfcfcd;
  font-size: 18px; }

.product-pic {
  width: 133px;
  position: absolute;
  left: 16px;
  top: 3px;
  text-align: center; }
  .product-pic .price {
    padding: 28px 0 0 16px; }

.description {
  margin-left: 189px; }

.features {
  margin-top: 18px;
  font-size: 12px; }
  .features .title {
    margin-bottom: 20px; }
  .features p {
    margin: 2px 0; }
  .features strong {
    padding-right: 15px; }

.about-coolers {
  position: relative; }

.about-title {
  position: absolute; }

.choose-cooler {
  width: 174px;
  min-height: 90px;
  margin-top: 10px;
  padding: 5px 6px 0 15px;
  border: 1px solid #cccdcc;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  -moz-boz-shadow: 0 0 3px #cccdcc;
  -webkit-box-shadow: 0 0 3px #cccdcc;
  -o-box-shadow: 0 0 3px #cccdcc;
  box-shadow: 0 0 3px #cccdcc;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #e1e1e1 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(50%, #f0f0f0), color-stop(99%, #e1e1e1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #e1e1e1 99%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #e1e1e1 99%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #e1e1e1 99%); }
  .choose-cooler a {
    display: block;
    padding-top: 15px;
    font-size: 16px; }

.about-text {
  margin-left: 222px; }

.about-text .first {
  margin-top: 5px; }

.filter {
  width: 260px;
  margin: 31px 0 0 168px;
  text-align: center; }
  .filter form {
    margin-top: 16px; }

.filter-title {
  color: #bb0303;
  font-size: 14px; }

.field {
  float: left;
  margin: 6px 0 0 7px; }
  .field label, .field span {
    display: block;
    float: left;
    padding-top: 4px;
    font-size: 12px;
    color: #281b08; }
  .field span {
    margin-left: 7px; }
  .field input {
    display: block;
    float: left;
    width: 48px;
    margin-left: 7px;
    padding: 3px 6px 4px 3px;
    color: #0085bd;
    font-size: 12px;
    font-weight: bold; }
  .field input::-webkit-input-placeholder {
    color: #0085bd;
    font-size: 12px;
    font-weight: bold; }
  .field input:-moz-placeholder {
    color: #0085bd;
    font-size: 12px;
    font-weight: bold; }
  .field input:focus::-webkit-input-placeholder {
    color: transparent; }
  .field input:focus:-moz-placeholder {
    color: transparent; }

.field.first-area {
  margin-left: 0; }

.button {
  display: block;
  float: left;
  height: 21px;
  width: 39px;
  border: 1px solid #b9b9b9;
  margin: 9px 0 0 7px;
  color: #281b08;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #e1e1e1 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(50%, #f0f0f0), color-stop(99%, #e1e1e1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #e1e1e1 99%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #e1e1e1 99%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #e1e1e1 99%); }

.button:hover {
  text-decoration: underline; }

.reset {
  display: block;
  margin-top: 12px;
  color: #61615e;
  font-size: 12px; }

.reset:hover {
  color: #7d7d79; }

.all-products {
  margin-top: 32px; }

.pagenator {
  text-align: center; }
  .pagenator a {
    padding: 0 2px;
    color: #888686;
    font-size: 12px;
    text-decoration: none; }
  .pagenator a:hover {
    color: #9f9e9e; }
  .pagenator .current {
    cursor: default;
    text-decoration: underline; }
  .pagenator .current:hover {
    color: #888686; }

.pagenator.bottom {
  margin-top: 24px; }

.all-block {
  margin-top: 13px;
  padding-top: 10px;
  border-top: 1px solid #00a3d8; }
  .all-block .row {
    padding: 25px 0 24px;
    border-bottom: 2px dashed #a1a1a1; }
  .all-block .item {
    float: left;
    min-height: 255px;
    width: 285px;
    margin-left: 82px;
    position: relative; }
  .all-block .item.first {
    margin-left: 0; }
  .all-block .item.second .item-pic {
    top: 0; }
  .all-block .item.second .more {
    margin-top: 0; }
  .all-block .item.second .price {
    padding-top: 6px; }
  .all-block .item.third {
    margin-left: 84px; }
  .all-block .item-pic {
    position: absolute;
    width: 91px;
    top: 2px; }
    .all-block .item-pic img {
      display: block;
      max-width: 100%;
      float: right; }
  .all-block .about-item {
    margin-left: 97px;
    line-height: 15px;
    color: #61615e;
    font-size: 12px; }
  .all-block .link {
    color: #545353;
    font-family: "Arial";
    font-size: 13px;
    font-weight: bold; }
  .all-block p {
    margin: 6px 0 0; }
  .all-block .more {
    display: block;
    margin-top: 13px;
    color: #545353;
    font-family: "Arial";
    font-style: italic; }
  .all-block .link:hover, .all-block .more:hover {
    color: #666666; }
  .all-block .price {
    padding: 8px 0 0 42px;
    font-size: 18px; }
  .all-block .buy.second {
    margin: 12px 0 0 16px; }

label.error {
  color: red !important;
  display: block;
  font-size: 11px !important;
  position: absolute; }

p.error input {
  background-color: #f9c9c9 !important; }

input.error {
  background-color: #f9c9c9 !important; }

#order-form .first label.error {
  top: 26px; }

#order-form .second label.error {
  top: 67px; }

.window-order {
  display: none;
  width: 440px;
  height: 254px;
  padding: 16px 20px 20px 20px;
  border: 2px solid white;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  -moz-boz-shadow: 0 0 1px #3c3b3a;
  -webkit-box-shadow: 0 0 1px #3c3b3a;
  -o-box-shadow: 0 0 1px #3c3b3a;
  box-shadow: 0 0 1px #3c3b3a;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #e1e1e1 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(50%, #f0f0f0), color-stop(99%, #e1e1e1));
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #e1e1e1 99%);
  background: -o-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #e1e1e1 99%);
  background: -ms-linear-gradient(top, #f7f7f7 0%, #f0f0f0 50%, #e1e1e1 99%); }
  .window-order .order-button {
    width: 307px;
    margin-top: 5px;
    font-size: 18px; }
  .window-order .order-button:hover {
    text-decoration: underline; }
  .window-order form {
    margin: 30px 0 0 61px; }
  .window-order input {
    display: block;
    height: 14px;
    width: 262px;
    margin: 12px 0 14px 0;
    padding-left: 41px; }
  .window-order #order-name {
    background: url("../images/name.png") no-repeat 10px 2px white; }
  .window-order #order-phone {
    background: url("../images/phone.png") no-repeat 3px 3px white; }
  .window-order #order-email {
    background: url("../images/email.png") no-repeat 3px 3px white; }
  .window-order label.error {
    margin-top: -15px; }

.window-order-title {
  color: #bb0303;
  font-size: 20px;
  text-align: center; }

.product-link {
  display: block;
  margin-top: 18px;
  color: #545353;
  font-family: "Arial";
  font-size: 13px;
  font-weight: bold;
  text-align: center; }

.product-link:hover {
  color: #7b7b7b; }

#phone-order {
  height: 200px; }

#phone-name {
  background: url("../images/name.png") no-repeat 10px 2px white; }

#order-tel {
  background: url("../images/phone.png") no-repeat 3px 3px white; }
