@CHARSET "ISO-8859-1";

.specialDeals{
	height: 200px;
	margin-top:12px;
	background-image: url("../images/boxbg.png");
	background-repeat: no-repeat;
	font-size: inherit;
	}
	
.specialDealsLabel {
    background-color: #1e90ff;
	color: white;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top:2px;
	}
	
.specialDealsText{
	padding-top:5px;
	padding-right:5px;
	color: white;
	font-size: 12px;
	font-weight: normal;    
	text-align: left;
	line-height:20px;
	}	

.specialDealsText li {
	margin-bottom:10px;
	font-weight:bold;
	}

.text{
	border-style: solid;
	border-width: 1px;
	border-color: white;
	padding: 10px;
	text-align: justify;
	margin-top: 10px;
	background-image: url("../images/bigboxbg.png");
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: inherit;
	color: black;

}

.adbox {
	position:relative;
	width: 300px;
	max-width:300px;
}

.bodycell {
	width:660px;
	min-width:660px;
}