@charset "utf-8";
/* CSS Document */

/* ------------ main style -------------------------*/

body {
	background:url(../images/bg-conent.jpg) repeat top center #191919;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	text-align:right;
	direction:rtl;
	line-height:17px;
	padding: 0px 0 0 0 ;
	
}

a {
	text-decoration:none;
	color:#ff4300;
}

a:hover {
	color:#111111;
}

img {
	border:none;
}

.clear {
	clear:both;
}

.more {
	float:left;
	background:url(../images/bg-button.jpg) repeat-x;
	height:22px;
	width:105px;
	border:1px #dedcdc solid;
	margin:0 0 0 10px;
	line-height:22px;
	text-align:center;
	color:#110b07;
	font-size:14px;
}

a.more2 {
	float:right;
	background:#2e2d2c;
	height:25px;
	width:105px;
	border:0px #dedcdc solid;
	margin:20px 270px -10px 0px;
	line-height:25px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
}

a.more2:hover{
	float:right;
	background:#ff4300;
	height:25px;
	width:105px;
	border:0px #dedcdc solid;
	margin:20px 270px -10px 0px;
	line-height:25px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
}

a.more3 {
	float:right;
	background:#2e2d2c;
	height:25px;
	width:105px;
	border:0px #dedcdc solid;
	margin:15px 90px 0 0px;
	line-height:25px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
}

a.more3:hover {
	float:right;
	background:#ff4300;
	height:25px;
	width:105px;
	border:0px #dedcdc solid;
	margin:15px 90px 0 0px;
	line-height:25px;
	text-align:center;
	color:#ffffff;
	font-size:16px;
}


a.more4{
	background:#2e2d2c;
	height:12px;
	width:80px;
	border:0px #dedcdc solid;
	line-height:18px;
	text-align:center;
	color:#ffffff;
	font-size:13px;
	padding:2px 12px 4px 12px;
}

a.more4:hover{
	background:#ff4300;
	height:12px;
	width:80px;
	border:0px #dedcdc solid;
	line-height:18px;
	text-align:center;
	color:#ffffff;
	font-size:13px;
	padding:2px 12px 4px 12px;
}




a.more5{
	background:#2e2d2c;
	height:12px;
	width:50px;
	border:0px #dedcdc solid;
	line-height:18px;
	text-align:center;
	color:#ffffff;
	font-size:13px;
	padding:2px 12px 4px 12px;
    margin: 0 2.5px 0 2.5px;
}

a.more5:hover{
	background:#ff4300;
	height:12px;
	width:50px;
	border:0px #dedcdc solid;
	line-height:18px;
	text-align:center;
	color:#ffffff;
	font-size:13px;
	padding:2px 12px 4px 12px;
    margin: 0 2.5px 0 2.5px;
}



/* ------------ wrap -------------------------*/
#wrap {
	background:none;
	width:950px;
	height:100% auto;
	margin:0 auto;
	padding:0px;
}

/*---------------- header -----------------------*/
#wrap #header {
	width:950px;
	height:100% auto;
	overflow:hidden;
}


#header .top-header {
	height:26px;
	background:none;
	padding:35px 20px 30px 20px;
}

#header .center-header {
	background:#ded2a0 url(../images/bg-header2.jpg) repeat-x  ;
	height:127px;
}



#header .search-box {
	float:right;
	padding:0 ;
	position:relative;
	width:360px;
	background:none;
	color:#FFFFFF;
	font-weight:normal;
	font-family:Tahoma, Geneva, sans-serif;
}

#header .search-box a {
	color:#FFFFFF;
}

#header .search-box input{
	text-align:right;
	background:  url(../images/bg-black-input.jpg) repeat-x ;
	border:none;
	width:270px;
	height:25px;
	border-radius:3px;
	border:1px #2d2d2d solid;
	padding:0 10px 0 0 ;
	color:#7c7a7a;
	font-weight:normal;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
}

#header .search-box input.submit{
	background:url(../images/icons/icon-search.png) no-repeat ;
	border:none;
	width:28px;
	height:25px;
	top:6px;
	left:90px;
	position:absolute;
	cursor:pointer;
	cursor:hand;
   
}



#header .login {
	float:left;
	padding:0 ;
	position:relative;
    width:  538px;
}

#header .login input{
	text-align:right;
	background:  url(../images/bg-black-input.jpg) repeat-x ;
	border:none;
	width:110px;
	height:23px;
	border-radius:3px;
	border:1px #2d2d2d solid;
	padding:0 10px 0 0 ;
	color:#7c7a7a;
	font-weight:normal;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-left:5px;
	
}

#header .login input.submit1{
	background: url(../images/icons/bg-login.png) no-repeat;
	height:25px;
	width:94px;
	margin-right:5px;
	padding-right:40px;
	color:#000000;
	line-height:22px;
	cursor:pointer;
	cursor:hand;
	font-size:11px;
	font-weight:normal
}

#header .login input.submit2{
	background: url(../images/icons/bg-register.png) no-repeat;
	height:25px;
	width:94px;
	cursor:pointer;
	cursor:hand;
	padding-right:30px;
	color:#000000;
	line-height:22px;
	font-size:11px;
	font-weight:normal
}

#header .login div.submit22{
	background: url(../images/icons/bg-register.png) no-repeat;
	height:25px;
	width:49px;
	cursor:pointer;
	cursor:hand;
	padding-right:45px;
	color:#000000;
	line-height:22px;
	font-size:11px;
	font-weight:normal;
    font-family: Tahoma;
    float: left;
    margin: -2px 8px 0  0;
}


#header .login div.submit32{
	background: url(../images/icons/bg-register.png) no-repeat;
	height:25px;
	width:63px;
	cursor:pointer;
	cursor:hand;
	padding-right:30px;
	color:#000000;
	line-height:22px;
	font-size:11px;
	font-weight:normal;
    font-family: Tahoma;
    float: left;
    margin: -2px 8px 0  0;
}

#header .login span {
    font-family: Tahoma; font-size: 12px; color: #ffffff;
}


#header .logo {
	float:right;
	margin:12px 20px 0 0 ;
}

#header .left {
	float:left;
	margin: 0 0 0 15px;
}

#header .left img {
	
	margin-right:10px;
}




#header .navbar {
    margin: 0 auto;
    height: 46px;
	margin:12px 0 20px 0;
    border-top:1px #2d2d2d solid;
	border-bottom:1px #2d2d2d solid;
    background: #13100f; /* for non-css3 browsers 
    opacity:.4;
	filter: alpha(opacity=40); /*for IE5-7
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";/*for IE5-8 
	color:#FFFFFF;
   */
}

/*
#header .navbar ul{
    direction: rtl;
    text-align: right;
    float: right;
    width:960px;
    padding: 0 0px 0 0px;
	color:#FFFFFF;
}

#header .navbar li{
    display: inline;
	border-left:1px #2d2d2d solid;
	color:#FFFFFF;
	 padding: 16px 0px 14px 0px;
}

#header .navbar li a{
    padding: 14px 25px 14px 25px;
    font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:46px;
	font-family: Tahoma, Geneva, sans-serif;
	text-shadow:#111111 0 1px 0;
    text-decoration: none;
    margin: 0 0px 0 0px;
}

#header .navbar li a:hover{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:46px;
	padding:  14px 25px  14px 25px;

	text-shadow:#111111 0 1px 0;
    margin: 0 0 0 0px;
    
  background:#2b2b2b; 
  }
  
 
 
 

#header .navbar li a.active{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:46px;
	padding: 14px 25px 14px 25px;
	
	text-shadow:#111111 0 1px 0;
    
   	background:#2b2b2b; 
   
 }
 
 
#header .navbar li.last{
    display: inline;
	border-left:0px #2d2d2d solid;
	color:#FFFFFF;
	 padding: 16px 0px 14px 0px;
}




/* -------- content ----------------------*/
#wrap #content {
	background:none;
	width:950px;
	height:100% auto;
}

