/* styling the tab content appearance-----------------------------*/
.shadetabs {
	list-style-type: none;
	width: 155px;
	float: right;
	text-align: left;
	
}
.shadetabs li {
   width: 100%;
	display: inline;
}
.shadetabs li a {
	display:  block;
	width: 120px;
	height: 25px;
	padding: 10px 0 0 10px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	color: #3B4F13;
	background-color: #D6EAAB;
	border-bottom: 1px solid #C0E081/*#E6DFC5*/;
}
.shadetabs li a:hover, .shadetabs li a:focus, .shadetabs li a:active {
	color: #fff;	background-color: #83AE2B;
}
.shadetabs li.selected a, .shadetabs li.selected a:hover, .shadetabs li.selected a:focus, .shadetabs li.selected a:active {
	background-color: #f9f8ed;
	color:  #83AE2B;
	}
.shadetabs a span { display: none; }
/*------------------------------------------------------*/
.tabcontentstyle{ /*style of tab content oontainer*/
float: left;
margin: 0 auto;
display: block;
width: 550px;
background-color: #f9f8ed;
padding: 15px 5px 25px 10px;	
}
.tccontent{
xwidth: 100%;
background-color: #f9f8ed;
padding: 15px 5px 25px 10px;	
margin-bottom: 10px;
}
.tcleft{
	float: left;
	width: 220px;
	margin: 0 5px;	
	text-align: left;

}
.tcleft h3{
	color: #444;
	font-size: 26px;
	line-height: 19px;
}
.tcleft h3 u{
	font-size: 15px;	
	color: #C7BF56;
	text-decoration: none;
	}
.tcright{
	float: right;
	width:300px;
	text-align: left;
}
.tcright h4{
	color: #48610d;
	font-size: 13px;
}
.tcright li{
	font-size: 12px;
}
.tcright hr{
	color: #EDEAC9;
	background-color: #EDEAC9;
	height: 1px;
	margin: 6px 10px 8px 0;
}
.tabcontentstyle p{
	
}
.tabcontentstyle strong{
   color: #B7B15D;		
}
.tabcontentstyle em{
   color: #B7B15D;
	font-family: Arial, Helvetica, sans-serif; 	
	text-align: left;
	font-size: 110%;
	font-weight: bold;
}

.tabcontentstyle h5{
	font-size: 16px;
	text-transform: capitalize;
	color: #C96;
	margin: 0 0 0 .6em;
	padding: .6em 0 .1em .5em ;
	text-align: left;
}



.tabcontent{
display:none;
}
:focus{
	-moz-outline-style: none;
}

@media print {
.tabcontent {
display:block!important;
}
}