/* 
	__________________________________________________________________________________________
	Colors Used In This Theme (From Darkest To Lightest):
		#000, #333, #666, #999, #ccc, #eee, #f5f5f5, #fff
	Special Colors:
		#9f0, #f00, #ffc, #ffb5b5, #ffe
	__________________________________________________________________________________________
*/

/* Basic Styles
_____________________________________________________________________________________________ */

body {
	margin: 0;
	padding: 0px 1px;
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	color: #555;
	line-height: 18px;
	letter-spacing: normal;
	margin-top: 0px;
	text-align: center;
	background-color: #fff;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	background-position: top center;
  }
p, tr, td, ul, li {
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
	line-height: 18px;
  }
ul li {
  margin:0;
  list-style-type: square;
  }
h1 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #66787E;
	border: none;
  }
h3 {
	padding: 0 0px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #66787E;
  }
h4 {
	padding: 3px;
	margin: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	text-align: left;
	color: #66787E;
  }
h5, h6 {
	padding: 0;
	margin: 0;
	font: bold 12px/16px Verdana, Arial, Helvetica, Sans-Serif;
	color: #CC0000;
  }
a, a:link, a:visited, a:active {
	text-decoration: underline;
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	color: #c00;
  }
a:hover {
	text-decoration: underline;
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	cursor: pointer;
  }
table td {
	vertical-align:top;
}
img {
	border: none;
}
.hide { display: none; }
option { min-width: 1.5em; }


/* Main Layout
___________________________________________________________________________________________ */
/*	_________________________
	Fluid Container */
table#container {
	margin: 0 auto;
	padding: 0;
	width: 954px;
	min-width: 600px;
	vertical-align: top;
  }

/*	____________________
	Pop-up Containers */
#popupContainer {
  width:90%;
  padding:10px;
  height: 100%;
  margin: 0 3%;
  background: #FFF;
  border: 1px solid #ccc;
  }

/*	_______________________
	Pages with a sidebar */
#navcolumn {
	margin: 0;
	padding: 5px 5px 0px 6px;
	height: 100%;
	width: 270px;
	vertical-align:top;
	text-align: left;
	background-image: url(body.png);
	background-position: top left;
	background-repeat: repeat-y;
  }
#contentcolumn {
	margin:0px;
	height: 100%;
	vertical-align:top;
	padding-top: 5px;
	text-align:left;
	width: 684px;
	background-image: url(bodyright.png);
	background-position: top right;
	background-repeat: repeat-y;
  }
  
/*	__________________________
	Pages without a sidebar */
#page, #pag {
	background-image: url(body.png);
	background-position: top left;
	background-repeat: repeat-y;
	height: 100%;
	margin:0px;
	padding: 0 20px 0 30px;
	vertical-align: top;
  }
   #page h1, #pag h1{
	padding: 0px;
	margin:0px;
  }
#page #CheckoutTable h1, #pag #CheckoutTable h1 { margin: 0px; padding: 0px;}
#page #CheckoutTable h3, #pag #CheckoutTable h3 { margin: 0px; padding: 0px;}

  #page h3, #pag h3{
	padding:0px 0 0 0px;
	margin:0px;
  }
/*	________________________________
	Content Section on Every Page */
#maincontent {
	margin:0px;
	padding:0px 10px 0px 5px;
	text-align: left;
	background: transparent;
  }

/* Header
___________________________________________________________________________________________ */
#Header {
	background: transparent;
	padding: 0;
	background-image: url(header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	position: relative;
  }
#BrandingArea {
	height: 210px;
	width:100%;
	background: transparent;
  }
  
/*	___________________
	Logo Positioning */
#Logo A {
	WIDTH: 260px;
	POSITION: absolute;
	TOP: 50px;
	margin-left: 38px;
	HEIGHT: 109px;
	background-image: url(storelogo.jpg);
	background-repeat: no-repeat;
}
#Logo IMG {
	LEFT: -2000px;
	POSITION: absolute;
	TOP: 10px;
	background-image: url(logo.png);
	}
  
/*	____________
	Site Menu */
#SiteMenu {
	background: transparent;
	position: absolute;
	right: 360px;
	top: 118px;
  }
#SiteMenu ul {
	margin:0;
	padding: 0;
	text-align: left;
  }
#SiteMenu li {
  display: inline;
  list-style-type: none;
  }
#SiteMenu a {
	padding: 0 4px;
	color: #9b9b9b;
	line-height: 13px;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
  }
#SiteMenu a:hover {
	color: #66787E;
	text-decoration: underline;
  }
  
