/* Natural Emerald Skin */
.hide
{
	display: none;
}

body
{
	background: url(../../sysskins/Natural%20Emerald/graphics/bg.gif);
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	text-align: center;
}

/* GENERAL STYLES */


p
{
	font-size: 10px;
}


a
{
	text-decoration: none;
	color: #000000;
}

/*
a:link
{
}

a:visited
{
}

a:active
{
}

a:hover
{
}
*/

h1
{
	padding: 3px 0 3px 0px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;	
	display: block;
	color: #000000;	
}

h3
{
	margin-bottom: 10px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 12px;
	font-weight: bold;
}
h4
{
	padding: 4px;
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 11px;
	font-weight: bold;	
	color: #FFFFFF;
	background: url(../../sysskins/Natural%20Emerald/graphics/Categories.gif) no-repeat;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999; 	
}

/* The container is used to control to overall width of the site content */
#container
{
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

/* Used by popup windows */
#popupContainer
{
	width: 100%;
	padding: 10px;	
}

/* START HEADER TAGS */

#Header
{
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
	height: 100%; 
	background: #ffffff;
}

/* LOGO AREA */
#BrandingArea
{
	position: relative;
	width: 100%;
	margin: 0;
	background: url(../../sysskins/Natural%20Emerald/graphics/header.gif) no-repeat top right;
}

#Logo
{
	margin: 0;
	padding: 20px 0 0 10px;
}

/* Sections within Main Header Areas */
#SiteMenu {
	position: absolute;
	top: 5px;
	left: 0px;
	margin: 0;
	padding: 0;
	width: 100%;
}

#SiteMenu ul
{
	white-space: nowrap;
	padding: 0 20px 0 0;
	margin: 0 0 5px 0;
	text-align: right;
}

#SiteMenu li
{
	display: inline;
	list-style-type: none;
}

#SiteMenu a
{
	font-size: 10px;
	padding: 0 0 0 12px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;	
	color: #000000;	
}

#SiteMenu a:hover
{
	text-decoration: underline;
}

#MiniCart
{
	position: absolute;
	top: 40px;
	right: 38px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;	
}

#ShoppingCartLink
{
	position: absolute;
	top: 20px;
	right: 40px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 11px;	
	color: #000000;	
}

#ShoppingCartLink a
{
	color: #000000;
}

#ShoppingCartLink a:hover
{
	text-decoration: underline;
}

/* Tags for main menu */

#MainMenu
{
  width: 100%;
  text-align: center;
  background: #8fbd5e;
  border-top: 1px solid #000;
}

/* Controls Tabs for top level categories */

/*
#MenuLevel1
{
}
*/

#MenuLevel1 table
{
  margin: 0 auto;	
}

/*
.MenuItem
{		
	color: #FFFFFF;
	text-align: center;	
}
*/

/*
.MenuItemActive
{
	font-weight: bold;	
}
*/

#MenuLevel1 a
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 11px;	
	color: #FFFFFF;
	font-weight: bold;	
	padding: 0 8px;	
}

#MenuLevel1 a:hover
{
	text-decoration: underline;
}

/* Controls sub category level menu */
#MenuLevel2
{
	position: relative;
	top: 17px;
	width: 100%;
	display: none;	
}
	
#MenuLevel2 .MenuItem
{
	width: 100px;
	background: transparent;
	color: #000;
}

#MenuLevel2 table
{
	margin-left: auto;
	margin-right: auto;
}

#MenuLevel2 a
{
	font: 10px/12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000;
	text-decoration: none;
}

#MenuLevel2 a:hover
{
	text-decoration: underline;
}

/* END HEADER TAGS */

/* START MAIN LAYOUT TAGS */



/* NavColumn and ContentColumn are used on pages with a sidebar - product pages, etc. */
#navcolumn
{
	width: 145px;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 8px;
	padding-left: 8px;
	background: #E9F2DF;	
}
 #NavColumn
{
	width: 145px;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 8px;
	padding-left: 8px;
	background: #E9F2DF;	
}

