@charset "utf-8";
/* CSS Document */

/*-------------------------------------------------------------------------*/
/*	Tabs
/*-------------------------------------------------------------------------*/

.tabs_type_1 dd.current{
display:block;
}

.tabs_type_1 {
width:100%;
min-height:485px;
height:485px;
background:none !important;
/*opacity: 0.1\0/IE8+9; /* IE8 + 9 + IE10pp4  */

-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background-color:none;
overflow:hidden;
position:relative;
z-index:1;
margin:0;
/*behavior:url(ie-css3.htc);*/
}

/*:root .tabs_type_1 { opacity:1 \0/IE9; } /* IE9 + IE10pp4 */

.tabs_type_1 dt {
width:22%;
font-size:18px;
font-weight:normal;
cursor:pointer;
padding:12px 0 16px 3%;
margin-bottom:5px;
-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
box-shadow:inset 0px 1px 0px 0px #ffffff;
background:#ffffff;

-moz-border-radius:5px 0 0 5px;
-webkit-border-radius:5px 0 0 5px;
border-radius:5px 0 0 5px;
/*text-shadow: 0 1px 0 #036b9c;*/
border:1px solid #dcdcdc;
/*color:#0789c7; */
color:#3a3b3d;
text-decoration:none;
/*behavior:url(ie-css3.htc);*/
}

.tabs_type_1 dt:hover 
{
	
-moz-box-shadow:inset 0px 1px 0px 0px #333333;
-webkit-box-shadow:inset 0px 1px 0px 0px #333333;
box-shadow:inset 0px 1px 0px 0px #333333;
-moz-border-radius:5px 0 0 5px;
-webkit-border-radius:5px 0 0 5px;
border-radius:5px 0 0 5px;
/*text-shadow: 0 1px 0 #000000;*/
/*background:#f6f6f6; */
border:1px solid #333333;
background:#333333;
/*background: url(../images/tabbg.jpg) top left repeat-x;*/
color:#ffffff;

}


.tabs_type_1 dt img {
display:inline-block;
margin-right:15px;
position:relative;
top:5px;
}

.tabs_type_1 dd {
margin-left:27%;
background-color:white;
height:79%;
/*overflow:hidden;*/
position:absolute;
z-index:1;
top:0;
right:0;
display:none;
padding:4%;
height:374;
max-height:374px;
border-color: #00A160;
border-image: none;
border-radius: 0 5px 5px 0;
border-style: solid;
border-width: 9px 10px 10px 8px;
-moz-border-radius: 0px 5px 5px 0px;
-webkit-border-radius: 0px 5px 5px 0px;
border-radius: 0px 5px 5px 0px;
/*behavior:url(ie-css3.htc);*/
}
 
.tabs_type_1 dd.current:first-child { position:relative; z-index:1;}

}

.tabs_type_1 dt:first-child {
/*margin-top:2.4%;*/
position:relative;
z-index:1;
}

.tabs_type_1 dd .column_group p:first-child {
margin-top:0;
position:relative;
z-index:1;
}

.tabs_type_1_arrow {
position:absolute;
top:0;
left:23%;
z-index:1001;
width:24px;
height:36px;
background-image:url(../images/tab-type1-arrow.png);
background-repeat:no-repeat;
}

.tabs_type_1 dt.current,
.tabs_type_2 dt.current {
-moz-box-shadow:inset 0px -2px 0px 0px #41a788;
-webkit-box-shadow:inset 0px -2px 0px 0px #41a788;
box-shadow:inset 0px -2px 0px 0px #41a788;
background:#00A160;
/*background: url(../images/bg8.jpg) top left repeat-x;*/
-moz-border-radius:5px 0 0 5px;
-webkit-border-radius:5px 0 0 5px;
border-radius:5px 0 0 5px;
border:1px solid #007a55;
color:#ffffff;
position:relative;
z-index:1;
/*behavior:url(ie-css3.htc);*/
}

.tabs_type_1 dd .current .exptab
{
    border-color:#AA0303;
    }
.tabs_type_1 dt.current .exptab,
.tabs_type_2 dt.current.exptab {
-moz-box-shadow:inset 0px -2px 0px 0px #FEDFDF ;
-webkit-box-shadow:inset 0px -2px 0px 0px #FEDFDF ;
box-shadow:inset 0px -2px 0px 0px #FEDFDF ;
background:#AA0303;
border:1px solid #AA0303;
color:#ffffff;
/*behavior:url(ie-css3.htc);*/
}    
