    td{
        border:none;
    }
    td a{
        
    }
    a:hover{
        text-decoration: none !important;
    }
    .products img{    
    }
    .carrier-img img{
        width:100px !important;
        height:auto;  
        margin-left: auto;
        margin-right: auto;   
    }
    .carrier-img{       
        border-radius: 10px !important;
        padding: 20px 20px 20px 20px;
        height:140px;
        box-shadow: 0 0 5px #888;
    }
    .carrier-img:hover{
        background-color: #FBFBFB;
        box-shadow: inset 0 0 5px 5px #888;
    }
    .carriers img{
        width:100px;
        height:auto;
    }
    .products .product{
        float:left; 
        text-align: center;

    }
    .carriers .carrier{
        float:left;
        margin-right: 30px;
        margin-left:20px;
    }
    .products .product label,.carriers .carrier label{
        width:100%;
        text-align:center;
    }
    .products{ 
    }
    .carriers{
        width:100%;    
    }
    .box{
        padding: 10px;
        border-radius: 10px !important;
        width:120px;
        height:120px;        
    }
    .box:hover{
        box-shadow: 0 0 5px #888;
    }
    .box:active{
        box-shadow: 0 0 5px #888;
    }
    .continue{
        float: left;
        margin-top: 10px;
        margin-bottom: 10px;
        clear: both;
    }
    .capacity{
        padding: 30px 0px 20px 0px;
        height: 110px;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
    }
    .checkout-page a:hover{
        text-decoration: none;
    }
    .img-height-320{
        height:320px !important;
    }
    .product-item:hover {
        box-shadow: none;
    }
    .type{
        width:33%;
        float:left;
        height:60px;
    }
    .typetb{
       width:700px; 
    }
    .typetd{
        padding: 5px;
        width: 305px;
        float:left;
        border-right: 1px solid;
    }
    .typetd a{
        color:#E02222;
        font-weight:bold;
        font-size:18px;
    }
    .typetd p{
        color:black;
        font-weight:normal;
        font-size:13px;
    }
    .typetdhub{
        padding: 5px;
        width: 100%;
        float:left;
    }
    .typetdhub a{
        color:#E02222;
        font-weight:bold;
        font-size:18px;
    }
    .typetdhub p{
        color:black;
        font-weight:normal;
        font-size:13px;
        margin-bottom: 0px;
    }
    .typetd.active:after{
    }
    .type a{
        color:#E84D1C;
        font-size:18px;
        font-weight:bold;
    }
    .type.active{
        
    }
    .type.active:before{
    }
    .scroll{
        overflow-x: auto;
        overflow-y: auto;
    }
    .content{
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    .hubcontent{
        width: 900px;
        float:left;
        height: 200px;
    }
    .model-page h2{
        background: #E0E0E0;
    }
    .model-page h2 a{
        color: #fff;
        padding: 9px 20px 8px !important;
    }
    .product-item:hover{
        box-shadow:none !important;
    }
    .product-item h3{
        text-align:center !important;
        font-weight: bold !important;
    }
    .desc{
        border-bottom: 1px solid white;
    }
    .typecontent .dropdown-toggle{
        padding:10px !important;
    }
    .orange{
        color: #E94D1C !important;
    }
    .typecontent .nav{
        width: 100%;
    }
    .typecontent .dropdown{
        margin-right: 13%;
    }
    .typecontent .dropdown-menu{
        text-align: left;
        color: #E94D1C !important;
    }
    .content{
        color:black;
    }
    .content li{
        display:list-item !important;
    }
    .typedesc{
        font-size:13px;
        text-transform: none;
    }
    .choose{
        color:#E94D1C !important;
        font-weight:bold;
        text-transform: uppercase;
    }
    .price{
        clear: both;
        border: 1px solid #FF3D00;
        text-align:center;
        padding: 10px;
        overflow:hidden;
    }
    .price td{
        padding:10px;
    }
    .paid{
        clear:both;
        font-size: 16px;
        background: #F78F1E;
        border-radius: 5px !important;
        text-decoration: none;
        border: solid 1px #CCC;
        color: #FFF;
        padding: 5px 10px;
        width:160px;
        margin-left: auto;
        margin-right:auto;
        margin-top: 10px;
    }
    .paid:hover{
        cursor: pointer;
    }
    .done{
        float: left !important;
    }
    .customererror{
        color: red;
        float: left;
        margin-top: 5px;
        font-size: 14px;
        font-weight: bold;
        margin-left: 15px;
    }
    .title-active{
        background:#00AC00 !important;
    }