/**

 * 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 {

	margin: 0;

	font-family:  arial, verdana, helvetica, sans-serif;

	font-size: 62.5%;

	color: #000000;

	background-color: #ffffff;

	}



a img {border: none; }



a:link, #navEZPagesTOC ul li a {

	color: #3300FF;

	text-decoration: none;

	}

 

a:visited {

	color: #3300FF;

	text-decoration: none;

	}



a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover, #sitemap ul li a:hover, #mainSitemap1 ul li a:hover, #mainSitemap2 ul li a:hover, .categoryListBoxContents1 a:hover, .categoryListBoxContents2 a:hover, .categoryListBoxContents3 a:hover, .categoryListBoxContents4 a:hover, .categoryListBoxContents5 a:hover, table.catTable a:hover, .itemTitle a:hover, #navBreadCrumb a:hover, .navSplitPagesLinks a:hover, .cartProductDisplay a:hover, #savedProducts a:hover {

	color: #FF0000;

	}



a:active {

	color: #0000FF;

	}



h1 {

	font-size: 1.5em;

	color: #9a9a9a;

	}



h2 {

	font-size: 1.4em;

	}



h3 {

	font-size: 1.3em;

	}



h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{

	font-size: 1.1em;

	}



.biggerText {

	font-size: 1.2em;

	}



h1, h2, h3, h4, h5, h6 {

	margin: 0.3em 0;

	}



/*  Might uncomment either or both of these if having problems with IE peekaboo bug:

h1, h2, h3, h4, h5, h6, p {

	position: relative;

	}

*html .centerColumn {

	height: 1%;

	}

*/



CODE {

	font-family: arial, verdana, helvetica, sans-serif;

	font-size: 1em;

	}



FORM, SELECT, INPUT {

	display: inline;

	font-size: 1em;

	margin: 0em;

	}



TEXTAREA {

	float: left;

	margin: auto;

	display: block;

	width: 98%;

	}



input:focus, select:focus, textarea:focus {

	background: #E4FEF5;

	}



FIELDSET {

	padding: 0.5em;

	margin: 0.5em 0em;

	border: 0px solid #cccccc;

	}



LEGEND {

	font-weight: bold;

	padding: 0.3em;

	}



LABEL, h4.optionName {

	line-height: 1.5em;

	padding: 0.2em;

	}



LABEL.checkboxLabel, LABEL.radioButtonLabel {

	margin: 0.5em 0.3em;

	}



#logo, .centerBoxContents, .specialsListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {

	float: left;

	}


.categoryListBoxContents1 {

	display: inline;

	float: left;

	margin: 0em 0.2em 0em 0em;

	padding: 0em 0.2em 0em 0em;

	background-color: #f07333;

	vertical-align: top;

	text-size: 12px;

	text-align: center;

	color: #000000;

	}

.categoryListBoxContents1 a {

	color: #000000;

	}

.categoryListBoxContents2 {

	float: left;

	margin: 0em 0.2em 0em 0em;

	padding: 0em 0.2em 0em 0.2em;

	background-color: #ffc420;

	line-height: 2.0em;

	vertical-align: top;

	text-size: 12px;

	text-align: center;

	}

.categoryListBoxContents2 a {

	color: #000000;

	}

.categoryListBoxContents3 {

	float: left;

	margin: 0em 0.2em 0em 0em;

	padding: 0em 0.2em 0em 0.2em;

	background-color: #fae500;

	line-height: 2.0em;

	vertical-align: top;

	text-size: 12px;

	text-align: center;

	}

.categoryListBoxContents3 a {

	color: #000000;

	}


.categoryListBoxContents4 {

	float: left;

	margin: 0em 0.2em 0em 0em;

	padding: 0em 0.2em 0em 0.2em;

	background-color: #a9d03f;

	line-height: 2.0em;

	vertical-align: top;

	text-size: 12px;

	text-align: center;

	}

.categoryListBoxContents4 a {

	color: #000000;

	}

.categoryListBoxContents5 {

	float: left;

	margin: 0em 0.2em 0em 0em;

	padding: 0em 0.2em 0em 0.2em;

	background-color: #26a04b;

	line-height: 2.0em;

	vertical-align: top;

	text-size: 12px;

	text-align: center;

	}

.categoryListBoxContents5 a {

	color: #000000;

	}


table.catTable {

	margin: -0.2em 0.2em 0em 0em;

	padding: 0em 0.2em 0em 0em;

	width: 100%;

	}

