/* CSS Document */
/* root element for tabs  */

html>body .entry ul {
	margin-left: 0px;
	padding:0px;
	list-style: none;
	text-indent:0px;
	}
	html>body .entry li {
	margin:0px;
	}
	.entry ul li:before, #sidebar ul ul li:before {
	content:none ;
	}

#panes_container {
	width:680px;
	height: 210px;
	margin-top:20px;
	overflow: hidden;
	
	
}
div.tabbed_content ul{
	width:680px;
	height:210px;
}
div.tabbed_content ul li{
	width:340px;
	height:210px;
	float:left;
}
div.tabbed_content ul li.tabbed_content_message{
	font-size:44px;
	padding-left:10px;
	width:330px;
	height:210px;
	line-height:44px;
	text-align:left;
}



/*Markup for tabs buttons*/

ul.tab_btns {
	list-style:none;
	width: 100px;
	z-index: 2000;
	height: 22px;
	margin-top:180px;
	padding-left:10px;
	position:absolute;
}


/* single tab */
ul.tab_btns li {
	list-style-image:none !important;
	width:20px;
	float:left;
	
}

/* link inside the tab. */
ul.tab_btns a {
	font-size:11px;
	display:block;
	margin-left:10px;
	line-height:20px;
	width:20px;
	text-align:center;
	text-decoration:none;
	color: #FFF;
	background: #FF3300;
}

ul.tab_btns a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tab_btns a:hover {
	color:#fff;
	background: #000000;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tab_btns a.w1 			{
	background: #FF9900;
	border: 1px solid #FFFFCC;
}
ul.tab_btns a.w1:hover 	{
	background: #000000;
}
ul.tab_btns a.w1.current {
	background-color: #000000;
}
ul.tab_btns a.w2 {
	background: #FF9900;
	border: 1px solid #FFFFCC;
}

ul.tab_btns a.w2:hover 	{
	background-color: #000000;
}
ul.tab_btns a.w2.current {
	background-color: #000000;
}
div.panes /* initially all panes are hidden */ 
 div {
	border-top:0;
	position: absolute;
	display: none;
		
}
