.gd-col {
        padding-left: 14px;
        padding-right: 14px;
        float: left;
        position: relative;
        width: 100%;
        margin-left: 4%;
    }
    .specSection {
        padding-bottom: 14px
    }
    .sectionTitle {
        border-top: 2px solid #333;
        color: #333;
        padding: 7px 0 10px 0;
        font-family: Museo, Helvetica, arial, san-serif;
        font-weight: bold;
        font-size: 17px
    }
    .specTable {
        width: 100%;
        font-size: 13px;
        margin: 0 0 30px 0;
    }
    table {
        border-collapse: collapse;
        border-spacing: 0;
    }
    .specTable {
        width: 100%;
        font-size: 13px;
        margin: 0 0 30px 0
    }
    .specTable td,
    .specTable th {
        padding: 6px;
        vertical-align: top;
        text-align: left
    }
    .specTable .groupHead {
        background-color: #f2f2f2;
        font-weight: bold;
        text-transform: uppercase
    }
    .specTable .specsKey {
        width: 25%;
        border-bottom: 1px dotted #c9c9c9;
        border-right: 1px solid #c9c9c9
    }
    .specTable .specsValue {
        border-bottom: 1px dotted #c9c9c9;
        border-left: 1px solid #c9c9c9
    }
    .specTable td:only-child {
        border-left: none;
        border-right: 0
    }
    .description .description-text {
        color: #666;
        line-height: 18px;
        font-size: 13px;
        word-spacing: 2px;
    }
    .description{
        width: 90%;
        padding: 15px;
    }
    .productSpecs{
        width: 90%;
    }
    .similar-cat{
        clear:both;
        float: left;
        display: block;
        width: 90%;
        padding:0 4%;
        
    }
    .similar-cat ul{
        margin: 0px; padding: 0px; list-style-type: none;
        border-bottom: 1px solid gray;
        float: left;
        width: 100%;
        
    }
    .similar-cat ul li { margin: 0px; padding: 0px; list-style-type: none; float: left;margin: 0% 3% 3% 0%; background: #F9F9F9; border: 1px solid #ddd; border-radius: 5px; cursor: pointer; }
    .soft-thumb img {width:180px;height: 200px;}
    .similar-cat ul li{
        width:180px;height:250px;overflow: hidden; 
    } 