body { 
	background:  #b4cedc url(../img/background.gif);
	color: #000000;
}
a {
	color: #a20000;
	text-decoration: underline;
}
	a:hover {
		color: #a20000;
		text-decoration: underline;
	}
p, p.left {
	text-align: left;
}
p.right {
	text-align: right;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	text-transform: uppercase;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	text-transform: uppercase;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform: uppercase;
}
div#head {
	background: url(../img/bg_head.jpg) bottom no-repeat;
	height: 150px;
}
	div#head h1 {
		float: left;
		font-size: 56px;
		text-transform: uppercase;
		position: relative;
	}
		div#head h1 a {
			position: absolute;
			margin-top: 5px;
			display: block;
			width: 300px;
			height: 180px;
			background: url(../img/logo.png) no-repeat;
		}
			div#head h1 a span {
				display: none;
			}
div#navigation {
	float: left;
	width: 300px;
	font-size: 11px;
	background: url(../img/bg_navigation.gif) repeat-y;
	margin: 40px 0 40px 0;
}
	div#navigation h3.navigation {
		height: 50px;
		background: url(../img/h_navigation.png) top left no-repeat;
		margin: 0;
		padding: 0;
	}
	div#navigation h3.basket {
		height: 64px;
		background: url(../img/h_basket.png) top left no-repeat;
		margin: 10px 0 0 0;
		padding: 0;
	}
		div#navigation h3 span {
			display: none;	
		}	
	div#navigation a {
		color: #000000;
	}
	div#navigation ul {
		list-style: none;
		width: 270px;
		float: right;
		margin: 0;
		padding: 0;
	}
		div#navigation ul li {
			display: block;
			float: left;
			width: 125px;
			height: 18px;
			background: url(../img/bg_navpoint.gif) top left no-repeat;
			padding: 3px 0 0 10px;
			margin: 0;
			border-bottom: 1px dashed #5a676e ;
		}
			div#navigation ul li a {
				text-decoration: none;
				font-size: 12px;
			}
		
			div#catering a {
				position: absolute;
				display: block;
				width: 195px;
				height: 70px;
				background: url(../img/btn_catering.png) top left no-repeat;
				margin: 0 0 0 750px;
				text-indent: -5000px;
				top: 145px;
				z-index: 100;
			}
			
div#subnavigation {
	display: none;
}

div#path {
	display: none;
}
div#content {
	float: left;
	width: 660px;	
	font-size: 12px;
	color: #5f2f00;
}
	div#content_top {
		height: 40px;
		background: url(../img/bg_content_top.png) no-repeat;	
	}
		div#content_top p {
			padding: 15px 0 0 10px;
		}
	div#content_middle {
		background: url(../img/bg_content.png) repeat-y;
	}
	div#content_bottom {
		height: 115px;
		background: url(../img/bg_content_bottom.png) no-repeat;	
	}
div#basket {
}
	div#basket table {
		margin: 0 0 5px 0;
		font-size: 11px;
	}			
		div#basket table tr.total td {
			padding: 5px 0;
			border-top: 1px solid #5a676e;
			border-bottom: 3px double #5a676e;
		}
		div#basket table tr td {
			padding: 5px 0;
			border-bottom: 1px dashed #5a676e;
		}
		div#basket table tr td.amount {
			padding-left: 0;
			width: 15px;
			padding-right: 5px;
			text-align: right;
		}
		div#basket table tr td.title {
			width: 130px;
		}
		div#basket table tr td.price {
			width: 40px;
			text-align: right;
			padding-right: 5px;
		}
		div#basket table tr td.form {
			padding-right: 0;
			width: 20px;
			text-align: right;
		}
			div#basket table tr td.form input {
				width: 9px;
				height: 9px;
				border: none;
				margin: 0;
				padding: 0;
			}
			div#basket table tr td.form input.plus {
				background: #ffffff url(../img/btn_plus.gif) top left no-repeat;
			}
			div#basket table tr td.form input.minus {
				background: #ffffff url(../img/btn_minus.gif) top left no-repeat;
			}
			div#basket table tr td.form input.del {
				background: #ffffff url(../img/btn_del.gif) top left no-repeat;
			}	
	div#basket form.order {
		float: right;
		width: 260px;
		margin-right: 10px;
	}
		div#basket form.order table {
			width: 260px;			
		}
		div#basket form.order div {
			float: left;
			margin-bottom: 5px;
		}
		div#basket form.order label {
			font-size: 11px;	
			display: block;	
		}
		div#basket form.order input,
		div#basket form.order select,
		div#basket form.order textarea {
			border: 1px solid #cccccc;
			border-bottom: 1px solid #5a676e;
			font-family: "Courier New", Courier, monospace;	
			background: #eeeeee;	
		}
			div#basket form.order input.l {
				width: 258px;
			}
			
			div#basket form.order select.l {
				width: 202px;
			}
			
			div#basket form.order textarea.l {
				width: 260px;
			}
			div#basket form.order input.check {
				float: left;
			}
			div#basket form.order span {
				display: block;
				width: 225px;
				float: right;
			}
			div#basket form.order button {
				width: 180px;
				margin: 0;
				padding: 5px;
			}
		div#basket form.order button {
			margin: 20px;
		}
	div#basket p {
		font-size: 11px;
	}
	div#basket em {
		color: #a20000;
		font-size: 16px;
		font-weight: bold;
	}
	div#basket p.error {
		padding: 5px 10px 0 30px;
	}
