/* @override 
	http://efireandsafety.com/includes/templates/simple_zen/css/stylesheet_new.css
	http://www.efireandsafety.com/includes/templates/simple_zen/css/stylesheet_new.css
*/

/**
 * Main CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2003-2005 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_new.css 1.7 2006-10-29 jettrue $
 */

html {
	margin:0;
	padding:0;
	background: #717171 url(../images/body_bg.jpg) repeat-x left top;
	}
	
body {
	width: 950px;
	margin: 0 auto;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
	}
a img {
	border: none; 
	}

a:link, #navEZPagesTOC ul li a {
	color:#000000;
	text-decoration: none;
	}
a {
	color: #000000;
	}
 
a:visited {
	/*color: #3300FF;*/
	text-decoration: none;
	}

#navEZPagesTOC ul li a:hover, #navSupp ul li a:hover, .orange {
	color: #000000;
	}
h1 {
	color: #000099;
	font-size: 22px;
	font-family: Tahoma, Arial;
	font-weight: bold;
	border-bottom: 4px double #cc6600;
	border-color: #f9c979;
}
h1#productName {
	margin: 50px 0 0 0;
	color: #000099;
	font-size: 16px;
	font-family: Tahoma, Arial;
	font-weight: bold;
	}	
h2 {
	font-size: 1.4em;
	}
	
h3 {
	font-size: 13px;
	}

h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
	font-size: 1.1em;
	}

.biggerText {
	font-size: 11px;
	line-height: 17px;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 0.3em 0;
	}

CODE {
	font-family: tahoma, arial;
	font-size: 1em;
	}
	
FORM, SELECT, INPUT {
	font-size: 10px;
	margin: 2px;
	padding: 0em;
	text-align: left;
	}

FORM INPUT{
	float: left;
	padding: 1px;
}

TEXTAREA {
	margin: auto;
	display: block;
	width: 95%;
	text-align:left
	}
	
input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
	}
	
FIELDSET {
	padding: 0.5em;
	margin: 0.5em 0em;
	border: 1px solid #cccccc;
	}
	
LEGEND {
	font-weight: bold;
	padding: 0.3em;
	}

LABEL, h4.optionName {
	line-height: 1.25em;
	padding: 0.1em;
	}

LABEL.checkboxLabel, LABEL.radioButtonLabel {
	font-size: 10px;
	margin: 0em 0.5em;
	}
label.attribsRadioButton.zero {
	line-height: 20px;
		}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
	float: left;
	}
.categoryListBoxContents {
	font-size: 12px;
	line-height: 35px;
}
LABEL.inputLabel {
	font-size: 1em;
	width: 10em;
	float: left;
	}

LABEL.inputLabelPayment {
	width: 15em;
	float: left;
	}

LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel  {
	width: 12em;
	float: left;
	}

P, ADDRESS {
	padding: 0.5em;
	}
	
ADDRESS {
	font-style: normal;
	}
	
.clearBoth {
	clear: both;
	}
	
HR {
	height: 1px;
	margin-top: 0.5em;
	border: none;
	border-bottom: 1px solid #9a9a9a;
	}
	
/*warnings, errors, messages*/
.messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
	line-height: 1.8em;
	padding: 0.2em;
	border: 1px solid #000000;
	}
	
.messageStackWarning, .messageStackError {
	background-color: #cc0001;
	color: #ffffff;
	}
	
.messageStackSuccess {
	background-color: #CBD7AD;
	color: #000000;
	}
	
.messageStackCaution {
	background-color: #FAFAA6;
	color: #000000;
	}
	
/*wrappers - page or section containers*/
#mainWrapper {
	text-align: left;
	vertical-align: top;
	background:#ffffff;
	}

#headerWrapper,   #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
background:#ffffff;
}
div#mainWrapper, #headerWrapper, #logoWrapper, #contentMainWrapper {
	width: 950px;
}
	
#mainWrapper {
	margin: 0;
	}
div#navColumnOneWrapper, div#navColumnTwoWrapper {
 	background: url(../images/nav_bg.gif) repeat-x left top;
}
#logo {
	width:950px;
}
	
/* BOF Top Nav Links with Image (shopping cart/contact us/my account). If you'd like to use text links only, comment out this section, and un-comment out the following section*/

#tagline {
	float:right;
	height:70px;
	width:346px;
	}
	
#tagline ul {
  	height:86px; 
  	margin:0;
  	width: 336px;
		background:#dde7f7 url(../images/topnav.gif) no-repeat right top;
  	}
  
