#tabs ul {
	float: left;
	height: 22px;
	width:350px;
	border-bottom: solid 1px #cccccc;
}

#tabs li {
	font-size: 10px;
	text-transform: uppercase;
	list-style: none;	
	margin-left: 5px;
}

* html #tabs li {
	display: inline; /* ie6 double float margin bug */
}

#tabs li, #tabs li a {
	float: left;
}

#tabs ul li a {
	position: relative;
	text-decoration: none;
	padding: 5px;
	color: #4a2400;
	font-weight: bold;
	background: #FFF;
	border-bottom: none;
}

#tabs ul li.active {
	background: #eaeaea;
	border: 1px solid #cccccc;
	border-bottom: none;
}

#tabs ul li.active a {
	background: #eaeaea;
	color: #4a2400;
}

#tabs .tabs_item h1 {
	font-size: 12px;
	color: #cc9966;
	text-align: left;
	padding: 10px;
}

#tabs .tabs_item {
	background: #FFF url('../images/tabbed-bg.gif') top repeat-x;
	clear: both;
	padding: 5px 0px 0px 5px;
	min-height: 217px;
}

#tabs .tabs_item .social_tabs_item {
	position: absolute;
	vertical-align: middle;
	height: 300px;
	border: solid 1px red;
}