/* styling the tab content appearance-----------------------------*/
.shadetabs {
	list-style-type: none;
	width: 170px;
	padding: 0 0 0 5px;
}
.shadetabs li {
   width: 100%;
	display: inline;
}
.shadetabs li a {
	display:  block;
	width: 100%;
	padding: .6em .3em;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: .05em;
	color: #AEAEAE;
	text-align: left;	
	border-bottom: 1px solid #F5F5F5;
}
.shadetabs li a:hover, .shadetabs li a:focus, .shadetabs li a:active {
		text-decoration: none;
		color: #83AC53;
		background-color: #FFFFF0;	

}
.shadetabs li.selected a, .shadetabs li.selected a:hover, .shadetabs li.selected a:focus, .shadetabs li.selected a:active {
		color: #93B966;
		background-color: #fff;
		padding-left: 6;
		background: transparent url("deplibg.gif") right no-repeat;
/*		background-color: #F7F9ED;
		border-top: 1px solid #ADD8E6;
		border-bottom: 1px solid #ADD8E6;*/		
	}
/*.shadetabs a span { display: none; }*/
/*------------------------------------------------------*/
.tabcontentstyle{ /*style of tab content oontainer*/
float: left;
margin: 0 auto;
display: block;
width: 570px;	
border: 1px solid #F5F5F5; 
height: 600px;
min-height: 580px;
}
.tabcontentstyle p{
	margin: 0 0 .6em .5em;
	padding: .5em 2.5em 0em 2.5em;
	font-size: 13px;
	background-color: #fff;
   text-align: justify;
   line-height: 2em;
   color: #666;	
}
.tabcontentstyle img{
	padding:7px;
	border: 1px solid #f1f1f1;
	margin: .4em 0;
}
.tabcontentstyle strong{
   color: #B7B15D;	
	line-height: 2em;	
}
.tabcontentstyle em{
   color: #B7B15D;
	font-family: Arial, Helvetica, sans-serif; 	
	text-align: left;
	font-size: 110%;
	font-weight: bold;

}
.tabcontentstyle h6{
	margin: .3em .5em;
	padding: .2em 0 .1em .5em ;
	font-size: 18px;
	color: #C96;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	background-color: #F4FFF4;
}
.tabcontentstyle u{
	color:#FF6633;
	font-weight: bold;
	text-decoration: none;
	text-align: center; 
	border-bottom: 1px solid #fefef;
	line-height: 4em;
	}
.brdrimg{
	padding:6px;
	background-color: #fff;
	border: 2px solid #F1F1F1;
	margin-bottom: 1.5em;
}
#specdiv{
	background-color: #fff;
	margin: 0 0 .6em .7em;
}
#specdiv p{
	margin: 0 .4em;
	padding: .2em .6em;
	font-size: 13px;
   text-align: left;
   line-height: 1.7em;
   color: #666;	
}
#specdiv h5{
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	background-color: #FBFCF1;
	color: #BDB76B;
	margin: .1em .8em 0 .5em;
	padding: .1em 0 ;
	text-align: left;
}
.floatl{
	float: left;
	padding: .5em 0 0 1.5em;
}
.tabcontent{
display:none;
}

:focus{
	-moz-outline-style: none;
}

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