* {
	padding:0;
	margin:0;
}
a img {
	border:0;
	padding:0;
	margin:0;
}
a {	color:#6D5221; text-decoration:none}
a:hover {color:#000;}
.counterrep
{
font-size:10px;
font-weight:bold;
}
.counterrep .value
{
color:Green ;
}
#alert {
	width:762px;
	height:31px;
	background:url(../images/alert_bg.gif) no-repeat 0 0;
	position:relative;
	text-align:center;
	font:10px Tahoma;
	padding:5px;
	direction:rtl;
}
#alert a#close {
	position:absolute;
	display:block;
	right:20px;
	top:10px;
	width:15px;
	height:15px;
	background:url(../images/close_btn.gif) no-repeat;
}
#header {
	height:70px;
	width:762px;
	background:transparent;
	vertical-align:bottom;
	margin:0 auto;
}
#help {
	width:35px;
	height:70px;
	float:left;
}
div#help a {
	margin-top:30px;
	display:block;
	width:35px;
	height:38px;	
	background:url(../images/help_icon.gif) no-repeat 0 -41px;
	text-indent:-5000px;
}
div#help a:hover{
	background:url(../images/help_icon.gif) no-repeat 0 0;
}
#menuholder {
	height:37px;
	width:600px;
	float:right;
	margin:0;
	padding:0;
	position:relative;
	bottom:-40px;
}
#logo {
	margin-left:10px;
	float:right;
}
#logo h1 {
	margin:0;
	padding:0;
}
#logo h1 a {
	display:block;
	text-indent:-5000px;
	background:url(../images/logo.gif) no-repeat 0 0;
	width:109px;	
	height:70px;
}
ul#menu {
  margin:0;
  padding:0;
  list-style:none;
  font:11px Tahoma;
  }
ul#menu li {
  float:right;
  margin:0 0 0 2px;
  padding:0 0 0 4px;
  }
ul#menu li.active, ul#menu li.hover{
  background:url(../images/menu_bg_left.gif) no-repeat left top;
}

ul#menu li span.delimiter {
	display:block;
	float:left;
	width:1px;
	height:16px;
}
ul#menu li a.goto {
	float:left;
	display:block;
	width:18px;
	height:14px;
	text-indent:-5000px;
	margin-top:8px;
	background: url(../images/open_in_new.gif) no-repeat 0 0;
	outline:none;
}
ul#menu li a.goto:hover {
	background:url(../images/open_in_new.gif) no-repeat 0 -14px;
}
ul#menu li a.toggle {
  float:left;
  display:block;
  padding:7px 10px 17px 4px;
  text-decoration:none;
  color:#000;
  outline:none;
  }
ul#menu li.active a.toggle, ul#menu li.hover a.toggle {
	  background:url(../images/menu_bg_right.gif) no-repeat right top;
}  
ul#menu li#yellow{background-position:0 0;}
ul#menu li#yellow a.toggle{background-position:100% 0;}
ul#menu li#green{background-position:0 -38px;}
ul#menu li#green a.toggle{background-position:100% -38px;}
ul#menu li#blue{background-position:0 -76px;}
ul#menu li#blue a.toggle{background-position:100% -76px;}
ul#menu li#purple{background-position:0 -114px;}
ul#menu li#purple a.toggle{background-position:100% -114px;}
ul#menu li#grey{background-position:0 -152px;}
ul#menu li#grey a.toggle{background-position:100% -152px;}
ul#menu li#yellow.hover, ul#menu li#green.hover, ul#menu li#blue.hover, ul#menu li#purple.hover, ul#menu li#grey.hover{background-position:0 -190px;}
ul#menu li#yellow.hover a.toggle, ul#menu li#green.hover a.toggle, ul#menu li#blue.hover a.toggle, ul#menu li#purple.hover a.toggle, ul#menu li#grey.hover a.toggle{background-position:100% -190px;}
.textInput {
	font:11px Tahoma;
	color:#000;
	background-color:#FFF;
	border:1px solid #CCC;
	direction:ltr;
	padding:2px;
}
.fa {
	text-align:right;
	direction:rtl;
}
#searchform {
	width:732px;
	background:#FDECC6 url(../images/searchbox_top.gif) no-repeat 0 0;
	padding:15px;
	height:40px;
	margin:0 auto;
	text-align:right;
}
#searchform #searchterm {
	float:right;
	font:11px Tahoma;
	direction:rtl;
}
#searchform #inputbox {
	margin-right:10px;
	float:right;
	font:10px Tahoma;
	direction:rtl;
	color:#000;
}
#searchform #formbutton {
	margin-right:10px;
	float:right;
}
#searchform #formbutton #submitButton {
	width:47px;
	height:17px;
	cursor:pointer;
}
#searchform #formextras {
	margin-right:30px;
	float:right;
}
#searchform #formextras ul, div.sBoxBody ul {
	margin-top:0;
	padding:5px 20px;
	direction:rtl;
	list-style-image:url(../images/bullet.gif);
}
div.sBoxBody ul li{
	margin-bottom:5px;
}
div.sBoxBody ul a{
	color:#A0937C;
}
#searchform #formextras ul a {
	font:10px Tahoma;
	color:#000;
	text-decoration:none;
}
#searchform #formextras ul a:hover {
	color:#996633
}
#searchform #directoryRadios {
	font:11px Tahoma;
	margin:5px 20px 0 0;
	
}
#bar {
	width:762px;
	height:22px;
	margin:3px auto;
	background:#FAF4E6;
	border-top:1px solid #C5BCA7;
}
#date {
	float:right;
	width:400px;
	height:16px;
	font:10px Tahoma;
	text-align:right;
	padding:3px;
}
#bar #register {
	float:left;
	width:280px;
	height:20px;
	text-align:center;
	background:transparent;
}
#register a{
    color: #444;
    display: block;
	background:#D3E496;
    padding:0 5px 0 5px;
    text-decoration: none;
	direction:rtl;
	outline:none;
	margin-left:3px;
	text-align:right;
}
span.register{
    display: block;
    line-height: 14px;
    padding: 5px 20px 5px 5px;
	font:10px Tahoma;
	background:url(../images/add_icon.gif) no-repeat center right;
}
	.spacer
	{
	display:block;
	float:right;
	}
