/* Default Page Styles */
body {
  background: #fff;
  margin: 0;
  padding: 0;
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000;
  letter-spacing: normal;
  }
p, tr, td, ul, li {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  }
ul li {
  margin: 0;
  list-style-type: square;
  }
h1 {
  padding: 0;
  margin: 0 0 3px 0;
  font: bold 16px Arial, Verdana, Helvetica, Sans-Serif;
  color: #003366;
  border: none;
  border-bottom: 1px solid #003366;
  }
h3 {
  padding: 0 3px;
  margin: 3px;
  font: bold 12px/13px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000135;
  }
h3:before {
  content: "\00BB \0020";	/* adds a ">>" before H3s, not visible on IE */
  }
/* Nav Table Headers */
h4 {
  padding: 3px 3px 3px 9px;
  margin: 0;
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #fff;
  text-align: left;
  border-bottom: 0px solid #003366;
  }
	
h5, h6 {
  padding: 0;
  margin: 0;
  font: bold 12px/16px Verdana, Arial, Helvetica, Sans-Serif;
  color: #003366;
  }
	
/* Default Link Styles */
a, a:link, a:visited, a:active {
  text-decoration: underline;
  color: #000099;
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  }
a:hover {
  text-decoration: none;
  color: #003366;
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  cursor: pointer;
  }

/* Misc Styles */
table td { vertical-align:top; }
img { border: none; }
.hide { display: none; }
option { min-width: 1.5em; }

/* Center-Aligned Container - wraps entire site contents */
table#container {
  display: block;
  position: absolute;
  top: 17px;	
  left: 50%;
  margin: 0 0 20px -389px;
  padding: 0;
  width: 777px;
  background:#fff;
  border: 1px solid #000066;
  }
	
/* Pop-up Containers */
#popupContainer {
  width: 90%;
  padding: 10px;
  margin: 0 3%;
  background: #FFF;
  }
	
/* Pages with a sidebar (excluding default.aspx or search.aspx) */
#navcolumn {
  margin: 0;
  padding: 0 5px;
  width: 175px;
  vertical-align: top;
  text-align: center;
  border-right: 1px solid #eee;
  }
#contentcolumn {
  padding: 0px;
  margin: 0px;
  width: 620px;
  vertical-align: top;
  text-align: left;
  }
  
/*	__________________________
	Pages without a sidebar */
#page, #pag {
  padding:0px;
  margin:0px;
  background:#fff;
  }
  
/*	________________________________
	Content Section on Every Page */
#maincontent {
  margin:0px;
  padding:5px 10px 10px 10px;    
  text-align: left;  
  }

/* Header */
#Header {
  background: #fff url(HeaderBG.jpg) no-repeat;
  padding: 0;
  margin: 0 0 5px 0;
  width: 775px;
  position: relative;
	
  }
#BrandingArea {
  height: 124px;
  width: 775px;
  background: transparent;
  position: relative;
  }
  
/* Logo Positioning of default store Logo if used*/
/*#Logo {
  position: absolute;
  top: 24px;
  left: 10px;
  }*/  

#Logo img { display: none; } /* Hides default store Logo */

/*	____________
	Site Menu */
#SiteMenu {
	position: relative;
  background: #fff;
	bottom: 16px;
	left: 1px;
  }
#SiteMenu ul {
  margin:0;
  padding: 0;
  white-space:nowrap;
  text-align: left;
  }
#SiteMenu li {
  display: inline;
  list-style-type: none;
  }
#SiteMenu a {
  padding: 0;
  color: #fff;
  font: 10px/16px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#SiteMenu a:hover {
  color:#000066;
  text-decoration: none;
  }
	


/* Site Menu Icons
___________________________________________________________________________________________ */
/* Here is an example of how you can add icons with a hover effect
   to your site menu for better link recognition. */
/*	_____
	  Up */
#SiteMenu a#Header_LoginStatusControl1_lnkStatus,
#SiteMenu a#Header1_LoginStatusControl1_lnkStatus {
	position: absolute;
	left: 373px;
	width: 72px;
  background: transparent url(tabs.gif) no-repeat 0px 0px;
  padding: 0px 5px 0px  18px;
	text-align: left;
  }
#SiteMenu a#Header_lnkMyAccount,
#SiteMenu a#Header1_lnkMyAccount {
	position: absolute;
	left: 444px;
	width: 85px;
  background: transparent url(tabs.gif) no-repeat 0px -16px;
  padding-left: 7px;
  }

#SiteMenu a#Header_lnkCart,
#SiteMenu a#Header1_lnkCart {
  position: absolute;
	left: 528px;
	width: 66px;
  background: transparent url(tabs.gif) no-repeat 0px -32px;
  padding-left: 7px;
  }
#SiteMenu a#Header_lnkCustomerService,
#SiteMenu a#Header1_lnkCustomerService {
  position: absolute;
	left: 593px;
	width: 73px;
  background: transparent url(tabs.gif) no-repeat 0px -48px;
  padding-left: 7px;
  }
