/* [ps] ProMOTIONSICKNESS.com
______________________________________________________________________________________________
Fresh Start v.07 Fixed-Width Edition - "Chrome"
(a starter theme for bv commerce 2004)
by cjs. at www.promotionsickness.com
______________________________________________________________________________________________

	__________________________________________________________________________________________
	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 {
  background: #333734;
  background-image: url("tall_top.jpg");
  margin: 0;
  padding: 0;
  font: 9pt Arial, Verdana, Helvetica, Sans-Serif;
  line-height: 17px;
  color: #fff;
  background-repeat: repeat-x;
  letter-spacing: normal;
  }
  
 #wrapper{
 width: 1002px;
 } 
p, tr, td, ul, li {
  font: 9pt Arial, Verdana, Helvetica, Sans-Serif;
   }
ul li {
  margin:0;
  list-style-type: square;
  }
h1 {
  padding: 0;
  font-size: 22px;
  margin: 5px 0 3px 25px;
  border: none;
  }
h3 {
  padding: 0 0px;
  margin: 3px;
  font: bold 12px/13px Arial, Helvetica, Verdana, Sans-Serif;
  color: #ffcc00;
  }
h3:before {
  content: "\00BB \0020";	/* adds a ">>" before H3s, not visible on IE */
  }
h4 {
  padding: 0px;
  margin: 0px;
  width: 230px;
  font: bold 9pt Arial, Verdana, Helvetica, Sans-Serif;
  color: #fff;
  text-align: left;
  background: #515A55;
  border: 1px solid #cc9933;
  }
h5, h6 {
  padding: 0;
  margin: 0;
  font: bold 12px/16px Arial, Helvetica, Verdana, Sans-Serif;
  color: #fff;
  }
a, a:link, a:visited, a:active {
  text-decoration: none;
  color: #ffcc00;
  font: 9pt Arial, Verdana, Helvetica, Sans-Serif;
  }
a:hover {
  text-decoration: underline;
  color: #ffcc00;
  font: 9pt Arial, Verdana, Helvetica, Sans-Serif;
  cursor: pointer;
  }
table td { vertical-align:top; }
img { border: none; }
.hide { display: none; }
option { min-width: 1.5em; }


/* Main Layout
___________________________________________________________________________________________ */
/*	_________________________
	Left-Aligned Container */
#container {
  margin: 0;
  padding: 0;
  width: 1000px;
  }

			/* ...or... */

/*	___________________________
	Center-Aligned Container 
table#container {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -550px;
  padding: 0;
  width: 1000px; */
  /* border: 1px solid #333; */
  }

/*	____________________
	Pop-up Containers */
#popupContainer {
  width:90%;
  padding:00px;
  margin: 0 3%;
  background: #333734;
  }

/*	_______________________
	Pages with a sidebar */
#navcolumn, #NavColumn {
  margin: 0;
  padding: 5px 0 0 0;
  width:250px;
  vertical-align:top;
  text-align:center;

  /* border-right: 1px solid #eee; */
  }
#contentcolumn, #ContentColumn {

  padding:38px 10px 10px 10px;
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  width:750px;
  vertical-align:top;
  text-align:left;
  }
  
/*	__________________________
	Pages without a sidebar */
#page, #pag, #Page, #Pag {
   padding: 7px 10px 10px 10px;
  margin:0px;
  text-align: center;
  }
  
/*	________________________________
	Content Section on Every Page */
#maincontent {
  padding:7px;    
  text-align: left;
  }
#maincontent2 {
  /*margin-left: 25px;
  margin-left: 25px;
  padding:20px 10px 10px 25px;  */  
  text-align: center;
  width: 1000px;
  }

/* Header
___________________________________________________________________________________________ */
#Header {
  padding: 0;
  margin: 0 0 0px 0;
  width: 1000px;
  height: 207px;
  position: relative;
  overflow: hidden;
  }
  
#HeaderFlashContent {
  top: 0;
	position: relative;
  overflow: hidden;
  height: 130px;
}  
#BrandingArea {
  height:152px;
  width:1000px;
  position: relative;
  overflow: hidden;
  }
  

td #tophome{
 color: #fff;
 text-align: justify;
 vertical-align: top;
 width: 375px;
 padding-right: 5px;
 padding-top: 35px;
}  
td #tophomeimg{
 color: #fff;
 text-align: right;
 vertical-align: top;  
 padding-left:10px;
 width: 305px;
}
#homeevents{
background: #515a54;
}
/*	___________________
	Logo Positioning */
  #Logo {
  display: none;
  /*top: 0;
  left: 0;
  background: transparent url(trans.gif) no-repeat top left;
 */ }
  
/*	___________________
	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. */
Display: none;
/*  z-index: 1;
  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: 24px; /* Distance from the top of your header. */
  left: 0; /* 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: 1000px; /* The exact width of your new logo image. */
  height: 0; /* The exact height of your new logo image, obviously. */
  }
