﻿#breadcrumb {
	display: none;
	}

#sidebar {
  display: block; 
  position: relative;
  float: left;
  top: 0;
}

#content {
  /*margin-left: 0;
  float: left;
  width: 499px;
  padding-left: 15px;
  border-left: 1px solid #ddd;
  display: inline;*/
  margin-right: -20px;
}

#content h3 {
  margin-top: 30px;
  clear: none;
  width: 200px;
}

#content h3.category_title {
	border-top: 1px solid #d9c5ac;
	width: auto;
	padding: 5px 0;
	background: #f9f9f9;
	margin: 0;
	}

#content h2.product_title {
	border: none;
	margin: 20px 0 0;
	}

#link_button_pdf {
	background: #eee url(link_button_pdf.gif) no-repeat left top;
	border: 1px solid #bbb;
	padding: 0 5px 0 25px;
	height: 25px;
	line-height: 25px;
	color: #666;
	font-size: 10px;
	display: block;
	position: absolute;
	top: 35px;
	right: 20px;
	}
	
#link_button_pdf:hover {
	border: 1px solid #dc241f;
	color: #333;
	}

#link_button_pdf strong {
	color: #dc241f;
	}

/*** Products Categories ***/
#content ul#product_categories {
	margin: 0px -5px 50px !important;
	padding: 10px 0 0;
	min-height: 1px;
	font-size: 11px;
	border-top: 1px solid #d9c5ac;
	}
	
* html ul#product_categories {
	height: 1px;
	}
	
ul#product_categories:after {
	content: ".";
	visibility: hidden;
	clear: both;
	display: block;
	height: 0;
	}

ul#product_categories li {
	background: none;
	padding: 0;
	margin: 0px 0;
	min-height: 1px;
	display: block;
	float: left;
	width: 250px;
	position: relative;
	z-index: 1;
	}
	
* html #product_categories li {
	height: 1px;
	}
	
#content #product_categories a {
	display: block;
	border: none;
	height: 25px;
	line-height: 25px;
	color: #333;
	padding: 0 5px 0 28px;
	background: url(product_category_a.gif) no-repeat left top;
	border: 1px solid #fff;	
	position: relative;
	min-height: 1px;
	z-index: 1;
	}
	
* html #product_categories a {
	height: 1px;
	}
	
#content #product_categories a:hover {
	color: #333;
	background:  #cdcdcd url(product_category_a_hover.gif) no-repeat left top;
	border-color: #999;
	z-index: 2;
	position: relative;
	}

/*** Brands Container ***/

#brands_container
 {
  margin: 0 0 0 -5px;
  min-height: 1px;
  border-top: 1px solid #d9c5ac;
}

#products_container
 {
  margin: 0;
  min-height: 1px;
}


* html #brands_container,
* html #products_container
 {
	height: 1px;
	}

#brands_container:after,
#products_container:after {
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
  content: ".";
}

#brands_container a {
  display: block;
  height: 75px;
  width: 75px;
  border: none;
  float: left;
  padding: 10px;
  margin: 0px;
  background: #fff;
}

#brands_container a:hover {
  border: none;
  background: url(brands_container_a_hover.gif);
}

/*** Nutrition Table ***/

#nutritional_info_container {
  min-height: 1px;
  float: right;
  width: 200px;
  margin-top: 30px;
  margin-left: 50px;
  display: inline;
}

* html #nutritional_info_container {
  height: 1px;
}

#nutritional_info_container h3 {
  margin-top: 0;
}

#nutritional_info_container h4 {
	display: none;
	}

#nutritional_info_container:after {
  content: ".";
  height: 0;
  visibility: hidden;
  clear: both;
  display: block;
}

.nutritional_information {
  padding: 10px 0;
  float: left;
}

.nutritional_information h4 {
  margin: 0;
  text-transform: none;
  color: #555;
}

.nutrition_table {
  border-collapse: collapse;
  border: 1px solid #aaa;
  color: #555;
  width: 200px;
}

.nutrition_table td {
  padding: 5px;
  border: 1px solid #ccc;
  background: #ddd;
}

.nutrition_table th {
  padding: 5px;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  font-size: 11px;
}

.nutrition_table .odd td {
  background: #eee;
}

.nutrition_table td.note {
  background: #fff;
  font-size: 10px;
  border-top: 1px solid #ccc;
  line-height: 12px;
}


/*** PRoduct Header ***/

#product_header {
  border: none; 
  height: 160px;
  padding: 5px 0;
  background: url(product_header.gif) no-repeat 1px top;
  margin: 0 -5px;
  width: 510px;
  position: relative;
}

* html #product_header {
	margin: 0 -20px;
	left: 15px;
	}

#product_header p {
  min-height: 1px;
  margin: 20px 20px 0 180px;
}

.certificate {
	float: right;
	margin: 10px 5px 0 0;
	display: inline;
	}

.product_photo {
  display: inline;
  float: left;
  margin-left: 6px;
  margin-top: 0px;
  display: inline;
}

#product_detail {
  padding-top: 1px;
}




/*** Ul ***/

#content ul {
  margin: 0;
  font-size: 13px;
}

#content li {
  margin: 2px 0;
}

/*** Product Options ***/

#product_options {
  clear: both;
}

.datagrid {
  border-collapse: collapse;
  border: 1px solid #bbb;
  width: 100%;
}

.datagrid td {
  padding: 5px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}

.datagrid .odd td {
  background: #f6f6f6;
}

.datagrid th {
  padding: 10px 5px 5px;
  font-size: 10px;
  vertical-align: top;
}

.datagrid .carton_size {
  white-space: nowrap;
}





/* [ Product Thumbs List ] */

#content .products {
	min-height: 1px;
	background: #fff;
	list-style: none;
	padding: 0 0 15px;
	position: relative;
	margin: 0 -5px;
	}
	
* html .products {
	height: 1px;
	}
	
.products:after {
	content: ".";
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
	}
	
#content .products li {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
	}
	
#content .products a {
	display: inline;
	float: left;
	width: 150px;
	height: 100px;
	margin: 0px;
	padding: 15px 5px;
	font-size: 11px;
	text-align: center;
	color: #555;
	background: #fff;
	border: none;
	overflow:hidden;
	}
	
#content .products a:hover {
	padding: 15px 5px;
	margin: 0px;
	background: url(product_thumb_hover.gif);
	}
	
.products a img {
	display: block;
	width: 75px;
	height: 75px;
	margin: 0 auto;
	}
	
/* [ Button ] */
.buttons {
	min-height: 1px;
	margin: 0 0 10px 0;
	}
	
* html .buttons {
	height: 1px;
	}
	
.buttons:after {
	height: 0;
	visibility: hidden;
	clear: both;
	content: ".";
	display: block;
	}

.button {
	background: #eee url(button.gif) no-repeat  0 -25px;
	border: 1px solid #bbb;
	padding: 0 10px 0 30px;
	height: 25px;
	line-height: 25px;
	color: #666;
	font-size: 10px;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	}
	
.button:hover {
	border: 1px solid #dc241f;
	color: #333;
	background-position: 0 0;
	padding-bottom: 0;
	}

.button strong {
	color: #6a2e22;
	font-weight: normal;
	}
	
#print_page {
	position: absolute;
	top: 32px;
	right: 20px;
	width: 27px;
	height: 27px;
	background: url(print.gif);
	margin: 0;
	padding: 0;
	}
	
	#print_page:hover {
		background-position: -30px 0;
		}
	
	#print_page * {
		display: none;
		}