/* 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 {
  padding: 0px 7px;
  }
#SiteMenu a#Header_lnkMyAccount,
#SiteMenu a#Header1_lnkMyAccount {
	padding-left: 5px;
	padding-right: 9px;
  }
#SiteMenu a#Header_lnkCustomerService,
#SiteMenu a#Header1_lnkCustomerService {
	padding-right: 7px;
	padding-left: 5px;
  }
#SiteMenu a#Header_lnkSearch,
#SiteMenu a#Header1_lnkSearch {
	display: none;
  }
#SiteMenu a#Header_lnkCart,
#SiteMenu a#Header1_lnkCart {
  padding-left:10px;
  }

/*	_______
	  Down */
#SiteMenu a:hover#Header_LoginStatusControl1_lnkStatus,
#SiteMenu a:hover#Header1_LoginStatusControl1_lnkStatus {
  padding: 0px 7px;
  }
#SiteMenu a:hover#Header_lnkMyAccount,
#SiteMenu a:hover#Header1_lnkMyAccount {
  padding-left: 5px;
  padding-right: 9px;
  }
#SiteMenu a:hover#Header_lnkCustomerService,
#SiteMenu a:hover#Header1_lnkCustomerService {
  padding-right: 7px;
	padding-left: 5px;
  }
#SiteMenu a:hover#Header_lnkSearch,
#SiteMenu a:hover#Header1_lnkSearch {
  padding-left: 5px;
  }
#SiteMenu a:hover#Header_lnkCart,
#SiteMenu a:hover#Header1_lnkCart {
  padding-left:10px;
  }
  
/*	________________________
	Link to Shopping Cart */
#ShoppingCartLink a, #ShoppingCartLink a:link, #ShoppingCartLink a:active, #ShoppingCartLink a:visited {
	color: #d61d1d;
	position: absolute;
	top: -2px;
	left: 253px;
	font: italic 18px "Times New Roman", Times, serif;
	text-decoration:none;
	padding: 0 0 3px 0;
	width: 155px;
  }
#ShoppingCartLink a:hover {
	color: #B90000;
	text-decoration: underline;
  }

/*	___________
	MiniCart */
#MiniCart {
	position: absolute;
	top: 116px;
	right: 17px;
	color: #d61d1d;
	text-align: right;
	width: 250px;
	font: italic 18px "Times New Roman", Times, serif;
  }

/* Main Menu
___________________________________________________________________________________________ */
#MainMenu {
	background: transparent;
	text-align: left;
	width: 55%;
	top: 146px;
	margin-left: 415px;
	position: absolute; 
  }
  
/*	_____________________________
	Top-Banner Categories Menu */
#MenuLevel1 {
	background: transparent;
	width: 100%;
	padding-left: 20px;
  }
#MenuLevel1 table {
	background: transparent;
  }

/*	______________________________
	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 8px;
  }*/
  
/*	_____________________________
	Category Top-Banner Tab Links
	(comment out the following if you're using category images, see above)*/
#MenuLevel1 .MenuItem,
#MenuLevel1 .MenuItemActive {
	text-align: center;
	padding-right: 15px;
  }
#MenuLevel1 .MenuItem img {
	position: absolute;
  }
#MenuLevel1 .MenuItem a {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #9b9b9b;
  }
#MenuLevel1 .MenuItemActive a:hover, 
#MenuLevel1 .MenuItem a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #66787E;
	text-decoration: underline;
  }
#MenuLevel1 .MenuItemActive {
	text-align: center;
	line-height: 18px;
	color: #ea0000;
	text-decoration: underline;
  }
#MenuLevel1 .MenuItemActive a {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #ea0000;
  }
#MenuLevel1 A, #MenuLevel1 A:Hover {
  font: 12px Arial, Helvetica, sans-serif;
  text-decoration:none;
  line-height: 18px;
  vertical-align: middle;
  padding: 0px 0px 0px 0px;
  white-space:nowrap;
  }

/*	________________________________
	Sub-Category Links Under Tabs */
#MenuLevel2 {
	width:100%;
	height: 30px;
	display: none;
  }
#MenuLevel2 Table {
  margin: 0 auto;
  }
#MenuLevel2 .MenuItem {
	background:transparent;
	text-align: center;
  }
#MenuLevel2 a {
  font: 12px Tahoma, Geneva, sans-serif;
  color: #001d45;
  text-decoration:none;
  white-space:nowrap;
  padding-right: 10px;
	padding-left: 8px;
	background-image: url(spacer2.gif);
	background-repeat: no-repeat;
	background-position: top right;
  }
#MenuLevel2 a:hover {
  color: #f8e699;
  text-decoration: underline;
  white-space:nowrap;
  }

