* {
  padding: 0;
  margin: 0;
  border: 0; 
}

body {
  font-family: Arial;
  font-size: 12px;
  background-color: #d6d6d6;
  background-image: url(/images/design/background_page.png);
  background-repeat: repeat-x;
  color: #4C4C4C;
}

span.red {
  color: #b50f0f;
}

span.green-highlight, span.red-highlight {
  background-color: #D9FFD9;
  display: inline-block;
  margin: 3px 0;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  padding: 0 7px;
  border-radius: 8px; 
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
}

span.red-highlight {
  background-color: #ffd9d9;
}

span.program-info {
  display: none;
  margin: 3px 0 10px 23px;
}

label {
  font-weight: bold;
  color: #4c4c4c;
}

textarea {
  font-family: Arial;
  font-size: 11px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  padding: 3px 5px;
}

input[type="text"], input[type="password"], select {
  font-family: Arial;
  font-size: 11px;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  line-height: 23px;
  height: 23px;
  padding: 0 5px; 
}

select {
  padding: 0 0 0 5px;
}

a {
  outline: 0;
  color: #68A63B;
  text-decoration: none;
}

a#go-back {
  position: absolute;
  margin-top: -20px;
  margin-left: 510px;  
}

a.selected {
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

a.button {
  font-size: 10px;
  text-transform: uppercase;
  background-repeat: no-repeat;
  text-align: center;
  display: inline-block; 
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

a.button.grey {
  font-size: 12px;
  text-transform: none;
  color: #000;
}

a.button.bg8025 {
  width: 80px;
  height: 25px;
  line-height: 25px;
  background-image: url(/images/design/button_80_25.png);
}

a.button.bg7023 {
  width: 70px;
  height: 23px;
  line-height: 24px;
  background-image: url(/images/design/button_70_23.png);
}

a.button.bg14025 {
  width: 140px;
  height: 25px;
  line-height: 26px;
  background-image: url(/images/design/button_140_25.png);
}

a.button.bg12030 {
  width: 120px;
  height: 30px;
  line-height: 31px;
  background-image: url(/images/design/button_120_30.png);
}

a.button.bg14030 {
  width: 140px;
  height: 30px;
  line-height: 31px;
  background-image: url(/images/design/button_140_30.png);
}

a.skoly-vareni {
  font-size: 13px;
  position: absolute;
  margin: 170px 0 0 55px;
  font-weight: bold;
}
        
.red-color {
  color: #C00;
}

.green-color {
  color: #060;
}

.black-color {
  color: #000;
}
                 
/* Wrappers */
#wrapper-banners {
  width: 1055px;
  height: 100px;
  margin: 10px auto 13px auto;
}

#wrapper-banners .banner-745-100 {
  margin-right: 10px;
  width: 745px;
  height: 100px;
  overflow: hidden;
  float: left;
}

#wrapper-banners .banner-300-100 {
  width: 300px;
  height: 100px;
  overflow: hidden;
  float: left;
}

#wrapper-skyscraper {
  position: absolute;
  width: 980px;
  height: 1px;
}

#wrapper-skyscraper .banner-120-600 {
  position: relative;
  width: 120px;
  height: 600px;
  overflow: hidden;
  border: 1px solid #aaa;
  background-color: #ddd;
  left: 135px;
  top: 140px;
  float: right;
}

#home-banner {
  padding-top: 20px;
  text-align: right;
  clear: both;
  width: 643px;
}

#swf-banner {
  margin-top: 18px;
  clear: both;
  width: 632px;
  margin-left: 10px;
  border: 1px solid #d4d4d4;
}

#wrapper-page {
  width: 980px;
  margin: 30px auto 60px auto;
  background-color: #fff;
  box-shadow: 0 0 8px #888;
  -o-box-shadow: 0 0 8px #888;
  -moz-box-shadow: 0 0 8px #888;
  -webkit-box-shadow: 0 0 8px #888;
}

#wrapper-content {
  border: 1px solid #fff;
  background-image: url(/images/design/shader_978.png);
  background-repeat: repeat-y;
}

#wrapper-content > div#content {
  margin-left: 9px;
  padding-top: 10px;
  width: 645px;
  float: left;
}

#wrapper-content > div#sidebar {
  margin-right: 9px;
  width: 300px;
  float: right;
}

#wrapper-content > div.top {
  width: 978px;
  height: 20px;
  background-image: url(/images/design/shader_978_top.png);
  background-repeat: no-repeat;
  clear: both;
}

#wrapper-content > div.bot {
  width: 978px;
  height: 20px;
  background-image: url(/images/design/shader_978_bot.png);
  background-repeat: no-repeat;
  clear: both;
}

/* Cooker guy */
#cooker {
  width: 132px;
  height: 250px;
  margin-left: -88px;
  margin-top: 135px;
  background-image: url(/images/design/cooker.png);
  background-repeat: no-repeat;
  position: absolute; 
  z-index: 100;
}

/* Header */
#header {
  border: 1px solid #fff;
  width: 978px;
  height: 98px;
  background-image: url(/images/design/shader_978_98.png);
  background-repeat: no-repeat;
}

#header h1 {
  position: absolute;
  font-size: 15px;
  z-index: -1;
}

#header .logo {
  width: 176px;
  height: 36px;
  margin: 30px 0 0 28px;
  background-image: url(/images/design/header_logo.png);
  background-repeat: no-repeat;
  float: left;
}

#header .logo a {
  display: block;
  width: 176px;
  height: 36px;
  text-indent: -9999px;
}

#header .navigation {
  width: 700px;
  height: 44px;
  float: right;
  text-align: right;
  padding: 16px 10px 0 0;
  font-size: 11px;
  font-weight: bold;
}

#header .navigation a {
  color: #4c4c4c;
  background-image: url(/images/design/separator_vertical.png);
  background-repeat: repeat-y;
  background-position: right;
  padding: 0 8px;
  display: inline-block;
  height: 17px;
  line-height: 17px;
}

#header .navigation a:last-child { /* tmp */
  background-image: none;
}

#header .navigation a.red {
  color: #b50f0f;
}

