/* CSS Document */

#maincontent_tab
{
margin:0 auto;
width:662px;
height:218px;
overflow:hidden;
margin-bottom:12px;
}
.usual {
float:left;
width:662px;
overfloew:hidden;
}
.usual ul {
padding:0px;
margin:0px;
}
.usual li {
	FLOAT: left; 
	LIST-STYLE-TYPE: none;
	font: bold 15px/30px Arial, Helvetica, sans-serif;
}
.usual ul li a {
	 display: block; 
	 width:150px;
	 text-align:center;
	 background: url(../images/tab-bttn.jpg) 0 0 no-repeat;  
	 margin: 0px 4px 0px 0px; 
	 color: #fff; 
	 font: bold 15px/30px Arial, Helvetica, sans-serif;
	/* 	 padding:10px; 
	 border-left:solid 1px #666666;
	 border-right:solid 1px #666666;
	 border-top:solid 1px #666666;   
	 border-bottom:solid 1px #666666;*/
	 text-decoration:none !important;
	 font-weight:bold;
}
.usual ul li a:hover {
	background: url(../images/tab-bttn.jpg) 0 0 no-repeat;
	color: #fff;
	font-weight:bold;
	
}

.usual ul li a:active, .usual ul li a:focus { outline:none;}
.usual ul li a.selected {
	  MARGIN-BOTTOM: 0px; CURSOR: default; 
	  background:url(../images/tab-active.jpg);
	  COLOR: #333; 
/*	  border-left:solid 1px #666666;
	  border-right:solid 1px #666666;
	  border-top:solid 1px #666666;
	  border-bottom:solid 1px #ffffff;*/
	  font-weight:bold;
}
.usual div {
	width:660px;
	height:172px;
	 border-left:solid 1px #999999;
	 border-right:solid 1px #999999;
	 border-bottom:solid 1px #999999;
	 CLEAR: left;   
	 FONT: 10pt Georgia; 
	background-image:url(../images/bordertop1.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	padding-top:10px;

}
.usual div a {
	FONT-WEIGHT: bold; COLOR: #000;
}

#jquery { width:630px; height:150px}
#official { width:630px; height:150px}
.tab_contnr {
	width:540px; height:auto; float:left; padding:15px;
}

.tab_contnr ul {
	margin:0; padding:0; list-style:none;
}

.tab_contnr ul li {
	width:210px;
	display:inline;
	float:left;
	margin-bottom:20px;
}

.tab_contnr ul li p{
	font:normal 11px/16px Arial, Helvetica, sans-serif;
	color:#333;
	width:94px;
	float:left;
}

.tab_contnr ul li p a.viw {
	font:normal 11px/16px Arial, Helvetica, sans-serif;
	color:#C50141;
	background:none;
	float:left;
	text-align:left;
	width:auto;
}

.tab_contnr ul li p a.viw:hover {
	color:#333; letter-spacing:1px;
}
.tab_contnr ul li img {
	border:0; float:left; padding-right:10px;
}