table.catTable a {

	color: #000000;

	}


LABEL.inputLabel {

	width: 12em;

	font-size: 11px;

	color: #2b55ab;

	text-transform: uppercase;

	border:0px solid #cccccc;

	}



LABEL.inputLabelPayment {

	width: 14em;

	float: left;

	padding-left: 2.5em;

	}



LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {

	width: 11em;

	float: left;

	}



#checkoutPayment LABEL.radioButtonLabel {

	font-weight: bold;

	}



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: 0px solid #9a9a9a;

	}



.messageStackWarning, .messageStackError {

	background-color: #ffffff;

	font-size: 10px;

	color: #dc1f26;

	}



.messageStackSuccess {

	background-color: #99FF99;

	color: #000000;

	}dc1f26



.messageStackCaution {

	background-color: #FFFF66;

	color: #000000;

	}


#redText {

	font-size: 12px;

	color: #dc1f26;

	}

/*wrappers - page or section containers*/

#mainWrapper {

	background-color: #ffffff;

	text-align: left;

	width: 980px;

	height: 70px;

	vertical-align: top;

	border: 0px solid #9a9a9a;

	}



#headerWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {

	margin: 0em;

	padding: 0em;

	}

#contentMainWrapper {

	text-align: center;

	border: 0px solid #9a9a9a;
}


#logoWrapper{

	/*background-image: url(../images/header_bg.jpg);

	background-repeat: repeat-x;

	background-color: #ffffff;

	height:75px;*/

	margin: 1.1em 0em 0em 2.5em;

	border: 0px solid #9a9a9a;

	}

#catWrapper {

	margin: 0;

	padding: 0;

	border: 0px solid #9a9a9a;

	text-align: center;

	}


#navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {

	margin: auto;

	} 

#navColumnOneWrapper, #navColumnTwoWrapper {

	margin-left: 0.5em;

	margin-right: 0.5em;

	}

#contactWrapper {

	margin: 0em 0em 0em 0em;
	
	}

#contactWrapper a {

	font-size: 90%;

	color: #000000;

	text-transform: uppercase;

	}


#contactWrapper a:hover {

	color: #ffffff;
		
	}


#tagline {

	color:#000000;

	font-size: 2em;

	text-align : center;

	vertical-align: middle;

	}



#sendSpendWrapper {

	border: 1px solid #cacaca;

	float: right;

	margin: 0em 0em 1em 1em;

	}



.floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #navEZPagesTOCWrapper {

	margin: 0;

	width: 47%;

	}



.wrapperAttribsOptions {

	margin: 0.3em 0em;

	}



/*navigation*/



.navSplitPagesResult {
	
	text-size: 12pt;

	text-transform: uppercase;

	color: #003300;
	

	}

.navSplitPagesLinks, .navSplitPagesLinks a, .navSplitPagesLinks a:visited {

	text-align: center;

	text-size: 12pt;

	font-weight: bold;

	text-transform: uppercase;

	color: #000000;

	}



.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: #abbbd3;

	/*background-image: url(../images/tile_back.gif);*/

	/*	padding: 0.5em 0.2em;*/

	color: #ffffff;

	/*height: 1%;*/

	}



#navCatTabsWrapper {

	background-color: #ffffff;

	color: #9a9a9a;

	background-image:none;

	}



#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 2em;

	margin: 0;

	color: #ffffff;

	white-space: nowrap;

	}

#sitemap ul {

	margin: 0;

	padding: 0.5em 0em;

	list-style-type: none;

	text-align: left;

	vertical-align: top;

	font-size: 12px;

	/*line-height: 2.2em;*/

	border: 0px solid #9a9a9a;

	width: 188;

	}

#sitemap li {

	padding: 1em 0em 0em 0em;

	}

#sitemap ul li a {

	text-decoration: none;

	padding: 0em 0.5em;

	margin: 0;

	color: #000000;

	white-space: nowrap;

	}


#mainSitemap1 ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

	font-size: 11px;

	border: 0px solid #9a9a9a;

	}

#mainSitemap1 li {

	padding: 0.6em 0em 0em 3em;

	line-height: 0.7em;

	list-style-type: cirecle;

	border-left:0px solid #000000;

	/*background-image: url(../images/dot_contact.gif);

	background-repeat: no-repeat;

	background-position: 4%;

	padding-left: 2em;*/



	}

