@import url(../white-background.css);
@import url(../tables.css);/*tables*/
@import url(../pagination.css);/*Styling info for pagination*/
div#contentholder h1 {
	background-image:url(/103/images/offers/special-offers-top.jpg);
	background-repeat:no-repeat;
	width: 976px;
	height: 0px;
	overflow:hidden;
	padding-top: 138px;
	margin: 0 0 10px 0;
	cursor: pointer;
}
/*Filter table*/
div#filterbycats {
	border: 1px solid #CCCCCC;
	background-color:#E6E6E6;
	padding: 5px;
	margin: 0 0 10px 0;
}
table.filtercatstbl {
	width: 964px;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
}
div#contentholder table.filtercatstbl td {
	padding: 2px;
}
table.filtercatstbl col.col1, table.filtercatstbl col.col3, table.filtercatstbl col.col5 {
	width: 20px;
}
table.filtercatstbl col.col2, table.filtercatstbl col.col4, table.filtercatstbl col.col6 {
	width: 292px;
}
table.filtercatstbl #applybtn {
	float: right;
}
/*the offers*/
div.imageholder {
	width: 168px;
	height: 100px;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0 10px 10px 0;
	text-align: center;
	padding: 5px;
	overflow:hidden;
}
div.offerholder  {
	float: left;
	width: 786px;
	/*height: 112px;*/
	margin: 0 0 10px 0;
	position: relative;
}
div#contentholder div.offerholder h2 {
	font-size: 1.5em;
	font-weight: bold;
}
p.was {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 3px 0;
}
p.now {
	font-size: 1.7em;
	font-weight: bold;
	color:#FF0000;
	margin: 0 0 10px 0;
}
p.now span {
	color:#333333;
}
p.morelink {
	margin: 25px 0 0 0;
	width: 90px;
}
.addtobtn {
	float: right;
	margin: -25px 0 0 0;
}
div.offerholder form {
	margin: 0;
	padding: 0;
}

/*RSS*/
div#rssholder {
	text-align: center;
	width: 135px;
	margin: 20px 0 10px 0;
}


/*Just a line*/
div.hline {
	clear: both;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #CCCCCC;
	height: 1px;
	font-size: 1px;/*These 2 make IE happy otherwise the height is too high*/
}

span.excvatstr {
	color:#888;
	font-size:10px;
	font-weight:normal
}
