
/*-------------------------------------------------------------------------*/
/*	3. Tabs - Type 1
/*-------------------------------------------------------------------------*/

.tabs_type_1 dd.current{
display:block;
}

.tabs_type_1 {
width:100%;
height:468px;
box-shadow:0 0 3px #c3c3c3;
border-radius:10px;
background: #fff url('../images/tabs_dtgradient.jpg') 195px 0 repeat-y;
overflow:hidden;
position:relative;
margin:0;
}

.tabs_type_1 dt {
width:23.5%;
border-bottom:1px solid #ededed;
font-size:12px;
font-weight:700;
cursor:pointer;
padding:16px 0 16px 1.5%;
}

.tabs_type_1 dt img {
display:inline-block;
margin-right:15px;
position:relative;
top:5px;
}

.tabs_type_1 dd {
margin-left:25%;
background-color:#FFF;
height:85%;
box-shadow:inherit;
overflow:auto;
position:absolute;
top:0;
right:0;
display:none;
z-index:1000;
padding:4%;
}

.tabs_type_1 dt:first-child {
margin-top:.2%;
}

.tabs_type_1 dd .column_group p:first-child {
margin-top:0;
}

.tabs_type_1_arrow {
position:absolute;
top:0;
left:23%;
z-index:1001;
width:18px;
height:36px;
background-image:url(../images/tab-type1-arrow.png);
background-repeat:no-repeat;
}

.tabs_type_1 dt.current,
.tabs_type_2 dt.current {
color:#01C3FD;
}