

/* Basic Styles
_____________________________________________________________________________________________ */
body {
 
  background: #fff url(popbg.jpg); 
  
  background-repeat: repeat-x;
  
  margin:0;
  
  margin-bottom: 15px;
  
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;

  color:#776b6f;

  letter-spacing:normal;

  }
  
/* Page wrapper to keep the site layout centered
_____________________________________________________________________________________________
 */  
 
#wrapper {
width: 950px;
}
  
p, tr, td, ul, li {
    font: 12px Arial, Verdana, Helvetica, Sans-Serif;
	text-align:left;
  }
ul li {
  margin:0;
  }
h1 {
  display: block;
  padding: 9px 0 11px 15px;
  margin: 0;
  font: bold 20px Arial,Helvetica,Geneva,Sans-serif;
  color: #9d3b6a;
  border: none;
  text-align:left;
  }
h2 {
  padding: 0;
  margin: 0 0 3px 0;
  font: bold 13pt Arial, Arial, Helvetica, Sans-Serif;
  color: #9d3b6a;
  border: none;
  }
h2 a, h2 a:link, h2 a:visited, h2 a:active {
  text-decoration: none;
  font: bold 13pt Arial, Arial, Helvetica, Sans-Serif;
  color: #9d3b6a;
  }
h2 a:hover {
  text-decoration: underline;
  font: bold 13pt Arial, Arial, Helvetica, Sans-Serif;
  color: #9d3b6a;
  cursor: pointer;
  }  
h3 {
  padding: 0 0px;
  margin: 3px;
   font: bold 13px/14px Arial,Helvetica,Geneva,Sans-serif;
  color: #9d3b6a;
  }
h3:before {
  content: "\00BB \0020";	/* adds a ">>" before H3s, not visible on IE */
  }
h4 {
  padding: 9px 0 11px 16px;
  margin: 0px;
  font: bold 15px Arial,Helvetica,Geneva,Sans-serif;
  color: #fff;
  text-align: left;
  text-transform:uppercase;
  }
h5, h6 {
  padding: 0;
  margin: 0;
  font: bold 13px/16px Arial,Helvetica,Geneva,Sans-serif;
  color: #12171b;
  }
   /* to remove title on custom pages 
 #CustomName{
  display:none;
 }
    end title on custom pages removal */  
a, a:link, a:visited, a:active {
  text-decoration: none;
  color: #9d3b6a;
  }
a:hover {
  text-decoration: underline;
  color: #dbdbdb;
  cursor: pointer;
  }
table td { vertical-align:top; }
img { border: none; }
.hide { display: none; }
option { min-width: 1.5em; }


/* Main Layout
___________________________________________________________________________________________ */
/*	_________________________
	Left-Aligned Container */
#container, #Container {
  margin: 0;
  padding: 0;
  width: 950px;
  }

			/* ...or... */

/*	___________________________
	Center-Aligned Container
table#container {
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  margin: 0 0 0 -400px;
  padding: 0;
  width: 950px;
  background:#efece3;
   border: 1px solid #333; 
  } */

/*	____________________
	Pop-up Containers */
#popupContainer {
  width:90%;
  padding:00px;
  margin: 0 3%;
  background: #f7e4ea;
  }

/*	_______________________
	Pages with a sidebar */
#navcolumn, #NavColumn, #Navcolumn {
  margin: 0;
  padding: 0;
  width:200px;
    background:#C85F7D;
  border-right: 1px solid #0f1316;
  vertical-align:top;
  text-align:left;
  
  /* border-right: 1px solid #eee; */
  }
#contentcolumn,#ContentColumn {
  padding:0 15px;
  margin:0;
  width:720px;
  vertical-align:top;
  text-align:left;
  background:#F7E4EA;
  }
  
/*	__________________________
	Pages without a sidebar */
#page, #pag{
  padding:0;
  margin:0;
  background:#fff;
  }
#Page{
padding: 0;
margin: 0;
  background:#fff;
}  
/*	________________________________
	Content Section on Every Page */
#maincontent {
  margin:0;
  padding:0;    
  text-align: left;
  
  }

/* Header
___________________________________________________________________________________________ */
#Header, #header{
  padding-top: 95px;
  margin: 0;
  background: url(popheader.jpg) no-repeat top left;
  width: 950;
  height: 50px;
  position: relative;
  }
#BrandingArea {
  height:1px;
  width:1px;
  z-index:3;
  margin-top:-1px;
  }

/*	___________________
	Logo Positioning */
/*#Logo {
  position: absolute;
  top: 24px;
  left: 100px;
  }*/
  
/*	___________________
	Logo Replacement */
	/* Want to use one logo for your site, and another for printing?  Here's a trick: the following css
	will hide your site logo and replace it with a different logo as a background image.  The background
	image will show on your site, the store logo will print. This will also allow you to create a hover
	effect since your logo links to the home page. */
#Logo a { /* Selects the logo link, where your default logo resides, so we can use a new background image as a link. */
  position: absolute; /* This sets the positioning for your logo.  Absolute positioning will allow it to float over everything else in your header so you can put it where you like. */
  top: 0px; /* Distance from the top of your header. */
  left: 0px; /* Distance from the left of your header.  You can also use 'right' if you like, depending on your placement. */
  text-indent: -9999px; /* This will help hide any text or images that might be a part of your logo. */
  background: transparent url(trans.gif) no-repeat top left; /* Your new logo image. */
  display: block; /* This is important; it allows us to define a size for the link that our logo sits within. */
  width: 950px; /* The exact width of your new logo image. */
  height: 100px; /* The exact height of your new logo image, obviously. */
  }
#Logo a:hover { /* Selects the hover for our linked background image. */
  background: transparent url(trans.gif) no-repeat top left; /* Want the image to change when hovered over? Use an image the exact size as your new logo image. */
  }
