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

/* General */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	height: 100%;
}

p {
	line-height: 1.3;
	margin-bottom: 15px;
}
a {
	font-weight: normal;
	text-decoration: underline;
}
.Clear {
	clear: both;
}
h1{
	font-size: 18px;
	font-weight:bold;
	padding:6px 0 18px 0;
	margin:20px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	border-top:5px solid #ffce31;
}
h3 {
	font-size:14px;
	margin:0;
	font-weight:bold;
	padding:30px 0 5px 0;
}
h4 {
	font-size:12px;
	margin:0;
	font-weight:bold;
	padding:18px 0 5px 0;
}
img, img a {
	border: 0;
}
ul, ol {
	margin: 0 0 10px 30px;
}
li {
	margin: 0;
	margin-bottom: 2px;
	padding: 0;
}
blockquote {
	margin-left: 28px;
}
select option {
	padding: 0 10px;
}
hr {
	display:none !important;
}

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 { display:none !important; }

.Title {
	padding-bottom: 10px;
}


.ProductTinyImageList {
	margin:0 auto;
	display:inline-block;
	width:auto;
}
.thumbHolder{
	display:block;
	width:100%;
	text-align:center;
	padding:20px 0 0 0;
	margin:0 auto;
}
.ProductTinyImageList ul {
	list-style:none;
	margin:0;
	padding:0;
}
.ProductTinyImageList ul li {
	margin:0 10px 0 0 !important;
	padding:0;
	width:65px !important;
	height:65px !important;
	border:5px solid #cccccc;
	float:left;
}
#TinyImageBox_0 {
	border:5px solid #ffce31;
}
.ProductTinyImageList ul li a {
	display:block;
	width:65px !important;
	height:65px !important;
	overflow:hidden;
	text-align:center;
	padding:0 !important;
	background-color:#fff;
}
.ProductTinyImageList ul li a img {
	width:auto !important;
	height:65px !important;
	padding:0 !important;
}



.ProductZoomImageBox {
	display:table-cell;
}

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

}


.ProductTinyImageList ul {
	margin: 0;
	padding: 0;
	position: relative;
	list-style:none;
}