div#hint {
	padding-top: 20px;
	font-size: 10px;
}

div#foot {
	height: 100px;
	padding: 30px 0 0 30px;
}
	div#foot ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
		div#foot ul li {
			margin: 5px 0 0 0;
			padding: 0 15px 0 0;
			float: left;
		}
			div#foot ul li a {
				color: #5f2f00;
				text-decoration: underline;
				font-size: 11px;
			}
div.captcha {
	padding-left: 10px !important;
}
	div.captcha table {
		margin: 0; 
	}
ul.pagination {
	list-style: none;
	margin: 0;
	padding: 0;
}
	ul.pagination li {
		float: left;
		margin: 0 5px 0 0;
		padding: 0;
	}
		ul.pagination li a {
			display: block;
			width: 20px;
			text-align: center;
			padding: 5px;
			background: #0c3961;
		}
		ul.pagination li a:hover {
			display: block;
			padding: 5px;
			background: #0c3961;
		}
div.picture {
	height: 120px;
}
div.box_shop {
	background: #78aede url(../img/bg_shop.jpg) top left no-repeat;
	height: 110px;
	margin-bottom: 20px;
}
	div.box_shop h2, div.box_shop p {
		color: #333333;
	}
div.box {
	height: 207px;
	background: url(../img/bg_box.gif) bottom left no-repeat;
	margin-bottom: 20px;
}	
	div.box h3 {
		padding: 2px 5px 3px 5px;
		margin: 0;
	}
	div.box p {
		padding: 0 5px 5px 5px;	
		margin: 0;
	}
table.productlist {
	width: 100%;
	border-top: 1px solid #9e9892;
	border-bottom: 1px solid #9e9892;
}
	table.productlist tr td {
		padding: 10px;
		vertical-align: middle;
	}
		table.productlist tr td.number {
			text-align: left;
			width: 35px;
		}
		table.productlist tr td.title {
			text-align: left;
			width: 245px;
		}
		table.productlist tr td.price {
			text-align: right;
			width: 50px;
		}
		table.productlist tr td.form {
			text-align: right;
		}
			table.productlist tr td.form div {
				float: left;
				text-align: left;
			}
				table.productlist tr td.form div strong {
					font-size: 10px;
				}
			table.productlist tr td.form input.field {
			}
			table.productlist tr td.form select.field {
				height: 22px;
			}
			table.productlist tr td.form .s {
				width: 35px;
			}
			table.productlist tr td.form .l {
				width: 150px;
			}
	table.productlist tr.line1 td {
		background: #ccc4bc;
		border-top: 1px dashed #9e9892;
		border-bottom: 1px dashed #9e9892;
	}

table.catering {
	width: 100%;
}
	table.catering td {		
		border-top: 1px dashed #9e9892;
		padding: 5px 0;
	}
	table.catering td.first {	
		padding-top: 0;	
		border-top: none;
		border-bottom: 1px solid #9e9892;
	}
	table.catering td.last {		
		border-top: 1px solid #9e9892;
	}
	
	
div.startcat {
	width: 200px;
	float: left;
	padding: 10px 0;
	border-top: 1px dashed #9e9892;
	text-align: center;
}
	div.startcat h3 {
		margin: 0;
	}
	div.startcat p {
		margin: 0;
		text-align: center;
	}
div.box_top {
	background: url(../img/bg_box_top.png) no-repeat;
	margin: 10px 0 0 0;
	padding: 10px 10px 0 10px;		
}	
div.box_bottom {
	background: url(../img/bg_box_bottom.png) no-repeat;
	height: 10px;
}


div#tinycontent h2 {
	font-size: 18px;
	font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
}
div#tinycontent h5 {
	margin: 20px 0 10px;
}

div.ingredients-add, span.ingredient {
	cursor: pointer;
}
span.ingredient {
	margin: 0 10px 0 0;
	border-bottom: 1px solid #e3e3e3;
}
span.ingredient:hover {
	color: green;
	border-bottom: 1px solid #e3e3e3;
}
div.added-ingredient-price, div.added-ingredient-name {
	display: block;
	width: 100%;
	margin-bottom:0px !important;
}