#Logo img { display: none; } /* Some browsers are still rather stupid, so this will make sure the linkage area is contained to only your new image, not beyond it if the original and new images are different sizes. */

/*	____________
	Site Menu */
#SiteMenu {
  background: transparent;
  position: relative;
  text-align:right;
  padding-right: 0;
  top: 5px;
  display:none;
  right: -4px;
  z-index: 9;
  }
#SiteMenu ul {
  margin:0;
  padding: 0 96px 0px 0px;
  white-space:nowrap;
  text-align: right;
  }
#SiteMenu li {
  display: inline;
  list-style-type: none;
  padding: 0 6px;
  }
#SiteMenu a {
  padding: 0 0px;
  color: #f9fefe;
  line-height: 13px;
  font: bold 9px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  text-transform:uppercase;
  }
#SiteMenu a:hover {
  color:#05aac6;
  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 {
  background: transparent url(FSicons.gif) no-repeat 0px -4px;
  padding-left:20px;
  }
#SiteMenu a#Header_lnkMyAccount,
#SiteMenu a#Header1_lnkMyAccount {
  background: transparent url(FSicons.gif) no-repeat 0px -24px;
  padding-left:20px;
  }
#SiteMenu a#Header_lnkCustomerService,
#SiteMenu a#Header1_lnkCustomerService {
  background: transparent url(FSicons.gif) no-repeat 0px -44px;
  padding-left:20px;
  }
#SiteMenu a#Header_lnkSearch,
#SiteMenu a#Header1_lnkSearch {
  background: transparent url(FSicons.gif) no-repeat 0px -64px;
  padding-left:20px;
  }
#SiteMenu a#Header_lnkCart,
#SiteMenu a#Header1_lnkCart {
  background: transparent url(FSicons.gif) no-repeat 0px -84px;
  padding-left:20px;
  }
*/
/*	_______
	  Down */

/*#SiteMenu a:hover#Header_LoginStatusControl1_lnkStatus,
#SiteMenu a:hover#Header1_LoginStatusControl1_lnkStatus {
  background: transparent url(FSicons.gif) no-repeat 0px -104px;
  padding-left:20px;
  }
#SiteMenu a:hover#Header_lnkMyAccount,
#SiteMenu a:hover#Header1_lnkMyAccount {
  background: transparent url(FSicons.gif) no-repeat 0px -124px;
  padding-left:20px;
  }
#SiteMenu a:hover#Header_lnkCustomerService,
#SiteMenu a:hover#Header1_lnkCustomerService {
  background: transparent url(FSicons.gif) no-repeat 0px -144px;
  padding-left:20px;
  }
#SiteMenu a:hover#Header_lnkSearch,
#SiteMenu a:hover#Header1_lnkSearch {
  background: transparent url(FSicons.gif) no-repeat 0px -164px;
  padding-left:20px;
  }
#SiteMenu a:hover#Header_lnkCart,
#SiteMenu a:hover#Header1_lnkCart {
  background: transparent url(FSicons.gif) no-repeat 0px -188px;
  padding-left:20px;
  }
*/
/*	________________________
	Link to Shopping Cart */
#ShoppingCartLink a, #ShoppingCartLink a:link, #ShoppingCartLink a:active, #ShoppingCartLink a:visited {
  position: relative;
  top: -12px;
  right: 5px;
  color:#f9fefe;
  text-decoration:none;
  padding: 0;
  }
#ShoppingCartLink a:hover {
  color:#05aac6;
  text-decoration: none;
  }

/*	___________
	MiniCart */
#MiniCart {
  display:none;
  position: absolute;
  top: 22px;
  right: 0;
  color: #f9fefe; 
  font: bold 9px/9px Verdana, Arial, Helvetica, Sans-Serif;
  padding: 0;
  }
/* Login Welcome Text 
__________________________________________________________________________
Here is where to change the font style and position of the "welcome Username" text 
that appears when you are logged into the system use aboslute positioning if you want to move the text
*/
#welcometext{
  font: bold 10px Verdana, Arial, Helvetica, Sans-Serif;
  color:#f9fefe;
  position: absolute;
  top: 110px;
  right: 27px;
  width:280px; 
  z-index: 8;
}



/* Main Menu
___________________________________________________________________________________________ */
#MainMenu {
  width:950px;
  background: transparent;
  }
  
/*	_____________________________
	Top-Banner Categories Menu */
#MenuLevel1, #MenuLevel1 table {
  margin: 0;
  background: url(popnavbg.jpg) 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 8px;
  }*/
  
/*	_____________________________
	Category Top-Banner Tab Links
	(comment out the following if you're using category images, see above)*/
#MenuLevel1 .MenuItem, #MenuLevel1 .MenuItem a {
  font: bold 18px Arial,Helvetica,Geneva,Sans-serif;
  padding-left: 15px;
  width: 170px;
  padding-right: 15px;
  color: #fff;
  line-height: 50px;
  text-align: center;
   
  }
#MenuLevel1 .MenuItem a:hover, #MenuLevel1 .MenuItemActive a:hover {    
  font: bold 18px Arial,Helvetica,Geneva,Sans-serif;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  }
#MenuLevel1 .MenuItemActive, #MenuLevel1 .MenuItemActive a {
  font: bold 18px Arial,Helvetica,Geneva,Sans-serif;
  padding-left: 15px;
  padding-right: 15px; 
  color: #fff;
  line-height: 50px;
  text-align: center;
  }
#MenuLevel1 A, #MenuLevel1 A:Hover {
  font: bold 18px Arial,Helvetica,Geneva,Sans-serif;
  hieght: 50px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  }
#MenuLevel1 .MenuItem{
display:inline-table;
}
/*	________________________________
	Sub-Category Links Under Tabs */

