/*<div class="gs-result gs-webResult">

  <!-- Note, a.gs-title can have embedded HTML
  // so make sure to account for this in your rules.
  // For instance, to change the title color to red,
  // use a rule like this:
  // a.gs-title, a.gs-title * { color : red; }
  -->
  <div class="gs-title">
    <a class="gs-title"></a>
  </div>
  <div class="gs-snippet"></div>

  <!-- The default CSS rule has the -short URL visible and
   // the -long URL hidden.
   //
   // If you want to reverse this, use a rule like:
   // #mycontrol .gs-webResult .gs-visibleUrl-short { display:none; }
   // #mycontrol .gs-webResult .gs-visibleUrl-long { display:block; }
  -->
  <div class="gs-visibleUrl gs-visibleUrl-short"></div>
  <div class="gs-visibleUrl gs-visibleUrl-long"></div>
</div>*/


.search_results {
font-family:Verdana,Arial,Helvetica,sans-serif;
padding:30px 40px 80px;
}
.gs-result a {
color:#333333;
cursor:pointer;
text-decoration:underline;
}
.search_results .no_results {
color:#333333;
font-size:14px;
line-height:17px;
margin:0 25px 20px;
}
.search_results .header {
margin:0 0 50px;
}
.search_results .header .caption {
color:#C6BF6F;
float:left;
font-size:18px;
padding:0;
}
.search_results .header .query_string {
color:#333333;
float:left;
font-size:18px;
font-style:italic;
padding:0 0 0 12px;
}
.search_results .item {
margin:0 25px 20px;
padding:0;
}
.gs-result .gs-title, .cse .gs-title * {
color:#333333;
font-size:11px;
font-weight:bold;
line-height:17px;
}
.gs-result .gs-snippet {
color:#333333;
font-size:11px;
line-height:17px;
}
.search_results .range_paging {
clear:left;
float:left;
margin:25px 0 50px;
padding:0 90px 0 50px;
}
.search_results .range_paging .previous_range {
color:#333333;
font-size:14px;
line-height:17px;
position:absolute;
}
.search_results .range_paging .next_range {
color:#333333;
font-size:14px;
line-height:17px;
position:absolute;
right:100px;
}
.gs-result a {
color:#333333;
cursor:pointer;
text-decoration:underline;
}
.gs-result .gs-title, .cse .gs-title * {
color:#333333;
font-size:11px;
font-weight:bold;
line-height:17px;
}
.gs-result .gs-snippet {
color:#333333;
font-size:11px;
line-height:17px;
}
.gs-result .gs-visibleUrl-short {
display:block; 
}
.gs-result .gs-visibleUrl-long {
display:block;
}
