﻿body 
{
	text-align: center;
	font: 14px Arial;
	margin: 0 auto;
}

.searchbox 
{
	direction: rtl;
	background-image: url("/images/searchbox.gif");
	background-repeat:no-repeat;
	background-position:center top;
	text-align:center;
	vertical-align:top;
	width: 100%;
	height: 130px;
	overflow: hidden;
}

.searchboxinside 
{
	position: relative;
	text-align:center;
}

.styleText
{
	direction:rtl;
}

.styleBottom
{
	direction: rtl;
	font-size: 11px;
	text-align: center;
}

#searchsuggestions {
text-align: right;
display: none;
position: absolute;
z-index: 1;
line-height: 1.35em;
background-color: #fff;
border: 1px solid #000;
}

#searchsuggestions a {
cursor: default;
display: block;
color: #000;
text-decoration: none;
white-space: nowrap;
overflow: hidden;
padding: 0 2px;
}

#searchsuggestions a.hovered {
color: #fff;
background-color: #4986d9;
}

h1 {
	font: 15pt Verdana, sans-serif;
	font-weight: bold;
	text-align: center;
}

h2 {
	font: 13px/20px Verdana, sans-serif;
	color: #434c5b;
	font-weight: bold;
	text-align: center;
}

h6 {
	font: 9px/20px Verdana, sans-serif;
	color: #CB7E0B;
	font-weight: bold;
	text-align: center;
}