body
{
    background-color: White; 

    text-align: center;
    
    color: Black;

    font-size: 11px;
    font-family: Arial;

    margin: 3px;
}

#PagePanel
{
	width: 1010px;
	text-align: left;
	margin: 0 auto;
	
	background-image: url('Images/Background.png');
	background-position: bottom;

	display: table;
}

#LeftPanel
{
	float: left;
	width: 250px;
}

#LogoPanel
{
	height: 200px;
	width: 100%;
	background-image: url('Images/Header1.png');
	text-align: center;
}

#Band1
{
	width: 100%;
	height: 10px;
	background-color: #324b64;
}

#LoginPanel
{
	width: 100%;
	background-image: url('Images/Login.png');
	background-position: top;
	background-repeat: no-repeat;
	background-color: #aaaaaa;
}

#BasketPanel
{
	width: 100%;
	background-color: #aaaaaa;
}

#CategoriesPanel
{
	min-height: 100px;
	width: 100%;
}

#ContentPanel
{
	float: right;
	width: 760px;
	margin-right: 0px;
}

#SearchPanel
{
	margin-right: 10px;
	width: 750px;
	height: 80px;
	background-image: url("Images/Header2.png");
	color: White;
}

#SearchPanel div.SearchPanelContent
{
	float: right;
	padding: 10px;
}

#MenuPanel
{
	margin-right: 10px;
	width: 750px;
	height: 60px;
	background-color: White;
}

#NewsPanel
{
	margin-left: 5px;
}

#Center
{
	width: 550px;
}

#RightPanel
{
	float: right;
	width: 195px;
	padding: 0px 10px 5px 0px;
}

#RightPanel div.Box
{
	min-height: 100px;
}

#RightPanel div.Box div.Caption
{
	height: 30px;
	background-image: url('Images/RightCaption.png');
	font-size: 12px;
	text-transform: uppercase;
	color: White;
	font-weight: bold;
}

#RightPanel div.Box div.Caption div.Shadow
{
	width: 200px;
	position: absolute;
	padding-top: 8px;	
	padding-left: 2px;	
	color: #999999;
	text-align: center;
}

#RightPanel div.Box div.Caption div.Shadow1
{
	width: 200px;
	position: absolute;
	padding-top: 6px;	
	padding-left: 0px;	
	color: #999999;
	text-align: center;
}

#RightPanel div.Box div.Caption div.Shadow2
{
	width: 200px;
	position: absolute;
	padding-top: 8px;	
	padding-left: 0px;	
	color: #999999;
	text-align: center;
}

#RightPanel div.Box div.Caption div.Shadow3
{
	width: 200px;
	position: absolute;
	padding-top: 6px;	
	padding-left: 2px;	
	color: #999999;
	text-align: center;
}

#RightPanel div.Box div.Caption div.Text
{
	width: 200px;
	position: absolute;
	padding-top: 7px;	
	padding-left: 1px;	
	text-align: center;
}

#RightPanel div.Banner
{
	padding-top: 0px;	
	padding-left: 0px;	
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

#RightPanel div.Banner1
{
	padding-top: 0px;	
	padding-left: 0px;	
	font-size: 11px;
	text-align: left;
	font-weight: bold;	
}

#FooterPanel
{
	float: left;
	width: 1010px;
	height: 62px;
    color: #CCCCCC;	
	background-image: url("Images/Footer.png");
}

#FooterPanel table
{
	width: 100%;
	text-align: left;
}

a.FooterHyperLink
{
	padding-left: 2px;
	background-position: left;
	background-repeat: no-repeat;
	color: #CCCCCC;
	text-decoration: none;
}
a.IconButton:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}


a.IconButton
{
	padding-left: 20px;
	background-image: url('Images/Icon.png');
	background-position: left;
	background-repeat: no-repeat;
	color: #999999;
	text-decoration: none;
}

a.IconButton:hover
{
	background-image: url('Images/Icon_.png');
	color: White;
	text-decoration: underline;
}

input
{
	font-size: 11px;
}

input.RightAligned
{
	text-align: right;
}

input.PlainBorder
{
	border: solid 1px Black;
}

select
{
	font-size: 11px;
}

input.ActionButton
{
	border: solid 1px White;
	background-color: #990000;
	color: White;
	font-weight: bold;
}

div.Module
{
	padding: 20px;
}

div.Dots
{
	height: 2px;
	width: auto;
	background: url('Images/Dot.png') repeat-x top;
	margin: 0px 5px 0px 10px;
}

div.Module table.Standard
{
	width: 100%;
}

div.Module table.Standard tr.Items
{
	background-color: #ccccff;
}

div.Module table.Standard tr.Separator
{
	height: 5px;
}

div.Module table.Standard tr td
{
	padding: 1px 4px;
}

div.Module table.Standard tr td.NoWrap
{
	white-space: nowrap;
}

div.Module fieldset
{
	padding: 10px;
	border: solid 1px #324b64;
}

div.Module fieldset legend
{
	color: #324b64; 
	font-weight: bold;
	padding: 10px;
}

div.Warning
{
	background-image: url('Images/Warning.gif');
	background-position: left;
	background-repeat: no-repeat;
	margin-top: 30px;
	
	padding-left: 70px;
	min-height: 50px;
	
	color: Black;
}

div.Pager
{
	text-align: center;
	width: 100%;
	padding: 3px 0px;
	font-size: 12px;
	font-weight: bold;
}

a
{
	color: #990000;
	text-decoration: none;
}

.Emphasy
{
    font-weight: bold;
}

.Verse
{
    font-style: italic;
}

.Right
{
    float: right;
}

.Left
{
    float: left;
}

.Middle
{
    float: inherit;
}

.Clear
{
    clear: both;
}
