/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2007 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: products_info.css 5952 2007-03-03 06:18:46Z dwu $
 */

#bodyWrapper {
	background: url(../images/TopBackground.jpg) repeat-x left -200px;
}

#headerWrapper {
	background: none;
	height: 180px;	
}

#headerBannerWrapper {
	background: none;
	height: 60px;
}

#dealerBottomSpacer {
	height: 30px;
}

#navColumnTwo {
	display: none;
}

#categories {
	display: block;
}

#productInfoTable td {
	vertical-align: top;
}

#productInfoTop {
	width: 685px;
}

#productInfoLeft {
	width: 350px;
}

#productInfoRight {
	padding-left: 50px;
	width: 290px;
}

#productHeading {
	position: relative;
	top: 10px;
}

#productHeadingBack {
	color: #AF763A;
	padding: 0px;
	position: relative;
	top: -20px;
	text-align: right;
}

#productHeadingBack a {
	color: #AF763A;
	text-decoration: underline;
}

#productTitle {
	border-top: solid 1px #AF763A;
	border-bottom: solid 1px #AF763A;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
}

#productModel {
	float: left;
	font-size: 14pt;
	font-weight: bold;
	line-height: 20px;
}

#productPrice {
	float: right;
	font-size: 12pt;
	line-height: 20px;
}

#productName {
	font-weight: bold;
}

#productDescription {
	line-height: 20px;
}

.header {
	border-top: solid 1px #AF763A;
	border-bottom: solid 1px #AF763A;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

.bold {
	font-weight: bold;
}

.highlight {
	color: #AF763A;
}

.notice {
	font-style:italic;
}

#productDescription ul {
	margin-left: 16px;
	margin-top: 0px;
	margin-bottom: 4px;
	padding-left: 0px;
}

#productDescription ul li {
	list-style-image: url(../images/BrownBullet.gif);
	list-style-type: none;
	margin-top: 2px;
}

#avaiableSizeTitle {
	font-weight: bold;
}

#avaiableSizes {
	color: #AF763A;	
}

#productAdditionalImages br.clearBoth {
	display: none;
}

.additionalImages {
	border: solid 1px #AF763A;
	float: left;
	margin: 2px;
	padding: 0px;
}

.additionalImagesSpacer {
	border: solid 1px #AF763A;
	float: left;
	margin: 2px;
	padding: 0px;
}

#additionalImages0 {
	border: solid 1px #AF763A;
	float: none;
	margin-right: 4px;
}

#clickToEnlarge {
	color: #AF763A;
}

#productFindDealerLink, #productTellFriendLink {
	padding-top: 20px;
}

