/**
 * Product (Single) CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2008 Pamaya Ltd
 * @author Glyn Mooney
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2007-03-03 06:18:46Z drbyte $
 */
 
 #categoryIcon {
 	margin-bottom:					  10px;
 }
 
 .navNextPrevWrapper centeredContent {}
 
 #productMainImage {
 	width:							  150px;
	float:							  left;
	clear:							  both;
	text-align:						  center;
 }
 
 #productMainImage img 
 {
 	padding:                          4px;
	border:							  1px solid #ccc;
	margin:							  0px auto 5px auto;
 }
 
 #productMainImage .imgLink {
 }
 
 #productDetailsRightWrapper {
 	width:							  350px;
 	float:							  right;
 }
 
 #productName, #productPrices {
 	margin-bottom:					  10px;
 }
 
 #productDetailsRightWrapper ul {
 	list-style-type:				  none;
	margin-bottom:					  10px;
 }	
 
 #productOptionsCustom {
 	clear:							  both;
	text-align:						  center;
	width:							  100%;
	padding:                          10px;
 }
 
 #productDescription {
 	display:						  block;
	clear:							  both;
	height:							  1%;
 }
 
 #productDescription:after { 	width: 0; height: 0; content: "."; visibility: hidden; display: block; clear: both;}
 
 #productOptionsCustom div {
   display:						  inline;
 }
 
 #cartAdd {
 	display:						  block;
	margin-bottom:					  10px;
	clear:							  both;
	height:							  1%;
 }
#productAdditionalImages {
	height: 1%;
	}
#productAdditionalImages:after {
	content: ".";
	width: 0;
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
	}
#productAdditionalImages div {
	float: left;
	text-align: center;
	}