/* ----------------
Tyrell, Inc
Updated: 09.01.06

Updated 070215 AKB
---------------- */

.hide {
	display: none;
}
body {
	font: 11px/14px  Arial, Helvetica, Sans-Serif;
	color: #000;
	background: #fff url(bg-home.gif) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* Start Main Layout Tags
------------------------------------------*/

/* The container is used to control to overall width of the site content */
#container {
	padding: 0px;
	margin: 0px auto;
	width: 750px;
/*	background: #fff; AKB */
}
/* Used by popup windows */
#popupContainer {
	width: 100%;
	padding: 10px;
	background: #fff;	
}
/* NavColumn and ContentColumn are used on pages with a sidebar */
#navcolumn {
	padding: 25px 0px 0px 10px;
	margin: 0px;
	width: 145px;
	vertical-align: top;
	font: 11px Arial, Helvetica, Sans-Serif;
	background: #FFF;
}
#navcolumn a {   /* removes nav underlines on subpages - IE  */
 text-decoration: none;
}
#contentcolumn {
	padding: 25px 0px 0px 0px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
	font: 11px Arial, Helvetica, Sans-Serif;
}
/* #ProductPageContainer,#ProductImageColumn and #ProdutContentColumn are used on the product page */
#ProductPageContainer {
	width: 545px;
	padding: 0px 20px 0px 15px;
}
#ProductPageImageColumn {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	vertical-align: top;
	text-align: center;
	font: 13px/15px Verdana, Arial, Helvetica, Sans-Serif;
}
#ProductPageImageColumn img{
	padding: 0px;
	margin: 3px 2px;
}
#ProductPageContentColumn {
	padding: 0px 0px 0px 10px;
	display: block;
	width: 250px;
	float: right;
	margin: 0px;
	vertical-align: top;
	text-align: left;
	font: 12px/15px Verdana, Arial, Helvetica, Sans-Serif;
	align: left;
}
/* #page is used by pages without a sidebar */
#page {
	padding: 25px 0px 0px 0px;
	margin:0px;
	background:#FFF;
	font: 13px/15px Arial, Helvetica, Sans-Serif;
}
/* #maincontent is a DIV that wraps the content area on every page */
#maincontent {
	margin: 0px;
	padding: 0px 10px 10px 20px;
	background: #FFF;
	text-align: left;
}
#maincontent p, #maincontent li {
	font: 11px/14px  Arial, Helvetica, Sans-Serif;
}
/* End Main Layout Tags 
------------------------------------------*/

/* Header
------------------------------------------*/
#header {
	position: relative;
	width: 750px;
	width: 676px;
	height: 105px;
	padding: 0px;
	margin: 0px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	left: 0px;
/* background: #fff; AKB */
}
/* Used to make sure the main menu clears the logo and site menu */
#BrandingArea {
	position: absolute;
	height: 105px;
/*	width: 750px; */
	width: 676px;
	left: 50%;
	margin: 0px;
	margin-left: -338px;
	padding: 0px;
/*	background: #fff; AKB */
}
/* Sections within Main Header Areas */
#Logo {
	position: absolute;
	top: 0px;
/*	left: 20px; */
	left: 0px;
	margin: 0px;
	padding: 0px;
}
/* Zeno Nav 
------------------------------------------*/
#zenonav {
	position: absolute;
	left: 50%;
	margin-left: -338px;