#MenuLevel2 {
  display:none;
  width:760px;
  background: #6a6a69;
  }
#MenuLevel2 Table {
  margin: 0 auto;
  }
#MenuLevel2 .MenuItem {
  padding: 2px 10px 0 10px;
  background:transparent;
  text-align: center;
  }
#MenuLevel2 a {
  font: 11px/16px Arial, Helvetica, Sans-Serif;
  color:#fff;
  text-decoration:none;
  white-space:nowrap;
  }
#MenuLevel2 a:hover {
  color:#ccc;
  text-decoration:none;
  white-space:nowrap;
  }

/* Home Page
___________________________________________________________________________________________ */
#PageHome {
  padding:0;
  margin:0;
  }
.HomepageBlock
{
  padding:0;
  margin:0;
}
#MainContent
{
  padding:0;
  margin:0;
}

#HomeTable {
  padding:0;
  margin:0;
  }
#HomeColumn1 {
   vertical-align:top;
   padding:0;
   color:#fff;
   width: 200px;
   background: #9f396b;
   }
#HomeColumn2 {
  vertical-align:top;
  padding: 0;
  text-align:left;
  background:#f7e4ea;
  width: 550px;
  
  }
#HomeColumn3 {
   vertical-align:top;
   width:200px;
   color:#fff;
   background:#9f396b;
  }

/* Other Menus
___________________________________________________________________________________________ */
#navColumn ul, .CategoryList ul,
#navColumn ul li, .CategoryList ul li {
  padding: 0;
  margin:0;
  }
  
/*	________________________________________
	Customer Service and My Account Menus */
.NavColumnBlock {
  background: #9f396b;
  padding: 0;
  margin: 0;
  width: 200px;
  }
.NavColumnBlockContent {
  padding: 0px;
  margin: 0 0 0px 0;
  line-height: 1.1em;
  text-align: left;
  color: #fff;
  }

/*	___________________________________________
	Customer Service & My Account Menu Links */
.NavColumnBlockContent a, .NavColumnBlockContent a:visited, .NavColumnBlockContent a:link {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #f7e4ea;
  text-decoration: none;
  list-style-type: none;
  margin: 0 0 0 10px;
  }
.NavColumnBlockContent a:hover {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  color: #fff;
  text-decoration: underline;
  }  

/*	_________________________
	Side Bar Menus & Forms */
.CategoryList, .SearchBoxForm, .MailingListSignupForm {
  width:200px;
  }
.SearchBoxForm{
  }  
  
 .MailingListSignupForm {
  margin-top: 10px;
  margin-bottom: 10px;
  }  
  .Instructions{
  color: #fff;
  }
.CategoryListContent, .SearchBoxFormContent, .MailingListSignupFormContent {
  margin:0;
  text-align: left;
  border: 0;
  }
 .MailingListSignupFormContent {
  padding: 2px 4px 10px 4px;
  } 
 .SearchBoxFormContent{
  padding: 8px 3px;
  margin:0;
  text-align: left;
  }
.SearchBoxFormContent .FormInput, .MailingListSignupFormContent .FormInput {
  border: #12171b 1px solid;
  background: #f7e4ea;
  color: #776b6f;
  padding-left: 2px;
  width: 120px;
  font: bold 10px/10px Arial, Helvetica, Sans-Serif;

  }
.MailingListSignupFormContent .FormLabel {
  font: 11px/15px Arial, Helvetica, Sans-Serif;
  color: #fff;
  }
/*	_________________________
	Search Button Position */
#ContentColumn1__ctl1_btnGoSearch,
#ContentColumn4__ctl1_btnGoSearch,
#ContentColumn5__ctl1_btnGoSearch {
  margin-bottom: -4px; /* Adjust as needed. */
  }

/*	_________________________________
	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;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	background: #C85F7D;
	background-repeat:no-repeat;
	background-position: 0;
	margin-left: 10px;
	padding-left: 12px;
    font-style: normal;
    font-weight: bold;
  }
.CategoryListContent li li a,
.CategoryListContent li li a:link,
.CategoryListContent li li a:visited {
    text-decoration: none;
	color: #fff;
	background-color: #C85F7D;
	background-position: 0 0;
  font-style: normal;
  }
.CategoryListContent .CurrentCategory a,
.CategoryListContent .CurrentCategory a:link,
.CategoryListContent .CurrentCategory a:visited,
.CategoryListContent .CurrentCategory a:hover {
  display: block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 22px;
  display: block;
  background-image: none;
	background-color: #C85F7D;
	margin-left: 10px;
	padding-left: 12px;
	color: #fff;
  font-style: italic;
  }
.CategoryListContent .SubCategory a,
.CategoryListContent .SubCategory a:link,
.CategoryListContent .SubCategory a:visited {
  text-decoration: none;
  color: #fff;
  background-color: #C85F7D;
  background-position: 0 0;
  font-style: normal;;
  padding: 1px 2px 1px 15px;
  
  }
.CategoryListContent .CurrentCategory .SubCategory a,
.CategoryListContent .CurrentCategory .SubCategory a:link,
.CategoryListContent .CurrentCategory .SubCategory a:visited {
   text-decoration: none;
  color: #fff;
  background-color: #C85F7D;
  background-position: 0 0;
  font-style: normal;
  padding: 1px 2px 1px 15px;
  }
.CategoryListContent a:hover,
.CategoryListContent li li a:hover,
.CategoryListContent .SubCategory a:hover,
.CategoryListContent .CurrentCategory .SubCategory a:hover {
   text-decoration: none;
  color: #726368;
  background-color: #f7e4ea;
  background-position: 0 0;
  font-style: normal;
  }

/* Breadcrumbs
___________________________________________________________________________________________ */
#BreadCrumbs {
  margin: 0 0 8px 0;
  padding: 2px 4px;    
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  color: #B6B396;
  text-align: left;
  display:none;
  background: #eee;
  }
