/*ADC: ThemeColorName - Basic Blue :ADC*/
/*ADC:         Color0 - C0[[#0000FF]]         :ADC*/
/*ADC:         Color1 - C1[[#0000D9]]         :ADC*/
/*ADC:         Color2 - C2[[#0000B3]]         :ADC*/
/*ADC:         Color3 - C3[[#9999FF]]         :ADC*/
/*ADC:         Color4 - C4[[#8282D9]]         :ADC*/
/*ADC:         Color5 - C5[[#6B6BB3]]         :ADC*/
/*ADC:         Color6 - C6[[#000000]]         :ADC*/
/*ADC:         Color7 - C7[[#FFFFFF]]         :ADC*/
/*ADC:         Color8 - C8[[#000000]]         :ADC*/


.hide
{
	display: none;
}
BODY
{
	margin: 0px;
	font: 13px/15px Verdana, Arial, Helvetica, Sans-Serif;
	color: black;
	letter-spacing: normal;
	/*background: url(images/userimages/design/PageBG.gif);	*/
}

/* START MAIN LAYOUT TAGS */

/* The container is used to control to overall width of the site content */
#container
{
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -390px;
    width: 780px;
    background:#fff;
    border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}
/* 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: 174px;
	vertical-align: top;
	text-align: center;
	border-right: 1px dashed #000000;
	font: 11px/15px Verdana, Arial, Helvetica, Sans-Serif;
	/*background: url(images/userimages/design/footerbg.jpg) center bottom repeat-y;*/
}
#contentcolumn
{
	padding: 0px;
	margin: 0px;
	width: 606px;
	vertical-align: top;
	text-align: left;
	font: 11px/15px Verdana, Arial, Helvetica, Sans-Serif;
	/*background: url(images/userimages/design/maincontentbottom.gif) center bottom no-repeat;*/
}
/* #ProductPageContainer,#ProductImageColumn and #ProdutContentColumn are used on the product page */
#ProductImage img {
}
#ProductPageContainer
{
	width: 575px;
}
#ProductPageImageColumn
{
	width: 174px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	text-align: center;
	font: 11px/15px Verdana, Arial, Helvetica, Sans-Serif;
}
#ProductPageContentColumn
{
	padding: 0px 0px 0px 10px;
	margin: 0px;
	vertical-align: top;
	text-align: left;	
	font: 11px/15px Verdana, Arial, Helvetica, Sans-Serif;
}
/* #page is used by pages without a sidebar */
#page
{
	padding: 0px;
	margin: 0px;
	background: #FFFFFF;
	font: 11px/15px Verdana, Arial, Helvetica, Sans-Serif;
}
/* #maincontent is a DIV that wraps the content area on every page */
#maincontent
{
	font: 11px/15px Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0px;
	width:778px;
	padding: 5px 10px 10px 10px;		
	text-align: left;	
}
/* END MAIN LAYOUT TAGS */

/* START HEADER TAGS */
#header
{
	font: 11px/15px Verdana, Arial, Helvetica, Sans-Serif;
	/*background: url(images/userimages/design/menubg.jpg) repeat;*/
	padding-right: 0px;
	padding-left: 0px;
	left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	width: 780px;
	padding-top: 0px;
	position: relative;
	top: 0px;
	height: 81px;
	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 3px 0px 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: #000000;
	background: url(images/userimages/design/bullet.jpg) no-repeat;
	background-position: 0px 6px;
	
}
#SiteMenu A:Hover
{
	color: #0000B3;	
}
#MiniCart
{
	position: absolute;
	text-align: left;
	top: 33px;
	left: 625px;
	color: black;	
	font: 10px/10px Verdana, Arial, Helvetica, Sans-Serif;
}
#ShoppingCartLink
{
	position: absolute;
	top: 18px;
	left: 597px;
	color: #000000;
	
}
#ShoppingCartLink A
{
	color:#000000;
	background: url(images/userimages/design/cart.gif) no-repeat;
	background-position: 0px 1px;
	padding: 0px 0px 0px 28px;
	height: 25px;
	font-size: 10px;
	font-weight: bold;
}
#ShoppingCartLink a:hover
{
	color:#0000B3;
    text-decoration: underline;
}