#SiteMenu a#Header_lnkSearch,
#SiteMenu a#Header1_lnkSearch {
  position: absolute;
	left: 665px;
	width: 50px;
  background: transparent url(tabs.gif) no-repeat 0px -64px;
  padding-left: 7px;
  }

#siteMap a {
	position: absolute;
	color: #fff;
	font: 10px/16px Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	left: 714px;
	width: 61px;
	background: transparent url(tabs.gif) no-repeat 0px -80px;
	padding-left: 6px;
	display: block;

}

/*	_______ temp disabled
	  Down */
#SiteMenu a:hover#Header_LoginStatusControl1_lnkStatus,
#SiteMenu a:hover#Header1_LoginStatusControl1_lnkStatus {
  background: transparent url(tabs.gif) no-repeat 0px -96px;
  }
#SiteMenu a:hover#Header_lnkMyAccount,
#SiteMenu a:hover#Header1_lnkMyAccount {
  background: transparent url(tabs.gif) no-repeat 0px -112px;
  }
#SiteMenu a:hover#Header_lnkCart,
#SiteMenu a:hover#Header1_lnkCart {
  background: transparent url(tabs.gif) no-repeat 0px -128px;
  }
#SiteMenu a:hover#Header_lnkCustomerService,
#SiteMenu a:hover#Header1_lnkCustomerService {
  background: transparent url(tabs.gif) no-repeat 0px -144px;
  }
#SiteMenu a:hover#Header_lnkSearch,
#SiteMenu a:hover#Header1_lnkSearch {
  background: transparent url(tabs.gif) no-repeat 0px -160px;
  }
#siteMap a:hover {
	color: #000066;
	background: transparent url(tabs.gif) no-repeat 0px -176px;
}

 
/*	________________________
	Link to Shopping Cart */
#ShoppingCartLink a, #ShoppingCartLink a:link, #ShoppingCartLink a:active, #ShoppingCartLink a:visited {
  position: absolute;	
  color: #fff;
  text-decoration: none;
  padding: 0;
  }
#ShoppingCartLink a:hover {
  color:#000066;
  text-decoration: none;
  }

/* MiniCart - shows # of products and total price in header */
#MiniCart {
  position: absolute;
	background: transparent url(cart-itemsBack.gif) no-repeat;
  top: 87px;
  left: 630px;
	width: 145px;
	height: 16px;
  color: #000066;  
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
	text-align: center;
	vertical-align: middle;
  padding: 2 0 0 10;
  }

/* Main Menu - Header Nav Menu ---------------------------*/
#MainMenu {
  width:775px;
  background: #fff;
  text-align:center;
  }
  
/* Top-Banner Categories Menu */
#MenuLevel1, #MenuLevel1 table {
  background: transparent;
  margin: 0 auto;
	background: #a92121 url(MenuLevel1_back.gif) repeat-x;
  }

/* Category Top-Banner Tab Images
	(to control spacing, uncomment and adjust this and don't forget to comment out link tabs below) */		
 
#MenuLevel1 .MenuItem,
#MenuLevel1 .MenuItemActive {
  padding: 0 0px;
  }
  
/* Category Top-Banner Tab Links
	(comment out the following if you're using category images, see above)	
#MenuLevel1 .MenuItem, #MenuLevel1 .MenuItem a {
  font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
  background: #a92121 url(MenuLevel1_back.gif) repeat-x;
  color: #fff;
  line-height: 2px;
  text-align: center;
  }
#MenuLevel1 .MenuItem a:hover, #MenuLevel1 .MenuItemActive a:hover {    
  font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
  background: #000134;
  color: #fff;
  line-height: 2px;
  text-align: center;
  }
#MenuLevel1 .MenuItemActive, #MenuLevel1 .MenuItemActive a {
  font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
  background: #000134;
  color: #fff;
  line-height: 2px;
  text-align: center;
  }
#MenuLevel1 A, #MenuLevel1 A:Hover {
  font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  line-height: 2px;
  display: block;
  padding: 0 8px;
  white-space:nowrap;
  }
*/
/* Sub-Category Links Under Tabs */
#MenuLevel2 {
  background: #000134;
	height: 2px;
  }
#MenuLevel2 Table {
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
  }
#MenuLevel2 .MenuItem {
	margin: 0 0 0 0;
  padding: 0 0 0 0;
  }
#MenuLevel2 a {
	margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  }
#MenuLevel2 a:hover {
	margin: 0 0 0 0;
  padding: 0 0 0 0;
	background: #ffffff;
  color: #000135;
  text-decoration: none;
  white-space: nowrap;
  display: block;
  }

/* Home Page
___________________________________________________________________________________________ */
#PageHome #MainContent, .HomepageBlock {
  padding: 0;
  margin-bottom: 5px;
	background: #fff;
  }
#HomeTable {
  padding: 0;
  margin: 0;
	background: #fff;
  }