#BreadCrumbs a, #BreadCrumbs a:link, #BreadCrumbs a:visited {
  color: #6a6a69;
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#BreadCrumbs a:hover {
  color: #B6B396;
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
.BreadCrumbTrailSpacer {
  font: 8px Arial, Helvetica, Sans-Serif;
  }
.BreadCrumbTrailNoLink {
  }

/* Category Page
___________________________________________________________________________________________ */
#LayoutTable {
  width:500px;
  }
#Records table {
  border-top: 0px solid #ccc;
  width:525px;
  }
#Records table tr td {
  text-align:center;
  }
#Records table table {
  border:none;
  width:94%;
  }

/*	____________________________________________________
	Category Header (also uses H1 for category title) */
#CategoryBanner {
  margin: 0px 0;
  text-align: left;
  width: 780px;
  display:none;
  }
#Description {
  padding: 0 15px;
  margin:0 0 10px 0;
  }
#RecordsFound, #Pager ,#Sorter , #Sorter TD {
  font: 11px Arial, Helvetica, Sans-Serif;
  color:#6a6a69;
  margin-bottom: 3px;
  white-space:nowrap;
  }
#Records {
  padding: 0;
  }

/* NEW */
#subHeader {
  height:100px;
  width:780px;
  background: transparent url(shop_subheader.jpg) no-repeat top left;
  position: relative;
  }

/*	_____________________________
	"New" Image Position */
.NewProductBadge {
  position:relative;
  left:-60px;
  top:-128px;
  }

/*	_______________________
	Categories Grid/List */
.SingleCategoryDisplay {
  display: block;
  text-align:center;
  width:180px;
  margin:5px auto;
  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;
  }
.SingleCategoryDisplayname a:hover,
.ListCategoryDisplay a:hover {
  font: normal 11px/12px verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }

/*	________________
	Products Grid  */
.SingleProductDisplay {
  display: block;
  text-align:center;
  width:178px;
  vertical-align:top;
  padding:20px 0 0 0px; 
  margin:10px auto;
  }
.SingleProductDisplayImage {
 padding:0 0 5px 0;
 margin: 0;
  }
.SingleProductDisplayName a,
.SingleProductDisplayName a:link,
.SingleProductDisplayName a:visited {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  color: #00b0bd;
  display:block;
  }
.SingleProductDisplayName a:hover {
  font: 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:underline;
  color: #ff7d01;
  }
.SingleProductDisplayPrice a,
.SingleProductDisplayPrice a:link,
.SingleProductDisplayPrice a:visited {
  font: bold 14px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  color: #00b0bd;
  }
.SingleProductDisplayPrice a:hover {
  font: bolder 14px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  color: #ff7d01;
  }

.SingleProductDisplayInv,
.SingleProductDisplayInv a,
.SingleProductDisplayInv a:link,
.SingleProductDisplayInv a:visited 
{
	display:none;

  }
.SingleProductDisplayInv a:hover {
    display: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;
  }
.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;
  color: #777;
  }
.DetailProductDisplayPrice a,
.DetailProductDisplayPrice a:link,
.DetailProductDisplayPrice a:visited {
  font: normal 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-decoration:none;
  }
.DetailProductDisplayPrice a:hover {
  font: normal 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: #04aac0; }
a .SitePriceDiscounted,
a:link .SitePriceDiscounted,
a:visited .SitePriceDiscounted { color: #f00; }
a:hover .ListPrice { color: #fff; }
a:hover .SitePriceDiscounted { color: #f00; }
 
/*	_______________________________________
	Side Bar Product & Category Rotators */ 
.HomepageBlock .SingleCategoryDisplay {
  display: block;
  text-align:center;
  width:140px;
  margin:5px auto;
  vertical-align:top;
  }
.HomepageBlock .SingleProductDisplay {
  display: block;
  text-align:center;
  width:140px;
  vertical-align:top;
  border: none;
  padding:0px;
  margin:6px auto;
  }
.HomepageBlock .SingleProductDisplay {
/*  margin-top: 5px !important; */
  }
.HomepageBlock .SingleProductDisplayImage {
  /* height: 64px; */
  padding-bottom:5px;
  }
  
/* Product Page
___________________________________________________________________________________________ */

/*	_________
	Layout */
#ProductPageContainer {
  width:580px;
  }
#ProductPageImageColumn {
  width:270px;
  padding:50px 0 0 0;
  margin:0;
  vertical-align:top;
  text-align:center;
  }
#ProductPageContentColumn {
  padding:0;
  margin:0;
  vertical-align:top;
  text-align:left;  
  background:#fff;
  /* border-left: 1px solid #eee; */
  }
#ProductSKU{
padding: 1px 20px;
}
#txtShortDesc{
padding: 1px 20px;
display: block;
}
/*	_________
	Styles */
#lblSKU { font-size: 10px; color: #6a6a69; 
	}
#productdescription {
  padding: 8px;
  font: 11px/12px Arial, Helvetica, Sans-Serif;
  color: #6a6a69;
  }
#imgZoom, #PrintThisPage, #EmailThisPage { margin: 0 0 3px 0; }
#ProductImage a, #ProductImage a:hover { text-decoration: none; }

/*	_______________________
	Product Controls Box */
#ProductControls {
  margin-top:5px;
  border: 3px double #999;
  background: #efece3;
  padding: 12px 0 0 12px;
  }

/*	_____________________
	Product Properties */
