
/* Home Page Styles */
#dealOfTheWeekContainer {
	width: 550px;
	height: 250px;
	position: relative;
	margin-bottom: 10px;
	background-image: url(../images/dealOfTheWeekBg.gif);
	background-repeat: no-repeat;
}

#dealOfTheWeekContainer #dealOfTheWeekTitle {
	width: 530px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 7px;
	background-color: #F38B28;
	border-left: 3px solid #FFFF00;
	border-right: 3px solid #FFFF00;
	border-top: 3px solid #FFFF00;
}

#dealOfTheWeekContainer #dealOfTheWeekTitle h2 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 7px;
}

#dealOfTheWeekContainer #dealOfTheWeekContent {
	width: 530px;
	height: 180px;
	position: absolute;
	top: 45px;
	left: 7px;
	background-color: #FFFFFF;
	border-left: 3px solid #FFFF00;
	border-right: 3px solid #FFFF00;
	border-bottom: 3px solid #FFFF00;
}

#dealOfTheWeekContainer #dealOfTheWeekContent #dealOfTheWeekProductName {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #FFFFFF;
	width: 200px;
	height: 40px;
	overflow: hidden;
}

#dealOfTheWeekContainer #dealOfTheWeekContent #dealOfTheWeekProductName a {
	color: #F38B28;
}

#dealOfTheWeekContainer #dealOfTheWeekContent #dealOfTheWeekProductName a:hover {
	text-decoration: underline;
}

#dealOfTheWeekContainer #dealOfTheWeekContent #dealOfTheWeekProductDescription {
	border: 1px solid #FFFFFF;
	position: absolute;
	top: 55px;
	left: 10px;
	width: 200px;
	height: 100px;
}

#dealOfTheWeekContainer #dealOfTheWeekContent #dealOfTheWeekProductImage {
	border: 1px solid #FFFFFF;
	position: absolute;
	top: 5px;
	left: 215px;
}

#dealOfTheWeekContainer #dealOfTheWeekContent #dealOfTheWeekProductWasPrice {
	border: 1px solid #FFFFFF;
	position: absolute;
	top: 50px;
	left: 390px;
	width: 130px;
	height: 20px;
	margin: 0px;
	font-size: 10pt;
	color: #939AA1;
	text-decoration: line-through;
	text-align: center;
}

#dealOfTheWeekContainer #dealOfTheWeekContent #dealOfTheWeekProductNowPrice {
	border: 1px solid #FFFFFF;
	position: absolute;
	top: 80px;
	left: 390px;
	width: 130px;
	height: 40px;
	margin: 0px;
	font-size: 12pt;
	color: #EA742C;
	text-align: center;
}

#dealOfTheWeekContainer #dealOfTheWeekContent #dealOfTheWeekBuyNowButton {
	border: 1px solid #FFFFFF;
	position: absolute;
	top: 120px;
	left: 415px;
}

/*** Offers of the Week ***/
#offersOfTheWeekContainer {
	width: 550px;
	height: 216px;
	position: relative;
	margin-bottom: 10px;
}

#offersOfTheWeekContainer #offersOfTheWeekTitle {
	position: absolute;
	top: 0px;
	left: 0px;
}

#offersOfTheWeekContainer #offersOfTheWeekContent {
	position: absolute;
	border: 1px solid #CCCCCC;
	width: 550px;
	height: 200px;
	top: 25px;
	left: 0px;
}

#offersOfTheWeekContainer #offersOfTheWeekContent a {
	color: #F38B28;
}

#offersOfTheWeekContainer #offersOfTheWeekContent .offerImageContainer {
	height: 140px;
	width: 140px;
	line-height: 140px;
}

.offerContainer {
	width: 175px;
	text-align: center;
	float: left;
	margin-left: 3px;
	margin-right: 3px;
}

.offerContainer h3 {
	margin: 0px;
	font-size: 11pt;
}

.offerContainer h6 {
	color: #E17834;
	margin: 0px;
	font-size: 10pt;
}
.offerImageContainer {
	margin: auto;
	margin-bottom: 5px;
}

/* Top Brands */
#topBrandsContainer {
	width: 550px;
	height: 380px;
	position: relative;
	margin-bottom: 10px;
	margin-top: 10px;
}

#topBrandsContainer #topBrandsTitle {
	position: absolute;
	top: 0px;
	left: 0px;
}

#topBrandsContainer #topBrandsContent {
	position: absolute;
	border: 1px solid #CCCCCC;
	width: 550px;
	height: 360px;
	top: 25px;
	left: 0px;
}

.brandContainer {
	height: 110px;
	width: 170px;
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-align: center;
	overflow: hidden;
}

.brandContainer img {
	border: 3px solid #FFFFFF;
	width: 175px;
}

.brandContainer img:hover {
	border: 3px solid #F38B28;
}

.brandContainer h3 {
	margin: 0px;
}

.brandContainer a {
	color: #F38B28 !important;
}
.brandContainer a:visited {
	color: #F38B28 !important;
}

.brandContainer a:hover {
	color: #F38B28;
	text-decoration: underline;
}