/**
 * Google CSE css
 * Inherit Default theme
 * http://code.edgarhoo.net/css/search.css
 *
 * Date: June 16, 2010 CST
 */
#cse{
    width:920px;
    margin:16px auto;
    text-align:center;
}
#cse input.gsc-input{
    width:360px;
    height:20px;
    line-height:24px;
    text-align:left;
    padding:2px 0;
}
#cse .gsc-input{
    text-align:right;
}
#cse td.gsc-search-button{
    width:50px;
}
#cse .gsc-clear-button{
    width:250px;
}
#cse .gsc-adBlockVertical{
    height:0;
    overflow:hidden;
}
#cse b{
    color:#ff7d00;
}
.gsc-control-cse {
    text-align:left;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border:none;
}
input.gsc-search-button {
  font-family: inherit;
  color: #000;
  text-shadow: 0 1px 2px #fff;
  background-color: #cecece;
  border: 1px outset;
  border-color: #666;
  width:48px;
  height:22px;
  text-align:center;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#cse .gsc-tabsArea{
    margin-top:16px;
}
.gsc-tabsArea .gsc-tabHeader{
    display:none;
}
.gsc-webResult.gsc-result {
    padding:.25em;
    border:1px solid #fff;
    margin-bottom:1em;
}
.gsc-webResult.gsc-result:hover {
    border:1px solid #fff;
}
.gs-promotion.gs-result {
    background-color:#fff;
    border:1px solid #369;
}
.gs-promotion.gs-result a.gs-title:link ,
.gs-promotion.gs-result a.gs-title:visited ,
.gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:active {
    color: #00C;
}
.gs-promotion.gs-result .gs-snippet {
    color: #000;
}
.gs-promotion.gs-result .gs-visibleUrl {
    color: #008000;
}
.gsc-completion-selected {
    background: #d5e2ff;
}
.gsc-completion-container {
    font-family:Arial, sans-serif;
    font-size:13px;
    position:absolute;
    background: white;
    border:1px solid #666;
    margin-left:0;
    margin-right:0;
}