﻿.red_top {
    height: 9px;
    background-image: url(http://assets.suredone.com/2550/blemished/top_background.png);
    background-repeat: repeat-x;
}
.header_background {
    background-image: url(http://assets.suredone.com/2550/blemished/header_background.png);
    background-repeat: repeat-x;
    padding-left: 0;
    padding-right: 0;
    background-size: cover;
}
.logo_row {
    padding: 20px 0;
}
.menu_background {
    background: rgba(0,0,0, 0.6);
}
.header_menu {
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
}
.header_menu li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid white;
}
.header_menu li:last-child {
    border-right: none;
}
.header_menu li a, .header_menu li a:link, .header_menu li a:visited {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: bold;
    color: white;
}
.main_image > img {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-bottom: 4px solid black;
}
.small_images {
    margin-top:20px;
}
.small_images > a {

}
.small_images > a > img {
    margin-right: 10px;
    margin-bottom: 10px;
    height: 50px;
    width: auto;
    border-bottom: 2px solid black;
}
.product_title {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    color: black;
    padding-bottom: 4px;
    border-bottom: 12px solid black;
}
/*TABS*/
.tabs {
    float: none;
    list-style: none;
    padding: 0;
    margin-top: 20px;
    /*border-bottom: 4px solid #ccc;*/
}

.tabs:after {
    content: '';
    display: table;
    clear: both;
}

.tabs input[type=radio] {
    display:none;
}

.tabs label {
    margin-bottom: 0px;
    display: block;
    float: left;
    color: black;
    font-weight: bold;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    /*line-height: 2;*/
    padding: 4px 8px;
    cursor: pointer;
    border-top: 2px solid white;
}
 
.tabs label span {
    display: none;
}

.tabs label i {
    margin-right: 2px;
}
.tab-content {
    display: none;
    width: 100%;
    float: left;
    padding-top: 10px;
    /*background-color:#ffffff;*/
    border-top: 1px solid black;
}
.tabs [id^="tab"]:checked + label {
    z-index: 2;
    color: black;
    /*-webkit-box-shadow: inset 0 2px 0 #ed223e;*/
    border-top: 2px solid #d2d2d2;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 2px solid white;
    margin-bottom: -2px;
    position: relative;
}

#tab1:checked ~ #tab-content1, #tab2:checked ~ #tab-content2, #tab3:checked ~ #tab-content3, #tab4:checked ~ #tab-content4, #tab5:checked ~ #tab-content5, #tab6:checked ~ #tab-content6, #tab7:checked ~ #tab-content7, #tab8:checked ~ #tab-content8, #tab9:checked ~ #tab-content9, #tab10:checked ~ #tab-content10 {
    display: block;
}
.tab-content p:nth-child(2n+1) {
    background-color: #eae9e9;
}
.tab-content p {
    padding: 5px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
.specification_table {
    width: 100%;
}
.specification_table tr td {
    width: 49%;
    padding: 5px;
}
.specification_table tr:nth-child(2n+1) {
    background-color: #eae9e9;
}
    .specification_table tr td:nth-child(2) {
        font-weight: bold;
    }
.small_boxes {
    margin-top: 20px;
}
#tab-content1 ul {
    list-style-type: none;
    padding-left:  0;
}
#tab-content1 ul li {
    padding-top:4px;
    padding-bottom:4px;
}
#tab-content1 ul li span {
    width: 50%;
    display: inline-block;
    float: left;
    padding-left: 5px;
}
#tab-content1 ul li strong {
    float: right;
    width: 50%;
}
#tab-content1 ul li::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    content: " ";
    clear: both;
}
#tab-content1 ul li:nth-child(2n+1) {
    background-color: #eae9e9;
}
#tab-content1 ul li:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    display: table;
    content: " ";
}
.ebay_desc {
    margin-top: 20px;
}
.powered {
    margin-top: 20px;
}
.powered p {
    font-family: 'Open Sans';
    font-weight: bold;
    color: black;
    font-size: 12px;
}
#sd-ebay-listing-powered {
    display: none;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}

@media (max-width: 768px) {
    .small_boxes img{
        padding: 3px;
    }
    .header_menu li a, .header_menu li a:link, .header_menu li a:visited {
        font-size: 13px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 732px) and (orientation : landscape) {
}

@media (max-width: 450px) {

}

@media (max-width: 360px) {
}

@media (max-width: 340px) {
}