/*	margin-left: 10px; AKB */ /* this declaration + #navcolumn {padding-left: 10px;} position the nav horizontally */
/*	width: 712px;*/
	width: 676px;
	height: 26px;
	top: 54px;
}
#zenonav ul {
	padding: 0px;
	margin:0px;
	list-style-type: none;
}
#zenonav li {
	padding:0px;
	margin:0px;
	display: block;
	float: left;
	text-indent: -9999px;
	height: 26px;
}
#zenonav li a {
	border:0px;
	display:block;
	height: 26px;
 outline: none; /* -- go away FireFox dotted link outline -- */
}
#zenonav li.one a {
	background: url(nav-try-zeno.gif) no-repeat;
	width: 111px;
}
#zenonav li.one a:hover {
	background: url(nav-try-zeno.gif) no-repeat;
}
#zenonav li.two a {
	background: url(nav-guarantee.gif) no-repeat;
	width: 97px;
}
#zenonav li.two a:hover {
	background: url(nav-guarantee.gif) no-repeat;
}
#zenonav li.three a {
	background: url(nav-how.gif) no-repeat;
	width: 126px;
}
#zenonav li.three a:hover {
	background: url(nav-how.gif) no-repeat;
}
#zenonav li.four a {
	background: url(nav-testimonials.gif) no-repeat;
	width: 95px;
}
#zenonav li.four a:hover {
	background: url(nav-testimonials.gif) no-repeat;
}
#zenonav li.five a {
	background: url(nav-faq.gif) no-repeat;
	width: 54px;
}
#zenonav li.five a:hover {
	background: url(nav-faq.gif) no-repeat;
}
#zenonav li.six a {
	background: url(nav-about.gif) no-repeat;
	width: 94px;
}
#zenonav li.six a:hover {
	background: url(nav-about.gif) no-repeat;
}
#zenonav li.seven a {
	background: url(nav-contact.gif) no-repeat;
	width: 99px;
}
#zenonav li.seven a:hover {
	background: url(nav-contact.gif) no-repeat;
}
/*
#zenonav li.eight a {
	background: url(nav_contact_us.gif) no-repeat;
	width: 75px;
}
#zenonav li.eight a:hover {
	background: url(nav_contact_us.gif) no-repeat -75px;
*/
}
/* Sign In/Sign In Nav
------------------------------------------*/
#SiteMenu {
	height: 22px;
	position: relative;
	top: 80px;
	margin: 0px;
/*	padding: 0px 0px 0px 68px; */
	background: #fff;
/*	border-top: 1px solid #000; AKB */
/*	border-bottom: 1px solid #000; AKB */
	border-bottom: 1px solid #222b88;
}
#SiteMenu ul {
	padding: 0px;
	margin:0px;
	list-style-type: none;
}
#SiteMenu li {
	height: 22px;
	width: 122px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}
#SiteMenu li a {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	padding: 4px 0px 0px 28px;
	height: 22px;
	display: block;
	background: url(sitemenu_arrow.gif) no-repeat;
}
#SiteMenu li a:hover {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	height: 22px;
	display: block;
	background: url(sitemenu_arrow_on.gif) no-repeat;
}
#MiniCart {
	font: 10px/10px Arial, Helvetica, Sans-Serif;
/*	color: #fff;*/
	color: #000;
	position: absolute;
	top: -43px;
/* 	left: 580px; AKB */
/*	left: 553px; */
	right: 0;
/*	width: 150px; */
	padding-left: 18px;
	white-space: nowrap;	
}
#ShoppingCartLink {
	position: absolute;
	top: -60px;
/*	left: 577px; AKB */
/*	left: 550px; */
	right: 13px;
/*	width: 150px; */
	background: url(shopping_cart.gif) no-repeat 0px 1px;
}
#ShoppingCartLink A {
 padding-left: 20px;
	font-size: 10px;
	color: #000;
	text-decoration: none;
 background: transparent;
}
#ShoppingCartLink A:hover {
 font-size: 10px;
/*	color: #3399ff; AKB */
	color: #1a3f8f;
	text-decoration: underline;
	background: transparent;
}

/* Tags for main menu */
#MainMenu {
	padding: 0px;
	margin: 0px;
	width: 750px;
}
/* Controls Tabs for top level categories */
#MenuLevel1 {
	width: 750px;
	background: #ffcc00 url(none);
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
}
#MenuLevel1 Table {
 position: absolute;
	top: 26px;
	left: 120px;
}
.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: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
	padding: 0px 10px 0px 10px;
/*	color: #44547A; AKB */
	color: #1a3f8f;
	text-decoration: none;
}
#MenuLevel1 A:Hover {
	text-decoration: underline;
}
/* Controls sub category level menu */
#MenuLevel2 {
	position: relative;
	top: -135px;
	left: 350px;
	left: 0px;
	width: 750px;
	height: 38px;
	padding: 5px 0px 0px 0px;
	margin: 0px;
	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 FOOTER ELEMENTS */
#footer {
	clear: both;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	width: 750px;
	color: #000;
	text-align: center;
