/*
#main #breadcrumb {
	color: #231f20;
	flofat: right;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	widrth: 640px;
	text-transform:lowercase;
}
#main #leftnav #leftnavtop {background: url(/images/bg_leftnav_top_product.gif) no-repeat bottom center;}
#main #leftnav #leftnavbot {background: url(/images/bg_leftnav_bot_product.gif) no-repeat top center;}

#main #leftnav li a {
	background: #f68128;
	border-bottom: 1px dotted #fff;
}

#main #leftnav li a:hover {
	background: #ffbd8b;
	color: #5b5a5a;
	text-decoration: none;
}
*/
/* product search */
table#product_search {
	width:300px;
}
table#product_search td {
	padding:5px 0 5px 5px;
}
/* end product search */

/* product list */
div.pagination {
	font-size: 18px;
	line-height: 18px;
}

table.productList td {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

table.productList td.productInfo span.salePrice {color: #b20000;}
table.productList td table {margin: 0 auto;}
/* end product list */

/* product detail */
td#prod-detail-img table {margin: 10px 0;}
td#prod-detail-img table td {padding: 5px;}
td#prod-detail-img p {margin: 10px 0;}

td#prod-detail-info {
	padding: 0 10px;
	vertical-align: top;
}
/* end product detail */

/* product rating */
table#product_rating td {padding: 5px;}
table#product_rating td.label {
	text-align: right;
	vertical-align: top;
}

.penguins,
.penguins a:hover,
.penguins a:active,
.penguins a:focus,
.penguins .current-rating{
	background: url(/images/rating_penguins.gif) left -1000px repeat-x;
}

.pencils,
.pencils a:hover,
.pencils a:active,
.pencils a:focus,
.pencils .current-rating{
	background: url(/images/rating_pencils.gif) left -1000px repeat-x;
}

.star-rating{
	position:relative;
	width:125px;
	height:50px;
	overflow:hidden;
	list-style:none;
	margin:0 !important;
	padding:0;
	background-position: left top;
	float: left;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	cursor: default;
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:50px;
	line-height:50px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	/*background-position: left bottom;*/
	cursor: default;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

#show-rating {
	line-height: 50px;
	margin: 0 0 0 10px;
}
/* end product rating */

/* featured product - penguin wobbles */
#penguin-wobbles {
	background:url(/images/bg_penguin_wobbles.jpg) no-repeat;
	margin: -24px 0 0 -20px;
	_margin: -24px 0 0 -20px;
	padding: 0 0 40px 0;
}

#penguin-wobbles #prod-info {
	border: 0px solid red;
	float: left;
	margin: 93px 0 0 263px;
	_margin: 93px 0 0 130px;
	width: 275px;;
}

#prod-info h3 {
	color: #fff;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 5px 0;
}

#prod-info h2 {
	color: #264491;
	font-size: 27px;
	font-weight: normal;
}

#prod-info p {font-size: 12px;}
#prod-info p#price {font-size: 18px;}
#prod-info p#price span {
	color: #a10000;
	font-size: 24px;
}

#prod-info p#view-details {
	font-size: 16px;
	font-style: italic;
	margin: 60px 0 0 0;
}

#prod-info p#view-details a {color: #223dde;}

#penguin-wobbles #fun-facts {
	border: 0px solid green;
	color: #fff;
	float: right;
	line-height: 1.2em;
	margin: 145px 45px 0 0;
	_margin: 140px 22px 0 0;
	width: 181px;
}

#fun-facts table td {padding: 0 10px 10px 3px;}

#fun-facts p {
	font-size: 11px;
	font-style: italic;
	margin: 5px 10px;
}

#fun-facts p a {
	color: #fff;
	text-decoration: underline;
}

/* end featured product */
