

/* Sub Nav */


#left #subNav ul li a.active {
	border-left: 5px solid #FFCC33;
}

#left #subNav ul ul {
	border-left: 5px solid #FFCC33;
}


/*********** Product Styles ***********/


/* Home */

#centrecontent .product_list ul {
	margin: 0;
}

/* Products Sub-Category Page */

#centrecontent .product_list table {
	width: 94%;
}

html>body #centrecontent .product_list table {
	width: 100%;
}

#centrecontent .product_list table tr th.width {
	width: 100px;
}

#centrecontent .product_list table tr th span {
	display: none;
}

#centrecontent .product_list table tr td {
	color: #848484;
	line-height: 16px;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 5px 0;
}

#centrecontent .product_list table tr td a {
	color: #848484;
	font-weight: bold;
	padding: 0 10px 0 0;
	text-decoration: none;
	background: url(../images/home_deansart_club_arrow.gif) no-repeat 100% 5px;
}

#centrecontent .product_list table tr td a:hover {
	text-decoration: underline;
}

#centrecontent .product_list table tr td img {
	float: left;
}

/* Individual Products Page */

#centrecontent .product table.product_details {
	margin: 5px 0 0 0;
	border: 1px solid #E6E6E6;
	background: #F8F8F8;
}

#centrecontent .product table.product_details tr th {
	text-align: left;
	padding: 0 10px;
	vertical-align: top;
}

#centrecontent .product table.product_details tr td {
	padding: 0 10px 0 0;
	vertical-align: top;
}

#centrecontent div.productFooter {
  clear: both;
  float: left;
  margin-top: 20px;
  font-size: .9em;
}

/* The following styles are for the "pop-up" gallery images */

#lightbox{
  background-color:#eee;
  padding: 10px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  }
#lightboxDetails{
  font-size: 0.8em;
  padding-top: 0.4em;
  } 
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
  background-color: #333;
  back\ground-color: transparent;
  background-image: url(../images/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/design/deansart/images/overlay.png", sizingMethod="scale");
  }
  
  
#centrecontent .product_category p {text-transform: uppercase;}

#toolbarPortal8{display: none;}