#header .navigation a.en {
  padding-right: 23px;
  background-image: url(/images/design/flag_en.png);
  background-repeat: no-repeat;
}

#header .navigation a:hover {
  color: #d00;
}

#header .search {
  width: 350px;
  clear: right;
  float: right;  
  text-align: right;
  padding-right: 10px;
}

#header .search input {
  background-image: url(/images/design/icon_search.png);
  background-repeat: no-repeat;
  background-position: 230px 3px;
  padding-right: 25px;
  margin-right: 7px;
  position: relative;
  line-height: 21px;
  height: 21px;
  top: -1px;
  width: 220px;
}

/* search suggest */
.suggest {
  background-color:#fff;
  border:1px solid #e2e2e2;
  position:absolute;
  display: none;
  overflow: hidden;
}

.suggest li {
  padding: 0 5px;
  text-align: left;
  font-size:11px;
  cursor:pointer;
  line-height: 16px;
  white-space: nowrap;
  position: relative;
}

.suggest li span {
  position: absolute;
  right: 5px;
  font-size:10px;
}

.suggest li.hover {
  background-color: #fff0f0;
}

.suggest li.selected {
  background-color: #f3d5d5;
}

/* lightbox */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* google maps */
#map {
  height: 500px;
  margin-bottom: 0px;
}

#map-info {
  padding: 3px 15px;
  font-weight: bold;
  font-size: 11px;
  color: #a71212;
  position: relative;
  top: -25px;
  text-align: right;  
}

#map-sidebar {
  border: 1px solid #d4d4d4;
  height: 298px;
  width: 298px;
  visibility: hidden;  
}

#map-form {
  border: 1px solid #d4d4d4;
  height: 260px;
  width: 280px;
  position: absolute;
  margin-left: 320px;
  visibility: hidden;
}

.map-sidebar-expander {
  font-size: 10px;
  margin-bottom: 15px;
  visibility: hidden;
}

.map-sidebar-expander a {
  display: inline-block;
  border: 1px solid #d4d4d4;
  border-top: 0;
  background-color: #f4f4f4;
  text-decoration: none;
  color: #000;
  line-height: 16px;
  padding: 2px 8px 2px; 
  margin-left: 10px;
  position: relative;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -o-border-bottom-right-radius: 6px;
  -o-border-bottom-left-radius: 6px;
}

.map-sidebar-expander a:hover {
  background-color: #eee;
}

#dynamic-not-found, #dynamic-results, #dynamic-suggested, #dynamic-suggested-title {
  display: none;
}

div.goog-iw {
  line-height: 18px;
}

div.goog-iw h3 {
  font-size: 15px;
  font-weight: bold;  
}

div.goog-iw a {
  display: block;
  margin-top: 5px;
  font-size: 11px;    
}

/* locator */
#locator, #locator-slim {
  background-color: #4c545a;
  background-image: url(/images/design/background_locator.png);
  background-repeat: repeat-x;
  height: 100px;
  border-top: 1px solid #2b3033; 
  border-bottom: 1px solid #2b3033;
}

#locator span, #locator-slim span {
  margin-top: 10px;
  height: 80px;
  border-left: 5px solid #b40e0e;
  display: block;
  padding: 0 0 0 15px;
  font-size: 12px;
  color: #cfcfcf;
  width: 510px;
  float: left;
}

#locator span strong, #locator-slim span strong {
  margin: 2px 0 11px 0;
  font-size: 14px;
  color: #fff;
  display: block;
}

#locator img, #locator-slim img {
  width: 413px;
  height: 100px;
  float: right;
}

#locator-slim {
  height: 30px;
}

#locator-slim span {
  height: 20px;
  line-height: 20px;
  font-weight: bold;
  font-size: 14px;
  margin-top: 5px;
  color: #fff;
}

#locator-slim img {
  height: 30px;
}

/* Footer */
#footer {
  width: 980px;
  height: 163px; 
  background-image: url(/images/design/background_footer.png);
  background-repeat: repeat-x;
  font-size: 11px;
}

#footer .links {
  border-top: 1px solid #bbb;
}

#footer .links ul {
  padding: 2px 35px 0 37px;
  margin-top: 10px;
  float: left;
  list-style-type: none;
  height: 50px;
  background-image: url(/images/design/separator_vertical2.png);
  background-repeat: repeat-y;
  background-position: right;
}

#footer .links ul li {
  line-height: 16px;
}

#footer .links ul li a {
  color: #000;
}

#footer .links ul li a:hover {
  color: #d00;
}

#footer .links ul li.b {
  font-weight: bold;
}

#footer .links ul:last-child {
  background-image: none;
}

#footer .links ul.contact {
  padding-right: 0;
}

#footer .partners {
  height: 70px;
  padding: 15px 45px 0px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

#footer .partners a img {
  height: 70px;
}

#footer .partners span {
  position: absolute; 
  font-size: 10px; 
  margin: -5px 0px 0px -30px;
  /*color: #fff; 
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.2) 0px -1px -1px;*/
}

#footer .partners a {
  display: inline-block;
  width: 125px;
  height: 70px;
  margin-right: 55px;
  text-align: center;
  vertical-align: middle; 
}

#footer .partners a:last-child {
  background-image: none;
}

/* Sidebar */
#sidebar > div.box {
  border: 1px solid #d4d4d4;
  width: 298px;
  margin-bottom: 15px;
  background-image: url(/images/design/shader_298.png);
  background-repeat: repeat-y;
}

#sidebar > div.box > div.top {
  width: 298px;
  height: 11px;
  background-image: url(/images/design/shader_298_top.png);
  background-repeat: no-repeat;
}

#sidebar > div.box > div.bot {
  width: 298px;
  height: 11px;
  background-image: url(/images/design/shader_298_bot.png);
  background-repeat: no-repeat;
}

#sidebar > .banner-300-300 {
  width: 298px;
  height: 298px;
  border: 1px solid #d4d4d4;
  overflow: hidden;
  margin-bottom: 15px; 
}

