.zar_header_box{
  color: rgb(196, 0, 0); 
  font-size: 13px; 
  font-weight: bold;
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  -moz-border-radius-topleft:6px;
  -moz-border-radius-topright:6px;
  background-color:#f2f2f2;
  /*background-image:url('/images/new_template/sub_bg.jpg');*/
  border:1px solid #e0e0e0;
  font-weight:bold;
  height:20px;
  padding:5px 5px 5px 5px;
  margin:2px 2px 0px 2px; 
}
.zar_header_box a:hover{
	color:#c40000;
	text-decoration:underline;
	}
.zar_box_1{
  width:  160px;
  border: 1px solid #EFEFEF;
  float:  left;
  height: 200px;
  padding:10px;
  margin: 5px;
}
.zar_content{
	font-size:11px;
}
.menu{
  line-height:20px;
  background-color:#f5f5f5;
  /*background-image:url('/images/new_template/sub_bg.jpg');*/
  border-bottom:1px solid #e0e0e0;
  border-left:1px solid #e0e0e0;
  border-right:1px solid #e0e0e0;  
  padding:0px 5px 0px 5px;
  margin:0px 2px 10px 2px; 
}

.newsletter{
  margin:2px 2px 2px 2px; ; 
}

.menu a{
	color:#666666;
	text-decoration:none;
	
	}
.menu a:hover{
	color:red;
	text-decoration:underline;
	}
.zaranhaar {
	border:4px solid #ffe6ea;
	color:#666666;
	font-size:11px;
    padding:5px;
    margin:2px 2px 2px 2px; ; 
	
}
#market {
	border-color:#F8F8F8;
	border-style:solid;
	border-width:1px 0 0;
	color:#333333;
	font-size:11px;
	margin-left:10px;
	text-align:left;
	width:98%;
}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('/images/ajax/ajaxloader.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}