#content .right-content {
	float:right;
	width:650px;
	height:100% auto;
	background:none;
	border:0px #FFFFFF solid;
	padding:0px;
}

#content .left-content {
	float:left;
	width:282px;
	height:100% auto;
	background:none;
	border:0px #FFFFFF solid;
	padding:0px;
}




/*-------right conent ----*/
#content .right-content  .gallery{
	float:right;
	width:640px;
	height:100% auto;
	overflow: hidden;
	background:#f3f3f3;
	border:3px #2e2e2e solid;
	border-radius:3px;
	padding:10px 5px 10px 5px ;
	margin-bottom:13px;
	
}

#content .right-content  .gallery ul{
	float:right;
}

#content .right-content  .gallery ul li.top{
	float:right;
	border-bottom:0px #e1e1e1 solid;
	background:none;
	margin-bottom:10px;
	width:610px;
	font-size:19px;
	color:#1d1c1c;
	font-weight:bold;
	padding-bottom:7px;
	
}

#content .right-content  .gallery ul li.top img{
	float:right;
	vertical-align:middle;
	margin-top:-6px;
}



#content .right-content  .gallery ul li{
	float:right;
	display:inline;
	width:136px;
	padding:5px;
	background:#FFFFFF;
	margin:0 8px 0 6px;
}


#content .right-content  .gallery ul li.news{
	float:right;
	width:620px;
	background:none;
	margin-bottom:5px;
	border-bottom:1px dashed #111111;
	padding-bottom:13px;
}




#content .right-content  .gallery ul li.news .news-pic {
	float:right;
	width:91px;
	height:67px;
	margin-left:10px;
	border:2px solid #bfbfbf;
	border-radius:2px;
}

#content .right-content  .gallery ul li.news h1 a{
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:bold;
}

#content .right-content  .gallery ul li.news p{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#373635;
	margin-top:5px;
	width:600px;
}



#content .right-content  .gallery ul li.last{
	float:right;
	width:620px;
	background:none;
	margin-bottom:5px;
	border-bottom:0px dashed #111111;
	padding-bottom:13px;
}



#content .right-content  .gallery ul li.last .news-pic {
	float:right;
	width:91px;
	height:67px;
	margin-left:10px;
	border:2px solid #bfbfbf;
	border-radius:2px;
}

#content .right-content  .gallery ul li.last h1 a{
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:bold;
}

#content .right-content  .gallery ul li.last p{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#373635;
	margin-top:5px;
	width:600px;
}

#content .right-content  .gallery ul li.news span{
	float:left;
	color:#ff4300;
	font-weight:normal;
	font-family:Tahoma;
	font-size:13px;
}


#content .right-content  .gallery ul li.last span{
	float:left;
	color:#ff4300;
	font-weight:normal;
	font-family:Tahoma;
	font-size:13px;
}




/*------------gallery2 ----------*/
#content .right-content  .gallery2{
	float:right;
	width:634px;
	height:100% auto;
	overflow: hidden;
	background:#f3f3f3;
	border:3px #2e2e2e solid;
	border-radius:3px;
	padding:10px 0px 55px 15px ;
	margin-bottom:15px;
}

#content .right-content  .gallery2 a{
		color:#ff4300;
}

#content .right-content  .gallery2 a:hover{
		color:#111111;
}

#content .right-content  .gallery2 ul{
	float:right;
}

#content .right-content  .gallery2 ul li.top{
	float:right;
	border-bottom:0px #e1e1e1 solid;
	background:none;
	margin-bottom:10px;
	width:610px;
	font-size:19px;
	color:#1d1c1c;
	font-weight:bold;
	padding-bottom:7px;
	
}

#content .right-content  .gallery2 ul li.top img{
	float:right;
	vertical-align:middle;
	margin-top:1px;
}

#content .right-content  .gallery2 ul li.news li.top2{
	float:left;
	border-bottom:0px #e1e1e1 solid;
	background:none;
	margin-bottom:5px;
	width:610px;
	font-size:15px;
	color:#ff4300;
	font-weight:normal;
	padding-bottom:3px;
	text-align:left;

	   direction: ltr;  
	
}

#content .right-content  .gallery2 ul li.news li.top2 img{
	float:left;
	vertical-align:middle;
	margin-top:-3px;
	margin-right:10px;
}


#content .right-content  .gallery2 ul li.news li.new{
	float:left;
	border-bottom:0px #e1e1e1 solid;
	background:none;
	margin-bottom:10px;
	width:610px;
	font-size:14px;
	color:#706e6e;
	font-weight:normal;
	text-align:left;
	margin-bottom:0px;
	padding-bottom:0px;
	margin-left:10px;
    direction: ltr;    
	
}

#content .right-content  .gallery2 ul li.news li.new img{
	float:left;
	vertical-align:middle;
	margin-top:3px;
	margin-right:10px;
}

#content .left-content  .gallery2 ul li.news li.new span{
	float:right;
	color:#ff4300;
	font-weight:normal;
	font-family:Tahoma;
	font-size:13px;
	margin-right:3px;
}



#content .right-content  .gallery2 ul li.news li.new span{
	float:right;
	font-weight:normal;
	font-family:Tahoma;
	font-size:14px;
	margin-right:3px;
}







#content .right-content  .gallery2 ul li{
	float:right;
	display:inline;
	width:136px;
	padding:5px;
	background:#FFFFFF;
	margin:0 8px 0 6px;
}


#content .right-content  .gallery2 ul li.news{
	float:right;
	width:620px;
	background:none;
	margin-bottom:5px;
	border-bottom:1px solid #e4e2e2;
	padding-bottom:8px;
}








/*-----------------left content ---------*/
#content .left-content  .gallery{
	float:right;
	width:271px;
	height:100% auto;
	overflow: hidden;
	background:#f3f3f3;
	border:3px #2e2e2e solid;
	border-radius:3px;
	padding:10px 0px 10px 5px ;
	margin-bottom:10px;
}

#content .left-content  .gallery ul{
	float:right;
}

#content .left-content  .gallery ul li.top{
	float:right;
	border-bottom:0px #e1e1e1 solid;
	background:none;
	margin-bottom:5px;
	width:279px;
	font-size:19px;
	color:#1d1c1c;
	font-weight:bold;
	padding-bottom:5px;
	
}

#content .left-content  .gallery ul li.top img{
	float:right;
	vertical-align:middle;
	margin-top:1px;
}



#content .left-content  .gallery ul li{
	float:right;
	display:inline;
	width:136px;
	padding:5px;
	background:#FFFFFF;
	margin:0 8px 0 6px;
}


#content .left-content  .gallery ul li.news{
	float:right;
	width:279px;
	background:none;
	margin-bottom:5px;
	border-bottom:0px dashed #111111;
	padding-bottom:2px;
}




#content .left-content  .gallery ul li.news .news-pic {
	float:right;
	width:91px;
	height:67px;
	margin-left:10px;
	border:2px solid #bfbfbf;
	border-radius:2px;
}

#content .left-content  .gallery ul li.news h1 a{
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:bold;
}

#content .left-content  .gallery ul li.news p{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#373635;
	margin-top:0px;
	width:260px;
	line-height:21px;
}




#content .left-content  .gallery ul li.news span{
	float:none;
	color:#ff4300;
	font-weight:normal;
	font-family:Tahoma;
	font-size:13px;
	margin-right:3px;
}

#content .left-content  .gallery ul li.news .rating {
	float:left;
	width:280px;
}

