.hide
{
	display: none;
}
body, div, td, p {font-size:9px; font-family:Tahoma, Geneva, sans-serif;}
body
{
	background:#000;
	margin:0px;
	padding:0 10px;
	/*font: 13px/17px Tahoma, Geneva, sans-serif;
	color: #000;
	letter-spacing: normal;*/
	text-align:center;
}

/* START MAIN LAYOUT TAGS */

/* The container is used to control to overall width of the site content */
/* Use this code to have the container left aligned */
#container
{
	text-align:left;
	width:870px;
	padding:0px;
	margin:0 auto;
	background: #fff;
	border:solid 1px #775540;
}

/* Used by popup windows */
#popupContainer
{
	width:100%;
	padding:10px;
	background: #FFF;	
}
/* NavColumn and ContentColumn are used on pages with a sidebar */
#navcolumn
{
	margin:0px;
	width:150px ! important;
	vertical-align:top;
	text-align:center;
	border-right:solid 1px #E9C063;
	background:#6E0202;
}
#ContentColumn
{
	padding:0px;
	margin:0px;
	width:auto;
	vertical-align:top;
	text-align:left;
	font: 13px/17px Tahoma, Geneva, sans-serif;
}
/* #ProductPageContainer,#ProductImageColumn and #ProdutContentColumn are used on the product page */
#ProductPageContainer
{
	width:590px;
}
#ProductPageImageColumn
{
	width:175px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	text-align:center;
	font: 13px/15px Tahoma, Geneva, sans-serif;
}
#ProductPageContentColumn
{
	padding:0px 0px 0px 10px;
	margin:0px;
	vertical-align:top;
	text-align:left;	
	font: 13px/15px Tahoma, Geneva, sans-serif;	
}
/* #page is used by pages without a sidebar */
#page
{
	padding:0px;
	margin:0px;
	background:#FFFFFF;
	font: 13px/15px Tahoma, Geneva, sans-serif;
}
/* #maincontent is a DIV that wraps the content area on every page */
#maincontent
{
	font: 13px/15px Tahoma, Geneva, sans-serif;
	margin:0px;
	padding:10px;
	text-align: left;
}
/* END MAIN LAYOUT TAGS */

/* START HEADER TAGS */
#header
{
	
	background:#780807 url(panther-nation-store-header-bg.png) repeat-x;
	width: 100%;
	position: relative;
}
/* Used to make sure the main menu clears the logo and site menu */
#BrandingArea
{
	height:137px;
	width:100%;
	position:relative;
}

/* Sections within Main Header Areas */
#Logo
{
	position:absolute;
	top:0;
	left:10px;
}
#HeaderImage {position:absolute; top:0; right:0;}
#SiteMenu {color:#e9c063; display:block; height:30px; line-height:25px; background:#A50B09; border-top:solid 1px #dde193; text-align:right; padding:0 10px;}
#SiteMenu ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#SiteMenu li
{
	display: inline;
}
#SiteMenu li a, #SiteMenu li a:link, #SiteMenu li a:visited
{
	color:#e9c063;
	text-decoration:none;
	/*padding:0 5px;*/
}
#SiteMenu li a:active, #SiteMenu li a:hover
{
	text-decoration:underline;
}
#liMinicartLink {}
#liMinicartLink div {display:inline;}
#MiniCart
{
	color:#E9C063;
}
#ShoppingCartLink
{
	/*position:absolute;
	top:27px;
	left:600px;*/
	color:#f90;
}
#ShoppingCartLink A
{
	color:#6E0202;
}

/* Tags for main menu */
#MainMenu
{
	height:30px; line-height:30px; background:#e9c063; padding:0 10px;
}
/* Controls Tabs for top level categories */
#MenuLevel1
{
	/*width:750px;
	background:#2D2D73;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	text-align:left;*/
}
#MenuLevel1 Table
{	
	margin-left: auto;
	margin-right: auto;
}

