@charset "utf-8";
/* CSS Document */
.div_small_title, .div_small_title_selected{
  background-color:#ddd;
  padding-top:3px;
  padding-right:3px;
  border-bottom:1px solid #AAAAAA;
  height:40px;
  text-align:right;
  cursor:pointer;
  float:left;
  overflow:hidden;
  font-size:15px;
  font-weight:bold;
  font-family:Traditional Arabic;
  line-height:20px;
  color: #0060AA;
  direction:rtl;
  text-decoration:none;
  width:153px;
}
.div_small_title{
  background-image:url(http://media.alarabiya.net/img/bg_smartnews_first.png);
  background-position:left;
  background-repeat:repeat-y;
}
.div_small_title:hover{color:#0060AA;text-decoration:none;}
.div_small_title_selected{
  color: #FFF;
  background-color:#BB0000;
  /*
  background-image:url(http://alaa.media.alarabiya.loc/img/bg_smartnews.png);
  background-position:left;
  background-repeat:repeat-y;
  */
}
.div_small_title_selected:hover{color:#FFF;text-decoration:none;}
.div_img_caption{
  text-align:right;
  background-color:#BB0000;
  position:absolute;
  right:0px;
  bottom:0px;
  width:480px;
  padding:0px;
  opacity:0.8;
  filter:alpha(opacity=80);
  height:30px;
  display:none;
}
.div_img_text{
  position:absolute; 
  bottom:1px; 
  right:1px; 
  height:30px; 
  text-align:right; 
  padding-right:5px; 
  padding-left:8px;
}
.div_img_caption_arrow{
  position:absolute;
  left:0px;
  text-align:left;
  background-image:url(../images/bg_smartnews_arrow.png);
  background-position:left;
  width:11px;
  height:44px;
}
.div_smart_video{
	position:absolute;
	right:10px;
	top:10px;
	display:none;
}
.txt_caption{
  color:#0060AA;
  font:12px Tahoma;
  font-weight:normal;
  direction:rtl;
}
.B_T {
	color:#FFF;
	font-weight:bold;
}