.ProductPropertyLabel { font: bold 11px Verdana, Arial, Helvetica, Sans-Serif; color:#777b7c; }
#ProductProperties { text-align:left; }
#ProductProperties ul { margin: 0px 0 0 50px; 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:#12171b; }
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice { font: 11px Verdana, Arial, Helvetica, Sans-Serif; }
.SitePrice, .ListPrice { color:#777b7c; }
.ListPrice { text-decoration:line-through; }
.YouSave { color:#f00; }
.SitePriceDiscounted { color:#12171b; }

/*	_________________
	Volume Pricing */
#VolumeDiscounts { margin:5px; }
.VolumePricingHeader { background:#cfcfcf; font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif; color:#FFF; }
.VolumePricingText { font: 11px/12px Verdana, Arial, Helvetica, Sans-Serif; color:#777b7c; }

/*	________________
	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: #777b7c;
  text-align: left;

  }
.RelatedItemsBlockContent {
  padding: 0 9px;
  text-align: center;
  }
.RelatedItemsBlock .SingleProductDisplay {
  border: 0px solid #ccc;
  width:145px;
  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: 3px double #12171b;

  margin: 20px 0;
  padding: 0 0 3px 0;
  background: #cfcfcf;
  }
#ProductReviews H3 {
  padding: 3px;
  margin: 0 0 5px 0;
  font: bold 12px Verdana, Arial, Helvetica, Sans-Serif;
  color: #777b7c;
  background: #cfcfcf;
  }
#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:#777b7c;
  }
.ProductReview {
  font: 11px verdana, Arial, Helvetica, Sans-Serif;
  margin: 5px 10px;
  border-left: 2px solid #777b7c;
  padding-left: 4px;
  }
.ProductReviewKarma {
  font: 11px verdana, Arial, Helvetica, Sans-Serif;
  color:#777b7c;
  white-space: nowrap;
  }
#pnlReviewDisplay {
  border: 1px solid #777b7c;
  padding: 5px;
  }
#pnlWriteAReview textarea {
  width: 250px;
  height: 150px;
  }

/* Checkout
___________________________________________________________________________________________ */
#tblItems {
  border: 1px solid #12171b;
  width:745px;
  margin:5px;
  }
#CheckoutTable {
  width:780px;
  }
.Header {
  padding: 3px;
  margin: 0;
  font: bold 11px Verdana, Arial, Helvetica, Sans-Serif;
  text-transform: uppercase;
  color: #fff;
  background: #00ccff;
  }
.CheckoutDescription {
  font: 12px/14px 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:#777b7c;
  white-space:nowrap;
  text-transform:uppercase;
  text-decoration:none;
  }
.CheckoutStep a:hover {
  font: 12px/14px Verdana, Arial, Helvetica, Sans-Serif;
  color:#ff7d01;
  text-transform:uppercase;
  white-space:nowrap;
  text-decoration:none;
  }
.CheckoutStep .CheckoutStepCurrent, 
.CheckoutStep a:link.CheckoutStepCurrent, 
.CheckoutStep a:visited.CheckoutStepCurrent, 
.CheckoutStep a:hover.CheckoutStepCurrent {
  font: bold 12px/14px Arial, Helvetica, Sans-Serif;
  color:#00ccff;
  white-space:nowrap;
  text-decoration:none;
  }
#dgItems{
margin: 10px;
}
/*	_____________________
	Shopping Cart Page */
#CartTitle {
  width:100%;
  }
#lblcart {
  color: #333;
  }
table#CartContainer {
  width:745px;
  padding:0;
  margin:0 auto;
  }
table#CartContainer tr td {
  vertical-align:middle;
  }
#CartItemBlock {
  padding:0px;
  margin:0px;
  }
#CartItemBlock Table {
  margin:0px;
  width:745px;
  border-right: 1px solid #12171b;
  border-left: 1px solid #12171b;
  border-top: 1px solid #1217b;
  border-bottom: none;
  }
#CartUpdateBlock {
  width:500px;
  background:#fff;
  margin:0px;
  text-align:center;
  vertical-align:middle;
  }
#CartTotalBlock {
  border-bottom: double 3px #12171b;
  border-right: solid 1px #12171b;
  border-left: solid 1px #12171b;
  width:25%;
  margin:0px;
  padding:5px;
  text-align:center;
  vertical-align:middle;
  }
#lblSubTotal {
  font: bold 14px Arial, Verdana, Helvetica, Sans-Serif;
  }
#CartCheckoutButtons {
  width:745px;
  text-align:right;
  margin-top:10px
  }
.CartItem,
.CartAlternateItem {
  padding: 5px;
  font: 11px/14px Arial, Helvetica, Sans-Serif;
  color: #777b7c;
  text-align: left;
  border-bottom:1px solid #12171b;  
  }
.CartItem { background: #fff; }
.CartAlternateItem { background: #cfcfcf; }
.CartItem a,
.CartItem a:link,
.CartItem a:visited,
.CartAlternateItem a,
.CartAlternateItem a:link,
.CartAlternateItem a:visited {
  color: #545454;
  text-decoration: none;
  font-weight: bold;
  }
.CartItem a:hover,
.CartAlternateItem a:hover {
  color: #333;
  text-decoration: none;
  font-weight: bold;
  }

/*	________________________
	Shipping Methods List */
#ShipMethodsList {
  border-left: 3px solid #ccc;
  margin-left: 8px;
  }
/*_________________________
Checkout confirm template*/
#navcolumncheckout, #NavColumncheckout 
{
  margin: 0;
  padding: 10px;
  width:200px;
  vertical-align:top;
  text-align:left;
  background:#C85F7D;
  border-left: 1px solid #12171b;
  }
#contentcolumncheckout, #ContentColumncheckout {
  padding:10px 5px 0px 0px;
  margin:0px;
  width:540px;
  vertical-align:top;
  text-align:left;
  background: #fff;
  }
/* the next two ids are to position the shipping edit links on the checkout confirm page */  
#shiptoeditlink{
padding-top: 36px;
padding-left: 22px;
}
#shipbyeditlink{
padding-top: 2px;
padding-left: 22px;
}
/*	__________________
	Checkout Styles */
