/* Global Resets */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
/* General */

body {
	background-color: #fff;
	font-size: 15px;
	font-weight: normal;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
input, select, textarea {
	font-size: 13px;
}
/* Headings */

h1, .h1, h2, .h2, h3, .h3 h4, .h4, h5, .h5, h6, .h6 {
	padding:0;
	margin:0;
}
/*h1, .h1, h2, .h2, h3, .h3 {
	color: #fd5757;
}*/
h1, .h1 {
	font-size: 26px;
	line-height:34px;
	font-weight: 500;
	padding: 0 0 10px 0;
	text-align:center;
	border-bottom: solid 1px #f1f0ef;
}
h2, .h2 {
	font-size: 22px;
	line-height:32px;
	font-weight: 500;
	padding: 0 0 10px 0;
}
h3, .h3 {
	font-size: 18px;
	line-height:27px;
	font-weight: 500;
	padding: 0 0 10px 0;
}
h4, .h4 {
	font-size: 16px;
	line-height:24px;
	font-weight: 700;
	padding: 0 0 10px 0;
}
h5, .h5 {
	font-size: 14px;
	line-height:28px;
	font-weight: 500;
	padding: 0 0 10px 0;
}
h6, .h6 {
	font-size: 12px;
	line-height:24px;
	font-weight: 500;
	padding: 0 0 10px 0;
}
a {
	color: #202020;
	text-decoration: none;
	font-weight: inherit;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: #fd5757;
}
a.disabled, a.disabled:hover {
	background-color: transparent;
	color: grey;
}
img, a img {
	border:none;
}
p {
	padding:10px 0 0;
}
/* Page Breadcrumbs */
.Nav {
	position: absolute;
	z-index: 3;
	top: 38%;
	padding-bottom:5px;
	width: 100%;
	margin-top: -30px;
}
.Nav a.PrevLink, .Nav a.NextLink {
	width:60px;
	height:60px;
	float:left;
	background:#fafafa;
	color:#b2b2b2;
	font-size: 20px;
	line-height: 60px;
	text-align: center;
}
.Nav a:hover {
	background:#e8e8e8;
}
.Nav a.NextLink {
	float:right;
}
.ImageCount {
	color: #b2b2b2;
	font-size: 14px;
	position: absolute;
	z-index: 1;
	top: 42%;
	margin-top: auto;
	width: 60px;
	height: 60px;
	line-height:60px;
	background: #fafafa;
	text-align: center;
	font-weight: 700;
	margin:15px 0 0;
}
.ProductTinyImageList ul li {
	width: auto !important;
	height: auto !important;
	overflow: hidden;
	float: left;
	margin: 0 3px 0 0;
	border:solid 1px #ffffff;
}
.ProductTinyImageList ul li.selected {
	border:solid 1px #fd6060;
}
.ProductTinyImageList ul li div {
	display: table-cell;
	text-align: center;
}
.ProductTinyImageList ul li div img {
	padding:0 !important;
	width: auto!important;
	height: auto!important;
}
.ProductTinyImageList ul li .TinyOuterDiv {
	border: 0px solid white;
	display: block;
}
.ProductTinyImageList a:hover {
	background: none;
}
/*.ProductZoomImageBox {
	display:block;
}
.ProductZoomImageBox, .ProductZoomImageBox * {
	vertical-align: middle;
	width:270px !important;
	height:270px !important;
	margin:5px auto 0;
}*/
/*-----------------Dhtml view Starts----------------*/
.ProductZoomImageBox, .ProductZoomImageBox * {
	margin:auto;
	vertical-align: middle;
	/*height:270px !important;
	width:auto !important;*/
	text-align:center;
	display:block;
}
.ProductZoomImageBox {
	display:table;
}
.ProductZoomImage {
	display:table-cell;
}
/*-----------------Dhtml View Ends----------------*/

.ProductTinyImageList ul {
	margin: 0pt;
	padding: 0pt;
	position: relative;
	list-style-type: none;
	white-space:nowrap;
}
#ImageScrollPrev, #ImageScrollNext {
	float: left;
	background:none;
	border:none;
	margin-top:40px !important;
	cursor:pointer;
	display: none;
}
.ProductTinyImageList {
	margin:10px auto 0 auto;
	white-space:nowrap;
	overflow: hidden;
	float: left;
}

.ImageCarousel {
	width: auto !important;
	position:relative;
}
/* FONT PATH
-------------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url('../Styles/font/fontawesome-webfont.eot?v=4.0.3');
	src: url('../Styles/font/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../Styles/font/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../Styles/font/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../Styles/font/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*Prev Arrow*/
.fa-angle-right:before {
	content: "\f105";
}
/*Next Arrow*/
.fa-angle-left:before {
	content: "\f104";
}
.ImagePopupBorderTop {
	border-top:1px solid #f0efee;
	position:relative;
	margin-top:25px;
	padding-bottom:15px;
}
.ProductImageDescription {
	margin:0 0 10px 0;
}
.ImageCenter {
	float:none !important;
	width:inherit !important;
	display: table;
	margin: 0 auto;
}
h1 {
	padding: 0 40px 10px;
}
.disabled{ display:none;}