#contentcolumn
{
	width: 100%;
	background: #FFFFFF;
	padding: 5px;
	vertical-align: top;
}
 #ContentColumn
{
	width: 100%;
	background: #FFFFFF;
	padding: 5px;
	vertical-align: top;
}

/* #ProductPageContainer,#ProductImageColumn and #ProdutContentColumn are used on the product page */
#ProductPageContainer
{
	width: 100%;
	padding-right: 30px;
	padding-bottom: 10px;
}

#ProductPageImageColumn
{
	vertical-align: top;
	text-align: center;
}

#ProductPageContentColumn
{
	vertical-align: top;
	display: block;
	width: 100%;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	padding: 0 0 0 10px;
}

/* #page is used by pages without a sidebar, ie shopping cart */
#page
{
	background: #FFFFFF;
	padding: 5px;
}


/* #maincontent is a DIV that wraps the content area on every page */
/*
#maincontent
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	padding: 5px;
}
*/

/* END MAIN LAYOUT TAGS */

/* START FOOTER ELEMENTS */
#footer
{
	width: 100%;
	padding-top: 7px;
	text-align: center;
	background: url(../../sysskins/Natural%20Emerald/graphics/footer.gif) top left repeat-x;
}

#footermenu a {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	color: #000000;
}

#footermenu a:hover {
    text-decoration: underline;
    color: #000000;
}

#copyright
{
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-weight: bold;	
	color: #000000
	position: relative;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;	
}

#poweredby
{
	padding-top: 10px;
	padding-bottom: 2px;	
}

/* END FOOTER ELEMENTS */

/* START HOMEPAGE TAGS */
/*
#PageHome #MainContent
{
	padding: 0px;
	margin: 0px;
}
*/

#HomeTable
{
	margin-top: 0px;
	background: #FFFFFF;
	width: 100%;
	
}

#HomeColumn1
{
	vertical-align: top;
	width: 145px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	background: #E9F2DF;	
}

#HomeColumn2
{
	vertical-align: top;
	text-align: left;
	padding: 2px 10px 0 10px;
}

#HomeColumn3
{
	vertical-align: top;
	width: 145px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}

/*
#HomepageSample1
{
}
*/

#HomepageSample2
{
	vertical-align: top;
	background: url(../../sysskins/Natural%20Emerald/graphics/homepageblock.gif) top no-repeat; 
	text-align: left;
	vertical-align: middle;
	height: 100px;
	width: 420px;
	padding: 25px 5px 5px 5px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size: .8em;
}

#HomeColumn1 .SingleProductDisplay{
	border: 0px;
}
 #HomeColumn2 .SingleProductDisplay{
	border: 0px;
}
 #HomeColumn3 .SingleProductDisplay{
	border: 0px;
}
 
#HomeColumn1 .SingleCategoryDisplay{
	border: 0px;
}
 #HomeColumn2 .SingleCategoryDisplay{
	border: 0px;
}
 #HomeColumn3 .SingleCategoryDisplay
{
	border: 0px;
}

/* END HOMEPAGE TAGS */

/* START NAV COLUMN BLOCK TAGS */
#navColumn ul{
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
}
 #NavColumn ul{
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
}
 #navcolumn ul
{
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
}

.CategoryList ul
{
	padding: 0;
	margin: 0 0 0 10px;
	list-style-type: none;
}

.NavColumnBlock
{
	width: 145px;
	
}

.NavColumnBlockContent
{
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	padding: 5px;
	background: #F1F1F1 url(../../sysskins/Natural%20Emerald/graphics/ContentColumnbg.gif) no-repeat 50% top;
	border-left: 1px solid #8FBD5E;
	border-right: 1px solid #8FBD5E;
	border-bottom: 1px solid #8FBD5E;
}

.MailingListSignupForm{
	width: 145px;
	padding: 2px 0 20px 0;
}
 .SearchBoxForm{
	width: 145px;
	padding: 2px 0 20px 0;
}
 .CategoryList
{
	width: 145px;
	padding: 2px 0 20px 0;
}

