/* FILE INFO: ====================================================================================*//*
		E-STORE SKIN: Northwest
		FILENAME: /styles.css
*//* ==============================================================================================*/


/*
	4/22/10 GLOBAL UPDATE TO ALL E-STORE SKINS FOR CASE-SENSITIVITY ISSUE

	MODIFIED BY: Rachel Howard (iHost Networks)
	MODIFIED ON: 4/22/2010

	CHANGE LOG:
		- Added alternate capitalizations for select ids 
			and classes to fix case-sensitivity issue.

		- Cross-browser compatibility - Issue found in IE8

		- Comment tag added next to all changes (added code).

	CORRECT ID/CLASS NAMES:
		#navcolumn
		#contentcolumn
		#Header
		#page
		#maincontent
		.formlabel

	NOTE:
		These updates to do not replace stylesheets currently 
		being used in the _active folder. The system skin must 
		be reloaded in the preview window and then saved to go live.
*/

/*----------------------------------------------------*/
/* Northwest  SKIN - GENERAL STYLES */
/*----------------------------------------------------*/

.hide
{
	display: none;
}

body
{
	background: #930;
	margin: 0 auto;
	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;
	vertical-align: top;
	color: #2F422D;	
}

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: 12px;
	font-weight: bold;	
	color: #52593C;
	background: url(../../sysskins/Northwest/graphics/Categories.gif) no-repeat;
	border-left: 1px solid #CDAA7D;
	border-right: 1px solid #CDAA7D;
	border-top: 1px solid #CDAA7D;
	border-bottom: 1px solid #CDAA7D;

 	
}

/* 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 */

/*** 4/22/10 - CASE-SENSITIVITY FIX (see skin change log)***/
#header
{
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100%; 
	background: #8ba870;
}
 /* RH: Obsolete--DO NOT USE */
#Header /* RH: Correct--USE THIS */
{
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100%; 
	background: #8ba870;
}

/* LOGO AREA */
#BrandingArea
{
	position: relative;
	width: 100%;
	margin: 0;
	background: url(../../sysskins/Northwest/graphics/header.gif) no-repeat top right;
	min-height: 70px;
	height: auto !important;
	height: 70px;
}

#Logo
{
	margin: 0;
	padding: 25px 0 10px 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: #3E523C;
}

#SiteMenu a:hover
{
	text-decoration: underline;
}

#MiniCart
{
	position: absolute;
	top: 42px;
	right: 23px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	color: #D5F0D3;	
}

#ShoppingCartLink
{
	position: absolute;
	top: 23px;
	right: 23px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 11px;	
	color: #D5F0D3;	
}

#ShoppingCartLink a
{
	color: #D5F0D3;
}

#ShoppingCartLink a:hover
{
	text-decoration: underline;
}

/* Tags for main menu */
#MainMenu
{
  width: auto;
  text-align: center;
  background: #d3d3a6;
  border-top: 3px solid #cdaa7d;
  padding: 3px;
}

/* Controls Tabs for top level categories */

/*
#MenuLevel1
{
}
*/

#MenuLevel1 table
{
  margin: 0 auto;	
}

/*
.MenuItem
{		
	color: #52593C;
	text-align: center;	
}
*/

/*
.MenuItemActive
{
	font-weight: bold;	
}
*/

#MenuLevel1 a
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	font-size: 12px;	
	color: #52593C;
	font-weight: bold;	
	padding: 0 8px 0 8px;	
}

#MenuLevel1 a:hover
{
	text-decoration: underline;
}

/* Controls sub category level menu */
#MenuLevel2
{
	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. */


/*** 4/22/10 - CASE-SENSITIVITY FIX (see skin change log)***/
#NavColumn{
	width: 145px;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 8px;
	padding-left: 8px;
	background: #8BA870 url(../../sysskins/Northwest/graphics/columnBg.gif) no-repeat;	
}
 /* RH: Obsolete--DO NOT USE */
#navcolumn /* RH: Correct--USE THIS */
{
	width: 145px;
	vertical-align: top;
	padding-top: 15px;
	padding-right: 8px;
	padding-left: 8px;
	background: #8BA870 url(../../sysskins/Northwest/graphics/columnBg.gif) no-repeat;	
}

#ContentColumn{
	width: 100%;
	background: #FDF5E6;
	padding: 5px;
	vertical-align: top;
}
 /* RH: Obsolete--DO NOT USE */