#Logo a:hover { /* Selects the hover for our linked background image. */
 
 display: none;
  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;
  z-index: 2;
  height: 21px;
  }
#SiteMenu ul {
  margin:0;
  padding: 0 0px 0px 0px;
  white-space:nowrap;
  text-align: left;
  }
#SiteMenu li {
  display: inline;
  list-style-type: none;
  }
#SiteMenu a {
  padding: 0 0px;
  color: #fff;
  line-height: 12px;
  font: 10px Arial, Helvetica, Verdana, Sans-Serif;
  text-decoration: none;
  }
#SiteMenu a:hover {
  color:#fff;
  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 {
  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 -184px;
  padding-left:20px;
  }

/*	________________________
	Link to Shopping Cart */
#ShoppingCartLink a, #ShoppingCartLink a:link, #ShoppingCartLink a:active, #ShoppingCartLink a:visited {
  position: absolute;
  top: 0;
  right: 10px;
  color:#fff;
  text-decoration:none;
  padding: 0 0 3px 0;
  }
#ShoppingCartLink a:hover {
  color:#fff;
  text-decoration: underline;
  }
#welcometext{
  position: absolute;
  top: 2px;
  left: 270px;
  padding-left: 2px;
  color: #fff;  
  font: bold 11px/11px Arial, Helvetica, Verdana, Sans-Serif;
  padding: 0;
  width: 380px;
    }

/*	___________
	MiniCart */
#MiniCart {
  position: absolute;
  top: 2px;;
  right: 115px;
  color: #fff;  
  font: bold 10px/10px Arial, Helvetica, Verdana, Sans-Serif;
  padding: 0;
  width: 185px;
  }

/* Main Menu
___________________________________________________________________________________________ */
#MainMenu {
padding-top: 2px;
  width:1000px;
  background: transparent;
  text-align:center;
  overflow: hidden;
  }
  
/*	_____________________________
	Top-Banner Categories Menu */
#MenuLevel1, #MenuLevel1 table {
  background: transparent;
  margin: 2px 0 0 0;
  }

/*	______________________________
	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-size: 19px;
  line-height: 1em;
  text-align: center;
  margin: 0;
   padding: 0px;
  vertical-align: middle; 
  }
#MenuLevel1 .MenuItem a:hover, #MenuLevel1 .MenuItemActive a:hover {    
  font-size: 19px;
  line-height: 1em;
  text-align: center;
  margin: 0;
   padding: 0px;
  vertical-align: middle; 
  }
#MenuLevel1 .MenuItemActive, #MenuLevel1 .MenuItemActive a {
  font-size: 19px;
  line-height: 1em;
  text-align: center;
  margin: 0;
  vertical-align: middle; 
  }
#MenuLevel1 A, #MenuLevel1 A:Hover {
  font-size: 19px;
  line-height: 1em;
  text-align: center;
  margin: 0;
  padding: 0px;
  white-space:nowrap;
  }
.MenuItem .actuator A, .MenuItem .actuator A:link, .MenuItem .actuator A:hover, .MenuItem .actuator A:visited, .MenuItem 

.actuator A:active{
  margin: 0 0;
}

/*	________________________________
	Sub-Category Links Under Tabs */

#MenuLevel2 {
  display:none;
  width:1000px;
  background: #666;
  }
#MenuLevel2 Table {
  margin: 0 auto;
  }
#MenuLevel2 .MenuItem {
  background:transparent;
  text-align: center;
  }
#MenuLevel2 a {
  color:#fff;
  text-decoration:none;
  white-space:nowrap;
  }
#MenuLevel2 a:hover {
  color:#ccc;
  text-decoration:none;
  white-space:nowrap;
  }

/* Home Page
___________________________________________________________________________________________ */
#PageHome {

  padding:0 0 0 0;
  margin:0;
  }
.HomepageBlock
{
  padding:0;
  margin:0;
}
#MainContent
{
  padding:0;
  margin:0;
}

#HomeTable {
  padding:0 0 0 0;
  margin:0;
  width:1000px;
  }
#HomeColumn1 {
 padding:5px 0 0 0;
  width: 250px; 
  vertical-align:top;
  text-align: center;

   }
#HomeColumn2 {
  width: 700px; 
  vertical-align:top;
  text-align:left;
  padding-left:  25px;
  padding-right: 25px;
  margin:0;
  }
#HomeColumn3 {
  display:none;
  }

/* Other Menus
___________________________________________________________________________________________ */
#navColumn ul, .CategoryList ul,
#navColumn ul li, .CategoryList ul li {
  padding: 0;
  margin:0;
  list-style-type: none;
  }
Table #featuresblock{
  padding: 0;
  margin:0;
  border: 1px solid  #cc9933;
  width: 210px;
  padding: 0;
}  
table #n-block{
  background: #fff;
  margin:0; 
  border-left: 1px solid  #cc9933;
  border-right: 1px solid  #cc9933;
  border-bottom: 2px solid  #cc9933;
  min-width:230px;   height:auto !important;   height:230px; 
  padding-left: 5px;
  padding-right: 11px;
  padding-bottom: 4px;    
}

