#content {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 7px;
}

.block.comments {
	border-width: 0px;
}
.comments .block_body {
	padding:0px;
	font: 13px Tahoma;
	text-align: justify;
}
.comments .block_title {
	padding-right: 28px;
	color: black;
	background: url(http://media.alwasatnews.com/images/com.gif) no-repeat right;
}
.comments .block_title sup {
	color: #696969;
}

blockquote {
  font: 13px Tahoma;
  border-top: 1px solid #dcdcdc;
  margin: 0px;
  background:  url(http://media.alwasatnews.com/images/oquote.png) no-repeat right 15px ;
  padding: 13px 30px 22px 10px;
  margin-top: 4px;
}
blockquote:first-child {
  border-top: 0px;
}
blockquote.reply {
  border-top: 0px;
  margin-right: 40px;
  background-color: #f5f5f5;
  border-bottom: 1px solid white;
  background: #e9e9e9 url(http://media.alwasatnews.com/images/reply_bg.gif) no-repeat top right;
  padding: 23px 10px 22px 10px;
}
blockquote.reply:first-child {
  background-image: none;
  padding-top: 13px;
}
blockquote span.title {
  display: block;
  color: #842100;
  margin-bottom: 5px;

}
blockquote span.name {
	font: bold 13px Tahoma;
	color: #4e4e4e;
}
blockquote span.time {
	float: left;
	color: #4e4e4e;
white-space: nowrap;
}

blockquote span.body {
	padding: 3px;
	display: block;
}
blockquote.reply span.body {
	background-image: none;
}
blockquote span.flag {
	float: left;
	display: block;
	margin: 3px;
}
blockquote span.flag a {
	font: 11px Tahoma;
	color: #307ec1;
	padding:3px 7px 2px;
	background:#eee;-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:0 0 1px #ccc inset;
	-webkit-box-shadow:0 0 1px #ccc inset;
	box-shadow:0 0 1px #ccc inset;
	font-size:10px;
	line-height:12px;
	color:#666;
}
blockquote span.flag a:hover {
	color: #db7900;
	background: -webkit-gradient(linear,0% 0%,0% 100%,from(#f1f1f1),to(#fff));
	background: -webkit-linear-gradient(top,#fff,#f1f1f1);
	background: -moz-linear-gradient(top,#fff,#f1f1f1);
	background: -ms-linear-gradient(top,#fff,#f1f1f1);
	background: -o-linear-gradient(top,#fff,#f1f1f1);
}
.block.comment_form {
	border: 1px solid #f6f6f6;
	background-color: #f6f6f6;
}
.comment_form .block_body {
	padding:0px;
	font: 13px Tahoma;
	text-align: justify;
}
.comment_form .block_title {
	padding-right: 28px;
	color: black;
	background: url(http://media.alwasatnews.com/images/c2.gif) no-repeat right;
	border-bottom: 1px solid white;
}


ul.tabs {
	padding: 0;
	margin: 0px;
	height: 26px;
	background: #fafafa;
	border-top: 1px solid #dcdcdc;
}

ul.tabs li {
	margin: 0;
	padding: 0px 8px;
	float: right;
	height: 23px;
	margin-right: 5px;
	list-style-type: none;
	font: bold 15px/23px Arial;
	color: #494949;
	background: #e7e7e7;
}
ul.tabs li a {
	color: #494949;
}
ul.tabs li a:hover {
	color: #ea8100;
}
ul.tabs li.current {
	background: #f2f2f2;
	border: 1px solid #dcdcdc;
	border-top-width: 0px;
	margin-top: -1px;

}
ul.tabs li.current a {
	color: #ea8100;
}

ul.content_pics {
	padding: 6px;
	margin: 0px;
	margin-bottom: 20px;
	float: right;
}
ul.content_pics li {

	list-style-type: none;
	padding: 0px;
	margin: 0px;
	position: relative;
	float: right;
	margin: 5px;
	height: 190px;
	width: 48%;
	border: 3px solid #ebebeb;
	overflow: hidden;
}
ul.content_pics li img {
	height: 190px;
	width: 100%;
	border: 0;
	border:1px solid #ccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 2px 4px rgba(0,0,0,0.05);
	-moz-box-shadow:0 2px 4px rgba(0,0,0,0.05);
	-ms-box-shadow:0 2px 4px rgba(0,0,0,0.05);
	-o-box-shadow:0 2px 4px rgba(0,0,0,0.05);
	box-shadow:0 2px 4px rgba(0,0,0,0.05)
}
@media (max-width: 768px) {
	ul.content_pics li {
		width: 98%;
	}
}
ul.content_pics li div.info {
	bottom: 0;
	right: 0;
	position: absolute;
	padding: 6px;
	opacity:0.8;
	filter:alpha(opacity=80);
	background-color: white;
	text-align: right;
	width: 100%;
}

ul.content_pics li a:hover div.info {
	opacity:0.95;
	filter:alpha(opacity=95);
}
ul.content_pics li a:hover div.info span.title {
	color: #d2691e;
}
ul.content_pics li div.info span.title {
	display: block;
	font: bold 15px/20px Arial;
	color: black;
	height: 20px;
	overflow: hidden;
}
ul.content_pics li div.info span.title.large {
	font: bold 20px/30px Arial;
	color: black;
	height: 30px;
	text-align: center;
}
ul.content_pics li div.info span {
	display: block;
	color: #5a5a5a;
}



ul.content_events {
	padding: 0px;
	margin: 10px 0px;
}
ul.content_events li {
	padding: 0px;
	list-style-type: none;
}
ul.content_events li div.content {
	background-color: #f5f5f5;
	padding: 10px;
	margin: 0px 10px;
	margin-bottom: 10px;

}

ul.content_events li div.content span {
	background-color: white;
	padding: 2px 10px;
	margin-left: 10px;
	display: block;
	float: right;
	margin-top: -12px;
	font-weight: bold;
	color: #474747;
	clear: both;
	font-size: 0.9em;
}
ul.content_events li div.content:hover {
	background-color: #ebebeb;
}
ul.content_events li div.content:hover span {
	color: #d2691e;
}

.content_links {
	height: 43px;
	padding: 0px;
	margin-bottom: 12px;
	border-bottom: 1px solid #f1f1f1;
}
.content_links li {
	float: right;
	list-style-type: none;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 8px;
	padding-left: 8px;
	background: #f8f8f8;
	margin-top: 7px;
	line-height: 35px;
}
.content_links li.current {
	color: #cc3300;
	/*font: 14px Arial;*/
	font-size: 0.8em;
	display: block;
	line-height: 35px;
	background: white;
	border: 1px solid #f1f1f1;
	border-bottom-width: 0px;
}
.content_links li.current a {
	color: #cc3300;
}
.content_links li a {
	font: 18px Arial;
	display: block;
	color: #656565;
	line-height: 35px;
}
.content_links li a:hover {
	color: #d2691e;
}

.horoscope {
	padding: 0px;
	margin: 10px 0px;
	
}
.horoscope li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
.horoscope li div.content {
	padding: 7px;
	background-color: #f8f8f8;
	margin: 5px;
	height: 85px;
}
.horoscope li div.content:hover {
	background-color: #eaeaea;
}
.horoscope li img {
	width: 70px;
	height: 70px;
	float: right;
	margin-left: 6px;
}

ul.links {
	padding: 0px;
	margin: 5px 20px 5px 0px;
}
ul.links li {
	padding: 0px;
	margin: 0px;
	list-style-image: url(http://media.alwasatnews.com/images/dot2.gif);
	margin-bottom: 6px;
}
ul.links li span {
	margin-top: 2px;
	color: #696969;
	display: block;
}
ul.links li a {
	font: normal 12px Tahoma;
	color: #006699;
}
ul.links li a:hover {
	color: #db7900;
}

ul.links li.prt {
	padding: 0px;
	margin: 0px -20px 6px 0px;
	list-style-type: none;
	list-style-image: none;
	height: 50px;
}

ul.links li.prt img {
	float: right;
	height: 50px;
	margin-left: 6px;
}
ul.links li.prt a {
	font: bold 15px/50px Arial;
	color: #4e4e4e;
	display: block;
	background-color: #f0f0f0;
}
ul.links li.prt a:hover {
	background-color: #e3e3e3;
}
ul.links li.prt span {
	color: #696969;
	display: block;
}
a.bot {
	float: left;
	width: 100px;
	height: 18px;
	font: bold 12px/18px Arial;
	color: #2f2f2f;
	background-color: #e0e0e0;
	text-align: center;
}
a.bot:hover {
	color: #2f2f2f;
	background-color: #cecece;
}


ul.winfo {
	padding: 0px;
	margin: 0px;
	float: left;
	margin-right: 20px;
	width: 150px;
}
ul.winfo li {
	padding: 4px;
	margin: 0px;
	margin-bottom: 2px;
	background-color: #ededed;
	color: #424242;
	list-style-type: none;
	text-align: left;
	direction: ltr;
	font-size: 10px;
}
ul.winfo li.pic {
	background-color: white;
	padding: 0px;
}
ul.winfo li.tw {
	background: #ededed url(http://media.alwasatnews.com/images/tw_icon.png) no-repeat 5px;
	padding-left: 24px;
}
ul.winfo li.tw a {
	color: #424242;
}

ul.sup_cats {
	padding: 0;
	margin:0;
}

ul.sup_cats li {
	padding: 0;
	margin:2px;
	font-family: Tahoma;
	font-size: 11px;
	list-style:none;
	float: right;
	height: 120px;
	background-color: #ededed;
	border: 3px solid #ededed;
}

ul.sup_cats li img {
	width: 100%;
	height: 75px;
	background-color: white;
	border: 0;
}
ul.sup_cats li a {
	width:144px;
	height: 115px;
	display: block;
}
ul.sup_cats li a:hover {
	background-color: #dcdcdc;
}
ul.sup_cats li span {
	width:144px;
	font: bold 18px/40px Arial;
	text-align: center;
	display: block;
	color: #303030;
	height: 40px;
	overflow: hidden;
}

ul.sup_cats li a sup {
	font: bold 13px Arial;
	color: #515151;
}

ul.suplments {
	padding: 0;
	margin:0;
}

ul.suplments li {
    padding: 0;
    margin: 2px;
    width: 150px;
    padding-left: 28px;
    list-style: none;
    float: right;
    height: 176px;
    background-color: #ededed;
    border: 3px solid #ededed;
}

ul.suplments li img {
	width: 100%;
	height: 170px;
	background-color: white;
	border: 0;
	display: block;
}
ul.suplments li span {
	font: bold 14px/19px Arial;
	text-align: center;
	width:115px;
	height: 40px;
	background-color: white;
	border: 0;
	position: relative;
	bottom: 40px;
	right: 0;
	display: block;
	opacity:0.8;
	filter:alpha(opacity=80);
}

ul.suplments li div.slinks {
	 text-align: center;
    width: 25px;
    height: 100px;
    display: block;
    float: left;
    cursor: pointer;
    margin-left: -28px;
}

ul.suplments li div.slinks a {
	margin-top: 10px;
	text-indent: -200px;
	width:25px;
	height: 25px;
	display: block;
	overflow: hidden;
}
ul.suplments li div.slinks a.pdf {
	background: url(http://media.alwasatnews.com/images/gpdf.gif?10) no-repeat center;
}
ul.suplments li div.slinks a.text {
	background: url(http://media.alwasatnews.com/images/gtext.gif) no-repeat center;
}
ul.suplments li div.slinks a.url {
	background: url(http://media.alwasatnews.com/images/glink.gif) no-repeat center;
}
ul.suplments li div.slinks a:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
}

.content_info {
	height: 90px;
	padding: 0px;
	margin-bottom: 12px;
	font: 13px Tahoma;
	border-bottom: 1px dotted #dcdcdc;
}
.content_info img {
	height: 70px;
	padding: 0px;
	display: block;
	background-color: white;
	margin: 10px;
	float: right;
}
.content_info span {
	padding: 5px;
	float: right;
	overflow: hidden;
}

.content_info a {
	margin-top: 30px;
	margin-left: 10px;
}
.content_info span  a {
	margin-top: 20px;
}

ul.portrait {
	padding: 0;
	margin:0;
	clear: both;
}

ul.portrait li {
	padding: 0;
	margin:2px;
	font-family: Tahoma;
	font-size: 11px;
	list-style:none;
	float: right;
	height: 130px;
	background-color: #ededed;
	border: 3px solid #ededed;
}

ul.portrait li img {
	width: 100%;
	height: 95px;
	background-color: white;
	border: 0;
}
ul.portrait li a {

	height: 125px;
	display: block;
}
ul.portrait li a:hover {
	background-color: #dcdcdc;
}
ul.portrait li span {
	font: bold 16px/30px Arial;
	text-align: center;
	display: block;
	color: #303030;
	height: 30px;
	overflow: hidden;
}

ul.sup_container {
	padding: 0;
	margin:0;	
}
ul.sup_container li {
	padding: 0;
	margin:0;
	display: block;
	height: 135px;
}
ul.sup_container li img {
	width: 100px;
	border: 3px solid #ededed;
	float: right;
}
ul.sup_container li span {
	height: 70px;
	padding: 10px;
	display: block;
	float: right;
	width: 340px;
	overflow: hidden;
}
ul.sup_container li ul {
	padding: 0;
	margin:0;
	float: left;
	margin-top: 30px;
}
ul.sup_container li ul li {
	padding: 0;
	margin:0;
	margin-bottom: 6px;
	float: none;
	height: 26px;
}

ul.sup_container li ul li a {
	height: 26px;
	font: 13px Tahoma;
	line-height: 24px;
	padding-left: 8px;
	padding-right: 25px;
	color: #252525;
	background: no-repeat right;
	background-color: #f1f1f1;
	display: block;
	margin-left: 10px;
	white-space: nowrap;
}
ul.sup_container li ul a:hover {
	background-color: #dcdcdc;
}
ul.sup_container li ul a.pdf {
	background-image: url(http://media.alwasatnews.com/images/pdf.png);
}
ul.sup_container li ul a.txt {
	background-image: url(http://media.alwasatnews.com/images/txt.png);
}

#sponsorAdDiv {
	top: 140px;
	position: absolute;
	z-index:5000;
	width: 100%;
}
.popup {
	margin: 0 auto;
	border: 3px solid silver;
	background: #ebebeb url(http://media.alwasatnews.com/images/bg2.png);
	padding: 5px;
	display: table;
}
.popup div.bot {
	display: block;
	margin-bottom: 5px;
	height: 20px;
}
.popup a.close {
	float:left;
	background-color: white;
	width: 20px;
	overflow: hidden;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #545454;
}

.popup a.close:hover {
	background-color: silver;
	color: #1e1e1e;
}
.phones {
	padding: 0;
	margin:0;
}
.phones li {
	padding: 0;
	list-style-type: none;
}
.phones ul {
	padding: 0;
	margin:0;
}
.phones ul li {
	padding: 3px 6px;
	list-style-type: none;
}
.phones ul li span {
	float: left;
	color: #3f3f3f;
}
.phones ul li:nth-child(even) {
	background: #fff;
}
.phones ul li:nth-child(odd) {
	background: #f1f1f1 url(http://media.alwasatnews.com/images/diagonal.png);
}

.block_body div.info {
	font: 13px Tahoma;
	text-align: center;
}

fieldset {
	background: #f1f1f1 url(http://media.alwasatnews.com/images/diagonal.png);
	border: 0px;
	font: 13px Tahoma;
	color: #3a3a3a;
	margin: 0;
	margin-bottom: 15px;
	padding: 10px;
}
fieldset legend {
	background: white url(http://media.alwasatnews.com/images/diagonal.png);
	border: 0px;
	font: bold 13px Tahoma;
	color: #3a3a3a;
	padding: 3px 5px;
	border-bottom: 2px solid white;
	margin-bottom: 5px;
}

#contact_info {
	width: 280px;
	float: right;
	margin: 0 0 15px 10px;
}

#contact_info ul {
	margin: 0;
	padding: 0;
}
#contact_info ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


div.tweet_src p {
	color: #696969;
	margin: 0;
}
div.tweet_src {
	margin-bottom: 8px;
	padding-bottom: 7px;
}
div.tweet {
	padding: 8px;
	margin-bottom: 15px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 1px solid #D9D9D9;
	-moz-box-shadow:    0px 1px 2px 0px #ccc;
	-webkit-box-shadow: 0px 1px 2px 0px #ccc;
	box-shadow:         0px 1px 2px 0px #ccc;
	background-color: white;
}
div.tweet:hover {
	border: 1px solid #b1b1b1;
}
div.tweet span {
	color: #696969;
	font-size: 13px;
}
div.tweet div.img, div div.tweet_img  {
	width: 70px;
	height: 70px;
	float: right;
	margin-left: 10px;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	overflow: hidden;
}
div.tweet div.img img {
	width: 70px;
	height: 70px;
}
div.tweet p {
	margin-left: 5px;
}

/*
table {
	width: 99%;
	border: 1px solid #d3d3d3;
	font-size:15px;
}
table tr:nth-child(odd) {
	background: #e6e6e6;
}
table tr:nth-child(even) {
	background: #f8f8f8;
}
*/
table.comment_form {
	width: 100%;
	border-width: 0px;
}
table.comment_form tr:nth-child(odd) {
	background: transparent;
}
table.comment_form tr:nth-child(even) {
	background: transparent;
}

table.radioTable{
	width: 100%;
	border-width: 0px
}
table.radioTable tr:nth-child(odd){
	background: transparent
}
table.radioTable tr:nth-child(even){
	background: transparent
}
table.radioTable{
	background-color: #dcdcdc
}
table.radioTable th,
table.radioTable td{
	padding: 0.25em 1.5em;
	font-size: 13px;
	color: #696969;
	text-align: center;
	vertical-align: bottom;
	font-family: Tahoma;
}
table.radioTable thead th{
	padding-top: 25px;
	font-size: 21px;
	color: #696969;
}
table.radioTable tbody th{
	text-align: right;
	font-size: 11px;
	color: #999;
	width: 150px;
}
h4 em{
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #6c6c6c;

}
table.radioTable .highlight{
	background: #f5f5f5 url(http://media.alwasatnews.com/images/diagonal.png);
	color: #353535
}
.radioTable .row-price td{
	font-size: 13px;
	color: #696969
}
.radioTable .row-price strong{
	padding: 0 .25em;
	font-weight: normal;
	font-size: 21px;
	color: black;
	font-family: Georgia,serif
}
.radioTable .complete{
	font-size: 18px;
	font-weight: 100;
	line-height: .5;
}
.radioTable a.signup{
	display: block;
	margin: 4px 0 10px 5px;
	color: #414141;
	font-size: 12px;
	line-height: 1;
	background-color: white;
	width: 100%;
	height: 26px;
	font-family: Tahoma;
}
.radioTable a.signup strong{
	display: block;
	padding: 6px 17px 0px 6px;
	margin-left: 7px;
	background-color: white;
	height: 20px
}
.radioTable a.signup:hover{
	color: #FFF;
	background-color: #a9a9a9
}
.radioTable a.signup:hover strong{
	background-color: #a9a9a9
}
.radioInput {
	display: none;
}
.sendit{
	width: 100%;
	background-color: #a9a9a9;
	color: #212121;
	padding: 5px;
	border: none;
	font-weight: bolder;
	font-size: 1.2em;
	cursor: pointer;
	margin-top: 0px
}
.sendit:hover{
	background-color: silver;
	color: #373737
}



#voting {
	padding: 7px;
}
.voting_title {
	font: bold 12px Tahoma;
	margin-bottom: 5px;
}
.voting_result_title {
	margin-bottom: 3px;
}

.voting_result_bar {
	color: white;
	font-size:10px;
}

.bar1 {
	background-color: green;
	border: 1px solid #009701;
}
.bar2 {
	background-color: red;
	border: 1px solid #ff4040;
}
.bar3 {
	background-color: #4169e1;
	border: 1px solid #5b7ee4;
}
.bar4 {
	background-color: #f48700;
	border: 1px solid #ffa739;
}
.bar5 {
	background-color: #a0522d;
	border: 1px solid #ca6b3d;
}
.bar6 {
	background-color: #4e8184;
	border: 1px solid #5d9da0;
}

ul.sup_container.side li span {
	padding:0;
	height:30px;
	width: 195px;
	margin-top: 30px;
	text-align: center;
	font-size:12px;
}

ul.sup_container.side li ul {
	margin-top: 0;
	margin-left: 30px;
}

ul.content_pics li img {
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

ul.brocures {
	padding: 0;
	margin:0 auto;
	text-align:center;
	clear: both;
	width:600px;
}

ul.brocures li {
	padding: 0;
	margin:2px;
	font-family: Tahoma;
	font-size: 11px;
	width:186px;
	list-style:none;
	height: 283px;
	float:right;
	background-color: #ededed;
	border: 3px solid #ededed;
}

ul.brocures li img {
	width:186px;
	height: 243px;
	background-color: white;
	border: 0;
}
ul.brocures li a {
	width:186px;
	height: 243px;
	display: block;
}
ul.brocures li a:hover {
	background-color: #dcdcdc;
}
ul.brocures li span {
	width:186px;
	font: bold 18px/40px Arial;
	text-align: center;
	display: block;
	color: #303030;
	height: 40px;
	overflow: hidden;
}

ul.brocures li a sup {
	font: bold 13px Arial;
	color: #515151;
}

#latest-news-container
{
	background: #F2F2F2;
	line-height:40px;
	margin:10px 5px;
	padding:0;
	font: bold 16px Arial;
	line-height:40px;
}

#latest-news li a {
	color: #006699;
}
#latest-news li a:hover {
	color: #d2691e;
}

#latest-news
{
	height: 40px;
	overflow: hidden;
	padding: 0 10px;
	margin:0;
}
#latest-news li
{
	color: #4E4E4E;
	white-space: nowrap;
	list-style: none;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px;
	padding:0px;
}
#latest-news li span
{
	color: #cc3300;
}
.latest-news-title
{
	float: right;
	background: #a72a2a url('http://media.alwasatnews.com/images/newsbarbg.png') no-repeat left;             
	padding: 0 10px 0 30px;
	color: #FFFFFF;
}


.articles_container {
	padding: 0px;
	margin: 0px;
}
.articles_container > li {
	padding: 7px;
	height: 115px;
	width: 100%;
	float: right;
	list-style-type: none;
	margin-bottom: 10px;
	position: relative;
	background-color: #ecf0f1;
}
@media (min-width: 768px) {
	.articles_container > li {
		width: 48%;
		margin-left: 10px;
	}
}
.articles_container > li:hover {
	background-color: #f0f0f0;
}
.articles_container li:hover ul li {
	background-color: #f0f0f0;
}
.articles_container li div.info {
	position: absolute;
	font: normal 11px/20px Tahoma;
	color: gray;
	height: 20px;
	left: 5px;
	right: 90px;
	bottom: 10px;

}
.articles_container li div.info span {
	font: normal 12px/20px Tahoma;
	color: #696969;
	height: 20px;
	float: left;
	display: block;
	padding: 0px 6px;
}
.articles_container li div.info span.com {
	font: normal 11px/20px Tahoma;
	display: block;
	padding-right: 5px;
}
.articles_container li div.info span.com:after {
	font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\0020\f075";
	color: #9c9c9c;
}
.articles_container li div.info span.name {
	font-family: 'Droid Arabic Naskh', serif;
	font-size: 12px;
	font-weight: bold;
	float: right;
	color: #474747;
	overflow: hidden;
	text-align: right;
}
.articles_container li a {
	font-family: 'Droid Arabic Naskh', serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 8px;
	color: #1c1c1c;
}
.articles_container li > a:before {
	font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f10e\0020";
	color: #b22222;
	display: inline-block;
}
.articles_container li a.name {
	display: block;
	margin-bottom: 8px;
	color: #3e3e3e;
}
.articles_container li a:hover {
	color: #d2691e;
}
.articles_container li img {
	width: 80px;
	height: 100px;
	float: right;
	margin-left: 6px;
}

.articles_container li > ul {
	padding: 0px;
	margin: 0px;

}
.articles_container li > ul li {
	padding: 0px;
	margin: 0px;
	height: 20px;
	list-style-type: none;
	margin-bottom: 2px;
}
.articles_container li > ul li:before {
	font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f10e\0020";
	color: #da6f6f;
}

.articles_container li ul li a {
	font-family: 'Droid Arabic Naskh', serif;
	font-size: 12px;
	/*font: normal 11px Tahoma;*/
	color: #006699;
}
.articles_container li ul li a:hover {
	color: #db7900;
}
.articles_container li span.name {
	font-weight: bold;
	color: #5c5c5c;
}
.articles_container li span.name a {
	color: #5c5c5c;
	font-weight: bold;
}
.articles_container li span.name a:hover {
	color: #d2691e;
}

.articles_container li span.comments {
	float: left;
}
.articles_container li div.info {
	font: 13px Tahoma;
	color: #5c5c5c;
}

ul.content_news {
	padding: 0px;
	margin: 0px;
	margin-bottom: 20px;
}
/*ul.content_news li {
	list-style-type: none;
	margin: 5px 0;
	padding: 4px;
	padding-right: 8px;
	border-top: 1px solid #ffce73;
	background-color: #f2f2f2;
	position: relative;

}*/
ul.content_news li a {
	font-family: 'Droid Arabic Naskh', serif;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #393939;
}
ul.content_news li:hover {
	background-color: #eaeaea;
}
ul.content_news li span {
	font: normal 12px/20px Tahoma;
	color: #5f5f5f;
}
ul.content_news li span.comments {
	font: normal 11px/20px Tahoma;
	position: absolute;
	left: 5px;
	bottom: 2px;
	color: #5f5f5f;
}
ul.content_news li span.comments:after {
	font: normal normal normal 14px/1 FontAwesome;
   font-size: inherit;
   text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\0020\f075";
	color: #afafaf;
}