/* 

*/


/* Basic Styles
_____________________________________________________________________________________________ */
body {
  background: #B3B4B5;
  margin: 0;
  padding: 0;
  font: 11px Arial, Verdana, Helvetica, Sans-Serif;
  color: #000;
  letter-spacing: normal;
  }
p, tr, td, ul, li {
  font: 12px Arial, Verdana, Helvetica, Sans-Serif;
  }
ul li {
  margin:0;
  list-style-type: square;
  }
h1 {
  padding: 0;
  margin: 0 0 3px 0;
  font: bold 16px Arial, Verdana, Helvetica, Sans-Serif;
  color: #666;
  border: none;
  
  }
h3 {
  padding: 0 3px;
  margin: 3px;
  font: bold 12px/13px Arial, Verdana, Helvetica, Sans-Serif;
  color: #666;
  }
h3:before { 
  content: "\00BB \0020";	/* adds a ">>" before H3s, not visible on IE */
  }
h4 {
  padding: 3px;
  margin: 0px;
  font: bold 16px  Arial, Verdana, Helvetica, Sans-Serif;
  color: #000;
  text-align: left;
  background: #fff;
  border: 1px solid #666;
  border-width : 0 0 2px 0;
  display : none;
  
  }
    
h5, h6 {
  padding: 0;
  margin: 0;
  font: bold 12px/16px Arial, Verdana, Helvetica, Sans-Serif;
  color: #666;
  }
a, a:link, a:visited, a:active {
  text-decoration: underline;
  color: #333;
  font: 11px Arial, Verdana, Helvetica, Sans-Serif;
  }
a:hover {
  text-decoration: none;
  color: #999;
  font: 11px Arial, Verdana, Helvetica, Sans-Serif;
  cursor: pointer;
  }
table td { vertical-align:top; }
img { border: none; }
.hide { display: none; }


/* Main Layout
___________________________________________________________________________________________ */
/*	_________________________
	Left-Aligned Container */
/*#container {
  margin: 0;
  padding: 0;
  width: 765px;
  background:#fff;
  }*/

			/* ...or... */

/*	___________________________
	Center-Aligned Container */
#container {
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  margin: 0 0 0 -383px;
  padding: 0;
  width: 765px;
  background:#fff;
  }

/*	____________________
	Pop-up Containers */
#popupContainer {
  width:100%;
  padding:10px;
  background: #FFF;
  }

/*	_______________________
	Pages with a sidebar */
#navcolumn {
  margin: 0;
  padding: 0 5px;
  width:150px;
  vertical-align:top;
  text-align:center;
  border-right: 1px solid #FFF;
  
  }
#contentcolumn {
  padding:0px;
  margin:0px;
  width:620px;
  vertical-align:top;
  text-align:left;
  }
  
/*	__________________________
	Pages without a sidebar */
#page, #pag {
  padding:0px;
  margin:0px;
  background:#fff;
  }
  
/*	________________________________
	Content Section on Every Page */
#maincontent {
  margin:0px;
  padding:5px 10px 10px 10px;    
  text-align: left;  
  }

/* Header
___________________________________________________________________________________________ */
#Header {
  background: #303030;
  padding: 0;
  margin: 0 0 0 0;
  width: 765px;
  position: relative;
  }
#BrandingArea {
  height:70px;
  width:765px;
  background: transparent;
  position: relative;
  }
 
/*	___________________
	Logo Positioning */
/*#Logo {
  position: absolute;
  top: 24px;
  left: 10px;
  }*/
  
/*	___________________
	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 {
  position: absolute;
  top: 16px;
  left: 10px;
  text-indent: -9999px;
  background: transparent url(etalents_logo.gif) no-repeat top left;
  display: block;
  width: 220px;
  height: 37px;
  }
#Logo a:hover {
  background: transparent url(etalents_logo.gif) no-repeat top left;
  }
#Logo img { display: none; }

/*	____________
	Site Menu */
#SiteMenu {
  position : absolute;
  top : 0px;
  left : 500px;
  background: transparent;
  border : 1px solid;
  border-color : #ffffff;
  border-width : 0 0 0 1px;
  }
#SiteMenu ul {
  margin:0px;
  padding: 8px 6px 3px 0px;
  text-align: left;
  }
#SiteMenu li {
   list-style-type: none;
  }
#SiteMenu a {
  padding: 0 4px;
  color: #fff;
  line-height: 12px;
  font: 11px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#SiteMenu a:hover {
  color:#ccc;
  text-decoration: none;
  }
  #SiteMenunew {
  position : absolute;
  top : 0px;
  left : 400px;
  background: transparent;
  border : 1px solid;
  border-color : #ffffff;
  border-width : 0 0 0 1px;
  }
