div#content {
	width: 594px;
	min-height: 462px;
	padding: 0px 0px 14px 20px;
}

* html div#content {
	height: 462px;
}

div#main h4.bread_crumb {
	width: 586px;
	height: 25px;
	margin: 0px;
	padding: 0px 14px 0px 14px;
	font: bold 10px/25px Verdana, Arial, sans-serif;
	background-color: #b3b3b3;
	float: right;
}

div#main h4.bread_crumb a:link,
div#main h4.bread_crumb a:visited {
	color: black;
	text-decoration: underline;
}

div#main h4.bread_crumb a:hover {
	color: #f42a41;
}
 
div#content h2.category {
	margin-bottom: 0px;
}

div#content ul.product_list,
div#content ul.product_list li {
	list-style: none;
}

div#content ul.product_list {
	width: 550px;
	margin-left: 20px;
	padding: 0px;
	font-size: 10px;
}

div#content ul.product_list li {
	width: 100px;
	height: 140px;
	margin-right: 35px;
	text-align: center;
	float: left;
}

div#content ul.product_list li a:link,
div#content ul.product_list li a:visited {
	color: black;
	text-decoration: none;
}

div#content ul.product_list li a:hover {
	color: #f42a41;
}

div#content div#product_images {
	width: 550px;
	margin: 0px auto;
	padding-top: 30px;
	clear: right;
}

div#content div#product_images img {
	float: left;
}

div#content div#product_images img.product_images_alt {
	margin: 10px 40px;
	float: right;
}

div#content div#product_images img#alt_first {
	margin-top: 0px;
}

div#content h3#best_seller {
	width: 594px;
	height: 40px;
	margin: 0px 0px 0px -20px;
	padding-left: 20px;
	line-height: 39px;
/*	height: 67px;*/
	color: #FAE300;
	text-transform: uppercase;
	font-size: 28px;
	background-color: black;
}

div#content h3#best_seller img {
	margin: 6px 10px 6px 0px;
/*	float: left;*/
	float: right;
}

div#content h2#product_name,
div#content ul#product_highlights,
div#content table {
	width: 575px;
}

div#content h2#product_name {
	margin: 0px;
	padding: 25px 0px 10px 0px;
	color: black;
	font-size: 26px;
	border-bottom: 1px solid black;
	clear: both;
}

div#content ul#product_highlights {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	color: #222;
	font-size: 10px;
	list-style: none;
}

div#content ul#product_highlights li,
div#content ul#product_highlights li h3 {
	line-height: 22px;
}

div#content ul#product_highlights li h3 {
	margin: 0px;
	font-size: 12px;
	text-transform: uppercase;
}

div#content ul#product_highlights li ul {
	margin: 0px;
	padding: 0px 0px 0px 18px;
	list-style: disc;
}

div#content table,
div#content td,
div#content th {
	border: none;
}

div#content table {
	margin: 30px 0px 0px 0px;
	color: #222;
	font-size: 10px;
	line-height: 12px;
	text-align: left;
}

div#content table thead tr th {
	padding: 0px 20px 6px 0px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid black;
}

div#content table thead tr th.description {
/*  width: 250px;*/
}

div#content table thead tr th.upc {
	width: 100px;
	padding-right: 0px;
}

div#content table tbody tr th {
	font-weight: normal;
}

div#content table tbody tr th ,
div#content table tbody tr td {
	padding-top: 7px;
	padding-right: 10px;
}
