@charset "utf-8";
@import "thickbox.css";
@import "global.css";
@import "layout.css";
@import "theme.css";

/*******************************************************************************
*  1Col.css : 24.07.2006
* -----------------------------------------------------------------------------
*  Sets the layout style and columns
*******************************************************************************/

#outerColumnContainer
{
	border-left: solid 0 #fff;
	border-right: solid 0 #fff;
	padding:0;
	margin:0;
}
#innerColumnContainer
{
	border-color:#fff;
}
#leftColumn, #rightColumn
{
	display:none;
}
#EmailAFriend
{
	width:908px;
}
*html #EmailAFriend
{
	width:913px;
}
#adminPanel
{
	width:930px;
}
*html #adminPanel
{
	width:935px;
}
.validationSummary
{
	width:918px;
}
*html .validationSummary
{
	width:923px;
}
#searchoptions
{
	width:930px;
}

/******************************************************************************/

@import url("print.css") print;
