.hide
{
	display: none;
}
body
{
	background: #fff url('page-bg.png') ;
	margin: 0;
	color: #000;
	text-align:center;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	letter-spacing:normal;
}

/* START MAIN LAYOUT TAGS */

/* The container is used to control to overall width of the site content */
#container
{
	width: 770px;
	background: #fff;
	padding: 0;
	margin: 0 auto;
}
#container2
{
	width: 762px;
	background: #fff;
	padding: 0;
	margin: 0 auto;
}
/* Used by popup windows */
#popupContainer
{
	width: 100%;
	padding: 10px;
	background: #FFF;
}
/* NavColumn and ContentColumn are used on pages with a sidebar */
#NavColumn
{
	width: 183px;
	vertical-align: top;
	text-align: center;
	border: 4px solid #fff;
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
}
#ContentColumn
{
	padding: 0;
	/*width: 762px;*/
	vertical-align: top;
	/*text-align: center;*/
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	border: 4px solid #fff;
}
#ContentColumn500
{
	padding: 0;
	/*width: 30px;*/
	vertical-align: top;
	/*text-align: center;*/
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	border: 4px solid green;
}
/* #ProductPageContainer,#ProductImageColumn and #ProdutContentColumn are used on the product page */
#ProductPageContainer
{
	width: 569px;
}
#ProductPageImageColumn
{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: center;
	/*font: 13px/15px Verdana, Arial, Helvetica, Sans-Serif;*/
}

#ProductImage {
	/*display: none;*/
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 10px;
	text-align: center;
}

#ProductPageContentColumn
{
	padding: 0px 0px 0px 10px;
	display: block;
	width: 400px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
	/*font: 12px/15px Verdana, Arial, Helvetica, Sans-Serif;*/
	text-align: left;
}
/* #page is used by pages without a sidebar */
#page
{
	width: 100%;
	padding: 0 4px;
	/*border-left: 4px solid white;*/
	background:#FFFFFF;
	/*font: 13px/15px Verdana, Arial, Helvetica, Sans-Serif;*/
	text-align: center;
}
/* #maincontent is a DIV that wraps the content area on every page */
#maincontent
{
	/*font: 11px Verdana, Arial, Helvetica, Sans-Serif;*/
	margin: 0;
	padding: 0;
	text-align: left;
	display: block;
}
/* END MAIN LAYOUT TAGS */

/* START HEADER TAGS */
#header
{
	height: 136px;
	background: url("header.png") no-repeat;
	padding: 0;
	margin: 0 4px;
	width: 762px;
	position: relative;
	left: 0;
	top: 0;
	text-align: right;
}

#header #MenuLevel1 { text-align: center; }

/* Used to make sure the main menu clears the logo and site menu */
#BrandingArea
{
	height: 104px;
	width: 762px;
}

/* Sections within Main Header Areas */
#Logo
{
	position: absolute;
	top: 9px;
	left: 10px;
}
#SiteMenu UL
{
	position: relative;
	top: 75px;
	margin: 0px;
	white-space: nowrap;
}
#SiteMenu LI
{
	display: inline;
	list-style-type: none;
}
#SiteMenu A
{
	font-size: 10px;
	text-align: center;
	padding: 0 23px 0 0px;
	color: #555f76;
}

#SiteMenu A:Hover
{
	font-size: 10px;
	text-decoration: underline;
	color: #44547A;
}
#MiniCart
{
	position: absolute;
	text-align: left;
	top: 36px;
	left: 618px;
	color: #44547A;
	font: 10px/10px Verdana, Arial, Helvetica, Sans-Serif;
}
#ShoppingCartLink
{
	position: absolute;
	text-align: left;
	top: 23px;
	left: 618px;
	color: #666;
}
#ShoppingCartLink A
{
    background: transparent;
	color: #666;
}

#ShoppingCartLink A:hover
{
    background: transparent;
	color: #666;
	text-decoration: underline;
}

