@charset "utf-8";
#mainRegion {
	margin-top: 10px;
	padding-top: 10px;
}
#quickSearchBox {
	background-color: #DADADA;
}
#advancedSearch {
	font-size: 12px;
	font-weight: bold;
	color: #4E4E4E;
	vertical-align: bottom;
	text-align: right;
	padding-top: 6px;
}
#emptyRow {
	height: 140px;
}
.goButton {
	color: #FFF;
	background-color: #FF7A36;
	padding-right: 5px;
	padding-left: 5px;
}
#betweenTable {
	height: 190px;
	margin-left: 15px;
	margin-top: 8px;
}

#betweenLine {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #0D0D0D;
	height: 140px;
}
#newsTable {
	height: 160px;
}
#newsDate {
	color: #F89824;
	font-size: 13px;
	height: 10px;
	font-weight: bold;
}
#newsDescription {
	color: #808080;
	font-size: 10px;
	height: 50px;
	vertical-align: top;
}
#readMore {
	color: #F89824;
	font-size: 10px;
	height: 10px;
	font-weight: bold;
}
#registerDescription {
	color: #808080;
	font-size: 10px;
	height: 50px;
	vertical-align: top;
}
#register_login {
	font-size: 11px;
	font-weight: bold;
	color: #808080;
}
#register_login a, a:link, a:visited{
	font-size: 11px;
	font-weight: bold;
	color: #808080;
	text-decoration: none;
}
#secondRowCell {
	background-color: #767373;
	height: 530px;
	vertical-align: top;
}
#orangeCell {
	background-color: #FF7902;
	width: 1024px;
	font-size: 2px;
	height: 4px;
}
#productCell {
	height: 470px;
	width: 1010px;
	padding-left: 20px;
	vertical-align: top;
}
#productHeader {
	font-size: 44px;
	color: #EEE;
	padding-top: 20px;
	width: 850px;
	padding-bottom: 40px;
}
#imageTable {
	border: 1px solid #FFF;
}
#productImage {
	background-color: #FFF;
	height: 320px;
	width: 320px;
	text-align: center;
	vertical-align: middle;
}
#productDetails {
	width: 600px;
	text-align: left;
	vertical-align: top;
	padding-left: 30px;
}
#productDescription {
	font-size: 12px;
	color: #FFF;
	padding-bottom: 20px;
	height: 80px;
	width: 500px;
}
#detailsHeader {
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}
#detailsValue {
	font-size: 12px;
	color: #FFF;
	text-align: left;
}
#backButton {
	font-size: 12px;
	color: #CCC;
	vertical-align: middle;
	width: 120px;
	text-align: right;
}
#backButton a, a:link, a:visited{
	font-size: 12px;
	color: #FFF;
	vertical-align: middle;
}


#categoryLevels {
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
	padding-top: 20px;
}
#categoryLevels a,a:link, a:visited{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#priceTable {
	background-color: #333;
	width: 500px;
	border: 1px solid #FFF;
	text-align: left;
	margin-top: 20px;
}
#priceCell {
	background-color: #3A3838;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
#isSpecialOffer {
	font-size: 12px;
	color: #f89925;
	text-align: left;
	vertical-align: bottom;
}
#productPrice {
	font-size: 18px;
	color: #FFF;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
}
#wasPrice {
	font-size: 11px;
	color: #FFF;
	text-align: left;
	font-style: italic;
	font-weight: normal;
}
#retailPrice {
	font-size: 11px;
	color: #FFF;
	text-align: left;
	font-weight: normal;
	font-style: italic;
}

#codeCell {
	background-color: #2C2B2B;
	vertical-align: bottom;
}
#codeNumber {
	width: 96px;
	padding-left: 10px;
}
#cartImage {
	width: 46px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
}
#codeHeader {
	font-size: 12px;
	color: #f89925;
	width: 90px;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
#codeValue {
	font-size: 10px;
	color: #FFF;
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
}
.addButton {
	background-image: url(../Assets/frontImages/cartImage.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 26px;
	width: 30px;
	background-color: #2C2B2B;
	border: 1px solid #2C2B2B;
	cursor: pointer;
}

#productsInWishList {
	font-size: 11px;
	color: #808080;
	height: 20px;
}

