* { margin: 0; padding: 0; outline: none; }
.clear { clear: both; }

#tabsContainer { 
	margin: 0px auto 0px auto;
	width: 95%;
	}

.tab-content {
/*	width: 720px;
	min-height: 435px;
	background: url(../elements/tabs/tab-container.gif) no-repeat left top;
  */
	display: none;
	padding: 20px;
	font-size: 14px;
	line-height: 18px;
	color: #3c3c3c;
	}
	 
	.tab-content.selected { display: block;}

.navPage {
/*	width: 720px;
	min-height: 435px;
	background: url(../elements/tabs/tab-container.gif) no-repeat left top;
  */
	display: none;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
	/*line-height: 18px;*/
	}

	.navPage.selected { display: block;}
	
  
.tabs {
	display: block;
	float: left;
	height: 30px;
	padding: 0 0 0 20px;
	line-height: 29px;
	font-size: 14px;
/*	font-weight: bold; */
	position: relative;
	top: 3px;
  left:20px;
	color: #787878;
	text-decoration: none;
	background: url(../elements/tabs/tab-left.gif) no-repeat left top;
	margin: 0 5px 0 0;
  z-index:2;
  cursor: pointer;
	}
	
	.tabs span {
		display: block;
		float: left;
		background: url(../elements/tabs/tab-right.gif) no-repeat right top;
		padding: 0 20px 0 0;
		}

.tabs.selected { background: url(../elements/tabs/tab-active-left.gif) no-repeat left top; color: #3c3c3c; }
.tabs.selected span { background: url(../elements/tabs/tab-active-right.gif) no-repeat right top; }

.tabs:hover { color: #3c3c3c; }