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

/* General */
/* General */
body {
	font-family: Arial, 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:'oswaldbold', Arial, Helvetica, sans-serif;	
font-weight: normal;
font-style: normal;
}
.osb {
font-family:'oswaldbook', Arial, Helvetica, sans-serif;	
font-weight: normal;
font-style: normal;
}

p {
	margin-bottom: 15px;
}

h1 {
	font:18px 'oswaldbold';
	color:#9966cc;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom:25px;
	text-align: center;
}

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

a:hover {
	color: #393939;
}


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

img, a img {
	border:none;
}

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

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

.Title {
	padding-bottom: 10px;
}
.ProductTinyImageList ul {
margin: 0 auto !important;	
}
.ProductTinyImageList ul li {
	width: 80px;
	height: 80px;
	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: #666;
}

.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;

}


.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;
}