/* SEARCH RESULTS 
*******************************************************************************/
#search-results-wrapper { width:445px; }
   #search-results-wrapper h4 { margin:0; } 

/* TABLE SORTER 
*******************************************************************************/
/* For Rounded corners */
.listing_table_wrapper_bg { }
.listing_table_wrapper { width:445px; background:#000; padding:0; margin:0; }

/* tables */
#listing_table { margin:0; width: 100%; font:normal normal 13px verdana,arial,sans-serif; text-align: left; }

#listing_table thead tr th, 
#listing_table tfoot tr th { background:url(/assets/images/jquery-ui/f3f3f3_40x100_textures_01_flat_0.png) 0 0 repeat-x; background-color: #292929; font-size: 10pt; padding: 4px 20px 4px 4px; text-align:left; }

#listing_table thead tr .header { background-image: url(/assets/images/jq-tablesorter/bg.gif); background-repeat: no-repeat; background-position: center right; cursor: pointer; vertical-align: top; }

#listing_table tbody td img { width:63px; height:63px; vertical-align:top }

.title-column { width:262px; padding:26px 0; }
td.result-link-col { width:61px; padding:2px 0; }


/* Link colors */
#listing_table tbody td a { display:block; width:254px; color:#b4b4b4; }
#listing_table tbody td a:hover { color:#8dcb08; text-decoration:underline; }

/* Row colors */
#listing_table tbody td { color: #FFF; background:#000; border-bottom:1px solid #1c1c1c; vertical-align:top; }
   #listing_table tbody td:hover { }
#listing_table tbody tr.list-row-alt td { }
   #listing_table tbody tr.list-row-alt td:hover { }
   
#listing_table thead tr .headerSortUp { background-image: url(/assets/images/jq-tablesorter/asc.gif); }
#listing_table thead tr .headerSortDown { background-image: url(/assets/images/jq-tablesorter/desc.gif); }
#listing_table thead tr .headerSortDown,
#listing_table thead tr .headerSortUp { background-color: #C2CA8C; }

/* tablesorter Pager form */
#tablesorter-pager form input, #tablesorter-pager form select { border:1px solid #E1BE7E; margin:0 0 5px 0; color:#834C27; }


/* START A NEW SEARCH */
#recipe-full-search-bg #recipe-full-search { float:left; width:280px;}
#recipe-full-search-bg .recipe-rating-title { float:left; margin:25px 0 0 0; width:140px; font-weight:bold; text-align:right; }
#recipe-quick-search-form { margin:0; }
#recipe-quick-search-form .zia-form-elements { }
	#recipe-quick-search-form .zia-form-elements .zia-form-element-wrapper { float:left; }
		#recipe-quick-search-form .zia-form-elements .zia-form-element-wrapper label { display:none; }
		#recipe-quick-search-form .zia-form-elements .zia-form-element-wrapper input { padding:0 0 4px 0; width:150px; margin-top:-3px;}
		#recipe-quick-search-form .zia-form-elements .zia-form-element-wrapper select { width:92px; }
			#recipe-quick-search-form #zia-form-element-wrapper-recipe_quick_search_form-keyword { margin:2px 0 0 0; width:150px; }
			#recipe-quick-search-form #zia-form-element-wrapper-recipe_quick_search_form-category { margin:0 0 0 6px; width:92px; }
			#recipe-quick-search-form #zia-form-element-wrapper-recipe_quick_search_form-submit { }
   			#recipe-quick-search-form #zia-form-element-wrapper-recipe_quick_search_form-submit .button-quick-search { margin:14px 0 0 2px; width:20px; height:20px; background:url(/assets/images/icons/search_icon.gif) no-repeat left top; border:none; }

/* FEATURED RECIPE */
#featured-recipe.wrapper .featured-recipe-title { width:250px; font-size:13px; color:#000; }
#featured-recipe.wrapper img { margin:0 0 14px 0; }
#featured-recipe.wrapper a { width:250px !important; color:#8dcb08; }

/* RESULTS PAGINATION - moved to style.css */