#sidebar > ul.management-control {
  list-style-type: square;
  margin-top: -5px;
  margin-left: 30px;
  height: 48px;
}

#sidebar > ul.management-control li a, a#go-back {
  color: #B50F0F;
  font-weight: bold;
  line-height: 18px;
  font-size: 11px;
  text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
  -moz-text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
  -webkit-text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
  -o-text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 1px;
}

#sidebar > div.box.management img {
  margin: 5px 0 0 18px;
  border: 1px solid #d4d4d4;
  width: 250px;
  height: 156px;
  padding: 5px;
  -o-box-shadow: #999 0px 0px 3px;
  -moz-box-shadow: #999 0px 0px 3px;
  -webkit-box-shadow: #999 0px 0px 3px;
  box-shadow: #999 0px 0px 3px;
}

#sidebar > div.box.management strong {
  display: block;
  margin: 13px 0 10px 25px;
}

#sidebar > div.box.add-advert {
  text-align: center;
}

#sidebar > div.box.add-advert img {
  margin-top: 2px;
  margin-bottom: 5px;
}

#sidebar > div.box ul {
  list-style-type: none;
  padding: 4px 12px 9px 19px;
}

#sidebar > div.box ul li.subtitle {
  font-size: 12px;
  margin: 10px 0;
  padding-bottom: 10px;
  background-image: url(/images/design/separator_horizontal.png);
  background-repeat: repeat-x;
  background-position: bottom;
  font-weight: bold;
  color: #a71212;
}

#sidebar > div.box ul li.title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #a71212;
}

#sidebar > div.box ul li.linker {
  margin-top: 10px;
  text-align: right;
}

#sidebar > div.box ul li.linker a {
  background-image: url(/images/design/arrow_box.png);
  background-repeat: no-repeat;
  background-position: right;  
  padding-right: 12px;
  margin-right: 11px;
  text-align: right;
  font-size: 11px;
} 

#sidebar > div.box ul li a {
  font-size: 12px;
}

#sidebar > div.box ul.date-list li strong {
  display: inline-block;
  width: 78px;
  color: #4c4c4c;
  vertical-align: top;
}

#sidebar > div.box ul.date-list li a {
  width: 188px;
  display: inline-block
}

#sidebar > div.box ul.date-list li.row {
  margin-top: 11px;
  padding-bottom: 13px;
  background-image: url(/images/design/separator_horizontal.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

#sidebar > div.box ul.arrow-list li.row a {
  line-height: 20px;
  padding-left: 10px;
  background-image: url(/images/design/arrow.png);
  background-repeat: no-repeat;
  background-position: left;  
}

#sidebar > div.box ul.arrow-list li.linker {
  margin-top: 10px;
  padding-top: 12px;
  background-image: url(/images/design/separator_horizontal.png);
  background-repeat: repeat-x;
  background-position: top;
}

#sidebar > div.facebook {
  margin-bottom: 15px;
  width: 300px;
  height: 243px;
  overflow: hidden;
}

#sidebar > div.box form ul li {
  margin-bottom: 5px;
}

#sidebar > div.box form label {
  display: inline-block;
  width: 110px;
}

#sidebar > div.box form label.short {
  width: 70px;
}

#sidebar > div.box form label.long {
  width: 200px;
}

#sidebar > div.box form input[type="checkbox"] {
  margin: 0 3px 0 5px;
}

#sidebar > div.box form input[type="text"], #sidebar > div.box form select {
  width: 135px;
}

#sidebar > div.box form ul li a.button {
  margin-top: 5px;
  margin-left: 113px;
  font-size: 11px;
  color: #fff;
}

#sidebar > div.box form ul li a.button.short {
  margin-left: 74px;
}

/* Params */
#content > div.param-slider {
  margin-left: 15px; 
  padding-left: 15px; 
  line-height: 29px;   
  height: 29px;
  width: 610px; 
  color: #fff; 
  font-weight: bold; 
  font-size: 10px; 
  text-transform: uppercase;
  background-image: url(/images/design/shader_625_58.png);
  background-repeat: no-repeat; 
  background-position: top;
  position: relative;
  top: -18px;
  cursor: pointer;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#content > div.param-slider.lower {
  top: -7px;
}

#content > div.param-slider.rolled {
  background-position: bottom;
}

/* Content */
#content > div.box {
  border: 1px solid #d4d4d4;
  width: 643px;
  margin-bottom: 30px;
  background-image: url(/images/design/shader_643.png);
  background-repeat: repeat-y;
}

#content > div.box > div.top {
  width: 643px;
  height: 11px;
  background-image: url(/images/design/shader_643_top.png);
  background-repeat: no-repeat;
}

#content > div.box > div.bot {
  width: 643px;
  height: 11px;
  background-image: url(/images/design/shader_643_bot.png);
  background-repeat: no-repeat;
  clear: both;
}

#content > h1 {
  clear: both;
  padding-left: 10px;
  font-weight: normal;
  border-left: 5px solid #d1d1d1;
  font-size: 18px;
  height: 15px;
  line-height: 15px;
  color: #b50f0f;
  margin: 0 0 18px 10px;
}

#content > h1 a {
  color: #4c4c4c;
}

#content > h1 span.date {
  color: #68A63B;
  display: inline-block;
  font-size: 13px;
  position: relative;
  top: -1px;
  font-weight: bold;
  width: 85px;
}

#content > div.form-navigation {
  position: absolute;
  margin-left: 661px;
  top: 500px;
  border: 1px solid #fff;
  background-color: #f4f4f4;
  background-image: url(/images/design/shader_150.png);
  background-repeat: repeat-y;
  width: 150px;
  overflow: hidden;
  box-shadow: 0 0 8px #888;
  -o-box-shadow: 0 0 8px #888;
  -moz-box-shadow: 0 0 8px #888;
  -webkit-box-shadow: 0 0 8px #888;
}

#content > div.form-navigation > div.top {
  width: 150px;
  height: 11px;
  background-image: url(/images/design/shader_150_top.png);
  background-repeat: no-repeat;
  clear: both;
}