#HomeColumn1 {
  vertical-align: top;
  text-align: center;
  padding: 0 5px;
  width: 175px;
  margin: 0;
  border-right: 1px solid	#dce8f4;
  }
#HomeColumn2 {
  vertical-align: top;
  text-align: center;
  padding: 0 5px;
  margin: 0;
  }
#HomeColumn3 {
  vertical-align:top;
  text-align:left;
  padding: 0 5px;
  width: 145px;
  margin: 0;
  border-left: 1px solid #dce8f4;
  }



/* Other Menus
___________________________________________________________________________________________ */
#navColumn ul, .CategoryList ul,
#navColumn ul li, .CategoryList ul li {
  padding: 0;
  margin:0;
  list-style-type: none;
  }
  
/*	________________________________________
	Customer Service and My Account Menus */
.NavColumnBlock {
  background: #fff;
  padding: 0;
  margin: 0;
  width: 175px;
  background: url(navHead.gif) repeat-x; 
  }
.NavColumnBlockContent {
  padding: 5px 0px;
  margin: 0;
  line-height: 1.1em;
  text-align: left;
  background: #fff;
  border-left: 1px solid #003366;
  border-right: 1px solid #003366;
  border-bottom: 1px solid #003366;
  color: #003366;
  }

/*	___________________________________________
	Customer Service & My Account Menu Links */
.NavColumnBlockContent a, .NavColumnBlockContent a:visited, .NavColumnBlockContent a:link {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #003366;
  text-decoration: none;
  list-style-type: none;
  margin: 0 0 0 10px;
  }
.NavColumnBlockContent a:hover {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000099;
  text-decoration: underline;
  }  

/*	_________________________
	Side Bar Menus & Forms */
.CategoryList, .SearchBoxForm {
  width:175px;
  padding: 0px 0px 0px 0px;
  background: url(navHead.gif) repeat-x; 
  }
	
.MailingListSignupForm {
  width:145px;
  padding:0;
	background: url(mail-list-head.gif) no-repeat;
  }
	
.CategoryListContent, .SearchBoxFormContent, .MailingListSignupFormContent {
  padding: 3px;
  margin: 0;
  text-align: left;
  background: #fff url(navBack.gif) repeat;
  border-left: 1px solid #003366;
  border-right: 1px solid #003366;
  border-bottom: 1px solid #003366;
  }
	
.SearchBoxFormContent .FormInput, .MailingListSignupFormContent .FormInput {
  border: #003366 1px solid;
  background: #dce8f4;
  color: #003366;
  padding-left: 2px;
  font: bold 10px/12px Verdana, Arial, Helvetica, Sans-Serif;
  height: 18px;
	width: 108;
  }
.MailingListSignupFormContent .FormLabel {
  font: 10px/12px Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
  color: #003366;
  }
/*	_________________________
	Search Button Position */

#ContentColumn4__ctl0_btnGoSearch,
#ContentColumn5__ctl0_btnGoSearch {
  margin-bottom: -8px;
	padding-top: 4px; 
  }
	
#contentColumn1__ctl1_btnGoSearch,
{
  margin-bottom: -8px;
	padding-top: 4px; 
  }
	
#ContentColumn1__ctl0_btnGoSearch {
  margin-bottom: -8px;
  padding-top: 4px; 
  }
#ContentColumn3__ctl0_btnGoEmail {
	margin-bottom: -8px;
	padding-top: 0px;
}

/*	_________________________________
	Side Bar Categories Menu Links */
.CategoryListContent ul, .CategoryListContent ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  }
.CategoryListContent li { margin: 0; }
.CategoryListContent a,
.CategoryListContent a:link,
.CategoryListContent a:visited {
  display: block;
  color: #000066;
  padding: 1px 5px;
  text-decoration: none;
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  }
.CategoryListContent li li a,
.CategoryListContent li li a:link,
.CategoryListContent li li a:visited {
  display: block;
  color: #003366;
  background-color: #ddeeff;
  padding: 1px 2px 2px 10px;
  text-decoration: none;
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  }

.CategoryListContent li li li a,
.CategoryListContent li li li a:link,
.CategoryListContent li li li a:visited {
  display: block;
  color: #003366;
  background-color: #fff;
  padding: 1px 2px 2px 15px;
  text-decoration: none;
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  }
	
	
.CategoryListContent .CurrentCategory a,
.CategoryListContent .CurrentCategory a:link,
.CategoryListContent .CurrentCategory a:visited {
  color: #fff;	
  background-color: #003366;	
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;	
  }
.CategoryListContent .SubCategory a,
.CategoryListContent .SubCategory a:link,
.CategoryListContent .SubCategory a:visited {
	display: block;
	color: #003366;
	background-color: #ddeeff;
	padding: 1px 2px 2px 10px;
	text-decoration: none;
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	
  }
