/**
 * Additional CSS stylesheet v. 1.1
 * This file is part of the Additional images relocated with CSS contribution to Zen Cart.
 * This stylesheet works as an add-on to the main stylesheet, in other words it will load after it,
 * thus taking precedence. Selectors in this stylesheets will modify same selectors in the main stylesheet.
 * It contains the stylesheet declarations needed to display additional images relocated below
 * the main product image, and to prevent the product description from wrapping around the images.
 * It is just a sample stylesheet, you HAVE to customize it to your site's needs, just play
 * around with the values.
 * It is provided for ease of uninstallation.
 * If you ever need to uninstall the contribution, just delete this file as part of the process.
 * You can also copy and paste the code into your main stylesheet, don't forget to include the comments
 * so you will be able to readily uninstall later. 
 * July 09, 2008
 */

/*beginning of Product Display code*/
#productImageWrapper {
float: left;
margin-left:5px;
width: 160px;
}

h1.productGeneral{
	color:#C6160E;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	}
h2.productGeneral{
font-size:14px;
font-weight:normal;
}
span.pricechange {
	color:#5A7E00;
	font-weight:bold;
	font-size:15px;
}

#productDescriptionWrapper {
	width: 320px;
	margin-left: 195px;
	}
	
#productDescription {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #474747;
	font-weight:normal;
	font-size:14px;
}
#productDescription ul li {
	font-weight:normal;
	font-size:12px;
	margin:0;
}

#productAdditionalImages .additionalImages a { 
    float: left; 
 
    }
.additionalImages img {
width: 80px;
height: auto;
}
#cartAdd {
    width: 320px;
	margin-left: 195px;
	text-align:right;
}	
.wrapperAttribsOptions {
	text-align:right;
	width:200px;
}
.attribsSelect {
text-align:right;
}
	
/* end of Product Display code */
