	
/* Product Page Styles */	
	
#product-wrapper {
	padding-top:18px;
	}	
	
.product_gallery {
	float: left;
	width: 330px;
	}
	
.product_gallery img {	
	border: 1px solid #B7C0CD;
	padding: 5px;
	}
	
.product_gallery a.active-image img {	
	border: 1px solid #000;
	padding: 5px;
	}	
	
a.image-gallery img {
	height: 57px;
	width: 85px;
	}	
	
.product-desc {
	width: 300px;
	float: right;
	padding-top: 17px;
	}	
	
.product_gallery ul {
	overflow: auto;
	width: 330px;
	padding-bottom: 20px;
	}	
	
.product_gallery ul li {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	}	
	
.return-to-list {
	padding-top: 50px;
	}	
	
.return-to-list a {
	font-size: 15px;
	font-weight: bold;
	}	
	

#purchase_options_button {
	background: transparent url('../images/purchase_options_button.gif') no-repeat 0px 0px;
	display:block;
	height:26px;
	text-indent:-9999px;
	width:141px;
	}	
	
#purchase_options_button:hover {
	background: transparent url('../images/purchase_options_button.gif') no-repeat 0px -27px;
	}			
	
#main-image {
	cursor: pointer;
	}	
	
.return-to-list img {
	padding: 0;
	border: 0;
	position: relative;
	top: 3px;
	}	
	
#manual2 {
	display: block;
	padding-bottom: 10px;
	}	

.product-retailers {
	margin-bottom: 30px;
	}

.product-retailers li {
	padding: 7px 0px;
	}

.product-retailers a {
	color: #D10109;
	background:url("../images/red_buynz_arrow.gif") no-repeat scroll 0 0px transparent;
	padding-left:22px;
	}