/*	height: 113px; AKB */
	background: #fff;
}
#footermenu a {
  color: #000;
	font-size: 11px;
	text-decoration: underline;
	margin: 0px 5px;
}
#footermenu a:hover {
/*	color: #3399ff; AKB */
	color: #1a3f8f;
	text-decoration: underline;
}
#copyright {
	font-size: 10px;
	position: relative;
	font-weight: bold;
	top: 5px;
	color: #000;
	display: block;
	padding: 3px;
	margin-top: 10px;
	text-align: center;
	background: #fff;
}
#poweredby {
	position: relative;
	left: 285px;
	display:none;
}
#footerCalloutContent {
	width: 640px;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 0;
	text-align: center;
}
#footerCalloutContent img {
	margin: 2px;
}
.footerCallout {
	float: left;
	width: 208px;
	margin-right: 5px;
	padding: 0;
	border: 1px solid #000;
}
.footerCalloutLast {
	float: left;
	width: 208px;
	margin: 0;
	padding: 0;
	border: 1px solid #000;
}
/* END FOOTER ELEMENTS */

/* START HOMEPAGE TAGS */
#PageHome #MainContent {
	padding: 25px 0px 0px 0px;
	margin:0px;
}
#HomeTable {
	width: 465px;
}
.HomepageBlock {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
#HomeColumn1 {
	vertical-align: top;
	text-align: left;
	padding: 0px 0px 0px 10px;
	width: 145px;
}
#HomeColumn1 a {	  /* removes nav underline on column 1 - IE */
 text-decoration: none;
}
#HomeColumn2 {
	vertical-align: top;
	text-align: left;
	padding: 0px 15px;
}
#HomeColumn3 {
	vertical-align: top;
	text-align: left;
	padding: 0px;
	width: 145px;
	padding: 0px 10px 0px 5px;
}
#HomeColumn3 a {	  /* removes nav underline on column 3 - IE */
 text-decoration: none;
}
#HomepageSample1 {
	font: 11px/14px  Arial, Helvetica, Sans-Serif;
}
#HomepageSample2 {
	vertical-align: top;
	text-align: left;
	height: 100px;
	width: 400px;
	padding: 10px 0px 5px 0px;
	font: 11px/14px  Arial, Helvetica, Sans-Serif;
}
#HomeColumn1 .SingleProductDisplay,#HomeColumn2 .SingleProductDisplay,#HomeColumn3 .SingleProductDisplay {
	border:0px;
}
/* END HOMEPAGE TAGS */

/* START NAV COLUMN BLOCK TAGS */
#navColumn UL, .CategoryList UL {
	padding: 0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	list-style-type: none;
}
.NavColumnBlock {
	background:#fff;
	padding:0px;
	width: 145px;
}
.NavColumnBlockContent {
	padding: 5px;
	text-align: left;
	border-bottom: solid 1px #8C8C8C;
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #8C8C8C;
}
.CategoryList, .MailingListSignupForm, .SearchBoxForm {
	width: 145px;
	padding: 2px 0px 20px 0px;
}
.CategoryListContent {
	padding: 5px 0px 5px 10px;
	text-align: left;
	border: 1px solid #000;
	color: #000;
}
.MailingListSignupFormContent {
	padding: 5px 0px 5px 5px;
	text-align: left;
	border: 1px solid #000;
}
.SearchBoxFormContent {
	padding: 5px 0px 5px 10px;
	text-align: left;
	border: 1px solid #000;
}

/* END NAV COLUMN BLOCK TAGS */

/* START PRODUCT CONTROLS AND CATEGORY CONTROLS */
.SingleProductDisplay, .SingleCategoryDisplay {
	text-align: center;
	width: 180px;
	margin: 10px 2px 10px 0px;
}
/* Special Tag to shrink single product margins when inside nav column */
.RelatedItemsBlock {
	display: block;
	border: 1px solid #ccc;
	background: #F7F7F7;
	width: 190px;
	margin: 0px;
	padding: 0px 20px;
}
.RelatedItemsBlockContent {
	padding: 0px;
	text-align: center;	
}
.NavColumnBlock .SingleProductDisplay,.NavColumnBlock .SingleCategoryDisplay {
	margin:0px;
}

.SingleProductDisplayImage,.SingleCategoryDisplayImage {
}
.SingleProductDisplayName A, .SingleCategoryDisplayname A, .ListCategoryDisplay A
{
	font: bold 10px/14px Arial, Helvetica, Sans-Serif;
	color: #000;
}
.SingleProductDisplayPrice A {
	font: bold 12px/14px Arial, Helvetica, Sans-Serif;
	color: #ff0000;
}
.ListProductDisplay, .ListCategoryDisplay {
	text-align:left;	
	width:500px;
}
.ListProductDisplayPrice {
	text-align:right;
}
.ListCategoryDisplayDescription {
	margin:3px 10px 10px 0px;
	font: 12px/14px Arial, Helvetica, Sans-Serif;
}
.DetailProductDisplay {
	border-top: solid 1px #ccc;
	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-width: bold;
}

