body {
	background-color: #FFF;
	background-image: url("../img/main_bg.png");
	background-repeat: repeat-x;
	margin: 0;
	padding: 0 25px;
	font-family: verdana, tahoma, arial, Sans-Serif;
	font-size: 11px;
	color: #333300;
	line-height: 18px;
	}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	}

.clear-bordered {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px solid #73A2CD;
	}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

label {	
	font-size: 9px;
	color: #31608A;
	}


label.error {
	color: #C00;
	}

img {
	border: 0;
	}

input {
	background-color: #B4CDE4;
	border: 1px solid #4D89BF;
	height: 14px;
	font-size: 10px;
	margin-bottom: 10px;
	color: #31608A;
	}

textarea {
	background-color: #B4CDE4;
	border: 1px solid #4D89BF;
	margin-bottom: 10px;
	color: #31608A;
	}

input.error, textarea.error, select.error {
	border: 1px solid #C00;
	background-color: #FCFECC;
	}

 select.text {
	border: 1px solid #4D89BF;
	background-color: #B4CDE4;
	}

h1 {
	line-height: 25px;
	font-size: 20px;
	}

h2 {
	font-size: 18px;
	line-height: 19px;
	}

h3 {
	font-size: 19px;
	line-height: 17px;
	margin-bottom: 0;
	padding-bottom: 0;
	}

a {
	color: #993366;
	outline: none;	
	}

a:hover {
	text-decoration: none;
	}

#header_ {
	width: 100%;
	height: 80px;
	/*background-color: #B4CDE4;*/
	/*background-image: url("../img/menu_bg.png");*/
	/*background-repeat: repeat-x;*/
	margin-bottom: 0;
	/*border-bottom: 2px solid #31608A;*/
	}

#logo {
	width: 250px;
	height: 50px;
	/*background-color: #31608A;*/
	line-height: 50px;
	text-align: center;
	}
	
#language {
	width: 159px;
	height: 48px;
	float: right;
	text-align: center;
	}

#language img {
	margin-top: 8px;
	}

/*ul#menu { 
	margin: 0;
	padding: 0;*/
	/*margin-top: 30px;*/
	/*list-style-type: none;
	height: 50px;
	margin-bottom: 30px;
	}*/


#menu {
			list-style-type: none;
			margin: 0;
			padding: 0;
			margin-bottom: 60px;
			margin-left: 15px;
			}

		#menu li {
			display: inline;
			float: left;
			background-image: url("../img/d_large.gif");
			background-repeat: no-repeat;
			height: 37px;
			line-height: 37px;
			margin-right: 2px;
			padding: 0;
			color: #31608A;
			}

		#menu li a {
			background-image: url("../img/d_small.gif");
			background-repeat: no-repeat;
			background-position: 100% 0;
			display: block;
			color: #333300;
			text-decoration: none;
			padding: 0 10px;
			}

		#menu li.selected, #menu li:hover {
			background-image: url("../img/d_large_selected.gif");
			}

		#menu li.selected a, #menu li:hover a {
			background-image: url("../img/d_small_selected.gif");
			}

#schedule {
	padding: 10px;
	margin-top: 45px;
	margin-bottom: 7px;
	width: 139px;
	height: 90px;
	float: right;
	background-color: #B4CDE4;
	border: 1px solid #73A2CD;
	}


#schedule h1 {
	margin-top: 0;
	margin-bottom: 5px;
	}

/*ul#menu li {
	background-color: #B4CDE4;*/
	/*background-image: url("../img/menu_arrow.png");
	background-repeat: no-repeat;
	background-position: 50% 100%;*/
	/*height: 1px;
	float: left;
	padding: 15px;
	padding-top: 12px;
	text-align: center;
	line-height: 1px;
	display: inline;
	}*/

/*ul#menu li.selected {
	background-image: url("../img/menu_arrow_selected.png");
	background-repeat: no-repeat;
	background-position: 50% 100%;
	border-bottom: 2px solid #31608A;
	}*/

/*ul#menu li.selected a {
	color: #FFF;
	}*/

/*ul#menu li a {
	color: #333300;
	height: 30px;
	text-decoration: none;
	text-align: center;
	}*/

#about img {
	float: left;
	margin-left: 20px;
	margin-right: 20px;
	}

#about p {
	float: left;
	width: 350px;
	margin-top: 0;
	}

#right {
	float: right;
	}

#pannel, #categories, #subcategories {
	margin-bottom: 10px;
	}

