/*************************************************************************************************************************************************
                          				CSS Document Author: Michael Oleksak - StarsnSites.com for Price Cart and Product Box Styles
                            			    copyright ©2007 all rights reserved. BEGIN WITH GLOBAL DECLARATIONS.
*************************************************************************************************************************************************/	
/** Full Details Table **/
#SUBContainerProductDIV { width: 736px; position: relative; }
#relatedTableDIV	{ width: 200px; float: right; vertical-align: top; clear: both; position: relative; }

.productTable 		{ width: 780px; border: #CCCCCC 0px solid; padding:2px; margin-top: 10px; margin-bottom: 10px; color: #555555; }
.productTableHeading  	{ background: #222222; color: #2C467B; text-align: left; padding:4px; border-bottom:#FDC22D 1px solid; border-top:#FDC22D 1px solid; 
                          text-indent: 2px; letter-spacing: 1px; font-size: 14px; }
.productTableHeading a:link, .productTableHeading a:visited	{ color: #FDC22D; text-decoration : none; font-weight: normal; }
.productTableHeading a:hover, .productTableHeading a:active	{ color: #efefef; text-decoration : underline; font-weight: normal;}
.productTableContent { background: #111;  padding:4px; border:#6CB0CE 0px solid; font-size: 14px; color: #fff; } 

.infoCategoryTable 			{ width: 100%; border: #CCCCCC 1px solid; padding:2px; margin-top: 10px; margin-bottom: 10px; color: #555555; }
.infoCategoryTableHeading  	{ background: #efefef; color: #2C467B; text-align: left; padding:4px; border-bottom:#cccccc 1px solid; 
                              text-indent: 2px; letter-spacing: 2px; font-size: 14px;}
.infoCategoryTableHeading a:link, .infoCategoryTableHeading a:visited	{ color: #934C0F; text-decoration : none; font-weight: normal; }
.infoCategoryTableHeading a:hover, .infoCategoryTableHeading a:active	{ color: #934C0F; text-decoration : none; font-weight: normal;}
.infoCategoryTableContent { background: #ffffff;  padding:4px; border:#dddddd 0px solid; font-size: 13px;}
 
#container { display: table; width: 680px; }                  



/*******************************************************************************************************************************************************************************************
		Begin Product Image Style settings
*******************************************************************************************************************************************************************************************/
#productImageDIV	{ width: 240px; height: 240px; text-align: center; float:right; font-size: 10px; background: #fff; color: #2C467B; border:#111 5px solid; }
/*******************************************************************************************************************************************************************************************
 											 	Price Cart Tables Stylesheet
*******************************************************************************************************************************************************************************************/
.pricecart     	{ width: 100%; background:transparent; border:#dd6900 1px solid; }
	.pricecart a:link, .pricecart a:visited	{ color: #800000; text-decoration : none; font-weight: normal;}
	.pricecart a:hover, .pricecart a:active	{ color: #000000; text-decoration : underline; font-weight: normal;} 
	/******** Alternating Row Colors ********/
	.pricecart tr.pc0 td { background: #fff; font-size: 11px; color: #000000; border: #cccccc 1px solid; padding:2px; height: 22px; }	             
	.pricecart tr.pc1 td { background: #efefef; font-size: 11px; color: #000000; border: #dddddd 1px solid; padding:2px; height: 22px; }                                
	/******** Alternating Row Colors ******** dd6900 */          
.pricecart th  	{ background:#444; border: #777 1px solid; letter-spacing: 1px; font-size: 11px; color:#fff; height: 25px; padding:2px; }	             
.cellSKU	{ width: 70px; text-align: left; }
.cellPrice	{ width: 70px; text-align: center; }
.desc	{ width: 510px; }
.cellAddToCart	{ width: 80px; text-align: center; }
.descriptionHeaderCell	{ text-align: left; }
.featCart { background: #2C467B; font-size: 10px; color:#fff; font-weight: bold; vertical-align: middle; }

#NewcontainmentDIV	{ width: 730px; height: 100%; position: relative; z-index: 1;  background-image:url('../images/PriceCart_02.png'); clear: both; }
.newPriceCart 		{ width: 728px; font-size: 12px; background: #fff; color: #111111;  line-height: 22px; margin-top: 15px; margin-bottom: 22px; border: #F67B14 0px solid; } 
.newPriceCart th 	{ font-size: 12px; letter-spacing: 1px; padding: 2px;
                   	  background: #F1F1F1; color: #800000; border: #CCCCCC 1px solid; border-bottom: #CCCCCC 0px solid; }
.relatedLabelTop	{ psoition: relative; height: 24px; vertical-align: middle; text-align: center; font-size: 12px; letter-spacing: 1px; color: #800000; padding: 2px; }
.newPriceCart tr 	{ background: #ffffff; }  					               
.newPriceCart td 	{ font-size: 12px; color: #444444;  padding-top: 10px; padding-bottom: 10px; background: #F9F9F8; background-image:url('../images/newPriceCart.jpg'); 
					  background-repeat:repeat-x; border: #ffffff 3px solid; } 
.MSRPSpan			{ font-size: 10px; color: #444444; font-weight: bold; font-style: italic;  }  
.priceSpan			{ font-size: 14px; color: #008000; font-weight: bold; }        
	.newPriceCart a:link,	
	.newPriceCart a:visited  	{ color: #800000; text-decoration : none; font-weight: normal;}
	.newPriceCart a:active,
	.newPriceCart a:hover	  	{ color: #000000; text-decoration : underline; font-weight: normal;} 
/*******************************************************************************************************************************************************************************************
 											 Small Product List Tables Stylesheet
*******************************************************************************************************************************************************************************************/
.productListContainer		{ background: #333; color: #DDD7BA; width: 780px; border:1px solid #777; margin: 10px 0px 0px 0px; }
.productListContainer td	{ padding: 3px; vertical-align: top; text-align: center; width: 25%; }
                                                    
.productListTable		{ width: 100%; height: 170px; border: #777 0px solid; }
.productListTable td	{ height: 120px; background: #fff; color: #111; font-size: 9px; padding: 2px; vertical-align: middle; text-align: center; border:1px solid #000; }                                               
.productListTable th	{ height: 50px; background: #111; color: #ffcc66; font-size: 12px; padding: 2px; font-weight: normal; vertical-align: top; border: #777 1px solid; } 
	.productListTable a:link, .productListTable a:visited	{ color: #ccc; text-decoration : underline; font-size: 9px; }
	.productListTable a:hover, .productListTable a:active	{ color: #ffcc66; text-decoration : none; font-size: 9px; }


.productListTableFEAT		{ width: 100%; height: 170px; border: #777 0px solid; }
.productListTableFEAT td	{ height: 120px; background: #fff; color: #111; font-size: 9px; padding: 2px; vertical-align: middle; text-align: center; border:2px dotted #993300; }
.productListTableFEAT th	{ background: #993300; color: #fff; width: 100%; font-size: 12px; padding: 2px; font-weight: normal;
                          	  border: #fff 2px dotted; height: 50px; vertical-align: top; } 
	.productListTableFEAT a:link, .productListTableFEAT a:visited	{ color: #ccc; text-decoration : underline; font-size: 9px; }
	.productListTableFEAT a:hover, .productListTableFEAT a:active	{ color: #fff; text-decoration : none; font-size: 9px; }
/***************************************************************************************************************************
												End Product Listing Table Styles
***************************************************************************************************************************/
.productDiv	{ background: #ffffff; color: #757575; width: 100%; font-size: 9px;
                          padding: 4px; border:0px solid #444444; vertical-align: top; text-align: center;
                          }                                               
.productDiv a:link,
.productDiv a:visited	{ color: #0066CC; text-decoration : none; font-size: 9px; }
.productDiv a:hover,
.productDiv a:active		{ color: #800000; text-decoration : none; font-size: 9px; }

/***************************************************************************************************************************
												Begin SubCategory Description Table Style
***************************************************************************************************************************/
.subCatDetails			{ width: 780px; border:1px solid #222; margin: 10px 0px 0px 0px; }
.subCatDetails th		{ background: #222; padding: 2px; }
.subCatDetails h2		{ font-size: 14px; margin: 0px; letter-spacing: 2px; }
.subCatDetails td		{ background: #111; vertical-align: top; color: #ddd; font-size: 14px; padding: 10px; }
	            
/***************************************************************************************************************************
												Begin Product Info Table Style
***************************************************************************************************************************/  
.productinfo 	{ width: 100%; border:#993300 1px solid; text-align:center; font-size: 9px; }	
.productinfo th { background: #222222; color: #efefef; font-weight: bold; text-align:center; font-size: 12px; border:1px solid #D4D4D4; padding:3px; }	
.productinfo td { background: #E8E8E8; border:#C0C0C0 1px solid; font-size: 9px; color: #1D325E; padding:3px; text-align:center; }				                
/***************************************************************************************************************************
												Related Products Table Style
***************************************************************************************************************************/
#relatedTitleDIV	{ width: 778px; float: left; background: #333333; color: #FDC22D; font-size: 15px; line-height: 20px;  border:1px solid #993300; margin-top: 10px; }
#relatedContainerDIV	{ width: 778px; float: left; background: #222222; border:1px solid #FDC22D; margin-top: 10px; text-align:center; }
.relatedItem	{ width: 190px; height: 125px; padding-top: 4px; float: left; font-size: 9px; background: #ffffff; color: #555F86;  line-height: 15px; margin: 2px; }

.relatedTable 		{ width: 100%; font-size: 9px; background: #ffffff; color: #555F86;  line-height: 15px; margin-top: 10px; margin-bottom: 10px; } 
.relatedTable th 	{ font-size: 12px; letter-spacing: 1px; padding: 2px;
                   	  background: #F1F1F1; color: #800000; border: #CCCCCC 1px solid; border-bottom: #CCCCCC 0px solid; }
.relatedLabelTop	{ psoition: relative; height: 24px; vertical-align: middle; text-align: center; font-size: 12px; letter-spacing: 1px; color: #800000; padding: 2px; }
					               
.relatedTable td 	{ font-size: 9px; color: #555555;  padding: 3px; background: #555555; border: #dddddd 0px solid; }         
	.relatedTable a:link,	
	.relatedTable a:visited  	{ color: #800000; text-decoration : none; font-weight: normal;}
	.relatedTable a:active,
	.relatedTable a:hover	  	{ color: #000000; text-decoration : underline; font-weight: normal;}                  
/***************************************************************************************************************************
 														End Stylesheet
***************************************************************************************************************************/