#content .left-content  .gallery ul li.news .rating .news-pic {
	float:left;
	width:60px;
	height:50px;
	margin-left:23px;
	margin-right:10px;
	border:2px solid #bfbfbf;
	border-radius:2px;	
}

#content .left-content  .gallery ul li.news .rating h2 a{
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:normal;
	text-align:left;
	width:150px;
	float:left;
    margin-top:15px ;
}

#content .left-content  .gallery ul li.news .rating .rate{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:normal;
	text-align:right;
	width:155px;
	margin:10px 0 0 0 ;
    float: right;
}

#content .left-content  .gallery ul li.news .rating .rate img{
	float:left;
}







#content .left-content  .gallery2{
	float:right;
	width:271px;
	height:100% auto;
	overflow: hidden;
	background:#f3f3f3;
	border:3px #2e2e2e solid;
	border-radius:3px;
	padding:10px 0px 12px 5px ;
	margin-bottom:10px;
}

#content .left-content  .gallery2 ul{
	float:right;
}

#content .left-content  .gallery2 ul li.top{
	float:right;
	border-bottom:0px #e1e1e1 solid;
	background:none;
	margin-bottom:15px;
	width:280px;
	font-size:19px;
	color:#1d1c1c;
	font-weight:bold;
	padding-bottom:5px;
	
}

#content .left-content  .gallery2 ul li.top img{
	float:right;
	vertical-align:middle;
	margin-top:1px;
}



#content .left-content  .gallery2 ul li{
	float:right;
	display:inline;
	width:136px;
	padding:0px;
	background:none;
	margin:0 8px 0 6px;
}


#content .left-content  .gallery2 ul li.news {
	float:right;
	width:250px;
    height: auto 100%;
	background:none;
	border-bottom:1px dashed #dedcdc;
	padding-bottom:12.5px;
	padding-top:14.5px;
	margin-left:0px;
	color:#706e6e;
	background:none;
padding:5px;
}

#content .left-content  .gallery2 ul li.news:hover{
	float:right;
	width:250px;
    height: auto 100%;
	background: url(../images/bg-menu.jpg) repeat-x;
	border-bottom:1px solid #dedcdc;
	padding-bottom:12.5px;
	padding-top:14.5px;
	margin-left:0px;
	color:#111111;
	padding:5px;
}

/*

#content .left-content  .gallery2 ul li.news a.visit{
	float:left;
	width:284px;
	background:none;
	border-bottom:1px dashed #dedcdc;
	padding-bottom:12.5px;
	padding-top:14.5px;
	margin-left:-143px;
	color:#706e6e;
	background:none;
	padding-right:15px;
	padding-left:0px;
}

#content .left-content  .gallery2 ul li.news a.visit:hover{
	float:left;
	width:284px;
	background: url(../images/bg-menu.jpg) repeat-x;
	border-bottom:1px solid #dedcdc;
	padding-bottom:12.5px;
	padding-top:14.5px;
	margin-left:-143px;
	color:#111111;
	padding-right:15px;
	padding-left:0px;
}
*/

#content .left-content  .gallery2 ul li.news   .news-pic {
	float:left;
	width:57px;
	height:45px;
	margin-right:10px;
	border:2px solid #bfbfbf;
	border-radius:2px;
	background:none;
}

#content .left-content  .gallery2 ul li.news   h1 {
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:bold;
}

#content .left-content  .gallery2 ul li.news p{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#373635;
	margin-top:0px;
	width:260px;
	line-height:21px;
}




#content .left-content  .gallery2 ul li.news a span{
	float:none;
	color:#ff4300;
	font-weight:normal;
	font-family:Tahoma;
	font-size:13px;
	margin-right:3px;
	background:none;
}

#content .left-content  .gallery2 ul li.news a .rating {
	float:left;
	width:279px;
	background:none;
}

#content .left-content  .gallery2 ul li.news a .rating .news-pic {
	float:left;
	width:57px;
	height:45px;
	margin-left:23px;
	margin-right:10px;
	border:2px solid #bfbfbf;
	border-radius:2px;	
}

#content .left-content  .gallery2 ul li.news a .rating h2 {
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	background:none;
	font-weight:normal;
	text-align:left;
	width:150px;
	float:left;
}

#content .left-content  .gallery2 ul li.news a .rating .rate{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:normal;
	text-align:right;
	width:155px;
	float:none;
	margin:-15px 0 0 0 ;
	background:none;
}

#content .left-content  .gallery2 ul li.news a .rating .rate img{
	float:right;
}


#content .left-content .facebook-fans {
	float:left;
	margin-left:0px;
	margin-top:2px;
    margin-bottom:15px;
}






/*------------------ directory ---------------*/
#content .left-content2 {
	float:left;
	width:700px;
	height:100% auto;
	background:none;
	border:0px #FFFFFF solid;
	padding:0px;
}

#content .right-content2 {
	float:right;
	width:230px;
	height:100% auto;
	background:none;
	border:0px #FFFFFF solid;
	padding:0px;
}




/*-------left conent ----*/
#content .left-content2  .gallery{
	float:right;
	width:690px;
	height:100% auto;
	overflow: hidden;
	background:#f3f3f3;
	border:3px #2e2e2e solid;
	border-radius:3px;
	padding:0px 0px 0px 5px ;
	margin-bottom:13px;
	min-height:690px;
}

#content .left-content2  .gallery ul{
	float:right;
}

#content .left-content2  .gallery ul li.top{
	float:right;
	border-bottom:0px #e1e1e1 solid;
	background:none;
	margin-bottom:10px;
	width:610px;
	font-size:19px;
	color:#1d1c1c;
	font-weight:bold;
	padding-bottom:7px;
	
}

#content .left-content2  .gallery ul li.top img{
	float:right;
	vertical-align:middle;
	margin-top:-6px;
}



#content .left-content2  .gallery ul li{
	float:right;
	display:inline;
	width:136px;
	padding:5px;
	background:#FFFFFF;
	margin:0 8px 0 6px;
}


#content .left-content2  .gallery ul li.news{
	float:right;
	width:620px;
	background:none;
	margin-bottom:5px;
	border-bottom:1px dashed #111111;
	padding-bottom:13px;
}




#content .left-content2  .gallery ul li.news .news-pic {
	float:right;
	width:91px;
	height:67px;
	margin-left:10px;
	border:2px solid #bfbfbf;
	border-radius:2px;
}

#content .left-content2  .gallery ul li.news h1 a{
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:bold;
}

#content .left-content2 .gallery ul li.news p{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#373635;
	margin-top:5px;
	width:600px;
}



#content .left-content2  .gallery ul li.last{
	float:right;
	width:620px;
	background:none;
	margin-bottom:5px;
	border-bottom:0px dashed #111111;
	padding-bottom:13px;
}



#content .left-content2  .gallery ul li.last .news-pic {
	float:right;
	width:91px;
	height:67px;
	margin-left:10px;
	border:2px solid #bfbfbf;
	border-radius:2px;
}

#content .left-content2  .gallery ul li.last h1 a{
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:bold;
}

#content .left-content2  .gallery ul li.last p{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#373635;
	margin-top:5px;
	width:600px;
}

#content .left-content2  .gallery ul li.news span{
	float:left;
	color:#ff4300;
	font-weight:normal;
	font-family:Tahoma;
	font-size:13px;
}


#content .left-content2  .gallery ul li.last span{
	float:left;
	color:#ff4300;
	font-weight:normal;
	font-family:Tahoma;
	font-size:13px;
}





/*-----------------right content ---------*/
#content .right-content2  .gallery{
	float:right;
	width:230px;
	height:100% auto;
	overflow: hidden;
	background:#f3f3f3;
	border:3px #2e2e2e solid;
	border-radius:3px;
	padding:10px 0px 10px 5px ;
	margin-bottom:10px;
}