/* Tags for main menu */
#MainMenu
{
	width: 778px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
}
/* Controls Tabs for top level categories */
#MenuLevel1
{
	width: 778px;
	height:31px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	background: url(images/userimages/design/menubg.jpg) repeat-x;
}
#MenuLevel1 Table
{
}


#MenuLevel1 TD
{		
	width: 100px;
	color: #ffffff;
	height: 25px;
	text-align: center;
	padding: 0px 0px 0px 0px;
}
.MenuItemActive
{
	background: url(images/userimages/design/MenuTabOn.gif) repeat;
	width: 100px;
	color: #ffffff;
	height: 25px;
	text-align: center;
	font-weight: bold;
	padding: 2px 0px 0px 0px;	
}
#MenuLevel1 A:link, #MenuLevel1 A:visited
{
	font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#MenuLevel1 A:Hover
{
	text-decoration: underline;
}
/* Controls sub category level menu */
#MenuLevel2, #MenuLevel2 .MenuItem, #MenuLevel2 Table, #MenuLevel2 A, #MenuLevel2 A:Hover
{
	display: none;
}
/* END HEADER TAGS */

/* START FOOTER ELEMENTS */
#footer
{
	font: 10px/15px Verdana, Arial, Helvetica, Sans-Serif;
	background: url(images/userimages/design/footerBG.jpg) repeat;
	border-top: 1px solid #000000;
	margin: 0px 0px 0px 0px;
	width: 778;
	text-align: center;
}
#footermenu a:link, #footermenu a:visited {
    position: relative;
	top: 5px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#footermenu a:active {
	color: black;
	text-decoration: none;
	font-weight: bold;
}
#footermenu a:hover {
	text-decoration: underline;
}
#copyright
{
	padding-top: 9px;
	color: #0000B3;
	font-size: 10px;
}
#poweredby
{
	padding: 0px 5px 0px 0px;
	text-align: right;
	/*position: relative;
	top: -45px;*/
}
/* END FOOTER ELEMENTS */

