/* Tabs */ 
.iws_tabs_nav { 
    position: relative; 
    margin: 0; 
    padding: 0; 
	width: 100% !important;
	height: 37px;
	z-index: 100100;
} 
.iws_tabs_nav ul { 
	position: relative;
    margin: 0; 
    padding: 0;
}
.iws_tabs_nav li {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.iws_tabs_nav a {
    display: block;
    margin: 0 5px 0 0;
    padding: 0;
    font: normal 12px Arial, Helvetica, sans-serif;
	background: url('/css/tabs/default/tab_left_off.gif') 0 0 no-repeat;
}
.iws_tabs_nav a span {
    display: block;
    margin: 0;
    padding: 12px 10px 9px;
    _padding: 12px 10px 9px;
	font-weight: bold;
	background: url('/css/tabs/default/tab_right_off.gif') 100% 0 no-repeat;
}
.iws_tabs_nav a:link, .iws_tabs_nav a:visited {
    color: #666;
    text-decoration: none;
}
.iws_tabs_nav a:active, .iws_tabs_nav a:hover {
    color: #666;
    text-decoration: none;
	background: url('/css/tabs/default/tab_left_on.gif') 0 0 no-repeat;
}
.iws_tabs_nav a:active span, .iws_tabs_nav a:hover span {
	background: url('/css/tabs/default/tab_right_on.gif') 100% 0 no-repeat;
}
.iws_tabs_nav a.tab_selected:link, .iws_tabs_nav a.tab_selected:visited {
    color: #666;
    text-decoration: none;
	background: url('/css/tabs/default/tab_left_on.gif') 0 0 no-repeat;
}	
.iws_tabs_nav a.tab_selected:link span, .iws_tabs_nav a.tab_selected:visited span {
	padding-bottom: 10px;
	background: url('/css/tabs/default/tab_right_on.gif') 100% 0 no-repeat;
}

/* Container */
.iws_tab_container {
    position: relative;
    margin: -2px 0 0;
    padding: 5px 1px 0 0;
	border-left: 1px solid #BBB;
	background: url('/css/tabs/default/tabcontent_tr.gif') 100% 0 no-repeat;
}
.iws_tab_container_1 {
    position: relative;
    margin: 0;
    padding: 0;
}
.iws_tab_container_2 {
    position: relative;
    margin: 0;
    padding: 0;
}
.iws_tab_container_a3 {
    position: relative;
    margin: 0;
	padding: 0; 
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
}	
.iws_tab_container_3 {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.iws_tab_container_4 {
    position: relative;
    margin: 0;
    padding: 0;
    width: 1000000px;
}   

/* Container Content */
.iws_t_ct {
    float: left;
    margin: 0;
}

.cf:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
	content: '<*:)~';
  } 

