@charset "utf-8";
/* CSS Document */

body{
	margin:0 auto;
	background-color:#ffeded;
	font-family:tahoma;
	font-size:11px;
	color:#ed3c44;
	text-decoration:none;
	direction:rtl;
}

img{
	border:0;
}

form{
	margin:0 auto;
}

input{
	font-family:tahoma;
	font-size:11px;
	color:#ed3c44;
}

select{
	font-family:tahoma;
	font-size:11px;
	color:#ed3c44;
}
textarea{
	font-family:tahoma;
	font-size:11px;
	color:#ed3c44;
}

a{
	font-family:tahoma;
	font-size:11px;
	color:#ed3c44;
	text-decoration:none;
}


a:hover{
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
}


td, li{
	font-family:tahoma;
	font-size:11px;
	color:#b93439;
}


.float-r{
	float:right;
}

.float-l{
	float:left;
}


#page-content{
	width:780px;
}

#header{
	background:#ffeded url(images/header/bg.jpg) repeat-x top center;
	height:213px;
}

.links{
	float:right;
	width:121px;
	height:90px;
	background:url(images/links.jpg) no-repeat center center;
	margin-right:9px;
	display:block;
}

.links a{
	display:block;
	padding-top:15px;
}

.links a:hover{
	color:#f1a5ab;
	display:block;
}

#chat-inside{
	margin-right:60px;
}

.chat{
	width:420px;
}

#chat-right{
	background:url(images/chat/right-bg.jpg) repeat-y top center; 
	width:119px; 
	height:100px;
}

#chat-content{
	display:block; 
	background-color:#fb99a6; 
	width:249px; 
	height:100px; 
	color:#fff;
}

#chat-left{
	background:url(images/chat/left-bg.jpg) repeat-y top center; 
	width:52px; 
	height:100px;
}

#voice-chat{
	margin-left:100px;
	margin-top:90px;
}

#last-topics{
	height:170px;
	
}

.topics-top-bg{
	background:url(images/last-topics/bg.jpg) repeat-x bottom center;
	height:56px;
	width:218px;
	float:right;
}

#games{
	margin:0 63px;
}

#footer{
	background:url(images/footer/bg.jpg) repeat-x bottom center;
	height:120px;
}

.header-blank{
	color:#fff;
	line-height:30px;
	text-align:right;
	background-color:#fb99a6;
	padding-right:20px;
}

.header-blank-content{
	padding:10px;
	text-align:center;
	border:1px solid #fb99a6;
	background-color:#fff;
}