/* Begin Typography & Colors */

body {
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
	font-size: 0.8em;
	background-color: #6C737B;
}

/* common links style */
a, a:link, a:visited, a:hover {
    color: #0000DD;
    text-decoration: none;
}

a.a1, a.a1:link, a.a1:visited, a.a1:hover {
  color:red;
	text-decoration: underline;
}

h3
	{
	font-size: 10pt;
	color: #000;
	font-weight: blod;
	margin: 0;
	}

	
img { border: 0; }

#head {
    background-color: #A1AAB3;
}

.tad h1 {
    font-size: 2.6em;
	color: #EAEEF1;
	margin: 0;
	padding-top: 10px;
}

.tad a, .tad a:link, .tad a:visited {
    color: #EAEEF1;
}

.tad a:hover {
    color: #FFFFFF;
}

.description {
    color: #000000;
	font-size: 1.4em;
	padding-top: 10px;
	padding: 0px 0px 0px 0px;
}


.menu {
	width:400px;
  color: #FFFFFF;
	font-weight: bold;
  background-color: #CE3402;
	float: right;
	margin-top: 50px;
	text-align: center;
}

.navmenu {
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	padding: 8px 0px 12px 10px;
	font-weight: bold;
}

.navmenu a:link, .navmenu a:visited {
	color: #FEF7F4;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 5px 7px 5px;
}

.navmenu a:hover {
	text-decoration: none;
	color: #B33300;
	background-color: #F4C3B0;
}

.top_gad {
    background-color: #6C737B; 
	text-align: center;
}

.left_nav_cat {
    color: #4E555D;
	font-weight: bold;
}

.content ul {
	width:580px;
	list-style-position: outside;
	margin: 3px;
	padding: 0px;
}

.content li {
  margin: 2px;
	padding: 3px;
	display:block;
}

#artilce {
	width:560px;
	margin:2px;
	padding:1px;
}

#tblock {
	width:560px;
	background:#fff;
	border:1px #ccc solid;
	margin:2px;
}

#tblock ul{
	width:560px;
	margin:0px;
}
	
#number {
	color:#fff;
	margin:4px;
	width:40px;
	height:40px;
	background:#999;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
}

#tblock h4 {
	color=#000;
	font-weight:blod;
	font-size:9pt;
}
	
#titlebg {
	margin:2px;
	padding:2px;
	text-align:left;
	background:#f3f3f3;
}

#middlecontent {
	margin:2px;
	padding:2px;
}

#titlebg h4 {
	display:inline;
}

#addarticle{
	float:right;
	height:22px;
	display:inline;
}

.listbg {
	background:#ececec;
}


.seeall{
	width:550px;
	text-align:right;
	margin:8px;
}


#footer {
}

.site_info {
    border-right: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
	text-align: center;
    background-color: #A1AAB3;
	color: #000000;
}
.site_info a{
text-decoration: none;
}
.site_info a:hover{
text-decoration: underline;
}
.clear {
    clear: both;
}
hr{
  border: 0px dashed #ff9900;
  border-top-width: 1px;
  height: 0px;
  padding: 0px;
}

/* Begin Structure */

body {
    margin: 0;
	padding: 0;
	display: block;
}

#head {
    margin: 0;
	width: 100%;
	/*height: 100px;*/
}

.title {
    margin: 0 auto;
	padding-left: 50px;
	width: 728px;
}

.tad {
    width: 43%;
	float: left;
	padding: 0px;
}



.tb {
    margin: 0 auto;
	width: 781px;
	padding: 1px 0px;
}

.top_gad {
  margin: 0 auto;
	padding: 1px 0;
	width: 781px;
}

#page {
	background-color: #fff;
  margin: 0 auto;
	width: 781px;
}

.left_nav {
  background-color: #DCE4E7;
	border-right: 1px dashed #B6BBBE;
  width: 150px;
	float: left;
	padding: 0px;
	margin:2px;
}

.content {
	width: 600px;
  width: 610px !important;
	float: right;
	top:0px;
}

.articlecontent {
	width: 590px;
	float: right;
	margin:4px;
	top:0px;
}

.subcategory {
	width:370px;
	margin:2px;
}

.subcategory ul {
	border:1px solid #ccc;
	list-style-position: outside;
	margin: 3px;
	padding: 0px;
}

.subcategory li {
	width:100px;
	background:#f3f3f3;
	display:inline;
	margin: 4px;
	padding: 2px;
}

.mcontent {
	text-align:left;
}

.comments {
	width: 550px;
	text-align:left;
	margin:5px;
	border:1px solid #b6b6b6;
}

.comments h3 {
	height:25px;
	background:#f3f3f3;
	margin:2px;
}

.article {
	width:550px;
	margin:5px;
	font-size:12px;
	line-height:22pt;
	top:0px;
}

.photo{
	border:1px solid #ff8040;
	margin:3px;
}

.photo ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 3px;
	padding: 0px;
}

.photo li {
	width:100px;
	height:100px;
  margin: 2px;
	padding: 3px;
	display:inline;
}


.c_left {
  width: 250px;
	float: left;
}

.search
{
	text-align:center;
	width:500px;
	clear:both;
}