/* Tags for main menu */
#MainMenu
{
	background: none;
	padding-left: 8px;
	text-align: left;
	color: #fff;
}
/* Controls Tabs for top level categories */
#MenuLevel1
{
	background: none;
	padding: 0px;
	margin: 0px;
	color: #fff;
}
#MenuLevel1 Table
{
    position: absolute;
	top: 18px;
	left: 223px;
	width: 762px;
}
.MenuItem
{
	background: none;
	color: #44547A;
	height: 25px;
	text-align: center;
}
.MenuItemActive
{
	background: none;
	width: 100px;
	color: #FFF;
	height: 25px;
	text-align: center;
	font-weight: bold;
}
#MenuLevel1 A
{
	font: 13px/16px "Trebuchet MS",Verdana, Arial, Helvetica, Sans-Serif;
	padding: 0 8px;
	color: #fff;
	text-decoration: none;
}
#MenuLevel1 A:Hover
{
	text-decoration: underline;
}
/* Controls sub category level menu */
#MenuLevel2
{
	position: relative;
	top: -125px;
	left: 0px;
	width: 755px;
	height: 38px;
	background: url("SubCategories.gif") no-repeat;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	margin-right: 0px;
	padding-top: 5px;
}
#MenuLevel2 .MenuItem
{
	/*width: 100px;*/
	padding: 0 8px;
	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 FOOTER ELEMENTS */
#footer
{
	margin: 20px 4px 4px 4px;
	width: 762px;
	background: #5b0a0a url("footer-bg.png") no-repeat;
	overflow:hidden;
}

#footercontent {
	color: #fff;
	padding: 90px 10px 30px 10px;
	text-align: center;
}

#footermenu a {
	font-family: "Trebuchet MS";
	color: #fff;
	font-size: 13px;
}

#footermenu a:hover, #copyright a:hover {
	text-decoration: underline;
	/*color: #fc0;*/
}

#copyright
{
	font-size: 10px;
	position: relative;
	font-weight: bold;
	top: 15px;
	color: #fff;
	display: block;
	padding: 3px;
	text-align: center;
	line-height: 1.4em;
}

#copyright a
{
	color: #fff;
}

#poweredby
{
	position: relative;
	left: 285px;
}
/* END FOOTER ELEMENTS */

/* START HOMEPAGE TAGS */
#PageHome #maincontent
{
	padding:0px;
	margin:0px;
}
#HomeTable
{
	width: 762px;
	margin: 0;
	border-collapse: collapse;
	border: 0;
}
#HomeColumn1
{
	vertical-align: top;
	text-align: left;
	width: 183px;
	padding: 0 4px;
}
#HomeColumn2
{
	vertical-align: top;
	text-align: left;
	width: 376px;
	font-size: 13px ;
}
#HomeColumn2 .HomepageBlock {
	border: 1px solid #e4e4db;
	border-top: 0;
}
#HomeColumn2 h2
{
	padding-left: 5px;
}
#HomeColumn2 p
{
	padding: 0 10px 0 10px;
}
#HomeColumn3
{
	vertical-align: top;
	text-align: left;
	padding: 0;
	border:0;
	/*text-align: center;
	width: 191px;*/
}
/* END HOMEPAGE TAGS */

/* START NAV COLUMN BLOCK TAGS */
.CategoryList ul, .NavColumnBlockContent ul
{
	padding: 0;
	margin: 0 0 0 17px;
	list-style-image: url("bullet.png");
}
/*.NavColumnBlock
{
	background: #fff;
	padding: 0px;
	width: 183px;
}
.NavColumnBlockContent
{
	padding: 5px;
	text-align: left;
	background: url("box-bg.png") bottom right no-repeat;
	border-bottom: solid 1px #8C8C8C;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #8C8C8C;
}*/
.CategoryList, .MailingListSignupForm, .SearchBoxForm, .NavColumnBlock
{
	width: 183px;
	margin: 0 0 20px 0;
}
.CategoryList h4, .SearchBoxForm h4, .MailingListSignupForm h4, .NavColumnBlock h4
{
	background: url("box-title-bg.png") no-repeat;
	height: 38px;
	max-height: 38px;
	padding: 0;
	margin: 0;
	position: relative ;
}
.CategoryList h4 span, .SearchBoxForm h4 span, .MailingListSignupForm h4 span, .NavColumnBlock h4 span
{
	margin: 5px;
	position:relative;
	top: 5px;
}
.MailingListSignupForm input, .SearchBoxForm input
{
	/*width: 130px;*/
}
.CategoryListContent, .NavColumnBlockContent
{
	padding: 5px;
	text-align: left;
	background: url("box-bg.png") bottom right no-repeat;
}

.MailingListSignupFormContent {
	padding: 5px;
	text-align: left;
	background: url("box-bg.png") bottom right no-repeat;
}

.SearchBoxFormContent
{
	padding: 5px;
	text-align: left;
	background: url("box-bg.png") bottom right no-repeat;
	/*image-align: absmiddle;*/
}
/* END NAV COLUMN BLOCK TAGS */

