/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2009 Evesi.com Online Media
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: stylesheet.css 5952 2009-09-09 11:23:12Z Evesi.com online media $
 */
 * {
	margin:0;
	padding:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	background: #f8f8f8;
}
.small{
	font-size:10px;
}
img {
	border:0!important;
}
a {
	outline:none;
}
a img {
	border: none;
}
ul {
	list-style:none;
}
hr {
	border:none;
	border-top:1px solid #666;
	background:none;
	margin:4px 0 4px 0
}
#mainWrapper {
	margin:0 auto;
	width:1002px;
	background:url(../images/body.png) repeat-y;
	padding:0 9px 0 9px;
}
#headerWrapper {
	height:100px;
	background:url(../images/header_bg.png) repeat-x;
	overflow:hidden;
}
#headerWrapper #logo {
	height:75px;
}
#headerWrapper ul {
	height:23px;
	list-style:none;
	overflow:hidden;
	margin-top:1px;
}
#headerWrapper ul li {
	float:left;
	height:23px;
}
#headerWrapper ul li a {
	padding:4px 12px 20px 12px;
	display:inline-block;
	text-decoration:none;
	color:#425058;
	font-weight:bold;
}
#headerWrapper ul li a:hover {
	background:#fb9816;
	color:#fff;
}
#content {
	min-height:800px;
}
#navColumnOneWrapper {
	width:170px;
	float:left;
	padding:10px;
	overflow:hidden;
}
#navColumnOneWrapper a {
	color:#415a6e;
	text-decoration:none;
}
#navColumnOneWrapper a:hover {
	color:#fb9816;
}
#navColumnOneWrapper h2, #navColumnOneWrapper h3 {
	font-size:14px;
	color:#415a6e;
	margin:15px 0 8px 0;
}
#navBreadCrumb {
	padding:12px;
	font-size:10px;
}
#navBreadCrumb a {
	color:#fb9816!important;
}
.centerColumn {
	width:621px;
	float:left;
	padding:10px;
	overflow:hidden;
	color:#666!important;
}
.centerColumn a {
	color:#fb9816!important;
	text-decoration:none;
}
.centerColumn h1, .centerColumn h2, .centerColumn h3 {
	font-size:16px;
	margin-bottom:15px;
	color:#415a6e;
}
.centerColumn p {
	line-height:20px;
	margin-bottom:20px;
}
.cssButton {
	padding:2px 10px 2px 10px;
	color:#333333;
	background:url(../images/knop-bg.png) repeat-x;
	border:1px solid #adadad!important;
	border-left-color:#ececec!important;
	border-top-color:#ececec!important;
	cursor:pointer;
	font-weight:bold;
}
.cssButtonHover {
	padding:2px 10px 2px 10px;
	border:1px solid #adadad!important;
	border-left-color:#ececec!important;
	border-top-color:#ececec!important;
	background:url(../images/knop-bg-hover.png) repeat-x;
	color:#3ff9900!important;
	cursor:pointer;
	font-weight:bold;
}
a .cssButtonHover {
	color:#3ff9900!important;
}
#productMainImage {
	width:240px;
	padding:10px;
	float:right;
	font-weight:bold;
	margin:0 0 10px 10px;
}
#footer {
	clear:both;
	background:#37444c;
	border-top:1px solid #848484;
	border-bottom:1px solid #ccc;
	text-align:center;
	font-size:10px;
	padding:20px;
	color:#fff
}
#footer a {
	color:#fff;
}
#languagesHeading {
	display:none;
}
#languagesContent {
	margin-bottom:15px;
}
.clearBoth {
	clear:both;
}
.inputLabel {
	float:left;
	width:180px;
	margin-bottom:10px;
}
.radioButtonLabel {
	margin-bottom:20px;
}
input, textarea {
	border:1px solid #ccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	background:#fff;
}
fieldset {
	border:none;
	padding:15px;
}
legend {
	color:#fb9816;
	font-size:12px;
	font-weight:bold;
}
.alert {
	color:#fb9816;
}
.button_checkout {
	float:left;
	margin-right:30px;
}
td {
	vertical-align:top;
}
#productTellFriendLink, #productReviewLink {
	width:200px;
	float:left;
}
/*misc*/
.back {
	float: left;
}
.forward, #shoppingCartDefault #PPECbutton {
	float: right;
}
.bold {
	font-weight: bold;
}
.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
}
.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
}
.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}
CAPTION {
/*display: none;*/
	}
