* {
  margin: 0;
  padding: 0;
}

body {
  font: bold 16px 'Geeza Pro', 'Simplified Arabic', Arial;
  background: url(images/2010/bg.gif) repeat;
  text-align: right;
  direction: rtl;
}

img {
  border: none;
}

a {
  color: #006699;
  text-decoration: none;
}

a:hover {
  color: #FF6600;
}

input, textarea, select {
  font: 12px 'Geeza Pro', Tahoma;
}

.clear {
  clear: both;
}

.line {
  width: 97%;
  margin: 10px;
  border-top: 1px dotted #aaa;
}

.button_text
{
    font-family: 'Geeza Pro', tahoma;
    font-size: 12px;
    font-weight: normal;
}

small {
  color: #666;
}

ul, ol {
  margin-right: 20px;
}


#container, #header, #navbar, #footer {
  width: 980px;
  margin: 0 auto;
}

#header {
  position: relative;
  height: 205px;
  background: url(images/2010/header.gif) no-repeat;
}

#search {
  position: absolute;
  top: 20px;
  left: 85px;
  width: 270px;
  height: 60px;
}

.search_word {
  float: right;
  width: 190px;
  height: 20px;
  margin: 9px 5px 0 0;
  display: block;
}

.search_section {
  float: right;
  width: 192px;
  height: 20px;
  margin: 5px 5px 0 0;
  display: block;
}

.search_button {
  position: absolute;
  top: 9px;
  left: 7px;
}

#navbar {
  height: 44px;
}

#navbar img {
  float: right;
}

#content {
  width: 798px;
  min-height: 400px;
  margin: 0 auto;
  padding: 20px 15px;
  background: url(images/2010/content_bg.png) repeat-y;
}

#right_col {
  float: right;
  width: 387px;
  margin: 0;
  /*border: 1px solid;*/
}

#left_col {
  float: left;
  width: 387px;
  margin: 0;
  /*border: 1px solid;*/
}

.box {
  width: 357px;
  margin: 0 auto;
  padding: 5px 15px;
  *margin: -8px 0 -2px 0;
  background: url(images/2010/box_bg.gif) repeat-y;
}

.more {
  float: left;
  margin: 10px 0 5px 10px;
}

.main_sections {
  /*margin-left: 4px;*/
  margin: 0 1px;
  float: right;
}


#copyright {
  float: right;
  margin-right: 90px;
  margin-bottom: 30px;
  color: #fff;
  font: 13px 'Geeza Pro', Tahoma;
}

#webfun {
  float: left;
  margin-left: 90px;
  text-align: left;
  color: #fff;
  font: 13px 'Geeza Pro', Tahoma;
}

#webfun_logo {
  float: left;
  margin-right: 10px;
}

#webfun_copyright {
  float: left;
  line-height: 25px;
}

.block {
  margin: 15px 0 0px 0;
  clear: both;
}

.book {
  float: right;
  width: 50%;
  text-align: center;
}

.book_image {
  padding: 5px;
  border: 1px solid #aaa;
}

#info
{
    float: left;
    margin: 0 15px 0 0;
    width: 160px;
    color: #000;
    font-family: 'Geeza Pro', tahoma;
    font-size: 11px;
    font-weight: normal;
    line-height: 17px;
}

.info_title
{
  width: 150px;
  padding: 5px;
  background: #CCC;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.info_desc {
  margin-bottom: 10px;
  padding: 5px;
  background-color: #EFEFEF;
}

.path {
  padding: 5px;
  background: #CCC;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.path h1 {
  font-size: 16px;
}
