/* CSS Document */
* { padding:0px; margin:0px;}
.clear { clear:both;}

#SearchAbove { width:180px;position:relative; padding-top:5px; padding-bottom:20px; padding-left:20px;}
#search_shadow {width:260px; background:url(../images/results-background.png) repeat-y top left;}
#search_bg { width:252px; margin:0 auto; background:url(../images/search_bg.gif) repeat-x left bottom; overflow:hidden;}

#results { width:260px; padding:0px; margin:0px; position:absolute; top:51px; left:-2px; z-index:10000;}

#search_top {width:240px;   font-family:Geneva, Arial, Helvetica, sans-serif; font-weight:bold; color:#fff; line-height:22px; font-size:12px; padding-left:20px; padding-top:5px;}

.search_category { width:210px; margin:0 auto; margin-top:10px; line-height:18px; font-size:11px; padding:2px 10px 2px 20px; font-weight:bold; color:#c9b9a4; background:url(../images/arrow.gif) no-repeat 12px 8px ;}
.search_item { width:210px; margin:0 auto; line-height:18px; border-bottom:1px solid #967446; }
.search_item a { color:#fff; padding:2px 10px 2px 20px; font-weight:bold; font-size:11px; line-height:18px; text-decoration:none; display:block;}
.search_item a:hover { color:#fff; background:#967446;}

#search_bottom {width:240px; height:15px; font-family:Geneva, Arial, Helvetica, sans-serif; font-weight:bold;color:#fff; line-height:15px; font-size:11px; padding-right:20px; text-align:right; padding-top:10px; padding-bottom:10px; }
#search_bottom a { color:#fff; background:url(../images/see-all.gif) no-repeat left center; padding-left:25px;}
#search_bottom a:hover{ color:#CC9933;}
#search_bottom_part {width:260px; font-size:12px; height:4px;background:url(../images/results-bottom.png) no-repeat top left;}

#Sloader { width:16px; height:16px;  position: absolute; right:5px; top:2px; display:none; z-index:10004;} 
#Sclearer { width:12px; height:12px; background:url(../images/clearer.gif) no-repeat left top #fff; position:absolute ; right:4px; top:4px; display:block;z-index:10003;}

#above_IN_search {height:19px;position:relative;}

 #search_left_part {
	background: url('../images/srch_l.png') 0 0 no-repeat;
	width: 19px;
	height: 19px;
	position:absolute;
	left:0px;
	top:0px;
	z-index:10001;
	}
 #search_middle_part {
	height: 19px;
	width:144px;
    position:absolute;
	left:0px;
	top:0px;
	z-index:10000;
    background:url('../images/srch_bg.gif') top left repeat-x;
	margin:0px 7px 0px 7px;
	}
 
 #search_right_part {
	background:  url('../images/srch_r.png') 0 0 no-repeat;
	width: 19px;
	height: 19px;
	position:absolute;
	left:139px;
	top:0px;
	z-index:10002;
	}
#s {
	
	border: 0px;
	height: 13px;
	line-height:13px; 
	width: 119px;
	padding:3px 12px 5px 12px;
	font-size:11px;
	background:none;
	color: #000;
	}