#SiteMenunew ul {
  margin:0px;
  padding: 8px 6px 3px 0px;
  text-align: left;
  }
#SiteMenunew li {
   list-style-type: none;
  }
#SiteMenunew a {
  padding: 0 4px;
  color: #fff;
  line-height: 12px;
  font: 11px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#SiteMenunew a:hover {
  color:#ccc;
  text-decoration: none;
  }
  
    
  
/*	__________________
	Site Menu Icons */
#SiteMenu a#Header_LoginStatusControl1_lnkStatus,
#SiteMenu a#Header1_LoginStatusControl1_lnkStatus {
  padding-left:2px;
  }
#SiteMenu a#Header_lnkMyAccount,
#SiteMenu a#Header1_lnkMyAccount {
  padding-left:2px;
  }
#SiteMenu a#Header_lnkCustomerService,
#SiteMenu a#Header1_lnkCustomerService {
  padding-left:2px;
  }
#SiteMenu a#Header_lnkSearch,
#SiteMenu a#Header1_lnkSearch {
  padding-left:2px;
  }
#SiteMenu a#Header_lnkCart,
#SiteMenu a#Header1_lnkCart {
  padding-left:2px;
  }

/*	_________________________
	Site Menu Icons :hover */
#SiteMenu a:hover#Header_LoginStatusControl1_lnkStatus,
#SiteMenu a:hover#Header1_LoginStatusControl1_lnkStatus {

  padding-left:2px;
  }
#SiteMenu a:hover#Header_lnkMyAccount,
#SiteMenu a:hover#Header1_lnkMyAccount {

  padding-left:2px;
  }
#SiteMenu a:hover#Header_lnkCustomerService,
#SiteMenu a:hover#Header1_lnkCustomerService {

  padding-left:2px;
  }
#SiteMenu a:hover#Header_lnkSearch,
#SiteMenu a:hover#Header1_lnkSearch {

  padding-left:2px;
  }
#SiteMenu a:hover#Header_lnkCart,
#SiteMenu a:hover#Header1_lnkCart {

  padding-left:2px;
  }
  
/*	________________________
	Link to Shopping Cart */
#ShoppingCartLink a, #ShoppingCartLink a:link, #ShoppingCartLink a:active, #ShoppingCartLink a:visited {
  position: absolute;
  background : #C3C3C3;
  top: 8px;
  right: 20px;
  color:#323231;
  font-weight : bold;
  text-decoration:none;
  padding: 0px 0px 0px 6px;
  width : 130px;
  height : 14px;
  display: block;
  }
#ShoppingCartLink a:hover {
  color:#fff;
  text-decoration: none;
  }

/*	___________
	MiniCart */
#MiniCart {
  Background : #C3C3C3;
  position: absolute;
  width : 130px;
  height : 28px;
  top: 22px;
  right: 20px;
  color: #575757;  
  font: bold 11px/11px  Arial, Verdana,  Helvetica, Sans-Serif;
  padding: 3px 4px 4px 6px;
  }

#Itemcount {
   
  
  font: normal 11px/11px Arial, Verdana, Helvetica, Sans-Serif;
  color : #575757;
  
  }
/* Main Menu
___________________________________________________________________________________________ */
#MainMenu {
  width:765px;
  background: transparent;
  text-align:center;
   background: #ccc;
  
  }
  
/*	_____________________________
	Top-Banner Categories Menu */
#MenuLevel1, #MenuLevel1 table {
  background: transparent;
  margin: 0 auto;
  background: #ccc;
  display : none;
  }

/*	______________________________
	Category Top-Banner Tab Images
	(to control spacing, uncomment and adjust and comment out link controls below) */
/*#MenuLevel1 .MenuItem,
#MenuLevel1 .MenuItemActive {
  padding: 0 8px;
  }
  
/*	________________________
	Category Top-Banner Tabs
	(comment out the following if you're using category images, see above)*/
#MenuLevel1 .MenuItem, #MenuLevel1 .MenuItem a {
  font: bold 10px  Arial, Verdana,  Helvetica, Sans-Serif;
  background: #999;
  color: #fff;
  line-height: 25px;
  text-align: center;
  }
#MenuLevel1 .MenuItem a:hover, #MenuLevel1 .MenuItemActive a:hover {    
  font: bold 10px  Arial, Verdana,  Helvetica, Sans-Serif;
  background: #666;
  color: #fff;
  line-height: 25px;
  text-align: center;
  }