/* START HOMEPAGE TAGS */
#PageHome #MainContent
{
	padding: 0px;
	margin: 0px;
}
#HomeTable
{
	width: 780px;
}
#HomeColumn1
{
	vertical-align: top;
	text-align: left;
	padding: 5px 0px 5px 0px;
	width: 174px;
	border-right: 1px dashed #9999FF;
	background: url(images/userimages/design/maincontentbottom.gif) center bottom no-repeat;
}
#HomeColumn2
{
	vertical-align: top;
	text-align: left;
	padding: 4px;
	width: 430px;
	background: url(images/userimages/design/maincontentbottom.gif) center bottom no-repeat;
}
#HomeColumn3
{
	vertical-align: top;
	text-align: left;
	padding: 5px 0px 5px 0px;
	width: 174px;
	background: url(images/userimages/design/maincontentbottom.gif) center bottom no-repeat;
}
#HomepageSample1
{
	background-image: url(images/userimages/design/HomepageSample1.jpg);
	height: 180px;
	width: 420px;
	margin: 3px 0px 0px 0px;
	background-repeat: no-repeat;
}
#HomepageSample2
{
	background: #FFFFFF;
	border: 1px dashed #0000FF;
	text-align: left;
	vertical-align: middle;
	height: 100px;
	width: 420px;
	padding: 3px;
	margin: 10px 0px 0px 0px;
	font: 11px/14px Verdana, 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
{
	padding: 0px;
	width: 165px;
}
.NavColumnBlockContent
{
	padding: 5px;
	text-align: left;
	border-bottom: 1px dashed #000000;	
}
.NavColumnBlockContent a:link, .NavColumnBlockContent a:visited {
    background: url(images/userimages/design/SubCatArrow.gif) no-repeat;
	background-position: 0px 4px;
	color: black;
	padding: 0px 0px 0px 8px;
}
.NavColumnBlockContent a:hover {
    text-decoration: underline;
}
.MailingListSignupForm H4, .SearchBoxForm H4 {
    padding: 7px 3px 8px 8px;
	margin: 0px 0px 0px 0px;
	font: bold 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #0000B3;
	border-bottom: 1px dashed #000000;
	text-align: left;
}
.CategoryList a:link, .CategoryList a:visited {
    background: url(images/userimages/design/bullet.jpg) no-repeat;
	background-position: 0px 6px;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	color: #0000B3;
}
.CategoryList a:hover {
    text-decoration: underline;
	color: #0000B3;
}
.CategoryList,.MailingListSignupForm, .SearchBoxForm
{
	width: 165px;
	padding: 0px 0px 8px 0px;
}
.CategoryListContent, .SearchBoxFormContent, .MailingListSignupFormContent
{
	padding: 5px;
	text-align: left;
}
/* END NAV COLUMN BLOCK TAGS */

/* START PRODUCT CONTROLS AND CATEGORY CONTROLS */
.SingleProductDisplay,.SingleCategoryDisplay
{
	text-align:center;
	width: 172px;
	height: 200px;
	margin:10px 10px 10px 0px;
}

/*Product Display Fix -cjs.
--------------------------------------------------------------------------*/
.SingleProductDisplayImage {
  height:115px;
  padding-bottom:5px;
  }
.SingleProductDisplay {
  border: 1px dashed #FFFFFF;
  padding:5px;
  }
/*------------------------------------------------------------------------*/

/* Special Tag to shrink single product margins when inside nav column */
.RelatedItemsBlock
{
	width: 174px;
	margin: 0px;	
}
.RelatedItemsBlockContent
{
	padding:0px;
	text-align:center;	
}
.NavColumnBlock .SingleProductDisplay,.NavColumnBlock .SingleCategoryDisplay
{
	margin:0px;
}
.SingleProductDisplayName A, .SingleCategoryDisplayname A, .ListCategoryDisplay A
{
	font: bold 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #0000D9;
}
.SingleProductDisplayPrice A
{
	font: bold 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #6B6BB3;
}
.ListProductDisplay, .ListCategoryDisplay
{
	text-align: left;	
	width: 575px;
	background: #FFFFFF;
}
.ListProductDisplayPrice
{
	text-align: right;
}
.ListCategoryDisplayDescription
{
	margin: 3px 10px 10px 0px;
	font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
}
.DetailProductDisplay
{
	border-top: 1px dashed #0000D9;
	padding: 5px 5px 5px 5px;
	text-align: left;
}
.DetailProductDisplayImage
{
	vertical-align: top;
	text-align: left;
	width: 120px;
	height: 120px;
	float: right;	
}
.DetailProductDisplayImage img {
    border: 1px solid #000000;
}
.DetailProductDisplayName a:link, .DetailProductDisplayName a:visited {
    color: #0000D9;
	font-size: 14px;
	font-weight: bold;
	background: url(images/userimages/design/DisplayNameArrow.gif) no-repeat;
	background-position: 0px 5px;
	padding: 0px 0px 0px 9px;
}
.DetailProductDisplayName a:hover {
    text-decoration: underline;
	color: #0000D9;
}
.DetailProductDisplayPrice a:link, .DetailProductDisplayPrice a:visited {
    text-decoration: none;
	color: #6B6BB3;
	font-size: 11px;
	font-weight: bold;
}
.DetailProductDisplayPrice a:hover {
    text-decoration: underline;
	color: #6B6BB3;
}
.DetailProductDisplayDescription {
   font-size: 11px;
}
/* END PRODUCT CONTROLS AND CATEGORY CONTROLS */

/* Shopping Cart Page */
#CartTitle
{
	width: 750px;
}
#CartSubTitle
{
}
#CartContainer
{
	width: 750px;
	padding: 0px;
	margin: 0px;
}
#CartItemBlock
{
	padding: 0px;
	margin: 0px;
}
#CartItemBlock Table
{
	margin: 0px;
	width: 750px;
}
#CartUpdateBlock
{
	width: 500px;
	background: #FFFFFF;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;

}
#CartTotalBlock
{
	border-bottom: solid 1px #000000;
	border-right: solid 1px #000000;
	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, .CartText
{
	font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
}
.BVSmallText
{
	font: 10px/12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
}
.Header
{
	color: #FFFFFF;
	background: #0000D9;
	font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
	padding: 3px;
}
.Item,.CartItem
{
	padding-right: 0.2em;
	padding-left: 0.5em;
	background: #FFFFFF;
	padding-bottom: 0.2em;
	font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: black;
	padding-top: 0.2em;
}
.AlternateItem,.CartAlternateItem
{
	padding-right: 0.2em;
	padding-left: 0.5em;
	background: #FFFFFF;
	padding-bottom: 0.2em;
	font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: black;
	padding-top: 0.2em;
}
.CartItem, .CartAlternateItem
{
	border-bottom: 1px solid #000000;	
}
.CartItemName a:link, .CartItemName a:visited {
    color: #0000D9;
	text-decoration: none;
	font-weight: bold;
}
.FormInput
{
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	background: #FFFFFF;
	border-left: 1px solid #000000;
	color: black;
	border-bottom: 1px solid #000000;
}
.FormInputError
{
	border-right: 1px solid #0000B3;
	border-top: 1px solid #0000B3;
	background: #FFFFFF;
	border-left: 1px solid #0000B3;
	color: black;
	border-bottom: 1px solid #0000B3;
}
.formlabel
{
	font: bold 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;	
	letter-spacing: normal;	
}
.FormLabelStrong
{
	font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;	
	letter-spacing: normal;	
}
A
{
	text-decoration: none;
}
A:link
{
}
A:visited
{
}

A:active
{
}
A:hover
{
	text-decoration: underline;
}
.ErrorMessage
{
	background: #9999FF;
	font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: black;
}
.SuccessMessage
{
	background: #0000FF;
	color: #000;
	font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
}
P
{
	margin: 0px;	
	text-align:left;
}
.indent
{	
	margin-left: 20px;
}
.Padded
{
	margin: 10px;
}
H1
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0px;
	font: bold 18px/20px Verdana, Arial, Helvetica, Sans-Serif;
	color: #8282D9;
	padding-top: 5px;
}
#content B
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 10px;
	margin: 0px;
	font: bold 18px Verdana, Arial, Helvetica, Sans-Serif;
	color: #8282D9;
	padding-top: 5px;
}
#content BIG
{
	font: bold 18px Verdana, Arial, Helvetica, Sans-Serif;
	color:black;
}
#content TD
{		
	font-size:12px;
}


