

/* HOME PAGE ONLY */

    #menu { background-color: #DBDBDB; padding: 7px 0px 12px 10px; }
	.tab { background-color: white; }
	#menu .tab {border-left: 2px solid #DBDBDB; }
	.tab th {background-color: #9CC56B; font-weight: bold; font-size: 11px; }
	.tab strong {color: red;}
	
	.tab th a:link, .tab th a:visited, .tab th a:hover, .tab th a:focus, .tab th a:active { color: #336600; text-decoration: none; }
	.tab th a:hover, .tab th a:focus { color: #1E3C00; }
	
	.tab #sorry { padding-top: 30px; text-align: center; color: #333333; font: bold 12px verdana, arial sans-serif; }
/*--------//------*/



/* PRODUCT DETAIL PAGE */

	#harddrives, #batteries {
		position: relative; 
		visibility: hidden;
		display: none;
	}
	
	#harddrives p, #batteries p {
		color: #444444;
	}
	
	#harddrives { visibility: visible; display: block; }

/*--------//----------*/

#prod_description span {display: none; }