#content > div.form-navigation > div.bot {
  width: 150px;
  height: 11px;
  background-image: url(/images/design/shader_150_bot.png);
  background-repeat: no-repeat;
  clear: both;
}

#content > div.form-navigation ul {
  list-style-type: none;
  padding: 0 10px;
}

#content > div.form-navigation ul li.title {
  color: #A71212;
  font-size: 14px;
  margin-bottom: 7px;
  padding-bottom: 7px;
  background-image: url(/images/design/separator_horizontal.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

#content > div.form-navigation ul li a {
  font-size: 12px;
  padding-left: 10px;
  line-height: 18px;
  background-image: url(/images/design/arrow.png);
  background-repeat: no-repeat;
  background-position: left;
}

#content > div.tabs {
  margin-left: 10px;
  text-align: right;
}

#content > div.tabs a {
  color: #4c4c4c;
  display: inline-block;
  width: 152px;
  height: 35px;
  line-height: 35px;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  border-bottom: none;
  text-transform: uppercase;
  background-image: url(/images/design/shader_152_70.png);
  background-position: top;
  background-repeat: no-repeat;
  margin: 0 2px 0 3px;
}

#content > div.tabs a:first-child {
  margin-left: 0;
}

#content > div.tabs.size-90 a {
  width: 90px;
}

#content > div.tabs a:hover, #content > div.tabs a.selected {
  border-bottom: none;
  color: #fff;
  background-position: bottom;
}

#content > div.home {
  border-top: 5px solid #a21313;
  width: 643px;
  margin-bottom: 30px;
}

#content > div.home a {
  border: 1px solid #d4d4d4;
  border-top: none;
  padding-top: 25px;
  float: right;
  width: 150px; 
  height: 280px;
  margin-right: 8px; 
  background-repeat: no-repeat; 
  background-position: bottom;
  text-align: center;
  display: block;
  text-decoration: none;
}

#content > div.home span {
  color: #4c4c4c;
  font-size: 12px;
  display: block;
}

#content > div.home span.red {  
  color: #b40e0e;
  font-weight: bold;
  margin-bottom: 20px;
}
  
#content > div.home a.i1 {
  background-image:url(/images/design/hp_maps.jpg); 
}

#content > div.home a.i2 {
  background-image:url(/images/design/hp_type.jpg);
}

#content > div.home a.i3 {
  background-image:url(/images/design/hp_location.jpg);
}

#content > div.home a.i4 {
  background-image:url(/images/design/hp_params.jpg);
  margin-right: 0;
}

#content > div.box form {
  padding: 10px 15px;
}

#content > div.box form p {
  margin-bottom: 7px;  
}

#content > div.box form p:last-of-type {
  margin-bottom: 0;
}

#content > div.box form p.error, #content > div.box p.error {
  color: #B50F0F;
  line-height: 26px;
  padding: 0 0 20px 45px;
  margin: 0 0 0 15px;
  font-weight: bold;
  background-image: url(/images/design/warning.png);
  background-repeat: no-repeat;  
}

#content > div.box form p.info {
  color: #68a63b;
  line-height: 26px;
  padding: 0 0 5px 63px;
  font-weight: bold;  
}

#content > div.box form p.indent {
  padding-left: 64px;
}

#content > div.box form p.indent-100 {
  padding-left: 104px;
}

#content > div.box form p.indent-150 {
  padding-left: 154px;
}

#content > div.box form p.indent-170 {
  padding-left: 174px;
}

#content > div.box form p textarea.czech {
  background: #F3F3F3 url(http://www.restaurace.cz/images/layout/crumbs/txta-cesky.gif) no-repeat 5px 5px;
  width: 570px;
  height: 90px;
  padding-left: 30px;
}

#content > div.box form p textarea.english {
  background: #F3F3F3 url(http://www.restaurace.cz/images/layout/crumbs/txta-anglicky.gif) no-repeat 5px 5px;
  width: 570px;
  height: 90px;
  padding-left: 30px;
}

#content > div.box form p label {
  display: inline-block;
  margin-bottom: 5px;
}

#content > div.box form p label.top {
  vertical-align: top;
}

#content > div.box form p label.short {
  width: 60px;
}

#content > div.box form p label.medium {
  width: 100px;
}

#content > div.box form p label.long {
  width: 150px;
}

#content > div.box form p label.longer {
  width: 170px;
}

#content > div.box form p label.middle {
  vertical-align: middle;
}


#content > div.box form p input[type="text"], #content > div.box form p input[type="password"] {
  width: 200px;
  margin-right: 10px;
}

#content > div.box form p input[type="text"].size-30 {
  width: 30px;
}

#content > div.box form p input[type="text"].size-50 {
  width: 50px;
}

#content > div.box form p input[type="text"].size-75 {
  width: 75px;
}

#content > div.box form p input[type="checkbox"] {
  margin-right: 5px;
  position: relative;
  top: 2px;
}

#content > div.box form div.info-list {
  clear: both;
}

#content > div.box form ul.info-list {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 145px;
  float: left;
  list-style-type: none;
}

#content > div.box form ul.info-list li {
  line-height: 20px;
}

#content > div.box form ul.info-list li.title {
  color: #a21313;
}

#content > div.box form ul.info-list li input[type="text"] {
  width: 25px;
}

#content > div.box form ul.info-list li input[type="radio"] {
  margin-right: 10px;
}

#content > div.box form ul.open-time {
  padding-bottom: 30px;
  float: left;
  list-style-type: none;
}

#content > div.box form ul.open-time li input[type="text"] {
  width: 35px;
  margin: 0 5px 3px 5px;
}

#content > div.box form ul.open-time li label {
  width: 20px;
  display: inline-block; 
}

#content > div.box form ul.open-time li label:first-child {
  width: 70px;
}

#content > div.box form ul.inline {
  list-style-type: none;
}

#content > div.box form ul.inline li {
  display: inline-block;
  margin-right: 8px;
  width: 135px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 20px;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#content > div.box form ul.inline li label.light {
  font-weight: normal;  
}

#content > div.box form ul.inline li.title {
  display: block;
  color: #A21313;
  font-weight: bold;
  width: 200px;
  margin: 5px 0;
}

