/* Compatibile Products Table */
/* All Upsells Div */
div#allUpsells a {text-decoration: none;}

/* Tabbed Description */
td#tabDesc, td#tabRem, td#tabKey, td#tabRec, td#tabAcc, td#tabRel {height: 35px; font: 11px verdana; font-weight: bold; color: #FFF;}
div#tabDiv1 {margin-top: 10px;}

/* Product Div Styles */
div#compProdRemotes, div#compProdKeypads, div#compProdReceivers, div#compProd, div#relatedInfo {

	 width:auto !important; /* Change the way the the width is calculated for firefox compatibilty. The compatibles block were overlapping behind the right nav in AAASP */	
	 width:100%;
	 margin-bottom: 5px; 
	 padding: 10px;
}

/* Table Cell Styles */
div#compProdRemotes td, div#compProdKeypads td, div#compProdReceivers td, div#compProd td, div#relatedInfo td {height: 50px;}

/* Img Table Cell Styles */
td#prodImg {background-color: #FFF; border: 1px solid #FFF;}
/* td#prodImg:hover {border: 1px solid #CC0000;} */

/* Product Table Styles */
div#compProdRemotes table, div#compProdKeypads table, 
div#compProdReceivers table, div#compProd table, div#relatedInfo table 
	{font: 11px verdana; font-weight: bold;}

td#tabRem {background-color: #2177DB;}
div#compProdRemotes {border: 2px solid #2177DB; background-color: #F5FAFE;}

td#tabKey {background-color: #7FD73E;}
div#compProdKeypads {border: 2px solid #7FD73E; background-color: #F5FDF4;}

td#tabRec {background-color: #FF9F11;}
div#compProdReceivers {border: 2px solid #FF9F11; background-color: #FFFAF2;}

td#tabAcc {background-color: #924700;}
div#compProd {border: 2px solid #924700; background-color: #FAF8F5;}

td#tabRel {background-color: #C7C87B;}
div#relatedInfo {border: 2px solid #C7C87B; background-color: #FBFBF4;}