#pannel #user input.error {
	width: 138px;
	}

#pannel #user {
	background-color: #B4CDE4;
	border: 1px solid #73A2CD;
	width: 159px;
	height: 165px;
	padding: 0;
	overflow: hidden;
	}

#pannel #switcher {
	list-style-type: none;
	width: 159px;
	height: 30px;
	padding: 0;
	margin: 0;
	margin-left: 2px;
	}

#pannel #switcher li {
	cursor: pointer;
	width: 51px;
	height: 30px;
	float: left;
	line-height: 30px;
	background-color: #B4CDE4;
	border: 1px solid #73A2CD;
	border-top: 0;
	border-right: 0;
	}

#pannel #switcher li img {
	margin: 0;
	margin-top: 11px;
	margin-left: 17px;
	}

#pannel #switcher li.last {
	border-right: 1px solid #73A2CD;
	}

#pannel #user #login {
	padding: 10px;
	width: 155px;
	height: 195px;
	position: relative;
	top: 0;
	left: 0;
	}

#pannel #user #my-account, #pannel #user #admin-account {
	padding: 10px;
	width: 155px;
	position: relative;
	top: 0;
	left: 0;
	}

#pannel #user h1 {
	margin-top: 0;
	margin-bottom: 5px;
	}

#pannel #user input.text {
	width: 138px;
	}

#footer input.text {
	width: 180px;
	}

input.submit {
	background-image: url("../img/input_button.png");
	background-repeat: repeat-x;
	border: 1px solid #D9E6F1;
	border: 0;
	height: 19px;
	color: #31608A;
	font-weight: bold;
	font-size: 10px;
	float: right;
	margin-right: 15px;
	text-align: center;
	padding: 0;
	line-height: 19px;
	}

input.submit#comment_submit {
	margin-right: 277px;
	}

#pannel #user #recover {
	padding: 10px;
	width: 155px;
	height: 195px;
	position: relative;
	top: 0;
	left: 0;
	/*display: none;*/
	}
	
#pannel #user #register {
	padding: 10px;
	width: 155px;
	height: 195px;
	position: relative;
	top: 0;
	left: 0;
	/*display: none;*/
	}

#pannel #account_desc {
	width: 150px;
	height: 20px;
	display: block;
	text-align: center;
	background-color: #B4CDE4;
	margin-left: 5px;
	border: 1px solid #73A2CD;
	border-top: 0;
	}

.column {
	float: left;
	}

.column h1 {
	margin-bottom: 5px;
	margin-left: 20px;
	}

.column ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

.column ul li {
	margin-left: 30px;
	margin-bottom: 15px;
	width: 240px;
	}

.column ul li a {
	}

.column ul li span {
	margin-left: -5px;
	font-weight: bold;
	font-size: 9px;
	border-bottom: 1px dotted #333300;
	}

.column ul li p {
	margin-top: -3px;
	}

.column#news {
	width: 280px;
	}

.button {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	width: 97px;
	height: 20px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: bold;
	background-image: url("../img/main_button.png");
	background-repeat: no-repeat;
	text-decoration: none;
	line-height: 20px;
	margin-top: 10px;
	}

.column#products {
	width: 400px;
	}

.column#products h1 {
	margin-bottom: 10px;
	}

.column .product {
	margin-left: 35px;
	}

.product .img {
	float: left;
	border: 1px solid #4D89BF;
	margin-right: 10px; 
	}

.product .price {
	font-size: 18px;
	margin: 5px 0 10px 0;
	display: block;
	}

.product .star-rating {
	margin: 0;
	margin-top: -10px;
	padding: 0;
	}

.column .product .star-rating {
	margin-top: 0;
	}

/*.column .product .price {
	margin-top: 30px;
	}*/

.column#recipies ul li {
	margin-bottom: 3px;
	}

.column#recipies .star-rating {
	margin-top: -12px;
	padding: 0;
	}

#footer {
	width: 918px;
	background-color: #FFF;
	background-image: url("../img/footer_bg.png");
	background-repeat: repeat-x;
	padding: 20px;
	margin: 0;
	margin-top: 20px;
	}

#footer #footer_menu {
	width: 430px;
	float: left;
	margin-right: 10px;
	}

#footer #footer_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#footer #footer_menu ul li {
	float: left;
	margin-right: 15px;
	}

#footer #footer_menu ul li a:hover, #footer #footer_menu ul li a.selected {
	text-decoration: none;
	}

#footer a {
	color: #330000;
	}