#AddressBookPanel {
  width:735px;
  margin:0;  
  }
#AddressList td {
  border: 3px double #B6B396;
  padding: 5px;
  }
#AddressList td:hover {
  background: #ffc;
  }
.ContentBox {
  margin: 3px 0px 5px 20px;  
  text-align:left;
  background:#ffe;
  border: solid 1px #B6B396;
  padding:10px;
  }
#CheckoutTotals {
  text-align:center;
  background:#fff;
  border: 1px solid #12171b;
  padding:5px;
  width: 190px;
  margin: 0;
  }
#lblGrandTotal {
  border-top: 1px solid #777;
  }
#PlaceOrderCell {
  padding-top:5px;
  margin: 0;
  text-align:center;
  background:#C85F7D;
  border-left: 1px solid #12171b;
  }
.ControlArea {
  border: 1px solid #12171b;
  background: #cfcfcf;
  padding:5px;
  color:#777b7c;
  margin-top:5px;
  }
#CheckoutPayment {
  background:#cfcfcf;
  border: 1px solid #12171b;
  padding:5px;
  margin-top:10px;
  text-align:left;
  width: 190px;
  }
#btnAddCertificate{
margin-top:5px;
}
#InstructionsField {
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  padding:3px;
  margin: 3px 0;
  }
#OrderItemPreview table {
  width: 530px;

  }
#OrderItemPreview table table {
  
  }
#ShipToMultipleAddressesButton { margin: 5px; }
  
/* Misc Visual Styles
___________________________________________________________________________________________ */
.BVText, .CartText {
  font: 11px verdana, Arial, Helvetica, Sans-Serif;
  color: #777b7c;
  }
.BVSmallText {
  font: 10px verdana, Arial, Helvetica, Sans-Serif;
  color:#777b7c;
  }
a#LoginControl1_lnkForgotPassword { text-decoration: none; }
#btnUpdateTotals { background-color: #cfcfcf; }
#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: #777b7c;
  text-align: left;
  }
.AlternateItem {
  padding: 5px;
  background: #cfcfcf;
  font: 11px/14px verdana, Arial, Helvetica, Sans-Serif;
  color: #777b7c;
  text-align: left;
  }
.FormTable {
  margin: 3px 5px;
  }
.contentcell {
  width: 360px;
  background: #B6B396;
  border: 3px solid #7E7C56;
  }
.FormInput, #inKeyword {
  border: #12171B 1px solid;
  background: #fff;
  margin-top: 3px;
  color: #333;
  padding-left: 2px;
  font: bold 10px/14px Arial, Helvetica, Sans-Serif;
  height: 18px;
  }
.ContentCell .FormInput, .ContentCell .FormInputError { width: 200px; }
.FormInput:focus { background: #eee; } /* changes color of focused input box */
#btnSearch { margin: 5px 0 0 3px; } /* fixes alignment of search button on search page */
.FormInputError {
  border: #12171B 1px solid;
  background: #00ccff;
  color: #333;
  padding-left: 2px;
  font: bold 10px/14px Arial, Helvetica, Sans-Serif;
  height: 18px;
  }
.formlabel {
  font: 12px Arial, Helvetica, Sans-Serif;
  color: #333;  
  letter-spacing: normal;  
  }
.CheckoutDescription span.FormLabel label {
  background: #eee;
  padding:2px;
  }
span.FormLabel label:before { 
  content: "\00AB \0020";	/* adds a "<<", not visible on IE */
  }
.FormLabelStrong {
  font: bold 12px/14px Arial, Helvetica, Sans-Serif;
  color: #6a6a69;  
  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 Arial, Helvetica, Sans-Serif;
  color: #6a6a69;
  }
.text {
  font: 10px Arial, Helvetica, Sans-Serif;
  color: #6a6a69;
  padding-bottom: 8px;
  }
select {
  color: #333;
  }
a#lnkMyAccount, a:link#lnkMyAccount , a:visited#lnkMyAccount {
  font: bold 12px Arial, Helvetica, Sans-Serif;
  color: #6a6a69;
  }
a:hover#lnkMyAccount {
  color: #9f0;
  text-decoration: none;
  }
/*__________________________________________________________________
       Customer servuce area contact us form text area box */ 
#txtMsg{
  width: 400px;
  height: 100px;
  border: #6a6a69 1px solid;
  background: #fff;
  color: #6a6a69;
  padding-left: 2px;
  font: bold 10px/14px Arial, Helvetica, Sans-Serif;
  }
/* Various Messages
___________________________________________________________________________________________ */
.ErrorMessage, .ErrorMessage UL {
  display: block;
  background: transparent;
  font: 10px/12px Arial, Helvetica, Sans-Serif;
  color: #f00;
  }
.SuccessMessage {
  display: block;
  background:#00ccff;
  padding: 3px;
  color: #fcfcfc;
  font: 11px/14px 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 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 {
  font: 12px Arial, Helvetica, Sans-Serif;
  clear: both;
  margin: 0;
  width: 950px;
  color: #f9fefe;
  padding: 15px 0;
  background: #dbdbdb;
  text-align: center;
  }
#footermenu a {
  padding-left:4px;
  padding-right:4px;
  color: #4e4e4e;
  font: 12px Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#footermenu a:hover {
  color:#4c4c4c;
  text-decoration: underline;
  }
#footercustommenu {
  padding: 4px 8px;
  }
#copyright {
  font-size: 12px;
  position: relative;
  top: 0px;
  color: #4c4c4c;
  display: block;
  padding: 3px;
  text-align: center;
  }

/* adv. search__________________________________________________ */


table#dgAdvancedSearchOptions tr td
{
	background:#C85F7D;
	border: solid 1px #fff;
	text-align:left;
	padding: 5px;
	color: #fff

}
#tdSearchBox{
padding-left: 20px;
}

