#search_wrapper {
  position: relative;
  width: 296px;
  height: 33px;
  font-family: arial;
  font-size: 12px;
}
 
.homeRight #search_wrapper {
  position: relative;
  float: right;
  width: 247px;
  height: 33px;
  font-family: arial;
  font-size: 12px;
}

#search_bar {
  position: absolute;
  width: 296px;
  height: 29px;
  border: 2px solid #191919;
  background: url(/template/shared/images/search-bar/search_bg.gif) repeat-x;
}

.homeRight #search_bar {
  position: absolute;
  width: 243px;
  height: 29px;
  border: 2px solid #191919;
  background: url(/template/shared/images/search-bar/search_bg.gif) repeat-x;
}

#search_icon {
  position: relative;
  float: left;
  width: 28px;
  height: 29px;
  background: url(/template/shared/images/search-bar/search_glass.gif) no-repeat center center;
}

#search_go {
  position: relative;
  float: right;
  width: 37px;
  height: 29px;
  cursor: pointer;
  cursor: hand;
}

#search_term {
  position: absolute;
  top: 4px;
  left: 28px;
  width: 222px;
  height: 16px;
  padding-top: 2px;
  padding-left: 8px;
  border: 1px solid #333;
  font-weight: bold;
  font-family: arial;
  font-size: 12px;
  color: #555;
}

.homeRight #search_term {
  position: absolute;
  top: 4px;
  left: 28px;
  width: 170px;
  height: 16px;
  padding-top: 2px;
  padding-left: 8px;
  border: 1px solid #333;
  font-weight: bold;
  font-family: arial;
  font-size: 12px;
}

#search_results {
  position: absolute;
  top: 33px;
  left: 0px;
/*  display: none;*/
  width: 298px;
  /*border: 1px solid #999;*/
  background-color: #131313;
  font-weight: bold;
  color: #666;
  z-index: 100;
  border-left:  1px solid #282828;
  border-right:  1px solid #282828;
  border-top:  1px solid #282828;  
 
}

#search_results_text {
  position: relative;
  margin: 0px 20px 10px 12px;
}

#search_results_top {
  position: relative;
  width: 296px;
  height: 14px;
  background: url(/template/shared/images/search-bar/head_drop.gif) repeat-x;
}

#search_results_bottom {
  position: relative;
  width: 298px;
  height: 12px;
  background: url(/template/shared/images/search-bar/bot_drop.gif) repeat-x;
}

.search_results_label {
  position: relative;
  height: 35px;
}

.search_results_label_bg {
  position: absolute;
  bottom: 15px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #333;
}

.search_results_label_text {
  position: absolute;
  bottom: 5px;
  left: 0px;
  height: 20px;
  padding-right: 10px;
  line-height: 20px;
  color: #f60;
  font-size: 11px;
  background-color: #131313;
}

.item_div {
  position: relative;
  width: 100%;
  height: 20px;
  line-height: 20px;
  cursor: pointer;
  cursor: hand;
}

.item_text {
  position: relative;
  float: left;
}

.search_highlight_off {
  height: 20px;
  line-height: 20px;
}

.search_highlight_on {
  height: 20px;
  line-height: 20px;
  background-color: #222;
}

.term_highlight {
  color: #fff;
}

.ringtone_types {
  position: relative;
  float: right;
  padding-right: 10px;
}

.result_type {
  width: 7px;
  height: 7px;
  margin-left: 2px;
  margin-top: 4px;
  border: 0px;
}
