/*UI accordion*/
 #example1{margin:10px 0px 0px 0px;}

#example1 strong{ font-family: 'roboto_condensedregular'; font-size:18px; font-weight:normal;}
#example2 strong{ font-family: 'roboto_condensedregular'; font-size:18px; font-weight:normal;}
.pkghead{ margin-bottom:5px; color:#3b5998; font-size:18px;  font-family: 'open_sansregular';}
/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none;  list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #000; 
	font-size:13px;
	bottom: -1px;     
	_bottom: -20px;
	
}
.ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none;  list-style: none;
	float: left;
	border: 1px solid #000;
	border-right: none;
}
.ui-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.5; text-decoration: none;  list-style: none;
	float: left;
	font-weight: normal;
	text-decoration: none; 
	padding: 5px 10px;
	color: #555555; background:url(../images/tab_rep.jpg) repeat-x; 
	 
}
.ui-tabs-nav-item a:hover {
	background:#f0ad4e; 
	color: #FFF;
}
.ui-tabs-selected {
	border-bottom-color: #F00;
	background:#f0ad4e; 
	color: #FFF;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background:url(../images/tab_rep_hover.jpg) repeat-x; 
	color: #FFF;
}
.ui-tabs-panel {  
	/*resets*/   border: solid 1px #000; outline: 0; line-height: 1.3; text-decoration: none; list-style: none;
	clear:left;
	 color: #222222;
	padding:12px 0px 0px 0px;
	  min-height:100px; 
	margin-bottom:0px;	
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
 
 
 