/* The "clearFix" class is used for clearing the main menu items because they
   are left-floated for horizontal main menus and we have to clear them if our main
   menu is relatively positioned (as in this example) so that the main menu box
   takes its place correctly on the page. We have to apply this class to the parent
   DIV of the root UL of our menu tree. Please take a look at section 6.1 in the
   SmartMenus User's Manual for a detailed explanation if you like. */

.clearFix:after { /* for modern browsers */
    content:".";
    margin-top:7px;
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearFix { /* for IE7/Win */
    min-height:1px;
}
* html .clearFix { /* for IE5-6/Win */
    height:1px;
}
* html>body .clearFix { /* for IE5/Mac */
    height:auto;
    display:inline-block;
}
#a_news_body_container_div table{
	/*
	width: 92%;
	margin:5px auto;
	*/
}
#a_news_body_container_div table ul, menu, dir {
	padding-right:25px;
	-moz-padding-start:25px;
	display:block;
	margin:1em 0;
}
#a_news_body_container_div table li {
	background:url("../img/li.gif") no-repeat scroll right top #FFFFFF;
	direction:rtl;
	list-style:none outside none;
	padding-right:18px;
}
#a_news_body_container_div table h3{
	font-family:'B Yekan',yekan,Verdana,Geneva,sans-serif;
	font-size:12pt;
	font-weight:bold;
}
ul.sidebarQuickAcessLinks {
	width: 227px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
	margin:5px;
}
ul.sidebarQuickAcessLinks li {
	float: left;
	margin: 4px 0px; padding: 0;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.sidebarQuickAcessLinks li a.thumb {
	width: 216px; /*--Width of image--*/
	height: 50px; /*--Height of image--*/
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
ul.sidebarQuickAcessLinks li span,.sidebarQuickAcessLinksSpan,span.sidebarQuickAcessLinksSpan { 
	/*--Used to crop image--*/
	width: 216px;
	height: 50px;
	overflow: hidden;
	display: block;
}
ul.sidebarQuickAcessLinks li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
.spanH7titleHolder {
	display:block;
	background-color: #f0f0f0;
	font-size: 8pt;
	font-weight: normal;
	margin: 0; 
	padding:2px 8px 3px 7px;
	text-align: left;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}
ul.sidebarQuickAcessLinks li a {
	text-decoration: none; 
	color: #777; 
	display: block;
}