﻿
/*--------------------------------------------------------------------------------------------------------
*	LEFT BANNER
*---------------------------------------------------------------------------------------------------------*/
.leftBanner_default
{
	margin: 30px 0px 0px 0px;
}

ul.leftBanner_ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	text-align:right; 
}
HTML /**/ /**/ > BODY ul.leftBanner_ul
{
	margin: 0px 0px 0px 0px;
}
ul.leftBanner_ul li
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	list-style: none;
	clear: both;
}


/*  leftBannerItem (used to be leftBanner01,leftBanner02 AND leftBanner03 )*/
a.leftBannerItem
{
	display: block;
	padding: 5px 17px 28px 0px;
	background: #F9FCFF url(../Images/LeftBanner/banner_bg.gif) left bottom repeat-x;
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

a.leftBannerItem strong
{
	display: block;
	color: #5BA1DE;
	font-weight: normal;
	
}
a.leftBannerItem span
{
	float: left;
	clear: both;
	color: #802C2A;
	width: 86px;
	height: 18px;
	padding: 3px 0px 0px 0px;
	margin: -29px 0px 0px 7px;
	text-align: center;
	line-height: 1em;
	background: url(../Images/LeftBanner/banner_button.gif) left top repeat-y;
}
HTML /**/ /**/ > BODY a.leftBannerItem span
{
	margin: -4px 0px 0px 7px;
	*margin: -29px 0px 0px 7px;
}
a.leftBannerItem:hover
{
	background: #EEF7FF url(../Images/LeftBanner/banner_bg_o.gif) left bottom repeat-x;
}
a.leftBannerItem:hover span
{
	background-position: left 21px;
}

a.leftBannerItem img
{
	float: left;
	width:78px;
	height:70px;
}

HTML /**/ /**/ > BODY a.leftBannerItem img
{
	margin-top: -12px; 
	*margin-top: 10px; 
}


/* ---------------------------------------- */
.Banners
{	
	margin-top:7px;
	
	background-color: #F9FCFF;
}


.BannersHover
{
	margin-top:7px;
	color: #802C2A;
	background-color:#EEF7FF;
	/*background-image: url(../Images/LeftBanner/banner_bg_o.gif) left bottom repeat-x;*/
}


.banner_tamplate
{
	font-family:arial;
	font-style:normal;
	direction:rtl;
	background-color:rgb(223, 240, 255);
}
        
.banner_title
{
	font-size:16px;
	font-weight:bold;
}
.banner_image
{
	height:90px;
	width:90px;
	border:none;
}
.banner_body
{
	font-size:14px;
}