#MenuLevel1 .MenuItemActive, #MenuLevel1 .MenuItemActive a {
  font: bold 10px  Arial, Verdana,  Helvetica, Sans-Serif;
  background: #666;
  color: #fff;
  line-height: 25px;
  text-align: center;
  }
#MenuLevel1 A, #MenuLevel1 A:Hover {
  font: bold 10px  Arial, Verdana,  Helvetica, Sans-Serif;
  text-decoration:none;
  line-height: 25px;
  display: block;
  padding: 0 8px;
  white-space:nowrap;
  }*/

/*	________________________________
	Sub-Category Links Under Tabs */
#MenuLevel2 {
  width:765px;
  background: #DADADA;
  }
#MenuLevel2 Table {
  margin: auto auto;
  }
#MenuLevel2 .MenuItem {
  padding: 2px 10px 0 10px;
  background:transparent;
  text-align: center;
  }
#MenuLevel2 a {
  font: 11px/16px  Arial, Verdana,  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 #MainContent, .HomepageBlock {
  padding:0;
  margin:0;
  }
 
#HomeTable {
  padding:0;
  margin:0;
  width:765px;
  }
#HomeColumn1 {
  vertical-align: top;
  text-align: left;
  padding: 0 5px;
  width: 150px;
  margin: 0;
  }
#HomeColumn2 {
  vertical-align:top;
  
  padding: 0 0px;
  margin: 0;
  }
#HomeColumn3 {
  vertical-align:top;
  text-align:left;
  padding: 0 5px;
  width: 150px;
  margin: 0;
  border-left: 1px solid #efefef;
  display : none;
  }
#HomepageSample1 {
  background: #fff url(images/home_pic1.jpg) no-repeat 50% 50%;
  height: 220px;
  margin: 0;
  padding: 0;
  display : none;
  }
  
#HomepageSample2 {
  background: #fff url(images/home_pic2.jpg) no-repeat 50% 50%;
  height: 220px;
  margin: 0;
  padding: 0;
  
  }
  #HomepageSample3 {
  background: #fff url(images/home_pic3.jpg) no-repeat 50% 50%;
  height: 220px;
  margin: 0;
  padding: 0;
  
  }

/* Other Menus
___________________________________________________________________________________________ */
#navColumn ul, .CategoryList ul,
#navColumn ul li, .CategoryList ul li {
  padding: 0;
  margin:0;
  list-style-type: none;
  }
  
/*	________________________________________
	Customer Service and My Account Menus */
.NavColumnBlock {
  background: #fff;
  padding: 0;
  margin: 0;
  width: 150px;
  }
.NavColumnBlockContent {
  padding: 3px;
  margin: 10px 0 6px 0;
  line-height: 1.1em;
  text-align: left;
  background: #fff;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  border-bottom: 3px solid #666;
  color: #666;

  
  }

/*	___________________________________________
	Customer Service & My Account Menu Links */
.NavColumnBlockContent a, .NavColumnBlockContent a:visited, .NavColumnBlockContent a:link {
  font: 11px  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #666;
  text-decoration: none;
  list-style-type: none;
  margin: 0 0 0 10px;
  }
.NavColumnBlockContent a:hover {
  font: 11px  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #333;
  text-decoration: underline;
  }  

/*	_________________________
	Side Bar Menus & Forms */
.CategoryList, .SearchBoxForm, .MailingListSignupForm {
  Background : url(shop_by_brand.gif) no-repeat top left;
  width:150px;
  padding:0;
  }
.CategoryListContent, .SearchBoxFormContent, .MailingListSignupFormContent {
  padding: 3px;
  margin: 0 0 6px 0;
  text-align: left;
  background: #fff;
  
 
  
  }
.SearchBoxFormContent .FormInput, .MailingListSignupFormContent .FormInput {
  border: #666 1px solid;
  width : 120px;
  background: #efefef;
  color: #000;
  padding-left: 2px;
  font: 11px/14px Arial, Verdana,  Helvetica, Sans-Serif;
  height: 20px; : 5px
  
  }
.MailingListSignupFormContent .FormLabel {
  font: 10px/12px Tahoma,  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #666;
  }

/*	_________________________________
	Side Bar Categories Menu Links */
	/* NOTE: This section still in beta. */

/*CategoryListContent ul, .CategoryListContent ul li {
  background: transparent;
  margin: 0 auto;
  color : #fff;
  
  
  }*/

