.tab-vert-1  {
	width:98%;
	left:1%;
	height:100%;
	box-shadow:0 0 3px #c3c3c3; 
	border-radius:10px; 
	background-color:#f8f8f8; 
	overflow-x:hidden;
	overflow-y:visible;
	position:relative;
	display:inline-block;
	margin:2px; 
	 }
.tab-vert-1 dd.current { 
	display:block;
	}
.tab-vert-1 dt { 
	width: 15%;
	border-bottom-width:1px;
	border-bottom-color: #999999;
	color:#999999;
	font-size:12px; 
	font-weight:700;
	text-align:left;
	overflow-x:hidden;
	overflow-y:inherit;
	cursor:pointer; 
	padding:14px 0 14px 3%; 
	}
.tab-vert-1 dt img { 
	display:inline-block; 
	margin-right:15px; 
	position:relative; 
	top:5px;
	}
.tab-vert-1 dd {
	background-color:#FFF;
	height:100%;
	width:85%;
	min-height: 800px;
	box-shadow:inherit;
	overflow-x:inherit;
	overflow-y:visible;
	position:absolute;
	top:0;
	right:0;
	display:none;
	z-index:100;
	padding:3px;;
	}
.tab-vert-1 dt:first-child { 
	margin-top:0;
	}
.tab-vert-1 dd .column_group p:first-child { 
	margin-top:0;
	}
.tab-vert-1_arrow {
	position:absolute;
	top:0;
	left:23%;
	z-index:101;
	width:18px;
	height:36px;
	}
.tab-vert-1 dt.current { 
	color:#01C3FD;
	background-color:#fff;
	}
	
.full_width {
    width: 100%;
}
