@charset "UTF-8";
.primary_device {
  float: left;
  margin: 0 0 10px 10px;
  /*в ие6 не работают селекторы, пусть тогда будет один цвет для него */ }
  .primary_device .title {
    display: block;
    width: 233px;
    height: 13px;
    margin: 5px 0;
    line-height: 13px;
    color: #fff;
    padding-left: 10px;
    font-size: 12px;
    text-decoration: none;
    background: url("/images/device_name_fon.jpg") repeat-x; }
  .primary_device .inner {
    background: url(/images/block_shad.jpg) repeat-y;
    left: 0px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    margin-left: -4px;
    width: 248px;
    position: relative;
    top: 0px; }
    .primary_device .inner .link_to_category {
      display: block;
      font-size: 11px;
      left: 127px;
      width: 100px;
      position: absolute;
      top: 12px;
      height: 187px; }
      .primary_device .inner .link_to_category li {
        list-style: none none outside;
        padding-left: 15px;
        background: url(/images/list_style.jpg) no-repeat -1px 3px;
        padding-bottom: 4px;
        width: 100px; }
        .primary_device .inner .link_to_category li a {
          color: #666; }
  .primary_device .device_image {
    width: 130px;
    height: 210px;
    overflow: hidden;
    float: left; }
  .primary_device .img_phone {
    float: left;
    margin: 5px 5px 5px 15px;
    border: 0 solid red; }
  .primary_device .img_no_phone {
    margin-left: 20px;
    margin-top: 50px; }
  .primary_device .bestseller_outer {
    clear: both;
    margin-left: 10px; }
    .primary_device .bestseller_outer .caption {
      color: #E99E00;
      margin-left: 10px;
      width: 220px; }
  .primary_device .bestseller {
    padding: 10px;
    margin-right: 10px;
    position: relative;
    top: 0;
    left: 0;
    height: 150px;
    width: 208px;
    overflow: hidden; }
    .primary_device .bestseller .description {
      line-height: 13px;
      overflow: hidden; }
      .primary_device .bestseller .description a {
        color: #666; }
      .primary_device .bestseller .description a img {
        vertical-align: middle; }
    .primary_device .bestseller .buttons {
      position: absolute;
      left: 15px;
      height: 17px;
      margin-top: 8px; }
  .primary_device .icon {
    padding-right: 5px;
    float: left; }
  .primary_device .bestseller {
    background: url("/images/shadow.gif") repeat-y scroll 100% 100% #ffebeb; }
  .primary_device:nth-child(4n+1) .bestseller {
    background-color: #FFEBEB; }
  .primary_device:nth-child(4n+2) .bestseller {
    background-color: #E8E8E8; }
  .primary_device:nth-child(4n+3) .bestseller {
    background-color: #DEF7FF; }
  .primary_device:nth-child(4n+4) .bestseller {
    background-color: #E3F9D9; }

#devices_1st_priority {
  float: none !important; }

#devices_2nd_priority_outer {
  clear: both;
  height: 201px;
  position: relative;
  top: 0;
  left: 0;
  height: 226px;
  width: 1017px;
  float: none !important;
  height: 226px;
  width: 1017px; }
  #devices_2nd_priority_outer .device_list {
    background: url("/images/devices_2nd_priority_outer.jpg") repeat-x scroll 0 100% white;
    height: 226px;
    left: 2px;
    padding-left: 27px;
    position: relative;
    width: 989px; }

.device_list li, #all_devices span {
  margin-top: 25px; }

.price {
  position: absolute;
  top: 20px;
  /*left:101px;*/ }

.buttons a {
  display: block;
  float: left;
  font-size: 12px;
  height: 17px;
  margin-right: 5px;
  text-decoration: none;
  width: 97px;
  color: black;
  text-align: center; }
.buttons .buy {
  background: url("/images/buy.png");
  background-repeat: no-repeat; }
.buttons .download {
  background: url("/images/download.png");
  background-repeat: no-repeat; }
.buttons span {
  padding-top: 0;
  position: relative;
  top: 2px; }