/* START PRODUCT CONTROLS AND CATEGORY CONTROLS */
.SingleProductDisplay, #Records .SingleCategoryDisplay
{
	text-align: center;
	width: 170px;
	margin: 5px;
}
#HomeColumn3 .SingleProductDisplay
{
	border: 1px solid #ddd;
	margin-bottom: 4px;
	width: 190px;
}
/* Special Tag to shrink single product margins when inside nav column */
.RelatedItemsBlock
{
	display: block;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #fff;
	width: 130px;
	margin: 0px;
}
.RelatedItemsBlock. SingleProductDisplay
{
	width: 100px;
}
.RelatedItemsBlockContent
{
	padding: 0px;
	text-align: center;
}
.NavColumnBlock .SingleProductDisplay,.NavColumnBlock .SingleCategoryDisplay
{
	margin:0px;
}

.SingleProductDisplayImage,.SingleCategoryDisplayImage
{
	padding: 5px 0;
}
.SingleProductDisplayName A, .SingleCategoryDisplayname A, .ListCategoryDisplay A
{
	font: bold 10px/14px Verdana, Arial, Helvetica, Sans-Serif;

}

.SingleProductDisplayPrice
{
	margin-top: 6px;
	padding: 2px 0 4px 0;
}

.SingleProductDisplayPrice A
{
	font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #990000;
}
.ListProductDisplay, .ListCategoryDisplay
{
	text-align:left;
	width:500px;
}
.ListProductDisplayPrice
{
	text-align:right;
}
.ListCategoryDisplayDescription
{
	margin:3px 10px 10px 0px;
	font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
}
.DetailProductDisplay
{
	border-top: solid 1px #cccccc;
	padding: 10px 10px 10px 10px;
	text-align: left;
	width: 575px;
}
.DetailProductDisplayImage
{
	vertical-align: top;
	text-align: left;
	width: 120px;
	height: 120px;
	float: right;
}

.DetailProductDisplayName {
    font-size: 12px;
	font-weight: bold;
}

.DetailProductDisplayPrice {
    font-size: 11px;
	color: #f30;
}

/* END PRODUCT CONTROLS AND CATEGORY CONTROLS */

/* Shopping Cart Page */
#CartTitle
{
	/*width:750px;
	margin:0px;*/
}
#CartSubTitle
{
}
#CartContainer
{
	width:750px;
	padding:0px;
}
#CartItemBlock
{
	padding:0px;
	margin:0px;
}
#CartItemBlock Table
{
	margin:0px;
	width:750px;
}
#CartUpdateBlock
{
	width:500px;
	background:#fff;
	margin:0px;
	text-align:center;
	vertical-align:middle;
	border-left: solid 1px #777;
	border-bottom: solid 1px #777;
	border-right: solid 1px #777;

}
#CartTotalBlock
{
	border-bottom: solid 1px #777;
	border-right: solid 1px #777;
	width:250px;
	margin:0px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}
#CartCheckoutButtons
{
	width:750px;
	text-align:right;
	margin-top:10px;
}

/* START VISUAL STYLES */