.CategoryListContent{
	padding: 5px;
	background: #F1F1F1 url(../../sysskins/Natural%20Emerald/graphics/ContentColumnbg.gif) no-repeat 50% top;
	border-left: 1px solid #8FBD5E;
	border-right: 1px solid #8FBD5E;
	border-bottom: 1px solid #8FBD5E; 
}
 .MailingListSignupFormContent{
	padding: 5px;
	background: #F1F1F1 url(../../sysskins/Natural%20Emerald/graphics/ContentColumnbg.gif) no-repeat 50% top;
	border-left: 1px solid #8FBD5E;
	border-right: 1px solid #8FBD5E;
	border-bottom: 1px solid #8FBD5E; 
}
 .SearchBoxFormContent
{
	padding: 5px;
	background: #F1F1F1 url(../../sysskins/Natural%20Emerald/graphics/ContentColumnbg.gif) no-repeat 50% top;
	border-left: 1px solid #8FBD5E;
	border-right: 1px solid #8FBD5E;
	border-bottom: 1px solid #8FBD5E; 
}

/* END NAV COLUMN BLOCK TAGS */

/* START PRODUCT CONTROLS AND CATEGORY CONTROLS */
.SingleProductDisplay
{
	text-align: center;
	width: 145px;
	margin: 10px 10px 10px 0;
}

.SingleCategoryDisplay
{
	text-align: center;
	width: 145px;
	margin: 10px 10px 10px 0;
}

/* Special Tag to shrink single product margins when inside nav column */
.RelatedItemsBlock
{
	display: block;
	border: 1px solid #ccc;
	background: #efefef;
	width: 145px;
	margin: 0px;	
}

.RelatedItemsBlockContent
{
	padding: 0px;
	text-align: center;	
}

.NavColumnBlock .SingleProductDisplay{
	margin: 0px;
}
 .NavColumnBlock .SingleCategoryDisplay
{
	margin: 0px;
}

/*
.SingleProductDisplayImage
{

}

.SingleCategoryDisplayImage
{

}
*/

.SingleProductDisplayName a{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;	
}
 .SingleCategoryDisplayname a{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;	
}
 .ListCategoryDisplay a
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;	
}

.SingleProductDisplayPrice a
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
	color: #77A954;
}

.ListProductDisplay
{	
	width: 90%;
}

.ListCategoryDisplay
{	
	width: 90%;
}

.ListProductDisplayPrice
{
	text-align: right;
}

.ListCategoryDisplayDescription
{
	margin: 3px 10px 10px 0;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 12px;
}

.DetailProductDisplay
{
	border-top: solid 1px #8FBD5E;
	padding: 10px;
	width: 90%;
}

.DetailProductDisplayImage
{
	vertical-align: top;
	width: 120px;
	height: 120px;
	float: right;
}

.DetailProductDisplayName
{
    font-size: 12px;
	font-weight: bold;
}

.DetailProductDisplayPrice
{
    font-size: 11px;
	color: #8FBD5E;
}

/* END PRODUCT CONTROLS AND CATEGORY CONTROLS */

/* Shopping Cart Page */
#CartTitle
{
	width: 100%;
}

/*
#CartSubTitle
{
}
*/

#CartContainer
{
	width: 100%;
}

/*
#CartItemBlock
{
}
*/

#CartItemBlock table
{
	margin: 0px;
	width: 100%;
}

#CartUpdateBlock
{
	width: 100%;
	text-align: center;
	border-left: solid 1px #8FBD5E;
	border-bottom: solid 1px #8FBD5E;
	border-right: solid 1px #8FBD5E;
}

#CartTotalBlock
{
	border-bottom: solid 1px #8FBD5E;
	border-right: solid 1px #8FBD5E;
	width: 250px;
	padding: 5px;
	text-align: center;
}

#CartCheckoutButtons
{
	width: 100%;
	text-align: right;
	margin-top: 10px;
}

/* START VISUAL STYLES */

