
/* Gobal Reset */
* {
    margin: 0;
    padding: 0;
}

/* General */
/* General */
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    height: 100%;
    color:#464646;
    margin: 10px 0;
    line-height: 125%;
    text-align: center;
}
@font-face {
    font-family: 'oswaldbold';
    src: url('fonts/oswald-bold-webfont.eot');
    src: url('fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-bold-webfont.woff') format('woff'),
         url('fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'oswaldbook';
    src: url('fonts/oswald-regular-webfont.eot');
    src: url('fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-regular-webfont.woff') format('woff'),
         url('fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('fonts/oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}




.os {
font-family:'Open Sans', sans-serif;    
font-weight: normal;
font-style: normal;
}
.osb {
font-family:'Open Sans', sans-serif;    
font-weight: normal;
font-style: normal;
}

p {
    margin-bottom: 15px;
}

h1 {
    font-size:18px;
    color:#ea3737;
    text-transform:uppercase;
    margin-bottom:25px;
    text-align: center;
    font-weight:600;
}

a {
    color: #ea3737;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    color: #111;
}


a.disabled {
    color: black;
    text-decoration: none;
    cursor: auto;
}
a.disabled:hover {
    color: black;
}

img, a img {
    border:none;
}

/* Page Breadcrumbs */
.Nav {
    font-size: 12px !important;
    padding-bottom: 4px;
    clear:both;
    padding-top:15px;
}

.Nav .PrevLink { font-size:13px; }
.Nav .NextLink { font-size:13px; }
.ImageCount { color:gray; font-size:12px;}

.Title {
    padding-bottom: 10px;
}
.ProductTinyImageList ul {
margin: 0 auto !important;    
}
.ProductTinyImageList ul li {
    width: auto !important;
    height: auto !important;
    overflow: hidden;
    float: left;
    border: 1px solid #ccc;
    margin:5px 10px;
    position: relative;

}
.ProductTinyImageList ul li div {
text-align: center;    
display: table-cell;
vertical-align: middle;
}
.ProductTinyImageList ul li.selected {
border-color: #ea3737;
}

.ProductTinyImageList ul li img {
max-height: 80px !important;
max-width: 80px !important;
height: auto;
width: auto;
vertical-align: middle;
display: block;
margin: auto;
}
.ProductTinyImageList ul li div {
    display: table-cell;
    text-align: center;
}

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

}

.ProductZoomImageBox {
    display:table-cell;
}

.ProductZoomImageBox, .ProductZoomImageBox *{
    margin:auto;
    vertical-align: middle;
    height:auto !important;
    display:block!important;
    max-width:100%;
}


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

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

.ProductTinyImageList {
    float: left;
    margin-top:10px;
    white-space:nowrap;
    width: auto !important;
    overflow: hidden !important;
}
