@charset "utf-8";
/* CSS Document */
/* Styles for category listing pages, for example the cutting boards and utensil pages 
   many styles from products.css are getting overridden for the wider layout
*/

@charset "utf-8";
/* CSS Document */

#product_header {
	width:946px;
	height:428px; 
/*	margin-bottom:-162px; */
	overflow:visible;
	font-family: Georgia, "Times New Roman", Times, serif;
	position:relative;
	z-index:1;
}

#product_header h1 {
  margin:0px;
  padding:0px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:16px;
  float:left;
}

/*#main_image {
	position:absolute;
	right:0;
	top:0;
} */
#product_info {
    position:relative;
	z-index:99;
	margin-top:-100px; 
}
#more_images {
	position:absolute;
	right:0;
	top:15px;
	left:450px;
	width:430px;
	overflow:hidden;
}
#more_images img {
	float:left;
	width:100px;
	padding:0 3px 0 4px;
	cursor:pointer;
}
#category_description {
	display:block;
	width:866px;
	padding:25px 40px 10px 40px;
	color:#333;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	float:left;
}

.categories {
  float:left;
  margin:0;
  padding:0;
}

.category {
  float:left;
  width:315px;
  margin-bottom:25px;
}

.category .category-name a{
  font-size:16px;
  font-weight:bold;
  font-family:Arial, Helvetica, sans-serif;
  text-decoration:none;
  padding-left:40px;
  float:left;
}
.category .category-name a:hover {
  text-decoration:underline;
}

.category .category-view-more a {
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  color:#999999;
  text-decoration:none;
  float:left;
  padding-left:10px;
  padding-top:5px;
  vertical-align:bottom;
  display:inline;
}
.category .category-view-more a:hover {
  text-decoration:underline;
}

#description_height {
	float:right;
	height:140px;
	width:1px;
}
#thumb_scroller {
	width:2000px;
	height:131px;
}
#thumb_arrows {
	display:none;
	height:50px;
	width:500px;
	position:absolute;
	left:415px;
	top:18px;
}
#scroll_left_arrow {
	width:30px;
	height:75px;
	background:url("../images/buttons/btn_prev.jpg");
	cursor:pointer;
	position:absolute;
	top:0;
	left:0;
}
#scroll_right_arrow {
	width:30px;
	height:75px;
	background:url("../images/buttons/btn_next.jpg");
	cursor:pointer;
	position:absolute;
	top:0;
	right:0;
}
#product_body {
	overflow:hidden;
	clear:both;
	float:left;
	position:relative;
}
#product_list {
	float:left;
	width:610px;
	padding-bottom:500px;
	margin-bottom:-500px;
}
.product {
	background:url("../images/template/product_listitem_back.gif") bottom repeat-x;
	padding:40px 12px 0 12px;
	border-width:0 1px;
	border-color:#FFF;
	border-style:solid;
	border-bottom: 1px solid #DDD;
	float:left;
	width:584px;
	color:#999;
}
.product .main_image {
	float:left;
	padding-bottom:50px;
}
.product .details {
	float:right;
	width:400px;
}
.product .title {
	color:#333;
	font-weight:bold;
	font-size:12px;
	padding:4px 5px;
}
.product_features {
	height:44px;
}
.product .detail {
	float:left;
	width:100%;
	font-weight:bold;
	border-top:1px solid #DDD;
}
.product .price {
	float:left;
	width:100%;
	font-size:15px;
	font-weight:bold;
	padding:0 0 5px 0;
}
.old_price {
	text-decoration:line-through;
}
.sale_price {
	color:#F00;
	margin-left:10px;
}
.product ul,
.product dl {
	margin:0;
	padding:0;
}
.product dt {
	font-size:12px;
	line-height:27px;
	float:left;
	margin:0;
	width:90px;
	padding:4px 4px 0 4px;
	border-bottom:1px solid #EEE;
	border-right: 1px solid #EEE;
	clear:both;
}
.product dd {
	line-height:27px;
	float:left;
	margin:0;
	width:280px;
	padding:4px 4px 0 15px;
	border-bottom:1px solid #EEE;
}
.price dd {
	width:150px;
	color:#000;
}
.add_to_cart {
	display:block;
	float:right;
	width:100px;
	height:25px;
	background-image:url("../images/buttons/button_addtocart.png");
	margin-top:5px;
}
#product_specials {
	float:left;
	background:#FFF;
	border-left:1px solid #DDD;
	width:335px;
	margin-top:25px;
	padding-bottom:5000px;
	margin-bottom:-4994px;
}
#product_specials a {
	display:block;
	float:left;
	margin: 7px 0 0 0;
}

.feature {
	background-image: url("../images/icons/product_feature_icons.png");
	height:44px;
	float:left;
	padding:0 4px;
}
.dishwasher {
	width:18px;
	background-position:4px 0px;
}
.eco {
	width:30px;
	background-position:-46px 0px;
}
.knife {
	width:7px;
	background-position:-96px 0px;
}
.heat {
	width:12px;
	background-position:-146px 0px;
}
.usa {
	width:32px;
	background-position:-196px 0px;
}
.fsc {
	width:25px;
	background-position:-246px 0px;
}
.nsf {
	width:28px;
	background-position:-296px 0px;
}
.recycled50 {
	width:30px;
	background-position:-346px 0px;
}
.recycled100 {
	width:30px;
	background-position:-396px 0px;
}
.rainforest {
	width:30px;
	background-position:-446px 0px;
}
.lightweight {
	width:10px;
	background-position:-496px 0px;
}
.feet {
	width:30px;
	background-position:-546px 0px;
}
.grippers {
	width:25px;
	background-position:-596px 0px;
}
.bevel {
	width:31px;
	background-position:-646px 0px;
}
.groove {
	width:20px;
	background-position:-696px 0px;
}
.teflonsafe {
	width:25px;
	background-position:-746px 0px;
}
.spikes {
	width:25px;
	background-position:-796px 0px;
}
.tip-wrap {
	z-index:1;
	background:#000;
	width:300px;
	padding:3px 4px;
	border:1px solid #CCC;
	color:#EEE;
	display:none;
}
.tip-title {
	font-size:12px;
	font-weight:bold;
	padding-bottom:4px;
}
.tip-text {
	font-size:11px;
}





