﻿/* ratings */
.rating_container {  
  display:block;
  clear:both;  
  height: 14px;
} 

.rating_container a {  
   float:left;  
   display:block;  
   width:15px;  
   height:14px;  
   border:0;  
   background-image:url("images/star.png");  
} 

.rating_container a.rating_off {  
   background-position:0 0;  
} 

.rating_container a.rating_on {  
   background-position:0 -28px;  
} 

.rating_container a.rating_half {  
   background-position:0 -14px;  
} 

.rating_container a.rating_selected {  
  background-position:0 -28px;  
} 

.error { color: Red; }
.help { color: Silver;}

.bform table.mealtype { width: 100%; }
.bform table.mealtype label { font-weight:bold; line-height:23px; clear:none; margin: 0px; text-align: left; width: auto; }
.bform table.mealtype td { width: 25%; padding: 0px; }

.c-text-rec { width:648px; margin:0px 10px 9px 10px}
.c-text-rec p {margin:9px 10px 9px 0;}

/* nasteptavac */
.autocomplete-w1 { background:url(shadow.png) no-repeat bottom right; position:absolute; top:4px; left:3px; /* IE6 fix: */ _background:none; _top:1px; }
.autocomplete-w2 { padding:0 6px 6px 0; }
.autocomplete { width:300px; border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE specific: */ _height:350px;  _margin:0px 6px 6px 0; overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }

.recipebox p { padding-bottom: 1px; }

#gallery.recipe img { float: left; }
#gallery.recipe li a img { padding:3px 3px; border:0;}
body.rec #gallery.recipe ul { float: right;position: static; }

.delete {float: right;color:#4d4d4f !important;font-size: 11px}
  .delete span {color:#cb3b93;}