/* Detailed List 2 SEARCH

___________________________________________________________________________________________ */



.DL2Search_Header {

  background: #00ccff;

  }

.DL2Search_Header td

 {

 padding-left:10px;

 padding-right:10px;

 color: #fff;

 font: bold 11px Verdanam, tahoma, Helvetica, Sans-Serif;
 text-transform: uppercase;
 text-decoration: none;

  }

table#DetailedList2Search

{

	background: #fff;

	width: 560px;

	padding: 0px;

	margin:6px;

	border: solid 1px #12171B;

}

table#DetailedList2Search tr td {

  vertical-align:top;
  border: solid 1px #444;

  }

   

.DL2Search_Item 

{

  padding: 5px;

  font: 11px/14px verdana, tahoma, Helvetica, Sans-Serif;

  color: #000;

  background: #fff;

  text-align:center;


}



.DL2Search_AlternateItem {

  padding: 5px;

  font: 11px/14px verdana, tahoma, Helvetica, Sans-Serif;

  color: #fff;

  text-align:center;

  background:#C85F7D;

  }

.DL2Search_TD_Desc 

{

  text-align: left;

  white-space:normal;

}

#DL2Search_ShortDesc

{

  padding-top:5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

 text-align: left;

  color: #000;

  white-space:normal;

}

.DL2Search_TD_AddToCart
{
background: #fff;
}

.DL2Search_Item a,

.DL2Search_Item a:link,

.DL2Search_Item a:visited {

  color: #333;
  text-decoration: none;
  font-weight: bold;

  }


.DL2Search_AlternateItem a,

.DL2Search_AlternateItem a:link,

.DL2Search_AlternateItem a:visited {

  color: #fff;
  text-decoration: none;
  font-weight: bold;

  }

.DL2Search_Item a:hover{

  color: #FF7D01;

  text-decoration: none;

  font-weight: bold;

  }

.DL2Search_AlternateItem a:hover {

  color: #00ccff;

  text-decoration: none;

  font-weight: bold;

  }

/* Detailed List 2
___________________________________________________________________________________________ */

.DL2_Header {

  background: #00ccff;

  }

.DL2_Header td

 {

 padding-left:10px;

 padding-right:10px;

 color: #fff;

 font: bold 11px Verdanam, tahoma, Helvetica, Sans-Serif;
 text-transform: uppercase;
 text-decoration: none;

  }

table#DetailedList2

{

	background: #fff;

	width: 560px;

	padding: 0px;

	margin:6px;

	border: solid 1px #12171B;

}

table#DetailedList2 tr td {

  vertical-align:top;
  border: solid 1px #444;

  }

   

.DL2_Item 

{

  padding: 5px;

  font: 11px/14px verdana, tahoma, Helvetica, Sans-Serif;

  color: #000;

  background: #fff;

  text-align:center;


}



.DL2_AlternateItem {

  padding: 5px;

  font: 11px/14px verdana, tahoma, Helvetica, Sans-Serif;

  color: #fff;

  text-align:center;

  background:#C85F7D;

  }

.DL2_TD_Desc 

{

  text-align: left;

  white-space:normal;

}

#DL2_ShortDesc

{

  padding-top:5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

 text-align: left;

  color: #000;

  white-space:normal;

}

.DL2_TD_AddToCart
{
background: #fff;
}

.DL2_Item a,

.DL2_Item a:link,

.DL2_Item a:visited {

  color: #333;
  text-decoration: none;
  font-weight: bold;

  }


.DL2_AlternateItem a,

.DL2_AlternateItem a:link,

.DL2_AlternateItem a:visited {

  color: #fff;
  text-decoration: none;
  font-weight: bold;

  }

.DL2_Item a:hover{

  color: #FF7D01;

  text-decoration: none;

  font-weight: bold;

  }

.DL2_AlternateItem a:hover {

  color: #00ccff;

  text-decoration: none;

  font-weight: bold;

  }


/* Detailed List 3

___________________________________________________________________________________________ */


.DL3_Header {

  background: #00ccff;

  }

.DL3_Header td

 {

 padding-left:10px;

 padding-right:10px;

 color: #fff;

 font: bold 11px Verdanam, tahoma, Helvetica, Sans-Serif;
 text-transform: uppercase;
 text-decoration: none;

  }

table#DetailedList3

{

	background: #fff;

	width: 560px;

	padding: 0px;

	margin:6px;

	border: solid 1px #12171B;

}

table#DetailedList3 tr td {

  vertical-align:top;
  border: solid 1px #444;

  }

   

.DL3_Item 

{

  padding: 5px;

  font: 11px/14px verdana, tahoma, Helvetica, Sans-Serif;

  color: #000;

  background: #fff;

  text-align:center;


}



.DL3_AlternateItem {

  padding: 5px;

  font: 11px/14px verdana, tahoma, Helvetica, Sans-Serif;

  color: #fff;

  text-align:center;

  background:#C85F7D;

  }

.DL3_TD_Desc 

{

  text-align: left;

  white-space:normal;

}

#DL3_ShortDesc

{

  padding-top:5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

 text-align: left;

  color: #000;

  white-space:normal;

}

.DL3_TD_AddToCart
{
background: #fff;
}

.DL3_Item a,

.DL3_Item a:link,

.DL3_Item a:visited {

  color: #333;
  text-decoration: none;
  font-weight: bold;

  }


.DL3_AlternateItem a,

.DL3_AlternateItem a:link,

.DL3_AlternateItem a:visited {

  color: #fff;
  text-decoration: none;
  font-weight: bold;

  }

.DL3_Item a:hover{

  color: #FF7D01;

  text-decoration: none;

  font-weight: bold;

  }

.DL3_AlternateItem a:hover {

  color: #00ccff;

  text-decoration: none;

  font-weight: bold;

  }



