
/* 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.5;
    margin-bottom: 20px;
}

/* Headings */

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Titillium Web', Arial, Sans-Serif;
    color: #262425;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 34px;
    line-height: 32px;
    font-weight: 900;
    padding: .75em 0;
    color: #db0000;
}

h2 {
    font-size: 26px;
    line-height: 29px;
    font-weight: 700;
    padding: 0 0 1em 0;
}

h3 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 900;
    padding: .75em 0;
}

h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding: 1em 0;
}

h5 {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
}

a {
    color: #db0000;
    text-decoration: none;
    font-weight: inherit;
}

a:hover{
    background-color: #db0000;
    color: #fff;
}


a.disabled, a.disabled:hover {
    background-color: transparent;
	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;
}

.ProductTinyImageList ul li {
	width: 50px !important;
	height: 50px !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: 2500px;
}

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