body
{
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5;
	background: white;
}

#frame 
{
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	padding: 0px;
	text-align: left;
	width: 982px;
}
	
#topcontent
{
	width: 100%;
	height: 150px;
}
		
#leftcontent 
{
	float: left;
	width: 196px;
}

#centercontent 
{
	float: left;
	width: 580px;
	padding-left: 5px;
	padding-right: 5px;
}

#rightcontent 
{
	float: left;
	width: 196px;
}

div.spacer
{
	margin-top: 6px;
}

div.boxdivider
{
	background-image: url(../graphics/box/box_divider.gif);
	background-repeat: repeat;
	height: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div.boxspacer
{
	margin-top: 3px;
}

h1
{
    font-size: 11px;
    font-family: Verdana, Helvetica;
    color: #3A3A3A;	
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

h2
{
    font-size: 11px;
    font-family: Verdana, Helvetica;
    color: #3A3A3A;	
    font-weight: bold;
}

h3
{
    font-size: 11px;
    font-family: Verdana, Helvetica;
    color: #3A3A3A;	
    font-weight: bold;
}

h4
{
    font-size: 11px;
    font-family: Verdana, Helvetica;
    color: #3A3A3A;	
    font-weight: bold;
}

.Main
{
    font-size: 11px;
    font-family: Verdana, Helvetica;
    color: #3A3A3A;	
}

.Small
{
    font-size: 9px;
    font-family: Verdana, Helvetica;
    color: #3A3A3A;	
}

.LinkButton
{
	font-size: 11px;
	font-family: Verdana, Helvetica;
	color: #C40009;
}

.Price
{
    font-size: 20px;
    font-family: Tahoma, Helvetica;
    color: #C40009;	
    font-weight: bold;
}

.Message
{
    font-size: 11px;
    font-family: Verdana, Helvetica;
    color: #C40009;	
    font-weight: bold;
}

.BoxTitle
{
	font-size: 11px;
	font-family: Verdana, Helvetica;
	color: White;
	font-weight: bold;
}

.ColumnTitle
{
	font-size: 11px;
	font-family: Verdana, Helvetica;
	color: White;
	font-weight: bold;
}

a
{
    font-size: 11px;
    font-family: Verdana, Helvetica;
    font-weight: bold;
	color: #0080B7;
	text-decoration: none;
}

a:hover
{
    font-size: 11px;
    font-family: Verdana, Helvetica;
    font-weight: bold;
	color: #005376;
	text-decoration: underline;
}

a.B2B
{
    font-size: 9px;
    font-family: Verdana, Helvetica;
    font-weight: bold;
	color: #C40009;
	text-decoration: none;
}

a.B2B:hover
{
    font-size: 9px;
    font-family: Verdana, Helvetica;
    font-weight: bold;
	color: #C40009;
	text-decoration: underline;
}

.SearchBox
{
	border-style: solid;
	border-width: 1px;
	border-color: #3A3A3A;
	font-size: 13px;
	font-family: Tahoma;
	color: Black;
	background-color: #DDDDDD;
	height: 22px;
}

.SmallInputBox
{
	font-size: 10px;
	font-family: Tahoma;
	color: Black;
	height: 18px;
}

.Grid tr td
{
	border-top: 1px solid #E0E0D6;
	border-bottom: 1px solid #E0E0D6;
}

.AutoCompleteExtender_CompletionList
{
	list-style-type: none;
	margin: 0 0 0 -1;
	background-color : window;
	color : #3A3A3A;
	padding : 1px;
	font-size: 11px;
	background-color: Gray;
	font-family: Verdana, Helvetica;
}

.AutoCompleteExtender_CompletionListItem
{
	list-style-type: none;
	text-align : left;
	background-color:White;
	padding: 2px;
}

.AutoCompleteExtender_HighlightedItem
{
	list-style-type: none;
	font-family: Verdana, Helvetica;
	background-color: #0080B7;
	color: white;
	font-size: 11px;
	cursor: default;
	padding: 2px;
}