/* Home Page
___________________________________________________________________________________________ */
#PageHome #MainContent, .HomepageBlock {
	padding:0;
	margin:0;
	background: none;
  }
#HomeTable {
	padding: 0;
	margin:0;
	width:100%;
	background-image: url(body.png);
	background-position: top left;
	background-repeat: repeat-y;
  }
#HomeColumn1 {
	vertical-align: top;
	text-align: left;
	padding: 5px 5px 0px 6px;
	margin: 0;
  }
#HomeColumn2 {
	vertical-align:top;
	text-align: left;
	margin: 0px;
	width: 656px;
	padding: 5px 15px 15px 0px;
  }
#HomeColumn3 {
	vertical-align:top;
	text-align: center;
	padding: 10px 23px 0 16px;
	width: 170px;
	display: none;
  }
#HomepageSample1 {
  background: #fff url(FreshStartImage.png) no-repeat 50% 50%;
  height: 180px;
  margin: 0;
  padding: 0;
  }
#HomepageSample2 {
	background: #fff;
	text-align: left;
	vertical-align: middle;
	margin: 10px 0;
	padding: 5px;
	border: solid 1px #ccc;
	font: 11px/bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  }

/* Other Menus
___________________________________________________________________________________________ */
#navColumn ul, .CategoryList ul,
#navColumn ul li, .CategoryList ul li {
  padding: 0;
  margin:0;
  list-style-type: none;
  }

/*	_________________________
	Side Bar Menus & Forms */
.NavColumnBlock, .CategoryList,
.MailingListSignupForm, .SearchBoxForm {
	width: 259px;
	margin-bottom: 15px;
	background-image: url(catmdl.gif);
	background-position: top left;
	background-repeat: repeat-y;
  }
.NavColumnBlock h4, .CategoryList h4,
.MailingListSignupForm h4, .SearchBoxForm h4 {
	width: 259px;
	color: #fff;
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-image: url(cath4.gif);
	background-position: top left;
	background-repeat: no-repeat;
	vertical-align: bottom;
	line-height: 18px;
	padding-top: 17px;
	padding-left: 23px;
  }
.NavColumnBlockContent, .CategoryListContent {
	width: 259px;
	padding: 0px 0 10px 16px;
	text-align: left;
	background-image: url(catbtm.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
  }
.SearchBoxFormContent, .MailingListSignupFormContent {
	width: 259px;
	padding: 10px 0 10px 16px;
	text-align: left;
	background-image: url(catbtm.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
  }
.SearchBoxFormContent .FormInput, .MailingListSignupFormContent .FormInput {
	border: #ccc 1px solid;
	background: #FFFFFF;
	color: #666;
	padding-left: 2px;
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
	height: 20px;
	width: 200px;
	vertical-align: text-bottom;
	margin: 3px 0px;
  }
.MailingListSignupFormContent .FormLabel {
	font: 12px Arial, Helvetica, sans-serif;
	color: #888;
	padding-bottom:2px;
  }
/*	_________________________
	Search Button Position */
#ContentColumn1__ctl1_btnGoSearch,
#ContentColumn4__ctl1_btnGoSearch,
#ContentColumn5__ctl1_btnGoSearch { /* Adjust as needed. */
  vertical-align: middle;
  }

/*	_________________________________
	Side Bar Categories Menu Links */
.CategoryListContent ul, .CategoryListContent ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  }
.NavColumnBlockContent li, .CategoryListContent li { margin: 0; background-image: url(catlink.gif); background-position: top left; background-repeat: no-repeat; width: 240px; }
.NavColumnBlockContent a:active,
.NavColumnBlockContent a,
.NavColumnBlockContent a:link,
.NavColumnBlockContent a:visited, 
.CategoryListContent a,
.CategoryListContent a:link,
.CategoryListContent a:visited {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 23px;
	color: #a5a5a5;
	display: block;
	text-decoration: none;
	padding-left: 30px;
  }
.CategoryListContent li li { margin: 0; background-image: url(catlink2.gif); background-position: bottom left; background-repeat: no-repeat; width: 240px;}
.CategoryListContent li li a,
.CategoryListContent li li a:link,
.CategoryListContent li li a:visited {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 23px;
	color: #4B4B4B;
	text-decoration: none;
	padding-left: 10px;
  }
.CategoryListContent .CurrentCategory a,
.CategoryListContent .CurrentCategory a:link,
.CategoryListContent .CurrentCategory a:visited,
.CategoryListContent .CurrentCategory a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 23px;
	color: #fff;
	text-decoration: underline;
	padding: 0px 2px 0px 10px;
	background-image: url(catactive.gif);
	background-position: top left;
	background-repeat: no-repeat;
  }
