.tabMenu, .detail {
	margin:0px;
	padding:0px;
	font-size:12px
}
.tabMenu li, .detail {
	Xwidth:100%;
	text-align:left;
	margin-bottom:3px;
	padding-left: 15px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	background-color:#384554;
	color:#93a6bd;
    cursor:pointer;
	font-family:"Trebuched MS", "Arial Unicode MS", Helvetica, sans-serif;
	list-style-type:none;
}

.detail {
	width:100%;
}

li.mouseover {}
li.mouseout {}
li.selected {
	background-color:#384554;
	color:#f19f00;
	list-style-type:none
}
.tabMenu li .button {color:#93a6bd}
.selected  {color:#f19f00;}
.unselected {color:#93a6bd}

.box {
	font-family:"Courier New", Courier, monospace;
	color:#fff;
	margin-top:10px;
	Xpadding-top:20px
}

.boxBody {}
.boxBody a {color:#fff;}
.boxBody div {display:none;}
.boxBody div.show {display:block;}
.boxBody div ul {
	padding:0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.boxBody div li {
	border-bottom:1px solid #384554;
	clear:both;
	height:92px
}
.boxBodyList div li {
	border-bottom:1px solid #384554;
	cursor:pointer;
	padding-bottom: 0px;
	padding-top: 0px;
	clear:both;
}
.boxBody span {font-size:12px; display:block; padding-top:20px; font-family:"Trebuched MS", "Arial Unicode MS", Helvetica, sans-serif}

.boxBody img {
	float: left;
	padding-right: 10px;
	padding-left:4px;
	margin-top:3px;
	width:130px;
	height:86px
}
.boxBody h1 {
	font-size:1.6em !important;
	line-height:1.2em !important;
	font-weight:normal;
	color:#93a6bd;
	text-align:left;
	padding-bottom: 10px;
	font-family:"Trebuched MS", "Arial Unicode MS", Helvetica, sans-serif
}

