/************************************************/
/* Styles										*/
/************************************************/

p.categoryheader {
	background-color:	silver;
	font-family:		verdana, sans-serif;
	font-size:			14px;
	font-face:			bold;
}
	

tr#main table {
	width:			100%;
}

table.styleboxes td {
	width:			33%;
}

#basics td {
	text-align:		right;
	vertical-align:	top;
	padding-right:	20px;
}

#searchForm .searchbutton {
	width:				60px;
	margin:				4px;
}

div#AJAXResults {
	position:		fixed;
	top:			0px;
	left:			0px;
	width:			300px;
	margin-left:	250px;
	margin-right:	250px;
	text-align:		center;
	font-size:		24px;
	background-color:	black;
	color:				white;
	border:				4px solid red;
	filter:alpha(opacity=70);   /* Internet Explorer       */
	-moz-opacity:0.7;           /* Mozilla 1.6 and below   */
	opacity: 0.7;               /* newer Mozilla and CSS-3 */
}