.CategoryListContent .SubCategory a,
.CategoryListContent .SubCategory a:link,
.CategoryListContent .SubCategory a:visited {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 23px;
	color: #4B4B4B;
	padding: 0px 2px 0px 10px;
	text-decoration: none;
  }
.CategoryListContent .CurrentCategory .SubCategory a,
.CategoryListContent .CurrentCategory .SubCategory a:link,
.CategoryListContent .CurrentCategory .SubCategory a:visited {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 23px;
	color: #4B4B4B;
	text-decoration: underline;
	padding: 0px 2px 0px 10px;
  }
.NavColumnBlockContent a:hover,
.CategoryListContent a:hover,
.CategoryListContent li li a:hover,
.CategoryListContent .SubCategory a:hover,
.CategoryListContent .CurrentCategory .SubCategory a:hover {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 23px;
	color: #66787E;
	text-decoration: underline;
  }

/* Breadcrumbs
___________________________________________________________________________________________ */
#BreadCrumbs {
	margin: 0px 10px 0 0px;
	padding: 2px 1px 3px;
	border-bottom: 1px dashed #BDA87D;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: left;
	background: transparent;
  }
#BreadCrumbs a, #BreadCrumbs a:link, #BreadCrumbs a:visited {
  color: #666;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  }
#BreadCrumbs a:hover {
	color: #c00;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
  }
.BreadCrumbTrailSpacer {
  font: 8px Verdana, Arial, Helvetica, Sans-Serif;
  }
.BreadCrumbTrailNoLink {
  }

/* Category Page
___________________________________________________________________________________________ */
#LayoutTable {
  width: 97%;
  background-color: #66787E;
  padding: 5px;
  }
#Records table {
	width: 97%;
  }
#Records table tr td {
  text-align:center;
  }
#Records table table {
  width:100%;
  }

/*	____________________________________________________
	Category Header (also uses H1 for category title) */
#CategoryBanner {
  margin: 3px 0;
  }
#Description {
  font: 12px Verdana, Helvetica, Arial, Tahoma, Sans-Serif;		
  color:#363636;
  margin:10px 0;
  line-height: 18px;
  }
#RecordsFound, #Pager{
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	color:#fff;
	margin-bottom: 3px;
	white-space:nowrap;
  }
#RecordsFound a, #Pager a{
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #444;
	margin-bottom: 3px;
	white-space:nowrap;
  }
 #Sorter , #Sorter TD {
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	color:#fff;
	margin-bottom: 3px;
	white-space:nowrap;
	display:none;
	}
#Records {
	padding: 5px 0;
  }

/*	_____________________________
	"New" Image Position */
.NewProductBadge {
  position: absolute;
  left:-60px;
  top:-128px;
  }
  
/*	_______________________
	Categories Grid/List */
.SingleCategoryDisplay {
  display: block;
  text-align: center;
  width: 149px;
  margin: 5px auto;
  vertical-align:top;
  background-color: #66787E;
  }
.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;
	line-height: 20px;
	color: #fff;
  }
.SingleCategoryDisplayname a:hover,
.ListCategoryDisplay a:hover {
	font: normal 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	line-height: 20px;
	display: block;
	color: #ccc;
	text-decoration: underline;
  }

/*	________________
	Products Grid  */
.SingleProductDisplay {
	display: block;
	text-align:center;
	width: 149px;
	vertical-align:top;
	margin:6px auto;
  }
.SingleProductDisplayImage {
  height: 150px;
  border: 1px solid #999;
  vertical-align: top;
  }
.SingleProductDisplayImage a {
  padding-top: 10px;
  display: block;
  }
.SingleProductDisplayName a,
.SingleProductDisplayName a:link,
.SingleProductDisplayName a:visited {
	display: block;
	padding: 10px 5px 0px;
  	font: italic 14px "Trebuchet MS", Verdana;
  	text-decoration:none;
  	color: #66787e;
	height: 75px;
  }
.SingleProductDisplayName a:hover {
	font: italic 14px "Trebuchet MS", Verdana;
	text-decoration: underline;
	color: #444;
  }
.SingleProductDisplayPrice a,
.SingleProductDisplayPrice a:link,
.SingleProductDisplayPrice a:visited {
  display: block;
  text-align: left;
  padding: 6px;
  height: 30px;
  vertical-align: middle;
  background-image: url(prodbuy.gif);
  background-repeat: no-repeat;
  background-position: center right;
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  color: #a90000;
  }
.SingleProductDisplayPrice a:hover {
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  color: #f00;
  }
  