.CategoryListContent .CurrentCategory .SubCategory a,
.CategoryListContent .CurrentCategory .SubCategory a:link,
.CategoryListContent .CurrentCategory .SubCategory a:visited {
  display: block;
  color: #003366;
  background-color: #fff;
  padding: 1px 2px 2px 15px;
  text-decoration: none;
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  }
.CategoryListContent a:hover,
.CategoryListContent li li a:hover,
.CategoryListContent li li li a:hover,
.CategoryListContent .SubCategory a:hover,
.CategoryListContent .CurrentCategory .SubCategory a:hover,
.CategoryListContent .CurrentCategory a:hover {
  color: #fff;
  background-color: #000066;
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  }

/* Breadcrumbs
___________________________________________________________________________________________ */
#BreadCrumbs {
  margin: 0 0 8px 0;
  padding: 2px 4px;    
  font: 11px Arial, Verdana, Helvetica, Sans-Serif;
  color: #000066;
  text-align: left;
  display:block;
  background: #dce8f4;
  }
#BreadCrumbs a, #BreadCrumbs a:link, #BreadCrumbs a:visited {
  color: #003366;
  font: 11px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#BreadCrumbs a:hover {
  color: #000066;
  font: 11px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
.BreadCrumbTrailSpacer {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
	
  }
.BreadCrumbTrailNoLink {
	font: 11px Arial, Verdana, Helvetica, Sans-Serif;
	font-weight: bold;
	
  }

/* Category Page
___________________________________________________________________________________________ */
#LayoutTable {
  width:569px;
  }
#Records table {
  border-top: 1px solid #003366;
	padding-top: 5px;
  width:569px;
	
  }
#Records table tr td {
  text-align:center;
  }
#Records table table {
  border:none;
  width:98%;
  }

/*	____________________________________________________
	Category Header (also uses H1 for category title) */
#CategoryBanner {
  margin: 3px 0;
  }
#Description {
  font: 12px/14px Verdana, Helvetica, Arial, Tahoma, Sans-Serif;		
  color: #000099;
  margin: 5px 0px 10px 0px;
  }
#RecordsFound, #Pager ,#Sorter , #Sorter TD {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #003366;
  margin-bottom: 3px;
  white-space:nowrap;
  }
#Records {
  padding: 0px 0;
  }

/*	_____________________________
	"New" Image Position */
.NewProductBadge {
  position:relative;
  left:0px;
  top:0px;
  }

/*	_______________________
	Categories Grid/List */
.SingleCategoryDisplay {
  display: block;
  text-align: center;
  width: 140px;
  margin: 5px auto;
	padding-bottom: 5px;
  vertical-align: top;
  }
.SingleCategoryDisplayname a,
.SingleCategoryDisplayname a:link,
.SingleCategoryDisplayname a:visited,
.ListCategoryDisplay a,
.ListCategoryDisplay a:link,
.ListCategoryDisplay a:visited {
  font: normal 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
	padding-bottom: 5px;
  }
.SingleCategoryDisplayname a:hover,
.ListCategoryDisplay a:hover {
  font: normal 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #000;
  text-decoration:none;
  }

/*	________________
	Products Grid  */
.SingleProductDisplay {
  display: block;
  text-align:center;
  width:135px;
	height:167px;
  vertical-align:top;
  padding:2px;
  margin:4px 1px 0px 1px;
	border: 1px solid #a8c6e5
  }
.SingleProductDisplayImage {
  padding:10px 0px 0px 0px;
  }
.SingleProductDisplayName a,
.SingleProductDisplayName a:link,
.SingleProductDisplayName a:visited {
  font: normal 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
	padding:0px;
  }
.SingleProductDisplayName a:hover {
  font: normal 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:underline;  
  color: #000099;
	padding:0px;
  }
.SingleProductDisplayPrice a,
.SingleProductDisplayPrice a:link,
.SingleProductDisplayPrice a:visited {
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
	color: #007700;
  }
.SingleProductDisplayPrice a:hover {
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }

/*	________________
	Product Lists */
.ListProductDisplay {
  height: 100%;
  }
.ListProductDisplayName, .ListProductDisplayName td,
.ListCategoryDisplayName, .ListCategoryDisplayName td {
  text-align:left !important;
  }
.ListProductDisplayPrice, .ListProductDisplayPrice td {
  float:right !important;
  text-align:right !important;
  }

/*	__________________________
	Detailed Products Lists */
.DetailProductDisplay {
	margin: 15px;
	text-align:left;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccfff;
	padding-top: 0px;
  }
.DetailProductDisplayName td,
.DetailProductDisplayPrice td,
.DetailProductDisplayDescription td,
.DetailProductDisplayControls td {
  text-align:left !important;
  float:left !important;
	
  }
.DetailProductDisplayName a,
.DetailProductDisplayName a:link,
.DetailProductDisplayName a:visited {
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }
.DetailProductDisplayName a:hover {
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  background-color: #dce8f4;
  color: #000099;
  }
.DetailProductDisplayPrice a,
.DetailProductDisplayPrice a:link,
.DetailProductDisplayPrice a:visited {
  font: noraml 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }
.DetailProductDisplayPrice a:hover {
  font: noraml 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }
