/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2006 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: stylesheet.css 5349 2006-12-22 20:34:40Z birdbrain $
 */

body {
	font-size: 11px;
}

h1, h2, h3, h4, h5, h6, h2.centerBoxHeading {
	color: #387EB2;
}

table.productdetailsmod {
	border: 1px solid #387eb2;
}

fieldset legend {
	color: #00488F;
}

fieldset address {
	padding-left: 0px;
}

div.messageStackSuccess img, div#contactUsNoticeContent {
	display: none;
}

.messageStackSuccess {
	text-align: center;
	background-color: #8CDF8B;
}

textarea#enquiry {
	margin-top: 5px;
}

textarea {
	border:1px solid #387EB2;
	display:block;
	float:left;
	margin:auto;
	width:99%;
}

input {

}

table.productdetailsmod {
	/* background-image: url('../images/content-repeater.jpg');
	background-repeat: repeat-y; */
}

div#productMainImage {
	margin-top: 22px;
	margin-left: 24px;
}

.productdetailsmod {
	margin-top: 5px;
	margin-bottom: 5px;
}

#navMainWrapper {
	font-size: 10px;
}

.wrapperAttribsOptions {
	float: left;
}

#cartAdd {
	border: 1px solid #387EB2;
}

tr.tableHeading, div#cartSubTotal {
	background-color: #387EB2;
	color: #fff;
}

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-image: none;
}

.forward, #shoppingCartDefault #PPECbutton {
	float: right;
}

#checkoutSuccessLogoff .forward, #csNotifications .forward {
	float: left;
}

.buttonRow.forward {
	margin-right: 140px;
}

.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {
	width: 100%
}

#siteMapList ul {
	padding-left: 0;
	font-size: 12px;
	line-height: 30px;
	list-style-image: url('../images/bullet.gif');
	font-weight: bold;
}

#siteMapList ul ul {
	padding-left: 20px;
	font-weight: normal;
}