#tagline li {
  	list-style-type:none; 
  	width:0;
  	height:67px;
    position:absolute;
  	}
  
#tagline a {
	float:left;
  	height:0;
	position:absolute; 
  	color:#000; 
  	text-decoration:none; 
 	padding-top:66px; 
  	font-size: 1.5em;
 	}
  
#tagline a#sc{
  	position:absolute; 
  	left:30px; 
  	top:0px;
  	width:90px;
  	}
  
#tagline a#cu {
  	position:absolute; 
  	left:140px; 
  	top:0px; 
  	width:85px;
  	}
  
#tagline a#ma{
  	position:absolute; 
  	left:250px; 
  	top:0px; 
  	width:85px;
  	}

#tagline i{visibility:hidden}

/*EOF Top Nav Links with Image */


/*beggining of top navigation with link only (shopping cart/contact us/my account) to use these text links, comment out the previous section, and un-comment this section.

#tagline {
  color:#000;
  font-size: 1.5em;
  text-align : center; 
  height:80px;
  z-index:10;
}
#tagline ul{ 
list-style-type:none; 
text-align:center; 
} 
#tagline ul li{ 
display:inline;
} 
#tagline ul li a{ 
float:left; 
margin-left:14px;
width:100px; 
} 
#tagline ul li a:link, #tagline ul li a:visited{text-decoration:none;color:#333} 
#tagline ul li a:link:hover, #tagline ul li a:visited:hover{color:#000;} 
#tagline ul li a i{font-style:normal}

/*end of top navigation with links only */



#sendSpendWrapper {
	border: 1px solid #cacaca;
	float: right;
	margin: 0em 0em 1em 1em;
	}

.floatingBox, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #csNotifications, #navEZPagesTOCWrapper {
	margin: 10px 0px;
	width: 46%;
	}
	
#accountLinksWrapper  {
	margin: 10px 0px;
	width: 75%;
	}
	
.wrapperAttribsOptions {
	margin: 0.3em 0em;
	}

/*navigation*/

.navSplitPagesResult {
	margin: 0.5em;
	font-size: 10px;
	}
	
.navSplitPagesLinks {
	margin: 1em;
	font-size: 10px;
	}
	
.navNextPrevCounter {
	font-size: 10px;
	}
	
.navNextPrevList {
	display: inline;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	list-style-type: none;
	}

#navMain ul li {
	font-weight: normal;
	color: #000000;
	font-size:13px;
	font-family: Tahoma, Arial;
	padding: 0px 10px 0 10px;
}
#navMain {
		padding-left: 190px;
		}
#navMain {
	height: 33px;
	padding: 10px 0 0 0;
	background: url(../images/navbg.gif) repeat-x left top;		}
#navSuppWrapper {
	float: right;
	text-align: right;
	}
a.category-products{
	color: #28a2fe;
	padding: 0px 0 0 12px;
}
a.category-subs {
	color: #28a2fe;
	padding: 0px 0 0 12px;
}

a.category-products{
	color: #a0fd61;
}

a.category-subs{
	color: #f85e49;
}

li.stacy_li {
	padding: 0px;
	list-style-position: outside;
	list-style: none;
	
}
#navMainWrapper {
	background: url(../images/navbg.gif) repeat-x left top;
	}

#navSupp ul{
	margin: 0 40px 0 0;
	list-style-type: none;
	text-align: right;
	float: right;
	clear: none;
	}
#navMain ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
	
#navMain ul li, #navSupp ul li {
	display: inline;
	}
	
#navMain ul li a, #navSupp ul li a {
	text-decoration: none;
	padding: 0em 0.9em;
	margin: 0;
	color: #000000;
	white-space: nowrap;
	}
#navMain ul li a:hover, #navSupp ul li a:hover {
	text-decoration: none;
	color:#00009b;
	}

#navSupp ul li a {
	font-size: 10px;
	}
#navMain ul li a {
	font-size: 13px;
	}

#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;
}

div#navMainSearch {
display: none;
}
	
#navBreadCrumb a, .categoryListBoxContents a {
	color:#00009b;
	}
	
#navBreadCrumb a:hover,  .categoryListBoxContents a:hover {
	color: #cc6600;
	}
	
#navEZPagesTop {
	background-repeat: repeat-x;
	border: 1px solid #9a9a9a;
	}
	
