/* temp for new version, will merge into style.css */ 
div.panes div.pane {
	display:none;
	padding:0;
	margin:0;
	
}

/*
div.panes div {
	display:none;		
	padding:0px;
	margin:0px;
}
*/

.panes {
	padding: 10px;
	
}
.panes p{
	float:top;
}

.panes img {
	border: 1px solid #EFEFDE;
	padding: 5px;
	background-color: #D8C2AF;
}
.panes ul li{
	list-style-type: none;
}

.panes ul li {
	float: left;
	width: 95px;
	height:110px !important;
	height:130px;
	text-align: center;
	border:solid 2px;border-color:#FF6600;
	margin:10px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:0px;
	padding-right:0px;
}
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	color:#FFFFFF;
	background-color:#3E290E !important;
}

#img_title {
	display:none;
	font-size:12px;
	background:transparent url(../images/black_arrow.gif);
	height:75px;
	width:171px;
	padding:10px;overflow:hidden;
	z-index:10000;
}

/*test for new chat*/
/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