/* quote box, etc. */
.BVText
{
	font: 10px/12px Verdana, Arial, Helvetica, Sans-Serif;
	background: #efefef;
	display: block;
	padding: 5px;
	border: 1px solid #8FBD5E;
}

.CartText
{
	font: 14px/14px Verdana, Arial, Helvetica, Sans-Serif;
}

.BVSmallText
{
	font: 10px/12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
}

.Header
{
	color: #000000;
	background: #eaeaea;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;	
	padding: 5px;
}

.Item{
	padding: 5px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
}
 .CartItem{
	padding: 5px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
}
 .AlternateItem{
	padding: 5px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
}
 .CartAlternateItem
{
	padding: 5px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
}

.CartItem{
	border-bottom: 1px solid #8FBD5E;	
}
 .CartAlternateItem
{
	border-bottom: 1px solid #8FBD5E;	
}

.FormInput
{
	border: 1px solid #ccc;
	background: #F9F9F9;
}

.FormInputError
{
	border: 1px solid #ccc;
	background: #ffb5b5;
}

.formlabel
{
	vertical-align: middle;	
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;	
}

.FormLabelStrong
{
	vertical-align: middle;	
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;	
}

.ErrorMessage
{
	background: #F17777;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	border: 1px solid #F00;
	padding: 3px;
}

.SuccessMessage
{
	background: #9f0;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
}

.indent
{	
	margin-left: 20px;
}

.Padded
{
	margin: 10px;
}

.ProductPropertyLabel
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;	
	color: #000000;	
	text-decoration: underline;
}

.ProductProperty {
    	font-size: 11px;
	color: #000000;
}

.SitePriceDiscounted{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;	
}
 .YouSave{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;	
}
 .ListPrice{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;	
}
 .SitePrice{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;	
}
 .DiscountText{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;	
}

/*
.SitePrice
{
}

.ListPrice
{
}
*/

.ListPrice
{
	text-decoration: line-through;
}

.SitePriceDiscounted{
	color: #f00;
}
 .YouSave
{
	color: #f00;
}

/* START BREADCRUMB TAGS */
#BreadCrumbs
{	
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;
	padding: 5px 0 15px 5px;
}

.BreadCrumbTrailSpacer
{
	background-repeat: no-repeat;
}

.BreadCrumbTrailNoLink
{
    visibility: hidden;
}

#BreadCrumbs a
{
	color: #6B984C;
}

#BreadCrumbs a:hover
{
	color: #98C666;
}

/* END BREADCRUMB TAGS */

/* CATEGORY LIST CONTROL TAGS */
.OtherCategory a{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
 .SubCategory a{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
 .SubCategory a:visited{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
 .SubCategory a:active
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.CurrentCategory a
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.OtherCategory a:hover
{
	border-bottom: 1px solid #000000;
}
	
.SubCategory a:hover
{
	text-decoration: underline;
}

/* END CATEGORY LIST CONTROL TAGS */

/*
#ProductProperties
{
}
*/

#ProductProperties ul
{
	margin-top: 5px;
	list-style-type: none;
}

#ProductProperties ul li
{
	margin-top: 3px;
}

#ProductProperties ul ul
{
	margin: 5px 0 0 50px;
	list-style-type: disc;
}

/* Category Page */
#CategoryListHeader
{	
    padding: 10px 0 10px 10px;
}

#CategoryListHeader #LayoutTable
{
	width: 90%;
}

#Pager{
    	padding-left: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 11px;
	color: #666666;	
}
 #Sorter{
    	padding-left: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 11px;
	color: #666666;	
}
 #Sorter td {
    	padding-left: 3px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 11px;
	color: #666666;	
}

#RecordsFound
{
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 11px;
	color: #666666;
}

/*
#Sorter Table
{
}
*/

#tblItems
{
	border: 1px solid #8FBD5E;
	width: 100%;
	margin: 5px;
}

#CheckoutTable
{
	width: 100%;
}

#CheckoutSteps
{
	margin: 5px;
}