/*	______________________________
	Category Top-Banner Tab Images
	(to control spacing, uncomment and adjust and comment out link controls below) */
/*.CategoryListContent ul, .CategoryListContent ul li {
  padding: 0 8px;
}*/

.CategoryListContent ul, .CategoryListContent ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  }
.CategoryListContent li { margin: 0; }
.CategoryListContent a,
.CategoryListContent a:link,
.CategoryListContent a:visited {
  display: block;
  color: #666;
  background-color: #fff;
  padding: 1px 6px;
  text-decoration: none;
  font:  11px Arial, Verdana,  Helvetica, Sans-Serif;
  }
.CategoryListContent li li a,
.CategoryListContent li li a:link,
.CategoryListContent li li a:visited {
  display: block;
  color: #666;
  padding: 1px 2px 1px 22px;
  background : #fff;
  text-decoration: none;
  font:  11px Arial, Verdana,  Helvetica, Sans-Serif;
   }
.CategoryListContent .CurrentCategory a,
.CategoryListContent .CurrentCategory a:link,
.CategoryListContent .CurrentCategory a:visited,
.CategoryListContent .CurrentCategory a:hover {
  color: #000;
  background-color: #fff;
  font:  bold 11px Arial, Verdana,  Helvetica, Sans-Serif;
  }
.CategoryListContent .SubCategory a,
.CategoryListContent .SubCategory a:link,
.CategoryListContent .SubCategory a:visited {
  display: block;
  color: #666;
  background-color: #fff;
  padding: 1px 2px 1px 22px;
  text-decoration: none;
  font:  11px Arial, Verdana,  Helvetica, Sans-Serif;
  }
.CategoryListContent .CurrentCategory .SubCategory a,
.CategoryListContent .CurrentCategory .SubCategory a:link,
.CategoryListContent .CurrentCategory .SubCategory a:visited {
  display: block;
  color: #666;
  background : #fff;
  padding: 1px 2px 1px 40px;
  text-decoration: none;
  font:  11px Arial, Verdana,  Helvetica, Sans-Serif;
  }
.CategoryListContent a:hover,
.CategoryListContent li li a:hover,
.CategoryListContent .SubCategory a:hover,
.CategoryListContent .CurrentCategory .SubCategory a:hover {
  color: #000;
  background : #fff;
  font: 11px Arial, Verdana,  Helvetica, Sans-Serif;
  }

/* Breadcrumbs
___________________________________________________________________________________________ */
#BreadCrumbs {
  position : absolute;
  top :68px;
  right: 10px;
  margin-bottom: 3px;
  padding: 2px;    
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  color: #000;
  text-align: right;
  display:block;
  }
#BreadCrumbs a, #BreadCrumbs a:link, #BreadCrumbs a:visited {
  color: #000;
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
#BreadCrumbs a:hover {
  color: #fff;
  font: 10px Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: none;
  }
.BreadCrumbTrailSpacer {
  font: 8px  Arial, Verdana,  Helvetica, Sans-Serif;
  }
.BreadCrumbTrailNoLink {
  }



/* Category Page
___________________________________________________________________________________________ */
#LayoutTable {
  width:583px;
  }
#Records {
  border-top: 1px solid #ccc;
  margin-top:10px;
  width:583px;
  overflow: hidden;
 }

#Records table {
  width:583px;
}
#Records table tr td {
  text-align:center;
  }
#Records table table {
  border:none;
  width:98%;
  }

/*	____________________________________________________
	Category Header (also uses H1 for category title) */
#CategoryBanner {
  margin: 3px 0;
  }
#Description {
  font:12px/14px Verdana, Helvetica, Arial, Tahoma, Sans-Serif;		
  color:#343434;
  margin:10px 0;
  }
#RecordsFound, #Pager ,#Sorter , #Sorter TD {
  font: 11px  Arial, Verdana,  Helvetica, Sans-Serif;
  color:#666;
  margin-bottom: 3px;
  white-space:nowrap;
  }
#Records {
  padding: 5px 0;
  }

/*	_____________________________
	"New" Image Position */
.NewProductBadge {
  position:relative;
  left:-60px;
  top:-128px;
  }
  
/*	________________
	Products Grid  */
.SingleCategoryDisplay {
  display: block;
  text-align:center;
  width:180px;
  margin:5px auto;
  vertical-align:top;
  }
  .SingleCategoryDisplayImage {
  padding : 2px;
  }
    .SingleCategoryDisplayName {
  border : 1px dashed;
  border-color : #999;
  border-width : 1px;
  padding : 2px;
  display : none;
  }
  
