
body {
	font-family: arial;
	font-size: 1.0em;
}

h1 {
	color: #555555;
	text-align: center;
}

h2 {
	color: #999999;
}

h3 {
	color: #999999;
	padding:3px;
	margin:3px;
	font-size:90%;
}

#pricebox {
	width: 90%;
	background: #FFFCA3;
	border-style: solid; /*solid*/
	border-width: 1px;
	border-color:#CCC;
	margin: 2% 5% 2% 5%;
	padding: 10px;
}

table.pricebox {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	border-collapse: collapse;
	background-color: white;
}

table.pricebox th {
	padding: 10px;
	border-width: 1px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.pricebox td {
	padding: 10px;
	border-width: 1px;
	border-style: inset;
	border-color: #f0f0f0;
	background-color: white;
	-moz-border-radius: ;
}

#content {
	background: none;
}

#logo {
	background: white;
	vertical-align: top;
}

.backtodeals {
	font-size: 2em;
}

#searchform {
	border-style: solid;
	border-width: 1px;
	border-color:#CCC;
	margin-left: 20%;
	margin-right: 20%;
	text-align: center;
	padding: 20px 20px 7px 20px;

	background-color: #fffca3;
}

#searchform input {
	font-size: 2.0em;
	color: black;
}

#searchblurb {
	margin:auto;
	text-align: center;
}

/*Coupon Box*/
#coupon-box
{
width:473px; 
padding:5px; 
margin:8px; 
border-style:dashed; 
border-width:thin; 
border-color:#CCC; 
background:#FDEEF4;
}

#coupon-box H5
{
font-size:120%;
color:#F09;
line-height:130%;
padding:0;
margin:0;
}

#coupon-box p
{
text-align:left;
font-size:90%;
color:#666;
line-height:130%;
padding:3px 5px 3px 5px;
margin: 5px 0 0px 0;
}	

.little
{font-size:80%;}