.DetailProductDisplayPrice {
    font-size: 11px;
	color: #f30;
}

/* END PRODUCT CONTROLS AND CATEGORY CONTROLS */

/* Shopping Cart Page */
#CartTitle {
	width:700px;
}
#CartSubTitle {
}
#CartContainer {
	width:700px;
	padding:0px;
	margin:0px;
}
#CartItemBlock {
	padding:0px;
	margin:0px;
}
#CartItemBlock Table {
	margin:0px;
	width:700px;
}
#CartUpdateBlock {
	width:250px;
	background:#fff;
	margin:0px;
	text-align:center;
	vertical-align:middle;
	border-left: solid 1px #000;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}
#CartTotalBlock {
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
	width:450px;
	margin:0px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
}
#CartCheckoutButtons {
	width:700px;
	text-align:right;
	margin-top:10px
}

/* START VISUAL STYLES */

.BVText {
	font: 10px/14px Arial, Helvetica, Sans-Serif;
	display: block;
	padding: 3px 4px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	background: #F7F7F7;
}
.CartText {
	font: 14px/14px  Arial, Helvetica, Sans-Serif;
}
.BVSmallText {
	font: 10px/12px Arial, Helvetica, Sans-Serif;
	color: #666;
}
.Header {
	color: #000;
	background: #F7F7F7;
	font: bold 11px/14px 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 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  Arial, Helvetica, Sans-Serif;
	color: #000;
	padding-top: 0.2em;
}
.CartItem, .CartAlternateItem {
	border-bottom:1px solid #000	
}
.FormInput {
	font: 11px/14px  Arial, Helvetica, Sans-Serif;
	color: #000;
	background: #F9F9F9 url(form_input_bgnd.gif) repeat-x;
	border: 1px solid #999;
}
.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: 11px/14px  Arial, Helvetica, Sans-Serif;
	color: #000;	
	letter-spacing: normal;
	vertical-align: middle;	
}
.FormLabelStrong {
	font: bold 12px/14px Arial, Helvetica, Sans-Serif;
/*	color: #006699;	AKB */
	color: #1a3f8f;
	letter-spacing: normal;	
}

a, a:active, a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover
{
	text-decoration: underline;
/*	color: #3399ff; AKB */
	color: #1a3f8f;
}

.ErrorMessage
{
	background: #C1E0FF;
	font: bold 10px/14px Arial, Helvetica, Sans-Serif;
	color: #FF0000;
	border-top: 1px solid #F00;
	border-right: 1px solid #f00;
	border-bottom: 1px solid #f00;
	border-left: 1px solid #f00;
	padding: 3 3 3 3;
}
.SuccessMessage
{
	background:#99FF00;
	color: #000;
	font: 11px/14px Arial, Helvetica, Sans-Serif;
}
P
{
	margin: 0px;	
	text-align:left;
}
.indent
{	
	margin-left:20px;
}
.Padded
{
	margin:10px;
}
H1
{
	padding: 3px;
	display: block;
	margin: 0px;
	font: bold 16px/20px Arial, Helvetica, Sans-Serif;
	color: #333;
	border-bottom: 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: 5px 0px;
	margin: 0px;
	font: bold 12px/14px Arial, Helvetica, Sans-Serif;
	color: #FFFFFF;
	width: 145px;
	text-align: center;
/*	background: #000; AKB */
	background: #1a3f8f;
}
.ProductPropertyLabel
{
	font: bold 11px/14px Arial, Helvetica, Sans-Serif;
	color: #000;
}
.ProductProperty {
    font-size: 10px;
	color: #000;
}
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice, .DiscountText
{
	font: 11px/14px Arial, Helvetica, Sans-Serif;
}
.SitePrice, .ListPrice
{
	color: #000;
}
.ListPrice
{
	text-decoration: line-through;
}
.SitePriceDiscounted, .YouSave
{
	color: #f00;
}


