div.tab-left, div.tab-right {
	width:305px;
}

div.tab-middle {
	margin:0 0 0 320px;
}

ul.tabs1, ul.tabs2, ul.tabs3 {  
	margin:0 !important; 
	padding:0;
	overflow:hidden;
	zoom:1;w
}

ul.tabs1 li, ul.tabs2 li, ul.tabs3 li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

ul.tabs1 a, ul.tabs2 a, ul.tabs3 a { 
	background-color:#d9e1ea;
	width:150px;
	height:52px;
	float:left;
	display:block;
	position:relative;
}

ul.tabs1 a img, ul.tabs2 a img, ul.tabs3 a img {
	margin:10px 0 0 10px;
}

ul.tabs1 a:hover, ul.tabs2 a:hover, ul.tabs3 a:hover {
	background-color:#88abd9;
}

ul.tabs1 a.current, ul.tabs2 a.current, ul.tabs3 a.current {
	background-color:#fff;
	cursor:default;
}

ul.tabs1 a.active, ul.tabs2 a.active, ul.tabs1 a.active {
	outline:none;
}
	
div.panes1 div, div.panes2 div, div.panes3 div {
	display:none;
	width:275px;
	font-size:.75em;
	padding:14px;
}

div.panes1 div img, div.panes2 div img, div.panes3 div img {
	margin-bottom:15px;
}

div.panes1, div.panes2, div.panes3 {
	background-color:#fff;	
	width:300px;
	min-height:300px;
  	height:auto !important;
  	height:300px;
	border-right:5px solid #a5c0e0;
	border-bottom:5px solid #a5c0e0;
}