.n-block ul li{
    list-style-type: square;
    color:  #cc9933;
    font: 9pt arial, verdana, sans-serif;
    line-height: 15px;
}
.n-block li a,
.n-block li a:link,
.n-block li a:visited
{
  text-decoration:  underline;
  color:  #cc9933;
}
.n-block li a:hover{
  color:  #017f02;     
}
.n-blockheader{
    padding-left:8px;
    color:  #656565;
    font: Bold 14px arial, verdana, sans-serif;
    width: 230px;
    border-bottom: 1px solid #666666;
    }
/*	________________________________________
	Customer Service and My Account Menus */
.NavColumnBlock {
  padding: 0;
  margin: 0;
  width: 250px;
  }
.NavColumnBlockContent {
  padding: 0px;
  margin: 0 0 0px 0;
  line-height: 1.1em;
  text-align: left;
  color: #666;
  }

/*	___________________________________________
	Customer Service & My Account Menu Links */
.NavColumnBlockContent a, .NavColumnBlockContent a:visited, .NavColumnBlockContent a:link {
  font: 9pt Arial, Verdana, Helvetica, Sans-Serif;
  color: #666;
  text-decoration: none;
  list-style-type: none;
  margin: 0 0 0 10px;
  }
.NavColumnBlockContent a:hover {
  font: 9pt Arial, Verdana, Helvetica, Sans-Serif;
  color: #333;
  text-decoration: underline;
  }  

/*	_________________________
	Side Bar Menus & Forms */
.CategoryList, .SearchBoxForm, .MailingListSignupForm {
  width:185px;
  padding:0;
  }
.CategoryListContent, .SearchBoxFormContent, .MailingListSignupFormContent {
  padding: 5px;
  width: 220px; 
  margin: 0 0 0px 0;
  text-align: left;
  background: #fff;
  border-left: 1px solid #cc9933;
  border-right: 1px solid #cc9933;
  border-bottom: 1px solid #cc9933;
  overflow: hidden;
  }
.SearchBoxFormContent .FormInput, .MailingListSignupFormContent .FormInput {
  border: #cc9933 1px solid;
  background: #333834;
  color: #fff;
  padding-left: 2px;
  font: bold 10px/14px Arial, Helvetica, Verdana, Sans-Serif;
  height: 18px;
  }
.MailingListSignupFormContent .FormLabel {
  font: 10px/12px Tahoma, Arial, Helvetica, Verdana, 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;
  color: #cc9933;
  padding: 0px 0px;
  text-decoration: none;
  font: 9pt Arial, Verdana, Helvetica, Sans-Serif;
  }
.CategoryListContent li li a,
.CategoryListContent li li a:link,
.CategoryListContent li li a:visited {
  display: block;
  color: #cc9933;
  background-color: #515a54;
  padding: 1px 2px 1px 12px;
  text-decoration: none;
  font: bold 9pt Arial, Verdana, Helvetica, Sans-Serif;
  }
.CategoryListContent .CurrentCategory a,
.CategoryListContent .CurrentCategory a:link,
.CategoryListContent .CurrentCategory a:visited,
.CategoryListContent .CurrentCategory a:hover {
  color:#ffcc00;
  font: bold 9pt Arial, Verdana, Helvetica, Sans-Serif;
  }
.CategoryListContent .SubCategory a,
.CategoryListContent .SubCategory a:link,
.CategoryListContent .SubCategory a:visited {
  display: block;
  color: #ffcc00;
  padding: 1px 2px 1px 12px;
  text-decoration: none;
  font: bold 9pt Arial, Verdana, Helvetica, Sans-Serif;
  }
.CategoryListContent .CurrentCategory .SubCategory a,
.CategoryListContent .CurrentCategory .SubCategory a:link,
.CategoryListContent .CurrentCategory .SubCategory a:visited {
  display: block;
  color: #cc9933;
  background-color: #515a54;
  padding: 1px 2px 1px 18px;
  text-decoration: none;
  font: bold 9pt Arial, Verdana, Helvetica, Sans-Serif;
  }
.CategoryListContent a:hover,
.CategoryListContent li li a:hover,
.CategoryListContent .SubCategory a:hover,
.CategoryListContent .CurrentCategory .SubCategory a:hover {
  color: #ffcc00;
  background-color: #515a54;
  font: bold 9pt Arial, Verdana, Helvetica, Sans-Serif;
  }

/* Breadcrumbs
___________________________________________________________________________________________ */
#BreadCrumbs {
  display: none;
/*  margin: 0 0 8px 0;
  padding: 2px 4px;    
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  color: #B6B396;
  text-align: left;
  display:block;
  background: #eee;*/
  }
/*#BreadCrumbs a, #BreadCrumbs a:link, #BreadCrumbs a:visited {
  color: #666;
  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, Verdana, Sans-Serif;
  }
.BreadCrumbTrailNoLink {
  }
*/
/* Category Page
___________________________________________________________________________________________ */
#LayoutTable {
  width:750px;
  }