#mainSitemap1 ul li a {

	text-decoration: none;

	margin: 0;

	color: #000000;

	}

#mainSitemap2 ul {

	margin: 0;

	padding: 0;

	list-style-type: none;

	font-size: 10px;

	border: 0px solid #9a9a9a;

	}

#mainSitemap2 li {

	padding: 0.6em 0em 0em 2em;

	line-height: 0.6em;

	list-style-type: cirecle;

	border-left:0px solid #000000;

	/*background-image: url(../images/dot_contact.gif);

	background-repeat: no-repeat;

	background-position: 4%;

	padding-left: 2em;*/

	}

#mainSitemap2 ul li a {

	text-decoration: none;

	margin: 0;

	color: #000000;

	}


.itemTitle {

	color: #000000;

	}


.itemTitle a {

	text-decoration: none;

	color: #000000;

	font-size: 11px;

	}


.listingDescription {

	color: 000000;

	}	


.emptySpace {

	margin: 450px;

	}

#navCatTabs ul li a {

	color: #000000;

	}



#navEZPagesTOCWrapper {

	font-weight: bold;

	float: right;

	height: 1%;

	border: 1px solid #9a9a9a;

	}



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

	height: 24px;

	border: 0px solid #9a9a9a;

	font-weight: bold;

	font-size: 12px;

	padding-top: 30px;

	margin: 0em 1.5em;

	width: 700px

	}

#headerConstruction {

	height: 24px;

	border: 0px solid #9a9a9a;

	font-weight: bold;

	font-size: 12px;

	padding-top: 30px;

	margin: 0em 1.5em;

	}



#navBreadCrumb {

	padding: 0em 0em 0em 0em;

	background-color: #ffffff;

	font-size: 9px;

	margin: 0em;
	
	text-align: left;

	text-transform: uppercase;

	}

#navBreadCrumb a {

	color: #000000;

	}



#navEZPagesTop {

	background-color: #abbbd3;

	/*background-image: url(../images/tile_back.gif);*/

	font-size: 0.95em;

	font-weight: bold;

	margin: 0em;

	padding: 0.5em;

	}



#navColumnOne, #navColumnTwo {

	background-color: transparent;

	}



/*The main content classes*/

#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {

	vertical-align: top;

	}



/*.content,*/ #productDescription, .shippingEstimatorWrapper {

	/*font-size: 1.2em;*/

	padding: 0em 0em 0.3em 0.5em;
	

	}



.alert {

	color: #FF0000;

	margin-left: 0em;

	}

.advisory {}

.important {

	font-weight: bold;

	}

.notice {}

.rating{}

.gvBal {

	float: right;

	}

.centerColumn, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix {

	/*padding: 0.8em;*/

	text-align: center;

	border: 0px solid #9a9a9a;
	}

.aboutUsColumn {

	text-align: left;

	}


.smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {

	font-size: 0.9em;

	}



/*Shopping Cart Display*/

#cartAdd {

	/*float: right;*/

	text-align: left;

	margin: 0em;

	border: 0px solid #000000;

	padding: 0em 0em 0.3em 0.5em;

	}

#cartDefaultHeading {

	color: #07c6a5;

	}


.tableHeading TH {

	border-bottom: 1px solid #9a9a9a;

	}



.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;

	}

.cartProductDisplay {

	color: #000000;

	}

.cartProductDisplay a {

	text-decoration: none;

	color: #000000;

	font-size: 11px;

	}

.cartProductDisplay img {

	padding: 0.3em;

	border: 1px solid #d9d9d9;

	height: 110px;

	}

#savedProducts {

	padding: 0.3em;

	color: #000000;

	border: 1px solid #d9d9d9;

	font-size: 12px;

	}

#savedProducts a {

	text-decoration: none;

	color: #000000;

	font-size: 11px;

	}


.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;

	background-color: #E4FEf5;

	border: 1px solid #003D00;

	}



.normalprice, .productSpecialPriceSale {

	text-decoration: line-through;

	}



.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {

	color: #ff0000;

	}



.orderHistList {

	margin: 1em;

	padding: 0.2em 0em;

	list-style-type: none;

	} 



#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 0em 10em 0em ;

	text-align: center;


	}

.productMainImage {

	margin: 10em ;

	}

.categoryIcon {}

#askQuestion {
	
	padding: 0em 0em 0.3em 0.5em;

	}


#cartImage {

	margin: 0.5em 1em;

	}

