
/*Example for a tabs Style*/
.tabs {height:23px;}
.tabs ul {margin:0px; padding:0px; list-style:none; text-align:center;}
.tabs li {display:inline; line-height:23px;}
.tabs li a {font: bold 1.3em Arial,Helvetica,FreeSans,clean,sans-serif;
	color: #FFFFFF;
	border-bottom: 1px solid #DBEFF6;
	margin-bottom: 5px; }
.tabs li a.tabactive {border-left:0px solid #d7d7d7; border-right:0px solid #d7d7d7; color:#E48C16; font-weight:bold;  position:relative;}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#anothercontent1,#anothercontent2, #anothercontent3, #anothercontent4,#anothercontent5, #anothercontent6, #contentthree1, #contentthree2, #contentthree3 {border:0px solid #ececec; width:273px; text-align:left; padding:6px 0px; font-size:12px; margin-bottom:5px;}