/*	________________
	Product Lists */
.ListProductDisplay {
  height: 100%;
  }
.ListProductDisplayName, .ListProductDisplayName a { color: #666; line-height: 18px; font-size: 12px; text-decoration: none; font-family: Arial, Helvetica, sans-serif;}
.ListProductDisplayName, .ListProductDisplayName a:hover {
	line-height: 18px;
	font-size: 12px;
}
.ListProductDisplayName, .ListProductDisplayName td,
.ListCategoryDisplayName, .ListCategoryDisplayName td {
	text-align:left !important;
	padding: 0px;
  }
.ListProductDisplayPrice, .ListProductDisplayPrice td {
	float:left !important;
	text-align:left !important;
	margin-bottom: 20px;
	padding-left: 0px;
	text-decoration: none;
  }

/*	__________________________
	Detailed Products Lists */
.DetailProductDisplay {
  margin: 15px 15px 10px 0px;
  border-bottom: 1px solid #ccc;
  text-align:left;
  padding-bottom: 10px;
  }

.DetailProductDisplayName td,
.DetailProductDisplayPrice td,
.DetailProductDisplayDescription td,
.DetailProductDisplayControls td {
	text-align:left !important;
	float:left !important;
  }
.DetailProductDisplayDescription { padding-left: 3px;}
.DetailProductDisplayControls { padding-left: 4px;}
.DetailProductDisplayName a,
.DetailProductDisplayName a:link,
.DetailProductDisplayName a:visited {
	padding: 5px;
	font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration:none;
	color: #666;
  }
.DetailProductDisplayName a:hover {
	font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
  }
.DetailProductDisplayPrice a,
.DetailProductDisplayPrice a:link,
.DetailProductDisplayPrice a:visited {
	display: block;
	padding: 5px;
	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; font: bold 11px Verdana, Arial, Helvetica, Sans-Serif; }
a .SitePriceDiscounted,
a:link .SitePriceDiscounted,
a:visited .SitePriceDiscounted { color: #a90000; font: bold 11px Verdana, Arial, Helvetica, Sans-Serif; }
a:hover .ListPrice {
	color: #a90000; font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
}
a:hover .SitePriceDiscounted {
	color: #600;
	font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
}
 
/*	_______________________________________
	Side Bar Product & Category Rotators */
.HomepageBlock .SingleCategoryDisplay {
  display: block;
  text-align:center;
  width:140px;
  margin: 0px auto;
  vertical-align:top;
  }
.HomepageBlock .SingleProductDisplay {
  display: block;
  text-align:center;
  vertical-align:top;
  border: none;
  margin: 0px auto 3px;
  }
.HomepageBlock .SingleProductDisplay { !important }
.HomepageBlock .SingleProductDisplayImage {
  /* height: 64px; */
  }
  
/* Product Page
___________________________________________________________________________________________ */

/*	_________
	Layout */
#ProductPageContainer {
  width:98%;
  }
#ProductPageImageColumn {
  width:175px;
  padding: 10px 10px 0 0;
  margin:0px;
  vertical-align:top;
  text-align:center;
  }
#ProductPageContentColumn {
	padding: 10px 0 0 10px;
	margin:0;
	vertical-align:top;
	text-align:left;
  }

/*	_________
	Styles */
#lblSKU {
	font-size: 10px;
	color: #363636;
	vertical-align: text-top;
}
#productdescription {
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
	line-height: 17px;
  }
#productdescription p, #productdescription tr, #productdescription td, #productdescription ul, #productdescription li { font: 11px Verdana, Arial, Helvetica, sans-serif; line-height: 17px; color: #666;}
#imgZoom, #PrintThisPage, #EmailThisPage { margin: 0 0 2px 0; }
#ProductImage a, #ProductImage a:hover { text-decoration: none; }

/*	_______________________
	Product Controls Box */
#ProductControls {
	margin-top:10px;
	padding: 20px;
	width: 90%;
	background-color: #eee;
	border: 1px solid #ddd;
  }

/*	_____________________
	Product Properties */
.ProductPropertyLabel {
	font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
	color:#333;
	vertical-align: middle;
}
#ProductProperties { text-align:left; }
#ProductProperties ul { margin: 5px 0 0 20px; padding: 0; }
#ProductProperties ul li { margin-top:3px; }
#ProductProperties ul ul { margin: 5px 0 0 0; }

/*	________________
	Pricing */
