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

/* General */
body {
	font-size: 14px;
	font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	margin: 10px;
}

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Karla', Arial, Sans-Serif;
    color: #5a5353;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    padding: 0;
    letter-spacing: 0.1em;
}
h1 {
    font-size: 26px;
    padding: 1em 0;
}
h2 {
    font-size: 20px;
    padding: .5em 0;
}
h3 {
    font-size: 16px;
    padding: 1em 0;
}
h4 {
    color: #aca9a9;
    font-size: 16px;
    padding: 1em 0;
}

a{
color: #5a5353;
text-decoration: none;
font-weight: inherit;
}
a:hover{
    color: #ACA9A9;
    text-decoration: none;
}


a.disabled {
	color: grey;
}
a.disabled:hover {
	color: grey;
}

img, a img {
	border:none;
}

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

.ImageCount {
	color:gray; font-size:12px;
}

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

}
.ProductTinyImageList ul li.selected {
	border: solid #000 1px;
}

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

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

.ProductTinyImageList {
	float: left;
	margin-top:10px;
	white-space:nowrap;
	width: 80%;
	overflow: hidden;
}