.centerBoxContentsProducts img {

	padding: 0.3em;

	border: 1px solid #d9d9d9;

	height: 110px;

	}



.centeredContent img {



	border: 1px solid #d9d9d9;

	}



#productMainImage {
        width: 100%;
        }

/*Attributes*/

.attribImg {

	width: 20%;

	margin: 0.3em 0em;

}



.attributesComments {}



/*list box contents*/

.centerBoxContents, .specialsListBoxContents, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {

	margin: 1em 0em;

	}
	
.centerBoxContentsFeatured {

	margin: 0.5em 0em;

	}	

.additionalImages {

	margin-top: 1px;
	
}




.centeredContentAdd img {

	border: 0px solid #d9d9d9;

}


.centerBoxWrapper {


	border: 0px solid #9a9a9a;

	height: 1%;

	margin: 1.1em 0;


	}



h2.centerBoxHeading {

	font-size: 12px;

	font-weight: bold;

	text-align : right;

	color: #EB1C50;

	}



/*sideboxes*/

.columnLeft {}

.aboutUsHeading{

	font-size: 18px;

	margin: 1.5em 0em 0em 0.5em;

	color: #ed174f;
	
	font-weight: bold;

	text-align: left;

	border: 0px solid #9a9a9a;


}



h3.leftBoxHeading, h3.leftBoxHeading a,

h3.rightBoxHeading, h3.rightBoxHeading a {

	font-size: 2em;

	color: #ffffff;

}

h2.leftBoxHeading, h2.leftBoxHeading a,

h2.rightBoxHeading, h2.rightBoxHeading a {

	font-size: 14px;

	color: #ec1c50;

	text-align : right;

}

#manufacturersHeading, #currenciesHeading, #musicgenresHeading, #recordcompaniesHeading, #searchHeading, #search-headerHeading {

	font-size: 0.9em;

	color: #ffffff;

}



.leftBoxHeading, .centerBoxHeading, .rightBoxHeading {

	margin: 0.3em 0.2em 0em 0em;

	background-color: #ffffff;

	/*background-image: url(../images/tile_back.gif);*/

	border: 0px solid #9a9a9a;

	font-weight: bold;
	
	font-size: 13px;

	color: #e01a51;

	text-align : right;	

	text-transform: uppercase;

}

.leftBoxHeading_products {

	margin: 0.3em 0em 0em 0em;

	background-color: #ffffff;

	/*background-image: url(../images/tile_back.gif);*/

	font-weight: bold;

	border: 0px solid #9a9a9a;
	
	font-size: 13px;

	color: #7e8082;

	text-align : right;	

	text-transform: uppercase;

}



.leftBoxContainer, .rightBoxContainer {

	margin: 0em;

	border: 0px solid #9a9a9a;

	padding: 0em;


	}



.sideBoxContent {

	background-color: #ffffff;

	padding: 0.4em;

	border: 0px solid #cacaca;

	text-align: right;

	}



h3.leftBoxHeading a:hover, h3.rightBoxHeading a:hover {

	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	color: #aaaaaa;

	} 



.rightBoxHeading a:visited, .leftBoxHeading a:visited, .centerBoxHeading a:visited {

	color: #FFFFFF;

	font-size: 18px;
	font-weight: bold;
	color: #aaaaaa;


	}


#backto {

	font-szie: 18px;

	color; #eb6a26;

	text-align: center;

	margin: 3em 0em 1em 0em;

	}

.productListing-data1 {

	margin-top: 30px;
	margin-bottom: 400px;
	font-size: 18px;
	font-weight: bold;
	color: #eb6a26;
	text-transform: uppercase;

	}

.productListing-data2 {

	margin-top: 30px;
	margin-bottom: 400px;
	font-size: 18px;
	font-weight: bold;
	color: #ffc115;
	text-transform: uppercase;

	}

.productListing-data3 {

	margin-top: 30px;
	margin-bottom: 400px;
	font-size: 18px;
	font-weight: bold;
	color: #f9ec3b;
	text-transform: uppercase;

	}

.productListing-data4 {

	margin-top: 30px;
	margin-bottom: 400px;
	font-size: 18px;
	font-weight: bold;
	color: #b6d55d;
	text-transform: uppercase;

	}

.productListing-data5 {

	margin-top: 30px;
	margin-bottom: 400px;
	font-size: 18px;
	font-weight: bold;
	color: #169f49;
	text-transform: uppercase;

	}

