/*********************************************/
/* vertical menu */

#side2th {
	float: left;
	width: 190px;
	background-color: #fff;
}

#side2th .shadow {
	background-image: url("image/menu-shadow.gif");
	background-repeat: repeat-x;
	padding: 0.5em 0.5em 1em 0.5em;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	
}

#side2th ul {
	margin:0em;	
	padding: 0em 0em 0em 0em;
	list-style: none;
}

#side2th .list {
	border-bottom: 1px solid #ddd;
}

#side2th .listIn {
	border-bottom: 1px solid #ddd;
	margin:0em 0em 0em 1em;
}

#side2th .listInEnd {
	margin:0em 0em 0em 1em;
}

#side2th .liPage {
  border-left: 5px solid #080;
	padding:0.3em 0em 0.3em 0.2em; 
	margin:0.2em 0em 0.2em 0em;
}

#side2th .liPageFF {
  border-left: 5px solid #FFF; 
	padding:0.3em 0em 0.3em 0.2em; 
	margin:0.2em 0em 0.2em 0em;
}

#side2th .listUl {
	border-top: 1px solid #ddd;
	margin:0em 0em 0em 0em;
}

/*********************************************/
#content2th {
  margin-left: 200px;
	padding-left: 1em;
	text-align: left;
/*	border-left: 1px solid #ddd;*/
}

#content2th .icon-main {
	float: left;
}

#content2th h2.game {
	height: 22px;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-left: 36px;
	font-size: medium;
	font-weight: bold;
	color: #FF5F27;
	vertical-align: bottom;
	border-bottom: 4px solid #080;
	background: #fff url("image/icon-game32.gif") no-repeat scroll left top;
}

#content2th h2.java {
	height: 22px;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-left: 36px;
	font-size: medium;
	font-weight: bold;
	color: #FF5F27;
	vertical-align: bottom;
	border-bottom: 4px solid #080;
	background: #fff url("image/icon-java32.gif") no-repeat scroll left top;
}

#content2th h3 {
	clear: right;
	margin: 1em 0em 1em 0em;
	padding: 8px 0px 4px 30px;
	font-size: 100%;
	font-weight: bold;
	border-bottom: 1px dotted #080;
	background: #fff url("image/icon-clover.gif") no-repeat scroll left top;
}

#content2th p {
	margin-top: 0em;
	padding: 0em 0em 1em 0em;
	line-height: 175%;
	color: #555;
}

#content2th ul {
	margin:0em;	
	padding: 0em;
	list-style: none;
}

#content2th ul.Listyle {
	margin-left:1em;	
	padding-left: 1em;
	list-style: disc;
}

#content2th li {
	margin-bottom:0.5em;
	line-height:150%;
}

#content2th .arrow {
	padding: 0px 0px 0px 35px;
	margin-bottom:1em;
	background: #fff url("image/arrow-list.gif") no-repeat scroll left top;
}

#content2th .backGray {
	background-color: #EEE;
	padding:0.5em;
}

#content2th th {
	background-color: #3366FF;
	text-align: center;
}

#content2th caption {
	text-align: left;
	padding:0em;
}
/*********************************************/

#content2th a, #side2th a {
	color: #00c;
	text-decoration: none;
}

#content2th a:hover {
	color: #f66;
	text-decoration: underline;
}

#content2th p strong {
	color: #066;
}

#content2th img.gameImg {
	margin-right: 1em;
	margin-bottom: 1em;
}

#content2th pre {
	font-size: small;
}

.red {
	color: #ee5544
}
.blue {
	color: #4455ee
}
.orange {
	color: #ee6622
}
.green {
	color: #00bb22
}

.floC {
	clear:both;
}

.floCL {
	clear: left;
}

.txaR {
	text-align: right;
}
