/* BASIC  -- TAGS  */
body			{
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-x; 
	text-align: center;
	font-size: 12px;
}

.hide
{
	display: none;
}

/*BODY
{
	background: #ffffff;
	margin: 0px;
	font: 12px Arial, Helvetica, Sans-Serif;
	color: #000;
	letter-spacing: normal;
}*/




/* START MAIN LAYOUT TAGS */
/* The container is used to control to overall width of the site content */
/*#container
{
	width:500px;
	padding:0px;
	margin:0px 0px 0px 0px;
	background: #FFF;	
}*/



/* 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:100%;
	vertical-align:top;
	text-align:center;
	/*border-right: 1px solid	#F0F0F0;*/
	font: 12px Arial, Helvetica, Sans-Serif;
}
#contentcolumn
{
	padding:0px;
	margin:0px;
	width:100%;
	vertical-align:top;
	text-align:left;
	font: 12px Arial, Helvetica, Sans-Serif;
	background: #FFFFFF;
}
/* #ProductPageContainer,#ProductImageColumn and #ProdutContentColumn are used on the product page */
#ProductPageContainer
{
	width:100%;
}
#ProductPageImageColumn
{
	width:250px;
	padding:0px;
	margin:0px;
	vertical-align:top;
	text-align:center;
	font: 12px Arial, Helvetica, Sans-Serif;
}
#ProductPageContentColumn
{
	padding:0px 0px 0px 10px;
	margin:0px;
	vertical-align:top;
	text-align:left;
	width: 400px;	
	font: 16px Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	background:#FFFFFF;
}
/* #page is used by pages without a sidebar */
#page
{
	padding:0px;
	margin:0px;
	background:#FFFFFF;
	font: 12px Arial, Helvetica, Sans-Serif;
}
/* # is a DIV that wraps the content area on every page */
#maincontent
{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
    font-size: 16px;
	margin:0px;
	padding:0px 0px 0px 0px;		
	text-align: left;
	color: #000000;
}
/* END MAIN LAYOUT TAGS */

/* START HEADER TAGS */
#header
{
	font: 12px Arial, Helvetica, Sans-Serif;
	background: transparent;
	padding-right: 0px;
	padding-left: 0px;
	left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 100%;
	padding-top: 0px;
	position: relative;
	top: 0px;
	text-align: right;
}
/* Used to make sure the main menu clears the logo and site menu */
#BrandingArea
{
	height:50px;
	width:780px;
}

/* Sections within Main Header Areas */
/* #Logo
{
	position:absolute;
	top:3px;
	left:10px;
}
#SiteMenu UL
{
	margin:0px;
	white-space:nowrap;
}
#SiteMenu LI
{
	display: inline;
	list-style-type: none;
}
#SiteMenu A
{
	padding-left:10px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:5px;
	color: #003f87;
	font: 12px Arial, Helvetica, Sans-Serif;
}
#SiteMenu A:Hover
{
	color:#af1e2d;	
}
*/
#MiniCart
{
	position:relative;
	top: -10px;
	left:482px;
	color:#003f87;	
	font: 16px Arial, Helvetica, Sans-Serif;
}
#ShoppingCartLink
{
	position:relative;
	top:-15px;
	left:440px;
	color:#003f87;
}
#ShoppingCartLink A
{
	color:#003f87;
}

/* Tags for main menu */
#MainMenu
{
	width:780px;
	background: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	text-align:center;
	width:100%;
}
/* Controls Tabs for top level categories */
/*#MenuLevel1
{
	width:100%;
	background:#FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
}
#MenuLevel1 Table
{
	margin-left: auto;
	margin-right: auto;
}
.MenuItem
{		
	background: url(MenuTabOff.gif) #cae2f0 no-repeat;
	width: 100px;
	color: #000;
	height: 25px;
	text-align: center;
}
.MenuItemActive
{
	background: url(MenuTabOn.gif) #cae2f0 no-repeat;
	width: 100px;
	color: #FFF;
	height: 25px;
	text-align: center;	
}
#MenuLevel1 A
{
	font: 12px/14px Arial, Helvetica, Sans-Serif;
	color:#000;
	text-decoration:none;
}
#MenuLevel1 A:Hover
{
	text-decoration:underline;
}
*/




