/* 
  -----------------------------------
  TabPanel Magic Style Sheet
  by Project Seven Development
  www.projectseven.com

  Style Theme: 01 - Win XP Style
  -----------------------------------
*/
#tab.ui-tabs {
	padding: .2em;
	zoom: 1;
	margin-left: -17px;
}

#tab.ui-tabs .ui-tabs-nav {
	list-style: none;
	position: relative;
	padding: .2em .2em 0;
	margin-left:-3px; 
	
}

.ui-tabs-nav {
	
	height: 45px;
	background: url(img/tab_top.jpg) no-repeat left bottom;
	background-position:3px 38px; 
	}

#tab.ui-tabs .ui-tabs-nav li {	
	
	clear:none;
	float: left;
	border-bottom-width: 0 !important;	
	padding: 0;
	background: url(img/tabs01_up.jpg);
}


#tab.ui-tabs .ui-tabs-nav li a {
	
	float: left;
	text-decoration: none;
	padding: .5em 1em;
	background: url(img/tabs01_up2.jpg) no-repeat top right;
}



#tab.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 1px;
	border-bottom-width: 0;
	background: url(img/tabs01_down.jpg);
	
}

#tab.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {	
	background: url(img/tabs01_down2.jpg) no-repeat top right;
	outline: none;	
}

	/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
#tab.ui-tabs .ui-tabs-panel {
	padding: 1em 1.4em;
	display: block;
	border-width: 0;
	background: none;
	background: url(img/tab_bg.jpg) repeat-y left top;		
	width: 655px;
	clear: both;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a
	{
	cursor: pointer;
}

.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
	{
	cursor: pointer;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
	
.ui-tabs .ui-tabs-hide {
	display: none !important;
}

.tab_bpttom{
	background: url(img/tab_bottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
	width: 698px;
}


#bottom_tabs{	
	background: url(img/tabs_background.jpg) no-repeat left top;		
	}

#bottom_tabs.ui-tabs .ui-tabs-nav {
	list-style: none;
	position: relative;
	padding:0 .2em .2em 0;
	margin-left:40px; 
	
}

#bottom_tabs.ui-tabs .ui-tabs-nav li {		
	padding-top:8px ;
	padding-bottom: 15px;
	float: left;
	
}

#bottom_tabs.ui-tabs .ui-tabs-nav li a {
	padding:8px 18px 10px 15px;
	font-size:15px; 
	font-weight: bold;
	text-decoration: none;
	
}

#bottom_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected {	
	background: url(img/tabs_background_active_right.jpg) no-repeat top right;
}

#bottom_tabs.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	padding:9px 18px 10px 15px;
	
	background: url(img/tabs_background_active_left.jpg) no-repeat top left;
	
}

#bottom_tabs.ui-tabs .ui-tabs-panel {	
	padding: 0px 10px;
	display: block;	
	background: url(img/tab_bg.jpg) repeat-y left top;	
	clear: both;
	height: 190px;
	overflow: hidden;
}


.faq1 {
	padding: 6px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 23px;
	color: #1A4593;
}

.faq1 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.faq1 li {
	background: url(img/point_1.jpg) no-repeat left 7px;
	padding-left: 13px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 23px;
	color: #1A4593;
}

.faq1 li a {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 23px;
	color: #1A4593;
}

.faq1 li a:hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	line-height: 23px;
	color: #A9629B;
}