body{
	background:#000;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover {
	color: #7e7e7e;
text-decoration:underline;
}
img.ac_bgimage{
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	opacity:0.8;
	display:none;
}
.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(../images/pattern.png) repeat top left;
}
.ac_loading{
	position:fixed;
	top:10px;
	right:10px;
	background:#000 url(../images/loader.gif) no-repeat center center;
	width:50px;
	height:50px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px 10px 10px 10px;
	z-index:999;
	opacity:0.7;
	display:none;
}
.ac_content{
	position:fixed;
	height:90px;
	width:100%;
	top:50%;
	left:0px;
	margin-top:-70px;
}
.ac_content h1{
	display:block;
	float:left;
	width:170px;
	height:50px;
	padding:20px;
	font-size:36px;
	font-weight:bold;
	line-height:20px;
	margin-right:1px;
	background-color: #FFFFFF;
}
.ac_content h1 span{
	display:block;
	font-weight:normal;
	font-size:14px;
}
.ac_menu{
	float:left;
	position:relative;
	height:90px;
	width:0px;
	background-color: #e7e7e7;
}
.ac_menu > ul{
	float:right;
}
.ac_menu > ul > li{
	float:left;
	position:relative;
	height:90px;
	overflow:hidden;
}

.ac_menu > ul > li > a{
	margin-top:60px;
	opacity:0;
	display:block;
	height:50px;
	line-height:24px;
	outline:none;
	font-size:11px;
	font-weight:bold;
	padding: 20px 15px;
}
.ac_subitem{
	width:100%;
	height:0px; /* animate to 400px */
	top:50%;
	right:0px;
	margin-top:0px; /* animate to -200px */
	position:fixed;
	z-index:99;
	overflow:hidden;
	color: #000000;
	background-color: #e7e7e7;
}
.ac_subitem h2{
	font-size:22px;
	font-weight:bold;
	color:#000000;
	padding: 15px 0px 0px 40px;
	text-shadow:0px 0px 1px #000;
	font-family: "Times New Roman", Times, serif;
}
.ac_subitem ul{
	padding:0px 40px;
}
.ac_subitem ul li{
	margin:10px 0px;
	font-size:14px;
	z-index:999;
}
.ac_subitem ul li:first-child{
	font-size:12px;
	text-transform:none;
	border-bottom:1px dotted #333;
	padding-bottom:15px;
	margin-bottom:15px;
}
span.ac_close{
	float:right;
	margin:10px;
	width:11px;
	height:12px;
	cursor:pointer;
	background:transparent url(../images/close.png) no-repeat top left;
	opacity:0.4;
}
span.ac_close:hover{
	opacity:1.0;
}

.childscontainer, .thumbscontainer {
	float:left;
	width:300px;
	padding: 13px 60px;
	background:#e7e7e7;
	z-index:999;
	height:315px;
}
.childscontainer > ul > li a,  .thumbscontainer > ul > li a{
	margin:0px;
	opacity:100;
	height: 70px;
	padding: 0px;
}
.childscontainer ul li:first-child, .thumbscontainer ul li:first-child {
	border-bottom:none;
	padding-bottom: 0px;
}
.topics_thumb {
    height: 55px;
    overflow: hidden;
    width: 100px;
}
.ac_footer{
	position:fixed;
	z-index:999;
	bottom:0px;
	left:0px;
	width:100%;
	font-size:11px;
	background:#fff;
	opacity:0.9;
	padding-bottom:5px;
	padding-top:5px;
	font-family: "Times New Roman", Times, serif;
}
.ac_footer a{
	padding:3px 10px;
	letter-spacing:1px;
	float:left;
}
.concept {
	float:left;
}
.footer a:hover{
	color:#fff;
}
.ac_footer a span{
	font-weight:bold;
}
.ac_footer .ac_left{
	text-align:left;
}
strong              {
	font-size:15px;
	font-family: "Times New Roman", Times, serif;
}
.tweet {
	position:fixed;
	top:63%;
	margin-top:-65px;
	left: 210px;
	padding-right: 20px;
}
.detail a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #D33431;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-opera-border-radius:5px;
	padding:3px 15px 3px;
}
.detail a:hover {
	background: #990000;
}
textarea {width: 310px;}

ul.thumbs li {
	margin: 4px 0 !important;
}