#content .right-content2  .gallery ul{
	float:right;
}

#content .right-content2  .gallery ul li.top{
	float:right;
	border-bottom:0px #e1e1e1 solid;
	background:none;
	margin-bottom:5px;
	font-size:19px;
	color:#1d1c1c;
	font-weight:bold;
	padding-bottom:5px;
	width:220px;
	
}

#content .right-content2  .gallery ul li.top img{
	float:right;
	vertical-align:middle;
	margin-top:1px;
}



#content .right-content2  .gallery ul li{
	float:right;
	display:inline;
	width:136px;
	padding:5px;
	background:#FFFFFF;
	margin:0 8px 0 6px;
}


#content .right-content2  .gallery ul li.news{
	float:right;
	background:none;
	margin-bottom:5px;
	border-bottom:0px dashed #111111;
	padding-bottom:2px;
	width:220px;
}




#content .right-content2  .gallery ul li.news .news-pic {
	float:right;
	width:91px;
	height:67px;
	margin-left:10px;
	border:2px solid #bfbfbf;
	border-radius:2px;
}

#content .right-content2  .gallery ul li.news h1 a{
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:bold;
	width:220px;
}

#content .right-content2  .gallery ul li.news p{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#373635;
	margin-top:0px;
	line-height:21px;
	width:220px;
}




#content .right-content2  .gallery ul li.news span{
	float:none;
	color:#ff4300;
	font-weight:normal;
	font-family:Tahoma;
	font-size:13px;
	margin-right:3px;
}

#content .right-content2  .gallery ul li.news .rating {
	float:right;
	width:220px;
}

#content .right-content2  .gallery ul li.news .rating .news-pic {
	float:left;
	width:91px;
	height:67px;
	margin-left:3px;
	margin-right:10px;
	border:2px solid #bfbfbf;
	border-radius:2px;	
}

#content .right-content2  .gallery ul li.news .rating h2 a{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:normal;
	text-align:left;
	width:110px;
	float:left;
}

#content .right-content2  .gallery ul li.news .rating .rate{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:normal;
	text-align:right;
	width:100%;
	float: right;
	margin:10px 0 0 0 ;
}



/*
#content .right-content2  .gallery ul li.news .rating .rate img{
	float:left;
}

*/





#content .right-content2  .gallery2{
	float:right;
	width:230px;
	height:100% auto;
	overflow: hidden;
	background:#f3f3f3;
	border:3px #2e2e2e solid;
	border-radius:3px;
	padding:10px 0px 12px 5px ;
	margin-bottom:10px;
}

#content .right-content2  .gallery2 ul{
	float:right;
}

#content .right-content2  .gallery2 ul li.top{
	float:right;
	border-bottom:0px #e1e1e1 solid;
	background:none;
	margin-bottom:5px;
	font-size:19px;
	color:#1d1c1c;
	font-weight:bold;
	padding-bottom:5px;
	width:220px;
}

#content .right-content2  .gallery2 ul li.top img{
	float:right;
	vertical-align:middle;
	margin-top:1px;
}



#content .right-content2  .gallery2 ul li{
	float:right;
	display:inline;
	width:136px;
	padding:0px;
	background:none;
	margin:0 8px 0 6px;
}


#content .right-content2  .gallery2 ul li.news a{
	float:left;
	width:284px;
	background:none;
	border-bottom:1px dashed #dedcdc;
	padding-bottom:9.5px;
	padding-top:10.5px;
	margin-left:-143px;
	color:#706e6e;
	background:none;
	padding-right:15px;
	padding-left:0px;
}

#content .right-content2  .gallery2 ul li.news a:hover{
	float:left;
	width:284px;
	background: url(../images/bg-menu.jpg) repeat-x;
	border-bottom:1px solid #dedcdc;
	padding-bottom:9.5px;
	padding-top:10.5px;
	margin-left:-143px;
	color:#111111;
	padding-right:15px;
	padding-left:0px;
}


#content .right-content2  .gallery2 ul li.news a .news-pic {
	float:right;
	width:57px;
	height:45px;
	margin-left:10px;
	border:2px solid #bfbfbf;
	border-radius:2px;
	background:none;
}

#content .right-content2  .gallery2 ul li.news a h1 {
	font-size:19px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:bold;
}

#content .right-content2  .gallery2 ul li.news p{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#373635;
	margin-top:0px;
	line-height:21px;
}




#content .right-content2  .gallery2 ul li.news a span{
	float:none;
	color:#ff4300;
	font-weight:normal;
	font-family:Tahoma;
	font-size:13px;
	margin-right:3px;
	background:none;
}

#content .right-content2  .gallery2 ul li.news a .rating {
	float:right;
	background:none;
	width:190px;
	padding-right:15px;
}

#content .right-content2  .gallery2 ul li.news a .rating .news-pic {
	float:left;
	width:57px;
	height:45px;
	margin-left:23px;
	margin-right:10px;
	border:2px solid #bfbfbf;
	border-radius:2px;	
}

#content .right-content2  .gallery2 ul li.news a .rating h2 {
	font-size:13px;
	font-family:Tahoma, Helvetica, sans-serif;
	background:none;
	font-weight:normal;
	text-align:right;
	width:210px;
	float:right;
	color:#ff4300;
    direction: rtl;
}

#content .right-content2  .gallery2 ul li.news a .rating h2 span{
	color:#111111;
    direction: ltr;
    float: left;
    margin-right: 0px;
    width: auto;
}

#content .right-content2  .gallery2 ul li.news a .rating .rate{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ee0606;
	font-weight:normal;
	text-align:right;
	width:155px;
	float:none;
	margin:-15px 0 0 0 ;
	background:none;
}

#content .right-content2  .gallery2 ul li.news a .rating .rate img{
	float:right;
}


#content .right-content2 .facebook-fans {
	float:right;
	margin-left:0px;
	margin-top:2px;
}



/*------------------- manga page ------------------------*/
#content .left-content3 {
	float:left;
	width:950px;
	height:100% auto;
	background:none;
	border:0px #FFFFFF solid;
	padding:0px;
}





/*-------left conent ----*/
#content .left-content3  .gallery{
	float:right;
	width:925px;
	height:100% auto;
	overflow: hidden;
	background:#f3f3f3;
	border:3px #2e2e2e solid;
	border-radius:3px;
	padding:10px;
	margin-bottom:13px;
}


#content .left-content3  .gallery .data{
	float:right;
	width:925px;
	height:100% auto;
	overflow: hidden;
}


#content .left-content3  .gallery .data .manga-pic {
	float:right;
	padding:3px;
	border:1px solid #111111;
	margin-left:15px;
}

#content .left-content3  .gallery .data h1 {
	float:right;
	font-size:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:normal;
	margin:2px 0 10px 0 ;
}

#content .left-content3  .gallery .data h2 {
	float:right;
	font-size:14px;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:normal;
	margin:2px 0 15px 0 ;
	border-bottom:1px dashed #8a8888;
	display:block;
	width:100%;
	padding-bottom:10px;
	direction:rtl;
	text-align:right;
}

#content .left-content3  .gallery .data h2 img{
	margin-top:-4px;
	vertical-align:middle
}



.manga-pic2 {
	padding:3px;
	border:3px solid #ccc;
	margin-left:0px;
}

.manga-pic4 {
	vertical-align:middle;
	margin-top:-4px;
}




#content  .gallery .data2{
	float:right;
	width:670px;
	height:100% auto;
	overflow: hidden;
	padding:10px;
}


#content   .gallery .data2 .manga-pic {
	float:right;
	padding:3px;
	border:1px solid #111111;
	margin-left:15px;
}

