/* 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:765px; 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:90px; padding:2px 0; }


/* Link colors */
#listing_table tbody td a { display:block; width:500px; color:#A2A47B; }
#listing_table tbody td a:hover { color:#008C44; text-decoration:underline; }

/* Row colors */
#listing_table tbody td { color: #FFF; background:#EEEFDD; border-bottom:1px solid #08602D; 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; }



/* 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 */