#Records table {
  margin-top: 30px;
  border-top: 0px solid #ccc;
  width:710px;
  background: #515a55;
  }
#Records table tr td {
  text-align:center;
  }
#Records table table {
  border:none;
  width:98%;
  }

/*	____________________________________________________
	Category Header (also uses H1 for category title) */
#CategoryBanner {
  padding-left: 25px;
  padding-top:8px;
  margin: 0px 0;
  }
#Description {
  font:9pt/14px arial, Verdana, Helvetica, Arial, Tahoma, Sans-Serif;		
  color:#fff;
  margin:20px 0 0 0;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 5px;
  }
#RecordsFound, #Pager ,#Sorter , #Sorter TD {
  font: 9pt Arial, Verdana, Helvetica, Sans-Serif;
  color:#fff;
  margin-bottom: 3px;
  white-space:nowrap;
  }
#Records {
  padding: 2px 0;
  }

/* NEW */
#subHeader {
  height:100px;
  width:1000px;
  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:230px;
  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 Arial, Helvetica, Verdana, Sans-Serif;
  text-decoration:none;
  }
.SingleCategoryDisplayname a:hover,
.ListCategoryDisplay a:hover {
  font: normal 11px/12px Arial, Helvetica, Verdana, Sans-Serif;
  text-decoration:none;
  }

/*	________________
	Products Grid  */
.SingleProductDisplay {
  display: block;
  text-align:center;
  width:230px;
  vertical-align:top;
  padding:5px;
  margin:6px auto;
  }
.SingleProductDisplayImage {
  padding-bottom:5px;
  }
.SingleProductDisplayName a,
.SingleProductDisplayName a:link,
.SingleProductDisplayName a:visited {
  font: bold 12px Arial, Helvetica, Verdana, Sans-Serif;
  text-decoration:none;
  }
.SingleProductDisplayName a:hover {
  font: bold 12px Arial, Helvetica, Verdana, Sans-Serif;
  text-decoration:none;
  background-color: #eee;
  color: #333;
  }
.SingleProductDisplayPrice a,
.SingleProductDisplayPrice a:link,
.SingleProductDisplayPrice a:visited {
  font: normal 9pt Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration:none;
  }
.SingleProductDisplayPrice a:hover {
  font: normal 9pt Arial, Verdana, 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;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #515a55;
  border-bottom: 2px solid #ed1b24; 
  }
.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 Arial, Helvetica, Verdana, Sans-Serif;
  text-decoration:none;
  }
.DetailProductDisplayName a:hover {
  font: bold 12px Arial, Helvetica, Verdana, Sans-Serif;
  text-decoration:none;
  background-color: #eee;
  color: #333;
  }
.DetailProductDisplayPrice a,
.DetailProductDisplayPrice a:link,
.DetailProductDisplayPrice a:visited {
  font: normal 9pt Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration:none;
  }
.DetailProductDisplayPrice a:hover {
  font: normal 9pt Arial, Verdana, 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: #999; }
a .SitePriceDiscounted,
a:link .SitePriceDiscounted,
a:visited .SitePriceDiscounted { color: #f00; }
a:hover .ListPrice { color: #666; }
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 {
  margin-top: 15px;
  width:710px;
  }
#ProductPageImageColumn {
  width:300px;
  padding:75px 10px 0 0;
  margin:10px;
  vertical-align:top;
  text-align:center;
  }
#ProductPageContentColumn {
  padding:0 0px 0px 10px;
  margin:0;
  vertical-align:top;
  text-align:left;  
  /* border-left: 1px solid #eee; */
  }

/*	_________
	Styles */
#lblSKU { font-size: 10px; color: #fff; }
#productdescription {
  padding: 8px;
  font: 11px/12px Arial, Helvetica, Verdana, Sans-Serif;
  color: #fff;
  }
#imgZoom, #PrintThisPage, #EmailThisPage { margin: 0 0 2px 0; }
#ProductImage a, #ProductImage a:hover { text-decoration: none; }

/*	_______________________
	Product Controls Box */
#ProductControls {
  margin-top:5px;
  border: 3px double #cc9933;
  background: #515a55;
  padding: 12px 0 0 12px;
  }

/*	_____________________
	Product Properties */
