#productTabs{
	height			: 32px;
	margin-left		: 10px; 
	margin-top		: 95px; 
	top				: 10px;
	display			: block;
	float			: right;
	min-width		: 10px;
}
#productTabs a{
    display         : inline;
    text-decoration : none;
    padding         : 0px;
    margin-right    : 10px;
    color           : #6a6a6a;
    height          : 22px;
    padding         : 12px 10px 13px 10px ;
    margin-top      : -14px;
	font-size		: 1.5em;
	font-weight		: bold;
	background:url(/images/prods/tabOff.png) ;
	float:left;
	position:relative;
}

#productTabs a.selected{ /*selected main tab style */
    height          : 23px;
    top      		: 2px;
    border          : 1px solid #333;
    border-bottom   : 0 none;
    background-color: #000;
    color           : #FFFFFF;
    padding         : 12px 20px;
	background:url(/images/prods/tabOn.png);
    margin-top      : -16px;
}

ul.inlineUL li{display:inline;float:left;}  /* Inline list items */

.hotspotLinks{position : relative;}
.hotspotBull{
    position    : absolute;
    display 	: none;
    text-align  : left;
    padding-top : 1px;
	min-width	: 200px;
	max-width	: 250px;
	min-height	: 40px;
    left        : 0px;
	top			: -70px;
	padding		: 10px 15px 10px 15px;
	font-weight : normal;
	background-color:#111 !important;
	font-size 	: .85em !important;
	color		: #ffffff;
}

.hotspotLinks a:hover .hotspotBull,.hotspotLinks a:focus .hotspotBull{ display:block; background-color:#00f;}
.hotspotLinks a:hover .hotspotBull p{color:#ffcc00;}

.dc30HPRollover1 {margin-left:-90px;}
.dc30HPRollover2 {margin-left:-90px;}
.dc30HPRollover3 {margin-left:-90px;}

.printLink {display:none;}