#Records .DetailProductDisplayImage {
  width:120px;
  float:right;
  text-align:right;
  }
 
/*	________________
	Pricing Links */
a .ListPrice,
a:link .ListPrice,
a:visited .ListPrice { color: #f00; }
a .SitePriceDiscounted,
a:link .SitePriceDiscounted,
a:visited .SitePriceDiscounted { color: #070; }
a:hover .ListPrice { color: #f00; }
a:hover .SitePriceDiscounted { color: #070; }
 
/*	_______________________________________
	Side Bar Product & Category Rotators */ 
.HomepageBlock .SingleCategoryDisplay {
  display: block;
  text-align:center;
  margin:5px auto;
  vertical-align:top;
  }
.HomepageBlock .SingleProductDisplay {
  display: block;
  text-align:center;
  width:130px;
  vertical-align:top;
  border: none;
  padding:5px;
  margin:6px auto;
  }
	

.HomepageBlock .SingleProductDisplay {
  margin-top: 5px; !important
  }
.HomepageBlock .SingleProductDisplayImage {
  /* height: 64px; */
  padding-bottom:5px;
  }
  
/* Product Page
___________________________________________________________________________________________ */

/*	_________
	Layout */
#ProductPageContainer {
  width:565px;
  }
#ProductPageImageColumn {
  width:320px;
  padding:0 10px 0 0;
  margin:0px;
  vertical-align:top;
  text-align:left;
  }
#ProductPageContentColumn {
  padding:0 0 0 10px;
  margin:0;
  vertical-align:top;
  text-align:left;  
  border-left: 1px solid #dce8f4;
  }

/*	_________
	Styles */
#lblSKU { font-size: 9px; color: #003366; }
#productdescription {
  padding: 10px 0 10px 0;
  font: bold 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000000;
	text-align: left;
	 border-bottom: 1px solid #dce8f4;
  }
#imgZoom, #PrintThisPage { margin: 0px 0 2px 0; }
#ProductImage a, #ProductImage a:hover { text-decoration: none; }



#EmailThisPage { margin: 5px 0 5px 0px; padding-top: 10px; text-align: center; border-top: 1px solid #dce8f4; }



/*	_______________________
	Product Controls Box */
#ProductControls {
  margin-top:5px;
  border: 3px double #000066;
  background: #dce8f4;
  padding: 12px 0 0 12px;
  }

/*	_____________________
	Product Properties */
.ProductPropertyLabel { font: bold 11px Verdana, Arial, Helvetica, Sans-Serif; color:#003366; }
#ProductProperties { text-align:left; }
#ProductProperties ul { margin: 0px 0px 10px 0px; padding: 10px 0px 0px 0px; }
#ProductProperties ul li { margin-bottom:10 px; list-style-type: none; }
#ProductProperties ul ul { margin: 0px 0 0 0; }







/*	________________
	Pricing */
.DiscountText { font: 11px Verdana, Arial, Helvetica, Sans-Serif; color:#000099; }
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice { font: 11px Verdana, Arial, Helvetica, Sans-Serif; }
.SitePrice { color:#003366; }
.ListPrice { text-decoration: line-through; color:#ff0000; }
.YouSave { color:#ff0000; }
.SitePriceDiscounted { font: bold; color:#007700; }

/*	_________________
	Volume Pricing */
#VolumeDiscounts { margin:5px; }
.VolumePricingHeader { background:#000066; font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif; color:#FFF; }
.VolumePricingText { font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif; color:#003366; }

/*	________________
	Related Items */
.RelatedItemsBlock {
  background: #fff;
  margin: 0;
  padding: 0 0 3px 0;
  background-color: #fff;
  }
.RelatedItemsBlock H3 {
  padding: 3px;
  margin: 0 0 4px 0;
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #003366;
  text-align: left;
  background-color: #fff;
  }
.RelatedItemsBlockContent {
  padding: 0 9px;
  text-align: center;
  }
.RelatedItemsBlock .SingleProductDisplay {
  border: 0px solid #ccc;
  width:140px;
  margin: 0 0 4px 0;
  background: #fff;
  }
.RelatedItemsBlock .SingleProductDisplayName a,
.RelatedItemsBlock .SingleProductDisplayName a:link,
.RelatedItemsBlock .SingleProductDisplayName a:visited,
.RelatedItemsBlock .SingleProductDisplayName a:hover { font: bold 11px Verdana, Arial, Helvetica, Sans-Serif; }

/*	__________________
	Product Reviews */
#ProductReviews {
  border-top: 1px solid #000066;
  border-bottom: 1px solid #000066;
  margin: 20px 0 0 0;
  padding: 0 0 3px 0;
  }
#ProductReviews H3 {
  padding: 3px;
  margin: 0 0 5px 0;
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #003366;
  background: #dce8f4;
  }
#ProductReviewNew { margin: 10px 0; }
#ProductReviews a,
#ProductReviews a:link,
#ProductReviews a:visited {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  padding: 3px;
  text-decoration: none;
  }
#ProductReviews a:hover {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  padding: 3px;
  }
.ProductReviewRating {
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  color:#003366;
  }
.ProductReview {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  margin: 5px 10px;
  border-left: 2px solid #ccc;
  padding-left: 4px;
  }
.ProductReviewKarma {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color:#003366;
  white-space: nowrap;
  }
#pnlReviewDisplay {
  border: 1px solid #000066;
  padding: 5px;
  }
#pnlWriteAReview textarea {
  width: 250px;
  height: 150px;
  }

/* Checkout
___________________________________________________________________________________________ */
#tblItems {
  border: 1px solid #000066;
  width:400px;
  margin:5px;
  }
#CheckoutTable {
  width:745px;
  }