.ProductPropertyLabel { font: bold 9pt Arial, Verdana, Helvetica, Sans-Serif; color:#fff; }
#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: 9pt Arial, Verdana, Helvetica, Sans-Serif; color:#fff; }
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice { font: 9pt Arial, Verdana, Helvetica, Sans-Serif; }
.SitePrice, .ListPrice { color:#fff; }
.ListPrice { text-decoration:line-through; }
.YouSave { color:#f00; }
.SitePriceDiscounted { color:#fff; }

/*	_________________
	Volume Pricing */
#VolumeDiscounts { margin:5px; }
.VolumePricingHeader { background:#333834; font: 11px/12px Arial, Helvetica, Verdana, Sans-Serif; color:#FFF; }
.VolumePricingText { font: 11px/12px Arial, Helvetica, Verdana, Sans-Serif; color:#666; }

/*	________________
	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 Arial, Helvetica, Verdana, Sans-Serif;
  color: #fff;
  text-align: left;

  }
.RelatedItemsBlockContent {
  padding: 0 9px;
  text-align: center;
  }
.RelatedItemsBlock .SingleProductDisplay {
  border: 0px solid #cc9933;
  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 9pt Arial, Verdana, Helvetica, Sans-Serif; }

/*	__________________
	Product Reviews */
#ProductReviews {
  border-top: 1px solid #cc9933;
  border-bottom: 1px solid #cc9933;
  margin: 20px 0;
  padding: 0 0 3px 0;
  }
#ProductReviews H3 {
  padding: 3px;
  margin: 0 0 5px 0;
  font: bold 12px Arial, Helvetica, Verdana, Sans-Serif;
  color: #fff;
  background: #33834;
  }
#ProductReviewNew { margin: 10px 0; }
#ProductReviews a,
#ProductReviews a:link,
#ProductReviews a:visited {
  font: 10px Arial, Helvetica, Verdana, Sans-Serif;
  padding: 3px;
  text-decoration: none;
  }
#ProductReviews a:hover {
  font: 10px Arial, Helvetica, Verdana, Sans-Serif;
  padding: 3px;
  }
.ProductReviewRating {
  font: bold 9pt Arial, Verdana, Helvetica, Sans-Serif;
  color:#fff;
  }
.ProductReview {
  font: 9pt Arial, Verdana, Helvetica, Sans-Serif;
  margin: 5px 10px;
  border-left: 2px solid #cc9933;
  padding-left: 4px;
  }
.ProductReviewKarma {
  font: 9pt Arial, Verdana, Helvetica, Sans-Serif;
  color:#fff;
  white-space: nowrap;
  }
#pnlReviewDisplay {
  border: 1px solid #cc9933;
  padding: 5px;
  }
#pnlWriteAReview textarea {
  width: 250px;
  height: 150px;
  }

/* Checkout
___________________________________________________________________________________________ */
#tblItems {
  border-bottom: 1px solid #cc9933;
  border-top: 0px solid;
  width:745px;
  margin:5px;
  }
#CheckoutTable {
  width:745px;
  }
.Header {
  padding: 3px;
  margin: 0;
  font: bold 9pt Arial, Verdana, Helvetica, Sans-Serif;
  color: #fff;
  background: #724a04;
  }
.CheckoutDescription {
  font: 12px/14px Arial, Helvetica, Verdana, Sans-Serif;
  }

/*	_________________
	Checkout Steps */
#CheckoutSteps {
  padding:5px;
  background: #333834;
  margin:0;
  }
.CheckoutStep {
  padding-right:20px;
  }
.CheckoutStep a, 
.CheckoutStep a:link, 
.CheckoutStep a:visited {
  font: 12px/14px Arial, Helvetica, Verdana, Sans-Serif;
  color:#ffcc00;
  white-space:nowrap;
  text-decoration:none;
  }
.CheckoutStep a:hover {
  font: 12px/14px Arial, Helvetica, Verdana, Sans-Serif;
  color:#fff;
  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, Verdana, Sans-Serif;
  color:#ffcc00;
  white-space:nowrap;
  text-decoration:none;
  }

/*	_____________________
	Shopping Cart Page */
#CartTitle {
  width:745px;
  background: #515a55;
  text-align: left;
  }
#lblcart {
  color: #fff;
  }
table#CartContainer {
  width:745px;
  padding:0;
  background: #515a55;
  margin:0 auto;
  text-align: left;
  border-bottom: 11px solid #724a04;
  }
table#CartContainer tr td {
  vertical-align:middle;
  }
#CartItemBlock {
  padding:0px;
  margin:0px;
  }
#CartItemBlock Table {
  margin:0px;
  width:745px;
  border-bottom: none;
  }
#CartUpdateBlock {
  width:500px;
  background:#333834;
  margin:0px;
  text-align:center;
  vertical-align:middle;
  }
#CartTotalBlock {
  border-bottom: double 3px #cc9933;
  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, Verdana, Sans-Serif;
  color: #fff;
  text-align: left;
  border-bottom:1px solid #cc9933;  
  }
.CartItem { background: #515a55; }
.CartAlternateItem { background: #333834; }
.CartItem a,
.CartItem a:link,
.CartItem a:visited,
.CartAlternateItem a,
.CartAlternateItem a:link,
.CartAlternateItem a:visited {
  color: #ffcc00;
  text-decoration: none;
  font-weight: bold;
  }
.CartItem a:hover,
.CartAlternateItem a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  }

/*	________________________
	Shipping Methods List */
#ShipMethodsList {
  border-left: 3px solid #cc9933;
  margin-left: 8px;
  }

/*	__________________
	Checkout Styles */
