﻿
.tabs
{
padding-left:0px;
}
.tab {
	display: inline-block;
	zoom: 1;
*display:inline;
	border: 1px none #999;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	background-color: #666;
}
.tab:hover
{
	background-color: #000;	
}
.tab a {
	font-size: 12px;
	line-height: normal;
	display: block;
	outline: none;
	font-family: Myraid-Pro;
	color: #FFF;
	text-align: center;
	text-decoration: none;
padding:10px;
padding-left:15px;
padding-right:15px;
}
.tab a:hover {
	text-decoration: none;
	background-color: #333;
}

.tab.active {
	border-color: #666;
	background-color: #333;
}
.tab_container div {
	 background:url(../images/tabfull.jpg);
	border: 1px none #666;
	padding: 0px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
	font-family: Myraid-Pro;
	font-size: 12px;
	color: #000;
max-height:347px;
overflow-y:auto;
overflow-x:auto;
}
.tab_container div table
{  
max-width:401px!important;
font-family:Myraid-Pro!important;
font-size:12px!important;
}
.tab_container div table tr
{
width:auto!important;
}
.tab_container div table tr td
{
width:auto!important;
}

.tab_container div table tr:nth-child(odd)
{
background-color:#EBEBEB
}
.tab_container
{
width:417px;
float:right;
    margin-left: 2px;
    margin-right: 47px;
    text-align: left;
   /*margin-top:-50px;*/
   margin-bottom:50px;
}
