@charset "UTF-8";

/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */



/*******begin*****/
.nTab{ 
float: left; font-weight: normal;
width: 580px;
margin: 0 auto; 
background-position:left; 
background-repeat:repeat-y; 
} 
.nTab .TabTitle{ 
clear: both; border:0;
height: 26px; 
overflow: hidden; 
} 
.nTab .TabTitle ul{ 
border:0; 
margin:0; 
padding:0; 
} 
.nTab .TabTitle li{ 
float: left; 
width: 94px;
height:26px;
cursor: pointer;
margin-right:0px;
padding-right: 0px; 
padding-left: 0px; 
list-style-type: none; 
padding-top:2px;
font-size:14px;
font-weight:bold;
color:#352E2C;
} 
.nTab .TabTitle .active{line-height:26px;text-align:center; background-image:url(../image/selected.gif);} 
.nTab .TabTitle .normal{line-height:26px;text-align:center; background-image:url(../image/nosel.gif);} 
.nTab .TabContent{
	clear: both;
	border-bottom: dotted 1px #959595;
	border-top: solid 1px #E1E1E1;
	border-left: solid 1px #E1E1E1;
	border-right: solid 1px #E1E1E1;
	background-color: #FFFFFF;
	font-weight: normal;} 

.none {display:none;}
/*******end*****/