H3
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px 0px 10px 0px;
	font: bold 12px/16px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000;
	padding-top: 0px;
}
H4
{
	padding: 7px 3px 8px 8px;
	background-position: center;
	margin: 0px 0px 0px 0px;
	font: bold 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #0000B3;
	border-bottom: 1px dashed #000000;
	text-align: left;
}
.ProductPropertyLabel
{
	font: bold 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: black;
}
.ProductProperty {
    font: 11px/14px;
	color: black;
}
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice, .DiscountText
{
	font: bold 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
}
.SitePrice, .ListPrice
{
	color: black;
}
.ListPrice
{
	text-decoration: line-through;
}
.SitePriceDiscounted, .YouSave
{
	color: #6B6BB3;
}
.ListPrice a:hover {
    text-decoration: none;
	color: black;
}
.SitePriceDiscounted a:hover {
    text-decoration: none;
	color: #6B6BB3;
}

/* START BREADCRUMB TAGS */
#BreadCrumbs
{
	margin-bottom:10px;
	padding: 0px;		
	font: 11px/11px Verdana, Arial, Helvetica, Sans-Serif;
	color: #0000D9;	
}
.BreadCrumbTrailSpacer
{
	background-repeat: no-repeat;
}
.BreadCrumbTrailNoLink
{
    color: black;
}
#BreadCrumbs A
{
	color: #0000D9;
	font-weight: bold;
}
#BreadCrumbs A:Hover
{
	color: #0000D9;
	text-decoration: underline;
}
/* END BREADCRUMB TAGS */

/* CATEGORY LIST CONTROL TAGS */
.OtherCategory A
{
	font: 13px/17px Verdana, Arial, Helvetica, Sans-Serif;
	color: #0000B3;
	text-decoration:none;
}
.CurrentCategory A
{
	font: bold 11px/17px Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
.SubCategory A, .SubCategory A:Visited, .SubCategory A:Active
{
	font: 11px/17px Verdana, Arial, Helvetica, Sans-Serif;
	color: #0000B3;
	text-decoration: none;
	background: url(images/userimages/design/SubCatArrow.gif) no-repeat;
	background-position: 0px 3px;
}
.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
{
    align: center;	
}
#CategoryListHeader
{
	width:510px;
}
#LayoutTable {
    width: 586px;
	background: #c7c7c7;
	padding: 3px;
}
#RecordsFound,#Pager,#Sorter, #Sorter TD
{
	font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
}
#Records {
    text-align: center;
}
#Pager a:link, #Pager a:visited {
    color: #0000B3;
	text-decoration: none;
}
#Pager a:hover {
    text-decoration: underline;
}
#RecordsFound
{
}
#tblItems
{
	border: 1px solid #000000;
	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: #000000;
}
.CheckoutStep
{
	font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
}
.CheckoutStepCurrent {
    background: url(images/userimages/design/ReviewLink.gif) no-repeat;
	padding: 1px 0px 0px 15px;
}

