/* @override http://localhost.dev:3000/stylesheets/itemSearch.css?1281116199 */

/* Layout */
#item_search_outer_container #content {
	margin-top:9px;
}

#itemSearchBody {
  position: relative;
  padding-top: 32px;
}
#itemSearchBody #sidebar_left {
  width: 195px;
  float: left;
  clear:left;
}
#search_body #main {
  float: right;
  width: 733px;
  margin-right: 5px;
}
#search_body {
  border: 1px solid #ebebeb;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 5px 0;
}
#itemSearchBody #breadcrumb {
  border-bottom: 0;
  position: absolute;
  left: 2px;
  top: 13px;
}

/** Save Search **/
#save_search {
  width: 237px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#save_search form {
  display: none;
}
#save_search_link {
  display: block;
  width: 110px;
  height: 32px;
  background: url(/images/search/sprite.png) no-repeat -124px -121px;
  position: absolute;
  top: 4px;
  right: 3px;
  text-indent: -9999em;
  outline: 0;
}

#save_search.active {
  background: url(/images/search/sprite.png) no-repeat 2px -117px;
  height: 124px;
  width: 239px;
}
#save_search.active form {
  display: block;
}
#save_search.active #item_alert_title {
  position: absolute;
  top: 44px;
  left: 16px;
  width: 200px;
  padding: 8px 3px 2px;
  font-size: 13px;
  border: 0;
  font-style: italic;
  color: #999;
}
#save_search.active #save_search_submit {
  position: absolute;
  bottom: 16px;
  left: 56px;
  height: 25px;
  width: 66px;
  border: 0;
  background: url(/images/search/sprite.png) no-repeat -54px -200px;
  text-indent: -9999em;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}
#save_search_cancel {
  position: absolute;
  display: block;
  bottom: 16px;
  left: 131px;
  width: 66px;
  height: 25px;
  text-indent: -9999em;
  outline: 0;
  background: url(/images/search/sprite.png) no-repeat -129px -200px;
}
#save_search.posting {
  background: url(/images/search/sprite.png) no-repeat -354px -117px;
  height: 124px;
  width: 239px;
}
#save_search.posting #save_search_cancel,
#save_search.posting input[type=submit] {
  display: none;
}
#search_throbber {
  position: absolute;
  display: block;
  bottom: 12px;
  left: 100px;
  height: 25px;
  padding: 2px 20px 0 0;
  background: url(/images/spinner.gif) no-repeat right 0;
}
#save_search .success {
  text-align: center;
}

/**
 * Search Header
 */
#itemSearchBody #search_top_bar {
	margin-top:10px;
	background: url(/images/search/sprite.png) no-repeat 0 -55px;
	height:4px;
}

#itemSearchBody #search_bottom_bar {
	margin-bottom:10px;
	background:url(/images/search/bottom-edge.png) #fafafa bottom no-repeat;
	height:3px;
}

#itemSearchBody #search_header {
  background:#fafafa;
  border-right:1px solid #e0e0e0;
  border-left:1px solid #e0e0e0;
  min-height: 45px;
  padding-bottom:4px;
}
#search_header .inner {
  padding: 7px 14px 0 14px;
  position: relative;
}
#search_header .result_count {
  float: left;
  margin-right: 13px;
  padding-right: 13px;
  border-right: 1px solid #EEE;
  min-width: 190px;
  max-width:260px;
}
#search_header .result_count .products {
  color: #50504c;
  font-size: 16px;
  font-weight: bold;
}
#search_header .result_count .users {
  color: #999;
  font-size: 11px;
  font-style: italic;
}

#search_header .facets_selected {
  margin-top: 11px;
  float: left;
}
#search_header .facets_selected .trait {
  float: left;
  margin-right: 20px;
}
#search_header .facets_selected a {
  padding-left: 16px;
  background: url(/images/search/sprite.png) no-repeat -1px -104px;
  text-decoration: none;
}

#search_header .no_facets_selected {
  text-align: left;
  float: left;
}
#search_header .no_facets_selected .title {
  font-size: 16px;
  color: #e38800;
  font-weight: bold;
}
#search_header .no_facets_selected .tagline {
  color: #5c5c57;
  font-size: 12px;
}

