 /* --------------------------- clear -----------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

ol, ul {
	list-style: none;
}

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

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: black;
}
textarea,body {
	font-family: Arial;
	font-size: 11.5px;
}

body, html {
	overflow: hidden;
}

a {
	color: #c31e22;
	text-decoration: none;
	border-bottom: 1px dashed #c31e22;
}

div.hr {
	
	width: 560px;
	margin-top: 5px;
	margin-bottom: 5px;
}

h1, h2, h3 {
	color: #c31e22;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 15px;
}

.clear {
	clear: both;
}

.black {
	color: black;
}

.red {
	color: #c31e22;
}

.black-background {
	background: black;
}

.red-background {
	background: #c31e22;
}

.grey-background {
	background: #aaaaaa;
}

div#logo {
	margin-left: 40px;
	margin-top: 20px;
	width: 200px;
}

div#logo img,  div#logo a {
	border: none;
}

div#address {
	color: #aaaaaa;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom: 28px;
	margin-left: 50px;
}

div#menu {
	position: absolute;
	top: 65px;
	left: 220px;
	width: 750px;
	height: 230px;
}

.left {
	float:left;
}

.right {
	float:right;
}

/*--------------------------- General  -----------------------------------*/
.hidden {
	display:none;
}

/*--------------------------- Scrollbar ----------------------------------*/
div.scroller {
	width: 770px;
	margin-left: 50px;
}

div.scroller .content {
	width: 750px;
	overflow: hidden;
	float: left;
}

div.scroller .scrollarea {
	width: 15px;
	float: left;
	cursor: pointer;
}

div.scroller div.scrollbar-container {
}

.scroll-knob {
	width: 15px;
	min-height: 20px;
}

#scroll-knob-top {
	width: 15px;
	height: 8px;
}

.scroll-knob-top-on {
	background: url(/assets/images/scrollbtn_track_top.jpg) no-repeat;
	background-position: top left;	
}

.scroll-knob-top-off {
	background: url(/assets/images/scrollbtn_track_top.jpg) no-repeat;
	background-position: bottom left;	
}

.scroll-knob-bottom-on {
	background: url(/assets/images/scrollbtn_track_bottom.jpg) no-repeat #c31e22;
	background-position: bottom left;	
}

.scroll-knob-bottom-off {
	background: url(/assets/images/scrollbtn_track_bottom.jpg) no-repeat #aaaaaa;
	background-position: bottom right;	
}

.scroll-forward, .scroll-back {
	width: 15px;
	height: 15px;
}

.scrollbtn-back-off {
	background: url(/assets/images/scrollbtn_top.jpg);
	background-position: top left;
}

.scrollbtn-forward-off {
	background: url(/assets/images/scrollbtn_bottom.jpg);
	background-position: top left;
}

.scrollbtn-back-on {
	background: url(/assets/images/scrollbtn_top.jpg);
	background-position: bottom left;
}

.scrollbtn-forward-on {
	background: url(/assets/images/scrollbtn_bottom.jpg);
	background-position: bottom left;
}

/*--------------------------- Top menu ----------------------------------*/
div#top-menu {
	position: absolute;
	height: 50px;
	left: 300px;
	top: 20px;
}

div#top-menu a {
	cursor: pointer;
	display: block;
	text-decoration: none;
	border: none;
	height: 35px;
	width: 60px;
	padding-left: 40px;
	float: left;
	font-weight: bold;
}

.topselected {
	text-decoration: none;
	background: url(/assets/images/item.jpg) no-repeat;
	background-position: bottom left;
	color: #c31e22;
}

.topdeselected {
	color: #aaaaaa;
	background: url(/assets/images/item.jpg) no-repeat;
	background-position: top left;
}

div#search {
	margin-left: 30px;
	margin-top: 3px;
	float: left;
}

div#search .search-input {
	border: 1px dashed #aaaaaa;
	border-right: none;
	height: 18px;
	float: left;
}

div#search-button {
	text-align: center;
	color: white;
	font-weight: bold;
	float: left;
	padding: 3px;
	width: 60px;
	cursor: pointer;
}


/*--------------------------- Right menu ----------------------------------*/
div#right-menu {
	position: absolute;
	left: 850px;
	top: 300px;
}

div#right-menu a.topdeselected {
	cursor: pointer;
	display: block;
	text-decoration: none;
	background-position: top left;
}

div#right-menu a.topselected {
	cursor: pointer;
	display: block;
	text-decoration: none;
	background-position: bottom left;
}

a.catering {
	width: 73px;
	height: 83px;
	background-image: url(/assets/images/catering.jpg);
	border: none;
	margin-bottom: 20px;
	margin-left: 18px;
}

