* {margin: 0; padding: 0; color: #c9bdad;}
.Clear {clear: both;}
/* Main */

audio::-internal-media-controls-download-button {
    display:none;
}

audio::-webkit-media-controls-enclosure {
    overflow:hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px); /* Adjust as needed */
}

body {
	background: url('../img/main-bg-2.png') no-repeat;
	/*background-position: center left; */
	background-position:center top;
	background-color: #241913;
	}
.MainWrap {
	width: 1000px;
	margin: 30px auto 0px auto;
	padding: 10px 70px 10px 70px;
	background: url("../img/wrap-bg.png");
	}

.Logo {
	width: 310px;
	height: 216px;
	background: url("../img/logo.png") no-repeat;
	position: absolute;
	top: 0px;
	}
	.Logo>a {
		line-height: 0px;
		height: 0px;
		display: block;
		height: 100%;
		width: 100%;
		overflow: hidden;
		position: relative;
		top: -10px; 
		}

.Navigation {
	float: right;
	height: 195px;
	width: 800px;
	overflow: hidden;
	/*border: 1px solid #000;*/
	}

.Languages {
	overflow: hidden;
	}
	.Languages>ul> {
		text-align: right;
		}
		.Languages>ul>li {
			list-style: none;
			padding: 5px;
			background: #423225;
			color: #fff;
			width: 32px;
			height: 32px;
			line-height: 31px;
			float: right;
			text-align: center;
			border-radius: 180px;
			margin: 0 5px;
			}
			/*.Languages>ul>li:hover {
				border: 1px solid #fff;
				padding: 4px;
				cursor: pointer;
				}*/

			.Languages ul li#active, .Languages ul li:hover {
				box-shadow: inset 2px 2px 3px #000;
				padding: 6px 4px 4px 6px;
			}

				.Languages ul li#active a {
					color: #a19156;
				}

			/*.Languages ul li#active:hover {
				padding: 6px 4px 4px 6px !important;
			}*/

			.Languages>ul>li>a {
				text-decoration: none;
				color: #fff;
				}
.Slogan {
	color: #6f574d;
	font-size: 16px;
	text-shadow: 3px 3px 5px #000;
	font-style: oblique;
	padding: 0 0 0 150px;
	}

.Search {
	overflow: hidden;
	}
	.Search input[type=text] {
		float: right;
		border: 1px solid #39302b;
		background: #1d140f;
		height: 25px;
		width: 190px;
		padding: 5px;
		border-radius: 10px;
		color: #aaa;
		}

.MainMenu {
	background: url('../img/MenuBg.png') 5px 0 no-repeat;
	width: 680px;
	height: 60px;
	margin: 20px 0 0 0;
	float: right;
	font-size: 22px;
	padding: 18px 0;
	}
	.MainMenu>ul, .FooterMenu>ul {
		overflow: hidden;
		text-align: center;
		margin: 0 10px 0 0;
		}
		.MainMenu>ul>li, .FooterMenu>ul>li {
			list-style: none;
			float: right;
			margin: 0 10px;
			}
			.MainMenu>ul>li>a {
				text-decoration: none;
				color: #a19156;
				}
				.MainMenu>ul>li>a:hover, .MainMenu>ul>li>a.MenuSelected {
					text-decoration: underline;
					color: #e2dbc1;
					}
/* Content */
.MainContent {
	margin: 20px 0;
	/*border: 1px solid #000;*/
	overflow: hidden;
	}

.ItemBlock {
	width: 235px;
	height: 390px;
	overflow: hidden;
	float: right;
	margin-left: 18px;
	margin-bottom: 18px;
	}

.ItemImg {
	height: 235px;
	overflow: hidden;
	border-bottom: 5px solid #e2cca5;
	}

.ItemDetails {
	background: url('../img/catalog-item-detail-bg.png');
	height: 130px;
	text-align: center;
	font-size: 16px;
	padding: 20px 0 0 0;
	font-style: oblique;
	}
	.ItemDetails>ul>li {
		margin: 0 0 10px 0;
		list-style: none;
		}
		.ItemDetails>ul>li>a {
			text-decoration: none;
			color: #dcba97;
			}
			.ItemDetails>ul>li>a:hover {
				color: #f5d6b6;
				}
