body{
    color: #464646;
    margin: 0px;
    padding: 0px;
    min-width: 960px;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
table, tr, td{
    border: none;
    margin: 0px;
    padding: 0px;
} 
table{
    border-collapse: collapse;
}
img, button{
    border: none;
}
a{
    color: #464646;
    outline: none;
}
a:hover{
    text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6, fieldset, form{
    margin: 0px;
    padding: 0px;
}
.wrap{
    margin: 0 auto;
    width: 960px;
}
/*-------------------------header-------------------------*/
.header{
    background: #efefef;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    height: 90px;
}
.logo{
    float: left;
    width: 158px;
    height: 75px;
    background: url(http://www.cmmracing.com/layout/ebay/zinit_ebay_template/img/ebay.png) no-repeat;
    margin: 8px 0 0 40px;
}
.logo:hover{
    opacity: 0.8
}
.right_head{
    float: right;
}
.right_head div{
    float: left;
    width: 175px;
    text-shadow: 0 1px 0 #fff;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    padding: 30px 0 31px;
    height: 29px;
}
.right_head div.ico1{
    background: #e5e5e5;
}
.right_head div.ico2{
    background: #efefef;
}
.right_head div.ico3{
    background: #f7f7f7
}
.right_head div span{
    display: inline-block;
    text-align: left;
    height: 29px;
}
.right_head div.ico1 span{
    background: url(/layout/ebay/zinit_ebay_template/img/top_icon1.png) no-repeat left center;
    padding-left: 45px;
}
.right_head div.ico2 span{
    background: url(/layout/ebay/zinit_ebay_template/img/top_icon2.png) no-repeat left center;
    padding-left: 42px;
}
.right_head div.ico3 span{
    background: url(/layout/ebay/zinit_ebay_template/img/top_icon3.png) no-repeat left center;
    padding-left: 29px;
}
/*-------------------------content-------------------------*/
.content{
    float: left;
    width: 100%;
}
.prod_preview{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.gallery_prod{
    background: #f1f1f1;
    float: left;
    width: 520px;
    padding: 20px;
    position: relative;
}
.min_slider{
    float: left;
    width: 83px;
    margin: 10px 15px 0 0;
    position: relative;
    overflow: hidden !important;
    height: 309px !important;
}
.min_slider li {
    margin-bottom: 7px;
}
.min_slider a{
    width: 83px;
    height: 60px;
    background: transparent;
    display: block;
    margin-bottom: 7px;
}
.min_slider a:hover, .min_slider a.active_sl{
    opacity: 0.7
}
.min_slider img{
    width: 83px;
}
.sl_nav{
    position: absolute;
    top: 10px;
    left: 20px;
}
.sl_nav a{
    display: block;
    float: left;
    width: 83px;
    height: 10px;
    position: absolute;
    left: 0;
    top: 0
}
.sl_nav a.prev_sl{
    background: url(/layout/ebay/zinit_ebay_template/img/slider_prev.png) no-repeat center center;
}
.sl_nav a.next_sl{
    background: url(/layout/ebay/zinit_ebay_template/img/slider_next.png) no-repeat center center;
    top: 340px;
    left: 0
}
.sl_nav a:hover{
    opacity: 0.7;
}
.slider_preview { 
    float: left;
}
.slider_preview img{
    float: left;
    max-width: 422px !important;
    max-height:349px;
}
.preview_right{
    float: left;
    margin-left: 30px;
    width: 370px;
}
.preview_right h1{
    font-size: 18px;
    font-weight: bold;   
    margin: 25px 0 20px;
}
.preview_right .price{
    color: #ec470f;
    font-size: 24px;
    font-weight: bold;
}
/*-------------------------desc_prod-------------------------*/
.desc_prod{
    float: left;
    width: 100%;
    position: relative;
}
.desc_prod a{
    color: #ec470f;
    text-decoration: none
}
.desc_prod a:hover{
    text-decoration: underline
}
.desc_wrap_lang{
    float: right;
    width: 840px;
    background: #f1f1f1;
    padding: 20px;
    border: 1px solid #d7d7d7;
    margin-bottom: 20px;
}
.tabs_service{
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.tabs{
    float: left;
    width: 620px;
}
.tab_nav{
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #3d4958;
    float: left;
    background: #586577;
    background: -moz-linear-gradient(top,  #586577 0%, #3d4958 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#586577), color-stop(100%,#3d4958));
    background: -webkit-linear-gradient(top,  #586577 0%,#3d4958 100%);
    background: -o-linear-gradient(top,  #586577 0%,#3d4958 100%);
    background: -ms-linear-gradient(top,  #586577 0%,#3d4958 100%);
    background: linear-gradient(to bottom,  #586577 0%,#3d4958 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#586577', endColorstr='#3d4958',GradientType=0 );
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
.tab_nav li{
    list-style-type: none;
    float: left;
    margin: 0;
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.tab_nav li a{
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    display: block
}
.tab_nav li a:hover{
    background: #3d4958;
    background: -moz-linear-gradient(top,  #3d4958 0%, #586577 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d4958), color-stop(100%,#586577));
    background: -webkit-linear-gradient(top,  #3d4958 0%,#586577 100%);
    background: -o-linear-gradient(top,  #3d4958 0%,#586577 100%);
    background: -ms-linear-gradient(top,  #3d4958 0%,#586577 100%);
    background: linear-gradient(to bottom,  #3d4958 0%,#586577 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3d4958', endColorstr='#586577',GradientType=0 );
    text-decoration: none;
}
.tab_nav li:last-child, .tab_nav li:last-child a{
    border: none;
}
.tab_nav li.tab_active, .tab_nav li.tab_active a, .tab_nav li.ui-state-active{
    border: none;
    background: #424d5c;
}
.tab_nav li.tab_active a{
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset;
}
.tab_content{
    background: #fff;
    padding: 20px;
    float: left;
    width: 580px;
    min-height: 186px;
}
.tab_content h3{
    font-size: 14px;
}
.tab_content ul, .tab_content ol{
    padding: 0 0 15px 15px;
    margin: 0
}
.service{
    float: left;
    width: 180px;
    margin-left: 10px;
    background: #fff url(/layout/ebay/zinit_ebay_template/img/service.jpg) no-repeat bottom right;
    height: 222px;
    padding: 20px 15px;
    font-size: 13px;
    line-height: 18px;
}
.service h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.service p{
    margin-bottom: 15px;
}
.service p label.phone{
    font-size: 18px;
    display: inline-block;
    padding: 5px 0 0
}
.service p label.phone span{
    color: #ec470f;
}
.return_policy{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.return_policy .text_left{
    float: left;
    margin-right: 20px;
}
.return_policy .text_right{
    float: left;
    width: 600px;
}
.return_policy .text_right p, .purchase_box p{
    margin-bottom: 10px;
}
.return_policy .text_right h2, .purchase_box h2{
    margin-bottom: 10px;
    font-size: 18px;
}
.purchase_box{
    float: left;
    width: 100%;
}
.purchase_box h2{
    text-align: center
}
.table_purchase{
    background: #fff;
    float: left;
    width: 100%;
    border-bottom: 1px solid #d0d5d9;
    margin: 15px 0 0 0;
    overflow: hidden;
}
.purchase_column{
    width: 280px;
    float: left;
}
.purchase_column:first-child{
    border-left: 1px solid #d0d5d9;
    width: 279px;
}
.column_head {
    background: #4f5b6c;
    color: #fff;
    font-size: 16px;
    height: 47px;
    line-height: 47px;
    padding-left: 20px;
    position: relative;
}
.column_cont{
    float: left;
    border-right: 1px solid #d0d5d9;
    padding: 20px;
    font-size: 13px;
    line-height: 18px;
    height: 180px;
}
.purchase_column + .purchase_column .column_head{
    padding-left: 38px;
}
.purchase_column + .purchase_column .column_head:before {
    border-bottom: 6px solid #fff;
    border-right: 6px solid #fff;
    content: "";
    height: 47px;
    left: -50px;
    position: absolute;
    top: -3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 47px;
}
.lang_switch ul, .lang_switch li{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.lang_switch{
    position: absolute;
    top: 0;
    left: 0;
}
.lang_switch a{
    background: #fff;
    border: 1px solid #ddd;
    height: 49px;
    width: 77px;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    color: #464646;
    font-size: 13px;
    position: relative;
}
.lang_switch a img{
    margin-top: 7px;
}
.lang_switch a span{
    display: block;
    width: 100%;
    line-height: 1;
    margin-top: 2px;
}
.lang_switch a:hover{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}
.lang_switch .ui-state-active a{
    background: #f1f1f1;
    text-decoration: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lang_switch li.ui-state-active span:after {
    content: "";
    height: 49px;
    right: -15px;
    position: absolute;
    top: 0;
    width: 16px;
    background: url(/layout/ebay/zinit_ebay_template/img/tab.png) no-repeat
}