.e:first-child {
    float: left;
}
.e {
    float: left;
    display: block;
    width: 315px;
    padding: 14px 7px 2px 7px;
    background: #fff;
    border: solid 1px #c5c4c4;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}
.catalog .line {
    float: left;
    width: 100%;
    padding: 13px 0 0 0;
    min-width: 674px;
}
.area {
    clear: both;
}
.e img {
    float: left;
    display: block;
    width: 95px;
}
.e span {
    float: left;
    display: block;
    padding: 0 0 0 25px;
    width: 190px;
}
.catalog .e .name {
    font-size: 14px;
    padding-bottom: 5px;
}
.e .name {
    text-decoration: underline;
    color: #cf552c;
}
.e i {
    font-style: normal;
    display: block;
}
.e .price {
    color: #525252;
}
.e .price i {
    display: inline;
    font-size: 18px;
    font-weight: bold;
	
}
.e .small-descr {

    clear: both;
    display: block;
    color: #333333;
    line-height: 15px;
    padding: 5px 0 0 0;
    font-size: 13px;
	font-weight: 100;

}
.main-name {

    float: left;
    color: #cf552c;
    text-shadow: 1px 1px #fff;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;

}
.catalog .e .ai {

    padding: 0 0 5px 0;
    text-transform: none;
    text-transform: capitalize;
	font-weight: 100;

}
.e:last-child {

    float: right;

}
.e .add-to-cart {

 background-image: url(buybut.png);
	background-size: auto 200%;
	background-repeat: no-repeat;
	background-position: left top;
}
.e .add-to-cart:hover {
	background-position: left bottom;
}
.e .add-to-cart {

    display: block;
    width: 147px;
    height: 24px;
    /*background: url(../img/s.gif) -1px -219px;*/
        /*background-image: url("../img/s.gif");*/
    margin: 5px 0 2px 0;

}