#footer #newsletter {
	margin-right: 20px;
	width: 340px;
	float: left;
	}

#newsletter_loading, #register_loading, #login_loading, #recover_loading, #comment_loading {
	display: none;
	}

#footer h1 {
	margin-top: -5px;
	margin-bottom: 0;
	}

#footer form {
	width: 197px;
	}

#footer #rss {
	text-align: center;
	width: 100px;
	float: left;
	}
#content {
	float: left;
	width: 780px;
	}

#content #news {
	padding: 0;
	margin: 0;
	margin-left: 15px;
	margin-top: -10px;
	}


#content #news span {
	font-weight: bold;
	font-size: 9px;
	border-bottom: 1px dotted #333300;
	}

#content #news a {
	margin-left: 5px;
	}

#content #news p {
	margin-top: -3px;
	margin-left: 5px;
	}

#content ul.options li ul.star-rating {
	margin-top: -15px;
	}

#content ul.options li {
	float: left;
	padding: 5px 10px;
	background-color: #B4CDE4;
	border: 1px solid #73A2CD;
	height: 16px;
	border-right: none;
	}

#footer #newsletter input.error {
	width: 180px;
	}

#content ul.options li ul.star-rating li {
	float: none;
	padding: 0;
	border: 0;
	}

#content ul.options li.last {
	border-right: 1px solid #73A2CD;
	}

#content ul.comments {
	margin-left: 7px;
	}

#content ul.comments li {
	padding: 10px 0;
	border-bottom: 1px solid #73A2CD;
	}

#content ul.comments li span {
	font-weight: bold;
	font-size: 9px;
	border-bottom: 1px dotted #333300;	
	}

#content ul.comments li p {
	margin-top: 0;
	}

#categories, #subcategories {
	background-color: #B4CDE4;
	border: 1px solid #73A2CD;
	width: 139px;
	padding: 10px;
	}

#categories h1, #subcategories h1 {
	margin: 0;
	}

#categories ul, #my-account ul, #subcategories ul, #admin-account ul {
	margin-top: 10px;
	}

#categories ul li, #my-account ul li, #subcategories ul li, #admin-account ul li {
	margin: 5px 0;
	}

#categories ul li a, #my-account ul li a, #subcategories ul li a, #admin-account ul li a {
	display: block;
	border-left: 3px solid #73A2CD;
	color: #333300;
	text-decoration: none;
	padding-left: 5px;
	}

#categories ul li a.selected, #my-account ul li a.selected, #subcategories ul li a.selected, #categories ul li a:hover, #my-account ul li a:hover, #subcategories ul li a:hover, #admin-account ul li a.selected, #admin-account ul li a:hover {
	border-left: 3px solid #333300;
	}

#content table {
	border: 1px solid #73A2CD;
	border-left: 0;
	border-bottom: 0;
	}

#content table tr td {
	text-align: right;
	padding: 4px;
	border: 1px solid #73A2CD;
	border-right: 0;
	border-top: 0;
	}

#content table tr td.name {
	width: 250px;
	}

#content table thead tr td {
	text-align: center;
	font-weight: bold;
	}

#content table.admin tr td {
	text-align: center;
	}

#content .forms {
	width: 775px;
	border: 1px solid #73A2CD;
	padding: 5px 10px;
	}

#content .forms h3 {
	margin-top: 0;
	padding-top: 0;
	}

#content .forms .en, #content .forms .fr, #content .forms .de {
	float: left;
	width: 240px;
	padding-left: 10px;
	}

#content .forms input.text, #content .forms textarea, #content .forms select, #content .forms input.error {
	width: 227px;
	}

#content .forms .global {
	margin-top: 10px;
	margin-left: 10px;
	border-top: 2px solid #73A2CD;
	padding-top: 7px;
	}

#content .forms .global .submit {
	float: left;
	}

#content .forms .en, #content .forms .de {
	border-right: 1px solid #73A2CD;
	}

#content .edit {
	margin-top: -2px;
	width: 430px;
	border: 1px solid #73A2CD;
	display: none;
	padding: 5px 10px;
	}

#content .edit input.text {
	width: 200px;
	}

#content .edit input.submit {
	margin-right: 1px;
	}

#content .edit .edit_left {
	float: left;
	width: 210px;
	border-right: 1px solid #73A2CD;
	padding-right: 5px;
	}

#content .edit .edit_right {
	float: right;
	width: 203px;
	}

#content .edit#edit-pass {
	width: 203px;
	}