#content   .gallery .data2 h1 {
	float:right;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:bold;
	margin:2px 0 10px 0 ;
}

#content   .gallery .data2 p{
	float:right;
	font-size:13px;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#111111;
	font-weight:normal;
	line-height:20px
}

#content   .gallery .data2 h2 {
	float:right;
	font-size:14px;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:normal;
	margin:2px 0 15px 0 ;
	border-bottom:1px dashed #8a8888;
	display:block;
	width:100%;
	padding-bottom:10px;
	direction:rtl;
	text-align:right;
}

#content   .gallery .data2 h2 img{
	margin-top:-4px;
	vertical-align:middle
}



/*----------------footer -----------*/
#footer {
	width:950px;
	height:100% auto;
}


#footer .top{
	background:#100e0c;
	border:3px solid #2e2e2e;
	height:100px;
	width:947px;
	margin:30px 0 13px 0;
	border-radius:2px;
}

#footer .right {
	float:right;
	padding: 35px 30px 0 0;
}

#footer .right a{
	float:left;
	margin:0px 5px 0 0;
}

#footer .left {
	float:left;
	padding: 40px 0 0 30px;
	color:#FFFFFF;
	font-weight:normal;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
}

#footer .left input{
	text-align:right;
	background:  url(../images/bg-black-input.jpg) repeat-x ;
	border:none;
	width:164px;
	height:23px;
	border-radius:3px;
	border:1px #2d2d2d solid;
	padding:0 10px 0 0 ;
	color:#7c7a7a;
	font-weight:normal;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-left:5px;
}

#footer .left input.submit1{
	background: url(../images/bg-button.png) repeat-x;
	height:23px;
	width:84px;
	margin-right:5px;
	color:#000000;
	line-height:21px;
	cursor:pointer;
	cursor:hand;
	font-size:12px;
	font-weight:normal;
	padding-right:21px;
	border:1px #fff solid;
	border-radius:3px;
}


#footer .left input.submit11{
	background: url(../images/bg-button.png) repeat-x;
	height:23px;
	width:84px;
	margin-right:5px;
	color:#000000;
	line-height:21px;
	cursor:pointer;
	cursor:hand;
	font-size:12px;
	font-weight:normal;
	padding-right:8px;
	border:1px #fff solid;
	border-radius:3px;
}

#footer .left input.submit2{
	background: url(../images/icons/bg-register.png) no-repeat;
	height:25px;
	width:94px;
	cursor:pointer;
	cursor:hand;
	padding-right:30px;
	color:#000000;
	line-height:22px;
	font-size:11px;
	font-weight:normal
}


#footer .down{
	height:50px;
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
}

#footer .line {
	background:url(../images/bg-line.png) repeat-x;
	height:4px;
	width:950px;
	margin-right:2px;
	margin-bottom:11px;
}

#footer .down span{
	color:#ff4300;
}




/*----------------footer2 -----------*/
#footer2 {
	width:950px;
	height:100% auto;
    margin: 0 auto;
}


#footer2 .top{
	background:#100e0c;
	border:3px solid #2e2e2e;
	height:100px;
	width:947px;
	margin:30px 0 13px 0;
	border-radius:2px;
}

#footer2 .right {
	float:right;
	padding: 35px 30px 0 0;
}

#footer2 .right a{
	float:left;
	margin:0px 5px 0 0;
}

#footer2 .left {
	float:left;
	padding: 40px 0 0 30px;
	color:#FFFFFF;
	font-weight:normal;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
}

#footer2 .left input{
	text-align:right;
	background:  url(../images/bg-black-input.jpg) repeat-x ;
	border:none;
	width:164px;
	height:23px;
	border-radius:3px;
	border:1px #2d2d2d solid;
	padding:0 10px 0 0 ;
	color:#7c7a7a;
	font-weight:normal;
	font-size:11px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-left:5px;
}

#footer2 .left input.submit1{
	background: url(../images/bg-button.png) repeat-x;
	height:23px;
	width:84px;
	margin-right:5px;
	color:#000000;
	line-height:21px;
	cursor:pointer;
	cursor:hand;
	font-size:12px;
	font-weight:normal;
	padding-right:21px;
	border:1px #fff solid;
	border-radius:3px;
}


#footer2 .left input.submit11{
	background: url(../images/bg-button.png) repeat-x;
	height:23px;
	width:84px;
	margin-right:5px;
	color:#000000;
	line-height:21px;
	cursor:pointer;
	cursor:hand;
	font-size:12px;
	font-weight:normal;
	padding-right:8px;
	border:1px #fff solid;
	border-radius:3px;
}

#footer2 .left input.submit2{
	background: url(../images/icons/bg-register.png) no-repeat;
	height:25px;
	width:94px;
	cursor:pointer;
	cursor:hand;
	padding-right:30px;
	color:#000000;
	line-height:22px;
	font-size:11px;
	font-weight:normal
}


#footer2 .down{
	height:50px;
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
}

#footer2 .line {
	background:url(../images/bg-line.png) repeat-x;
	height:4px;
	width:950px;
	margin-right:2px;
	margin-bottom:11px;
}

#footer2 .down span{
	color:#ff4300;
}




/*-----------table -----------*/
#newspaper-b
{
	font-family: "Arial", "Lucida Grande", Sans-Serif;
	margin-bottom:0px;
	text-align: right;
	border-collapse: collapse;
    direction: rtl;
    border: 0px #2e2e2e solid;
	font-family:Tahoma;
}
#newspaper-b th
{
	padding: 5px 10px 5px 10px;
	font-size: 13px;
    font-weight: bold;
	color: #000000;
    border-left: 1px #2e2e2e solid;
    background: none;
}
#newspaper-b tbody
{
	background: none;
	margin:5px 0 5px 0;
}

#newspaper-b td
{
	padding: 7px 10px 7px 5px;
	color: #000000;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
    background: #f9f9f9;
     border-left: 1px #2e2e2e solid;
     text-align: right;
     font-size: 12px;
	 direction:ltr;
}

#newspaper-b td.color
{
	padding: 10px 10px 10px 5px;
	color: #000000;
	border-top: 1px solid #2e2e2e;
    background:#f0eeee;
     border-left: 0px #2e2e2e solid;
	 border-bottom: 1px solid #2e2e2e;
     text-align: right;
     font-size: 12px;
	 direction:ltr;
}

#newspaper-b td.list
{
	padding: 10px 10px 10px 5px;
	color: #000000;
	border-top: 1px solid #2e2e2e;
    background:none;
     border-left: 0px #2e2e2e solid;
	 border-bottom: 1px solid #2e2e2e;
     text-align: right;
     font-size: 12px;
	 direction:ltr;
}

#newspaper-b td.list2
{
	padding: 7px 0px 7px 0px;
	color: #000000;
	border-top: 0px solid #2e2e2e;
    background:#dfdede;
     border-left: 1px #2e2e2e solid;
     text-align: center;
     font-size: 12px;
	 font-weight:bold;
	 direction:ltr;
}


.color {
	background:#999;
}

/*  text */

.text {
    font-family: "Arial", "Lucida Grande", Sans-Serif;
	font-size: 18px;
    color: #6D6D72 ;
    font-weight: bold;
}


.text a {
    text-decoration: none;
}


/*---------------table2------------*/
/*-----------table -----------*/
#newspaper-b2
{
	font-family: "Arial", "Lucida Grande", Sans-Serif;
	margin-bottom:0px;
	text-align: right;
	border-collapse: collapse;
    direction: rtl;
    border: 0px #2e2e2e solid;
	font-family:Tahoma;
	float:right;
}
#newspaper-b2 th
{
	padding: 5px 10px 5px 10px;
	font-size: 13px;
    font-weight: bold;
	color: #000000;
    border-left: 0px #2e2e2e solid;
    background: none;
}
#newspaper-b2 tbody
{
	background: none;
	margin:5px 0 5px 0;
}