/** Search Box **/
#search_box {
  background: url(/images/search/sprite.png) no-repeat -90px 0;
  margin: 2px 0 0 -10px;
  height: 31px;
  width: 220px;
  position: absolute;
  right: 9px;
  top: 5px;
}
#search_box #q_search_term, #search_box #item_search_page_search_term {
  border: 0;
  display: block;
  float: left;
  font-size: 14px;
  font-style: italic;
  margin: 5px;
  padding: 3px 15px 3px 8px;
  width: 145px;
}

#search_box #search_button {
  display: block;
  float: left;
  width: 41px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url(/images/search/sprite.png) no-repeat -268px 0;
  text-indent: -9999em;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  font-size: 0;
  line-height: 0;
}

/** Sidebar **/
h3.narrow_results {
  color: #ff9900;
  font-size: 18px;
  margin: 5px 0 10px 6px;
}
#search_body .header_wrapper h3.title {
  margin: 0 0 5px -10px;
  background: url(/images/search/sprite.png) no-repeat -318px 0;
  height: 32px;
  padding: 5px 0 0 17px;
  color: #50504c;
  font-size: 16px;
}
#sidebar_left .block {
  padding-bottom: 10px;
}
#sidebar_left .content {
  padding: 0 0 0 8px;
}
#sidebar_left .scrollable {
  max-height: 120px;
  overflow: auto;
  margin-right: 13px;
}
#search_body .title_item {
  margin-top: 5px;
}
#search_body ul {
  margin: 0 0 0 6px;
  padding: 0;
  line-height: 1.3em;
}
#search_body ul li {
  margin: 0;
  padding: 0;
}
#search_body #sidebar_left span.count {
  font-size: 11px;
  color: #999;
}

/** Collapsible **/
#sidebar_left .collapsible h3 span {
  display: block;
  cursor: pointer;
  background: url(/images/search/sprite.png) no-repeat 165px -245px;
}
#sidebar_left .collapsed h3 span {
  background-position: 165px -269px;
}

/** Settings Bar **/
#options_bar {
  position: relative;
  margin: 0;
  padding: 12px 12px 10px 12px;
  color: #50504c;
  background: #f7f4ea;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#options_bar span.label {
  font-size: 11px;
}
#options_bar span {
  margin: 0 4px 0 0;
}

#options_bar #sort_by,
#options_bar #seller_preference {
  float: left;
  border-right: 1px solid #DDD;
  margin-right: 8px;
  padding-right: 4px;
}
#options_bar #sort_by span strong {
  padding: 2px 4px;
}
#options_bar span a:link,
#options_bar span a:visited {
  color: #658059;
  text-decoration: none;
  padding: 2px 4px;  
}
#options_bar span a:hover {
  color: #50504c;
}

#options_bar #per_page {
  position: absolute;
  right: 130px;
  top: 9px;
  display: none;
}

#options_bar #view_options {
  float: right;
  width: 120px;
}
#options_bar #view_options span {
  display: block;
  float: left;
  margin-right: 7px;
}
#options_bar #view_options div {
  width: 25px;
  float: left;
}
#options_bar #view_options a {
  background: url(/images/search/sprite.png) no-repeat 0 0;
  display: block;
  text-indent: -9999em;
  height: 18px;
  width: 18px;
  float: left;
  margin: -3px 0 0 0;
  outline: 0;
}
#options_bar #view_options .listView a {
  background-position: 0 -27px;
}
#options_bar #view_options .listView a.active {
  background-position: 0 0;
}
#options_bar #view_options .galleryView a {
  background-position: -30px -27px;
}
#options_bar #view_options .galleryView a.active {
  background-position: -30px 0px;
}

/** User Search Results **/
#userResult {
  margin: 10px 3px;
  padding: 10px 0 5px 0;
  border-bottom: 1px dashed #eee;
  position: relative;
}

#userResult span.label {
  font-weight: bold;
}

