/***********************************************************
            LEFT
***********************************************************/
#left{
    position: absolute;
    float: none;
    margin: 0;
    display: block;
    top: 150px;
    left: 10px;
    }

.leftnavigation{
    display: block;
    width: 166px;
    }

.leftnavigation a{
    display: block;
    background-color: #9F9F9F;
    color: #fff;
    text-decoration: none;
    width: 145px;
    padding: 2px 8px;
    margin-bottom: 1px;
    border-left: 5px solid #aa1f1e;
    }		
    
.leftnavigation a:hover {
    background-color: #CC6666;
    text-decoration: underline;
    color: #fff;
    }


/***********************************************************
            RIGHT
***********************************************************/
#right{
    float: right;
    clear: right;
    width: 180px;
    display: inline;
    position: static;
    margin: 15px 0 0 20px;
    }

.right_content{
    border-width: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    }


/***********************************************************
            MAIN
***********************************************************/
#main{
    margin: 0;    
    }

.productrow{
    border-bottom: 1px solid #aa1f1e;
    width: 560px;
    padding-bottom: 20px;
    padding-top: 5px;
    margin-bottom: 10px;
    display: block;
    clear: both;
    }

.productrowlinks{
    float: left;
    display: block;
    width: 25%;
    text-align: center;
    }

.productrowlinks img{
    display: block;
    }

.productrowlinks a{
    color: #000;
    text-decoration: underline;
    }
    
.productrowlinks a:hover {
    color: #aa1f1e;
    text-decoration: none;
    }	

#left_current {
    background-color: #CC6666;
    text-decoration: underline;
    color: #fff;
    }	