#AddressBookPanel {
  width:735px;
  margin:0;  
  }
#AddressList td {
  border: 3px double #cc9933;
  padding: 5px;
  }
#AddressList td:hover {
  background: #333834;
  }
.ContentBox {
  margin: 3px 0px 5px 20px;  
  text-align:left;
  background:#333834;
  border: solid 1px #cc9933;
  padding:10px;
  }
#CheckoutTotals {
  text-align:center;
  background:#333834;
  border-left: 1px solid #cc9933;
  border-top: 1px solid #cc9933;
  border-right: 1px solid #cc9933;
  padding:5px;
  margin: 0;
  width: 172px;
  }
#lblGrandTotal {
  border-top: 1px solid #cc9933;
  }
#PlaceOrderCell {
  padding:0px;
  margin: 0;
  text-align:center;
  background:#333834;
  }
.ControlArea {
  border: 1px solid #cc9933;
  background: #333834;
  padding:5px;
  margin-top:5px;
  }
#CheckoutPayment {
  background:#333834;
  border: 1px solid #cc9933;
  padding:5px;
  margin: 0;
  text-align:left;
  width: 172px;
  }
#InstructionsField {
  background: #333834;
  border: 1px solid #cc9933;
  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: 9pt Arial, Verdana, Helvetica, Sans-Serif;
  color: #fff;
  }
.BVSmallText {
  font: 10px Arial, Helvetica, Verdana, Sans-Serif;
  color:#fff;
  }
a#LoginControl1_lnkForgotPassword { text-decoration: none; }
#btnUpdateTotals { background-color: #333834; }
#PackageList a,
#CheckoutPayment a {
  text-decoration: none;
  font-weight: bold;
  }
.BVText .Stories {
  text-align: justify;
  }
.Item {
  padding: 5px;
  background: #333834;
  font: 11px/14px Arial, Helvetica, Verdana, Sans-Serif;
  color: #fff;
  text-align: left;
  }
.AlternateItem {
  padding: 5px;
  background: #515a55;
  font: 11px/14px Arial, Helvetica, Verdana, Sans-Serif;
  color: #fff;
  text-align: left;
  }
.FormTable {
  margin: 3px 5px;
  }
.contentcell {
  width: 360px;
  background: #515a55;
  border: 3px solid #cc9933;
  }
.FormInput, #inKeyword {
  border: #cc9933 1px solid;
  background: #333834;
  color: #ff0000;
  padding-left: 2px;
  font: bold 10px/14px Arial, Helvetica, Verdana, Sans-Serif;
  height: 18px;
  }
.ContentCell .FormInput, .ContentCell .FormInputError { width: 200px; }
.FormInput:focus { background: #333834; } /* changes color of focused input box */
#btnSearch { margin: -2px 0 0 3px; } /* fixes alignment of search button on search page */
.FormInputError {
  border: #cc9933 1px solid;
  background: #ffb5b5;
  color: #333;
  padding-left: 2px;
  font: bold 10px/14px Arial, Helvetica, Verdana, Sans-Serif;
  height: 18px;
  }
.formlabel {
  font: 12px Arial, Helvetica, Verdana, Sans-Serif;
  color: #fff;  
  letter-spacing: normal;  
  }
.CheckoutDescription span.FormLabel label {
  background: #333834;
  padding:2px;
  }
span.FormLabel label:before { 
  content: "\00AB \0020";	/* adds a "<<", not visible on IE */
  }
.FormLabelStrong {
  font: bold 12px/14px Arial, Helvetica, Verdana, Sans-Serif;
  color: #666;  
  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, Verdana, Sans-Serif;
  color: #666;
  }
.text {
  font: 10px Arial, Helvetica, Verdana, Sans-Serif;
  color: #666;
  padding-bottom: 8px;
  }
select {
  border: #cc9933 1px solid;
  background: #333834;
  color: #fff;
  }

a#lnkMyAccount, a:link#lnkMyAccount , a:visited#lnkMyAccount {
  font: bold 12px Arial, Helvetica, Verdana, Sans-Serif;
  color: #fff;
  }
a:hover#lnkMyAccount {
  color: #ffcc00;
  text-decoration: none;
  }

/* Various Messages
___________________________________________________________________________________________ */
.ErrorMessage, .ErrorMessage UL {
  display: block;
  background: transparent;
  font: 10px/12px Arial, Helvetica, Verdana, Sans-Serif;
  color: #f00;
  }
.SuccessMessage {
  display: block;
  background:#9f0;
  padding: 3px;
  color: #333;
  font: 11px/14px Arial, Helvetica, Verdana, 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, Verdana, 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

___________________________________________________________________________________________ */

table.tablefooter{
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 10px;
  clear: both;
  margin: 0px 0 0 0;
  width: 1000px;
  color: #fff;
  padding: 3px 0;
  text-align: center;
}
#footer {

  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 10px;
  clear: both;
  margin: 0px 0 0 0;
  width: 1000px;
  color: #fff;
  padding: 3px 0;
  text-align: center;
 border-top: 2px solid #333834;
  }