#userResult #exactMatch {
  line-height: 1.5em;
  float: left;
  width: 250px;
}
#userResult #exactMatch .avatar {
  float: left;
  width: 62px;
}
#userResult #exactMatch .avatar img {
  height: 50px;
  width: 50px;
  padding: 1px;
  border: 1px solid #DDD;
}
#userResult #exactMatch .username {
  font-size: 13px;
}

#userResult #products {
  float: right;
}
#userResult #products .item {
  float: left;
  margin-left: 5px;
}
#userResult #products .item img {
  padding: 1px;
  border: 1px solid #DDD;
}

#userResult #usersMatch {
  padding: 2px 0 0 22px;
  background: url(/images/icon.user.png) no-repeat;
}

/** Search Body **/
#itemSearchBody #boothItemGridWrapper {
	margin-left:4px;
}
#boothItemGridWrapper .itemChatIcon {
  margin-right: 6px;
}

#itemSearchBody #mainItemSearchQueryContainer #innerQueryContainer {
	margin:0;
	padding-top:18px;
	padding-left:70px;
	color:#444444;
}

#itemSearchBody #mainItemSearchQueryContainer #innerQueryContainer .relatedContainer {
	margin-top:10px;
	margin-left:-50px;
}

#itemSearchBody #mainItemSearchQueryContainer #innerQueryContainer .relatedContainer a {
	font-weight:bold;
}

#itemSearchBody .searchCap {
	vertical-align: middle;
	}

#itemSearchBody .searchResultItem {
	float:left;
	padding-left:4px;
}
	
#itemSearchBody	.searchInnards 
{
	padding:0 10px 0 6px;
}

#itemSearchBody	.searchInnards .linkSelected {
	text-decoration:none;
	font-weight:bold;
}

#itemSearchBody	#searchSummaryContainer {
	padding: 5px 5px 3px 10px;
	color: green;
}

#itemSearchBody	#moreResults {
  text-align: center;
  margin: 20px 0;
  font-size: 14px;
  font-weight: bold;
}

#searchSummaryContainer #searchSummary {
	float:left;
	width:60%;
	margin:3px 0 0 0;
}

#searchSummaryContainer a:link, #searchSummary a:visited, #searchSummary a:hover, #searchSummary a:active {
	word-spacing: normal;
	text-decoration: underline;
	}

#searchBox {
	background-color: #d2d8d8;
	padding: 8px;
	margin-bottom: 12px;
	margin-left:8px;
	}

.bigSearchField {
	border: 1px solid #390;
	font-size: 16px;
	padding:3px;
	width:285px; 
}

.searchFieldSmall {
	diplay: inline;
	width: 30px;
	font-size: 14px;
	vertical-align: middle;
	}

.searchLabel {
	color: #555555;
	margin: 0 2px 0 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}

.searchLabelBigger {
	color: #555555;
	margin: 0 2px 0 10px;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#itemSearchBody .searchFind 
{
	width:170px;
}

.searchFind {
	text-align: center;
	vertical-align: center;
	background-color: #390;
	border: solid #390 1px;
	}
	
#buySearchBox .searchFind 
{
	margin-bottom:6px;
}
	
.searchFind a:link, .searchFind a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background: url("/images/btn_green20.gif") repeat-x top;
	}
.searchFind a:hover {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: url("/images/btn_green20.gif") repeat-x bottom;
	}
.searchFind a:active {
	color: #390;
	text-decoration: none;
	font-weight: bold;
	background: url("/images/btn_green20.gif") repeat-x bottom;
	}

#filterBox {
	padding: 0 0 0 10px;
	margin-bottom: 24px;
	}

.leftSideTitle { 
	height:20px;
	font-weight:bold;
	color:#777777;
	width:188px;
	padding:8px 0 0 8px;
	}

.leftSideBody { 
	width:198px;
	border-top:1px solid #CCCC99;
	border-left:1px solid #CCCC99;
	border-bottom:1px solid #CCCC99;
	border-right:1px solid #CCCC99;
	margin-bottom:15px;
}

.paginateWrapper {
	float: right;
	width: auto;
	margin-top:-2px;
	height:30px;
	}

