/* ProdViewTabStrip.css */

		/* tab strip */
		.tabStrip ul { margin: 0; padding: 0; list-style-type: none; }
		.tabStrip li { position: relative; margin: 0 2px 0 0; list-style-type: none; float: left; }
		.tabLink { display: block; text-decoration: none; padding: 5px 5px; height: 20px; background: lightblue url('TabBg.png') repeat-x; background-position: 0 -50px; color: #606060; white-space: nowrap; font-size:10pt}
		.tabLink:hover { background-position: 0 0; background: dodgerblue url('TabBgNonActiveHover.png') repeat-x; color:white; }
		.tabLinkActive { display: block; text-decoration: none; padding: 5px 5px; height: 20px; background: blue url('TabBgActive.png') repeat-x; background-position: 0 -50px; color: #ffffff; white-space: nowrap; font-size:10pt}
		.tabLinkActive:hover { background-position: 0 0; }
		.tabContent { display: none; }
		.tabContentActive { display: block; clear: both; xxxbackground: #474747; padding: 20px; margin: 0 0 20px 0; }
		.tabBlankHeight { height:30px }
		
		/* tab rounded corners */
		.corner { position: absolute; width: 10px; height: 10px; background: url('TabCorners.png') no-repeat; font-size: 0%; }
		.TL { top: 0; left: 0; background-position: 0 0; }
		.TR { top: 0; right: 0; background-position: -10px 0; }
		.BL { bottom: 0; left: 0; background-position: 0 -10px; }
		.BR { bottom: 0; right: 0; background-position:  -10px; }