.DiscountText {
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	color:#555;
}
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice { font: 11px Verdana, Arial, Helvetica, Sans-Serif; }
.SitePrice, .ListPrice {
	color:#f00;
}
.ListPrice { text-decoration:line-through; }
.YouSave { color:#f00; }
.SitePriceDiscounted {
	color:#900;
}

/*	_________________
	Volume Pricing */
#VolumeDiscounts { margin:5px; }
.VolumePricingHeader { background:#999; font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif; color:#FFF; }
.VolumePricingText {
	font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif;
	color:#363636;
}

/*	________________
	Related Items */
.RelatedItemsBlock {
	background: transparent;
	margin: 0 auto;
	padding: 0 0 3px 0;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ddd;
  }
.RelatedItemsBlock H3 {
	padding: 3px;
	margin: 10px 0 4px 0;
	font: bold 14px Verdana, Arial, Helvetica, Sans-Serif;
	color: #c00;
	text-decoration: underline;
	text-align: center;
  }
.RelatedItemsBlockContent {
  text-align: center;
  }
.RelatedItemsBlock .SingleProductDisplay {
	margin: 0 20px 20px;
  }
.RelatedItemsBlock .SingleProductDisplayImage {
  }
.RelatedItemsBlock .SingleProductDisplayImage a {
  }
.RelatedItemsBlock .SingleProductDisplayName a,
.RelatedItemsBlock .SingleProductDisplayName a:link,
.RelatedItemsBlock .SingleProductDisplayName a:visited,
.RelatedItemsBlock .SingleProductDisplayName a:hover { }

/*	__________________
	Product Reviews */
#ProductReviews {
	margin: 20px 0 0 0;
	padding: 0 0 3px 0;
	line-height: 18px;
  }
#ProductReviews H3 {
	padding: 3px;
	margin: 0 0 5px 0;
	font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
  }
#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:#363636;
  }
.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:#555;
	white-space: nowrap;
  }
#pnlReviewDisplay {
	border: 1px solid #ccc;
	padding: 5px;
  }
#pnlWriteAReview textarea {
  width: 250px;
  height: 150px;
  }

/* Checkout
___________________________________________________________________________________________ */
#tblItems {
	border: px solid #66787E;
	width:98%;
	margin:5px;
  }
table#dgOrders {
  width:100%;
  border: 1px solid #66787E;
  }
#dgLists .Header {
  width:100%;
  border: 1px solid #66787E;
  padding: 5px 0px;
  display: block;
  }
#dgLists__ctl2_SubscribeButton { margin-left: -120px;}
#CheckoutTable {
  width:98%;
  margin: 0 1%;
  }
#SubmitButton { position: absolute; padding-left: 210px; margin-top: -19px;} 
.Header {
	padding: 3px;
	margin: 0;
	font: 14px Arial, Helvetica, Sans-Serif;
	color: #fff;
	height: 30px;
	line-height: 30px;
	background-color: #66787E;
  }
 .Header p, .Header tr, .Header td {
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #fff;
	vertical-align: middle;
  }
.CheckoutDescription {
  font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  line-height: 18px;
  }

/*	_________________
	Checkout Steps */
#CheckoutSteps {
  padding: 10px 32px 0px 30px;
  background-image: url(body.png);
  background-repeat: repeat-y;
  background-position: top left;
  margin:0;
  }
#CheckoutTable #CheckoutSteps {
	background: none;
  padding: 0px;
  margin:0;
  }
.CheckoutStep {
  padding-right:20px;
  }
.CheckoutStep a, 
.CheckoutStep a:link, 
.CheckoutStep a:visited {
	font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color:#444;
	white-space:nowrap;
	text-decoration:none;
  }
.CheckoutStep a:hover {
	font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
	color:#c00;
	white-space:nowrap;
	text-decoration: underline;
  }
.CheckoutStep .CheckoutStepCurrent, 
.CheckoutStep a:link.CheckoutStepCurrent, 
.CheckoutStep a:visited.CheckoutStepCurrent, 
.CheckoutStep a:hover.CheckoutStepCurrent {
  font: bold 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color:#c00;
  white-space:nowrap;
  text-decoration:none;
  }

/*	_____________________
	Shopping Cart Page */
#CartTitle {
	width:100%;
	margin-left: 23px;
	margin-top: 15px;
  }
#CartSubTitle {
	color: #000;
	display: block; 
  }
table#CartContainer {
	width: 93%;
	*width: 91%;
	padding:0;
	margin:5px 0 0 35px;
	}
table#CartContainer tr td {
	vertical-align:middle;
  }
#CartItemBlock {
  padding:0px;
  margin:0px;
  border-top: solid 2px #66787E;
	border-right: solid 2px #66787E;
	border-left: solid 2px #66787E;
  }
#CartItemBlock Table {
	margin:0px;
	width:100%;
  }