/* Controls sub category level menu */
/*
#MenuLevel2
{
	width:100%;
	background: #006699;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	text-align:center;	
}
#MenuLevel2 .MenuItem
{
	width: 100px;
	background:transparent;
	color: #FFF;
	height: 25px;
	text-align: center;
}
#MenuLevel2 Table
{
	margin-left: auto;
	margin-right: auto;
}
#MenuLevel2 A
{
	font: 12px/12px Arial, Helvetica, Sans-Serif;
	color:#FFF;
	text-decoration:none;
}
#MenuLevel2 A:Hover
{
	text-decoration:underline;
}
/*
/* END HEADER TAGS */

/* START FOOTER ELEMENTS */
/*
#footer
{
	font: 12px Arial, Helvetica, Sans-Serif;
	clear: both;
	padding-right: 0px;
	border-top: solid 1px #003399;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 0px 0px;
	width: 100%;
	color: #000;
	padding-top: 10px;
	text-align: center;
}
#copyright
{
	color:#666;
}
#poweredby
{
	padding:5px;
	text-align:right;
}
*/
/* END FOOTER ELEMENTS */




/* START HOMEPAGE TAGS */
/*
#PageHome #MainContent
{
	padding:0px;
	margin:0px;
}
#HomeTable
{
	padding:0px;
	margin:0px;
	
}
#HomeColumn1
{
	vertical-align:top;
	text-align:left;
	padding:0px;
	margin:0px;
	width:100px;
	font: 12px Arial, Helvetica, Sans-Serif;
	border-right: 1px solid	#F0F0F0;
}
*/
#CategoryName
{
	font: 18px Arial, Helvetica, Sans-Serif;
	color: #AF1E2D;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
/*
#HomeColumn2
{
	vertical-align:top;
	text-align:left;
	padding:5px;
	margin:0px;
	width:430px;
}
#HomeColumn3
{
	vertical-align:top;
	text-align:left;
	padding:0px;
	width:100px;
	margin:0px;
	border-left: 1px solid #F0F0F0;
}
#HomepageSample1
{
	background-image: url(HomepageSample1.jpg);
	width:420px;
	margin: 0px 0px 0px 0px;
	background-repeat: no-repeat;
}
#HomepageSample2
{
	background:#F1F4FD;
	text-align:left;
	vertical-align:middle;
	height:100px;
	width:420px;
	margin: 0px 0px 0px 0px;
	border: solid 1px #C9CCF9;
	font: 11px/14px Arial, Helvetica, Sans-Serif;
}
#HomeColumn1 .SingleProductDisplay,#HomeColumn2 .SingleProductDisplay,#HomeColumn3 .SingleProductDisplay
{
	border:0px;	
}
#HomeColumn1 .SingleCategoryDisplay,#HomeColumn2 .SingleCategoryDisplay,#HomeColumn3 .SingleCategoryDisplay
{
	border:0px;
}
*/
/* END HOMEPAGE TAGS */



/* START NAV COLUMN BLOCK TAGS */

#navColumn UL, .CategoryList UL
{
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 10px;
	list-style-type: none;
}
/*
.NavColumnBlock
{
	background:#FFFFFF;
	padding:0px;
	width:155px;
}
.NavColumnBlockContent
{
	padding:5px;
	text-align:left;
	border-bottom: solid 1px #708090;
	border-left: 1px solid #708090;
	border-right: 1px solid #708090;
}
.CategoryList,.MailingListSignupForm, .SearchBoxForm
{
	width:155px;
	padding: 0px 0px 20px 0px;
	background:#FFFFFF;
	/*background-image: url(NavBlockFooter.gif);
	background-repeat: no-repeat;
}
.CategoryListContent, .SearchBoxFormContent, .MailingListSignupFormContent
{
	padding:5px;
	text-align:left;
	border-top: 0px solid #708090;
	border-bottom: 0px solid #708090;
	border-left: 0px solid #708090;
	border-right: 0px solid #708090;
	background:#FFFFFF;
}
*/
/* 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;
}

.SingleProductDisplayImage,.SingleCategoryDisplayImage
{
}
.SingleProductDisplayName A, .SingleCategoryDisplayname A, .ListCategoryDisplay A
{
	font: bold 12px Arial, Helvetica, Sans-Serif;
}
.SingleProductDisplayPrice A
{
	font: bold 12px Arial, Helvetica, Sans-Serif;
	color:#990000;
}
.ListProductDisplay, .ListCategoryDisplay
{
	text-align:left;	
	width:500px;
    padding-bottom: 5px;
}
.ListProductDisplayName
{
    width: 200px;
    float: left;
}

.ListProductDisplayPrice
{
	text-align:right;
}
.ListCategoryDisplayDescription
{
	margin:3px 10px 10px 0px;
	font: 12px Arial, Helvetica, Sans-Serif;
}
.DetailProductDisplay
{
	border-top: solid 1px #cccccc;
	padding: 5px 10px 10px 10px;
	text-align:left;
	width:550px;
}
.DetailProductDisplayImage
{
	vertical-align:top;
	text-align:left;
	width:120px;
	height:120px;
	float:right;
	font: 12px Arial, Helvetica, Sans-Serif;
}
.DetailProductDisplayName,.DetailProductDisplayPrice,.DetailProductDisplayDescription
{
	font: 16px Arial, Helvetica, Sans-Serif;
}
/* END PRODUCT CONTROLS AND CATEGORY CONTROLS */






/* Shopping Cart Page */
#CartTitle
{
}
#CartSubTitle
{
	font: 12px Arial, Helvetica, Sans-Serif;
}
#CartContainer
{
	padding:0px;
	margin:0px;
}
#CartItemBlock
{
	padding:0px;
	margin:0px;
}
#CartItemBlock Table
{
	width: 562px;
	margin:0px;
}
#CartUpdateBlock
{
	width:260px;
	background:#ffffff;
	margin:0px;
	text-align:center;
	vertical-align:middle;
	border-left: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
	border-right: dottec 1px #cccccc;

}
#CartTotalBlock
{
	border-bottom: dotted 1px #cccccc;
	border-right: dotted 1px #cccccc;
	width:210px;
	margin:0px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}
#CartCheckoutButtons
{
	text-align:right;
	margin-top:16px
}




/* START VISUAL STYLES */

.BVText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
/*	background: #FFFFFF; */
/*	display: block; */
/* 	width: 145px; */
	padding: 0px;
	border-top: 0px solid #cccccc;
	border-right: 0px solid #cccccc;
	border-bottom: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
} 
.CartText
{
	font: 12px Arial, Helvetica, Sans-Serif;
}
.BVSmallText
{
	font: 12px Arial, Helvetica, Sans-Serif;
	color:#666666;
}
.Item,.CartItem
{
	padding-right: 0.2em;
	padding-left: 0.5em;
	background: #ffffff;
	padding-bottom: 0.2em;
	font: 11px/14px Arial, Helvetica, Sans-Serif;
	color: #000;
	padding-top: 0.2em;
}
.AlternateItem,.CartAlternateItem
{
	padding-right: 0.2em;
	padding-left: 0.5em;
	background: #FFFFFF;
	padding-bottom: 0.2em;
	font: 11px/14px Arial, Helvetica, Sans-Serif;
	color: #000000;
	padding-top: 0.2em;
}
.CartItem, .CartAlternateItem
{
	border-bottom:1px solid #708090;
}
.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 Arial, Helvetica, Sans-Serif;
	color: #666;	
	letter-spacing: normal;	
}
.FormLabelStrong
{
	font: bold 12px/14px Arial, Helvetica, Sans-Serif;
	color: #006699;	
	letter-spacing: normal;	
}
A
{
	text-decoration: none;
	color: #003F87;
}
A:link
{
	color: #003F87;
}
A:visited
{
	color: #003F87;
}

