body {
  margin: 16px 16px 16px 24px;
  padding: 0 0;
  font-family: tahoma;
  background-color: #fff;
  font-size: 13px;
  direction:rtl;
}

#left-column {
  width: 30%;
  float:right;
  padding: 10px;
}

#right-column {
  width: 60%;
  float: right;
  padding: 10px;
}

#search-area, #results .gsc-cursor-box {
  background-color: #fe9;
  border: 1px solid #fc0;
  margin-bottom: 16px;
  padding: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #620;

}

#search-area {
  padding: 8px 8px 8px 20px;
}

#search-area .help-text {
  margin-top: 0.5em;
  font-size: 12px;
  font-weight: bold;
  opacity: 0.5;
  -moz-opacity: 0.5;
}

#search-area input {
  font-size: 18px;
  background-color: #000;
  color: #fc0;
  padding: 4px;
  margin: 4px 0;
  border: 0;
  font-family: arial, helvetica, sans-serif;
-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

#results .gs-title {
  /* Sets style on a search result title link. */
}

#results .gsc-results {
  /* Sets font for titles, snippets, and URLs. */
  font-family: arial, helvetica, sans-serif;
  /* Sets the snippet text color. */
}


#results .gsc-result {
  position: relative;
  border: 1px solid #eee;
  border-left: 10px solid #eee;
  padding: 8px 8px 8px 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#results .gsc-result:hover {
  border: 1px solid #888;
  border-left: 10px solid #888;
}

#results .gsc-result:hover .gs-result:before {
  color: #333;
}

#results .gs-snippet {
  color: #999;
  font-family:tahoma;
  font-size:12px;
  padding-bottom:3px;
  padding-top:3px;

}

#results .gsc-result:hover .gs-snippet {
  color: #333;
}

/*#results .gsc-result:hover .gs-snippet b {
  background-color: #fe9;
  color: #000;
}*/

#results .gs-visibleUrl {
  color: #c60;
  font-size: 10px;
  font-weight: bold;
}

#results .gs-result:before {
  color: #ccc;
  position: absolute;
  left: 8px;
  top: 8px;
}

#results .gsc-trailing-more-results {
  /* Sets style for more results link. */
  color: #620;
}

.gsc-tabsArea, .gsc-resultsHeader, .gsc-adBlock {display:none;}

.gsc-trailing-more-results{display:none;font-size:0px;}

.gsc-cursor-page ,.gsc-cursor-current-page{float:right;direction:rtl;}
.gs-no-results-result{font-size:0px;background-color:#FFFFFF;border:0px;}
.gs-no-results-result:after{content:"لاتوجد نتائج مطابقة";font-family:tahoma;
color:#CC6600;font-size:10pt;
}

#logo{background-color: #fe9;
  border: 1px solid #fc0;
  margin-bottom: 16px;
  padding: 8px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  color: #620;
  height:70px;
   }
#logo2{}

#results .gsc-cursor-box {height:15px;}

.gs-result .gs-title, .gs-result .gs-title *  {font-family:tahoma;}