#content > div.box form p.right {
  clear: right;
  float: right;
}

#content > div.box form p.right label {
  display: block;
  width: 200px;

}

#content > div.box form p.right textarea {
  width: 250px;
  height: 60px;
}

#content > div.box.suggested {
  border: 1px solid #ffd9d9;
  box-shadow: 0 0 6px #aaa;
  -o-box-shadow: 0 0 6px #aaa;
  -moz-box-shadow: 0 0 6px #aaa;
  -webkit-box-shadow: 0 0 6px #aaa;
}

#content > div.box.categories {
  border-top: 5px solid #a21313;
}

#content > div.box.params {
  border: 1px solid #9D1111;
  position: relative;
  top: -20px;
  display: none;
  margin-bottom: 5px;
}

#content > div.box.params.lower {
  top: -9px;
}

#content > div.box h4, #content > div.box h2 {
  clear: both;
  font-size: 14px;
  font-weight: bold;
  color: #4c4c4c;
  padding-bottom: 10px;
  margin: 5px 25px 12px 25px;
  background-image: url(/images/design/separator_horizontal.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

#content > div.box h5 {
  font-size: 10px;
  font-weight: normal;
  background-image: url(/images/design/separator_horizontal.png);
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#content > div.box form h4 {
  margin: 5px 0 12px 0;
}

#content > div.box h4 a {
  color: #4c4c4c;
}

#content > div.box.categories .inner div {
  clear: both;
  display: block;
  text-align: right;
  padding: 45px 12px 8px 12px;
}

#content > div.box.categories .inner div a.button {
  margin-right: 7px;  
}

#content > div.box.categories .inner ul {
  float: left;
  list-style-type: none;
  width: 170px;
  padding: 15px 10px 10px 20px;
  background-image: url(/images/design/separator_vertical.png);
  background-repeat: repeat-y;
  background-position: right;
}

#content > div.box.categories .inner ul:last-of-type {
  background-image: none;
}

#content > div.box a.browse {
  cursor: pointer;
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  margin-top: 26px;
}

#content > div.box a.browse.disabled {
  visibility: hidden;
}

#content > div.box a.browse.left {
  background-image: url(/images/design/arrow_left.jpg);
  margin-left: 15px;
  float: left
}

#content > div.box a.browse.right {
  background-image: url(/images/design/arrow_right.jpg);
  margin-right: 15px;
  float: right;
}

#content > div.box .gallery {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 8px;
	width: 535px;
	height: 90px;
	display: inline-block;
}

#content > div.box .gallery .items {
  width: 20000em;
	position: absolute;
}

#content > div.box .gallery .items div {
	float:left;
}

#content > div.box .gallery .items div img {
  width: 120px;
  height: 75px;
  padding: 3px;
  margin-right: 6px;
  border: 1px solid #d4d4d4;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#content > div.box .inner ul li a {
  line-height: 20px;
  color: #333;  
}

#content > div.box .inner ul li label {
  line-height: 20px;
  font-weight: normal;
  color: #333;
  margin-left: 5px;
  cursor: pointer;  
}

#content > div.box .inner ul li a.small {
  font-size: 11px;
  color: #68A63B;
}

#content > div.box .inner ul.regions {
  padding: 0 15px 10px;
  background-image: none;
}

#content > div.box .inner ul.regions.nopadding {
  padding-bottom: 0;
}

#content > div.box .inner ul.regions.left {
  padding-right: 0;
  width: 300px;
  float: left;
  clear: both;
}

#content > div.box .inner ul.regions.right {
  padding-left: 0;
  width: 300px;
  float: right;
}

#content > div.box .inner ul.regions li {
  display: inline-block;
  margin-right: 3px;
}

#content > div.box .inner ul.regions li.title {  
  padding-bottom: 5px;
  margin-bottom: 5px;
  background-image: url(/images/design/separator_horizontal.png);
  background-repeat: repeat-x;
  background-position: bottom;
  display: block;
}

#content > div.box .inner ul.regions li.title a {
  color: #b50f0f;
  font-size: 13px;
  font-weight: bold;
}

#content > div.box .business-lunch {
  padding: 0 15px 5px 15px;
  clear: both;
  margin-top: 10px;  
}                       

#content > div.box .business-lunch span {
  font-style: italic;
}

#content > div.box .business-lunch img.left {
  border: none;
  float: left; 
  width: 139px; 
  height: 90px; 
  margin-right: 10px;  
}

#content > div.box .business-lunch img.indent {
  margin: 0 20px 0 30px;
}

#content > div.box .business-lunch img.right {
  border: none;
  float: right;
  width: 121px;
  height: 90px; 
  margin-left: 10px;
}

#content > div.box form textarea.post_text {
  display: block;
  margin: 10px 0;
  font-size: 12px;
  width: 600px;
  padding: 5px;
  height: 100px;
}

#content > div.box .post {
  margin-top: 2px;
  margin-bottom: 8px;
  position: relative;
}

#content > div.box .post.indent1, #content > div.box .post.indent2, #content > div.box .post.indent3,
#content > div.box .post.indent4, #content > div.box .post.indent5, #content > div.box .post.indent6 {
  padding-left: 15px;
  background-image: url(http://www.restaurace.cz/images/layout/crumbs/react.gif);
  background-repeat: no-repeat;
  background-position: 2px 7px;
}

#content > div.box .post.indent2 {
  padding-left: 30px;
  background-position: 17px 7px;
}

#content > div.box .post.indent3 {
  padding-left: 45px;
  background-position: 32px 7px;
}

#content > div.box .post.indent4 {
  padding-left: 60px;
  background-position: 47px 7px;
}

#content > div.box .post.indent5 {
  padding-left: 75px;
  background-position: 62px 7px;
}

#content > div.box .post.indent6 {
  padding-left: 90px;
  background-position: 77px 7px;
}

#content > div.box .post.blocked {
  -o-opacity: 0.4;
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
  opacity: 0.4;
  filter: alpha(opacity='40');
}