.Header {
  padding: 3px;
  margin: 0;
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #fff;
  background: #000066;
  }
.CheckoutDescription {
  font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  }

/*	_________________
	Checkout Steps */
#CheckoutSteps {
  padding:5px;
  background: #fff;
  margin:0;
  }
.CheckoutStep {
  padding-right:20px;
  }
.CheckoutStep a, 
.CheckoutStep a:link, 
.CheckoutStep a:visited {
  font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color:#000066;
  white-space:nowrap;
  text-decoration:none;
  }
.CheckoutStep a:hover {
  font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color:#003366;
  white-space:nowrap;
  text-decoration:none;
  }
.CheckoutStep .CheckoutStepCurrent, 
.CheckoutStep a:link.CheckoutStepCurrent, 
.CheckoutStep a:visited.CheckoutStepCurrent, 
.CheckoutStep a:hover.CheckoutStepCurrent {
  font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color:#003366;
  white-space:nowrap;
  text-decoration:none;
  }

/*	_____________________
	Shopping Cart Page */
#CartTitle {
  width:100%;
  }
#lblcart {
  color: #000099;
  }
table#CartContainer {
  width:600px;
  padding:0;
  margin:0 auto;
  }
table#CartContainer tr td {
  vertical-align:middle;
  }
#CartItemBlock {
  padding:0px;
  margin:0px;
  }
#CartItemBlock Table {
  margin:0px;
  width:755px;
  border-right: 1px solid #000066;
  border-left: 1px solid #000066;
  border-top: 1px solid #000066;
  border-bottom: none;
  }
#CartUpdateBlock {
  width:500px;
  background:#fff;
  margin:0px;
  text-align:center;
  vertical-align:middle;
  }
#CartTotalBlock {
  border-bottom: double 3px #000066;
  border-right: solid 1px #000066;
  border-left: solid 1px #000066;
  width:25%;
  margin:0px;
  padding:5px;
  text-align:center;
  vertical-align:middle;
  }
#lblSubTotal {
  font: bold 14px Arial, Verdana, Helvetica, Sans-Serif;
  }
#CartCheckoutButtons {
  width:755px;
  text-align:right;
  margin-top:10px
  }
.CartItem,
.CartAlternateItem {
  padding: 5px;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: #003366;
  text-align: left;
  border-bottom:1px solid #000066;  
  }
.CartItem { background: #fff; }
.CartAlternateItem { background: #cad5e0; }
.CartItem a,
.CartItem a:link,
.CartItem a:visited,
.CartAlternateItem a,
.CartAlternateItem a:link,
.CartAlternateItem a:visited {
  color: #003366;
  text-decoration: none;
  font-weight: bold;
  }
.CartItem a:hover,
.CartAlternateItem a:hover {
  color: #000099;
  text-decoration: none;
  font-weight: bold;
  }

/*	________________________
	Shipping Methods List */
#ShipMethodsList {
  border-left: 3px solid #ccc;
  margin-left: 8px;
  }

/*	__________________
	Checkout Styles */
#AddressBookPanel {
  width:745px;
  margin:0;  
  }
#AddressList td {
  border: 3px double #ccc;
  padding: 5px;
  }
#AddressList td:hover {
  background: #ffc;
  }
.ContentBox {
  margin: 3px 0px 5px 20px;  
  text-align:left;
  background:#ffe;
  border: solid 1px #000066;
  padding:10px;
  }
#CheckoutTotals {
  text-align:center;
  background:#cad5e0;
  border-left: 1px solid #000066;
  border-top: 1px solid #000066;
  border-right: 1px solid #000066;
  padding:5px;
  margin: 0;
  width: 172px;
  }
#lblGrandTotal {
  border-top: 1px solid #ccc;
  }
#PlaceOrderCell {
  padding:0px;
  margin: 0;
  text-align:center;
  background:#fff;
  }
.ControlArea {
  border: 1px solid #000066;
  background: #cad5e0;
  padding:5px;
  margin-top:5px;
  }
#CheckoutPayment {
  background:#cad5e0;
  border: 1px solid #000066;
  padding:5px;
  margin: 0;
  text-align:left;
  width: 172px;
  }
#InstructionsField {
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  padding:3px;
  margin: 3px 0;
  }
