/*tabs in intro div
----------------------------------------------------*/
#sidebar .tabs {
	width: 433px;
	margin:10px 0 0;
	background: #ccc;
	border: 1px solid #ccc;
	border-width: 1px 1px 0;
	}
#sidebar .tabs ul {
	margin:0;
	padding: 0;
	border: 0;
	}
#sidebar .tabs li {
	display: inline;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	}
#sidebar .tabs ul a {
	float: left;
	margin: 0 1px 1px 0;
	padding: 8px 0 6px;
	width: 143px;
	text-align: center;
	background: #eee none !important;
	outline: none;
	}
#sidebar .tabs ul .last a {
	width: 145px;
	margin-right: 0;
	}
#sidebar .tabs ul a:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
	}
#sidebar .tabs ul a.selected {
	border-bottom: 2px solid #fff !important;
	margin-bottom: 0pt;
	background: #fff !important;
	cursor: default;
	color: #000;
	}
#sidebar .tabs div {
	clear: left;
	background: #fff;
	padding: 1px 0 0;
	}
#sidebar .tabs div.list-item {
	padding: 5px;
	}






#sidebar .tabs div.pic-holder {
	float: left;
	clear: none;
	padding: 5px 0 0 5px;
	margin: 0 15px 0 0;
	text-align: left;
	}
#sidebar .tabs div.description {
	float: left;
	clear: none;
	padding: 5px 0;
	width: 290px;
	border: 0;
	}
#sidebar .tabs div.description h3 {
	margin-top: 0;
	margin-bottom: 5px;
	}
#sidebar .tabs div.description p {
	margin-top: 0;
	margin-bottom: 5px;
	}
#sidebar .tabs ul.data {
	margin: 0;
	font-size: 1.2em;
	line-height: 1em;
	background: url(../images/bg-ul-data.gif) no-repeat;
	height: 38px;
	}
#sidebar .tabs ul.data li {
	display: block;
	float: left;
	width: 100px;
	padding-top: 13px;
	line-height: 1em;
	font-weight: normal;
	text-align: left !important;
	overflow: hidden;
	white-space: nowrap;
	}
#sidebar ul.data li.member {padding-right:0;width: 140px!important;}
#sidebar .tabs ul.data li a {
	display: inline !important;
	width: auto !important;
	float: none !important;
	margin: 0;
	padding: 0;
	background: none !important;
	border: 0;
	}