.productListing-custom1 {
	
	background: url(../images/round_tube_head_avail.jpg);
	display:block;
	height:3077px;
	font-size: 18px;
	font-weight: bold;
	color: #eb6a26;
	text-transform: uppercase;
	border:0px solid #ccc;

	}
	
.productListing-custom2 {
	
	background: url(../images/round_dimension.jpg) no-repeat center;
	width:980px;
	height:882px;
	font-size: 18px;
	font-weight: bold;
	color: #eb6a26;
	text-transform: uppercase;
	border:0px solid #ccc;

	}
	
.productListing-custom3 {
	
	background: url(../images/oval_tube_head_avail.jpg) no-repeat center;
	height:1053px;
	font-size: 18px;
	font-weight: bold;
	color: #eb6a26;
	text-transform: uppercase;
	border:0px solid #ccc;

	}
	
.productListing-custom4 {
	
	background: url(../images/oval_dimension.jpg) no-repeat center;
	width:980px;
	height:882px;;
	font-size: 18px;
	font-weight: bold;
	color: #eb6a26;
	text-transform: uppercase;
	border:0px solid #ccc;

	}
	
	

.centeredContent, TH, #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, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .gvBal, .attribImg {

	text-align: center;

	border: 0px solid #9a9a9a;


	}

#cartEmptyText {

	margin-bottom: 400px;

}

#.categoryListBoxContents {

	text-align: center;
	
	color: #003366;

	}


#.centerBoxContentsNew {

	text-align: right;

}

.centerBoxContentsFeatured, .leftBoxHeading {

	text-align: right;
}



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

	}



/* categories box parent and child categories */

#featuredProducts A, #featuredProducts A:visited {

	font-size: 10px;

	color: #959597;

	text-decoration: none;

	}
	


A.category-top, A.category-top:visited {

	font-size: 10px;

	color: #959597;

	text-decoration: none;

	}

A.category-links, A.category-links:visited {

	color: #004080;

	text-decoration: none;

	}

A.category-subs, A.category-products, A.category-subs:visited, A.category-products:visited {

	color: #FF0000;

	text-decoration: none;

	}

SPAN.category-subs-parent {

	font-weight: bold;

	}

SPAN.category-subs-selected {

	font-weight: bold;
	
	color: #dc1f26;

	text-transform: uppercase;

	}

SPAN.contact-selected {

	color: #dc1f26;
	
	text-transform: uppercase;

	}


SPAN.header-selected {

	font-weight: bold;
	
	color: #dc1f26;

	border:0px solid #000;

	padding: 3px 3px 6px 0;

	background: url(../images/red_dot.gif) no-repeat 50% 100%;

	}

.category-more, A.category-more, A.category-more:visited {

	font-size: 9px;

	color: #ef1a50;

	text-decoration: none;

	}

.main_category_space {

	padding-bottom: 9.5px;

	}


.verticaltext {

	writing-mode: tb-rl;

	filter: fliph flipv;

	}

A.category-top-level, A.category-top-level:visited {

	font-size: 12px;

	color: #000000;

	text-decoration: none;

	text-transform: uppercase;

	}

/* end categories box links */



/*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;

	}



.productListing-rowheading {

	background-color: #abbbd3;

	background-image: url(../images/tile_back.gif);

	height: 2em;

	color: #FFFFFF;

	}

.productListing {

	border:0px solid #888;
	
	}


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

	}


.current {

	color: #f1134c;

	}


.sgGalleryThumb {

	border:1px solid #ccc;

	padding: 2px;

	width: 104px;

	height: 104px;

	text-align: center;

	vertical-align: middle;

	}



.sgGalleryName {

	text-size: 7px;

	}



/*ISPEC css*/
/* the appropriate background class will be applied based on class attached to the body */

/*
body {
	margin: 0;
	padding: 0;
	font-family: arial;
	text-align: center;
	scrollbar-face-color:FFFFFF;
	scrollbar-shadow-color:d7d7d7;
	scrollbar-highlight-color:d7d7d7;
	scrollbar-3dlight-color:FFFFFF;
	scrollbar-darkshadow-color:FFFFFF;
	scrollbar-base-color:FFFFFF;
	scrollbar-arrow-color:606060;
	scrollbar-track-color:FFFFFF;
}
*/

#threeColLayout {
	background-color: #ffffff;
}

#twoColLayout {
	background-color: #ffffff;
}

#oneColLayout {
	background-color: #ffffff;
}

