    @import url('http://fonts.googleapis.com/css?family=Roboto:100,300,400,700');

    .subtitle{
    font-family: "Roboto", Helvetica, Arial, sans-serif, Verdana;
    font-size:1.2em;
    font-weight:300;
    margin-top:30px;
    }
    
    .shopbytype_icons{
        margin-top:20px;
    }
    .shopbytype_icons li{
        width:65px;
        float:left;
        display:block;
        list-style:none;
        padding: 0px 12px 5px 12px;
        border-right: dotted 1px #666;
        position:relative;
        left:-20px;
    }
    
    .shopbytype_icons a:link, a:active, a:hover, a:visited{
        text-decoration:none;
    }
    
    .shopbytype_icons li:last-of-type{
        border-right:none;
    }
    
    .clearfloat{
        clear:both;
        width:0;
        height:0;
        font-size:1px;
        line-height:0px;
    }
    

    .header_nav_tab{
        float:left;
        width:105px;
        border-right:1px dotted #444;
        margin-top:30px;
    }
    
    .header_nav_tab:nth-of-type(6){
        border-right:none;
    }
    
