/**
 * @package    modules
 * @subpackage recommendationtemplates
 * @author		 SVN: $Author: $
 * @version		 SVN: $Id: $
 */

form#search-recommendation div.form-row div.form-col { width: 200px !important; }
div.recommendation-teaser { float:left; position:relative; width: 250px; height: 102px; border-right:3px solid #fff; border-top:3px solid #fff; background-color: #fd7113; background-repeat: no-repeat; }

div.recommendation-teaser.last { border-right: none; }
div.recommendation-teaser span { position: absolute; margin: 0; padding: 3px 5px; }
div.recommendation-teaser span,
div.recommendation-teaser span a { background-color: #fd7113; color: #fff; font-size: 12px; font-weight: bold; }

div.form-row.top-bottom-border { border-top: 1px solid #00A5DB; border-bottom: 1px solid #00A5DB; }

div.content-box.info { border: 1px solid #00A5DB; background-color: #CAECF8; padding-top: 5px; }

#my-recommendations ul li img { float:left; margin-top: 2px; margin-right: 8px; }

.link-all { text-align:right; margin-right: 10px; }
.link-all a { font-size: 11px; }

#new-recommendations li,
#new-recommendations-in-my-area li span { line-height: 1.5em; }

#new-recommendations li { padding-bottom: 12px; }
#new-recommendations li img { float:left; margin-right: 8px; }
#new-recommendations li hr { border: none; border-top: 1px solid #CAECF8; margin: 1px 0; }
#new-recommendations li div.info { float:left; width: 297px; border: none; background-color: #fff; }


ul.recommendation-searchresult li { padding-bottom: 0px; padding-top: 8px; float:left; }
ul.recommendation-searchresult li img { margin-right: 8px; }
ul.recommendation-searchresult li div.info { float:left; }
ul.recommendation-searchresult li div.counts { float:right; text-align:right; }

#recommendations-all ul.recommendation-searchresult { float:left; }
#recommendations-all ul.recommendation-searchresult li { padding-bottom:10px; }
#recommendations-all ul.recommendation-searchresult li div { margin-left:57px; }
#recommendations-all ul.recommendation-searchresult li div.counts { margin-left:0px; }

