/* oferte speciale */

.offers { clear: both; margin: 0; padding: 0; }

.city { clear: both; margin: 0 0 5px 0; padding: 10px 0 5px 0; border-bottom: 1px solid #696969;
background: #252625; text-align: center; font-weight: bold; font-size: 13px; color: #fff; }
.city span { font-weight: bold; font-size: 18px; color: #d90000; }

	/* ul */
	ul.ul { display: block; width: auto; margin: 0; padding: 0; }
	
	/* list items */
	li.li {
		position: relative; float: left; clear: both; width: 100%; height: 100%; margin: 0; padding: 2px 0; border-bottom: 1px solid #252625; list-style: none;
	}
	li.li div { position: relative; float: left; margin: 0; padding: 0 0 0 2px; }
	li.li div.pic { width: 215px; }
	li.li div.pic img { width: 205px; border: 2px solid #d90000; }
	li.li div.descript { color: #fff; }
	
	/* descript divs */
	div.l { clear: both; float: left; width: 105px; height: 25px; }
	div.r { float: left; width: 375px; height: 25px; }
	div.r em { font-style: normal; text-decoration: line-through; color: #d90000; }
	div.r big { }
	
	/* city tip */
	div.tip { clear: both; width: 480px; font-size: 11px; color: #696969; }
	div.tip a { text-decoration: underline; color: #696969; }
	div.tip a:hover { text-decoration: none; color: #fff; }
	