#newspaper-b2 td
{
	padding: 7px 10px 7px 5px;
	color: #000000;
	border-top: 0px solid #2e2e2e;
	border-bottom: 0px solid #2e2e2e;
     border-left: 0px #2e2e2e solid;
     text-align: right;
     font-size: 13px;
	 direction:rtl;
}

#newspaper-b2 td.color
{
	padding: 7px 10px 7px 5px;;
	color: #000000;
	border-top:0px solid #2e2e2e;
     border-left: 0px #2e2e2e solid;
	 border-bottom: 0px solid #2e2e2e;
     text-align: left;
     font-size: 12px;
	 direction:ltr;
}

#newspaper-b2 td.list
{
	padding: 7px 0px 7px 0px;;
	color: #000000;
	border-top: 0px solid #2e2e2e;
    background:none;
     border-left: 0px #2e2e2e solid;
     text-align: center;
     font-size: 12px;
	 font-weight:bold;
	 direction:ltr;
}

#newspaper-b2 td.list2
{
	padding: 7px 10px 7px 0px;;
	color: #000000;
	border-top: 0px solid #2e2e2e;
    background:none;
     border-left:0px #2e2e2e solid;
     text-align: left;
     font-size: 13px;
	 font-weight:normal;
	 direction:rtl;
}


.color {
}

/*  text */

.text {
    font-family: "Arial", "Lucida Grande", Sans-Serif;
	font-size: 18px;
    color: #6D6D72 ;
    font-weight: bold;
}


.text a {
    text-decoration: none;
}



/*---------------table3 -------------------------*/
/*-----------table -----------*/
#newspaper-b3
{
	font-family: "Arial", "Lucida Grande", Sans-Serif;
	margin-bottom:0px;
	text-align: right;
	border-collapse: collapse;
    direction: rtl;
    border: 1px #2e2e2e solid;
	font-family:Tahoma;
}
#newspaper-b3 th
{
	padding: 5px 10px 5px 10px;
	font-size: 13px;
    font-weight: bold;
	color: #000000;
    border-left: 1px #2e2e2e solid;
    background: none;
}
#newspaper-b3 tbody
{
	background: none;
	margin:5px 0 5px 0;
}

#newspaper-b3 td
{
	padding: 7px 10px 7px 5px;;
	color: #000000;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
    background: #f9f9f9;
     border-left: 1px #2e2e2e solid;
     text-align: right;
     font-size: 12px;
	 direction:rtl;
}

#newspaper-b3 td.color
{
	padding: 7px 10px 7px 5px;;
	color: #000000;
	border-top: 1px solid #2e2e2e;
    background:#e5e4e4;
     border-left: 1px #2e2e2e solid;
	 border-bottom: 1px solid #2e2e2e;
     text-align: right;
     font-size: 12px;
	 direction:rtl;
}

#newspaper-b3 td.list
{
	padding: 7px 0px 7px 0px;;
	color: #000000;
	border-top: 0px solid #2e2e2e;
    background:none;
     border-left: 1px #2e2e2e solid;
     text-align: center;
     font-size: 12px;
	 font-weight:bold;
	 direction:ltr;
}

#newspaper-b3 td.list2
{
	padding: 7px 10px 7px 0px;;
	color: #000000;
	border-top: 0px solid #2e2e2e;
    background:none;
     border-left: 1px #2e2e2e solid;
     text-align: right;
     font-size: 13px;
	 font-weight:normal;
	 direction:rtl;
}


.color {
	background:#999;
}

/*  text */

.text {
    font-family: "Arial", "Lucida Grande", Sans-Serif;
	font-size: 18px;
    color: #6D6D72 ;
    font-weight: bold;
}


.text a {
    text-decoration: none;
}



/*---------------table4 -------------------------*/
/*-----------table -----------*/
#newspaper-b4
{
	font-family: "Arial", "Lucida Grande", Sans-Serif;
	margin-bottom:0px;
	text-align: right;
	border-collapse: collapse;
    direction: rtl;
    border: 1px #2e2e2e solid;
	font-family:Tahoma;
}
#newspaper-b4 th
{
	padding: 5px 10px 5px 10px;
	font-size: 13px;
    font-weight: bold;
	color: #000000;
    border-left: 0px #2e2e2e solid;
    background: none;
}
#newspaper-b4 tbody
{
	background: none;
	margin:5px 0 5px 0;
}

#newspaper-b4 td
{
	padding: 7px 10px 7px 5px;;
	color: #000000;
	border-top: 0px solid #2e2e2e;
	border-bottom: 0px solid #2e2e2e;
    background: #f9f9f9;
     border-left: 0px #2e2e2e solid;
     text-align: right;
     font-size: 12px;
	 direction:rtl;
}

#newspaper-b4 td.color
{
	padding: 10px 10px 10px 5px;;
	color: #000000;
	border-top: 0px solid #2e2e2e;
    background:#e5e4e4;
     border-left: 0px #2e2e2e solid;
	 border-bottom: 0px solid #2e2e2e;
     text-align: right;
     font-size: 12px;
	 direction:rtl;
}

#newspaper-b4 td.list
{
	padding: 7px 0px 7px 0px;;
	color: #000000;
	border-top: 0px solid #2e2e2e;
    background:none;
     border-left: 0px #2e2e2e solid;
     text-align: center;
     font-size: 12px;
	 font-weight:bold;
	 direction:ltr;
}

#newspaper-b4 td.list2
{
	padding: 7px 10px 7px 0px;;
	color: #000000;
	border-top: 0px solid #2e2e2e;
    background:none;
     border-left: 1px #2e2e2e solid;
     text-align: right;
     font-size: 13px;
	 font-weight:normal;
	 direction:rtl;
}


.color {
	background:#999;
}

/*  text */

.text {
    font-family: "Arial", "Lucida Grande", Sans-Serif;
	font-size: 18px;
    color: #6D6D72 ;
    font-weight: bold;
}


.text a {
    text-decoration: none;
}


