/****************************************** 
   CSS STYLES FOR TABS IN FILE index.html 
*******************************************/

#tabsContainer
{
   width: 960px;
   height: 172px; /* 32px for buttons and 140px for tab content*/
   margin-left: 40px;
   margin-bottom: 10px;
   background-color: #FFF;
}

#tabsWrapper
{
	margin: 0px;
	width: 960px;
	height:140px;
	overflow: hidden;
	position: relative;
}

#tabsBtnBar
{
    height: 32px;
    width: 960px;
    background-color: #FFF;
}

.tabsBtn
{
   height: 32px;
   float: right;
   font: normal 12px/32px "Trebuchet MS", Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   color: #FFF;
   background-color: #000;
   padding-right: 14px;
   padding-left: 14px;
   cursor: pointer;
   border-top: 1px solid #3399cc;
}

.tabsDefaultTab
{
    display:none;   
}

.tabsSource
{
    display:none;   
}

.tabsGeneral 
{
	position: absolute;
	padding-top: 10px;
	padding-left: 10px;
	width:940px;
	margin: 0px;
	background-color:transparent;
	visibility:visible;
	left: 218px;
	top:1152px;
}

.tabsFeatureImageContainer
{
    float:left; 
    margin-right:10px;
    width:168px;
    height:112px;
    background-color:#000;
    border: 1px solid #333;
    padding: 3px;
    
    background-image: url('../img/common/ajax/loading6.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;       
}

.tabsThumbsContainer
{
	margin-top:5px;
	border: 0px solid blue;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-right: 15px;
}

.tabsThumb
{
	display:block;
	float:right;
	width:75px;
	height:61px;
	background-color:white;
	background-image: url('../img/common/ajax/loading2.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-left:5px;
	overflow: hidden;
	border: 1px solid #aaa;
	cursor:pointer;
}

.tabsThumb:hover
{
    border: 1px solid #222;
}

.tabsDesc
{
    font: 11px Verdana;
    color: #FFF;
    line-height: 120%; 
}

.tabsHeader
{
    margin-bottom: 5px; 
    font: bold 25px "Trebuchet MS", Arial, Helvetica, sans-serif;
    height: 30px;
    color:#3399CC;
}

