﻿body
{
	margin: 0px;
	color: #000000;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999999;
	background-image: url(images/skin/canvasbk.jpg);
	background-repeat: repeat-x;
}
h1
{
	color: #BA5353;
	padding: 3px;
	margin: 0px;
	font-size: 16pt;
	font-weight: bold;
}
h2
{
	color: #BA5353;
	padding: 3px;
	margin: 0px;
	font-size: 14pt;
	font-weight: bold;
}
h3
{
	color: #BA5353;
	padding: 3px;
	margin: 0px;
	font-size: 13pt;
	font-weight: bold;
}
h4
{
	color: #BA5353;
	padding: 3px;
	margin: 0px;
	font-size: 12pt;
	font-weight: bold;
}
h5
{
	color: #BA5353;
	padding: 3px;
	margin: 0px;
	font-size: 11pt;
	font-weight: bold;
}
h6
{
	color: #BA5353;
	padding: 3px;
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
}
#HomePageBanner
{
	height: 146px;
	background-image: url(../../assets/homepagebanner.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

#MasterContentTable
{
	border-width: 0px;
}
.masterContentTable1000
{
	width: 1000px;
	background-image: url(images/skin/head1000.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
.masterContentTable770
{
	width: 770px;
	background-image: url(images/skin/head1000.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#MasterContentHead
{
	height: 140px;
}
#MasterContentBw
{
	color: #333333;
	font-size: 9pt;
	text-align: right;
	padding: 6px;
	float: left;
}
#MasterContentCpright
{
	color: #000000;
	font-size: 9pt;
	text-align: right;
	padding: 6px;
	float: right;
}
.bw
{
	color: #333333;
	font-size: 9pt;
}
.bw:link
{
	color: #333333;
	text-decoration: none;
}
.bw:visited
{
	color: #333333;
	text-decoration: none;
}
.bw:hover
{
	color: #000000;
	text-decoration: underline;
}
.bw:active
{
	color: #000000;
	text-decoration: underline;
}
#MasterContentLhs
{
	text-align: left;
	vertical-align: top;
	background-color: #ffffff;
	padding-left: 5px;
	padding-bottom: 5px;
}
#MasterContentCenter
{
	text-align: left;
	vertical-align: top;
	width: 100%;
	background-color: White;
	color: Black;
	padding-top: 5px;
}
#MasterContentRhs
{
	text-align: center;
	vertical-align: top;
	background-color: #FFEFD0;
	background-position: top;
	background-repeat: no-repeat;
}
#MasterContentFoot
{
	height: 36px;
	line-height: 36px;
	text-align: left;
	vertical-align: middle;
	background-color: #FFEFD0;
	border-top: solid 4px white;
	padding-left: 10px;	
	margin: 5px;
}
.Status
{
	width: 100%;
	padding: 6px 0px;
	margin: 3px 2px 5px 2px;
	font-size: 11pt;
	color: red;
	font-variant: small-caps;
	background-color: #FFE0A3;
	border-width: 0px;
	border-top: solid 1px #BA5353;
	border-bottom: solid 1px #BA5353;
	text-align: center;
	vertical-align: middle;
}
.IEOnly
{
	display: none;
	display: expression(1 ?  "inline" : "none" );
}

/* Main content containers */
#MasterContentContainer
{
	margin: 10px;
}
#ContentContentContainer
{
}

/* links */
a
{
	color: #000066;
}
a:link
{
	color: #000066;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #000066;
}
a:hover
{
	text-decoration: underline;
	color: #FF0000;
}
a:active
{
	text-decoration: underline;
	color: #FF0000;
}

/* menus */
.tpCartLink
{
	font-size: 9pt;
	color: #CCCCCC;
}
.tpCartLink:link
{
	color: #CCCCCC;
}
.tpCartLink:visited
{
	color: #CCCCCC;
}
.tpCartLink:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.tpCartLink:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.sideMenuContainer
{
	margin-top: 5px;
	border: solid 1px #990000;
}
.sideMenuTopLevelItem
{
	height: 28px;
	line-height: 28px;
	text-align: left;
	padding-left: 6px;
	font-family: Arial;
	font-size: 12px	!important;
	font-weight: bold;
	color: #000066;
	border: solid 1px White;
	background-color: #FFE0A3;
	cursor: pointer;
}
.sideMenuHotTopLevelItem
{
	height: 28px;
	line-height: 28px;
	text-align: left;
	padding-left: 6px;
	font-family: Arial;
	font-size: 12px	!important;
	font-weight: bold;
	color: #990000;
	border: solid 1px White;
	background-color: #FFEFD0;
	cursor: pointer;
}
.sideMenuDownLevelItem
{
	width: 140px;
	height: 28px;
	line-height: 28px;
	text-align: left;
	padding-left: 6px;
	font-family: Arial;
	font-size: 12px	!important;
	font-weight: bold;
	color: #000066;
	border: solid 1px #ffffff;	
	background-color: #FFE0A3;
	cursor: pointer;
}
.sideMenuHotDownLevelItem
{
	width: 140px;
	height: 28px;
	line-height: 28px;
	text-align: left;
	padding-left: 6px;
	font-family: Arial;
	font-size: 12px	!important;
	font-weight: bold;
	color: #990000;
	border: solid 1px #ffffff;
	background-color: #FFEFD0;
	cursor: pointer;
}
.tpMenuContainer
{
	color: #E3BABA;
	height: 32px; 
	text-align: right;
}
.tpMenuItem
{
	font-size: 9pt;
	font-weight: bold;
	color: #E3BABA;
	margin: 0px 4px;
}
.tpMenuItem:link
{
	color: #E3BABA;
	text-decoration: none;
}
.tpMenuItem:visited
{
	text-decoration: none;
	color: #E3BABA;
}
.tpMenuItem:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
.tpMenuItem:active
{
	text-decoration: none;
	color: #FFFFFF;
}
.btMenuItem
{
	font-size: 10pt;
	font-weight: normal;
	color: #000066;
	margin: 0px 5px;
}
.btMenuItem:link
{
	color: #000066;
	text-decoration: none;
}
.btMenuItem:visited
{
	text-decoration: none;
	color: #000066;
}
.btMenuItem:hover
{
	text-decoration: none;
	color: #990000;
}
.btMenuItem:active
{
	text-decoration: none;
	color: #990000;
}

/* Snippets */
.allSnippetsContainer
{
}
.snippetContainer
{
	border: solid 1px #990000;
	background-color: White;
	margin-top: 5px;
	clear: both;
}
.snippetHeadlineOuterContainer
{
	height: 30px;
	text-align: center;
	vertical-align: middle;
	border-bottom: solid 1px Black;
}
.snippetHeadlineInnerContainer
{
	background-color: #FFEFD0;
	width: 100%;
}
.snippetHeadline
{
	height: 26px;
	text-align: center;
	color: #BA5353;
	font-style: italic;
	font-size: 10pt;
	font-weight: bold;
}
.snippetBody
{
	text-align: left;
	color: Black;
	font-size: 9pt;
}
.snippetFooter
{
	text-align: right;
	color: Black;
	font-size: 9pt;
}

/* Main content */
.contentHeaderContainer
{
	vertical-align: middle;
	background-color: #FFEFD0;
	height: 30px;
	line-height: 30px;
	color: #BA5353;
	font-weight: bold;
	font-size: 11pt;
	padding: 2px 10px;
	margin-bottom: 10px;	
}
.contentFooterContainer
{
	width: 100%;
	vertical-align: middle;
	background-color: #EBEFF4;
	height: 32px;
	line-height: 32px;
	color: #333333;
	margin-top: 4px;	
}
.upfrontHeaderContainer
{
	vertical-align: middle;
	background-color: #FFEFD0;
	height: 30px;
	line-height: 30px;	
	font-size: 11pt;
	padding: 2px 10px;
	margin-bottom: 10px;	
}
.featuredProducts
{	
	color: #BA5353;
	font-weight: bold;
	text-align: left;
	background-image: url(images/skin/ufproducts.gif);
	background-position: 6px 10px;
	background-repeat: no-repeat;
	padding-left: 26px;
}
.featuredCategories
{
	color: #BA5353;
	font-weight: bold;
	text-align: left;
	background-image: url(images/skin/ufcategories.gif);
	background-position: 6px 10px;
	background-repeat: no-repeat;
	padding-left: 26px;
}
#AlsoBoughtHeaderContainer
{	
	background-color: #FFEFD0;
	height: 30px;
	line-height: 30px;	
	color: #BA5353;
	font-weight: normal;
	font-size: 11pt;	
	margin-bottom: 10px;
	background-image: url(images/skin/also.gif);
	background-position: 6px 10px;
	background-repeat: no-repeat;
	padding-left: 26px;
}
#MasterCenterContentPanel
{
	padding: 5px 10px 5px 5px;
	text-align: left; 
	vertical-align: top; 
	background-color: White;
}
#MasterContentCenter
{
}
#BreadCrumb
{
	font-variant: small-caps;
}

/* Pagers */
#TopPager
{
	float: right;
	color: #000066;
	font-weight: normal;
	font-size: 9pt;
	font-weight: normal;
}
#BottomPager
{
	float: right;
	color: #000066;
	font-size: 9pt;
	padding: 3px;
	white-space: nowrap;
}
.tPager:link
{
	color: #000066;
	text-decoration: none;
}
.tPager:visited
{
	color: #000066;
	text-decoration: none;
}
.tPager:active
{
	color: #990000;
	text-decoration: underline;
}
.tPager:hover
{
	color: #990000;
	text-decoration: underline;
}
.bPager:link
{
	color: #000066;
	text-decoration: none;
}
.bPager:visited
{
	color: #000066;
	text-decoration: none;
}
.bPager:active
{
	color: #990000;
	text-decoration: underline;
}
.bPager:hover
{
	color: #990000;
	text-decoration: underline;
}
.bPagerCurrent
{
	padding: 2px; 
	border: solid 1px #000066;
}

/*List content */
.listContainer
{	
	background-color: #FFFFFF;
}
.itemContainer
{
	background-color: #FFFFFF;
	width: 100%;
}
.itemHeadlineOuterContainer
{
	height: 36px;
	text-align: center;
	vertical-align: middle;
	border-bottom: solid 1px #99AEBA;
}
.itemHeadlineInnerContainer
{
	background-color: #ECF0F0;
	width: 100%;
}
.itemHeadline
{
	 /*height: 26px;*/
	 line-height: 26px;
	 text-align: left;
	 vertical-align: middle;	
	 padding-left: 5px; 
	 font-size: 11pt;
	 font-weight: bold;
	 color: #BA5353;
}
.itemBody
{
	width: 100%;
	text-align: left;
	vertical-align: top;
	font-size: 9pt;
}
.itemImgContainer
{
	vertical-align: top;
	padding-right: 8px;
}
.itemDesc
{
	vertical-align: top;
	width: 100%;
	font-size: 9pt;
	font-style: italic;
	color: #000000;
}
.itemPrice
{
	float: left;
	font-size: 13pt;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial;
	color: #ff0000;
	padding: 3px;
	margin-top: 10px;		
	background-color: #FFEFD0;
}
.itemFooter
{
	font-size: 8pt;
	padding-top: 2px;
	color: #BA5353;
}
.itemImg
{
	margin-right: 5px;
	border-width: 0px;
}

/* Product detail styles */
#ProdLongDescContainer
{
	width: 100%;
	font-size: 10pt;
	padding: 10px 10px 10px 15px;
	border-left: solid 1px #99AEBA;
}
.prodLgImg
{	
	margin: 10px 15px 10px 10px;
}
#ProdSuppImgsContainer
{
	padding: 10px;
	text-align: center;
	font-size: 9pt;
	font-style: italic;
}
.price
{
	width: 70px;
	border-width: 0px;
	padding: 1px;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-align: right;
}
.discountedPrice
{
	width: 70px;
	border-width: 0px;
	padding: 1px;
	font-size: 11pt;
	font-weight: normal;
	color: #ff0000;
	text-align: right;
	display: none;
}
.listPrice
{
	width: 70px;
	border-width: 0px;
	padding: 1px;
	font-size: 11pt;
	font-weight: normal;
	color: #000000;
	text-align: right;
	text-decoration: line-through;
}
.attGrpName
{
	color: #ff0000;
	font-size: 10pt;
	padding: 8px 0px 4px 0px;
}
#ProdDiscountOuterContainer
{
	padding-bottom: 10px;
}
#ProdDiscountImageContainer
{
	float: left;
	margin: 0px 8px 0px 0px;
}
#ProdDiscountTextContainer
{
	float: left;
	font-size: 11pt;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 0px;
}
.outOfStock
{
	font-size: 11pt;
	font-variant: small-caps;
	color: #ff0000;
}

/* cart */
#CartSummary
{
	color: #cccccc;
	font-size: 9pt;
	font-weight: bold;
	background-color: Transparent;
	border-width: 0px;
	text-align: right;
	width: 90px;
}
.vatStatement
{
	font-size: 10pt;
	font-weight: normal;
}
.cartQtyField
{
	width: 30px;
	text-align: center;
	color: #FF0000;
	border: solid 1px #FF0000;
}
.cartQtyFieldReadonly
{
	width: 30px;
	text-align: center;
	border-width: 0px;
	color: #BA5353;
	background-color: Transparent;
}
.cartNote
{
	float: left;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	color: #ff0000;
	padding-left: 8px;
}

/* Checkout styles */
#CheckoutTermsContainer
{
	margin-top: 12px;
	border: solid 1px #990000;
	width: 100%;
	clear: left;
}
#ShippingAddressNotice
{
	margin: 10px 0px;
	border: solid 1px #990000;
	float: left;
	clear: left;
	padding: 6px;
}

/* 3.0.39 */
#pleaseWait
{
	position: absolute; 
	display: none; 
	width: 230px; 
	text-align: center; 	
	font-size: small; 
	background-color: White; 
	border: solid 1px black;
}