a.onlineshop {
	width: 95px;
	height: 67px;
	background-image: url(/assets/images/onlineshop.jpg);
	margin-bottom: 20px;
	border: none;
	margin-left: 6px;
}

a.storecam {
	width: 76px;
	height: 92px;
	background-image: url(/assets/images/storecam.jpg);
	margin-bottom: 20px;
	border: none;
	margin-left: 15px;
}

a.asianow {
	width: 119px;
	height: 70px;
	background-image: url(/assets/images/asianow.jpg);
	border: none;
}

/*-------------------------- Blog posts --------------------------------------*/
div.blogpost div.heading {
	font-size: 18px;
	color: #c31e22;
	font-weight: bold;
	float: left;
	margin-bottom: 20px;
	margin-right:5px;
}

div.blogpost h2 {
	font-weight:normal;
	float:left;
	font-size: 18px;
}

div.blogpost p {
	font-weight: bold;
	color: #c31e22;
	line-height: 18px;
	margin-bottom: 20px;
	clear: both;
}

ul.paging li {
	float: left;
	margin-right: 10px;
}

ul#entries li {
	margin-bottom: 20px;
}

ul#entries .comments {
	color: #c31e22;
	margin-left: 10px;
}

.currentPage {
	font-weight: bold;
}

/*--------------------------- Blog comments ----------------------------------*/
p.back {
	margin-bottom:30px;
}

.blog-comments ul {
	list-style:none;
}

.blog-comments li {
	position:relative;
	padding-top:20px;
	margin-bottom:20px;
}

.blog-comments .meta {
	display:block;
	position:absolute;
	top:0;
	left:0;
}

.blog-comments .author {
	font-weight:bold;
}

.blog-comments .date {
	color:#999;
}


/*--------------------------- Links ----------------------------------*/
#links ul {
	list-style: circle;
	color: #c31e22;
	padding-left: 20px;
}

#links li {
	margin-bottom: 4px;
	color: black;
	line-height: 17px;
}

#links li a {
	font-weight: bold;
}

div#links h2 {
	margin-top: 30px;
	margin-bottom: 10px;
}

/*--------------------------- Downloads ------------------------------*/
div.download-header {
	width: 700px;
	height: 40px;
	margin-top: 40px;
}

div.download-header.small {
	height: 25px;
	margin-top: 0px;	
}

div.download-header a {
	float: left;
	border: none;
	text-decoration: none;
}

div.download-header a h1, 
div.download-header a h2, 
div.download-header a h3 {
	border: none;
	text-decoration: none;	
}

div.download-header a.back-to-top {
	color: #c31e22;
	text-decoration: none;
	border-bottom: 1px dashed #c31e22;
	float: right;
}

div.wallpaper {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.spacer-small {
	height: 2px;
}

.spacer-medium {
	height: 20px;
}


.spacer-big {
	height: 30px;
}

div.wallpaper a {
	border: none;
}

div.wallpaper img {
	border: none;
	border-top: 1px dashed #c31e22;
	padding-top: 4px;
	padding-bottom: 2px;
}

div#batik-slider, 
div#tampopo-slider {
	cursor: pointer;
	width: 550px;
}

div#tampopo-movie {
	height: 430px;
}

div#batik-movie {
	height: 430px;
}			


/*--------------------------- Recipes ---------------------------------*/
div.recipe {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

div.recipe p strong {
	font-size: 16px;
}

div.recipe a {
	border: none;
}

div.recipe img {
	border: none;
	border-top: 1px dashed #c31e22;
	padding-top: 5px;
}

.spacer {
	height: 10px;
}

/*--------------------------- Products ---------------------------------*/
div.product-filter {
	height: 80px;
	float: left;
	margin-right: 20px;
}

div.product-filter select {
	width: 200px;
}

div.store-product {
	
	width: 350px;
	float: left;
}

div.store-product img {
	border: none;
	border-top: 1px dashed #c31e22;
	padding-top: 2px;
	padding-bottom: 12px;
	float: left;
	cursor: pointer;
}

div.product-description {
	float: left;
	margin-left: 10px;
	width: 280px;
}

/*--------------------------- Press -------------------------------------*/

div.press-item {
	height: 250px;
	float: left;
	margin-right: 20px;
}

div.press-item img {
	border: none;
	border-top: 1px dashed #c31e22;
	padding-top: 4px;
	padding-bottom: 2px;
}

div.press-item a {
	border: none;
}

div.press-item-description {
	margin-top: 5px;
}

/*--------------------------- Offers ----------------------------------*/
div#bag-top {
	background-image: url(/assets/images/bag.jpg);
	width: 165px;
	height: 58px;
	margin-left: 127.5px;
}

