html, body {
	width: 100%;
	height: 100%;

	margin: 0px;
	padding: 0px;

	background-color: #ffffff;
	background-image: url('../images/bg.jpg');
	color: #290e02;

	font-family: Times New Roman;
	font-size: 1em;
}

table, td {
	border-collapse: collapse;
	border-spacing: 0px;
}

form {
	margin: 0;
	padding: 0;
}

a {
	color: #ffffff;
}
a:hover {
	color: #000000;
}

img {
	border: 0px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	color: #551c04;
}

h1 { font-size: 1.1em; }
h2 { font-size: 1em; }
h3 { font-size: 0.9em; }

div.error {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #c90000;
	color: #ffffff;
	border: 1px solid #ffffff;
}

div.success {
	padding: 5px;
	margin-bottom: 5px;
	background-color: #551c04;
	color: #ffce85;
}


div.clearing {
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

ul {
}

/* -------------------------------------------------------------------------------- */

div.page-wrapper {
	background-image: url('../images/page-wrapper.png');
	background-position: right top;
	background-repeat: no-repeat;
}

/* -------------------------------------------------------------------------------- */

table.page {
	width: 100%;
}
table.page td {
	padding: 0px;
}
table.page td.corner {
	width: 1%;
}
table.page td.content {
	width: 98%;
}

/* -------------------------------------------------------------------------------- */

table.logo-contacts {
}
table.logo-contacts td {
	padding: 0px;
}
table.logo-contacts td.phones {
	padding: 10px 70px 110px 0;
	white-space: nowrap;
	font-size: 1.8em;
	font-weight: bold;
	text-align: right;
}
table.logo-contacts td.logo {
	padding-top: 10px;
	text-align: center;
}
table.logo-contacts td.logo div {
	position: relative;
	z-index: 100;
}
table.logo-contacts td.address {
	padding: 10px 0 110px 70px;
	font-size: 1.2em;
	font-weight: bold;
	white-space: nowrap;
}

/* -------------------------------------------------------------------------------- */

.borders-shift-top {
	position: relative;
	margin-top: -105px;
}

table.borders {
	width: 100%;
}
table.borders td {
	padding: 0px;
}
table.borders td.center {
	width: 100%;
	background-image: url('../images/photos.jpg');
	background-position: 0 20px;
	background-repeat: repeat-x;
}
table.borders td.center table {
	width: 100%;
}
table.borders td.center table td.center-2 {
	width: 100%;
	background-image: url('../images/border-center-bg.png');
	background-position: 0 0;
	background-repeat: repeat-x;
}

/* -------------------------------------------------------------------------------- */

table.menu {
}
table.menu td.item {
	width: 134px;
	height: 60px;
	padding-bottom: 8px;
	background-image: url('../images/menu-item.png');
	background-repeat: no-repeat;
	text-align: center;
}
table.menu td.separator {
	width: 3px;
}
table.menu td a {
	display: block;
	color: #ffffff;
}
table.menu td a strong {
	font-weight: normal;
}

/* -------------------------------------------------------------------------------- */

table.page-content {
	width: 100%;
}
table.page-content td {
	vertical-align: top;
}
table.page-content td.corner-left {
	width: 1%;
	padding: 15px;
	text-align: right;
}
table.page-content td.corner-right {
	width: 1%;
	padding: 15px;
}
table.page-content td.content-main {
	width: 98%;
	padding: 25px 0 0 0;
	font-size: 1.05em;
	line-height: 1.4em;
}

/* -------------------------------------------------------------------------------- */

div.page-header {
	padding-bottom: 15px;
}

table.data-images {
}
table.data-images td {
	padding: 10px;
}

/* -------------------------------------------------------------------------------- */

div.footer {
	text-align: center;
	padding-top: 20px;
}
div.footer div {
	padding-bottom: 10px;
}

/* -------------------------------------------------------------------------------- */

table.contacts {
}
table.contacts td {
	padding: 10px;
}
table.contacts td.title {
	text-align: right;
	white-space: nowrap;
}
table.contacts td.data {
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
}
table.contacts td.data ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
table.contacts td.map ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
table.contacts td.map ul li {
	padding-bottom: 10px;
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
}
table.contacts td.map ul li td {
	padding: 0px;
}

/* -------------------------------------------------------------------------------- */

div.actions-anonces {
	margin-top: 10px;
}
div.actions-anonces table {
}
div.actions-anonces table td {
	padding: 5px;
	color: #551c04;
	font-size: 1.1em;
	text-align: left;
	vertical-align: middle;
}

/* -------------------------------------------------------------------------------- */

table.facilities {
	width: 100%;
	margin-top: 20px;
}
table.facilities th, table.facilities td {
	padding: 5px;
	border: 1px solid #551c04;
}
table.facilities th {
	background-color: #551c04;
	color: #ffffff;
}
table.facilities td.name {
	font-weight: bold;
}
table.facilities td.price {
	background-color: #b0814b;
}

/* -------------------------------------------------------------------------------- */

table.photos {
	width: 100%;
	margin-top: 10px;
}
table.photos td {
	width: 25%;
	padding: 5px;
	text-align: center;
}
table.photos td a img {
	border: 2px solid #ffffff;
}
table.photos td a:hover {
	text-decoration: none;
}
table.photos td a:hover img {
	border: 2px solid #551c04;
}

div.photos-return {
	padding: 10px 0 0 0;
}

/* -------------------------------------------------------------------------------- */

div.link-map-y {
	margin: 10px 0 5px 0;
}
div.link-map-y a {
	text-decoration: none;
	border-bottom: 1px dotted;
}

/* -------------------------------------------------------------------------------- */

table.comments {
	width: 100%;
	margin-top: 10px;
}
table.comments td {
	padding: 5px;
}
table.comments td.person {
	color: #551c04;
	font-weight: bold;
}
table.comments td.person span {
	color: #333333;
}
table.comments td.comment {
	background-color: #ffce85;
	border: 1px solid #551c04;
}

div.link-comment {
	margin: 10px 0 10px 0;
	padding: 10px;
	background-color: #551c04;
}
div.link-comment a {
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted;
}
div.link-comment a:hover {
	color: #ffce85;
}

div.add-comment {
	display: none;
	padding: 10px 0 10px 0;
}
div.add-comment ul {
	margin: 0;
	padding: 0;
	list-style-type: none !important;
}
div.add-comment ul li {
	margin: 0;
	padding: 0.2em;
}
div.add-comment ul li.comment {
	padding: 0.2em 0 0 0 !important;
}
div.add-comment ul li.submit {
	padding: 0.5em;
	text-align: center;
	background-color: #551c04;
}
div.add-comment ul li.submit input {
	width: auto;
}
div.add-comment input, div.add-comment select, div.add-comment textarea {
	width: 100%;
	background-color: #ffce85;
}

.error-input {
	background-color: #c90000 !important;
	color: #ffffff;
}

/* ---------- AnDor ---------------------------------------------------------------- */

.sapsan{
	font-size: 0.9em;
}
.sapsan table{
 width: 100%;
}


div.multilang{
	margin: 45px 0pt 0pt -45px;
	position: absolute;
	width: 100%;
	text-align: right;
	font-size: 0.8em;
}

div.multilang-img a, div.multilang-img a:visited  {
  text-decoration: none;
} 

/* -------------------------------------------------------------------------------- */
#restaurant_menu ul li a, #restaurant_menu ul li a:visited {display:block; text-decoration:none; color: #551c04;}
#restaurant_menu ul li a:hover{	
	color: #ffffff;
}
#restaurant_menu ul {
	font-size: 1.1em;
	padding: 0;
	margin:0;
	list-style-type: none; 
	width: 200px;	
}
#restaurant_menu ul li{
	padding: 10px 0;
}
#restaurant_menu .active a, #restaurant_menu .active a:visited{
	color: #ffffff;
}
table.restaurant_toc {
	width: 100%;
	margin-top: 20px;
}
table.restaurant_toc th {
	background-color: #551C04;
	color: #FFFFFF;
}

table.restaurant {
	width: 100%;
	margin-top: 20px;
	font-size: 1.2em;
	font-weight: 700;
}
table.restaurant th {
	font-size: 1.4em;;
}

table.restaurant th, table.restaurant td {
	text-align: center;
}
table.restaurant img {
	padding: 15px 5px;
}
table.restaurant p.ingredient {
	display: inline;
	margin: 0;
	font-style: italic;
	font-weight: 400;
}
table.restaurant p.wine {
	display: inline;
	margin: 0;
	font-size: 0.7em;
}

table.restaurant .col_left{
	padding-bottom: 20px;
	text-align: left;
}

table.restaurant .col_right{
	text-align: right;
}