
   
/* Global Resets */
* {
    margin: 0;
    padding: 0;
    outline: none;
}

/* General */

html,
body {
    height: 100%;
}

body {
    color: #333;
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    font-weight: normal;
    -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}

input, select, textarea {
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    color: #333;
}

/* Headings */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #333;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 32px;
    line-height: 39px;
    padding:0 40px;
    font-family: Roboto, 'Lato', sans-serif;
    font-weight: 300;
    color: #333;
    text-align: center;
}

h2 {
    font-size: 26px;
    line-height: 29px;
    font-weight: 700;
    padding: 0 0 20px 0;
}

h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 900;
    padding: 0 0 20px 0;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 0 0 20px 0;
}

h5 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    padding: 0 0 20px 0;
}

a {
    color: #333;
    text-decoration: none;
    font-weight: inherit;
}


a.disabled, a.disabled:hover {
    background-color: transparent;
    color: grey;
}

img, a img {
    border:none;
}

/* Page Breadcrumbs */
.Nav {
    font-size: 0.9em;
    padding-bottom: 4px;
    clear:both;
    padding-top:15px;
    text-align: center;
}

.ImageCount {
    color:gray;
    font-size:12px;
    text-align: center;
}

.ProductTinyImageList ul li {
    /*width: auto !important;
    height: auto !important;*/
    overflow: hidden;
    float: left;
    margin: 0 0 20px 0;
}

.ProductTinyImageList ul li div {
    /*display: table-cell;*/
    text-align: center;
}

.ProductTinyImageList ul li .TinyOuterDiv {
    border: 0px solid white;
    display: block;

}

.ProductTinyImageList a:hover {
    background: none;
}

/*.ProductZoomImageBox {
    height: auto !important;
    width: auto !important;
}*/

.ProductZoomImageBox, .ProductZoomImageBox *{
    margin:auto;
    vertical-align: middle;

}

.ProductZoomImage {
    text-align: center;
    height: 100% !important;
    width: 100% !important;
    margin-bottom: 20px;
    width: 100% !important;
}
.ProductZoomImage img {
    max-width: 100%;
}

.ProductTinyImageList ul {
    margin: 0pt;
    padding: 0pt;
    position: relative;
    list-style-type: none;
    white-space:nowrap;
}

#ImageScrollPrev,
#ImageScrollNext {
    float: left;
    background:none;
    border:none;
    margin-top:25px !important;
    cursor:pointer;
    display: none;
}

.ProductTinyImageList {
    margin:10px auto 0 auto;
    white-space:nowrap;
    overflow: hidden;
    text-align: center;
}

.ProductTinyImageList div {
    display: inline-block;
}
.ProductTinyImageList li {border: 1px solid transparent;}
.ProductTinyImageList .selected {
    border: 1px solid #ccc;
}

/* CUSTOM TRAFFICDEVELOPER */

div.ProductImageName {
     color:#6AA6B6 !important;
     font-size:.7em;
     font-family: 'Roboto Slab', serif;
     letter-spacing:.1em;
     font-weight:bold;
}
p.ProductImageDescription {
    display:none !important;
}
@media (max-width: 480px) {
    h1 {
        font-size: 20px;
        line-height: 23px;
        margin: 20px 0;
    }
    .ImageCarousel {
        overflow: hidden;
        width: 250px !important;
    }
}

/* Popup Main Image */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ProductTinyImageList { width: 652px !important; width: 100% !important;   }
.ImageCarousel {position: relative; max-width: 800px; padding: 0 30px; width: 100% !important; }
#ImageScrollPrev,
#ImageScrollNext {position: absolute; top: 0;}
#ImageScrollPrev {left: 0;}
#ImageScrollNext {right: 0;}
img {max-width: 100%;}
.TinyOuterDiv img {margin: 3px; height: auto;}


