@charset "utf-8";



/* ------------------------------------------------- */


ul.tabs {
margin: 0;
padding: 0;
/*float: left;*/
list-style: none;
/*height: 32px; *//*--Set height of tabs--*/
height: 40px; 
/*border-bottom: 1px solid #999;
border-left: 1px solid #999;*/
/*width:auto;*/
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
color:#FF0000;
width:100%;

background:#ffffff;
}

ul.tabs li {
width:49.5%;	
float: left;
margin: 0;
padding: 0;
height: 39px; /*--Subtract 1px from the height of the unordered list--*/
line-height: 39px; /*--Vertically aligns the text within the tab--*/
border: 1px solid #FFFFFF;
border-left: none;
margin-bottom: -1px; /*--Pull the list item down 1px--*/
overflow: hidden;
position: relative;
/*background: #e0e0e0;*/
background:#FFFFFF;
background-image:url(images/tab_img2.png);
color:#FF0000;

}

ul.tabs li a {
/*	width:266px;*/
text-decoration: none;
text-align:center;

color: #5a5388;
display: block;
font-size: 1.2em;
padding: 0 20px;
border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
outline: none;

}

ul.tabs li a:hover {
/*background:yellow;*/
background: #7b73b0;
color:#ffffff;
}

ul.tabs li.active a, ul.tabs li.active a:hover  { /* --Makes sure that the active tab does not listen to the hover properties-- */
background: #5a5388;
color:#fff;
}

.tab_container {
border-top: none;
overflow: hidden;
clear: both;
float: left; width: 100%;
background: #fff;
width:100%;

}

.tab_content {
padding: 20px;
font-size:13px;
color:#333;
color:#333333;
font-family:Arial, Helvetica, sans-serif;
}