.BVText
{
	font: 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
	background: #efefef;
	display: block;
	width: 145px;
	padding: 3px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.CartText
{
	/*font: 14px/14px Verdana, Arial, Helvetica, Sans-Serif;*/
}

.BVSmallText
{
	font: 10px/12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
}
.Header
{
	color: #036;
	background: #ccc;
	font: bold 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
	padding: 3px;
}
.Item,.CartItem
{
	padding-right: 0.2em;
	padding-left: 0.5em;
	background: #fff;
	padding-bottom: 0.2em;
	font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000;
	padding-top: 0.2em;
}
.AlternateItem,.CartAlternateItem
{
	padding-right: 0.2em;
	padding-left: 0.5em;
	background: #FFF;
	padding-bottom: 0.2em;
	font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000;
	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;
}
.FormInputDisabled
{
	border-right: #CCC 1px solid;
	border-top: #CCC 1px solid;
	background: #F9F9F9;
	border-left: #CCC 1px solid;
	color: #999;
	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
{
	color: #036;
	vertical-align: middle;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:14px;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing:normal
}
.FormLabelStrong
{
	color: #006699;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:14px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, Sans-Serif;
	letter-spacing:normal
}
A
{
	text-decoration: none;
	color: #003399;
}
A:link
{
}
A:visited
{
}

A:active
{
}
A:hover
{
	text-decoration: underline;
	color: #0000FF;
}
.ErrorMessage
{
	background: #F17777;
	font: 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000;
	font-weight: bold;
	border-top: 1px solid #F00;
	border-right: 1px solid #f00;
	border-bottom: 1px solid #f00;
	border-left: 1px solid #f00;
	padding: 3px;
}
.SuccessMessage
{
	background:#99FF00;
	color: #000;
	font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
}
P
{
	margin: 0px;
	text-align:left;
}
.indent
{
	margin-left:20px;
}
.Padded
{
	margin:10px;
}
H1
{
	background: url("h1_400w_bottom.png") no-repeat bottom left;
	padding-bottom:13px;
	font: bold 16px/20px Verdana, Arial, Helvetica, Sans-Serif;
	display:block;
	z-index:10;
}
H1 sup {
	vertical-align:.2em;
}
#TitleLabel, #lblName, #lblCategoryName, .TitleLabel
{
	background: #ddddd2;
	border: 1px solid #848478;
	border-bottom: 0;
	padding: 3px 5px 4px 4px;
	color: #283e51;
	display:block;
}
H2 {
	font: bold 18px/18px Verdana, Arial, Helvetica, Sans-Serif;
}
H3
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 2em 0px .5em 0px;
	font: bold 14px/16px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000;
	padding-top: 0px;
}
h4
{
	padding: 5px;
	margin: 0px;
	font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
	text-align: left;
	background: url("Categories.gif") repeat;
}
.ProductPropertyLabel
{
	font: bold 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
	text-decoration: underline;
}
.ProductProperty {
    font-size: 10px;
	color: #000;
}
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice, .DiscountText
{
	font: bold 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
}
.SitePrice, .ListPrice
{
	color: #000;
}
.ListPrice
{
	text-decoration: line-through;
}
.SitePriceDiscounted, .YouSave
{
	color: #f00;
}


/* START BREADCRUMB TAGS */
#BreadCrumbs
{
	/*background:#CAE2F0;*/
	display: none;
	visibility: hidden;
	margin-bottom: 10px;
	padding: 0px;
	font: 10px/11px Verdana, Arial, Helvetica, Sans-Serif;
	color: #036;
	padding: 8px 0 0 10px;
}
.BreadCrumbTrailSpacer
{
	background-repeat: no-repeat;
}

.BreadCrumbTrailNoLink
{
    visibility: hidden;
}
#BreadCrumbs A
{
	color:#000099;
}
#BreadCrumbs A:Hover
{
	color:#0000FF;
}
/* END BREADCRUMB TAGS */

/* CATEGORY LIST CONTROL TAGS */
.OtherCategory A
{
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	color: #6b6b4c;
	text-decoration: none;
}
.CurrentCategory A
{
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration:none;
}
.SubCategory A, .SubCategory A:Visited, .SubCategory A:Active
{
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, Sans-Serif;
	color: #6b6b4c;
	text-decoration: none;
	padding-left: 0px;
}
.SubCategory A:Hover
{
	text-decoration: underline;
}
/* END CATEGORY LIST CONTROL TAGS */



#ProductProperties
{
	text-align:left;
}
#ProductProperties UL
{
	margin: 5px 0px 0px 0px;
	padding: 0;
	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
{
    padding: 10px 0;
}
#CategoryListHeader #LayoutTable
{
	width: 559px;
}
#RecordsFound,#Pager,#Sorter, #Sorter TD
{
	font: 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
}
#RecordsFound
{
    font-weight: bold;
}
#Pager
{
}
#Sorter
{
}
#Sorter Table
{
}
#tblItems
{
	border: 1px solid #708090;
	width:720px;
	margin:5px;
}

#CheckoutTable
{
	width:720px;
}
#CheckoutSteps
{
	margin:5px;
}
.CheckoutStep
{
	font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
}
#CheckoutSteps A
{
	padding-right:20px;
	text-decoration:none;
	color:#666;
}
.CheckoutStep .CheckoutStepCurrent
{
	font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color:#003366;
}

.CheckoutDescription
{
	font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
}
#AddressBookPanel
{
	width:720px;
	margin:0px 0px 10px 0px;
}
.ContentBox
{
	margin: 3px 0px 5px 20px;
	text-align:left;
	background:#fff;
	border: solid 1px #708090;
	padding:10px;
}
#OrderItemPreview {
	width:500px;
	padding:0;
}
#OrderItemPreview table {
}
#InstructionsField {
	width: 480px;
	margin: 5px;
}
#PackageList__ctl1_PackageItems {
	width:480px;
}
#PackageList__ctl1_PackageItems td {
	border: 1px solid #ccc;
}
#CheckoutTotals
{
	text-align:center;
	background:#FFCC66;
	border: 1px solid #708090;
	width: 225px;
	padding:5px;
}
#PlaceOrderCell
{
	padding:5px;
	text-align:center;
	background:#fff;
	/*border: 1px solid #708090;*/
}
#CheckoutCoupons, .ControlArea,#ProductControls
{
	background:#fff;
	border: 1px solid #708090;
	padding:5px;
}
#CheckoutPayment
{
	background:#fff;
	border: 1px solid #708090;
	padding:5px;
	width: 225px;
	text-align:left;
}