/* Detailed List 2 HOME

___________________________________________________________________________________________ */



.DL2Home_Header {

  background: #00ccff;

  }

.DL2Home_Header td

 {

 padding-left:10px;

 padding-right:10px;

 color: #fff;

 font: bold 11px Verdanam, tahoma, Helvetica, Sans-Serif;
 text-transform: uppercase;
 text-decoration: none;

  }

table#DetailedList2Home

{

	background: #fff;

	width: 560px;

	padding: 0px;

	margin:6px;

	border: solid 1px #12171B;

}

table#DetailedList2Home tr td {

  vertical-align:top;
  border: solid 1px #444;

  }

   

.DL2Home_Item 

{

  padding: 5px;

  font: 11px/14px verdana, tahoma, Helvetica, Sans-Serif;

  color: #000;

  background: #fff;

  text-align:center;


}



.DL2Home_AlternateItem {

  padding: 5px;

  font: 11px/14px verdana, tahoma, Helvetica, Sans-Serif;

  color: #fff;

  text-align:center;

  background:#C85F7D;

  }

.DL2Home_TD_Desc 

{

  text-align: left;

  white-space:normal;

}

#DL2Home_ShortDesc

{

  padding-top:5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

 text-align: left;

  color: #000;

  white-space:normal;

}

.DL2Home_TD_AddToCart
{
background: #fff;
}

.DL2Home_Item a,

.DL2Home_Item a:link,

.DL2Home_Item a:visited {

  color: #333;
  text-decoration: none;
  font-weight: bold;

  }


.DL2Home_AlternateItem a,

.DL2Home_AlternateItem a:link,

.DL2Home_AlternateItem a:visited {

  color: #fff;
  text-decoration: none;
  font-weight: bold;

  }

.DL2Home_Item a:hover{

  color: #FF7D01;

  text-decoration: none;

  font-weight: bold;

  }

.DL2Home_AlternateItem a:hover {

  color: #00ccff;

  text-decoration: none;

  font-weight: bold;

  }

/* Detailed List 3 HOME

___________________________________________________________________________________________ */



.DL3Home_Header {

  background: #00ccff;

  }

.DL3Home_Header td

 {

 padding-left:10px;

 padding-right:10px;

 color: #fff;

 font: bold 11px Verdanam, tahoma, Helvetica, Sans-Serif;
 text-transform: uppercase;
 text-decoration: none;

  }

table#DetailedList3Home

{

	background: #fff;

	width: 560px;

	padding: 0px;

	margin:6px;

	border: solid 1px #12171B;

}

table#DetailedList3Home tr td {

  vertical-align:top;
  border: solid 1px #444;

  }

   

.DL3Home_Item 

{

  padding: 5px;

  font: 11px/14px verdana, tahoma, Helvetica, Sans-Serif;

  color: #000;

  background: #fff;

  text-align:center;


}



.DL3Home_AlternateItem {

  padding: 5px;

  font: 11px/14px verdana, tahoma, Helvetica, Sans-Serif;

  color: #fff;

  text-align:center;

  background:#C85F7D;

  }

.DL3Home_TD_Desc 

{

  text-align: left;

  white-space:normal;

}

#DL3Home_ShortDesc

{

  padding-top:5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

 text-align: left;

  color: #000;

  white-space:normal;

}

.DL3Home_TD_AddToCart
{
background: #fff;
}

.DL3Home_Item a,

.DL3Home_Item a:link,

.DL3Home_Item a:visited {

  color: #333;
  text-decoration: none;
  font-weight: bold;

  }


.DL3Home_AlternateItem a,

.DL3Home_AlternateItem a:link,

.DL3Home_AlternateItem a:visited {

  color: #fff;
  text-decoration: none;
  font-weight: bold;

  }

.DL3Home_Item a:hover{

  color: #FF7D01;

  text-decoration: none;

  font-weight: bold;

  }

.DL3Home_AlternateItem a:hover {

  color: #00ccff;

  text-decoration: none;

  font-weight: bold;

  }

#TableFind 
{
	white-space:nowrap;	
}

#TableGiftPanel
{
	text-align:left;
}
#tblGiftOptions
{
	padding:10px;
}
/*______________________________________-
---------- Cart receipt page ------------
-______________________________________*/
.ItemStyle22 { BACKGROUND: #fff; FONT: 10px verdana; COLOR: #777b7c; BORDER-BOTTOM: #12171b 1px solid }
.AlternateItemStyle22 { BACKGROUND: #cfcfcf; FONT: 10px verdana; COLOR: #333; BORDER-BOTTOM: #12171b 1px solid }
.HeaderStyle2 { BACKGROUND: #cfcfcf; FONT: bold 12px/14px verdana; COLOR: #000000; BORDER-BOTTOM: #12171b 1px solid }
.BVSmallText22 { FONT: 10px verdana, Arial, Helvetica, Sans-Serif; COLOR: #777b7c }
.BVText22 { FONT: 12px verdana, Arial, Helvetica, Sans-Serif }
.Verd { }
.paymentinfo22 {fONT-WEIGHT:bold;COLOR:#12171b}
/*______________________________________-
-------- Pop The Cock Exclusive ---------
-______________________________________*/
 .HomeLeftItem, .HomeLeftItem a {
  font: bold 18px Arial,Helvetica,Geneva,Sans-serif;
  color: #fff;
  width: 200px;
  display: block;
  background: url(popnavbg.jpg) repeat-x; 
  line-height: 50px;
  text-align: center;'
  color: #fff;
  }
 .HomeLeftItem a:hover,  .HomeLeftItem a:active {    
  font: bold 18px Arial,Helvetica,Geneva,Sans-serif;

  color: #fff;
  line-height: 50px;
  text-align: center;
  }
 
