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

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

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

h1 {
	margin: 10px 0;
}

.popupImgTitle
{
text-transform:uppercase;
font-size: 23px;
font-family: 'Roboto', sans-serif;
color:#333;
text-shadow: -2px 2px 5px rgba(0,0,0, 0.3);
}


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

a:hover {
	color: #ff9900;
	text-decoration: underline;
}


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;
	padding-bottom: 4px;
	clear:both;
	padding-top:15px;
}

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

.Title {
	padding-bottom: 10px;
}
.ProductTinyImageList ul li {
	width: 60px !important;
	height: 60px !important;
	overflow: hidden;
	float: left;
	border: 1px solid #E7E8E7 !important;
	margin:0 3px;

}
.ProductTinyImageList ul li.selected {
border: 1px solid #666 !important;
}
.ProductTinyImageList ul li img {
width: auto;
height: auto;
}

.ProductTinyImageList {
margin: 0 !important;
}
.ProductTinyImageList ul li div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 60px !important;
	height: 60px !important;
	
}

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

}

.ProductZoomImageBox {
	display:table-cell;
}

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

}

.ImageCarouselBox {
position: relative;	
padding: 0 !important;
margin-bottom: 15px !important;
}
.ProductTinyImageList {
left: auto;
margin: 0;	
}
.ProductTinyImageList li {
border: solid #d4d4d4 1px !important;
background: #fff;
height: auto !important;
width: auto !important;
margin: 0 3px;
float: left;
}
.ProductTinyImageList li.selected {
border: solid #666 1px !important;	
}
.ProductTinyImageList li div {
border: solid #e7e8e7 0px !important;
}
.ProductTinyImageList li div div {
display: table-cell;
vertical-align: middle;
text-align: center;
}
.ProductTinyImageList ul {
list-style-type: none;
margin: 0;
padding: 0;	
}
.ProductTinyImageList li img {
height: auto;
max-height: 60px;
max-width: 60px;
padding: 0 !important;
vertical-align: middle;
width: auto;
}
.ImageCarouselBox br {
display: none;	
}
#ImageScrollPrev, #ImageScrollNext {
position: absolute;
top: 50%;
margin: -10px 0 0 0;
display: none;
} 
#ImageScrollPrev {
left: 0;	
}
#ImageScrollNext {
right: 0;	
}