/* ==   Вывод товара в два столбика для главной и второстепенных   == */

.tovar {
   width: 100%;
}


.tovar li {
   position: relative;
   width: 50%;
   float: left;
   height: 250px;
   list-style: none;
}





.images {

   overflow: hidden;
   position: relative;
   width: 170px;
   height: 170px;
   float: left;
   padding: 15px 15px 19px 15px;
   border: 1px solid #EEEFF1;

}


.images img {
position: relative; left: -30%;
width: 250px;height: auto;

}



.name {
   width: 49%;
   float: right;
   position: relative;
   padding: 10px 5px;

}


.name a {
   padding: 5px 10px;
   background: #ADC044;
   color: #fff;
   font-weight: 900;
}

.price {
   color: #E14400;
   font-weight: 900;

}

/* ==   Вывод товара полностью   == */



.images_one {

   overflow: hidden;
   position: relative;
   width: 270px;
   height: auto;
   float: left;
   padding: 15px 15px 19px 15px;
   border: 1px solid #EEEFF1;
   margin-top: 12px;

}


.images_one img {
position: relative; 
width: 250px;height: auto;

}


.one_tovar_text  {

   border-bottom: 1px dotted #D2D7E0;
   border-top: 1px dotted #D2D7E0;
   font-size: 12px;
   color: #fff;
   padding: 10px 0px;
}


.one_tovar_name_opis {
   float: left;
   width: 50%;
   border: 1px solid red;
   padding: 15px 15px 19px 15px;
   margin: 10px 5px;
   border: 1px solid #EEEFF1;
   background: #8AAAC2;
   color: #fff;

}



.one_tovar_text span, .one_tovar span {

   background: #8AAAC2;
   color: #fff;
   font-size: 11px;
   padding: 0px 10px 0px 0px;
   padding: 5px;
   font-weight: 900;
}


.one_tovar_name {
   width: 80%;
   color: #E14400;
   font-weight: 300;
   font-size: 22px;
   font-family: Verdana;
   padding: 10px 10px;
}


.another_tovar {

   padding: 15px 10px 19px 10%;


}

.another_tovar li {

   overflow: hidden;
   position: relative;
   width: 170px;
   height: 140px;
   float: left;
   padding: 15px 15px 19px 15px;
   border: 0px solid #EEEFF1;

}


.another_tovar li  img {
position: relative; left: -30%;
width: 80px;height: auto;

}

.another_tovar li a {
   color: #fff;
   line-height: 30px;
   font-weight: 900;
}