#ProductControls
{
	margin-top:20px;
}

#lblSKU {
    font-size: 10px;
}
#ProductReviews, #ProductReviewNew
{
	margin: 20px 0px 10px 0px;
}
#ProductReviews H3
{
	padding-right: 3px;
	background-position: center bottom;
	padding-left: 0px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 12px;
	margin: 0px;
	font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
	padding-top: 5px;
	text-align: left;
}
#ProductReviews A
{
	font: 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
	}
.ProductReviewRating
{
	font: bold 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #CC6600;
}
.ProductReview
{
	font: 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
	margin: 10px 10px 10px 10px;
	padding: 3px;
}
.ProductReviewKarma
{
	font: 10px/12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000;
	position: relative;
	top: 10px;
	padding: 0 0 10px 0;

}
.RelatedItemsBlock H3
{
	padding-right: 3px;
	background-position: center bottom;
	padding-left: 3px;
	padding-bottom: 12px;
	margin: 0px;
	font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
	padding-top: 5px;
	text-align: center;
}

#VolumeDiscounts
{
	margin: 5px;
}
.VolumePricingHeader
{
	font: 10px/12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #036;
	font-weight: bold;
}
.VolumePricingText
{
	font: 10px/12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
	padding: 2px;
}
.NewProductBadge
{

}
.NewProductBadge IMG
{
	position: relative;
	top: -8px;
	left: 0px;
}



/* 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 #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 Verdana, Arial, Helvetica, Sans-Serif;
	padding: 0px 0px 15px 40px;
	margin:0px;
}
/* End Error Message Boxes */

#lblContent, #lblAddress, #lblContent table {
	font: 12px/16px Verdana, Arial, Helvetica, Sans-Serif;
}

#lblContent p, #lblContent ul {
	margin-left: 40px;
	margin-right: 40px;
}
table.red {
	font: 12px/16px Verdana, Arial, Helvetica, Sans-Serif;
	margin-bottom: 1em;
	width: 92%;
	background-color: #e6ebf9;
}
table.red a, table.red a:hover {
}
table.red td {
	border: 1px solid #fff;
}
table.white {
	font: 12px/16px Verdana, Arial, Helvetica, Sans-Serif;
	margin-top: 1em;
	margin-bottom: 1em;
}
table.white td {
	padding-bottom: 1em;
}
#lblContent table{
	margin-left: 40px;
	width: 690px;
}
#lblContent ul {
	margin-left: 58px;
}

p, #dlPolicy {
	font: 12px/16px Verdana, Arial, Helvetica, Sans-Serif;
	margin-bottom: 1em;
}
.FormInput {
	width: 145px;
}
.borderedTableCells td {
	border: 1px solid #ddd;
}
.borderedTableCells td td {
	border: 0;
}
.borderedTableCells table {
	border-collapse: collapse;
}
#customform {
	border: 0;
	height: 480px;
	width: 760px;
	overflow: visible;
}
.indented {
	margin: 0 50px;
}
.indented ul li {
	margin-left: -63px;
	padding-left: 6px
}
sub {
	font-size: 90%;
	vertical-align:-.4em;
}
#PrintThisPage, #EmailThisPage {
	margin: 0 0 5px 0;
}
#shippingpolicies p {
	font: 8pt arial;
	color:#333;
}
#OrderViewer1_lblStatus,OrderViewer1_lblTime {
	display:none;
}

#HomeColumn2 .homepage-notice-box {
	background: #E9EDFA;
	border: 1px solid #C1CEEC;
	margin: 10px;
	padding: 10px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #6B6B4C;
}

#HomeColumn2 .homepage-notice-box h2 {
	color: #597083;
	padding: 0;
}

#HomeColumn2 .homepage-notice-box p {
	padding: 0;
}
