*
{
	font-family: arial;
	font-size: 10pt;
}

html,body
{
	width: 100%;
	height: 100%;
	margin: 0;
	background-image: url(../images/mainbg.jpg);
}

#container
{
	width: 100%;
	height: 100%;
	margin: 0;
}

#topbar
{
	width: 100%;
	height: 70px;
	background-image: url(../images/topbarbg.jpg);
	background-repeat: repeat-x;
}

#menubar
{
	width: 100%;
	height: 13px;
	background-image:  url(../images/menubarlogo.jpg);
	background-repeat: no-repeat;
	background-color: #f0d07a;	
	font-size: 8pt;
}

#menubaritems
{
	margin-left: 180px;
}

#topbarbottom
{
	width: 100%;
	height: 11px;
	background-image: url(../images/topbarbottombg.jpg);
	background-repeat: repeat-x;
}

#main
{
	margin: 0px;
	
}

#storeCategoryMenu
{
	float: left;
	padding: 10px;
}

#storeOrderSteps
{
	width: 200px;
	float: left;
	padding: 10px;
	color: #444444;
	font-weight: bold;
}
.storeOrderSteps LI
{
	color: #444444;
}
.storeOrderStepsSelected LI
{
	color: #ff8e27;
}

#storeUserMenu
{
	padding-left: 20px;
}
#mainContent
{
	float: none;
	padding: 10px;
}

#mainContainer
{
	float: none;
}

#storeActionMenu
{
	float: right;
	padding: 10px;
}


#poweredBy
{
	text-align: right;
	padding-right: 10px;
}

#poweredBy a
{
	color: #b0b0b0;
	font-weight: bold;
	font-size: 8pt;
	text-decoration: none;
}

#poweredBy a:hover 
{
	text-decoration: underline;
}

ul
{
	list-style-type: square;
	color: #ff8e27;
}

.storePriceLarge
{
	color: #ff8e27;
	font-weight: bold;
	font-size: 14pt;
}

.storePreviousPriceLarge
{
	color: #888888;
	font-size: 12pt;
	font-weight: bold;
	text-decoration: line-through;
}



.storeMenu
{
	background: #cacaca;	
	background-image: url(../libraries/oa.image.php?reference=storeMenuBackground);
	background-position: top left; 
	background-repeat: no-repeat;
	
	
	width: 171px;
	padding: 10px;
	line-height: 14pt;
	
}
.storeMenu A
{
	font-weight: normal;
	text-decoration: none;
	color: #593d00;

}

.storeMenu A:hover
{
	font-weight: normal;
	text-decoration: underline;
	color: #ff8e27;
}

.storeTable
{
	padding: 10px;
}

.storeTable td
{
	color: #888888;
	font-weight: normal;

	border-bottom: 1px gray dotted;
}

.storeTable input
{
	border: 1px gray dotted;

}

.storeTable A
{
	font-weight: bold;
	text-decoration: none;
	color: #ff8e27;

}

.storeTable A:Hover
{
	font-weight: bold;
	color: #888888;

}

.storeTableTDHeader td
{
	font-weight: bold;
	color: #ff8e27;
}


.storeAddressTable
{
	color:#444444;
	width: 400px;
}

.mainLeft
{
	align:top;
}

.MenuItem
{
	font-weight: bold;
	font-size: 8pt;
	font-family: verdana;
	text-decoration: none;
	color: black;
	margin-right: 24px;
}

.MenuItem:hover
{
	color: #ff8e27;

}

.FormFieldError
{
	border: 2x solid red;
}


.productListLink
{
	vertical-align: middle; 
	height: 30px; 
	text-align: left;
	border-bottom: #dddddd 1px solid;
	padding-bottom:5px;
}

.productListLink A
{
	font-weight: bold; 
	font-size: 13pt; 
	color: #888888; 
	text-decoration: none;
}

.productListLink A:Hover
{
	color: #ff8e27; 
	text-decoration: underline;
}


.productListBottom
{
	color: #dddddd; 
	text-decoration: none;
	border-bottom: #dddddd 1px solid; 	
}


.productListImage
{
	padding-right: 5px;
}

.productListDescription
{
	padding-left: 5px; 
	border-left: #dddddd 1px solid;
}

.productListPrice
{
	font-weight: bold; 
	font-size: 14pt; 
	vertical-align: middle; 
	color: #ff8e27; 
	height: 30px; 
	text-align: right;
}


p
{
	font-size: 10pt;
}

h1
{
	color: #ff8e27;
	font-size: 14pt;
	margin-top: 0px;
}

h2
{
	font-size: 12pt;
}

h3
{
	font-size: 11pt;
}

h4
{
	font-size: 10pt;
	font-style: italic;

}

a
{
	color: blue;
}

