



.left-column{
    float: left;
    width: 225px;
		
}
.right-column{
    width: 510px;
    float: right;
    margin-left: 0px;
}

td{
    padding: 5px 3px 0px 0px;
}
a img{
    border-style: none;
}
.text-section-title{    
    font-size: 13px;
    /*color: #ae252b;*/
    color: #336699;
    font-weight: bold;
    margin-top: 15px;
    padding-bottom: 10px;
}
.product-title a{
    text-decoration: none;
    color: black;
}
.product-title a:hover{
    color: #AE252B;
}

.product-icon{
    width: 50px;
    float: left;
}
.icon{
    width: 38px;
    height: 40px;
}
.icon-container{
    float: left;
    width: 40px;
}
.product-entry{
    float: left;
    width: 200px;
    padding: 5px 0 5px 0;
}
.product-title{
    font-weight: bold;
    font-size: 11px;
    padding-left: 10px;
}
.product-desc{
    margin-left: 10px;
    font-size: 10px;
}

.sub-title{
    padding-left: 15px;
    border-bottom: 1px #aaa solid;
    color: #555555;
    clear: both;
    margin: 15px 0 10px 0;
}

.last{
    margin-bottom: 0px;
}

#no-apps{
    font-weight: bold;
    color: #555;
    margin-top: 10px;
    padding-bottom: 10px;
}





