
.content h1, 
.content h2 {
    text-transform: uppercase;
    font-weight: normal;    
    font-size: 19px;
    margin-bottom: 20px;
}
.content h2 {
    color: #fff;
    background-color: #62A321;
    line-height: 36px;
    height: 36px;
    padding-left: 15px;
}

.content h3 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
}
.content {
    font-family: Font4;
    line-height: 1.9;
}

.content strong {
    font-weight: bold;
}

.content .rubric { 
    width: 100%;
    height: 47px;
    text-align: center;
    font-family: Font2;
    font-size: 28px;
    line-height: 47px;
    margin: 15px 0 10px;    
}

.content .rubric span {color: #62A321; background-color: #FFF; padding: 0px;}
.content .rubric span:first-child { padding-left: 10px;}
.content .rubric span:last-child  { padding-right: 10px;}
.content .cart-remove { 
    background-image: url('../images/trash.png');
    width: 25px; height: 25px;
    margin-top: 5px;
    background-repeat: no-repeat;
    background-position: 5px 6px;
    opacity: 0.7;
}

.content p,
.content ul,
.content ol {    
    margin-bottom: 25px;
}

.content img {
    max-width: 100%;
    height: auto;
}
.content .content-pic.left {
    margin: 10px 25px 10px 0;
}
.content .content-pic.right {
    margin: 10px 0 10px 25px;
}

.content .left {
    float: left
}
.content .right {
    float: right
}
.content .center {
    text-align: center;
    margin: 0 auto;
}
.content .red {
    color: #62A321;
}

.content a.red {
    color: red;
}

.content .full-photo {
    overflow: hidden;
    width: 100%;
    height:350px;
    position: relative;    
    height:350px;
}

.content .full-photo.main {
    background-color: #6DB33F;
}

.content .full-photo.main img {
    width: auto;
}

.content .full-photo img {
    width: 100%;
}
