
/* stylesheet for the template specialoffer */
/* стилевой файл для шаблона special offer */
.spec {
    border: 5px solid #eeeeee;
    width: 720px;
    background-color: #fff;
    float:left;
}

.spec .ttl {
    height: 25px;
    background-color: #a2052c;
    width: 100%;
    background-image: url(/resources/images/layout/spec-ico-1.jpg);
    background-position: right;
    background-repeat: no-repeat;
}

.spec .wrp {
    width: 100%;
    clear: both;
    font-size: 1px;
}

.spec .ttl span {
    display: block;
    float:left;
    height: 20px;
    width: 300px;
    padding-top: 5px;
    margin-left: 10px;
    background-image: url(/resources/images/layout/spec-ico.jpg);
    background-repeat: no-repeat;
    background-position: left;
    
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: verdana;
    color: #fff;
       
}

.spec .content {
    width: 713px;
    float:left;
    padding-left: 7px;
    padding-top: 3px;
}

.spec .content iframe {
    width: 713px;
    height: 170px;
    padding: 0px;
    border: 0px;
}

.spec .content .item {
    float:left;
    padding: 5px;
    background-color: #eeeeee;
    margin: 3px 5px 5px 0px;
    width: 127px;
}

.spec .content .item img {
    border: 0px;
    width: 127px;
    height: 76px;
    background-position: center center;
}

.spec .content .item div {
    float:left;
    font-size: 11px;
    color: #2e3758;
    padding: 2px 0px 0px 2px;
    
}

.spec .content .item div strong {
    color: #a2052c;
    font-weight: normal;
}

.spec .content .item div span {
    font-weight: bold;
}
/* стилевой файл для шаблона special offer */
/* stylesheet for the template default */
/* стилевой файл для шаблона */
/* stylesheet for the template item */
.txt img {
    border: 3px solid #f2f2f2;
}

.txt  a,
.txt  a:visited {
    color: #a4a4a4;
}