div#bag {
	background: #c31e22;
	width: 400px;
	min-height: 300px;
	padding: 20px;
}

div#bag h2 {
	color: white;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

ul.offers img {
	float:left;
	vertical-align:top;
	border:1px solid white;
	
}

ul.offers p {
	color:white;
	font-size:11.5px;
}

ul.offers h3 {
	margin:0;
	padding:0;
	color:white;
	font-size:17px;
}

ul.offers p,
ul.offers h3 {
	margin-left:60px;
}
ul.offers li {
	margin-bottom:10px;
	clear:both;
	vertical-align:top;
	min-height:20px;
}

/*---------------------------- Milkbox ---------------------------------------*/
#mbOverlay {
	z-index:995;
}

#mbCenter {
	z-index:996;
	border:1px solid #c31e22;
}

#mbCloseLink, #mbPrevLink, #mbNextLink {
	border-bottom: none;
}

#mbDescription{
	margin-right:27px;
	padding:0px 10px 0 50px;
	background: url(/assets/images/logo_small.jpg) top left no-repeat;
	min-height: 30px;
	font-weight: normal;
	text-align:justify;
	font-weight: bold;
}

/*---------------------------- Newsletter ------------------------------------*/

div#newsletterform {
	margin-top: 20px;
}

div#newsletterform .form-row {
	height: 25px;
	width: 280px;
	float: left;
}

#signup_newsletter {
	margin-left: 85px;
}

div#newsletterform label {
	width: 75px;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	display: block
}

div#newsletterform input.type-text {
	padding: 1.5px;
	border: 1px dashed #aaaaaa;
	width: 160px;
}

input.submit,
input.submit-hover{
	padding: 4px;
	color: white;
	background-color: #AAA;
	border: 0px solid red;
	cursor: pointer;
}

input.submit-hover {
	background-color:#C31F20;
}

div#newsletterform div.error-message {
	margin-bottom: 5px;
	color: #c31e22;
	float: left;
}

div#newsletter-done {
	display: none;
}

/*---------------------------- FAQ -----------------------------------------*/
div#faqform {
	margin-top: 20px;
}

div#faqform .form-row {
	min-height: 25px;
	width: 280px;
	float: left;
}

#faq_request {
	margin-left: 85px;
}

div#faqform label {
	width: 75px;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	display: block
}

div#faqform .type-textarea {
	width: 160px;
	height: 120px;
	margin-bottom: 5px;
}

div#faqform input.type-text,
div#faqform .type-textarea {
	padding: 1.5px;
	border: 1px dashed #aaaaaa;
	width: 160px;
}
div#faqform div.error-message {
	margin-bottom: 5px;
	color: #c31e22;
	float: left;
}

div#faq-done {
	display: none;
}

/*---------------------------- Disclaimer ----------------------------------*/
div#disclaimer {
	width: 550px;
}

.toggler {
	color: #000000;
	font-size: 11.5px;
	
	margin-top: 5px;
	padding-bottom: 3px;
	cursor: pointer;
	font-weight: bold;
}

.element h3 {
	font-size: 11px;
	margin-top: 10px;
}

.element {
	padding-left: 10px;
}

.element p {
	margin-top: 10px;
	padding-bottom: 10px;
}

.element ul {
	list-style: circle;
	margin-left: 20px;
}

.element li {
	list-style: circle;
}

/*---------------------------- Catering ------------------------------------*/

div#cateringform {
	margin-top: 20px;
}

div#cateringform .form-row {
	min-height: 25px;
	width: 280px;
	float: left;
}

#catering_request {
	margin-left: 85px;
}

div#cateringform label {
	width: 75px;
	float: left;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	display: block
}

div#cateringform input.type-text, 
div#cateringform .type-textarea {
	padding: 1.5px;
	border: 1px dashed #aaaaaa;
	width: 160px;
}

div#cateringform .type-textarea {
	width: 160px;
	height: 120px;
	margin-bottom: 5px;
}

div#cateringform div.error-message {
	margin-bottom: 5px;
	color: #c31e22;
	float: left;
}

div#catering-done {
	display: none;
}



/*---------------------------- Webcam ----------------------------------------*/
#webcam-container {
	height:250px;
	padding-top: 10px;
}

#webcam-container p {
	margin: 40px;
	font-size: 12px;
	color: white;
	text-align: center;
}

/*---------------------------- Route -----------------------------------------*/
#contact .left {
	width:200px;
}
#route  {
	width: 500px;
	margin-left: 200px;
}

div#route iframe {
	padding-top: 5px;
	padding-bottom: 2px;
	border: none;
	border-top: 1px dashed #c31e22;
}