.CheckoutDescription
{
	font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
}
#AddressBookDescription a:link, #AddressBookDescription a:visited {
    font-weight: bold;
	color: #0000D9;
}
#AddressBookDescription a:hover {
    font-weight: bold;
	color: #0000D9;
	text-decoration: underline;
}
#AddressBookPanel
{
	width:720px;
	margin:0px 0px 10px 0px;	
}
.ContentBox
{
	margin: 3px 0px 5px 20px;	
	text-align:left;
	background:#FFFFEE;
	border: solid 1px #6B6BB3;
	padding:10px;
}
#CheckoutTotals
{
	text-align:center;
	background:#D6DFE7;
	border: 1px solid #6B6BB3;
	padding:5px;
}
#PlaceOrderCell
{
	padding:5px;
	text-align:center;
	background: #ffffff;
	border: 1px solid #6B6BB3;
}
#CheckoutCoupons, .ControlArea,#ProductControls
{
	background: #FFFFFF;
	border: 1px dashed #6B6BB3;
	padding: 5px;
}
#CheckoutPayment
{
	background: #ffffff;
	border: 1px solid #6B6BB3;
	padding: 5px;
	text-align: left;
}

#ProductControls
{
	margin-top:20px;
}


#ProductReviews, #ProductReviewNew
{
	margin: 20px 0px 10px 0px;	
}
#ProductReviews H3
{
	padding-right: 3px;
	padding-left: 0px;
	padding-bottom: 8px;
	margin: 0px;
	font: bold 13px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #8282D9;
	border-bottom: 1px dashed #8282D9;
	padding-top: 5px;
	text-align: left;
}
#ProductReviews a:link, #ProductReviews a:visited 
{
	font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #6B6BB3;
	text-decoration: none;
	background: url(images/userimages/design/ReviewLink.gif) no-repeat;
	padding: 1px 0px 0px 15px;
}
#ProductReviews a:hover {
    text-decoration: underline;
}
.ProductReviewRating
{
	font: bold 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #8282D9;
}
.ProductReviewRating img {
    position: relative;
	top: 3px;
}
.ProductReview
{
	font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	margin: 10px 10px 10px 10px;
}
.ProductReviewKarma
{
	font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;
}
.RelatedItemsBlock H3
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 14px;
	margin: 0px;
	font: bold 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color: black;
	padding-top: 11px;
	text-align: center;
	border-bottom: 1px dashed #0000D9;
}
#dgVolumeDiscounts {
    padding: 3px;
}
#VolumeDiscounts
{
	margin: 5px;
	padding: 3px;
}
.VolumePricingHeader
{
	background: #9999FF;
	font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #FFFFF;
}
.VolumePricingText
{
	font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000000;	
}
/* NEW image fix -cjs.
-------------------------------------------------------------*/
.NewProductBadge {
	position: relative;
  top:-128px;
  left:-60px;
}
/*-----------------------------------------------------------*/

/* 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(images/userimages/design/WebPageMessageError.gif);
}
.WebPageMessageWarning
{
		background-image: url(images/userimages/design/WebPageMessageWarning.gif);
}
.WebPageMessageInformation
{
		background-image: url(images/userimages/design/WebPageMessageInformation.gif);
}
.WebPageMessageQuestion
{
		background-image: url(images/userimages/design/WebPageMessageQuestion.gif);
}
.WebPageMessageOK
{
		background-image: url(images/userimages/design/WebPageMessageOK.gif);
}
.WebPageMessage .Message
{
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	padding: 0px 0px 15px 40px;
	margin:0px;
}
/* End Error Message Boxes */

/* EXTRA ID'S */

#lblRecordsFound {
    font: bold 11px;
	color: black;
}
#dgPolicy {
    font-size: 11px;
}
#lblAddress a:link, #lblAddress a:visited {
    font-weight: bold;
	color: #0000D9;   
	text-decoration: none;
}
#lblAddress a:hover {
    text-decoration: underline;
}