.SingleProductDisplay {
  display: block;
  text-align:center;
  width:180px;
  vertical-align:top;
  border: 1px solid #efefef;
  padding:5px;
  margin:6px auto;
  }
.SingleProductDisplay {
  margin-top: 5px; !important
  }
.SingleProductDisplayImage {
  padding:6px;
  }
.SingleProductDisplayName A,.SingleProductDisplayName  a:link,.SingleProductDisplayName  a:visited,.SingleProductDisplayName  a:active,
.SingleCategoryDisplayname A,.SingleCategoryDisplayname  a:link,.SingleCategoryDisplayname a:visited,.SingleCategoryDisplayname a:active,
.ListCategoryDisplay A,.ListCategoryDisplay a:link,.ListCategoryDisplay a:visited,.ListCategoryDisplay a:active {
  font: bold 11px Arial, Verdana, Helvetica, Sans-Serif;
   color : #575757;
  }
.SingleProductDisplayName  a:hover , 
.SingleCategoryDisplayname  a:hover , 
.ListCategoryDisplay  a:hover 
{
   text-decoration: none;
   color: #999;
   font: bold 11px Arial, Verdana, Helvetica, Sans-Serif;
   cursor: pointer;
  }
.SingleProductDisplayPrice A,.SingleProductDisplayPrice  a:link,.SingleProductDisplayPrice a:visited,.SingleProductDisplayPrice  a:active{
  font: 11px Arial, Verdana, Helvetica, Sans-Serif;
  color:#8E9077;
  text-decoration:none;
}
  
/*	____________________________
	Products/Categories Lists */
.ListProductDisplay {
  height: 100%;
  }
.ListProductDisplayName, .ListProductDisplayName td,
.ListCategoryDisplayName, .ListCategoryDisplayName td {
  text-align:left !important;
  }
.ListProductDisplayPrice, .ListProductDisplayPrice td {
  float:right !important;
  text-align:right !important;
  }
.ListCategoryDisplayDescription {
  margin:3px 10px 10px 0px;
  font: 12px/14px Arial, Verdana, Helvetica, Sans-Serif;
  text-align:left !important;
  }

/*	__________________________
	Detailed Products Lists */
.DetailProductDisplay {
   margin: 0px  10px  10px  10px;
   text-align:left;
   border-bottom: 1px dotted #CCCCCC;
	padding-bottom:10px;
  }
.DetailProductDisplayName td,
.DetailProductDisplayPrice td,
.DetailProductDisplayDescription td,
.DetailProductDisplayControls td {
  text-align:left !important;
  float:left !important;
 }
 .DetailProductDisplayName,.DetailProductDisplayPrice
 {
 	padding-bottom:5px;
 }
  .DetailProductDisplayName a,.DetailProductDisplayName  a:link,.DetailProductDisplayName  a:visited,.DetailProductDisplayName  a:active
  {
  	 font-size:13px;
	 font-weight:bold;
  }
.DetailProductDisplayPrice a,.DetailProductDisplayPrice  a:link,.DetailProductDisplayPrice a:visited,.DetailProductDisplayPrice  a:active
  {
	 text-decoration: none;
  }
#Records .DetailProductDisplayImage {
  width:120px;
  float:right;
  text-align:right;
  }
 
/*	_______________________________________
	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;
  height:100%;
  vertical-align:top;
  border: none;
  padding:5px;
  margin:6px auto;
  }
.HomepageBlock .SingleProductDisplay {
  margin-top: 5px; !important
  }
.HomepageBlock .SingleProductDisplayImage {
  height:64px;
  padding-bottom:5px;
  }
  
/* Product Page
___________________________________________________________________________________________ */

/*	_________
	Layout */
#ProductPageContainer {
  width:583px;
  }
#ProductPageImageColumn {
  width:175px;
  padding:0 10px 0 0;
  margin:0px;
  vertical-align:top;
  text-align:center;
  }
#ProductPageContentColumn {
  padding:0 0 0 10px;
  margin:0;
  vertical-align:top;
  text-align:left;  
  border-left: 1px solid #F7F4F0;
  }

/*	_________
	Styles */
#lblSKU { font-size: 10px; color: #666; }
#productdescription {
  padding: 8px;
  font: 11px/12px Arial, Verdana, Helvetica, Sans-Serif;
  color: #666;
  }
#imgZoom, #PrintThisPage, #EmailThisPage { margin: 0 0 2px 0; }
#ProductImage a, #ProductImage a:hover { text-decoration: none; }