.c_right {
    width: 250px;
		float: right;
		text-align:left;
		
}

.left_nav_cat {
    padding: 5px;
}

.left_nav ul {
    list-style-type: none;
	list-style-position: outside;
	margin: 2px;
	padding: 0px;
}

.left_nav li {
    list-style-type: none;
	list-style-position: outside;
    margin: 2px 0;
	padding: 3px 0px 3px 15px;
	border-top: 1px dashed #B7BCBF;
	background-color: #ECF0F3;
    color: #CE3402;
}

.left_nav li a:hover {
    color: #CE3402;
    text-decoration: underline;
}

.left_con {
  width: 200px;
	float: left;
}

.left_con_txt {
  width: 198px;
	margin-bottom: 10px;
	border: 1px solid #B4CCEB;
	background-color: #E5EEF9;
}

.left_con_txt ul {
  margin: 0; 
	padding: 0; 
  list-style-type: none;
	list-style-position: outside;
}

.left_con_txt li {
  font-size: 11px;
	margin: 0px;
	padding: 2px 10px;
  list-style-type: none;
	list-style-position: outside;
}

.left_con_txt li.cat {
  font-weight: bold;
	background-color: #C6E1F6;
}

.left_con_txt li.items {
  font-weight: bold;
	border-bottom:1px #ccc dashed;
	margin:3px;
}

.right_con {
  width: 490px;
	float: right;
	overflow:hidden;
	lear:both;
}

.right_con ul {
    margin: 0; 
	padding: 0; 
    list-style-type: none;
	list-style-position: outside;
}

.right_con li {
  float: left;
	width: 540px;
  font-size: 11px;
	margin: 0px;
	padding: 5px;
  list-style-type: none;
	list-style-position: outside;
}

.right_con hr{
  border: 0px dashed #ff9900;
  border-top-width: 1px;
  height: 0px;
  padding: 0px;
}

.right_con_ul li{
	height:100px;
}
.right_con_ul span{
	margin:5px;
}
.right_con_ul li img {
	width:120px;
	height:90px;
	margin-right: 5px;
	padding: 2px;
	border: 1px solid #777777;
    float: left;
}
.right_con li .star {
	color:#FF9900;
	font-size:11px;
}
.right_con li a.title {
    font-weight: bold;
}

.right_con li a:hover {
    background-color: #F6F6F6;
}

.site_info {
  margin: 0 auto;
	width: 757px;
	padding: 10px;
}
.bookitemover{
height:100px;
margin-bottom:10px;
background-color:#FFFFEE;
border:1px solid #676C6F;

}
.avataritem{
margin:10px;
width:120px;
height:136px;
float:left;
clear:none;
display:block;
background-color:#FFEEEE;
border:1px solid #B7BCBF;
text-align: center;
vertical-align:middle;


  line-height: 20px;
  overflow: hidden;
}
.thumbnail{
width:100%;
height:110px;
display:block
}
.avatarname{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden

}
.avatarinfo{
}
.itemlist{
clear: both;
}

.cardinfo{
width:280px;
background-color:#FFFFEE;
padding: 5px;
position:absolute;
border: 1px solid #6666FF;
visibility:hidden;
filter:alpha(opacity=90);

z-index:99;
}
.infoimg{
float:left;
margin-right:8px;
/*clear: both;*/
}
.infotxt{

padding: 2px;
font-size: 12px;
color:#333399;
}
.itemtable{

}
.itemtable tr{

}
.trhidden{
display:none;
}
.trvisibe{
display:block;
}
.trcolor1{
	background-color: #ECF0F3;
	height:36px;
	cursor:pointer;
}
.trcolor1a,.trcolor2a{
	background-color: #FFDDAA;
	height:36px;
	cursor:pointer;
}
.trcolor2{
	cursor:pointer;
	height:36px;
	background-color: #DDE4EA;
}

.itemtablehead{
height:22px;
background-color: #0099CC;
color:#FFFFFF;
font-weight: bold;
text-align: center;
}
.itemtablehead1{
height:22px;
background-color: #C0C0C0;
color:#FFFFFF;
font-weight: bold;
text-align: center;
}
.carsitem{


	background-color: #ECF0F3;
    color: #CE3402;
}
.carsitem li{
padding: 3px;
    list-style-type: none;
	list-style-position: outside;

}
.carsitem li span{

    color: #990000;
	width:200px;
	margin-right:10px;
}
.carsitem li span a,.carsitem li span a:link, ..carsitem li span a:visited {

    color: #990000;
}
.carsitem li span a:hover {

    text-decoration: underline;
}

.carsitem li a:hover {
    color: #CE3402;
    text-decoration: underline;
}
.picturelist{
text-align: center;
}

.comics{
float:left;
width:48%;
height:140px;

text-align: left;

}
.comics a:hover{
    color: #CC0033;
    text-decoration: underline;
}
.comics img{
float:left;
width:120px;
height:120px;
margin:5px;
padding:2px;
border:1px solid #B7BCBF;
}

.riddles li{
list-style-type:decimal;
list-style-position:inside;
margin:5px 5px 10px 5px;
padding-bottom:10px;
}
.answer a:hover{
    color: #CC0033;
text-decoration: underline;
}