/* default links */

#primaryContent a:link {
	font-family: arial;
	font-size: 13px;
	text-decoration:none;
	color: #000000;
}

#primaryContent a:visited {
	font-family: arial;
	font-size: 13px;
	text-decoration:none;
	color: #000000;
}

#primaryContent a:hover {
	font-family: arial;
	font-size: 13px;
	text-decoration:none;
	color: #dc1f26;
}

#primaryContent a:active {
	font-family: arial;
	font-size: 13px;
	text-decoration:none;
	color: #dc1f26;
}


#primaryContent td {
	font-family: arial;
	font-size: 13px;
	text-decoration:none;
	color: #000000;
}





/* headers here */

h1 {
	margin: 0;
	padding: 5px 30px 0 30px;
	font-size: 18px;
	color: #eb6a26;
	text-transform: uppercase;
}

#quoteHeading {
	margin: 0;
	padding: 15px 30px 0 30px;
	font-size: 18px;
	font-weight: bold;
	color: #1356af;
	text-transform: uppercase;
}

#productListHeading1 {
	margin: 0;
	padding: 5px 30px 0 30px;
	font-size: 18px;
	color: #eb6a26;
	text-transform: uppercase;
}

#productListHeading2 {
	margin: 0;
	padding: 5px 30px 0 30px;
	font-size: 18px;
	color: #ffc115;
	text-transform: uppercase;
}

#productListHeading3 {
	margin: 0;
	padding: 5px 30px 0 30px;
	font-size: 18px;
	color: #f9ec3b;
	text-transform: uppercase;
}

#productListHeading4 {
	margin: 0;
	padding: 5px 30px 0 30px;
	font-size: 18px;
	color: #b6d55d;
	text-transform: uppercase;
}

#productListHeading5 {
	margin: 0;
	padding: 5px 30px 0 30px;
	font-size: 18px;
	color: #169f49;
	text-transform: uppercase;
}


.contacts h1 {
	margin: 0;
	padding: 30px 30px 0 30px;
	font-size: 18px;
	color: #0082b7;
	text-transform: uppercase;
}

h2 {
	margin: 0;
	padding: 15px 30px 0 30px;
	font-size: 14px;
	color: #eb6a26;
	text-transform: uppercase;
}

h2.from {
	margin: 0;
	padding: 30px 30px 0 30px;
	font-size: 14px;
	color: #0082b7;
	text-transform: uppercase;
}


p {
	font-size: 12px;
	line-height: 200%;
	margin: 0;
	padding: 15px 30px 0 30px;
}

.contacts p {
	font-size: 12px;
	line-height: 200%;
	margin: 0;
	padding: 15px 10px 0 30px;
}

p.para {
	font-size: 11px;
	line-height: 200%;
	margin: 0;
	padding: 0 30px 30px 60px;
	text-transform: uppercase;
}



/* main wrapper that holds it all centrally */

#wrapper {
	width: 970px;
	margin: 20px auto;
	background-color: #ffffff;
	padding: 0;
}


/* top : logo and search */

#top {

	margin: 0 auto;
	height: 70px;
	padding: 0;
}

/*#top h1 {
	background: url(http://www.ispecinc.com/images/logo.gif) no-repeat;
	width: 168px;
	height: 30px;
	float: left;	
	}

#top h1 span {
	display: none;
	}*/

/* default masthead holding the banner and mainNav */

#header {
	clear: both;
	position: relative;
	height: 31px;
	margin: 2px 0 2px 0;
	padding: 0;
	background: url(../images/main_bar_bg.gif);

}

.subheader {
	height: 50px;
	margin: 0 0 2px 0;
	padding: 0;
	/*background: url(images/submenuback.gif) no-repeat;*/
	background: #3cb9bf;
}

.productssubheader {
	position: relative;
	height: 22px;
	margin: 0 0 2px 0;
	padding: 0;
	/*background: url(images/productssubmenuback.gif) no-repeat;*/
	background: #ffcc33;
}

/* now the three main columns, named in order of importance and display when styles switched off */

#primaryContent {
	width:900px;
	margin: 20px auto;
	text-align: left;
}

#proprimaryContent {
	width:900px;
	margin: 20px auto;
	text-align: left;
}


/*.contacts #primaryContent {
	width:450px;
	margin: 20px 0 20px 30px;
}*/

/*#primaryContent img {
	padding: 100px 0;
}*/