A:active
{
	color: #003F87;
}
A:hover
{
	text-decoration: underline;
	color: #AF1E2D;
}
.ErrorMessage
{
	background: #fecc69;
	font: 12px Arial, Helvetica, Sans-Serif;
	color: #000;
}
.SuccessMessage
{
	background:#99FF00;
	color: #000;
	font: 12px Arial, Helvetica, Sans-Serif;
}



P
{
	margin: 0px;	
	text-align:left;
}
.indent
{	
	margin-left:20px;
}
.Padded
{
	margin:10px;
}

H1
{
	padding: 5px;
	display: block;
	background: #e0ebff;
	margin: 0px;
	font: 16px Arial, Helvetica, Sans-Serif;
	color: #000000;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

H3
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 10px 0px;
	font: bold 12px/16px Arial, Helvetica, Sans-Serif;
	color: #000;
	padding-top: 0px;
}
H4
{
	padding-right: 3px;
	background-position: center bottom;
	padding-left: 3px;
	padding-bottom: 12px;
	margin: 0px;
	font: bold 14px/14px Arial, Helvetica, Sans-Serif;
	color: #555555;
	padding-top: 5px;
	background-repeat: no-repeat;
	background: #FFF;
	text-align: left;
}


#leftCol H4
{
	padding-right: 0px;
	background-position: center;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font: 16px Arial, Helvetica, Sans-Serif;
	color: #000000;
	padding-top: 5px;
	background: transparent;
	text-align: left;
}

