@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: 263px;
}

#thirdRowCell {
	background-color: #EEE;
	height: 250px;
}
#orangeCell {
	background-color: #FF7902;
	width: 1024px;
	font-size: 2px;
	height: 4px;
}
#welcome {
	font-size: 48px;
	font-weight: bold;
	color: #343434;
	padding-top: 26px;
	padding-left: 10px;
	background-image: url(../Assets/frontImages/welcome.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#welcomeDetails {
	font-size: 12px;
	color: #343434;
	padding-left: 10px;
	height: 160px;
	vertical-align: top;
	padding-top: 15px;
}
#welcomeImage {
	width: 400px;
	background-image: url(../Assets/frontImages/welcomeImage.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#offerCell {
	height: 263px;
	width: 503px;
}
#offerBetweenTable {
	height: 220px;
	margin-left: 5px;
	margin-top: 14px;
}
#offerBetweenLine {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999696;
}
#offerHeader {
	font-size: 44px;
	color: #EEE;
	padding-top: 12px;
	padding-left: 6px;
	width: 320px;
}
#offerViewAll {
	font-size: 12px;
	color: #EEE;
	padding-top: 12px;
	width: 160px;
	text-align: right;
	vertical-align: bottom;
	padding-right: 5px;
}
#offerViewAll a, a:link, a:visited{
	font-size: 12px;
	color: #EEE;
	text-align: right;
	vertical-align: bottom;
}
#offerProductsCell {
	height: 204px;
}
#offerProductsTable {
	margin-left: 6px;
	height: 150px;
}
#currentOfferProductCell {
	height: 150px;
	width: 120px;
	border: 1px solid #EEE;
	background-color: #3A3838;
}
#currentOfferProductTable {
	height: 130px;
	width: 100px;
	vertical-align: top;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 8px;
}
#currentOfferProductImage {
	background-color: #FFF;
	height: 90px;
	width: 104px;
	text-align: center;
	vertical-align: middle;
}
#currentOfferProductTitle {
	font-size: 12px;
	color: #FC7902;
	text-align: center;
	vertical-align: top;
	padding-top: 4px;
	height: 30px;
}
#currentOfferProductPrice {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	vertical-align: bottom;
	padding-top: 4px;
}

#currentOfferProductPrice {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	vertical-align: bottom;
	padding-top: 4px;
}
#productsInWishList {
	font-size: 11px;
	color: #808080;
	height: 20px;
}
#usedProducts {
	font-size: 11px;
	color: #FFF;
	background-color: #888686;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}