#kwicksContainer {
	width:762px;
	margin:2px auto;
	overflow:hidden;
}
#kwick { 
	height: 72px;
	position:relative;
}
#kwicks {
	position: relative;
	background:url(../images/kwicks/cntr.gif) no-repeat left top;
	width:762px;
	height:72px;
}
#kwicks .kwick {
	float: right;
	display: block;
	height: 72px;
}
#kwicks .kwick a{
	display:block;
	width:100%;
	height:100%;
}
#bodyContainer {
	width:762px;
	margin:4px auto;	
}
#left {
	float:left;
	width:260px;
}
#right {
	float:right;
	width:495px;
	margin-left:3px;
}
#adv {
	width:100%;
	height:190px;
	margin-bottom:4px;
}
#adv #pic {
	width:260px;
	height:170px;
}
#adv #promote {
	border-right:1px solid #CBCBCB;
	border-left:1px solid #CBCBCB;
	border-bottom:1px solid #CBCBCB;
	background:#E7E7E7;
	font:10px Tahoma;
	text-align:left;
	padding:4px;
}
div.bBox , div.tBox, div.sBox{
	width:100%;
	margin-bottom:4px;
}
div.bBoxTop, div.sBoxTop {
	border-right:1px solid #DCD7CA;
	border-top:1px solid #DCD7CA;
	border-left:1px solid #DCD7CA;		
	background:#D2CDC0;
	height:18px;
}
div.bBox h2, div.sBox h2{
	font:11px Tahoma;
	display:inline;
	margin-right:15px;
	float:right;
}
div.bBox div.bBoxBody, div.tBox div.tBoxBody, div.sBox div.sBoxBody{
	border-left:1px solid #DCD7CA;
	border-right:1px solid #DCD7CA;
	font:11px Tahoma;
}
div.bBox .NewSrv
{
	background-image: url(../images/new_1.gif);
	background-repeat: no-repeat;
}
div.bBox div.bBoxBottom, div.tBox div.tBoxBottom, div.sBox div.sBoxBottom { 
	background:url(../images/bbox_bottom.gif) no-repeat 0 100%;
	font:10px Tahoma;
	height:18px;
	text-align:left;
	padding-left:10px;
	direction:rtl;
}
div.sBox div.sBoxBottom {
	background:url(../images/sbox_bottom.gif) no-repeat 0 100%;
}
div.bBox div.boxNavigator {
	float:left;
	width:75px;
	height:16px;
}
div.bBox h2#products span {
	padding-right:15px;
	background:url(../images/basket_icon.gif) no-repeat center right;
}
div.sBox h2#cinema span {
	padding-right:15px;
	background:url(../images/cinema_icon.gif) no-repeat center right;
}
div.sBox h2#news span {
	padding-right:15px;
	background:url(../images/news_icon.gif) no-repeat center right;
}
div.sBox h2#weather span {
	padding-right:15px;
	background:url(../images/weather_icon.gif) no-repeat center right;
}
div.sBox h2#weblog span {
	padding-right:15px;
	background:url(../images/weblog_icon.gif) no-repeat center right;
}
span.num {
	font:11px Tahoma;
	margin-bottom:5px;
	padding:2px;
}
div.floatRight {
	float:right;
}
ul.products{
	list-style-type:none;
	margin:5px 0 0 0;
	padding: 2px;
	direction:rtl;
}
ul.products li{
	background:url(../images/square_dot.gif) no-repeat 100% 9px; 
	font: 10px Tahoma;
	color:#999;
	line-height:17px;
	padding:0px 10px 0px 0px;
}
div.tBox div.tBoxBody{
	background:#FFFDF9 url(../images/tabs_bg.gif) repeat-x 0 0;
}
div.tBox h2 {
	font:11px Tahoma;
	float:right;
	margin-left:4px;
	margin-right:-1px;
}
div.tBox h2.left {
	float:left;
	margin-left:-1px;	
}
div.tBox h2 a {
	text-decoration:none;
	color:#000;
	display:block;
	font:11px Tahoma;
	height:16px;
	padding:1px 20px;
	border-right:1px solid #DCD7CA;
	border-top:1px solid #DCD7CA;
	border-left:1px solid #DCD7CA;	
	border-bottom:1px solid #C1BCB0;
	background:#efefef;
	text-align:center;	
	outline:none;
}
div.tBox h2 a.active {
	height:17px;
	border-bottom:0;
	background:#FFFDF9;
}
div.tBox h2 a.active:hover {
	background:#fff;
}
div.tBox h2 a:hover {
	background:#e4e4e4;
}
div.tBox h2 a#jobs{
	width:204px;
}
div.tBox h2 a#korooki{
	width:204px;
}
div.tBox h2 a#tehran{
	width:100px;
}
div.tBox h2 a#gallery{
	width:110px;
}
div.tBox h2 a#info{
	width:153px;
}
div.tBox h2 a#jobs span {
	padding-right:15px;
	background:url(../images/people_icon.gif) no-repeat 100% 1px;
}
div.tBox h2 a#korooki span {
	padding-right:15px;
	background:url(../images/sticker_icon.gif) no-repeat 100% 1px;
}
h3 {
	font:11px Tahoma;
	margin-top:10px;	
}
p {
	 direction:rtl;
	 text-align:justify;
	 line-height:1.5em;
}
p.small {
	font:10px Tahoma;
	direction:rtl;
	margin-top:3px;
}
p.small a {color:#A0937C;}
p.small a:hover {color:#000;}
a.more {
	display:block;
	font:10px Tahoma;
	color:#6D5221;
	direction:rtl;
	margin:5px 0 0 10px;
}
div#footer {
	clear:both;
	padding:0;
	background:#e4e4e4 url(../images/footer_bg.gif) repeat-x 0 0;
	direction:rtl;	
	width:762px;
	height:30px;
	margin:4px auto;	
}
div#footer div{
	float:right;
	vertical-align:middle;
	font:10px Tahoma;	
	margin-top:1px
}
.red {color:#f00}
.green {color:#099}

/* new */

#userBar {
	width:762px;
	height:31px;
	background:url(../images/alert_bg.gif) no-repeat 0 0;
	position:relative;
	text-align:right;
	font:10px Tahoma;
	padding-top:10px;
	direction:rtl;
}
#userBar a {
	color:#960;
	direction:rtl;
	text-decoration:none;
	text-decoration:none;
}
#userBar .right
{
	float:right;
	margin-right:10px;
}
#userBar .left
{
	float:left;
	margin-left:10px;
}

#userBar a:hover {
	color:#000;
}

/*** ad rotator ***/
.handlers {
	float:left;
	margin:4px;
}
.handlers a, .handlers a:hover, .handlers a.active {
	float:left;
	display:block;
	width:9px;
	height:9px;
	background:#BDAC85;
	line-height:0;
	text-indent:-1000px;
	margin-right:2px;
	outline:none;
}
.handlers a:hover, .handlers a.active {
	background:#886B29;
}
div.box {
	background:#f1f1f1;
	height:170px;
	width:100%;	
	position:absolute;
	top:0;
	left:0;
}
div.loading {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-16px;
	margin-left:-38px;
	width:77px;
	height:32px;
	background:url(../images/new/loading.gif) no-repeat;
}
a.target, a.target:hover {
	display:block;
	background:none;
	padding:0;
}
a.target img
{
width:260px;
height:170px;
}
#adv #pic {
	width:260px;
	height:170px;
	position:relative
}

.DivIndexAdv2
{
	width:762px;
	height:86;
}