.SearchBoxFormContent
{
	background: #FFFFFF;
}

.SearchBoxControl
{
	background: #666666;
}


.ProductPropertyLabel
{
	font: bold 12px Arial, Helvetica, Sans-Serif;
	color:#000;
}
.DiscountText
{
	font: 12px Arial, Helvetica, Sans-Serif;
	color:#FF0000;	
}
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice
{
	font: bold 12px Arial, Helvetica, Sans-Serif;
}
.SitePrice, .ListPrice
{
	color:#000;
}
.ListPrice
{
	text-decoration:line-through;
}
.SitePriceDiscounted, .YouSave
{
	color:#FF0000;
}


/* START BREADCRUMB TAGS */
#BreadCrumbs
{
	font:16px Arial, Helvetica, Sans-Serif;
	color:#000000;	
}
.BreadCrumbTrailSpacer
{
	background-repeat: no-repeat;
}
.BreadCrumbTrailNoLink
{
}
#BreadCrumbs A
{
	color:#003F87;
	font:16px Arial, Helvetica, Sans-Serif;
}
#BreadCrumbs A:Hover
{
	color:#AF1E2D;
	font:16px Arial, Helvetica, Sans-Serif;
}
/* END BREADCRUMB TAGS */

/*#leftCol a
{
	font:20px bold Arial, Helvetica, Sans-Serif;
	color:#003F87;
}
*/



#leftCol{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #003F87;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}
#leftCol a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #003F87;
	text-decoration: none;
	font-weight: bold;
}
#leftCol a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #003F87;
	text-decoration: none;
	font-weight: bold;
}
#leftCol a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #AF1E2D;
	text-decoration: underline;
	font-weight: bold;
}
#leftCol a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #003F87;
	text-decoration: none;
	font-weight: bold;
}



th {
background: #8d9fa7;
}

/* CATEGORY LIST CONTROL TAGS */
.OtherCategory A, #HomeColumn1 .OtherCategory A
{
	font: 11px/17px Arial, Helvetica, Sans-Serif;
	color: #FFF;
	text-decoration:none;
}

.CurrentCategory A
{
	font: normal 11px/17px Arial, Helvetica, Sans-Serif;
	text-decoration:none;
	color: #FFF;
}
.SubCategory A, .SubCategory A:Visited, .SubCategory A:Active
{
	font: 11px/17px Arial, Helvetica, Sans-Serif;
	color: #FFF;
	text-decoration: none;
}
.SubCategory A:Hover
{
	text-decoration: underline;
}
/* 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;
}
#ProductProperties UL UL
{
	margin: 5px 0px 0px 50px;
	list-style-type: disc;
}

/* Category Page */
#CategoryListHeader
{	
	background: #000000;
}
#CategoryListHeader,#LayoutTable
{
	width:100%;
    border: 1px solid #88A6D0; 
	background: #E7EEFF;
	font: 12px Arial, Helvetica, Sans-Serif;
}
#RecordsFound,#Pager,#Sorter,#Sorter TD
{
	font: 12px Arial, Helvetica, Sans-Serif;
	color:#000000;
	padding: 2px;
}
#RecordsFound
{
	font: 12px Arial, Helvetica, Sans-Serif;
	color:#000000;
	padding: 2px;
}
#Records
{
	font: 16px Arial, Helvetica, Sans-Serif;
	color: #000000;
	font-weight: normal;
	padding: 2px;
}
#Pager
{	
	font: 12px Arial, Helvetica, Sans-Serif;
	color:#000000;
	padding: 2px;
}
#Sorter
{
	font: 12px Arial, Helvetica, Sans-Serif;
	color:#000000;
	padding: 2px;
}
#Sorter Table
{
	font: 12px Arial, Helvetica, Sans-Serif;
	color:#000000;
	padding: 2px;
}
#tblItems
{
	border: 1px solid #708090;
	width:720px;
	margin:5px;
}
#CheckoutTable
{
	width:550px;
}
#CheckoutSteps
{
	margin:5px;
}
.CheckoutStep
{
	font: 12px Arial, Helvetica, Sans-Serif;
}
#CheckoutSteps A
{
	padding-right:20px;
	text-decoration:none;
	color: #666666;
}
.CheckoutStep .CheckoutStepCurrent
{
	font: bold 12px Arial, Helvetica, Sans-Serif;
	color:#003F87;
}

