#sidebar .pop	{
	margin: 0 0 1.2em;
	z-index: 10;
}

.disnon	{display: none;}

#tab ul li {
	padding:2px 0 10px 0;
	font-size:16px;
	float: left;
	border: 1px solid #bbb;/*bbb*/
	margin-right: -1px;
	width: 49.5%;
	height:25px;
	text-align: center;
	text-shadow: none;

	cursor: pointer;
	background: #ffffff;
}

#tab ul li {
	color: #aaa;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}

#tab ul li:hover { color: #000; }

#tab ul li.now	{
	color: #FF6B2B;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
	background: -webkit-linear-gradient(#ffffff, #f5f5f5);
	background: -moz-linear-gradient(center top, #ffffff 0%, #f5f5f5 100%);
	background: -moz-gradient(center top, #ffffff 0%, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#f5f5f5);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#f5f5f5)";
}

.tab-contents {
	position: relative;
	z-index: 5;
	float: left;
	width:99.5%;
	overflow: hidden;
	margin-top:-1px;
	border: 1px solid #bbb;/*dd5d25*/

	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fcfcfc));
	background: -webkit-linear-gradient(#ffffff, #fcfcfc);
	background: -moz-linear-gradient(center top, #ffffff 0%, #fcfcfc 100%);
	background: -moz-gradient(center top, #ffffff 0%, #fcfcfc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff,endColorstr=#fcfcfc);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#ffffff, endColorstr=#fcfcfc)";
}
#sidebar .tab-contents ul	{
	margin-bottom: 0;
	padding: 15px 15px 0 15px;
}
.tab-contents ul li {
	padding: 0 0 8px;
	overflow:hidden;
	background: url(../images/line-h-l.png) bottom repeat-x;
	margin-bottom: 8px;
}
.tab-contents ul li.last	{
	margin: 0;
	background-image: none;
}
/*
#hometab {
	float: left;
	width:99%;
	margin: 0 0 40px 0;
	overflow: hidden;
	position: relative; }
	
#hometab h4 {
	letter-spacing: 0;
	padding: 0;
	line-height: 14pt;
	font-size: 10pt !important }
 
ul#serinfo-nav {
	height:40px;
	position:relative;
	z-index: 6;}
 

li#serpane0,
li#serpane1,
li#serpane2,
li#serpane4,
li#serpane5
	{
	margin: 0 0 -15px 0; }
 