#CartUpdateBlock {
	width:75%;
	margin:0px;
	text-align: left;
	vertical-align:middle;
  }
#CartTotalBlock {
	border-bottom: solid 2px #66787E;
	border-right: solid 2px #66787E;
	border-left: solid 2px #66787E;
	width:25%;
	margin:0px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
  }
#lblSubTotal {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #C00;
  }
#CartCheckoutButtons {
	width: 100%;
	text-align:right;
	margin-top:10px;
	margin-bottom: 15px;
  }
.CartItem,
.CartAlternateItem {
	padding: 5px;
	font: 11px Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
	text-align: left;
	border-bottom: 2px dotted #66787E;
  }
.CartItem {}
.CartAlternateItem {}
.CartItem a,
.CartItem a:link,
.CartItem a:visited,
.CartAlternateItem a,
.CartAlternateItem a:link,
.CartAlternateItem a:visited {
	color: #c00;
	text-decoration: none;
	font: bold italic 12px Verdana, Geneva, sans-serif;
  }
.CartItem a:hover,
.CartAlternateItem a:hover {
	color: #000;
	text-decoration: underline;
  }

/*	________________________
	Shipping Methods List */
#ShipMethodsList {
	margin-left: -10px;
	display: block;
}

/*	__________________
	Checkout Styles */
#AddressBookPanel {
  width:100%;
  margin:0;  
  }
#AddressList td {
	border: 2px dashed #ccc;
	background-color: #CDD2D5;
	padding: 20px;
	margin-top: 20px;
	}
#AddressList td:hover {
  background: #eee;
  }
.ContentBox {
	margin: 3px 0px 5px 20px;
	text-align:left;
	background:#fff;
	border: solid 1px #ccc;
	padding:10px;
  }
#CheckoutTotals {
	text-align:center;
	background:#fff;
	margin: 20px 0 0px 0 ;
	width: 200px;
  }
#lblGrandTotal {
	border-top: 1px solid #ccc;
	width: 200px; 
  }
#PlaceOrderCell {
  padding:0px;
  margin: 0;
  background-image: url(bodyright.png);
	background-repeat: repeat-y;
	background-position: top right;
  text-align:center;
  vertical-align: bottom;
  }
.ControlArea {
	background: transparent;
	display: block;
	margin-left: 5px;
  }
.ControlArea H3 {
	Color: #c00;
  }
#CheckoutPayment {
	border: 2px dashed #ccc;
	background-color: #CDD2D5;
	padding: 20px 0;
	width: 200px;
	margin: 20px 0 25px 0;
	text-align: center;	
  }
#CheckoutPayment .BVSmallText {}
#btnSubmit3 { margin-left: 40px;}
#btnSubmit2 { margin-top: 5px; margin-left: 5px; }
#InstructionsField {
	border: 2px dashed #ccc;
	background-color: #CDD2D5;
	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: #c00;
  }
.BVSmallText {
	font: 10px Verdana, Arial, Helvetica, Sans-Serif;
	color:#444;
	line-height: 18px;
  }
.BVSmallText a{
	font: 10px Verdana, Arial, Helvetica, Sans-Serif;
	color:#444;
	line-height: 18px;
  }
a#LoginControl1_lnkForgotPassword {
	text-decoration: underline;
	color: #ccc;
}
#btnUpdateTotals {}
#PackageList a,
#CheckoutPayment a {
  text-decoration: none;
  font-weight: bold;
  }
.BVText .Stories {
  text-align: justify;
  }
.Item {
	padding: 5px;
	background: #fff;
	font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #c00;
	text-align: left;
  }
.AlternateItem {
	padding: 5px;
	font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #c00;
	text-align: left;
  }
.FormTable {
	margin: 3px 10px 15px 0px;
  }
.FormTable .formlabel {
	margin: 0px;
	text-align: left;
  }
#CheckoutTable .FormTable {
	margin: 0px;
	text-align: left;
  }
.contentcell {
	padding: 10px;
    border-top: 2px solid #666;
	background-color: #666;
	width: 420px;
  }
.contentcell .Formlabel {
	color: #fff;
  }
.FormInput, #inKeyword {
	border: #ccc 1px solid;
	background: #fff;
	color: #666;
	padding-left: 2px;
	font: bold 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
	height: 18px;
	vertical-align: bottom;
  }
.ContentCell .FormInput, .ContentCell .FormInputError {
	width: 200px;
	color: #666666;
}
.FormInput:focus {
	background: #fffff;
} /* changes color of focused input box */
#btnSearch { margin: -2px 0 0 3px; } /* fixes alignment of search button on search page */
.FormInputError {
	border: #ccc 1px solid;
	background: #fff;
	color: #666;
	padding-left: 2px;
	font: bold 10px/14px Verdana, Arial, Helvetica, Sans-Serif;
	height: 18px;
  }