/* START BREADCRUMB TAGS */
#BreadCrumbs {
	margin-bottom: 10px;
	font: 10px/11px Arial, Helvetica, Sans-Serif;
	color: #666;
	padding: 0px 0px 0px 0px;	
}
.BreadCrumbTrailSpacer {
	background-repeat: no-repeat;
}
.BreadCrumbTrailNoLink {
 visibility: hidden;
}
#BreadCrumbs A {
	color:#666;
}
#BreadCrumbs A:Hover {
/*	color:#3399ff; */
	color: #1a3f8f;
}
/* END BREADCRUMB TAGS */

/* CATEGORY LIST CONTROL TAGS */
.OtherCategory A
{
	font: 10px  Arial, Helvetica, Sans-Serif;
	color: #000;
	text-decoration: none;
}
.OtherCategory a:hover {
/*	color: #3399ff; */
	color: #1a3f8f;
	text-decoration: underline;
}
.CurrentCategory A
{
	font: bold 10px Arial, Helvetica, Sans-Serif;
	text-decoration:none;
}
.SubCategory A, .SubCategory A:Visited, .SubCategory A:Active
{
	font: 10px Arial, Helvetica, Sans-Serif;
	color: #666;
	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
{	
    padding: 10px 0px;
}
#CategoryListHeader #LayoutTable
{
	width: 525px;
}
#RecordsFound,#Pager,#Sorter, #Sorter TD
{
	font: 10px/14px  Arial, Helvetica, Sans-Serif;
	color: #999;
}
#RecordsFound
{
    font-weight: bold;
}
#Pager
{	
}
#Sorter
{
}
#Sorter Table
{
}
#tblItems
{
	border: 1px solid #000;
	width:700px;
	margin:5px;
}
#CheckoutTable
{
	width:700px;
}
#CheckoutSteps
{
	margin:5px;
}
.CheckoutStep
{
	font: 12px/14px Arial, Helvetica, Sans-Serif;
}
#CheckoutSteps A
{
	padding-right:20px;
	text-decoration:none;
	color:#666;
}
.CheckoutStep .CheckoutStepCurrent
{
	font: bold 12px/14px Arial, Helvetica, Sans-Serif;
	color:#003366;
}

.CheckoutDescription
{
	font: 12px/14px 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;
}
#CheckoutTotals
{
	text-align:center;
	background:#FFCC66;
	border: 1px solid #708090;
	padding:5px;
}
#PlaceOrderCell
{
	padding:5px;
	text-align:center;
	background:#fff;
	border: 1px solid #708090;
}
#CheckoutCoupons, .ControlArea,#ProductControls
{
	background:#fff;
	border: 1px solid #000;
	padding:5px;
}
#CheckoutPayment
{
	background:#fff;
	border: 1px solid #708090;
	padding:5px;
	text-align:left;
}

#ProductControls
{
	margin-top:20px;
}

#lblSKU {
 font-size: 10px;
	padding-left: 5px;
}
#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 Arial, Helvetica, Sans-Serif;
	color: #666;
	padding-top: 5px;
	text-align: left;
}
#ProductReviews A
{
	font: 10px/14px Arial, Helvetica, Sans-Serif;
	}
.ProductReviewRating
{
	font: bold 10px/14px Arial, Helvetica, Sans-Serif;
	color: #CC6600;
}
.ProductReview
{
	font: 10px/14px Arial, Helvetica, Sans-Serif;
	margin: 10px 10px 10px 10px;
	padding: 3 3 3 3;
}
.ProductReviewKarma
{
	font: 10px/12px  Arial, Helvetica, Sans-Serif;
	color: #000;
	position: relative;
	top: 10px;
	padding: 0 0 10 0;
	
}
.RelatedItemsBlock H3
{
	padding: 5px 3px 12px 3px;
	margin: 0px;
	font: bold 12px/14px Arial, Helvetica, Sans-Serif;
	color: #666;
	text-align: left;
}

#VolumeDiscounts
{
	margin: 5px;
}
.VolumePricingHeader
{
	font: 10px/12px Arial, Helvetica, Sans-Serif;
	color: #036;
	font-weight: bold;
}
.VolumePricingText
{
	font: 10px/12px Arial, Helvetica, Sans-Serif;
	color: #666;	
	padding: 2 2 2 2;
}
.NewProductBadge
{
	
}
.NewProductBadge IMG
{
	position: relative;
	top: -110;
	left: -35;
}



/* 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 Arial, Helvetica, Sans-Serif;
	padding: 0px 0px 15px 40px;
	margin:0px;
}
/* End Error Message Boxes */