#content > div.box .post.blocked p:last-child {
  display: none;
}

#content > div.box .post:hover {
  background-color: #F8FFF3;
  position: relative;
  top: -3px;
  left: -3px;
  width: 613px;
  border: 1px solid #DFFFC9;
  padding: 2px;
  margin-bottom: 0;
  -o-box-shadow: #999 0px 0px 3px;
  -moz-box-shadow: #999 0px 0px 3px;
  -webkit-box-shadow: #999 0px 0px 3px;
  box-shadow: #999 0px 0px 3px;
  -o-opacity: 1.0;
  -moz-opacity: 1.0;
  -webkit-opacity: 1.0;
  opacity: 1.0;
}

#content > div.box .post.indent1:hover {
  width: 598px;
  padding-left: 17px;
  background-position: 4px 9px;
}

#content > div.box .post.indent2:hover {
  width: 583px;
  padding-left: 32px;
  background-position: 19px 9px;
}

#content > div.box .post.indent3:hover {
  width: 568px;
  padding-left: 47px;
  background-position: 34px 9px;
}

#content > div.box .post.indent4:hover {
  width: 553px;
  padding-left: 62px;
  background-position: 49px 9px;
}

#content > div.box .post.indent5:hover {
  width: 538px;
  padding-left: 77px;
  background-position: 64px 9px;
}

#content > div.box .post.indent6:hover {
  width: 523px;
  padding-left: 92px;
  background-position: 79px 9px;
}

#content > div.box .post:last-child:hover {
  margin-bottom: 2px;
}

#content > div.box a.post-react-cancel {
  margin-left: 10px;
  font-size: 11px;
}

#content > div.box .post span.controls {
  position: absolute; 
  right: 20px; 
  background-color: #ddd; 
  padding: 5px 7px 3px; 
  margin:-23px 0; 
  font-family: 'Lucida Console', Courier, Verdana, Arial;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-topleft: 6px;
  -o-border-top-right-radius: 6px;
  -o-border-top-left-radius: 6px; 
}

#content > div.box a.post-react, #content > div.box a.post-toggle {
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
}

#content > div.box .post p {
  padding: 0 10px;
}

#content > div.box .post p:last-child {
  padding-bottom: 10px;
}

#content > div.box .post p:last-child {
  margin-top: 4px;
}

#content > div.box .post p.header {
  background-color: #ddd;
  font-weight: bold;
  line-height: 26px;
  color: #000;
}

#content > div.box .post p.header span.right {
  float: right;
  line-height: 28px;
  font-family: 'Lucida Console', Courier, Verdana, Arial;
}

#content > div.box .news {
  clear: both;
  line-height: 17px;
  padding: 0 15px;
}

#content > div.box .news a.right-image {
  float: right;
}

#content > div.box .news img.right-image {
  border: 1px solid #D4D4D4;
  padding: 2px;
  -o-box-shadow: #999 0px 0px 3px;
  -moz-box-shadow: #999 0px 0px 3px;
  -webkit-box-shadow: #999 0px 0px 3px;
  box-shadow: #999 0px 0px 3px;
}

#content > div.box .news span.date {
  color: #68A63B;
  font-size: 10px;
  text-align: right;
  display: block;
}

#content > div.box .news ul.advert {
  list-style-type: square;
  margin-left: 20px;
  margin-bottom: 15px;
  line-height: 20px;
}

#content > div.box .news ul.detail {
  float: left;
  list-style-type: none;
  width: 380px;
  padding: 25px 0 5px 10px;
}

#content > div.box .news ul.info {
  width: 575px;
  list-style-type: none;
  padding: 25px 0 5px 10px;
}

#content > div.box .news ul.detail:last-of-type {
  background-image: none;
  width: 200px;
}

#content > div.box .news ul.info li {
  line-height: 20px;
}

#content > div.box .news ul.detail li {
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
}

#content > div.box .news ul.detail li.highlight {
  font-weight: bold;
  color: #B50F0F;
}

#content > div.box .news ul.info li strong {
  display: block;
  margin-top: 10px;
}

#content > div.box .news ul.info li span {
  display: inline-block;
  width: 400px;
}

#content > div.box .news ul.info li span.cross, #content > div.box .news ul.info li span.tick {
  margin: 2px 0;
  padding-left: 23px;
  line-height: 18px;
  font-weight: bold;
  background-repeat: no-repeat;
}

#content > div.box .news ul.info li span.tick {
  background-image: url(/images/icons/tick.png);
}

#content > div.box .news ul.info li span.cross {
  background-image: url(/images/icons/cross.png);
}

#content > div.box .news ul.detail li span {
  display: inline-block;
  width: 70px;
}

#content > div.box .news ul.detail li.title, #content > div.box .news ul.info li.title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background-image: url(/images/design/separator_horizontal.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

#content > div.box .news ul.detail li.above {
  margin-bottom: 10px;
}

#content > div.box .news ul.square {
  list-style: square;
  margin-left: 20px;
  margin-bottom: 20px;
}

#content > div.box .news ul.square li {
  padding: 5px 0;
}

#content > div.box .news ul.square li a:first-child {
  font-weight: bold;
  color: #6F6F6F;
}

#content > div.box .search-location {

}

#content > div.box .search-location form {
  padding: 0 15px 5px 15px;
}

#content > div.box .search-location input {
  width: 500px;
  margin: 7px 10px 0 0;
}

#content > div.box .search-location .results {
  border-top: 1px solid #e0e0e0; 
  display: none;
  margin-top: 10px; 
  padding-top: 10px; 
  padding-left: 15px;
  color: #B50F0F;
  font-weight: bold; 
}

#content > div.box div.search-result {
  clear: both;
  margin-bottom: 10px;
}

#content > div.box div.search-result .extended {
    float: left;
    margin-bottom: 10px;
}    

#content > div.box div.search-result .extended img {
  width: 120px;
  height: 75px;
  padding: 3px;
  margin-right: 15px;
  border: 1px solid #d4d4d4;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 0 2px #aaa;
  -o-box-shadow: 0 0 2px #aaa;
  -moz-box-shadow: 0 0 2px #aaa;
  -webkit-box-shadow: 0 0 2px #aaa;
}

