﻿/*---------------------*/
#tab-panel
{
	padding-top:6px;
	padding-bottom:10px;
	background-color:#003ca5;
width:321px;	
-webkit-border-radius:12px;
-moz-border-radius: 12px;
border-radius: 12px;
behavior: url(http://tracomeco.com/PIE.htc);
min-height:180px;height:auto !important;height:180px;
}
.tab-bg-top
{
background-image:url(../images/bg-tab-top.png);
background-repeat:no-repeat;
width:321;
height:13px;	
	
}

.tab-bg-center
{
	margin-top:-5px;
	background-image:url(../images/bg-tab-center.png);
	background-repeat:repeat-y ;
	width:321;


	
}
.tab-bg-bottom
{
background-image:url(../images/bg-tab-bottom.png);
background-repeat:no-repeat;
width:321;
height:17px;	
		
}


.tab-content-top
{
	background-image:url(../images/bg-content-tab.png);
background-repeat:no-repeat;
width:319px;
height:8px;
	
}
.tab-content
{
	display: block;

	padding:15px 15px 0 15px;
	font-size:12px;
	font-family:Arial;


	background-color:White;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;

	margin-top:-2px;
	width:289px;	
-webkit-border-radius:12px;
-moz-border-radius: 12px;
border-radius: 12px;
behavior: url(http://tracomeco.com/PIE.htc);

}
.tab-content-bottom
{
	background-image:url(../images/bg-content-bottom.png);
background-repeat:no-repeat;
width:319px;
height:9px;

	
}
.tab-title
{
	position:relative;
	display:block;
	height: 26px;
	margin:0 auto;
	width:300px;
}
.title-item,.title-item-active
{
	text-align:center;
	color:white;	
	height:20px; 
	width:144px;
	padding-top: 7px;
	font-weight: bold;
	background: url(../images/taboff.png);
	z-index: 1;
	position: absolute;
	font-size:12px;
	font-family:Tahoma;
}
.title-item-active{ 
	background: url(../images/tabon.png);
	color: #3366cc;
	z-index: 2;
		font-size:14px;
	font-family:Tahoma;
}
#tab-1{
	left:0;
	cursor:pointer;
}
#tab-2{
	left:130px;
	cursor:pointer;
}