/*-------- uvodni stranka - boxiky -----------*/



#uvod div								{ float: left;  margin-left: 5px; height: 205px; width: 147px;   }
#u1										{ background: url(../images/design/bg_1.jpg) no-repeat;  }
#u2										{ background: url(../images/design/bg_2.jpg) no-repeat;  }
#u3										{ background: url(../images/design/bg_3.jpg) no-repeat;  }
#u4										{ background: url(../images/design/bg_4.jpg) no-repeat;  }
#u5										{ background: url(../images/design/bg_5.jpg) no-repeat;  }
#u6										{ background: url(../images/design/bg_6.jpg) no-repeat;  }
#u7										{ background: url(../images/design/bg_7.jpg) no-repeat;  }
#u8										{ background: url(../images/design/bg_8.jpg) no-repeat;  }
#uvod div h2							{ padding: 0; margin: 0; color: #fff; font-size: 1.0em; }
#uvod div h2 a							{ padding: 172px 0 0 0; text-align: center; display: block;  color: #fff; }


/* -------- 2 produkty - FLOATOVANI------------*/
.deals, .deals2 			{ width: 611px; margin: 10px 0 0 0; clear: both; float: left; }

.deals .deals_space_l, .deals .deals_space_r
								{ float: left; width: 300px; background: url(../images/design/white_roh_leva.gif) left top no-repeat  white; border-bottom: 1px solid #C5C5C5; }
								.deals .deals_space_r { width: 296px; float: right;  }

.deals2 .deals_space_l, .deals2 .deals_space_r  
								{ float: left; width: 305px; width: 50%; background: url(../images/design/white_roh_leva.gif) left top no-repeat  white; border-bottom: 1px solid #C5C5C5; }
								.deals2 .deals_space_r { width: 304px; float: right; border-left: 1px solid #C5C5C5; }

.deals_space_l .image, .deals_space_r .image { float: left; width: 110px; height: 110px; min-height: 110px; margin: 0 5px 0 0; }
.deals_space_l img, .deals_space_r img  { display: block; }

.data 					{}
.data a 					{ height: 53px; display: block; font-weight: bold; padding: 5px 0 0 0; }
.data strong, .data .rpr, .data .save  		
							{ display: block; text-align: right; margin: 2px 5px 0 0; font-size: 1.2em; }
 							.data .rpr  { margin-top: 3px; font-size: .8em; font-style: normal; }
  							.data .save { margin-top: 0; font-size: .9em; color: red; font-weight: bold; }
							.data .save a  { display: inline; float: left; font-weight: normal; height: auto; padding: 0; }
