@charset "utf-8";
/* CSS Document */

/**************************************************
	RESET
**************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	direction:rtl;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

body{
	background:url(../images/bg.jpg) repeat;
	font-family:Tahoma, Geneva, sans-serif;
	margin:0;
	padding:0;
}
body.rtl{
	direction:rtl;
}
#wrapper{
	margin:0 auto;
	padding:10px 0 10px 0;
}
#header{
	height:110px;
	position:relative;
}
#header div.logo{
	background:url(../images/logo.jpg) no-repeat;
	display:block;
	width:370px;
	height:116px;
	margin:0 auto;
}
/********************/
#main{
	padding:0;
	overflow:hidden;
}
/*************************** content *************************/
#content{
	/*background:#fff;
	border:1px solid #d5d5d5;*/
	overflow:hidden;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}
/**************************  box_article  ************************/
#content div.box_article{
	width:480px;
	margin:15px auto;
}
#content div.box_article h3{
	background:url(../images/title_article_news.jpg) no-repeat;
	width:450px;
	height:23px;
	color:#656565;
	text-align:right;
	margin:0;
	padding:9px 30px 0 0;
	font-size:11px;
	font-weight:bold;
	text-shadow:1px 1px 0 #fff;	
}
#content div.box_article div.list_article{
}
#content div.box_article div.list_article ul{
}
#content div.box_article div.list_article ul li{
	border:1px solid #d7d7d7;
	border-top:none;
	height:26px;
	padding:3px 5px 0 5px;
}
#content div.box_article div.list_article ul li a{
	background:url(../images/icon_article.jpg) right center no-repeat;
	/*display:block;*/
	height:20px;
	font-size:11px;
	color:#84898d;
	text-decoration:none;
	text-align:right;
	font-weight:bold;
	padding:2px 25px 4px 0;
}
#content div.box_article div.list_article ul li a:hover{
	/*border-bottom:1px dashed #84898d;*/
	text-decoration:underline;
	color:#363636;
	}
#content div.box_article div.list_article ul li span{
	margin:0 15px 0 0;
	font-size:11px;
	color:#84898d;
}
#content div.box_article div.list_article ul li span a.play{
	background:url(../images/movie.png) right center no-repeat;
	padding:2px 19px 4px 0;
}
#content div.box_article div.list_article ul li span a.play:hover{
	/*border-bottom:1px dashed #84898d;*/
	text-decoration:underline;
	color:#363636;
}
#content div.box_article div.list_article ul li span a.download{
	background:url(../images/down.png) right center no-repeat;
	padding:2px 19px 4px 0;
}
#content div.box_article div.list_article ul li span a.download:hover{
	/*border-bottom:1px dashed #84898d;*/
	text-decoration:underline;
	color:#363636;
}
#content div.box_article div.list_article ul li.odd{
	background:#fff;
}
#content div.box_article div.list_article ul li.even{
	background:#f8f8f8;
}
#footer{
	background:url(../images/bg_footer.jpg) repeat;
	clear:both;
	/*padding:10px;
	margin:0 0 15px 0;
	-moz-border-radius: 7px;
	border-radius: 7px;*/
	overflow:hidden;
	position:absolute;
	width:100%;
	bottom:0;
}
#footer a.logo_footer{
	background:url(../images/logo_footer.jpg) no-repeat;
	width:234px;
	height:74px;
	display:block;
	float:right;
}