
#tabsContainer { 
	margin: 50px 0 0 50px;
	width: 560px;
	}

.tab-content {
	/*width: 1024px;*/
	min-height: 235px;
	/*background: url(tab-container.gif) no-repeat left top;*/
	display: none;
	padding: 20px;
	font-size: 13px;
	line-height: 22px;
	color: #3c3c3c;
	clear:both;
	}
	
	.tab-content.selected {
		display: block;
	 	border: 1px solid #9F9F9F;
	}
	
.tabs {
	display: block;
	float: left;
	height: 30px;
	padding: 0 8px 0 8px;
	line-height: 29px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	top: 1px;
	color: #787878;
	text-decoration: none;
	background: url(tab-left.gif) no-repeat left top;
	/*margin: 0 5px 0 0;*/
	border-right:1px solid #9F9F9F;
	}
	
.tabs span {
	display: block;
	float: left;
	background: url(tab-right.gif) no-repeat right top;
	padding: 0 20px 0 0;
}

.tabs.selected { 
	background: url(tab-active-left.gif) no-repeat left top;
	color: #3c3c3c; 
}
.tabs.selected span { background: url(tab-active-right.gif) no-repeat right top; }

.tabs:hover { color: #3c3c3c; }