/*	_______________________
	Product Controls Box */
#ProductControls {
  margin-top:20px;
  border: 1px solid #999;
  background: #efefef;
  padding: 15px 0 0 15px;
  }

/*	_____________________
	Product Properties */
.ProductPropertyLabel { font: bold 11px  Arial, Verdana,  Helvetica, Sans-Serif; color:#666; }
#ProductProperties { text-align:left; }
#ProductProperties ul { margin: 5px 0 0 50px; padding: 0; }
#ProductProperties ul li { margin-top:3px; }
#ProductProperties ul ul { margin: 5px 0 0 0; }

/*	________________
	Pricing */
.DiscountText { font: 11px  Arial, Verdana,  Helvetica, Sans-Serif; color:#333; }
.SitePriceDiscounted,.YouSave,.ListPrice,.SitePrice,.ExVatPrice,.Price { font: 11px  Arial, Verdana,  Helvetica, Sans-Serif; white-space: nowrap; }
.SitePrice, .ListPrice,.ExVatPrice,.Price,.SitePriceDiscounted  { color:#666; text-decoration: none }
.SitePrice, .Price{
  font: bold;

}
.ListPrice { text-decoration:line-through; }
.YouSave { color:#f00; }
.SitePriceDiscounted { color:#666;font: bold; text-decoration: none; }

/*	_________________
	Volume Pricing */
#VolumeDiscounts { margin:5px; }
.VolumePricingHeader { background:#999; font: 11px/12px  Arial, Verdana,  Helvetica, Sans-Serif; color:#FFF; }
.VolumePricingText { font: 11px/12px  Arial, Verdana,  Helvetica, Sans-Serif; color:#666; }

/*	________________
	Related Items */
.RelatedItemsBlock {
  display: block;
  background: #fff;
  border: none;
  width: 175px;
  margin: 10px 0;
  border: 1px solid #ccc;
  }
.RelatedItemsBlock H3 {
  padding: 3px;
  margin: 0;
  font: bold 12px  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #ccc;
  text-align: left;
  border-bottom: 1px solid #ccc;
  width: 170px;
  }
.RelatedItemsBlockContent { padding: 5px 0 0 0; text-align: center; }
.RelatedItemsBlock .SingleProductDisplay { border:none; width:170px; height:100%; }
.RelatedItemsBlock .SingleProductDisplayImage { height:64px; }

/*	__________________
	Product Reviews */
#ProductReviews H3 {
  padding: 3px 6px;
  margin: 0 0 5px 0;
  font: bold 12px  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #999;
  background: transparent;
  border: 1px solid #999;
  }
#ProductReviews, #ProductReviewNew { margin: 10px 0; }
#ProductReviews a:link, #ProductReviews a:visited {
  font: 10px  Arial, Verdana,  Helvetica, Sans-Serif;
  }
#ProductReviews a:hover {
  font: 10px  Arial, Verdana,  Helvetica, Sans-Serif;
  }
.ProductReviewRating {
  font: bold 11px  Arial, Verdana,  Helvetica, Sans-Serif;
  color:#666;
  }
.ProductReview {
  font: 11px  Arial, Verdana,  Helvetica, Sans-Serif;
  margin: 5px 10px;
  }
.ProductReviewKarma { font: 11px  Arial, Verdana,  Helvetica, Sans-Serif; color:#666; }

/* Checkout
___________________________________________________________________________________________ */
#tblItems {
  border: 1px solid #999;
  width:745px;
  margin:5px;
  }
#CheckoutTable {
  width:745px;
  }
.Header {
  padding: 3px;
  margin: 0;
  font: bold 11px  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #fff;
  background: #999;
  }
.CheckoutDescription {
  font: 12px/14px  Arial, Verdana,  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  Arial, Verdana,  Helvetica, Sans-Serif;
  color:#999;
  white-space:nowrap;
  text-decoration:none;
  }
.CheckoutStep a:hover {
  font: 12px/14px  Arial, Verdana,  Helvetica, Sans-Serif;
  color:#666;
  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, Verdana,  Helvetica, Sans-Serif;
  color:#666;
  white-space:nowrap;
  text-decoration:none;
  }

/*	_____________________
	Shopping Cart Page */
#CartTitle {
  width:745px;
  }
#CartSubTitle {
  }
#CartContainer {
  width:745px;
  padding:0px;
  margin:0px;
  }
#CartItemBlock {
  padding:0px;
  margin:0px;
  }
#CartItemBlock Table {
  margin:0px;
  width:745px;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-bottom: none;
  }
