ul.tabs
 { 
 	padding: 0; 
 	float: left; 
 	list-style: none; 
 	height: 40px; 
 	width: 630px;
 	background: url('../images/MaxiNew/tabs.png') repeat-x;
 	float: left;
 	z-index: 1;
 	position: relative;
 }

ul.tabs li
 { 
 	float: left;
 	line-height: 30px; 
 	background: url('../images/MaxiNew/tabs.png') repeat-x;
 	padding: 0 5px;
 }

ul.tabs li a 
{ 
	text-decoration: none; 
	color: #33383E; 
	display: block; 
	font-size: 13px; 
	line-height: 14px;
	border-bottom: dotted 1px #5D7892;
    float: left;
    padding-top: 12px;
}

ul.tabs li a:hover 
{
	 color: #004C73;
	 cursor: pointer;
}

html ul.tabs li.active
 { 
 	background: none;
 	color:#33383E; 
 	position: relative;
 	top: -5px;
 }

.tab_container 
{ 
	position:relative;
	z-index:10;
	clear: both; 	 	
	background: #FFF; 
	margin-top: -5px;
}

.tab_content 
{
	 padding:10px;
	 box-shadow: 0 0 2px #ececec;
	 background: #FFF;
	 border-bottom: 1px solid #c5c5c5;
	 border-left: 1px solid #ececec;
	 border-right: 1px solid #ececec;
	 border-top: 0;
      -moz-border-bottom-left-radius: 10px;
      -webkit-border-bottom-left-radius: 10px; 
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
 }

.tableTab
{
	padding-top: 5px;
}

html ul.tabs li.active a, html ul.tabs li.active a:hover 
{
	color:#33383E;
	border: 0;
	background: url('../images/MaxiNew/tabs-sel.png') repeat-x;
	height: 44px;
	padding: 0 5px;
	padding-top: 16px;
}

.tab-block
{
    width: 650px;    
}

.tab-search
{
   margin-left: 17px;
   text-align: left; 
 /*  margin-top:10px;*/
   font-size:0.9em;
}

.tab-search-drp
{
	margin-top:5px; 
	margin-left:15px
}

.tabText
{
	margin-left:-75px;
	margin-top:5px;
}

.tab-block
{
	background-color: #FFF;
    /*width: 680px;
    width: 693px;  */  
}

.tabs-left, .tabs-right
{
    float: left;
    width: 10px;
    height: 39px;
    background: url('../images/MaxiNew/tabs-left.png') no-repeat;
}

.tabs-right
{
    background: url('../images/MaxiNew/tabs-right.png') no-repeat;
}

.tab-left, .tab-right
{
    float: left;
    width: 9px;
    border: 0;
}

ul.tabs li.active .tab-left
{
    background: url('../images/MaxiNew/tabs-sel-left.png') no-repeat;
    height: 44px;
}

ul.tabs li.active .tab-right
{
    background: url('../images/MaxiNew/tabs-sel-right.png') no-repeat;
    height: 44px;
}