#navBreadCrumb, #navEZPagesTop {
	font-size: 11px;
	margin: 0;
	padding: 0.5em;
	}
div#navBreadCrumb {
	padding: 40px 0 0 20px;
}
#navColumnOne {
	margin: 0;
	text-align: left;
	}
	
#navColumnTwo {
	margin: 0;
	text-align: left;
	}
	
#categoriesContent {
background: url(../images/navcolumn2_bg.gif) repeat-y left top;
	line-height: 25px;
}
#categoriesContent {
padding-left: 15px;
}

#navColumnTwo a,#navColumnOne a {
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

#navColumnTwo a:hover, #navColumnOne a:hover {
	color: #001a91;
	}
	
#categories {
	background: url(../images/navcolumn2_bg.gif) no-repeat left top;
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
	vertical-align: top;
	}
div#indexDefaultMainContent.content p{
	color: #000000;
	margin: 0 0 0 250px;
	width: 400px;
	/*background: url(../images/mainimg_home.jpg top left no-repeat;*/
	}
div#indexDefaultMainContent.content {
	background: url(http://www.efireandsafety.com/images/home2.jpg) no-repeat left 20px;
	height: 181px;
}
#productDescription, .shippingEstimatorWrapper {
	padding: 0.5em;
	}

.alert {
	color: #cc0001;
	margin-left: 0.1em;
	font-size: 0.9em;
	}
	
.advisory {}

.important {
	font-size: 1.1em;
	}
	
.notice {}

.rating{}

.gvBal {
	float: right;
	}
	
.centerColumn, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix {
	padding: 20px 50px 0px 72px;
	font-family: tahoma, arial;
	color: #000000;
	}
	
.centerColumn p {
	color: #000000;
	line-height: 25px;
	font-size: 14px;
	padding: 10px 0 0 0;
}	

.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
	font-size: 9px;
	}

/*Shopping Cart Display*/
#cartAdd {
	float: right;
	text-align: center;
	margin: 1em;
	border: 1px solid #000000;
	padding: 1em;
	}

.cartTableHeading TH {
	border-bottom: 1px solid #cccccc;
	}

.cartTableHeading, #cartSubTotal {
	background-color: #e9e9e9;
	height: 2.2em;
 	}

#cartSubTotal {
	border-top: 1px solid #cccccc;
	font-weight: bold;
	text-align: right;
	line-height: 2.2em;
	padding-right: 2.5em;
	}

.cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay   {
	padding: 0.5em 0em;
	}
#cartProdTitle {
}
.cartProductDisplay a {
	text-align: left;
	margin: 0;
	padding: 0;
}
	
.cartUnitDisplay, .cartTotalDisplay {
	text-align: right;
	padding-right: 0.2em;
	}
	
#scUpdateQuantity {
	width: 2em;
	}

.cartQuantity {
	width: 4.7em;
	}

.cartNewItem {
	color: #2847af;
	position: relative;  /*do not remove-fixes stupid IEbug*/
	}

.cartOldItem {
	color: #505e99;
	position: relative;   /*do not remove-fixes stupid IEbug*/
	}

.cartBoxTotal {
	text-align: right;
	font-weight: bold;
	}

.cartRemoveItemDisplay {
	width: 3.5em;
	}

.cartAttribsList, #cartAttribsList {
	margin-left: 1em;
	}

.normalprice, .productSpecialPriceSale {
	text-decoration: line-through;
	}
	
.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
	color: #c60;
	}

#cartBoxListWrapper ul, #ezPageBoxList ul {
	list-style-type: none;
	}

#cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
	margin: 0;
	padding: 0.2em 0em;
	} 
	
#cartBoxEmpty, #cartBoxVoucherBalance {
  	font-weight: bold;
  	}
	
.orderHistList {
	margin: 1em;
	padding: 0.2em 0em;
	} 

.totalBox {
	width: 5.5em;
	text-align: right;
	padding: 0.2em;
	}

.lineTitle, .amount {
	text-align: right;
	padding: 0.2em;
	}

.amount {
	width: 5.5em;
	}

/*Image Display*/
#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
	margin: 0em 1em 1em 0em ;
	}
#productMainImage {
	text-align: left;
	margin: 0em 10px 10m 0em ;
	}
	
.categoryIcon {
	padding: 0px 0px 3em 0px;
	margin: 0px 0px 3em 0px;
	}
.categoryIcon a{
	font-size: 13px;
	font-weight: bold;
	float: left;
	}