td#footerdata{
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 10px;
  clear: both;
  margin: 0px 0 0 0;
  width: 1000px;
  color: #fff;
  padding: 3px 0;
  text-align: center;
}
td#footerdata a,
td#footerdata a:link,
td#footerdata a:visited,
td#footerdata a:active
{
  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 10px;
  color: #ffcc00;
  text-align: center;
  text-decoration: none;
}
td#footerdata a:hover{

  font-family: Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 10px;
  color:#fff;
  text-decoration: none;
}
#footermenu a {
  padding-left:4px;
  padding-right:4px;
  color: #ffcc00;
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }

#footermenu a:hover {
  color:#fff;
  text-decoration: none;
  }

#footercustommenu {
  font-size: 10px;
  padding: 4px 8px;
  }

#copyright {
  font-size: 10px;
  position: relative;
  top: 0px;
  color: #ccc;
  display: block;
  padding: 3px;
  text-align: center;
  }


/* adv. search__________________________________________________ */


table#dgAdvancedSearchOptions tr td
{
	background: #515a55;
	border: solid 1px #fff;
	text-align:left;
	padding: 5px;

}


/* Detailed List 2 SEARCH

___________________________________________________________________________________________ */



.DL2Search_Header {

  background: #724a04;

  }

.DL2Search_Header td

 {

 padding-left:10px;

 padding-right:10px;

 color: #fff;

 font: 11px tahoma, Helvetica, Sans-Serif;

 text-decoration: none;

  }

table#DetailedList2Search

{

	background: #fff;

	width: 560px;

	padding: 0px;

	margin:0;

	border: solid 1px #7F7E4E;

}

table#DetailedList2Search tr td {

  vertical-align:top;

  border: solid 1px #f1f1e7;

  }

   

.DL2Search_Item 

{

  padding: 5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

  color: #FFF;

  background: #333834;

  text-align:center;


}



.DL2Search_AlternateItem {

  padding: 5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

  color: #fff;

  text-align:center;

  background: #515a55;

  }

.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: #FFF;

  white-space:normal;

}

.DL2Search_TD_AddToCart
{
background: #724a04;
}

.DL2Search_Item a,

.DL2Search_Item a:link,

.DL2Search_Item a:visited,

.DL2Search_AlternateItem a,

.DL2Search_AlternateItem a:link,

.DL2Search_AlternateItem a:visited {

  color: #ffcc00;
  text-decoration: none;
  font-weight: bold;

  }

.DL2Search_Item a:hover,

.DL2Search_AlternateItem a:hover {

  color: #fff;

  text-decoration: none;

  font-weight: bold;

  }

/* Detailed List 2
___________________________________________________________________________________________ */

.DL2_Header {
  background: #724a04;
  }
.DL2_Header td
 {
 padding-left:10px;
 padding-right:10px;
 color: #fff;
 font: 11px tahoma, Helvetica, Sans-Serif;
 text-decoration: none;
 white-space:nowrap;
  }
table#DetailedList2
{
	background: #333834;
	width: 580px;
	padding: 0px;
	margin:0;
	border: solid 4px #f1f1e7;
}
table#DetailedList2 tr td {
  vertical-align:top;
  border: solid 1px #f1f1e7;
  }
   
.DL2_Item 
{
  padding: 5px;
  font: 11px/14px tahoma, Helvetica, Sans-Serif;
  color: #fff;
  background: #333834;
  text-align:center;
}

.DL2_AlternateItem {
  padding: 5px;
  font: 11px/14px tahoma, Helvetica, Sans-Serif;
  color: #fff;
  text-align:center;
  background: #515a55;
  }
.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: #fff;
}
.DL2_TD_AddToCart
{
background: #724a04;
}

.DL2_Item a,
.DL2_Item a:link,
.DL2_Item a:visited,
.DL2_AlternateItem a,
.DL2_AlternateItem a:link,
.DL2_AlternateItem a:visited {
  color: #ffcc00;
  text-decoration: none;
  font-weight: bold;
  }
.DL2_Item a:hover,
.DL2_AlternateItem a:hover {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  }

/* Detailed List 3

___________________________________________________________________________________________ */



.DL3_Header {

  background: #724a04;

  }

.DL3_Header td

 {

 padding-left:10px;

 padding-right:10px;

 color: #fff;

 font: 11px tahoma, Helvetica, Sans-Serif;

 text-decoration: none;

 white-space:nowrap;

  }

table#DetailedList3

{

	background: #333834;

	width: 580px;

	padding: 0px;

	margin:0;

	border: solid 4px #f1f1e7;

}

table#DetailedList3 tr td {

  vertical-align:top;

  border: solid 1px #f1f1e7;

  }

   

.DL3_Item 

{

  padding: 5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

  color: #fff;

  background: #333384;

  text-align:center;

}



.DL3_AlternateItem {

  padding: 5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

  color: #fff;

  text-align:center;

  background: #515a55;

  }