#OrderItemPreview table {
  width: 98%;
  }
#OrderItemPreview table table {
  width: 100%;
  }
#ShipToMultipleAddressesButton { margin: 5px; }
  
/* Misc Visual Styles
___________________________________________________________________________________________ */
.BVText, .CartText {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #003366;
  }
.BVSmallText {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  color:#003366;
  }
a#LoginControl1_lnkForgotPassword { text-decoration: none; }
#btnUpdateTotals { background-color: #ffc; }
#PackageList a,
#CheckoutPayment a {
  text-decoration: none;
  font-weight: bold;
  }
.BVText .Stories {
  text-align: justify;
  }
.Item {
  padding: 5px;
  background: #fff;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: #003366;
  text-align: left;
  }
.AlternateItem {
  padding: 5px;
  background: #dce8f4;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: #003366;
  text-align: left;
  }
.FormTable {
  margin: 3px 5px;
  }
.contentcell {
  width: 360px;
  background: #cad5e0;
  border: 3px solid #dce8f4;
  }
.FormInput, #inKeyword {
  border: #000066 1px solid;
  background: #fff;
  color: #003366;
  padding-left: 2px;
  font: bold 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
  height: 18px;
  }
.ContentCell .FormInput, .ContentCell .FormInputError { width: 200px; }
.FormInput:focus { background: #ffc; } /* changes color of focused input box */
#btnSearch { margin: 1px 0 0 3px; } /* fixes alignment of search button on search page */
.FormInputError {
  border: #000066 1px solid;
  background: #ffb5b5;
  color: #000099;
  padding-left: 2px;
  font: bold 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
  height: 18px;
  }
.formlabel {
  font: 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #000099;  
  letter-spacing: normal;  
  }
.CheckoutDescription span.FormLabel label {
  background: #ffc;
  padding:2px;
  }
span.FormLabel label:before { 
  content: "\00AB \0020";	/* adds a "<<", not visible on IE */
  }
.FormLabelStrong {
  font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color: #003366;  
  letter-spacing: normal;  
  }
span#lblAddress { font: normal 14px/16px Arial, Verdana, Helvetica, Sans-Serif; }
.indent {  
  margin-left:20px;
  }
.Padded {
  margin:10px;
  }
#dlPolicy, #dlPolicy a, #dlPolicy a:hover {
  font: 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #003366;
  }
.text {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  color: #003366;
  padding-bottom: 8px;
  }
select {
  color: #000099;
  }
a#lnkMyAccount, a:link#lnkMyAccount , a:visited#lnkMyAccount {
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #003366;
  }
a:hover#lnkMyAccount {
  color: #9f0;
  text-decoration: none;
  }

/* Various Messages
___________________________________________________________________________________________ */
.ErrorMessage, .ErrorMessage UL {
  display: block;
  background: transparent;
  font: 10px/12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #f00;
  }
.SuccessMessage {
  display: block;
  background:#9f0;
  padding: 3px;
  color: #000099;
  font: 11px/14px Verdana, Arial, Helvetica, Sans-Serif;
  text-align: center;
  }
.WebPageMessage {
  border:solid 1px #f00;
  background:#fff;
  padding:0;
  margin:0;
  }
.WebPageMessageError, .WebPageMessageWarning, .WebPageMessageInformation, .WebPageMessageQuestion, .WebPageMessageOK {
  padding: 5px;
  background-position: 5px 5px;
  background-repeat: no-repeat;
  }
.WebPageMessage .Message {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  padding: 0 0 0 40px;
  height:30px;
  margin:0;
  color:#000099;
  }
.WebPageMessageError { background-image: url(MessageERROR.gif); }
.WebPageMessageWarning { background-image: url(MessageWARNING.gif); }
.WebPageMessageInformation { background-image: url(MessageINFO.gif); }
.WebPageMessageQuestion { background-image: url(MessageQUESTION.gif); }
.WebPageMessageOK { background-image: url(MessageOK.gif); }
  
/* Footer
___________________________________________________________________________________________ */
#footer {
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  clear: both;
  margin: 0px 0 0 0;
  width: 775px;
	height: 80px;
  color: #fff;
  padding: 7px 0 5px 0;
  text-align: center;
  background: #8fb9e2;
  border-top: 12px solid #000134;
  }
#footermenu a {
  padding-left:4px;
  padding-right:4px;
  color: #000135;
  font: 10px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#footermenu a:hover {
  color:#000;
  text-decoration: underline;
  }
#footercustommenu {
  padding: 4px 8px;
  }
#copyright {
  font-size: 10px;
  position: relative;
  top: 0px;
  color: #000135;
  display: block;
  padding: 0px 0px 5px 0px;
  text-align: center;
  }
	