/* note here that specifying twoColLayout in the body will activate the following div instead of the default primaryContent */

#twoColLayout #primaryContent {
	float: left;
	width: 370px;
	margin: 0 0 20px 10px;
	text-align: left;
}

#twoColLayout #secondaryContent {
	float: left;
	/*display:inline;*/
	width: 530px;
	margin: 0 20px 20px 0;
/*	border-left: 2px solid #dc1f26;*/
	text-align: left;
}


#conprimaryContent {
	float: left;
	width: 370px;
	margin: 0 0 50px 10px;
	text-align: left;
}

#colorBar {
    float: left;
    margin: 0;
    padding: 0;
}

#colorBar img {
     margin-top: 30px;
     margin-bottom: 20px;
}



#consecondaryContent {
	float: left;
	/*display:inline;*/
	width: 530px;
	padding : 0 0 30px 0;
	margin: 0 20px 20px 0;
/*	border-left: 2px solid #99cc99;*/
	text-align: left;
}

/* twoColContent - used to span two right-hand columns - ONLY LEAVE THIS IN IF I DISCUSS IT - box used only if no selector */

#twoColContent{
width:555px;
float:left;
margin: 0 0 20px 195px;
}




#top img {
	float: left;
	padding: 0;
}

#search {
	float: right;
	width: 260px;
	margin: 0;
	padding-top: 30px;
}
	

#top #search p {
	/*width: 50px;*/
	float: left;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #aaaaaa;
}

#top #search span {
	width: 200px;
	float: right;
	height: 20px;
	margin: 0;
	padding: 0;
}



/* input form and button style */


.input3 {
	padding: 2px 0 0 5px;
	background-color: transparent;
	border: 1px solid #aaaaaa;
	height: 20px;
}

.button {
	font-family: arial;
	padding: 3px;
	background-color:#dc1f26;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
  text-decoration:none;
  border: 0;
}




/* horizontal main menu navigation - based on a method from Richard Rutter */

#mainNav {
	position: absolute;
	top: 0;
	left: 10px;
	height: 31px;
	margin: 0;
	padding: 0;
	/*border: 1px solid #cccccc;*/
}

#mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;

}

#mainNav li {
	display: block;
	margin: 0;
	padding: 3px 0 6px 0;
	float: left;
	width: auto;

}

#mainNav a {
	padding: 0 21px 6px 20px;
	color: #000000;
	display: inline;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0pt;
	text-decoration: none;
	margin: 0;
	/*border: 1px solid #cccccc;*/
}

.subNav {
	position: absolute;
	top: 0;
	left: 35px;
	width: 900px;
	margin: 0;
	padding: 0;
}

.subNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subNav li {
	display: block;
	margin: 0;
	padding: 2px 30px 3px 30px;
	float: left;
	width: auto;
	border-right: 2px solid #ffffff;
}

.subNav a {
	margin: 0;
	padding: 0;
	color: #000000;
	display: inline;
	/*width: auto;*/
	font-weight: bold;
	font-size: 13px;
	letter-spacing: -1pt;
	text-decoration: none;
	/*background: #99cc99;*/
}

.subNavcategory {
	position: absolute;
	top: 0;
	left: 50px;
	width: 900px;
	margin: 0;
	padding: 0;
}

.subNavcategory ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subNavcategory li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 180px;
	text-align: left;
}

.subNavcategory a {
	margin: 0;
	padding: 0;
	color: #000000;
	display: inline;
	/*width: auto;*/
	font-weight: bold;
	font-size: 13px;
	letter-spacing: -1pt;
	text-decoration: none;
	/*background: #99cc99;*/
}

.subNavboard {
	position: absolute;
	top: 0;
	left: 35px;
	width: 900px;
	margin: 0;
	padding: 0;
}

.subNavboard ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subNavboard li {
	display: block;
	margin: 0;
	padding: 3px 5px 3px 5px;
	float: left;
	width: auto;
	border-right: 2px solid #ffffff;
}

.subNavboard a {
	margin: 0;
	padding: 0px;
	color: #000000;
	display: inline;
	/*width: auto;*/
	/*font-weight: bold;*/
	font-size: 12px;
	letter-spacing: -1pt;
	text-decoration: none;
	/*background: #99cc99;*/
}