.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: #fff;

}

.DL3_TD_AddToCart

{

background: #724a04;

}



.DL3_Item a,

.DL3_Item a:link,

.DL3_Item a:visited,

.DL3_AlternateItem a,

.DL3_AlternateItem a:link,

.DL3_AlternateItem a:visited {

  color: #ffcc00;

  text-decoration: none;

  font-weight: bold;

  }

.DL3_Item a:hover,

.DL3_AlternateItem a:hover {

  color: #fff;

  text-decoration: none;

  font-weight: bold;

  }


/* Detailed List 2 HOME

___________________________________________________________________________________________ */



.DL2Home_Header {

  background: #724a04;

  }

.DL2Home_Header td

 {

 padding-left:10px;

 padding-right:10px;

 color: #fff;

 font: 11px tahoma, Helvetica, Sans-Serif;

 text-decoration: none;

 white-space:nowrap;

  }

table#DetailedList2Home

{

	background: #fff;

	width: 100%;

	padding: 0px;

	margin:0;

	border: solid 4px #f1f1e7;

}

table#DetailedList2Home tr td {

  vertical-align:top;

  border: solid 1px #f1f1e7;

  }

   

.DL2Home_Item 

{

  padding: 5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

  color: #fff;

  background: #333834;

  text-align:center;

}



.DL2Home_AlternateItem {

  padding: 5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

  color: #fff;

  text-align:center;

  background: #515a55;

  }

.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: #fff;

}

.DL2Home_TD_AddToCart

{

background: #724a04;

}



.DL2Home_Item a,

.DL2Home_Item a:link,

.DL2Home_Item a:visited,

.DL2Home_AlternateItem a,

.DL2Home_AlternateItem a:link,

.DL2Home_AlternateItem a:visited {

  color: #ffcc00;

  text-decoration: none;

  font-weight: bold;

  }

.DL2Home_Item a:hover,

.DL2Home_AlternateItem a:hover {

  color: #fff;

  text-decoration: none;

  font-weight: bold;

  }


/* Detailed List 3 HOME

___________________________________________________________________________________________ */



.DL3Home_Header {

  background: #724a04;

  }

.DL3Home_Header td

 {

 padding-left:10px;

 padding-right:10px;

 color: #fff;

 font: 11px tahoma, Helvetica, Sans-Serif;

 text-decoration: none;

 white-space:nowrap;

  }

table#DetailedList3Home

{

	background: #333834;

	width: 100%;

	padding: 0px;

	margin:0;

	border: solid 4px #f1f1e7;

}

table#DetailedList3Home tr td {

  vertical-align:top;

  border: solid 1px #f1f1e7;

  }

   

.DL3Home_Item 

{

  padding: 5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

  color: #fff;

  background: #333384;

  text-align:center;

}



.DL3Home_AlternateItem {

  padding: 5px;

  font: 11px/14px tahoma, Helvetica, Sans-Serif;

  color: #fff;

  text-align:center;

  background: #724a04;

  }

.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: #fff;

}

.DL3Home_TD_AddToCart

{

background: #724a04;

}



.DL3Home_Item a,

.DL3Home_Item a:link,

.DL3Home_Item a:visited,

.DL3Home_AlternateItem a,

.DL3Home_AlternateItem a:link,

.DL3Home_AlternateItem a:visited {

  color: #ffcc00;

  text-decoration: none;

  font-weight: bold;

  }

.DL3Home_Item a:hover,

.DL3Home_AlternateItem a:hover {

  color: #fff;

  text-decoration: none;

  font-weight: bold;

  }

/* These are standard sIFR styles... do not modify */

/*=:project
    scalable Inman Flash Replacement (sIFR) version 3.

  =:file
    Copyright: 2006 Mark Wubben.
    Author: Mark Wubben, <http://novemberborn.net/>

  =:history
    * IFR: Shaun Inman
    * sIFR 1: Mike Davidson, Shaun Inman and Tomas Jogin
    * sIFR 2: Mike Davidson, Shaun Inman, Tomas Jogin and Mark Wubben

  =:license
    This software is licensed and provided under the CC-GNU LGPL.
    See <http://creativecommons.org/licenses/LGPL/2.1/>    
*/

/*---- sIFR ---*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*---- Header styling ---*/

/*
	visibility: hidden;

}
.sIFR-hasFlash #MenuItem {
	visibility: hidden;

}
.sIFR-hasFlash  #lblCategoryName
{
	visibility: hidden;

}*/
     .sIFR-active h1{
    	visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
      font-size: 27px;
      text-transform: uppercase;
    }
    .sIFR-active  #lblCategoryName{
    	visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
      font-size: 27px;
      text-transform: uppercase;
    }

    .sIFR-active .MenuItem {
    	visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
      font-size: 19px;
      width: 200px !important;
      height: 45px !important;
    }
        .sIFR-active .actuator {
    	visibility: hidden;
      font-family: Verdana;
      line-height: 1em;
      font-size: 19px;
    }