#CartUpdateBlock {
  width:500px;
  background:#fff;
  margin:0px;
  text-align:center;
  vertical-align:middle;
  border-left: solid 1px #999;
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  }
#CartTotalBlock {
  border-bottom: solid 1px #999;
  border-right: solid 1px #999;
  width:260px;
  margin:0px;
  padding:5px;
  text-align:center;
  vertical-align:middle;
  }
#CartCheckoutButtons {
  width:745px;
  text-align:right;
  margin-top:10px
  }
.CartItem {
  padding: 5px;
  background: #fff;
  font: 11px/14px  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #666;
  text-align: left;
  border-bottom:1px solid #999;  
  }
.CartAlternateItem {
  padding: 5px;
  background: #efefef;
  font: 11px/14px  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #666;
  text-align: left;
  border-bottom:1px solid #999;  
  }

/*	__________________
	Checkout Styles */
#AddressBookPanel {
  width:735px;
  margin:0 0 10px 0;  
  }
#AddressList td {
  border: 1px solid #efefef;
  padding: 5px;
  }
.ContentBox {
  margin: 3px 0px 5px 20px;  
  text-align:left;
  background:#ffe;
  border: solid 1px #999;
  padding:10px;
  }
#CheckoutTotals {
  text-align:center;
  background:#f5f5f5;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  padding:5px;
  margin: 0;
  width: 172px;
  }
#lblGrandTotal {
  border-top: 1px solid #ccc;
  }
#PlaceOrderCell {
  padding:0px;
  margin: 0;
  text-align:center;
  background:#fff;
  }
.ControlArea {
  border: 1px solid #999;
  background: #f5f5f5;
  padding:5px;
  margin-top:5px;
  }
#CheckoutPayment {
  background:#f5f5f5;
  border: 1px solid #999;
  padding:5px;
  margin: 0;
  text-align:left;
  width: 172px;
  }
#InstructionsField {
  background: #fff;
  border: 1px solid #ccc;
  width: 100%;
  padding:3px;
  margin: 3px 0;
  }
  
/*	__________________________________
	Checkout_Confirm Pricing Styles */
/*.DiscountText { }*/


/* Misc Visual Styles
___________________________________________________________________________________________ */
.BVText, .CartText {
  font: 11px  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #666;
  }
  .BVTextBold
  font: bold 11px  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #666;
  }
.BVSmallText {
  font: 10px  Arial, Verdana,  Helvetica, Sans-Serif;
  color:#666;
  }
.BVText .Stories {
  text-align: justify;
  }
.Item {
  padding: 5px;
  background: #fff;
  font: 11px/14px  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #666;
  text-align: left;
  }
.AlternateItem {
  padding: 5px;
  background: #efefef;
  font: 11px/14px  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #666;
  text-align: left;
  }
.FormTable {
  margin: 3px 5px;
  }
.contentcell {
  width: 360px;
  background: #f5f5f5;
  border: 3px solid #efefef;
  }
.FormInput, #inKeyword {
  border: #999 1px solid;
  background: #fff;
  color: #999;
  padding-left: 2px;
  font: bold 10px/14px  Arial, Verdana,  Helvetica, Sans-Serif;
  height: 18px;
  }
.FormInput:focus { background: #ff9; } /* changes color of focused input box */
#btnSearch { margin: 0 0 2px 3px; } /* fixes alignment of search button on search page */
.FormInputError {
  border: #999 1px solid;
  background: #ffb5b5;
  color: #333;
  padding-left: 2px;
  font: bold 10px/14px  Arial, Verdana,  Helvetica, Sans-Serif;
  height: 18px;
  }
.formlabel {
  font: 12px  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #666;  
  letter-spacing: normal;  
  }
.FormLabelStrong {
  font: bold 12px/14px  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #666;  
  letter-spacing: normal;  
  }
.indent {  
  margin-left:20px;
  }
.Padded {
  margin:10px;
  }
#dlPolicy, #dlPolicy a, #dlPolicy a:hover {
  font: 12px  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #666;
  }
.text {
  font: 10px  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #666;
  padding-bottom: 8px;
  }
select {
  color: #333;
  }
a#lnkMyAccount, a:link#lnkMyAccount , a:visited#lnkMyAccount {
  font: bold 12px  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #666;
  }
a:hover#lnkMyAccount {
  color: #9f0;
  text-decoration: none;
  }

/* Messages
___________________________________________________________________________________________ */
.ErrorMessage, .ErrorMessage UL {
  display: block;
  background: transparent;
  font: 10px/12px  Arial, Verdana,  Helvetica, Sans-Serif;
  color: #f00;
  }