#content > div.box div.search-result .item a.name {
  font-size: 14px;
  font-weight: bold;
  color: #BD0D0D;
  display: block;
  padding-top: 5px;
}

#content > div.box div.search-result .item p.subtitle {
  display: block;
  font-style: italic;
  font-size: 11px;
  line-height: 17px;
}

#content > div.box div.search-result .item span.rating {
  display: inline-block;
  position: relative;
  top: 3px;  
  width: 73px;
  height: 12px;
  background-image: url(/images/design/stars.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#content > div.box div.search-result .item span.rating.r-0 { background-position: 0px -120px; }
#content > div.box div.search-result .item span.rating.r-10 { background-position: 0px -108px; }
#content > div.box div.search-result .item span.rating.r-20 { background-position: 0px -96px; }
#content > div.box div.search-result .item span.rating.r-30 { background-position: 0px -84px; }
#content > div.box div.search-result .item span.rating.r-40 { background-position: 0px -72px; }
#content > div.box div.search-result .item span.rating.r-50 { background-position: 0px -60px; }
#content > div.box div.search-result .item span.rating.r-60 { background-position: 0px -48px; }
#content > div.box div.search-result .item span.rating.r-70 { background-position: 0px -36px; }
#content > div.box div.search-result .item span.rating.r-80 { background-position: 0px -24px; }
#content > div.box div.search-result .item span.rating.r-90 { background-position: 0px -12px; }
#content > div.box div.search-result .item span.rating.r-100 { background-position: 0px 0px; }

#content > div.box div.search-listing {
  clear: both;
  padding-top: 10px;
  text-align: center;
}

#content > div.box div.search-listing a.plain {
  margin: 0 5px;
}

#content > div.box div.search-listing a.box, #content > div.box div.search-listing span, #content > div.box div.search-more a, #content > div.box div.view-more a, #sidebar > div.box a.box, #content > div.box .select .field {
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-weight: bold;
  margin: 0 2px;
  text-align: center;
  line-height: 27px;
  width: 27px;
  height: 27px;
  display: inline-block;
  border: 1px solid #ccc;
  white-space: nowrap;
  background-color: #F6F6F6;
  background: #F6F6F6 -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#EFEFEF));
  outline: 0px;
  text-decoration: none;
}

#sidebar > div.box a.box {
  color: #B40E0E;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  width: 21px;
  height: 21px;
  line-height: 21px;
  margin-left: 10px;
}

#content > div.box div.search-listing a.box:hover, #content > div.box div.search-more a.box:hover, #content > div.box div.view-more a.box:hover, #sidebar > div.box a.box:hover, #content > div.box .select .field:hover {
  background-color: #F3F3F3;
  background: #F3F3F3 -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#EBEBEB));
  border-color: #999;
  -o-box-shadow: #999 0px 0px 3px;
  -moz-box-shadow: #999 0px 0px 3px;
  -webkit-box-shadow: #999 0px 0px 3px;
  box-shadow: #999 0px 0px 3px;  
}

#content > div.box div.search-more, #content > div.box div.view-more {
  text-align: center;
  padding-top: 10px;
}

#content > div.box div.search-more {
  margin-top: 15px;
  background-image: url(/images/design/separator_horizontal.png);
  background-repeat: repeat-x;
  background-position: top;
}

#content > div.box div.search-more a.box, #content > div.box div.view-more a.box {
  width: 611px;
  margin: 0;
  height: 35px;
  line-height: 35px;
}

#content > div.box div.search-listing span {
  color: #000;
  background: #ddd;
  -o-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#content > div.box div.search-listing span.dot {
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 1px;
  width: 8px;
  height: 8px;
  line-height: 16px;
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #F6F6F6;
  background: #F6F6F6 -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#EFEFEF));
}

#content > div.box .select {
  margin-bottom: 5px;
  position: relative;
}

#content > div.box .select input[type="text"] {
  margin: 0 10px;
  width: 335px;
}

#content > div.box .select .label {
  display: inline-block;
  width: 140px;
  text-align: right;
  font-weight: bold;
}

#content > div.box .select .field {
  display: inline-block; 
  text-align: left;
  padding: 0 10px;  
  margin: 0 10px;
  font-weight: normal;
  font-size: 11px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 21px;
  height: 21px;
  width: 325px;
  position: relative;
  z-index: 3;  
}

#content > div.box .select .field > span {
  overflow: hidden; 
  width: 305px; 
  display: inline-block; 
  line-height: 15px; 
  white-space: nowrap; 
  vertical-align: middle
}

#content > div.box .select .opener {
  background-image: url(/images/design/arrow_select.gif);
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 475px;
  top: 4px;
  z-index: 4;
  cursor: pointer;
}

#content > div.box .select .opened {
  -o-box-shadow: #999 0px 0px 3px;
  -moz-box-shadow: #999 0px 0px 3px;
  -webkit-box-shadow: #999 0px 0px 3px;
  box-shadow: #999 0px 0px 3px;
  background-color: #fff;
  border: 1px solid #999;
  left: 105px;
  position: absolute;
  top: 26px;
  width: 710px;
  z-index: 6;
  display: none;
}

#content > div.box .select .opened > div {
  font-size: 11px;
  font-weight: bold;
  margin: 10px 10px 0;
  text-align: right;
  background-image: url(/images/design/separator_horizontal.png);
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 0 10px 7px 0;
}

#content > div.box .select .opened > div a {
  margin: 0 5px;
}

#content > div.box .select .opened > div a:last-child {
  color: #B50F0F;
}

#content > div.box .select .opened ul {
  list-style-type: none;
  margin: 7px 0 4px 12px;
}

#content > div.box .select .opened ul li {
  display: inline-block;
  line-height: 20px;
  margin-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  width: 160px;
}

#content > div.box .select .opened ul li.title {
  color: #a71212;
  font-weight: bold;
  font-size: 11px;
  display: block;
  width: 200px;
}

#content > div.box .select .opened ul li label {
  font-weight: normal;
}