#FirstAddressControl_CompanyNameRow .formlabel { vertical-align: top;}
#SecondAddressControl_CompanyNameRow .formlabel { vertical-align: top;}
.formlabel {
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #666;
	line-height: 18px;
	letter-spacing: normal;
	vertical-align: bottom;
	text-align: left;
  }
#PackageList .formlabel { vertical-align: top;}
#btnContinue3, #btnContinue2  { margin-left: 113px; padding-bottom: 20px;}
.CheckoutDescription span.FormLabel label {
  background: #fff;
  padding:2px;
  }
span.FormLabel label:before { 
  content: "\00AB \0020";	/* adds a "<<", not visible on IE */
  }
.FormLabelStrong {
	font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
	letter-spacing: normal;
	line-height: 18px;
  }
span#lblAddress {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	line-height: 18px;
}
.indent {  
  margin-left:20px;
  }
.Padded {
  margin:10px 0 0 0;
  padding: 0px;
  }
#dlPolicy, #dlPolicy a, #dlPolicy a:hover {
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #c00;
  }
.text {
	font: 10px Verdana, Arial, Helvetica, Sans-Serif;
	color: #363636;
	padding-bottom: 8px;
  }
select {
	color: #363636;
  }
a#lnkMyAccount, a:link#lnkMyAccount , a:visited#lnkMyAccount {
	font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
	color: #555;
  }
a:hover#lnkMyAccount {
  color: #9f0;
  text-decoration: none;
  }

/* Various Messages
___________________________________________________________________________________________ */
.ErrorMessage, .ErrorMessage UL {
  background: transparent;
  font: 10px/12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #f00;
  }
.SuccessMessage {
	display: block;
	background:#9f0;
	padding: 3px;
	color: #f00;
	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:#333;
  }
.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 {
	clear: both;
	height: 128px;
	width: 100%;
	text-align: left;
	background-image: url(footer.png);
	background-repeat: no-repeat;
	background-position: top left;
  }
#footermenu {
	font: 12px Arial, Helvetica, sans-serif;
	color: #9b9b9b;
	text-decoration: none;
	padding-top: 51px;
	padding-left: 225px;
	text-align: left;
  }
#footercustommenu { 
	margin-left: 437px; 
	*margin-left: 0px; 
	margin-top: -15px; 
	*margin-top: 0px; 
	padding-left: 0px; 
	display: block; 
	z-index: 30; 
	position: absolute; }
#footermenu a, #footermenu a:active, #footermenu a:visited,
#footercustommenu a, #footercustommenu a:active, #footercustommenu a:visited {
	padding-left: 0px;
	padding-right: 8px;
	color: #9b9b9b;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
  }
#footermenu a:hover, #footercustommenu a:hover {
	color:#66787E;
	text-decoration: underline;
  }
#copyright {
	font: 12px Arial, Helvetica, sans-serif;
	color: #9b9b9b;
	padding-left: 250px;
	padding-top: 13px;
	text-align: left;
	line-height: 18px;
  }
  #checkoutNavColumn {
  padding: 10px 30px 10px 0px;
  background-image: url(bodyright.png);
	background-repeat: repeat-y;
	background-position: top right;
  }
  #checkoutContentColumn {
  padding: 10px 0px 10px 20px;
  background-image: url(body.png);
	background-repeat: repeat-y;
	background-position: top left;
  }
#form1{
	margin-bottom: 0px;
}
#pnlGiftCertificate {
	border: 2px dashed #ccc;
	background-color: #CDD2D5;
	padding: 22px 0 0 23px;
	width: 300px;
	}
#inCVV { margin-right: 5px;}
#PromotionalCode1_pnlCoupon{
	border: 3px double #ccc;
	margin: 0 0 15px 0;
	text-align: center;
	padding: 22px 0 0 0;
	width: 300px;
	}
	
#trCreditCard{
	border: 3px double #ccc;
	}
#copyright a {
	color: #9b9b9b;
	font: 12px Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
	#copyright a:hover {
	color: #66787E;
	text-decoration: underline;
}
#poweredby { display: none;}
#pnlOKAY { margin: 0 auto; }
.aaa { 
	position: absolute; 
	margin: 78px 0 0 671px;
	*margin: 71px 0 0 669px;
}
.livechat {
	position: absolute;
	margin: 61px 0 0 662px;
	}
.info {
	position: absolute;
	margin: 61px 0 0 744px;
	}