.SuccessMessage {
  display: block;
  background:#9f0;
  padding: 3px;
  color: #333;
  font: 11px/14px  Arial, Verdana,  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, Verdana,  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: 10px Arial, Verdana, Helvetica, Sans-Serif;
  clear: both;
  margin: 3px 0 0 0;
  width: 765px;
  color: #fff;
  padding: 3px 0;
  text-align: center;
  background: #ccc;
  border-top: 0px solid #666;
  }
#footermenu a {
  padding-left:4px;
  padding-right:4px;
  color: #303030;
  font: 10px  Arial, Verdana,  Helvetica, Sans-Serif;
  text-decoration: none;
  }
#footermenu a:hover {
  color:#fff;
  text-decoration: none;
  }
#footercustommenu {
  padding: 4px 8px;
  }
#copyright {
  font-size: 10px;
  position: relative;
  top: 0px;
  color: #303030;
  display: block;
  padding: 3px;
  text-align: center;
  display : none;
  }
 
 /* category opening text */
 
 .openingtext {
font-size : 14px;
font-weight : bold;
color : #5B9793;
}

.hazleopeningtext {
font-size : 14px;
font-weight : bold;
color : #4A63B5;
}

.moorcroftopeningtext {
font-size : 14px;
font-weight : bold;
color : #29307B;
}

.strongwateropeningtext {
font-size : 14px;
font-weight : bold;
color : #891F65;
}

#steiffbanner {
background : url(images/Categories/intros/steiff_pic.jpg) no-repeat; 
Padding : 2px 0 0 20px;
font-size : 14px;
font-weight : bold;
color : #D8A146;
}

.twentyleft {
padding : 0 0 0 20px;
}

.loetopeningtext {
font-size : 14px;
font-weight : bold;
color : #000;
padding : 5px 5px 0 0 ;
width : 192px;
}

.fiveright {
padding : 0 5px 0 0 ;
}

/* NEW FOOTER*/
.newfooter {
	font-size : 12px;
	color : #ffffff;
	border-left : 1px solid;
	border-left-color : #ffffff;
	border-top : 20px solid;
	border-top-color : #303030;
	padding : 2px 8px 6px 4px;
	
}

.footspace {
height : 8px;
}

.foottext {
    font-size : 12px;
	color : #ffffff;
	padding : 10px 8px 6px 10px;
	}
	
		/* homepage tables */
	.jtableborder {
	border : 1px solid;
	}
	.jborderbottom {
	border : 1px solid;
	border-width : 0 1px 1px 1px;
	}
	.jgreyborder {
	border-color : #636563;
	}
	
	.jpaddingfour {
	padding : 4px;
	}
	.jeleven {
	font-size : 11px;
	}
	.jdkgrey {
	color : #636563;
	}
	.jmint {
	background : #BFD7D5;
	}
	.dkgreen {
	color : #5A707A;
		}
		
		.jdkred {
		color : #C60008;
		}
		
		.jblack {
	color : #000;
	}
	.jltpurple {
	background : #DFD0DB;
	}
	
	.jltgrey {
	background : #CCCCCC;
	}
	
	.jltblue {
	background : #B9C2E2;
	}
	
	.jltltblue {
	background : #E5E6EF;
	}
	
	.jalignmiddle {
	text-align:center;
	}
	
	.jbiscuit {
	background : #F6D68B;
	}
	
	.clearlinknosize {
font-weight : bold;
text-decoration : none;
text-align:center;
}

A.clearlinknosize  {
text-decoration : none;
}

A.clearlinknosize:link  {
text-decoration : none;
}
/**/
#newsletterbox
{
 background-color: #D8D8D8;	
 font-size:11px;
}
#newsletterbox h2
{
	font-size:13px;
	background-color: #343434;
	padding:5px;
	margin-bottom:10px;
	color:#fff
}
#newsletterbox .nltext,#newsletterbox .nlbxemail
{
  width:135px;
  font-size:11px;
}
#newsletterbox .nlbxemail
{
	 background-color: #EFEFEF !important;
	 border:1px solid #666666;
}
#newsletterbox td
{
	padding:02px;
}
#newsletterbox .nlbxbtn
{
	float:right;
	clear: both;
	margin-top:4px;
	background-color: #999999;
	border:1px solid #636563;
	color:#ffffff;
	font-size:11px;
}
#newsletterbox table
{
	margin:0 !important;
	clear: both;
}