body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align:center;
	margin-top:0;
}

#wrapper {
	width:774px;
	margin-left:auto;
	margin-right:auto;
}

#wuheader {
	width:774px;
	height:74px;
	background-color:#000000;
	background-image: url(../gfx/header.gif);
	background-repeat:no-repeat;
	padding-top:25px;
}

#wuheader p {
	float:right;
	width:300px;
	text-align:right;
	margin-right:20px;
	_margin-top:20px;
}

#wuheader a {
	color:#fae23a;
	font-size:0.8em;
	font-weight:bold;
	text-decoration:none;
}

#wuheader a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.headertitle {
	background:url(../gfx/title_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:420px;
	height: 30px;
	display:block;
	color:#ffde1b;
	padding-top:2px;
	font-size:1.2em;
	padding-left:10px;
}

.headertitle600{
	background:url(../gfx/title_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:765px;
	height: 30px;
	display:block;
	color:#ffde1b;
	padding-top:2px;
	font-size:1.2em;
	padding-left:10px;
	margin: 10px 0;
	text-align:left;
	font-size:18px;
}

.searchform{
	border:1px solid #fae23a;
	margin-bottom:10px;
	padding-bottom:10px;
}

tr.resulttableheader{
	font-weight:bold;
	padding:2px;
	margin-top:10px;
	text-align:left;
}

table.resultstable{
	border:1px solid #cccccc;
	margin-bottom:10px;
}

table.resultstable td {
	border:1px solid #cccccc;
	text-align:left;
}

.resultstableheaderband {
	text-align:left;
	background-color:#fae23a;
	font-weight:bold;
	padding: 2px 10px;
	font-size:1.2em;
}

.resultstableheaderbandspan {
	display:block;
	text-align:left;
	background-color:#fae23a;
	font-weight:bold;
	padding: 5px 10px;
	margin: 10px 0;
	font-size:1.2em;
}

.priceittable {
	display:block;
	float:right;
	border:1px solid #fae23a;
}

td.yellowbg {
	background-color:#fae23a;
	margin:0; 
	padding:0;
	border:0;
}

.priceittableheader {
	background-color:#fae23a;
	display:block;
	height:20px;
	width:284px;
	padding-top:5px;
	margin-top:-10px;
	overflow:hidden;
	height:100%;
}


table.yellowborder {
	border:1px solid #fae23a;
	padding-top: 10px;
}

input.submitsml {
	width:150px;
	height:30px;
	color:#000000;
	background-image:url(../gfx/button_bg_sml.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	background-color:#ffffff;
	text-align:left;
	padding-left:20px;
	border:0;
	padding-top:0;
	cursor:pointer;
}

input.submit {
	width:150px;
	height:30px;
	color:#000000;
	background-image:url(../gfx/button_bg.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	background-color:#ffffff;
	text-align:left;
	padding-left:20px;
	border:0;
	padding-top:0;
	cursor:pointer;
}