﻿@charset "utf-8";

/* CSS Document */



/**{

	margin:0;

	padding:0;

}



body{

	width:600px;

	margin:30px auto;

	line-height:1.4;

	color:#333;

}



#tabsbox h1{

	padding:0 3px 18px;

	font-size:100%;

}



#tabsbox .links{

	margin-bottom:18px;

	text-align:right;

	font-size:75%;

}*/



#tabhead{

	padding:0px 12px 0;

/*	border:1px solid #cdcdcd;*/

	border:1px solid #FFF;

	border-bottom:none;

/*	background-color:#fbb431;*/

	background:url(../images/tab_back4.png) repeat-x;

/*	width:552px;*/



}



#tabhead li{

	float:left;

	position:relative;

	width:346px;

	height:50px;

	line-height:60px;

	padding:6px 13px 4px;

	list-style:none;

	text-align:center;

}



#tabhead .on{

	padding:5px 12px 4px;

	border:1px solid #cdcdcd;

	border-bottom:none;

	background-color:#FFF;

}





#tabhead li a{

	text-decoration:none;

/*	color:#ffffff;*/

    outline:none; 

    overflow: hidden;

    font-size:15px;

}

#tabhead li a:hover {

    font-weight:bold;

    color:#333;

}



#tabhead .on a:link,

#tabhead .on a:visited,

#tabhead .on a:hover{

	font-weight:bold;

	color:#333;

    font-size:18px;

}



#tabbody{

/*	padding:5px;*/

	padding-top:0;

/*	border:1px solid #cdcdcd;*/

	border:1px solid #FFF;

	border-top:none;

	background-color:#EEE;

}



#tabbody div{

	display:none;

	margin-top:-1px;

	padding:17px 18px 15px;

	border:1px solid #cdcdcd;

	background-color:#FFF;

}



#tabbody .current{

	display:block;

}



#tabbody h2{

	display:none;

	margin-bottom:6px;

	font-size:100%;

}



#tabbody ul{

	margin-bottom:-6px;

}



#tabbody li{

	margin-bottom:6px;

	list-style-position:inside;

}



/*float clear*/

#tabhead{

	overflow:hidden;

	zoom:1;

}



#tabhead:after{

	content:"";

	display:block;

	clear:both;

	height:0;

	overflow:hidden;

}



/*\*/

* html #tabhead{

	height:1em;

	overflow:visible;

}

/**/