/* Left menu */
.LeftMenu {
	width: 190px;
	background: url('../img/left-menu-bg.png');
	}
	.LeftMenu ul {
		padding: 20px;
		}
	.LeftMenu ul>li {
		list-style: none;
		margin: 10px 0 0 0;
		border-bottom: 2px dashed #483b32;
		padding: 0px 0 10px 10px;
		}
		.LeftMenu ul>li>a {
			text-decoration: none;
			color: #988b78;
			font-style: oblique;
			font-size: 18px;
			}
			.LeftMenu ul>li>a:hover {
				color: #c9bdad;
				}
.LeftMenuTitle {
	color: #9a8b76;
	font-weight: normal;
	padding-top: 20px;
	height: 45px;
	font-style: oblique;
	text-align: center;
	border-bottom: 2px dashed #483b32;
	background: url('../img/left-menu-category-bg.png');
	}

.LeftMenuBanner {
	width: 190px;
	height: 380px;
	border: 1px solid #000;
	margin: 20px 0 0 0;
	}
/* Catalog */
.Catalog {
	/*float: right;*/
	overflow: hidden;
	}
/* Footer */
.FooterMenu {
	height: 45px;
	border-top: 2px dashed #3c312b;
	border-bottom: 2px dashed #3c312b;
	text-align: center;
	margin: 15px 0;
	}
	.FooterMenu a {
		text-decoration: none;
		color: #a39055;
		}
		.FooterMenu a:hover {
			text-decoration: underline;
			color: #e2dbc1;
			}

.FooterMenu>ul {
	margin: 10px 285px 0 0;
	}

.CopyRights {
	text-align: center; 
	color: #897b6e; 
	font-style: oblique;
	margin: 10px 0 0 0;
	}
.CopyRights span {color: #a35b42;}

/* MAIN PAGE */
.MainPage {
	width: 1000px;
	margin: auto;
	overflow: hidden;
	}

.MainBlock {
	float: left;
	margin-left: 10px;
	width: 300px;
	/*height: 400px;*/
	padding: 10px;
	background: url('../img/left-menu-category-bg.png');
	}

.MainBlockImg {
	height: 200px;
	overflow: hidden;
	border: 2px solid #e2cca5;
}

.MainBlockShortText {
	color: #c9bdad;
	height: 136px;
	overflow: hidden;
	font-size: 17px;
	margin-bottom: 10px;
	}
.MainBlockDetails h2 {
	text-align: center;
	color: #9a8b76;
	font-style: oblique;
	margin: 5px 0;
	}
.ReadMore {
	font-style: oblique;
	color: #e2dbc1;
	}
	.ReadMore:hover {
		color: #eee;
		}

/* FORUM */
.ForumContent, .ContactsContent, .ForumTopicContent {
	min-height: 700px;
	background: url('../img/left-menu-category-bg.png');
	border-radius: 5px 0px 5px 5px;
	padding: 10px;
	}
	.ForumContent>h2, .ForumTopicContent h2, .ContactForm h2 {
		color: #9a8b76;
		text-align: center;
		border-bottom: 1px dashed #3c312b;
		margin: 0 0 10px 0;
		}
	.ForumContent img, {
		float: left;
		margin: 0 10px 0 0;
		border-radius: 3px;
 		}

.ForumContent ul>li {
	list-style: none;
	background: #e2cca5;
	margin-bottom: 5px;
	padding: 5px;
	border-radius: 3px;
	overflow: hidden;
	}
	.ForumContent ul>li:hover {
		border: 2px solid #241913;
		padding: 3px;
		}
		.ForumContent ul>li>a {
			text-decoration: none;
			color: #341407;
			font-size: 16px;
			font-weight: bold;
			display: block; 
			}
		.ForumContent ul>li>img {
			float: left;
			margin-right: 10px;
			}
	.ForumContent ul>li:nth-child(odd) {background: #bda884}

.TopicBody {
	border-radius: 3px;
	background: #372a21;
	padding: 25px;
	overflow: hidden;
	}

.TopicComments {
	border-radius: 3px;
	margin: 10px 0 0 0;
	padding: 10px;
	background: #855A25;
	}

.TopicComment {
	margin: 5px 0;
	border-bottom: 1px dashed #c9bdad;
	padding: 5px;
	}

.CommentText {
	padding-left: 10px; 
	}

#UserName {
	border: 1px solid #402D1F;
	height: 10px;
	width: 200px;
	border-radius: 3px;
	background: #e5ab64;
	color: #333;
	padding: 5px;
	}

.AddComment h2 {font-style: oblique;}

/* Contacts */
.ContactsContent h2 {
	margin: 10px 0 0 0;
	font-style: oblique;
	}
.ContactsContent>ul>li {
	list-style: none;
	}

.ContactsContent label {
	display: block;
	}

.ContactsContent input {
	border: 1px solid #402D1F;
	background: #e5ab64;
	border-radius: 3px;
	padding: 5px;
	width: 300px;
	margin: 5px 0;
	}

.Date {
	color: #998b78;
	font-style: oblique;
	}

#AddComment, .Emailtext {
	border: 1px solid #402D1F;
	border-radius: 3px;
	background: #e5ab64;
	color: #333;
	padding: 5px;
	width: 270px;
	min-height: 100px;
	}