#content .edit input.submit#cancel-pass, #content .edit input.submit#cancel-profile, #content .edit input.submit#cancel-sendPM {
	margin-right: 10px;
	}	

#content .edit input.radio {
	line-height: 1px;
	margin: 0;
	margin-right: 5px;
	padding: 0;
	vertical-align: middle;
	}

#content .edit input.error {
	width: 200px;
	}

#content .edit#send-pm input.text, #content .edit#send-pm textarea, #content .edit#send-pm input.error, #content .edit#send-pm textarea.error {
	width: 426px;
	}
	

#content select {
	width: 150px;
	font-size: 11px;
	border: 1px solid #73A2CD;
	margin-bottom: 4px;
	}

#content ul.ingredients li {
	margin-left: 10px;
	background-image: url("../img/ingredients_arrow.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 15px;
	}

#content table #ordered {
	background-color: #B4CDE4;
	}

/* ----------------------------------------------------- STAR RATING */

#star-rating li span {
	display: none;
	}

.star-rating, .star-rating a:hover, .star-rating .current-rating { 
	background: url("../img/star_rating.gif") left -999px repeat-x;
	}

.star-rating {
	position: relative;
	top: 15px;
	left: 0;
	width: 80px;
	height: 15px;
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
	background-position: left top;
	}

.star-rating li {
	display: inline;
	}

.star-rating a, .star-rating .current-rating {
	background-position: left top;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 15px;
	line-height: 15px;
	outline: none;
	overflow: hidden;
	border: none;
	}

.star-rating a:hover {
	background-position: left bottom;
	}

.star-rating a.one-star {
	width: 20%;
	z-index: 6;
	}

.star-rating a.two-stars{
	width: 40%;
	z-index: 5;
	}

.star-rating a.three-stars {
	width: 60%;
	z-index: 4;
	}

.star-rating a.four-stars {
	width: 80%;
	z-index: 3;
	}

.star-rating a.five-stars {
	width: 100%;
	z-index: 2;
	}

.star-rating .current-rating {
	margin-left: 1px;
	z-index: 1;
	background-position: left 50%;
	}

/*------------------------------------------------------------------------------ */

#more-pics {
	width: 400px;
	text-align: center;
	}

#img-nav {
	float: right;
	margin-top: 10px;
	}

.select {
	float: left;
	width: 30px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	line-height: 50px;
	/*border-right: 0;*/
	margin: 1px;
	}

#result {
	margin: 0 auto 5px auto;
	height: 300px;
	width: 400px;
	text-align: center;
	}

#next, #previous {
	font-size: 11px;
	font-weight: bold;
	float: left;
	font-family: verdana;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #73A2CD;
	display: block;
	background-color: #FDFFFF;
	margin-top: 2px
	}

#map {
	position: relative;
	width: 680px;
	height: 431px;
	background-image: url("../img/swiss_map.png");
	background-repeat: no-repeat;
	margin: 10px 0 10px 35px;
	}

#map .locations {
	width: 115px;
	background-image: url("../img/map_point.png");
	background-repeat: no-repeat;
	background-color: white;
	padding: 10px;
	background-position: 0 0;
	position: absolute;
	border: 1px solid #CCC;
	}

#map .locations#location_1 {
	background-position: 0 77px;
	top: 185px;
	left: 180px;
	}

#map .locations#location_2 {
	top: 320px;
	left: 80px;
	}


a.rss-a {
	background-image: url("../img/rss-a.png");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 20px;
	}

ul.rss-ul {
	margin-left: 10px;
	}

#content .forms#contact {
	width: 350px;
	}

#content .forms#contact input.text, #content .forms#contact textarea, #content .forms#contact input.error, #content .forms#contact textarea.error {
	width: 348px;
	}

#content .forms#contact input.submit {
	margin-right: 0;
	}

#content .forms#contact h2 {
	margin-top: 8px;
	}

p.succes {
	padding: 10px;
	padding-left: 35px;
	border: 1px solid #73A2CD;
	background-image: url("../img/accept.png");
	background-repeat: no-repeat;
	background-position: 10px 50%;
	font-weight: bold;
	}

p.no-content {
	padding: 10px;
	padding-left: 35px;
	border: 1px solid #73A2CD;
	background-image: url("../img/stop.png");
	background-repeat: no-repeat;
	background-position: 10px 50%;
	font-weight: bold;
	}

.sitemap li ul {
	margin-left: 15px;
	}

.sitemap a {
	background-image: url("../img/anchor.png");
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0 50%;
	}