/*-------------search form -----------*/
#searchform{clear:both;width:930px}
#searchform fieldset{font-size:12px;margin:0;padding:0}
#searchform .button{height:22px;border:0;overflow:hidden;cursor:hand;margin:0 5px;padding:22px 0 0}
#searchform .options_botton{width:61px;background:transparent url(../images/options_botton.gif) no-repeat center top}
#searchform .options_botton:hover{background:transparent url(../images/options_botton_bro.gif) no-repeat center top}
#searchform .search_button{width:80px;background:transparent url(../images/search_botton.gif) no-repeat center top}
#searchform .search_button:hover{background:transparent url(../images/search_botton_bro.gif) no-repeat center top}
#searchform .reset_button{width:58px;background:transparent url(../images/reset_button.gif) no-repeat center top}
#searchform .reset_button:hover{background:transparent url(../images/reset_button_bro.gif) no-repeat center top}
#searchform label{height:22px;line-height:22px;text-align:right;float:left;width:170px;margin-right:10px;position:relative;font-weight:700;color:#595959;text-decoration:none}
#searchform #searchbar{background:url(../images/searchbar.png) no-repeat;height:48px}
#searchform #searchbar ol{padding:12px}
#searchform fieldset li{float:left;width:100%;margin-bottom:5px}
#searchform fieldset ol li ul{float:left;width:710px;margin-left:5px}
#searchform fieldset ol li ul li{float:left;width:auto;margin-bottom:0;padding:0}
#searchform fieldset ol li ul li input{float:left;height:20px;line-height:20px}
#searchform fieldset ol li ul li label{text-align:left;width:100px;font-weight:400;height:20px;line-height:20px;margin:0 3px}
#searchform fieldset ol li ul#genres select{display:none}
#searchform fieldset ol li ul#genres label{width:130px;height:18px;line-height:18px}
#searchform fieldset ol li ul#genres label a{padding-left:20px;background:url(../images/genre_either.png) left center no-repeat;font-weight:400;font-size:12px;color:#595959}
#searchform fieldset ol li ul#genres label a.either{background-image:url('../images/genre_either.png')}
#searchform fieldset ol li ul#genres label a.include{background-image:url('../images/genre_include.png')}
#searchform fieldset ol li ul#genres label a.exclude{background-image:url('../images/genre_exclude.png')}
#searchform fieldset ol li ul#genres label a:hover{ color:#ff4300 ;}
#searchform fieldset ol li ul.radios{float:left;list-style:none}
#searchform fieldset ol li ul.radios li{float:left;height:20px;width:auto}
#searchform fieldset ol li ul.radios li label{width:auto;margin:0 5px 1px 3px}
#searchform #searcharea{width:930px;background:url(../images/searchareabg.png) top left repeat-y;padding:12px}
#searchform #buttonarea{width:930px;background:url(../images/searchareabottom.png) bottom no-repeat;height:35px;padding-top:10px}
#searchform .adv{display:block}


 select.chapter{
	width:300px;
	direction:ltr;
	border:1px #cacac9 solid;
	font-family:Tahoma;
	font-size:12px;
	padding:2px;
	background:#FFFFFF;
	height:25px;
	color:#ff4300;
}

select.page{
	width:80px;
	direction:ltr;
	border:1px #cacac9 solid;
	font-family:Tahoma;
	font-size:12px;
	padding:2px;
	background:#FFFFFF;
	height:25px;
	color:#111111;
}


/*------------indexer--------------*/
.indexer {
	float:right;
	background:none;
	margin:0 1px 15px 0;
	width:932px;
	border:1px #2d2d2d solid;
	background:#13100f;
	padding:5px 10px 5px 5px;
	font-size:12px;
	font-weight:normal;
	color:#272727;
	font-family: Tahoma, Geneva, sans-serif;
}

.indexer span {
	font-size:12px;
	font-weight:normal;
	color:#ff4300;
	font-family: Tahoma, Geneva, sans-serif;
}

.indexer img {
	vertical-align:middle;
	margin:-2px 0 0 0 ;
}


/*-------------contact us form -----------*/
form#contactform{
	width:633px;
	float:right;
	margin:10px 0 5px 0;
	padding:20px;
	background:#fff;
	border:1px solid #ccc;
    direction: rtl;
}
form#contactform label{
	width:158px;
	float:right;
	margin:6px 0 0 0;
    text-align: right;
    direction: rtl;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    clear: both;
  
    
}
form#contactform .contact-input{
	width:390px;
	float:right;
	margin:0 0 10px 0;
	height:24px;
	padding:3px 8px 3px 0;	
	background:#eee;
	border:1px solid #ccc;
	color:#666;
    text-align: right;
	font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}
form#contactform .contact-textarea{
	width:390px;
	float:right;
	margin:0 0 10px 0;
	height:140px;
	padding:3px 8px 3px 0;	
	background:#eee;
	border:1px solid #ccc;
	color:#666;
    overflow:auto;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
    text-align: right;
}
form#contactform #submit{
	width:80px;
	float:left;
	margin:8px 0 0px 225px;
	height:34px;
	float:left;
	background:url(../images/80x34-btn.png) no-repeat;
	border:none;
	padding:0px 0 0px 0px;
	color:#666;
	cursor:pointer;
     font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
    
}
form#contactform #submit:hover{
	background:url(../images/80x34-btn-hover.png) no-repeat;
	color:#fff;
}

form#contactform #submit2{
	background:#2e2d2c;
	height:25px;
	width:80px;
	border:0px #dedcdc solid;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	border:none;
	padding:0px 0 0px 0px;
	cursor:pointer;
     font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
    margin-left: 230px;
    float: left;
    
}
form#contactform #submit2:hover{
	background:#ff4300;
	color:#fff;
}




/*-------------contact us form2 -----------*/
form#contactform2{
	width:885px;
	float:right;
	margin:10px 0 5px 0;
	padding:20px;
	background:#fff;
	border:1px solid #ccc;
    direction: rtl;
}
form#contactform2 label{
	width:158px;
	float:right;
	margin:6px 0 0 0;
    text-align: right;
    direction: rtl;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    clear: both;
  
    
}
form#contactform2 .contact-input{
	width:390px;
	float:right;
	margin:0 0 10px 0;
	height:24px;
	padding:3px 8px 3px 0;	
	background:#eee;
	border:1px solid #ccc;
	color:#666;
    text-align: right;
	font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}
form#contactform2 .contact-textarea{
	width:390px;
	float:right;
	margin:0 0 10px 0;
	height:140px;
	padding:3px 8px 3px 0;	
	background:#eee;
	border:1px solid #ccc;
	color:#666;
    overflow:auto;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
    text-align: right;
}
form#contactform2 #submit{
	width:80px;
	float:left;
	margin:8px 0 0px 225px;
	height:34px;
	float:left;
	background:url(../images/80x34-btn.png) no-repeat;
	border:none;
	padding:0px 0 0px 0px;
	color:#666;
	cursor:pointer;
     font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
    
}
form#contactform2 #submit:hover{
	background:url(../images/80x34-btn-hover.png) no-repeat;
	color:#fff;
}

form#contactform2 #submit2{
	background:#2e2d2c;
	height:25px;
	width:80px;
	border:0px #dedcdc solid;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	border:none;
	padding:0px 0 0px 0px;
	cursor:pointer;
     font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
    margin-left: 230px;
    float: left;
    
}
form#contactform2 #submit2:hover{
	background:#ff4300;
	color:#fff;
}



/*-------------contact us form2 -----------*/
form#contactform22{
	width:625px;
	float: right;
	margin:10px 0 5px 0;
	padding:20px;
	background:#fff;
	border:1px solid #ccc;
    direction: rtl;
}
form#contactform22 label{
	width:158px;
	float:right;
	margin:6px 0 0 0;
    text-align: right;
    direction: rtl;
    font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
    clear: both;
  
    
}
form#contactform22 .contact-input{
	width:390px;
	float:right;
	margin:0 0 10px 0;
	height:24px;
	padding:3px 8px 3px 0;	
	background:#eee;
	border:1px solid #ccc;
	color:#666;
    text-align: right;
	font-family: Tahoma;
    font-size: 12px;
    font-weight: normal;
}
form#contactform22 .contact-textarea{
	width:390px;
	float:right;
	margin:0 0 10px 0;
	height:140px;
	padding:3px 8px 3px 0;	
	background:#eee;
	border:1px solid #ccc;
	color:#666;
    overflow:auto;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
    text-align: right;
}
form#contactform22 #submit{
	width:80px;
	float:left;
	margin:8px 0 0px 225px;
	height:34px;
	float:left;
	background:url(../images/80x34-btn.png) no-repeat;
	border:none;
	padding:0px 0 0px 0px;
	color:#666;
	cursor:pointer;
     font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
    
}
form#contactform22 #submit:hover{
	background:url(../images/80x34-btn-hover.png) no-repeat;
	color:#fff;
}

form#contactform22 #submit2{
	background:#2e2d2c;
	height:25px;
	width:80px;
	border:0px #dedcdc solid;
	text-align:center;
	color:#ffffff;
	font-size:16px;
	border:none;
	padding:0px 0 0px 0px;
	cursor:pointer;
     font-family: Tahoma;
    font-size: 13px;
    font-weight: normal;
    margin-left: 230px;
    float: left;
    
}
form#contactform22 #submit2:hover{
	background:#ff4300;
	color:#fff;
}