#cartImage {
	margin: 0.5em 1em;
}

/*Attributes*/
.attribImg {
	width: 100%;
	margin: 0.3em 0em;
}

.attributesComments {}

.centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
	margin: 1em 0em;
	}

h2.centerBoxHeading, .productListing-rowheading {
	margin: 10px 0 0 0;
	font-size: 13px;
	color: #000;
	padding: 0px;
	border-bottom: 1px solid #fff;
	}
	
.centerBoxWrapper, .tabTable {
	padding: 0px;
	height: 1%; /*do not remove- IEhack*/
	/*border: 1px solid #9a9a9a;*/
	margin-bottom: 1em;
	}

.sideBoxContent {
	margin:0;
	padding: 0 0 15px 0;
	}

h3.itemTitle{
	text-align: left;
	font-size: 13px;
}

h3#categoriescssHeading {
	margin:  0 0 -10px 0;
	padding: 10px 0 0 0;
	background: url(../images/keyword_bg.gif) no-repeat left top;
	height: 43px;
}
h3#searchHeading {
	margin:  0 0 -10px 0;
	padding: 10px 0 0 0;
	background: url(../images/keyword_bg.gif) no-repeat left top;
	height: 43px;
}
div#searchContent a{
	font-size: 10px;
	padding: 0px;
	margin: -5px 10px 0 0;
}
h3#searchHeading label{
	font-size: 15px;
	color: #000;
	font-family: Tahoma, Arial;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.rightBoxHeading, .leftBoxHeading {
	margin: 0em;
	padding: 0em;
	background: url(../images/navcolumn2_bg.gif) repeat-y left top;
}

h3.rightBoxHeading, h3.rightBoxHeading a, h3.leftBoxHeading, h3.leftBoxHeading a {
	font-size: 15px;
	color: #000;
	font-family: Tahoma, Arial;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin: 10px 0 10px 0;
	}

h3.rightBoxHeading a:hover, h3.leftBoxHeading a:hover {
	font-size: 15px;
	color: #cc6600;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}

.rightBoxContent, .leftBoxContent{
	margin-bottom:1em;
	background: #fff;
}

.sideBoxContent {
	background: #fff;
}

.centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #cartBoxEmpty, #cartBoxVoucherBalance, #navEZPageNextPrev, #bannerOne, #bannerTwo,  #bannerThree,  #bannerFour,  #bannerFive,  #bannerSix, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .leftBoxHeading, .centerBoxHeading, .productListing-data, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews,#reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg, #siteinfoCredits {
	text-align: center;
	}
p.navNextPrevCounter {
	font-size: 10px;
	text-align: right;
	padding: 0 15px 0 0;
}

* {
	
} 

#siteinfoLegal img{
	margin-top: 10px;
	margin-right: 10px;
	float: right;
	}
#siteinfoLegal {
	text-align: right;
	padding: 0;
	clear: both;
	padding: 0 20px 34px 0;
}

#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;
	}
	
/*misc*/
.back {
    float: left;
	}
	
.forward {
	float: right;
	font-size: 10px;
	}

.bold {
	font-weight: bold;
	}

.rowOdd {
	background-color: #E8E8E8;
	height: 1.5em;
	vertical-align: top;
	}

.rowEven {
	background-color: #F0F0F0;
	height: 1.5em;
	vertical-align: top;
	}

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;
	}
.listingDescription {
	color: #000;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
}

.productListing-data {
	padding: 1em 18px;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	color: #000;
	}

.productListing-data a {
	color: #cc6600;
	}

.navNextPrevWrapper {
	padding:0em;
	}
		
#productlayout {
	width: 200px;
	float:left;
	}
.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

#navCatTabs {
      width:100%;
      }
    #navCatTabs ul {
      width:100%;
      margin:0;
      padding: 0px;
      list-style:none;
      }
    #navCatTabs li {
      margin:0;
      padding:0;
      }
    #navCatTabs a {
      display:block;
      padding:0px;
      text-decoration:none;
      font-size: 10px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navCatTabs a {float:none;}
    /* End IE5-Mac hack */
    #navCatTabs a:hover {
      }
    #navCatTabs #current {
      background-position:0 -180px;
      border-width:0;
      }
    #navCatTabs #current a {
      background-position:100% -180px;
      }
    #navCatTabs li:hover, #navCatTabs li:hover a {
      background-position:0% -180px;
      }
    #navCatTabs li:hover a {
      background-position:100% -180px;
      }