.subNavlocation {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

.subNavlocation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.subNavlocation li {
	display: block;
	margin: 0;
	padding: 2px 28px 3px 28px;
	float: left;
	width: auto;
	border-right: 2px solid #ffffff;
}

.subNavlocation a {
	margin: 0;
	padding: 0;
	color: #000000;
	display: inline;
	/*width: auto;*/
	font-weight: bold;
	font-size: 13px;
	letter-spacing: -1pt;
	text-decoration: none;
	/*background: #99cc99;*/
}



/*#mainNav span {
	color: #000000;
	display: inline;
	width: auto;
	font-size: 13px;
	text-decoration: none;
	margin: 0;
	padding: 2px 13px 10px 13px;
}*/

#mainNav a:hover, #mainNav a:active {
    color: #dc1f26;
	background: url(../images/red_dot.gif) no-repeat 50% 100%;
}

.subNav a:hover, .subNav a:active {
  color: #dc1f26;
}

.subNavcategory a:hover, .subNavcategory a:active {
  color: #dc1f26;
}

.subNavboard a:hover, .subNavboard a:active {
  color: #dc1f26;
}

.subNavlocation a:hover, .subNavlocation a:active {
  color: #ffffff;
}

/*#mainNav a.active:link, #mainNav a.active:visited
{
position: relative;
z-index: 102;
background: #BBB;
color: #D7D493;
font-weight: bold;
}
*/

/* Highlighting the current page */

body.home #mainNav a#home, body.aboutus #mainNav a#aboutus, body.products #mainNav a#products,
body.contacts #mainNav a#contacts, body.quote #mainNav a#quote, body.news #mainNav a#news, body.video #mainNav a#video,
body.sitemap #mainNav a#sitemap {
  color: #dc1f26;
  background: url(../images/red_dot.gif) no-repeat 50% 100%;
}

div.nonrush .subNavlocation a#nonrush, div.rush .subNavlocation a#rush, div.newark .subNavlocation a#newark, div.rt3 .subNavlocation a#rt3,
div.turnpike .subNavlocation a#turnpike, div.palisades .subNavlocation a#palisades, div.gw .subNavlocation a#gw, div.lincoln .subNavlocation a#lincoln,  { 
  color: #ffffff;
}

div.cos .subNavcategory a#cos, div.pha .subNavcategory a#pha, div.tur .subNavcategory a#tur, div.sec .subNavcategory a#sec, div.foo .subNavcategory a#foo {
	color: #dc1f26;
}

/*body.home #mainNav a:hover#home, body.aboutus #mainNav a:hover#aboutus, body.products #mainNav a:hover#products,
body.contacts #mainNav a:hover#contacts, body.quote #mainNav a:hover#quote, body.news #mainNav a:hover#news, body.video #mainNav a:hover#video,
body.sitemap #mainNav a:hover#sitemap { 
  color: #dc1f26;
  background: url(images/red_dot.gif) no-repeat 50% 85%;
} */



#productsMapBar {
    background: url(images/productsmapbar.gif) no-repeat;
}

.boardList {
	width: 180px;
	margin: 0;
	padding: 0;
	float: left;
}

.boardList ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.boardList li {
	display: block;
	margin: 3px 0 20px 0;
	padding: 0;
}

.boardList li img {
	margin: 0;
	padding: 0 5px;
	border: 0;
}

.boardList a {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: -1px;
	text-decoration: none;
}



#form {
	width: 700px;
	margin: 0 auto;
	padding: 0;
}

#formmail td {
	font-family: arial;
	font-size: 13px;
	color: #422F92;
  text-decoration:none;
}

#formmail input {
	padding:0 0 0 5px;
	background-color:transparent;
	border:1px solid #888888;
}

 #formmail textarea {
	margin: 5px 0;
	padding:0 0 0 5px;
	background-color:transparent;
	border:1px solid #888888;
}

/* erm, the footer */

#footer {
	clear:both;
	height: 30px;
	margin:0 auto;
	padding: 0px;
}

#footer ul {
	list-style: none;
	margin: 0;
	/*padding: 5px 15px 0 15px;*/
	padding: 5px 30px 0 50px;
	border-top: 3px solid #aaaaaa;
}

#footer li {
	display: block;
	float: left;
	margin: 0;
	padding: 6px 9px;
	border-right: 1px solid #aaaaaa;
	font-size: 9px;
	color: #000000;
	/*letter-spacing: -1pt;*/
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #010101;
}

#footer a:hover {
	color: #ec1c50;

}

#footer_copy {
	font-size: 9px;
	color: #010101;
	text-align: center;
	margin: 7px;
}