.Emailtext {width: 300px}
.ContactBt {
	width: 100px;
	text-align: center;
	padding: 5px;
	border-radius: 3px;
	color: #251A14;
	border: 1px solid #251A14;
	}

.AddComment input[type="submit"] {
	width: 100px;
	text-align: center;
	padding: 5px;
	border-radius: 3px;
	color: #251A14;
	border: 1px solid #251A14;
	background-color: #e5ab64;
	}
	.AddComment input[type="submit"]:hover {cursor: pointer;}

.ContactForm {display: none; margin: auto;}

.ContactForm, .FormContact {
	border: 1px solid #251A14;
	border-radius: 3px;
	width: 400px;
	padding: 10px;
	background: #704815;
	box-shadow: 0 0 5px #444;
	}

.FormContact {width: 316px;}
	
	.ContactForm label, .FormContact label {
		display: block;
		font-style: oblique;
		}
	.ContactForm input, .ContactForm textarea, .FormContact input, .FormContact textarea {
		padding: 5px;
		border-radius: 3px;
		background: #e5ab64;
		color: #333;
		border: 1px solid #251A14;
		}
	.ContactForm textarea {
		width: 385px;
		min-height: 200px;
		}
	.FormContact textarea {
		width: 300px;
		}

.ContactForm input[type="submit"], 
	#DegustationRequest, 
	input#GetWine, 
	.Button,
	.FormContact input[type="submit"] {
	width: 100px;
	text-align: center;
	padding: 5px;
	border-radius: 3px;
	color: #251A14;
	border: 1px solid #251A14;
	cursor: pointer;
	background-color: #e5ab64;
	}
input.Button {background: #F0F0F0}

#DegustationRequest {margin: 10px 0}

audio {margin: 10px;}

.FotumContent>ul>li>img {
	float: left;
	margin-right: 10px;
	}

.ItemDetailsWrap {
	float: right;
	width: 760px;
	text-align: left;
	padding: 10px;
	background: url('../img/catalog-item-detail-bg.png');
	overflow: hidden;
	border-radius: 5px 0px 5px 5px;
	}
	.ItemDetailsWrap img {
		border-radius: 3px;
		box-shadow: inset 1px 1px 3px #000;
	}

.ItemDescription {
	float: right;
	width: 470px;
	font-size: 18px;
	background: #642B20;
	padding: 10px;
	border-radius: 5px;
	}

.Title {
	font-size: 20px;
	color: #261B15;
	font-style: oblique;
	font-weight: bold;
	}

.Maps {
	width: 630px;
	float: right;
	border-radius: 3px;
	/*overflow: hidden;*/
	}

#map-canvas {
        height: 100%;
        margin: 0px;
        padding: 0px
      }

.TrSearch>tr>td {
	padding: 10px;
	border: 1px solid #eee;
	}

.CommentCount {
	float: right;
	width: 150px;
	color: #848B76;
	}

.CatalogMsg {
	width: 600px;
	float: right;
	text-align: center;
}

#SearchInput {
	background: url('../img/search.png') 167px 5px no-repeat;
	background-color: #1d140f;
}

.Message {
	text-align: center;
	margin: 10px;
	padding: 15px;
	background: #c5ff60;
	border: 1px solid #7dc400;
	color: #66a100;
	border-radius: 5px;
}