/*----------news----------*/
#content  .gallery .data2 .news {
	width:675px;
	height:auto 100%;
	overflow:hidden;
	float:right;
	background:none;
}





#content  .gallery .data2 .news ul li{
	float:right;
	width:310px;
	background:none;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dashed #666;
}

#content  .gallery .data2 .news ul li .news-pic {
	float:right;
	width:64px;
	height:75px;
	margin-left:8px;
	background:#f7f7f7;
	border:1px #e1e1e1 solid;
	padding:3px;
}

#content  .gallery .data2 .news ul li h1 a{
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#111111;
	font-weight:bold;
	
}

#content  .gallery .data2 .news ul li h2 a{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff6500;
	font-weight:normal;
	margin:0 0px 0 0 ;
}

#content  .gallery .data2 .news ul li h2 img{
	vertical-align:middle;
	margin:-6px 0px 0 0 ;
}

#content  .gallery .data2 .news ul li p{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#3c3c3c;
	width:230px;
	margin-top:-9px;
}

#content  .gallery .data2 .news ul li p.terms{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#808080;
	margin:0 10px 0 0 ;
}


/*----dept ---*/
#content  .gallery .data2 .news ul li.dept{
	float:right;
	width:660px;
	background:none;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dashed #666;
}

#content  .gallery .data2 .news ul li.dept .news-pic {
	float:right;
	width:74px;
	height:75px;
	margin-left:8px;
	background:#f7f7f7;
	border:1px #e1e1e1 solid;
	padding:3px;
}

#content  .gallery .data2 .news ul li.dept h1 a{
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#111111;
	font-weight:bold;
	
}

#content  .gallery .data2 .news ul li.dept h2 a{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff6500;
	font-weight:normal;
	margin:0 0px 0 0 ;
}

#content  .gallery .data2 .news ul li.dept h2 img{
	vertical-align:middle;
	margin:-6px 0px 0 0 ;
}

#content  .gallery .data2 .news ul li.dept p{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#3c3c3c;
	width:570px;
	margin-top:-9px;
}

#content  .gallery .data2 .news ul li.dept span{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#ff4300;
	margin-top:0px;
	float:left;
}

#content  .gallery .data2 .news ul li.dept p.terms{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#808080;
	margin:0 10px 0 0 ;
}













/*----------news2----------*/
#content  .gallery  .news5 {
	width:665px;
	height:auto 100%;
	overflow:hidden;
	float:right;
	background:none;
    margin-right: 0px;
}






/*----dept ---*/
#content  .gallery .news5 ul li.dept{
	float:right;
	width:665px;
	background:none;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px dashed #666;
}

#content  .gallery .news5 ul li.dept .news-pic {
	float:right;
	width:74px;
	height:75px;
	margin-left:8px;
	background:#f7f7f7;
	border:1px #e1e1e1 solid;
	padding:3px;
}

#content  .gallery .news5 ul li.dept h1 {
    float: none;
}

#content  .gallery .news5 ul li.dept h1 a{
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#111111;
	font-weight:bold;
	
}

#content  .gallery .news5 ul li.dept h2 a{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff6500;
	font-weight:normal;
	margin:0 0px 0 0 ;
}

#content  .gallery .news5 ul li.dept h2 img{
	vertical-align:middle;
	margin:-6px 0px 0 0 ;
}

#content  .gallery .news5 ul li.dept p{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#3c3c3c;
	width:555px;
	margin-top:2px;
}

#content  .gallery .news5 ul li.dept span.user{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#ff4300;
	margin-top:-20px;
	float:right;
}

#content  .gallery .news5 ul li.dept p.terms{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#808080;
	margin:0 10px 0 0 ;
}





/*----------------details ---------*/
/*----dept ---*/
#content  .gallery .data2 .news ul li.details{
	float:right;
	width:660px;
	background:none;
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:0px dashed #666;
}

#content  .gallery .data2 .news ul li.details .news-pic {
	float:right;
	width:140px;
	height:130px;
	margin-left:8px;
	margin-right:-15px;
	background:#f7f7f7;
	border:1px #e1e1e1 solid;
	padding:3px;
}

#content  .gallery .data2 .news ul li.details h1 a{
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	color:#111111;
	font-weight:bold;
	
}

#content  .gallery .data2 .news ul li.details h2 a{
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff6500;
	font-weight:normal;
	margin:0 0px 0 0 ;
}

#content  .gallery .data2 .news ul li.details h2 img{
	vertical-align:middle;
	margin:-6px 0px 0 0 ;
}

#content  .gallery .data2 .news ul li.details strong{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#3c3c3c;
	width:485px;
	margin-top:0px;
	line-height:22px;
    float: right;
}

#content  .gallery .data2 .news ul li.details p{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#3c3c3c;
	width:660px;
	margin-top:0px;
	line-height:23px;
    min-width: 660px;
}

#content  .gallery .data2 .news ul li.details span{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#ff4300;
	margin-top:0px;
	float:left;
}

#content  .gallery .data2 .news ul li.details p.terms{
	font-size:12px;
	font-family: Tahoma, Geneva, sans-serif;
	color:#808080;
	margin:0 10px 0 0 ;
}


.more6 {
	color:#ff6500;
    font-family: Tahoma;
    float: left;
}

.more7 {
	color:#ff6500;
    font-family: Tahoma;
    float: left;
}



.online {
	width:629px;
	height:auto 100%;
	overflow:hidden;
	float:right;
	background:#FFFFFF;
	border:1px #454547 solid;
	padding:5px;
	margin:30px 60px 0 0;
}


/*-------------------- new css -----------------------*/
.note {
    position: absolute;
    top: 0;
    color: #fff;
    font-family: Tahoma;
    font-size: 12px;
    margin: 0 auto;
    width: 100%;
    background: #e72623  ;
    height: 20px;
    
}

.note .content {
    width: 950px;
}







/*-------------------------- images manga ---------------------*/


/* -------- content ----------------------*/
 #content2 {
	background:none;
	height:100% auto;
    margin: 0 auto;
}


/*------------------- manga page ------------------------*/
#content2 .left-content3 {
	height:100% auto;
	background:none;
	border:0px #FFFFFF solid;
	padding:0px;
}





/*-------left conent ----*/
#content2 .left-content3  .gallery{
	height:100% auto;
	overflow: hidden;
	background:#f3f3f3;
	border:3px #2e2e2e solid;
	border-radius:3px;
	padding:10px;
	margin-bottom:13px;
}


#content2 .left-content3  .gallery .data{
	height:100% auto;
	overflow: hidden;
}




#content2 .left-content3  .gallery .data h1 {
	float:right;
	font-size:25px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:normal;
	margin:2px 0 10px 0 ;
}

#content2 .left-content3  .gallery .data h2 {
	float:right;
	font-size:14px;
	font-family:Tahoma, Helvetica, sans-serif;
	color:#ff4300;
	font-weight:normal;
	margin:2px 0 15px 0 ;
	border-bottom:1px dashed #8a8888;
	display:block;
	width:100%;
	padding-bottom:10px;
	direction:rtl;
	text-align:right;
}

#content2 .left-content3  .gallery .data h2 img{
	margin-top:-4px;
	vertical-align:middle
}


.mangaa-note {
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    text-align: right;
    background: #feecba;
    font-size:13px;
	font-family:Tahoma, Helvetica, sans-serif;
    color:#ff4300;
    float: right;
    margin: 20px 0 0 0 ;
    
}

