﻿#news
{
    width: 615px;
    color: #594e45;
}

#news h2
{
    color: #594e45;
    font-size: 17px;
    font-weight: bold;
}

#news .newscontent
{
    background-image: url(/sites/corbetts/Images/themes/home/echooooes-paper.gif);
    background-repeat: repeat-y;
    background-position: left top;
    
    padding-left: 50px;
    padding-right: 100px;
}

#news .newscontent a,
#news .newscontent a:link,
#news .newscontent a:visited
{
    color: #b64747;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    
    
}

.topproducts
{
    margin-left: 25px;
    margin-top: 20px;
    width: 550px;
}

.topproducts h1
{
    color: #514338;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
}


.productsweek
{
    margin-left: 25px;
}

.productsweek h1
{
    color: #514338;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0px;
}

.productsweek .image
{
    width: 125px; 
    height: 125px; 
    border: solid 1px #cdc3b7;
    vertical-align: middle;
    text-align: center;
}

.productsweek .content
{
    width: 120px; 
    height: auto; 
    border: solid 1px #cdc3b7;
    vertical-align: middle;
    padding: 15px 10px 15px 10px;
    
}

.productsweek .item
{
    background-color: #fff;
}
.productsweek .item:hover
{
    background-color: #efefef;
}


.productsweek h2,
.productsweek h2 a,
.productsweek h2 a:link,
.productsweek h2 a:visited
{
    color: #c09247;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px;
}


.productsweek .price
{
    color: #ce0a0b;
    font-size: 12px;
}

.productsweek .description
{
    color: #000;
    font-size: 10px;
}