#myAccountGen li, #myAccountNotify li {
	margin: 0;
}
.accountTotalDisplay, .accountTaxDisplay {
	width: 20%;
	text-align: right;/*vertical-align: top*/
}
.accountQuantityDisplay {
	width: 10%;
	vertical-align: top
}
TR.tableHeading {
	background-color: #cacaca;
	height: 2em;
}
#siteMapList {
	width: 90%;
	float: right;
}
.ratingRow {
	margin: 1em 0em 1.5em 0em;
}
LABEL#textAreaReviews {
	font-weight: normal;
	margin: 1em 0em;
}
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
	background-color: #ffffff;
}
.information {
	padding: 10px 3px;
	line-height: 150%;
}
#shoppingcartBody #shippingEstimatorContent {
	clear: both;
}
.seDisplayedAddressLabel {
	background-color:#85C285;
	text-align: center;
}
.seDisplayedAddressInfo {
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}
#seShipTo {
	padding: 0.2em;
}
/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
}
.tableHeading TH {
	border-bottom: 1px solid #cccccc;
}
.tableHeading, #cartSubTotal {
	background-color: #e9e9e9;
}
#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
}
.tableRow, .tableHeading, #cartSubTotal {
	height: 2.2em;
}
.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
	padding: 0.5em 0em;
}
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
}
#scUpdateQuantity {
	width: 2em;
}
.cartQuantity {
	width: 4.7em;
}
.cartNewItem {
	color: #33CC33;
	position: relative;  /*do not remove-fixes stupid IEbug*/
}
.cartOldItem {
	color: #660099;
	position: relative;   /*do not remove-fixes stupid IEbug*/
}
.cartBoxTotal {
	text-align: right;
	font-weight: bold;
}
.cartRemoveItemDisplay {
	width: 3.5em;
}
.cartAttribsList {
	margin-left: 1em;
}
#mediaManager {
	width: 50%;
	margin: 0.2em;
	padding: 0.5em;
}
.mediaTitle {
	float: left;
}
.mediaTypeLink {
	float: right;
}
.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
}
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #ff0000;
}
.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
}
#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
}
#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
}
#cartBoxEmpty, #cartBoxVoucherBalance {
	font-weight: bold;
}
.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
}
.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
}
.amount {
	width: 5.5em;
}
/*Image Display*/
#productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em;
}
.categoryIcon {
}
#cartImage {
	margin: 0.5em 1em;
}
/*Attributes*/
.attribImg {
	width: 20%;
	margin: 0.3em 0em;
}
.attributesComments {
}
/*list box contents*/
.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
}
#rightbox {
	padding:15px 0 0 3px;
}
#rightbox p {
	margin-bottom:20px;
}
/*navigation*/

.navSplitPagesResult {
}
.navSplitPagesLinks {
}
.navNextPrevCounter {
	margin: 0em;
	font-size: 0.9em;
}
.navNextPrevList {
	display: inline;
	white-space: nowrap;
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
}
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
	margin: 0em;
	background-color: #9a9a9a;
	font-weight: bold;
	color: #ffffff;
	height: 1%;
	width: 100%;
}
#navMain ul, #navSupp ul, #navCatTabs ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
}
#navMain ul li, #navSupp ul li, #navCatTabs ul li {
	display: inline;
}
#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	white-space: nowrap;
}
#navEZPagesTOCWrapper {
	font-weight: bold;
	float: right;
	height: 1%;
	border: 1px solid #000000;
}
#navEZPagesTOC ul {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	line-height: 1.5em;
}
#navEZPagesTOC ul li {
	white-space: nowrap;
}
#navEZPagesTOC ul li a {
	padding: 0em 0.5em;
	margin: 0;
}
#navCategoryIcon, .buttonRow, #indexProductListCatDescription {
	margin: 0.5em;
}
#navMainSearch {
	float: right;
}
#navBreadCrumb, #navEZPagesTop {
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	padding: 0.5em;
}
.navNextPrevWrapper {
	margin-bottom:20px;
}
.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .centerBoxHeading, .rightBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
	text-align: center;
}
#bestsellers .wrapper {
	margin: 0em 0em 0em 1.5em;
}
#bestsellers ol {
	padding: 0;
	margin-left: 1.1em;
}
#bestsellers li {
	padding: 0;
	margin: 0.3em 0em 0.3em 0em;
}
#bannerboxHeading {
	background-color: #0000CC;
}
#upProductsHeading {
	text-align: left;
}
#upDateHeading {
	text-align: right;
}
.tabTable {
	margin-bottom:20px;
}
.tabTable td {
	text-align:left;
	padding:10px;
}
.productListing-rowheading, .productListing-rowheading a, a .productListing-rowheading {
	background:#fb9816;
	color:#fff!important;
}
.optionName{
	width:180px;
}
#callnow{
	text-align:center;
	margin-top:20px;
}
#callnow .eve_small{
	font-style:italic;
	color:#fa9015;
}
#callusnow{
	background: url(http://www.terraceheaters.com/images/web_images/callusnow.png) no-repeat;
	margin-bottom:20px;
	height:140px;
}