#content > div.box .select .opened ul li input {
  position: relative; 
  top: 2px; 
  margin-right: 5px;
}

#content > div.box #cuisine .opened, #content > div.box #company .opened {
  width: 520px;
}

#content > div.box #cuisine .opened ul li, #content > div.box #company .opened ul li {
  width: 110px;
}

#content > div.box #company-info .opened ul.info-list {
  width: 100px;
}

#options-background-closer {
  width:100%; 
  position:absolute; 
  top:0; 
  left:0; 
  background: none;
  z-index: 5;
}

#content .suggested-restaurant {
  float: left;
  width: 188px;
  height: 128px;
  padding: 20px 10px;
  margin-right: 7px;
  margin-bottom: 10px;
  border: 1px solid #d4d4d4;
  background-image: url(/images/design/shader_208_168.png);
  background-repeat: no-repeat;
}

#content .suggested-restaurant.nomargin {
  margin-right: 0;
}

#content .suggested-restaurant.spacer {
  margin-bottom: 30px;
}

#content .suggested-restaurant.cleaner {
  clear: both;
}

#content .suggested-restaurant a, #content .suggested-restaurant span {
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

#content .suggested-restaurant a {
  font-weight: bold;  
}

#content .suggested-restaurant img {
  display: block;
  border: 1px solid #c4c4c4;
  width: 158px;
  height: 78px;
  margin: 10px 0 10px 14px;
}

#content .suggested-restaurant span {
  font-size: 11px;
  color: #4c4c4c;
}

/* Rating */
#content > div.box div.rating {
  background-color: #dcdcdc;
  width: 160px;
  height: 32px;
  position: relative;  
  left: 20px;
}

#content > div.box div.rating span {
  position: absolute;
  left: 200px;
  font-size: 13px;
  line-height: 32px;
  white-space: nowrap;
  display: inline-block;
  width: 380px;
  text-align: right;
}
  
#content > div.box div.rating .current-container {
  position: absolute;
  width: 160px;
  height: 32px;
  overflow: hidden;
}

#content > div.box div.rating .current {
  position: absolute;
  width: 160px;
  height: 32px;
  left: -160px;
  background-color: #FFCC1C;  
}

#content > div.box div.rating .current.r-0 { left: -160px; }
#content > div.box div.rating .current.r-10 { left: -144px; }
#content > div.box div.rating .current.r-20 { left: -128px; }
#content > div.box div.rating .current.r-30 { left: -112px; }
#content > div.box div.rating .current.r-40 { left: -96px; } 
#content > div.box div.rating .current.r-50 { left: -80px; } 
#content > div.box div.rating .current.r-60 { left: -64px; } 
#content > div.box div.rating .current.r-70 { left: -48px; } 
#content > div.box div.rating .current.r-80 { left: -32px; } 
#content > div.box div.rating .current.r-90 { left: -16px; } 
#content > div.box div.rating .current.r-100 { left: 0; }    

#content > div.box div.rating a {
  position: absolute;
  text-indent: -9000px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  background-image: url(/images/design/star-big.png);
  background-repeat: no-repeat;
  background-position: right;
  filter : progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/design/star-big.png', sizingMethod='crop');
}

#content > div.box div.rating a.one {
  z-index: 10;
  color: #ce0e00;
}

#content > div.box div.rating a.two {
  z-index: 9;
  padding-left: 32px;
  color: #a53600;  
}

#content > div.box div.rating a.three {
  z-index: 8;
  padding-left: 64px;
  color: #6e6e00;  
}

#content > div.box div.rating a.four {
  z-index: 7;
  padding-left: 96px;
  color: #39a300;
}

#content > div.box div.rating a.five {
  z-index: 6;
  padding-left: 128px;
  color: #0ece00;
}

#content > div.box div.rating a:hover {
  background-color: #FF9231;
}

#content > div.box div.rating a.one:hover {
  text-indent: 175px;
}

#content > div.box div.rating a.two:hover {
  text-indent: 143px;
}

#content > div.box div.rating a.three:hover {
  text-indent: 111px;
}

#content > div.box div.rating a.four:hover {
  text-indent: 79px;
}

#content > div.box div.rating a.five:hover {
  text-indent: 47px;
}

#content > div.box div.rating.block a:hover {
  cursor: default;
  background-color: transparent;
  text-indent: -9000px;
}

div.chefparade {
  height: 100px;
  overflow: hidden;
}

/* Table settings */
table.chefparade {
  border-collapse:collapse;
  width: 602px;
  margin-left: 5px;
}

table.chefparade tr.hidden {
  display: none;
}                         

table.chefparade td.title {
  width: 440px;
  font-weight: bold;
  padding-top: 5px;
}

table.chefparade td.time {
  font-size: 10px;
  font-weight: bold;
  padding-top: 5px;
  text-align: right;
}

table.chefparade td.info {
  padding: 3px 0 5px;
  border-bottom: 1px solid #eee;
}

table.advert {
  border-collapse:collapse;
  margin-bottom: 10px;
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
}

table.advert tr td:first-child {
  border-left: 2px solid #888;
  border-right: 2px solid #888;
}

table.advert td {
  padding: 2px 5px 0 5px;
  border: 1px solid #999;
}

table.advert td.ac {
  text-align: center;
}

table.advert td.ar {
  text-align: right;
}

table.advert td.b {
  font-weight: bold;
}

table.advert td.bt {
  border-top: 2px solid #888;
}

table.advert td.bl {
  border-left: 2px solid #888;
}

table.advert td.bg {
  background-color: #eee;
}

table.advert td.c420 {
  width: 420px;
}

table.advert td.c50 {
  width: 50px;
}

table.advert td.c60 {
  width: 60px;
}

table.advert td.c80 {
  width: 80px;
}

table.advert td.c168 {
  width: 168px;
}

table.advert tr td.bn {
  border: none; 
}

table.advert tr.bb {
  border: 2px solid #888;
}

table.advert tr.bt {
  border-top: 2px solid #888;
}

table.advert tr.odd {
  background-color: #eee;
}                 