.products{
    padding: 30px 0 30px 0 !important;
}

.products .col1{
    float: left !important;
    padding: 0 !important;
    background: none !important;
    width: 450px !important;
}

.products .col1 a:link{
    color: #00CCFF;
}

.products .col1 a:visited{
    color: #00CCFF;
}

.products .col1 a:hover{
    color: #00CCFF;
    text-decoration: underline;
}

.products .col1 a:active{
    color: #00CCFF;
    text-decoration: underline;
}

.products .product{
	margin: 0 0 40px 0;
}

.products .product img{
	margin: 0 0 20px 0;
}

.products .col2{
    float: left !important;
    margin: 0 0 0 50px;
    padding: 0 !important;
    background: none !important;
    width: 200px!important;
}