#contentcolumn /* RH: Correct--USE THIS */
{
	width: 100%;
	background: #FDF5E6;
	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
{
	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 */

/*** 4/22/10 - CASE-SENSITIVITY FIX (see skin change log)***/
#Page{
	background: #FDF5E6;
	padding: 5px;
}
 /* RH: Obsolete--DO NOT USE */
#page /* RH: Correct--USE THIS */
{
	background: #FDF5E6;
	padding: 5px;
}


/* #maincontent is a DIV that wraps the content area on every page */
/***
	NOTE: CASE-SENSITIVITY FIX 4/22/10
	#maincontent - Correct, use this...
***//*
#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: 11px;
	text-align: center;
	background: url(../../sysskins/Northwest/graphics/footer.gif) top left repeat-x;
}

#footermenu {
	min-height: 30px;
	height: auto !important;
	height: 30px;
}

#footermenu a {
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;	
	color: #3E523C;
}

#footermenu a:hover {
    text-decoration: underline;
    color: #3E523C;
}

#footercustommenu {
	display: inline;
	padding-left: 5px;
}

#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 */

/***
	NOTE: CASE-SENSITIVITY FIX 4/22/10
	#maincontent - Correct, use this...
***//*
#PageHome #MainContent, *//* RH: Obsolete--DO NOT USE *//*
#PageHome #maincontent *//* RH: Correct--USE THIS *//*
{
	padding: 0px;
	margin: 0px;
}
*/

#HomeTable
{
	margin-top: 0px;
	background: #FDF5E6;
	width: 100%;
}

#HomeColumn1
{
	vertical-align: top;
	width: 145px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	background: #8BA870 url(../../sysskins/Northwest/graphics/columnBg.gif) no-repeat;
}

#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;	
}

.HomepageBlock
{
	margin-bottom: 10px;
}

/*
#HomepageSample1
{
}
*/

#HomepageSample2
{
	vertical-align: top;
	background: url(../../sysskins/Northwest/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 */
/*** 4/22/10 - CASE-SENSITIVITY FIX (see skin change log)***/
#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;
}
 /* RH: Obsolete--DO NOT USE */
#navcolumn ul /* RH: Correct--USE THIS */
{
	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;
	margin-top: 25px;
	
}

.NavColumnBlockContent
{
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	padding: 5px;
	background: #F8F8F0 url(../../sysskins/Northwest/graphics/ContentColumnbg.gif) no-repeat 50% top;
	border-left: 1px solid #AEAE97;
	border-right: 1px solid #AEAE97;
	border-bottom: 1px solid #AEAE97;
}

.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: #F8F8F0 url(../../sysskins/Northwest/graphics/ContentColumnbg.gif) no-repeat 50% top;
	border-left: 1px solid #AEAE97;
	border-right: 1px solid #AEAE97;
	border-bottom: 1px solid #AEAE97;
	font-weight: bold; 
}
 .MailingListSignupFormContent{
	padding: 5px;
	background: #F8F8F0 url(../../sysskins/Northwest/graphics/ContentColumnbg.gif) no-repeat 50% top;
	border-left: 1px solid #AEAE97;
	border-right: 1px solid #AEAE97;
	border-bottom: 1px solid #AEAE97;
	font-weight: bold; 
}
 .SearchBoxFormContent
{
	padding: 5px;
	background: #F8F8F0 url(../../sysskins/Northwest/graphics/ContentColumnbg.gif) no-repeat 50% top;
	border-left: 1px solid #AEAE97;
	border-right: 1px solid #AEAE97;
	border-bottom: 1px solid #AEAE97;
	font-weight: bold; 
}

/* 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: 500px;
}

.ListCategoryDisplay
{	
	width: 500px;
}

.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: 100%;
}

.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: 240px;
	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: #FDF5E6;
	display: block;
	padding: 5px;
	border: 1px solid #993300;
}

.CartText
{
	font: 14px/14px Verdana, Arial, Helvetica, Sans-Serif;
}

.BVSmallText
{
	font: 10px/12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
}

.Header
{
	color: #000000;
	background: #CDAA7D;
	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;
}

/*** 4/22/10 - CASE-SENSITIVITY FIX (see skin change log)***/
.FormLabel{
	vertical-align: middle;	
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;	
}
 /* RH: Obsolete--DO NOT USE */
.formlabel /* RH: Correct--USE THIS */
{
	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;
}
 .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: #993300;
	text-decoration: none;
}
 .SubCategory a{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	color: #993300;
	text-decoration: none;
}
 .SubCategory a:visited{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	color: #993300;
	text-decoration: none;
}
 .SubCategory a:active
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	color: #993300;
	text-decoration: none;
}

.CurrentCategory a
{
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #52593C;
}

.OtherCategory a:hover
{
	color: #52593C;
	border-bottom: 1px solid #52593C;
}
	
.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
{
	padding: 10px;
	background: #FDF5E6;
}

.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: inherit;
	padding: 5px;
}

#PlaceOrderCell
{
	padding: 5px;
	text-align: center;
	background: #8BA870;
}

#CheckoutCoupons{
	padding: 5px;
}
 .ControlArea{
	padding: 5px;
}
 #ProductControls{
	padding: 5px;
}
 #CheckoutPayment
{
	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
{
	font: .7em;
	padding: 0 0 15px 40px;
}

/* END ERROR MESSAGE BOXES */