.CheckoutStep
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 11px;
}

#CheckoutSteps a
{
	padding-right: 25px;
	color: #666666;
}

.CheckoutStep .CheckoutStepCurrent
{
	font-weight: bold;
	color: #666666;	
}

.CheckoutDescription
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 11px;
}

#AddressBookPanel
{
	margin-bottom: 10px;
}

.ContentBox
{
	margin: 3px 0 5px 20px;	
	background: #fff;
	border: solid 1px #8FBD5E;
	padding: 10px;
}

#CheckoutTotals
{
	text-align: center;
	background: #fc6;
	border: 1px solid #8FBD5E;
	padding: 5px;
}

#PlaceOrderCell
{
	padding: 5px;
	text-align: center;
	background: #fff;
	border: 1px solid #8FBD5E;
}

#CheckoutCoupons{
	border: 1px solid #8FBD5E;
	padding: 5px;
}
 .ControlArea{
	border: 1px solid #8FBD5E;
	padding: 5px;
}
 #ProductControls{
	border: 1px solid #8FBD5E;
	padding: 5px;
}
 #CheckoutPayment
{
	border: 1px solid #8FBD5E;
	padding: 5px;
}
 
#ProductControls
{
	margin-top: 20px;
}

#lblSKU
{
    font-size: 10px;
}

/* START PRODUCT REVIEWS */

#ProductReviews
{
	margin: 20px 0 10px 0;	
}

#ProductReviewNew
{
	margin: 20px 0 10px 0;	
}

#ProductReviews h3
{
	padding: 5px 3px 12px 0;
	background-position: center bottom;
	border-bottom: 1px solid #8FBD5E;
	color: #666;
}

#ProductReviews a
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 11px;
}

.ProductReviewRating
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 11px;
	color: #c60;
}

.ProductReview
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 11px;
	margin: 10px;
	padding: 3px;
}

.ProductReviewKarma
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 11px;
	position: relative;
	top: 10px;
	padding-bottom: 10px;
}

/* END PRODUCT REVIEWS */

.RelatedItemsBlock h3
{
	padding: 5px 3px 12px 0;
	background-position: center bottom;
	border-bottom: 1px solid #ccc;
	color: #666;
}

#VolumeDiscounts
{
	margin: 5px;
}

.VolumePricingHeader
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.VolumePricingText
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 11px;
	color: #666;	
	padding: 2px;
}

/*
.NewProductBadge
{	
}
*/

.NewProductBadge img
{
	position: relative;
	top: -110px;
	left: -35px;
}

/* use extra divs to insert custom graphics or elements 
#extraDiv2
{
	display: none;
}

#extraDiv3
{
	display: none;
}

#extraDiv4
{
	display: none;
}

#extraDiv5
{
	display: none;
}

#ExtraDiv1
{
	display: none;
}

#ExtraDiv6
{
	display: none;
}
*/

/* START ERROR MESSAGE BOXES */
.WebPageMessage
{
	width: 500px;
	border: solid 1px #000;
	background: #fff;
	margin: 5px 0 5px 0;
}

.WebPageMessageError{
	padding: 5px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
 .WebPageMessageWarning{
	padding: 5px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
 .WebPageMessageInformation{
	padding: 5px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
 .WebPageMessageQuestion{
	padding: 5px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
 .WebPageMessageOK{
	padding: 5px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

.WebPageMessageError
{
	background-image: url(../../images/WebPageMessageError.gif);
}

.WebPageMessageWarning
{
	background-image: url(../../images/WebPageMessageWarning.gif);
}

.WebPageMessageInformation
{
	background-image: url(../../images/WebPageMessageInformation.gif);
}

.WebPageMessageQuestion
{
	background-image: url(../../images/WebPageMessageQuestion.gif);
}

.WebPageMessageOK
{
	background-image: url(../../images/WebPageMessageOK.gif);
}

.WebPageMessage .Message
{
	padding: 0 0 15px 40px;
}

/* END ERROR MESSAGE BOXES */