.MenuItem a, .MenuItem a:link, .MenuItem a:visited {color:#970202; font-weight:bold; font-size:11px; white-space:nowrap;}
.MenuItemSeparator {padding:0px 3px; color:#970202; font-weight:bold; font-size:11px;}
.cswmItem {font-family:Tahoma ! important; font-size:10px ! important; font-weight:bold ! important;}
.MenuItem 
{	
	height:25px;
	text-align: center;
}
#MenuLevel1 a, #MenuLevel1 a:link, #MenuLevel1 a:visited
{
	color:#970202;
	text-decoration:none;
	padding:0 5px;
	font-weight:bold;
	font-size:11px;
}
#MenuLevel1 a:active, #MenuLevel1 a:hover
{
	text-decoration:underline;
}
.MenuItemActive a, .MenuItemActive a:link, .MenuItemActive a:visited
{
	/*color:#fff;
	text-align: center;*/
}
/* Controls sub category level menu */
#MenuLevel2
{
	display:none;
}
#MenuLevel2 .MenuItem
{
	display:none;
}
#MenuLevel2 Table
{
	display:none;
}
#MenuLevel2 A
{
	display:none;
}
#MenuLevel2 A:Hover
{
	display:none;
}
/* END HEADER TAGS */

/* START FOOTER ELEMENTS */
#footer
{
	background:#250101;
	border-top: solid 10px #6d4d01;
	padding:10px;
}
#footer a, #footer a:link, #footer a:visited {color:#fff; text-decoration:underline;}
#footer p {font-size:10px; color:#ffe7ab; line-height:14px;}
#copyright
{
	line-height:18px;
	color:#fff;
	font-size:10px;
}
#poweredby
{
	padding:5px;
}
/* END FOOTER ELEMENTS */

/* START HOMEPAGE TAGS */
#PageHome #MainContent
{
	padding:0px;
	margin:0px;
}
#HomeTable
{
	padding:0px;
	margin:0px;
	width:100%;
}
#HomeColumn1
{
	vertical-align:top;
	text-align:center;
	padding:0px;
	margin:0px;
	width:150px;
	border-right:solid 1px #E9C063;
	background:#6E0202;
}
#HomeColumn2
{
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
	margin:0px;
	/*width:430px;*/
}
#HomepageSample1
{
	background-image: url(HomepageSample1.jpg);
	height:223px;
	width:446px;
	margin: 3px 0px 0px 0px;
	background-repeat: no-repeat;
}
#HomepageSample2
{
	background:#F1F4FD;
	text-align:center;
	vertical-align:middle;
	width:446px;
	height:100px;
	margin: 10px 0px 0px 0px;
	border: solid 1px #C9CCF9;
	font: 10px/14px Tahoma, Geneva, sans-serif;
}
#HomeColumn2 Table
{
	background:#FFF6E7;
	margin-top:10px;
	border: solid 1px #C9CCF9;
	width:100%;
	margin-bottom:10px;
}
#HomeColumn3
{
	color:#fff;
	vertical-align:top;
	text-align:center;
	padding:0px;
	margin:0px;
	width:150px;
	background:#6E0202;
	border-left:solid 1px #E9C063;
}
#HomeColumn1 .SingleProductDisplay,#HomeColumn2 .SingleProductDisplay,#HomeColumn3 .SingleProductDisplay
{
	border:0px;
}
#HomeColumn1 .SingleCategoryDisplay,#HomeColumn2 .SingleCategoryDisplay,#HomeColumn3 .SingleCategoryDisplay
{
	border:0px;
}

#HomeColumn3 div.HomepageBlock {color:#fff;}
#HomeColumn3 div.HomepageBlock a, #HomeColumn3 div.HomepageBlock a:link, #HomeColumn3 div.HomepageBlock a:visited {color:#fff;}
/* END HOMEPAGE TAGS */

/* START NAV COLUMN BLOCK TAGS */
#navColumn UL, .CategoryList UL
{
	padding: 0;
	margin:0 10px;
	list-style-type: none;
	width:auto;
}
.NavColumnBlock
{
	/*background:#DEE3FF;*/
	padding:0px;
	width:auto;
	margin:0px;
}
.NavColumnBlockContent
{
	padding:5px;
	text-align:left;
	width:auto;
	color:#fff;
	
}
.NavColumnBlockContent ul li {}
.NavColumnBlockContent ul li a, .NavColumnBlockContent ul li a:link, .NavColumnBlockContent ul li a:visited {color:#fff; }
.CategoryList,.MailingListSignupForm, .SearchBoxForm
{
	margin:0px 0px 7px 0px;
	width:auto;
	padding: 0px 0px 0px 0px;
	color:#fff;

}
.CategoryListContent, /*.SearchBoxFormContent,*/ .MailingListSignupFormContent
{
	padding:5px;
	text-align:left;
	color:#fff;
	/*background:#DEE3FF;	*/
	/*background:#FFCC66;	*/
}
.SearchBoxFormContent {position:relative; margin:5px; text-align:left; height:26px;}
.SearchBoxFormContent input {position:absolute; top:0; right:0;}
.SearchBoxFormContent input.FormInput {position:absolute; top:0; left:0; width:110px; height:20px;}
.MailingListSignupForm .Formlabel
{
	font: 11px/11px Tahoma, Geneva, sans-serif;
	color:#333;
}
/* END NAV COLUMN BLOCK TAGS */

/* START PRODUCT CONTROLS AND CATEGORY CONTROLS */
.SingleProductDisplay,.SingleCategoryDisplay
{
	text-align:center;
	width:165px;
	height:165px;
	margin:10px 10px 10px 0px;
}
/* Special Tag to shrink single product margins when inside nav column */
.RelatedItemsBlock
{
	width:175px;
	margin:0px;	
}
.RelatedItemsBlockContent
{
	padding:0px;
	text-align:center;	
}
.NavColumnBlock .SingleProductDisplay,.NavColumnBlock .SingleCategoryDisplay
{
	margin:0px;
	width:auto;
}
#HomeColumn1 .HomePageBlock, #HomeColumn3 .HomePageBlock, #HomeColumn1 .SingleProductDisplay, #HomeColumn3 .SingleProductDisplay, #HomeColumn1 .SingleCategoryDisplay, #HomeColumn3 .SingleCategoryDisplay
{
	width:auto;
}

.SingleProductDisplayImage,.SingleCategoryDisplayImage
{
	/* border: solid 1px #6978CD;*/
}
.SingleProductDisplayName A, .SingleCategoryDisplayname A, .ListCategoryDisplay A
{
	font: bold 11px/14px Tahoma, Geneva, sans-serif;
	text-decoration:none;
}
.SingleProductDisplayPrice A
{
	font: 11px/14px Tahoma, Geneva, sans-serif;
	color:#666;
	text-decoration:none;
}
.ListProductDisplay, .ListCategoryDisplay
{
	text-align:left;	
	width:500px;
}
.ListProductDisplayPrice
{
	text-align:right;
}
.ListCategoryDisplayDescription
{
	margin:3px 10px 10px 0px;
	font: 12px/14px Tahoma, Geneva, sans-serif;
}
.DetailProductDisplay
{
	border-top: solid 1px #cccccc;
	padding: 5px 10px 10px 10px;
	text-align:left;
	width:575px;
}
.DetailProductDisplayImage
{
	vertical-align:top;
	text-align:left;
	width:120px;
	height:120px;
	float:right;
}
.DetailProductDisplayName,.DetailProductDisplayPrice,.DetailProductDisplayDescription
{
	font: 12px/14px Tahoma, Geneva, sans-serif;
}
/* END PRODUCT CONTROLS AND CATEGORY CONTROLS */

/* Shopping Cart Page */
#CartTitle
{
	width:730px;
}
#CartSubTitle
{
}
#CartContainer
{
	width:730px;
	padding:0px;
	margin:0px;
}
#CartItemBlock
{
	padding:0px;
	margin:0px;
}
#CartItemBlock Table
{
	margin:0px;
	width:730px;
}
#CartUpdateBlock
{
	width:490px;
	background:#FFE7AB;
	margin:0px;
	text-align:center;
	vertical-align:middle;
	border-left: solid 1px #BBC0A2;
	border-bottom: solid 1px #BBC0A2;
	border-right: solid 1px #BBC0A2;

}
#CartTotalBlock
{
	border-bottom: solid 1px #BBC0A2;
	border-right: solid 1px #BBC0A2;
	width:240px;
	margin:0px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}
#CartCheckoutButtons
{
	width:730px;
	text-align:right;
	margin-top:10px
}

/* START VISUAL STYLES */

.BVText, .CartText
{
	font: 13px/17px Tahoma, Geneva, sans-serif;
}
.BVSmallText
{
	font: 10px/12px Tahoma, Geneva, sans-serif;
	color:#666;
}
.Header
{
	color:#FFF;
	background:#6F0D0E;
	font: bold 11px/14px Tahoma, Geneva, sans-serif;
	padding:3px;
}
.Item,.CartItem
{
	padding-right: 0.2em;
	padding-left: 0.5em;
	background: #E9C063;
	padding-bottom: 0.2em;
	font: 11px/14px Tahoma, Geneva, sans-serif;
	color: #000;
	padding-top: 0.2em;
}
.AlternateItem,.CartAlternateItem
{
	padding-right: 0.2em;
	padding-left: 0.5em;
	background: #FFE7AB;
	padding-bottom: 0.2em;
	font: 11px/14px Tahoma, Geneva, sans-serif;
	color: #000;
	padding-top: 0.2em;
}
.CartItem, .CartAlternateItem
{
	border-bottom:1px solid #BBC0A2;	
}
.FormInput
{
	border-right: #CCC 1px solid;
	border-top: #CCC 1px solid;
	background: #F9F9F9;
	border-left: #CCC 1px solid;
	color: #000;
	border-bottom: #CCC 1px solid;
}
.FormInputError
{
	border-right: #CCC 1px solid;
	border-top: #CCC 1px solid;
	background: #ffb5b5;
	border-left: #CCC 1px solid;
	color: #000;
	border-bottom: #CCC 1px solid;
}
.formlabel
{
	font: bold 11px/14px Tahoma, Geneva, sans-serif;
	/*color: #666;	*/
	letter-spacing: normal;	
}
.FormLabelStrong
{
	font: bold 12px/14px Tahoma, Geneva, sans-serif;
	color: #006699;	
	letter-spacing: normal;	
}
a, a:link, a:visited {color:#6F0D0E; text-decoration:none;}
a:active, a:hover {text-decoration:underline;}

p
{
	font: 13px/17px Tahoma, Geneva, sans-serif;
	margin: 0px;	
	text-align:left;
}
.indent
{	
	margin-left:20px;
}
.Padded
{
	margin:10px;
}
h1 {margin:0 0 10px 0; padding:0 10px; font-size:16px; font-weight:bold; color:#A50B09; background:#fff url(H1BG.gif) repeat-x; height:32px; line-height:42px; overflow:hidden;}
/*h1
{
	padding:0 10px;
	margin:0;
	font: bold 16px Tahoma, Geneva, sans-serif;
	color: #a50b09;
	height:26px;
	line-height:26px;
	vertical-align:middle;
}
#ProductPageContentColumn H1
{
	background-image:none;
	background:#fff;
	padding:0px 0px 10px 0px;
	color:#4657C1;
	margin: 0px;
	font: bold 18px/20px Tahoma, Geneva, sans-serif;
}*/
H3
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 10px 0px 0px 0px;
	font: bold 12px/16px Tahoma, Geneva, sans-serif;
	color: #6E0202;
	padding-top: 0px;
}
h4
{
	display:block;
	padding:7px 10px;
	margin: 0px;
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #C1993B;
	text-align: left;
	text-transform:uppercase;
	line-height:26px;
	background:url(H4Background.gif) repeat-x;
}
H6
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin: 0px 0px 0px 0px;
	font: bold 11px/11px Tahoma, Geneva, sans-serif;
	color: #000;
	padding-top: 0px;
}
.ProductPropertyLabel
{
	font: bold 11px/14px Tahoma, Geneva, sans-serif;
	color:#6E0202;
}
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice, .DiscountText
{
	font: 11px/14px Tahoma, Geneva, sans-serif;
}
.SitePrice, .ListPrice
{
	color:#666;
	text-decoration:none;
}
.ListPrice
{
	text-decoration:line-through;
}
.SitePriceDiscounted, .YouSave
{
	color:#6E0202;
	font-weight:bold;
	text-decoration:none;
}
.DiscountText
{
	font-weight:normal;
	color:#6E0202;
}


/* START BREADCRUMB TAGS */
#BreadCrumbs
{
	margin-bottom:10px;
	padding: 0px;		
	font: 11px/11px Tahoma, Geneva, sans-serif;
	color:#250101;	
}
.BreadCrumbTrailSpacer
{
	background-repeat: no-repeat;
}
.BreadCrumbTrailNoLink
{
}
#BreadCrumbs A
{
	text-decoration:none;
}
#BreadCumbs A:Hover
{
	text-decoration:underline;
}
/* END BREADCRUMB TAGS */

/* CATEGORY LIST CONTROL TAGS 
.OtherCategory a, .OtherCategory a:link, .OtherCategory a:visited
{
	font: 11px Tahoma, Geneva, sans-serif;
	color: #E9C063;
	text-decoration:none;
	display:block;
	
}
.CurrentCategory a, .CurrentCategory a:link, .CurrentCategory a:visited
{
	font: bold 11px Tahoma, Geneva, sans-serif;
	text-decoration:none;
	color:#E9C063;
	display:block;
}
.SubCategory a, .SubCategory a:link, .SubCategory a:visited
{
	font: 11px Tahoma, Geneva, sans-serif;
	color: #E9C063;
	text-decoration: none;
	display:block;
	border:none;
}
.SubCategory a:active, .SubCategory a:hover
{
	text-decoration: underline;
}*/
.CategoryListContent span ul {border-bottom:solid 1px #FFE7AB;}
.CategoryListContent span ul li {line-height:22px; border-top:solid 1px #FFE7AB;}
.CategoryListContent span ul li span a, .CategoryListContent span ul li span a:link, .CategoryListContent span ul li span a:visited {padding:0 0 0 5px; color:#E9C063; font-size:14px; display:block;}
.CategoryListContent span ul li ul {border:none;}
.CategoryListContent span ul li ul li  {border:none; line-height:20px;}
.CategoryListContent span ul li ul li span a, .CategoryListContent span ul li ul li span a:link, .CategoryListContent span ul li ul li span a:visited {font-size:12px;}
.CurrentCategory a, .CurrentCategory a:link, .CurrentCategory a:visited {font-weight:bold;}

.CategoryListContent span ul li ul li ul li {line-height:14px;}
.CategoryListContent span ul li ul li ul li span a, .CategoryListContent span ul li ul li ul li span a:link, .CategoryListContent span ul li ul li ul li span a:visited {font-size:11px; font-weight:normal ! important;}
.CategoryListContent span ul li ul li ul li span.CurrentCategory a, .CategoryListContent span ul li ul li ul li span.CurrentCategory a:link, .CategoryListContent span ul li ul li ul li span.CurrentCategory a:visited {font-weight:bold ! important;}
/* END CATEGORY LIST CONTROL TAGS */



#ProductProperties
{
	text-align:left;
}
#ProductProperties UL
{
	margin: 5px 0px 0px 0px;
	list-style-type: none;
}
#ProductProperties UL LI
{
	margin-top:3px;
	font: 11px/14px Tahoma, Geneva, sans-serif;
}
#ProductProperties UL UL
{
	margin: 5px 0px 0px 50px;
	list-style-type: disc;
}

/* Category Page */
#CategoryListHeader
{	
}
#CategoryListHeader #LayoutTable
{
	width:510px;
}
#RecordsFound,#Pager,#Sorter, #Sorter TD
{
	font: 12px/14px Tahoma, Geneva, sans-serif;
	color:#6E0202;
}
#RecordsFound
{
}
#Pager
{	
}
#Sorter
{
}
#Sorter Table
{
}
#tblItems
{
	border: 1px solid #BBC0A2;
	width:720px;
	margin:5px;
}
/* End category page */

/* Checkout Pages */
#CheckoutTable
{
	width:720px;
}
#CheckoutSteps
{
	margin:5px;
}
.CheckoutStep
{
	font: 12px/14px Tahoma, Geneva, sans-serif;
}
#CheckoutSteps A
{
	padding-right:20px;
	text-decoration:none;
	color:#666;
}
.CheckoutStep .CheckoutStepCurrent
{
	font: bold 12px/14px Tahoma, Geneva, sans-serif;
	color:#003366;
}

.CheckoutDescription
{
	font: 12px/14px Tahoma, Geneva, sans-serif;
}
#AddressBookPanel
{
	width:720px;
	margin:0px 0px 10px 0px;	
}
.ContentBox
{
	margin: 3px 0px 5px 20px;	
	text-align:left;
	background:#FFFFEE;
	border: solid 1px #708090;
	padding:10px;
}
#CheckoutTotals
{
	text-align:center;
	background:#FFFFFF;
	border: 1px solid #E9C063;
	padding:0px;
	width:150px;
}
#CheckoutTotals .BVText
{
	font: 10px/11px Verdana,Arial,Helvetica,Sans-Serif bold;	
	background:#ddd;
}

#PlaceOrderCell
{
	padding:5px;
	text-align:center;
	background:#FFE7AB;
}
#CheckoutPayment
{
	text-align:left;
	border: solid 1px #E9C063;
	background:#FFE7AB;
	padding:5px;
	margin-top:0px;
}
.ControlArea
{
	border: solid 1px #E9C063;
	padding:5px;
}
/* end checkout pages */

/* Product page */
#ProductControls
{
	margin-top:20px;	
	border: 1px solid #E9C063;
	padding:5px;
}

#ProductReviews, #ProductReviewNew
{
	margin: 20px 0px 10px 0px;	
}
#ProductReviews H3
{
	background:#FFE7AB url(H3ReviewBackground.gif) no-repeat top right;
	margin: 0px 0px 10px 0px;
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #6E0202;
	text-align: center;
	height:23px;
	line-height:23px;
}
#ProductReviews A
{
	font: 12px/14px Tahoma, Geneva, sans-serif;
	}
.ProductReviewRating
{
	font: bold 12px/14px Tahoma, Geneva, sans-serif;
	color:#CC6600;
}
.ProductReview
{
	font: 12px/14px Tahoma, Geneva, sans-serif;
	margin: 10px 10px 10px 10px;
}
.ProductReviewKarma
{
	font: 11px/12px Tahoma, Geneva, sans-serif;
	color:#666;
}
.RelatedItemsBlock H3
{
	background:#FFE7AB url(H3ReviewBackground.gif) no-repeat top right;
	margin: 0px 0px 10px 0px;
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #6E0202;
	text-align: center;
	height:23px;
	line-height:23px;
}
.RelatedItemsBlock .SingleProductDisplay .SingleProductDisplayImage
{
	float:left;
	border: solid 1px #6E0202;
}
.RelatedItemsBlock .SingleProductDisplay
{
	height:70px;
}
.RelatedItemsBlock .SingleProductDisplay .SingleProductDisplayName A
{
	color:#6E0202;
}

#VolumeDiscounts
{
	margin:5px;
}
.VolumePricingHeader
{
	background:#6F0D0E;
	font: 11px/12px Tahoma, Geneva, sans-serif;
	color:#FFF;
}
.VolumePricingText
{
	font: 11px/12px Tahoma, Geneva, sans-serif;
	color:#666;	
}

/* end product page */

.NewProductBadge
{
	height:110px;	
	margin-top:-110px;
}
.NewProductBadge IMG
{
	position:relative;
	left:-55px;
}


/* use extra divs to insert custom graphics or elements */
#extraDiv2,#extraDiv3,#extraDiv4,#extraDiv5,#ExtraDiv1,#ExtraDiv6
{
	display:none;
}

.ErrorMessage
{
	background: #6F0D0E;
	font: 11px/14px Tahoma, Geneva, sans-serif;
	color: #fff;
}
.SuccessMessage
{
	background:#99FF00;
	color: #000;
	font: 11px/14px Tahoma, Geneva, sans-serif;
}
/* Error Message Boxes */
.WebPageMessage
{
	width:500px;
	border:solid 1px #000;
	background:#FFF;
	padding:0px;
	margin:5px 0px 5px 0px;
}

.WebPageMessageError, .WebPageMessageWarning, .WebPageMessageInformation, .WebPageMessageQuestion, .WebPageMessageOK
{
	padding: 5px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.WebPageMessageError
{
	background-image: url(WebPageMessageError.gif);
}
.WebPageMessageWarning
{
		background-image: url(WebPageMessageWarning.gif);
}
.WebPageMessageInformation
{
		background-image: url(WebPageMessageInformation.gif);
}
.WebPageMessageQuestion
{
		background-image: url(WebPageMessageQuestion.gif);
}
.WebPageMessageOK
{
		background-image: url(WebPageMessageOK.gif);
}
.WebPageMessage .Message
{
	font: 11px Tahoma, Geneva, sans-serif;
	padding: 0px 0px 15px 40px;
	margin:0px;
}
/* End Error Message Boxes */