@charset "UTF-8";
/* CSS Document */

.style1 {color: #000000}
#events #overStock {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/Burst.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	height: 75px;
	width: 200px;
}

/*styles for new div so relative position doesn't mess up What's New drop down*/
#overStock_div {
	position: relative;
	width: 225px;
	height: 80px;
	float: right;
}
#overStock_homePage {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/Burst.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 75px;
	width: 200px;
	position: absolute;
	top: 2px;
	right: 2px;
}
#overStock_homePage span {
	font-size: 16px;
}
#overStock_homePage p {
	margin: 8px 0px 0px;
	line-height: 14px;
}
#overStock_homePage a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#overStock_homePage a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
}

#overStock_homePage a:hover {
	text-decoration: underline;
}

#overStock_homePage a {
	height: 75px;
	width: 200px;
	}



#overStock span {
	font-size: 16px;
}
#overStock p {
	margin: 8px 0px 0px;
	line-height: 14px;
}
#overStock a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#overStock a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
}

#overStock a:hover {
	text-decoration: underline;
}

#overStock a {
	height: 75px;
	width: 200px;
}
#overStockSale {
	position: relative;
	background-image: url(../images/Burst.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 200px;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 50px;
}
#overStockSale p {
	left: 27px;
	top: 18px;
	position: absolute;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#overStockSale p a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#overStockSale p a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;	
}

#overStockSale p a:hover {
	text-decoration: underline;
}
