a img{
    border-style: none;
}

.menu-column{
    width: 190px;
    float: left;
}
#related-products{
    margin-top: 5px;
}


.text-section-title{    
    font-size: 13px;
    /*color: #ae252b;*/
    color: #336699;
    font-weight: bold;
    margin-top: 15px;
}

.text p{    
    margin-top: 20px;
}

.sub-list-item{
    margin-left: 20px;
}

.label{
    text-align: left;
    font-size: 11px;
}
.check{
    width: 10px;
}

.comparison-table .check{
    height: 24px;    
    margin-left: 20px;
}


/*================ [ IE 6 ]=================*/
* html .comparison-table .check {
    FILTER: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/check.png', sizingMethod='default');
}
/*================ [ Firefox ]==============*/
html>body .comparison-table .check{
    background-image: url(/images/check.png) ;
    background-repeat: no-repeat;
}


.comparison-table td{
    font-size: 11px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.tableheader td{
    font-size: 15px;
    height: 14px;
    padding-bottom: 0px;
    border-bottom: 1px #aaa solid;
}
.even{
    background-color: #f3f3f3;
}
