#tab_wrapper {
	position:relative; 
	height:350px; 
	width:350px;
	
}
.feature { 
	position:absolute; 
	overflow:hidden; 
	background: #f9f9f9;
	margin: 15px 0 0 0;
}
.feature img { 
	border:none;
	
}
#tabs_toggle { 
	position: relative;
	height: 32px;
	width: 350px;
	background:#f9f9f9 none repeat scroll 0 0;
	margin:-22px 0 0 15px;
	padding:0 10px;
	position:relative;
	width:261px;
	z-index:100;
}
#tabs li {	
	
}
#tabs li a {
	position: absolute;
	top: 0;
	display:block;
	height:32px;
	background: url(../images/platform/tab_platform_sprite.gif) no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1%;
	width: 96px;
}
#tabs li.tradeview a  {
		background-position: 0 0;
		left: 0;
}
#tabs li.vwapview a  {
		background-position: -110px 0;
		left: 110px;
}
#tabs li.orderview a  {
		background-position: -220px 0;
		left: 220px;
}

#tabs li.tradeview a:hover  {
		background-position: 0 -40px;
}
#tabs li.vwapview a:hover  {
		background-position: -110px -40px;
}
#tabs li.orderview a:hover  {
		background-position: -220px -40px;
}

#tabs li.tradeview a.active  {
		background-position: 0 -40px;
}
#tabs li.vwapview a.active  {
		background-position: -110px -40px;
}
#tabs li.orderview a.active  {
		background-position: -220px -40px;
}
.tab_wrapper {
	position: relative;
	border:1px solid #D9D9D9;
	padding: 10px;
	float:left;
	margin-right:20px;
	width: 385px;
	margin-top:10px;
	height:380px;

}
.description {
	margin: 0 0 0 9px !important;
	padding: 0px;
}
.tab_wrapper h5{
	margin: 0px 0px 5px 9px !important;	
}