.CheckoutDescription
{
	font: 12px Arial, Helvetica, Sans-Serif;
}
#AddressBookPanel
{
	width:550px;
	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:#EEE;
	border: 1px solid #708090;
	border-bottom-width: 0px;
	padding:0px;
	width:174px;
}
#PlaceOrderCell
{
	padding:0px;
	text-align:center;
	background:#F9F9F9;
	/* border: 1px solid #708090; */
	width:174px;
}
#CheckoutCoupons, .ControlArea,#ProductControls
{
	background:#EEE;
	border: 1px solid #708090;
	padding:5px;
}
#CheckoutPayment
{
	background:#EEE;
	border: 1px solid #708090;
	padding:5px;
	text-align:left;	
}

#ProductControls
{
	margin-top:20px;
}


#ProductReviews, #ProductReviewNew
{
	margin: 20px 0px 10px 0px;
	width: 100%;
}
#ProductReviews H3
{
	padding-right: 3px;
	background-position: center bottom;
	padding-left: 3px;
	background-image: url(H3ReviewBackground.gif);
	padding-bottom: 12px;
	margin: 0px;
	font: bold 14px Arial, Helvetica, Sans-Serif;
	color: #069;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: left;
}
#ProductReviews A
{
	font: 12px Arial, Helvetica, Sans-Serif;
	}
.ProductReviewRating
{
	font: bold 12px Arial, Helvetica, Sans-Serif;
	color:#CC6600;
}
.ProductReview
{
	font: 12px Arial, Helvetica, Sans-Serif;
	margin: 10px 10px 10px 10px;
}
.ProductReviewKarma
{
	font: 12px Arial, Helvetica, Sans-Serif;
	color:#666;
}
.RelatedItemsBlock H3
{
	padding-right: 3px;
	background-position: center bottom;
	padding-left: 3px;
	background-image: url(H4Background.gif);
	padding-bottom: 12px;
	margin: 0px;
	font: bold 12px Arial, Helvetica, Sans-Serif;
	color: #069;
	padding-top: 5px;
	background-repeat: no-repeat;
	background-color: #fff;
	text-align: center;
}

#VolumeDiscounts
{
	margin:5px;
}
.VolumePricingHeader
{
	background:#CC6600;
	font: 11px/12px Arial, Helvetica, Sans-Serif;
	color:#FFF;
}
.VolumePricingText
{
	font: 11px/12px Arial, Helvetica, Sans-Serif;
	color:#666;	
}
.NewProductBadge
{
	height:110px;	
	margin-top:-110px;
}
.NewProductBadge IMG
{
	position:relative;
	left:-25px;
}



/* use extra divs to insert custom graphics or elements */
#extraDiv2,#extraDiv3,#extraDiv4,#extraDiv5,#ExtraDiv1,#ExtraDiv6
{
	display:none;
}

/* Error Message Boxes */
.WebPageMessage
{
	width:500px;
	border:solid 1px #cccccc;
	background:#FFCC33;
	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: 12px Arial, Helvetica, Sans-Serif;
	padding: 0px 0px 15px 40px;
	margin:0px;
}
/* End Error Message Boxes */


#leftCol hr
{
	height: 0px;
	border: 0px solid #000000;
}

.ProductItemDisplay td
{
	padding: 2px;
	font: 12px Arial, Helvetica, Sans-Serif;
	text-align: center;
}

.ProductItemDisplay td.prod
{
/* 	font-weight: bold; */
	font-size: 12px;
}






.ProductItemDisplay th
{
	background: #E7EEFF;
	text-align: center;
	font: bold 12px Arial, Helvetica, Sans-Serif;
	color: #000000;
}





.ProductItemDisplay tr.altTrue td
{
	background: #EFEFEF;
}

#lblDescription table td {
	font-size: 16px;
	padding: 2px;
}

#lblDescription table
{
	width: 85%;
}



.prodInfoTable
{
	width: 85%;
	background: #EFEFEF;
	border: 1px solid #CCCCCC;
}

.prodInfoTable td
{
	padding: 3px;
}

.prodButtonTable td
{
	padding: 3px;
}

table.FormTable tr td 
{
	padding: 2px;
	vertical-align: middle;
}

.cartNav {
 color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;  /*
	vertical-align:middle;
	height:21px; */
	margin-right: 10px;
	margin-left: 10px;
	text-align:right;
	margin-top: 2px;
	margin-bottom: 2px;
	white-space: nowrap;
}
.cartNav a, .cartNav a:visited, .cartNav a:active {
    color:#ffffff;
 	font-size: 12px;
}
.cartNav a:hover {
 color:#cce4ff; /* cce4ff  0066cc  */
}


