﻿@charset "UTF-8";
/* CSS Document */

.tabRow
{
    padding-top: 3px;
		border:0px solid red;
		width: 760px; 

}

#tabs, #tabs2, #tabs3 {
	/*font-size: 90%;
	margin: 10px 0;*/
    background-position: 0px 0px;
    background-repeat: no-repeat;
		border:0px solid yellow;

}

.tabHotspot, .tabHotspot2, .tabHotspot3 {
    float: left;
    width: 127px;
    padding: 0px 10px 0px 10px;
    line-height: 24px;
    overflow: hidden;
    height: 24px;
    cursor: pointer;
		color:#737373;
		border:0px solid pink;
}

.tab, .tab2, .tab3 {
    display: none;
    background-color: #333333;
    width: 760px;
    height: 187px;
    padding: 2px;
		border:0px solid blue;
z-index:-9999!important;
}

.tabHotspotActive, .tabHotspotActive2,  .tabHotspotActive3 {
 color: white;
}