@import "spec.css";
@import "list.css?v=0.05";
@import "nav.css";
@import "table-specifications.css";
ul.itembox li:nth-child(even) {
    background: #201f1f;
}
.btn {
    border: 1px solid #ff2121;
    background: #d70000;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    display: inline-block;
    padding: 3px;
    font-family: Arial,Helvetica,sans-serif
}

.btn:hover {
    background: #ff1b1b;
    border: 1px solid #ff4646
}

ul.ul_button {
    padding: 0;
    min-height: 45px
}

ul.ul_button li {
    list-style: none;
    padding-right: 5px;
    padding-bottom: 5px
}

ul.ul_button li a {
    text-align: center;
    display: block;
    padding: 7px;
    color: #fff;
    background-image: -ms-linear-gradient(bottom,#0C0C0C 0%,#232323 100%);
    background-image: -moz-linear-gradient(bottom,#0C0C0C 0%,#232323 100%);
    background-image: -o-linear-gradient(bottom,#0C0C0C 0%,#232323 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#0C0C0C),color-stop(1,#232323));
    background-image: -webkit-linear-gradient(bottom,#0C0C0C 0%,#232323 100%);
    background-image: linear-gradient(to top,#070707 0%,#1f1f1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#232323',endColorstr='#0c0c0c',GradientType=0);
    border: 1px solid #131313;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer
}

ul.ul_button li a:hover,ul.ul_button li.on a {
    color: #fff;
    background-image: -ms-linear-gradient(bottom,#b60909 0%,#3a0505 100%);
    background-image: -moz-linear-gradient(bottom,#b60909 0%,#3a0505 100%);
    background-image: -o-linear-gradient(bottom,#b60909 0%,#3a0505 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#b60909),color-stop(1,#3a0505));
    background-image: -webkit-linear-gradient(bottom,#b60909 0%,#3a0505 100%);
    background-image: linear-gradient(to top,#b60909 0%,#3a0505 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3a0505',endColorstr='#b60909',GradientType=0);
    border-color: #4c0505
}
#spec-detail{
    color:#fff;
}
#spec-tabs .nav{
    background-color: inherit!important;
    height: auto!important;
    padding: 10px 0px 0px 10px!important;
    box-sizing: inherit!important;
    z-index: 0!important;
    position: inherit!important;
    margin-top: inherit!important;
}
.specContainer {
    display: block;
    margin-top: 120px;
    text-align: center;
}
.specContainer .img-container{
    display: inline-block;
}
.pd_detail_note{
    color: #ccc;
    font-size: 85%;
    padding-left: 15px;
    padding-right: 15px;
}
#spec-detail a {
    color: #f00;
}