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

/* General */
body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    text-align: center;
    margin: 10px;
}

p {
    line-height: 1.3;
    margin-bottom: 8px;
}

h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: #034285;
    margin: 10px 0;
}

a {
    color: #075899;
    font-weight: normal;
    text-decoration: underline;
}

a.disabled {
    color: black;
    text-decoration: none;
    cursor: auto;
}
img, a img {
    border:none;
}

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

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

.Title {
    padding-bottom: 10px;
}
.ProductTinyImageList ul li {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    border: 1px solid gray;
    margin-left:3px;

}


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

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

}

.ProductZoomImageBox {
    display:table-cell;
}

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

}


.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: 80%;
    overflow: hidden;
}







/* -- TEST -- CHANGES TO APPEARANCE OF IMAGE POPUP -- */

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

/* General */
body {
    /* -- ORIGINAL | font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;*/
    font-family: Verdana, Tahoma, sans-serif;
    /* -- ORIGINAL | *font-size: 0.8em;*/
    font-size: 12px;
    text-align: center;
    margin: 10px;
    color: #999;
}

/* p {
    line-height: 1.3;
    margin-bottom: 8px;
} */

/* h1 {
    font-size: 1.6em;
    font-weight: bold;
    color: #034285;
    margin: 10px 0;
} */

/* -- JG EDITS | STYLES FOR ZOOMED IMAGE TEXT AT TOP -- */
p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
}

h1 {
    font-family: "Helvetica Neue", Helvetica, Frutiger, Univers, sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #999;
    margin: 10px 0 6px 0;
}

/*h2 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin: 0;
}*/

h2 {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    color: #333;
    padding-top: 6px;
    padding-bottom: 6px;
}


a {
    /* color: #075899; */
    color: #098EC8;
    font-weight: normal;
    text-decoration: underline;
}

a.disabled {
    /* color: black; */
    color: #999;
    text-decoration: none;
    cursor: auto;
}
img, a img {
    border:none;
}

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

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

/* -- JG EDITS | STYLES FOR ZOOMED IMAGE TEXT AT BOTTOM -- */

.Nav {
    font-size: 11px;
    padding-top: 16px;
    padding-bottom: 9px;
    clear: both;
}

.Nav .PrevLink { 
    font-size:11px;
    font-weight: bold;
}
.Nav .NextLink { 
    font-size:11px;
    font-weight: bold;
}
.ImageCount {
    color: #666;
    font-size: 10px;
    /* padding: 0; */
}

.Title {
    /* padding-bottom: 10px; */
    /* padding-bottom: 6px; -- JG EDIT | TIGHTEN SPACE */
    max-width: 1000px;
    vertical-align: middle;
    position: relative;
    margin: auto;
}
/*.ProductTinyImageList ul li {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    border: 1px solid gray;
    margin-left:3px;
}*/

.ProductTinyImageList ul li {
    width: 40px;
    height: 40px;
    overflow: hidden;
    float: left;
    border: 1px solid #666 /*!important*/;
    margin-left: 6px;
    margin-right: 6px;
}

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

.ProductTinyImageList ul li .TinyOuterDiv {
    border: 2px solid /* white */ #666 /*!important*/;
    display: block;
}

.ProductZoomImageBox {
    display: table-cell; 
}

.ProductZoomImageBox, .ProductZoomImageBox * {
    margin: auto;
    margin-bottom: 6px !important;
    vertical-align: middle;
}

/* -- JG EDIT | LARGE IMAGE BORDER ADDED -- */
.ProductZoomImage {
    border: 1px solid #999;  
}

.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: 0;    
    white-space:nowrap;
    width: 80%;
    overflow: hidden;
}