.sortRow {
	clear: both;
	padding: 5px 0 3px 5px;
	border-bottom: solid #cc9 2px;
	margin-bottom: 8px;
	}

.sortColDescription {
	float: left;
	width: 220px;
	margin: 0 4px 0 72px;
	}

.sortColPrice {
	float: left;
	width: 50px;
	margin: 0 4px;
	}

.sortColDistance {
	float: left;
	width: 60px;
	margin: 0 4px;
	}

.sortColListedBy {
	float: left;
	width: 110px;
	margin: 0 4px;
	}

.sortLive {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	}

.resultsRow {
	clear: both;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	vertical-align: top;
	padding: 9px 0;
	margin-left: 20px;
	border-bottom: 1px solid #EEE;
}

.resultsColDescription {
	float: left;
	width: 265px;
	margin: 10px 5px 0 8px;
	}

.resultsTitle {
	color: #667680;
	display: block;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-bottom: 6px;
	}
.resultsTitle a {
	color: #667680;
	text-decoration: none;
	}
.resultsTitle a:hover {
	color: #9c6;
	text-decoration: none;
	}

.resultsColPrice {
	float: left;
	width: 60px;
	margin: 10px 5px 0 2px;
	}

.resultsColDistance {
	float: left;
	width: 70px;
	margin: 10px 4px 0 5px;
	}

.resultsColListedBy {
	float: left;
	width: 30px;
	margin: 10px 4px 0 4px;
	text-align:center;
	}
	
.resultsColBooth {
	float: left;
	width: 155px;
	margin: 10px 4px 0 4px;
	text-align:center;
}

.resultsPrice0 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #667680;
	}

.resultsPrice1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #390;
	}

.resultsPrice2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #c90;
	}

.resultsPrice3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #882068;
	}

#getItNowMap #filterBox {
	margin-bottom:0px;
}

#boothPreviewContainer #userSwatchWrapper {
	margin:0;
}

#boothPreviewContainer ul {
	float:left;
	margin:0 0 0 5px;
	padding:0;
}

#boothPreviewContainer li.avatar {
	float:left;
	margin-right:6px;
}

#itemSearchBody #selectPreferOnline {
	background:url(/images/chat_icon.png) no-repeat left;
	padding:5px 0 5px 19px;
	float:left;
	margin:-5px 8px 0 0;
}

#itemSearchBody #selectViewOptions {
	background:url(/images/search/view_options.png) no-repeat left;
	float:left;
	padding:5px 0 5px 25px;
	margin-top:-5px;
}

#itemSearchBody a#viewOptionsLink {
}

#itemSearchBody em.online_link_hint {
 width: 247px;
 height: 49px;
 position: absolute;
 top: -55px;
 left:-55px;
 text-align: center;
 text-indent: -9999px;
 z-index: 2;
 display: none;
 background: url(/images/search/online_status_hint.png) no-repeat;
}

#itemSearchBody #modalLinkContainer {
	background:#FFFFFF url(/images/booth/roboghost.jpg) no-repeat center;
	color:#000000;
	display:none;
	left:50%;
	margin-left:-270px;
	min-height:250px;
	padding:20px;
	position:fixed;
	top:15%;
	width:500px;
	z-index:3000;
	color:#666666;
}

/** Feature Items **/
#sidebar_left div.item_holder {
	position: relative;
	height: 75px;
	float: left;
	margin: 4px 0;
}

#sidebar_left div.close_up_item_popup {
	position:absolute;
	z-index:10;
	background:white;
	display:none;
	padding:2px;
	border:1px solid #ddd;
	color:gray;
	font-size:11px;	
}

.booth_swatch_container {
	border:1px solid #ddd;
	margin-bottom:10px;
}

.booth_swatch_container .user_pic {
	padding:0 5px;
}

.booth_swatch_container .introduction {
	padding:0 5px;
	width:180px;
}

.booth_swatch_container .introduction .boothLink {
	font-size:16px;
}

.booth_swatch_container .snippet_pictures img{
	height:80px;
	padding-left:3px;
}