/* Custom Styles */
#Header_HeaderSearch1_boxSearchBox,
#Header1_HeaderSearch1_boxSearchBox {
	width: 105px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	border-top: 2px outset #888;
	border-right: 2px inset #333;
	border-bottom: 2px inset #888;
	border-left: 2px outset #ccc;
	background-color: #fff;
}
#Header_HeaderSearch1_btnSearchBox,
#Header1_HeaderSearch1_btnSearchBox {
	position: relative;
	top: 3px;
	margin: 0;
	padding: 0;
}

#dropSelectTable {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	}
.dropSelectContents a,
.dropSelectContents a:link,
.dropSelectContents a:visited {
  display: block;
  color: #000066;
  background-color: #ffd400;
  padding: 1px 0px;
	margin: 0px;
  text-decoration: none;
  font: bold 11px/20px Verdana, Arial, Helvetica, Sans-Serif;
	border-right: 1px solid #000;
	width: 45px;
	text-align: center;	
  }
.dropSelectContents a:hover {
	display: block;
  color: #fff;
  background-color: #003366;
  padding: 1px 0px;
	margin: 0px;
  text-decoration: none;
  font: bold 11px/20px Verdana, Arial, Helvetica, Sans-Serif;
	border-right: 1px solid #000;
	width: 45px;
	text-align: center;	
  }		
#dropTable {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-left: 1px solid #000066;
	border-top: 1px solid #000066;	
	}
.dropTableContents a,
.dropTableContents a:link,
.dropTableContents a:visited {
  display: block;
  color: #000066;
  background-color: #ddeeff;
  padding: 3px 0px;
	margin: 0px;
  text-decoration: none;
  font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
	width: 179px;
	text-indent: 5px;	
  }
.dropTableContents a:hover {
	display: block;
  color: #fff;
  background-color: #003366;
  padding: 3px 0px;
	margin: 0px;
  text-decoration: none;
  font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
	width: 179px;
	text-indent: 5px;	
  }	
.dropTableContentsA a,
.dropTableContentsA a:link,
.dropTableContentsA a:visited {
  display: block;
  color: #000066;
  background: #ddeeff url(navBar/arrowback.gif) no-repeat 173px 6px;
  padding: 3px 0px;
	margin: 0px;
  text-decoration: none;
  font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
	width: 179px;
	text-indent: 5px;	
  }
.dropTableContentsA a:hover {
	display: block;
  color: #fff;
	background: #003366 url(navBar/arrowback-over.gif) no-repeat 173px 6px;
  padding: 3px 0px;
	margin: 0px;
  text-decoration: none;
  font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
	width: 179px;
	text-indent: 5px;	
  }	

.dropTableContentsP a,
.dropTableContentsP a:link,
.dropTableContentsP a:visited {
  display: block;
  color: #000066;
  background: #ddeeff;
  padding: 3px 0px;
	margin: 0px;
  text-decoration: none;
  font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
	width: 128px;
	text-indent: 5px;	
  }
.dropTableContentsP a:hover {
	display: block;
  color: #fff;
	background: #003366;
  padding: 3px 0px;
	margin: 0px;
  text-decoration: none;
  font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
	width: 128px;
	text-indent: 5px;	
  }

.dropTableContentsOP a,
.dropTableContentsOP a:link,
.dropTableContentsOP a:visited {
  display: block;
  color: #000066;
  background: #ddeeff;
  padding: 3px 0px;
	margin: 0px;
  text-decoration: none;
  font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
	width: 150px;
	text-indent: 5px;	
  }
.dropTableContentsOP a:hover {
	display: block;
  color: #fff;
	background: #003366;
  padding: 3px 0px;
	margin: 0px;
  text-decoration: none;
  font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
	width: 150px;
	text-indent: 5px;	
  }

.slideTableContents a,
.slideTableContents a:link,
.slideTableContents a:visited {
  display: block;
  color: #000066;
  background-color: #fff;
  padding: 3px 0px;
	margin: 0px;
  text-decoration: none;
  font: bold 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
	width: 150px;
	text-indent: 5px;	
  }
.slideTableContents a:hover {
	display: block;
  color: #000066;
  background-color: #ddeeff;
  padding: 3px 0px;
	margin: 0px;
  text-decoration: none;
  font: bold 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
	width: 150px;
	text-indent: 5px;	
  }
#homePageBanner01 { position:relative; height: 115px; width:410px; background:url(Rotate/disney-princesses.jpg) no-repeat; margin-top:3px; }

#specials {
	position: relative;	
	height: 130px;
	width: 175px;
	
}

#specialsRotate {
	position: relative;
	height: 130px;
	border: 1px solid #000066;
	clip:   rect(0px 0px 0px 0px);
	overflow: hidden;
}
#shippingRotate { position: absolute;	top: 0px; left: 0px; height: 130px;	width: 175px; }
#freepinRotate { position: absolute; top: 130px; left: 0px; height: 130px;	width: 175px; }
#grabbagRotate { position: absolute; top: 130px; left: 0px; height: 130px;	width: 175px; }
#starBurst { position:absolute; top:4px; left:155px;}
#OutOfStock { color:red; font:bold 14px/16px verdana, arial, helvetica; }
