/*--------------------------------------------*/
/*--[ CSS Interkoi 2007, copyright Robarov ]--*/
/*--------------------------------------------*/
* {
	font-size:100%;
	margin:0;
	padding:0;
	}
body {
	font-family: "Lucida Sans Unicode","Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 76%;
	line-height: 1.4em;
	text-align: center;
	}

#header, #content, #footer {
	margin: 0 auto;
	text-align: left;
	width: 980px;
	}
#mini {
	clear: both;
	margin: 0px;
	height: 16px;
	position: relative;
}
#mini li {
		position: absolute;
		width: 16px;
		padding: 0px;
		height: 16px;
}
#mini li a {
		text-indent: -9000em;
		overflow: hidden;
		width: 16px;
		height: 16px;
		display: block;
		text-decoration: none;
		float: left;
}

/*--[ common ]----------------------------------------------------------------*/
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	}
h1 {
	font-size: 2em;
	height: 32px;
	line-height: 32px;
	margin: 0 0 0.4em 0;
	}
h2 {
	font-size: 1.6em;
	margin: 0 0 0.4em 0;
	clear: both;
	}

h3 {
	font-size: 1.4em;
	height: 24px;
	line-height: 24px;
	margin: 0 0 0.3em 0;
	}

p {
	margin: 0 0 1em 0;
	}
a:hover {text-decoration: none;}

address {
	font-style: normal;
}
ol {
	margin: 0 0 1em 2em;
	}

 ul {
	margin: 0 0 1em 0;
	}
	ul li{
		list-style-type: none;
		padding:0 0 0 16px;
		}
img {
	border: none;
	}
 acronym, abbr {
	cursor: help;
	font-style:normal;
	}

.alignleft {
	margin: 0 15px 5px 0;
	float: left;
	}
.alignright {
	margin: 0 0 5px 15px;
	float: right;
	}
.clear { /* clear floated divs */
	clear: both;
	}
.center {
	text-align: center;
}
.hide, #skipnav, .url, #header h2 { /* hides text from broswer */
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
	}
/*--[ header ]----------------------------------------------------------------*/
#header-wrap {
	height: 140px;
	text-align: center;
	}
#header {
	position: relative;
	height: 140px;
	}
#header h3 {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	width: 200px;
	height: 140px;
	z-index:1;
	}

#header h3 a {
	text-indent: -9000em;
	overflow: hidden;
	width: 200px;
	height: 140px;
	display: block;
	text-decoration: none;
	float:left;
}

#header #delta {
	background: url(../i/interkoi/logo-deltafiltration.gif) 0 0 no-repeat;
	position: absolute;
	top: 50px;
	right: 0px;
	margin: 0px;
	width: 155px;
	height: 60px;
	z-index:1;
	}

#header #delta a {
	text-indent: -9000em;
	overflow: hidden;
	width: 155px;
	height: 60px;
	display: block;
	text-decoration: none;
	float:left;
}
#header #pip {
	background: url(../i/interkoi/logo-pip.jpg) 0 0 no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	width: 180px;
	height: 90px;
	z-index:1;
	}

#header #pip a {
	text-indent: -9000em;
	overflow: hidden;
	width: 180px;
	height: 90px;
	display: block;
	text-decoration: none;
	float:left;
}
#header #sportselect {
	background: url(../i/interkoi/logo-sportselect.jpg) 0 0 no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	width: 200px;
	height: 90px;
	z-index:1;
	}

#header #sportselect a {
	text-indent: -9000em;
	overflow: hidden;
	width: 200px;
	height: 90px;
	display: block;
	text-decoration: none;
	float:left;
}



/*--[ navigation ]----------------------------------------------------------------*/
#nav {
	position: absolute;
	bottom: 21px;
	left: 220px;
	margin: 0;
	}
#nav li {
	display: inline;
	float: left;
	margin: 0 6px 0 0;
	padding: 0;
	}
#nav a {
	float:left;
	padding:0 0 0px 4px;
	text-decoration:none;
	}
#nav a span {
	float: left;
	display: block;
	padding: 2px 4px 4px 4px;
	}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a span {float:none;}
/* End IE5-Mac hack */

#nav .active a span {
/*	background-position:100% -150px;*/
	padding-bottom:5px;
}

#nav span img {
	display: inline;
	float: left;
	padding: 4px 4px 0 0;
}
#nav .koitube, #nav .active .koitube em {color: #fff;}
#nav .koitube em {color: #f57452;}
#nav em {font-style: normal;}

/*--[ languagebar ]----------------------------------------------------------------*/
#lng {
	height: 24px;
	float: right;
	right: 0px;
	padding: 0;
	position: absolute;
	top: 118px;
	}
#lng li {
	background-position: 0 5px;
	background-repeat: no-repeat;
	float: left;
	height: 24px;
	padding: 0 10px 0 20px;
	}
	#lng li.en { background-image: url(../i/en.png); }
	#lng li.fr { background-image: url(../i/fr.png); }
	#lng li.de { background-image: url(../i/de.png); }
	
	
	#lng li.active { background: #e6e6e6; }
	#lng li a {
		color: #bdc9c8;
		display: block;
		font-size: 11px;
		height: 24px;
		line-height: 22px;
		text-align: center;
		text-decoration: none;
		}
		#lng li a:hover, #lng li.active a { color: #f57452; }



/*--[ content ]----------------------------------------------------------------*/
#content-wrap {
	text-align: center;
	float: left;
	width: 100%;
	padding-bottom: 20px;
	}
#content {
	padding-top: 10px;
	}
#main {
	width: 760px;
	float: right;
}
#main-left {
	float: left;
	width: 510px;
}
#main-right {
	padding-top: 25px;
	float: right;
	width: 240px;
}

* html #main-right{float: none;}
*+html #main-right{float: none;}

.piclist {
	text-align: center;
	width: 760px;
	float: left;
	margin: 0 0 10px 0;
}
.piclist li {
	width: 190px;
	margin: 0 10px;
	padding: 0px;
	display: inline;
	background: none;
}
.piclist img {padding: 4px;}

/*--[ table koi-calc ]----------------------------------------------------------------*/
.koi-calc {
	float: left;
	width: 496px;
}
.koi-calc table {
	margin: 8px;
	width: 480px;
}
.koi-calc td, .koi-calc th {
	padding: 2px 6px;
}

.koi-calc caption {display: none;}
.koi-calc th { text-align: center;}

.koi-calc td { text-align: right; }
.koi-calc .label {
	text-align: left;
	font-weight: normal;
}
.koi-calc .subtotal, .koi-calc .subtotal .label,
.koi-calc .total, .koi-calc .total .label,
.priceperkoi .label, .priceperkoi td {
	font-weight: bold;
}

.koi-calc .subtotal th, .koi-calc .subtotal td {
	padding-bottom: 20px;
}
.koi-calc .priceperkoi th, .koi-calc .priceperkoi td {
	padding-top: 20px;
}
.koi-calc .colyen, .koi-calc .coleur {
	width: 100px;
}
/*--[ sidebar ]----------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 200px;
	padding: 42px 0 20px 0;
}
#sidebar #search-form2 {
	height: auto;
	overflow: hidden;
}
#sidebar #search-form2 label {
	width: auto;
	line-height: 18px;
	float: none;
	display: block;
	margin: 0;
}
#sidebar #search-form2 #q2 {
	height: 20px;
	float: none;
	display: block;
	font-size: 1.1em;
	width: 160px;
}
#sidebar #search-form2 .button {
	height: 30px;
	margin: 5px 0 0 0;
}

#species {
	margin: 0px;
	float: left;
}
#species li {
	background: #F3F1E9;
	font-family: Georgia, Times, sans-serif;
	font-size: 1.1em;
	padding: 0px;
	float: left;
	display: inline;
	width: 200px;
	text-align: right;
	/*background-repeat: no-repeat;*/
}
#species li a {
	border-bottom: 1px solid #dbd5c5;
	display: block;
	/*text-indent: -9000em;*/
	/*overflow: hidden;*/
	line-height: 20px;
	/*height: 28px;*/
	width: 180px;
	padding: 4px 20px 4px 0px;
	float: left;
	color: #706c5d;
	text-decoration: none;
	/* background-repeat: no-repeat;*/
}
#species li a:hover, #species li.active a {
	color: #ac4834;
	background: #FEFCF6;
}

/*
#m-koi-mix, #m-koi-mix a {background-position: 0 0;}#m-koi-mix a:hover, #m-koi-mix.active a {background-position: -200px 0;}
#m-asagi, #m-asagi a {background-position: 0 -28px;}#m-asagi a:hover, #m-asagi.active a {background-position: -200px -28px;}
#m-bekko, #m-bekko a {background-position: 0 -56px;}#m-bekko a:hover, #m-bekko.active a {background-position: -200px -56px;}
#m-hikari-moyomono, #m-hikari-moyomono a {background-position: 0 -84px;} #m-hikari-moyomono a:hover, #m-hikari-moyomono.active a {background-position: -200px -84px;}
#m-hikari-mujimono, #m-hikari-mujimono a {background-position: 0 -112px;}#m-hikari-mujimono a:hover, #m-hikari-mujimono.active a {background-position: -200px -112px;}
#m-hikari-utsurimono, #m-hikari-utsurimono a {background-position: 0 -140px;}#m-hikari-utsurimono a:hover, #m-hikari-utsurimono.active a {background-position: -200px -140px;}
#m-kawarimono, #m-kawarimono a {background-position: 0 -168px;}#m-kawarimono a:hover, #m-kawarimono.active a {background-position: -200px -168px;}
#m-kinginrin, #m-kinginrin a {background-position: 0 -196px;}#m-kinginrin a:hover, #m-kinginrin.active a {background-position: -200px -196px;}
#m-kohaku, #m-kohaku a {background-position: 0 -224px;}#m-kohaku a:hover, #m-kohaku.active a {background-position: -200px -224px;}
#m-koromo, #m-koromo a {background-position: 0 -252px;}#m-koromo a:hover,#m-koromo.active a {background-position: -200px -252px;}
#m-sanke, #m-sanke a {background-position: 0 -280px;}#m-sanke a:hover, #m-sanke.active a {background-position: -200px -280px;}
#m-showa, #m-showa a {background-position: 0 -308px;}#m-showa a:hover, #m-showa.active a {background-position: -200px -308px;}
#m-shusui, #m-shusui a {background-position: 0 -336px;}#m-shusui a:hover, #m-shusui.active a {background-position: -200px -336px;}
#m-tancho, #m-tancho a {background-position: 0 -364px;}#m-tancho a:hover, #m-tancho.active a {background-position: -200px -364px;}
#m-utsurimono, #m-utsurimono a {background-position: 0 -392px;}#m-utsurimono a:hover, #m-utsurimono.active a {background-position: -200px -392px;}
#m-new, #m-new a {background-position: 0 -420px;}#m-new a:hover, #m-new.active a {background-position: -200px -420px;}
#m-tosai-yamatoya, #m-tosai-yamatoya a {background-position: 0 -448px;}#m-tosai-yamatoya a:hover, #m-tosai-yamatoya.active a {background-position: -200px -448px;}
#m-koi-mudpond-japan, #m-koi-mudpond-japan a {background-position: 0 -476px;}#m-koi-mudpond-japan a:hover, #m-koi-mudpond-japan.active a {background-position: -200px -476px;}
#m-doitsu, #m-doitsu a {background-position: 0 -504px;}#m-doitsu a:hover, #m-doitsu.active a {background-position: -200px -504px;}
#m-specials, #m-specials a {background-position: 0 -532px;}#m-specials a:hover, #m-specials.active a {background-position: -200px -532px;}
#m-go-sanke, #m-go-sanke a {background-position: 0 -560px;}#m-go-sanke a:hover, #m-go-sanke.active a {background-position: -200px -560px;}
#m-other-than-go-sanke, #m-other-than-go-sanke a {background-position: 0 -588px;}#m-other-than-go-sanke a:hover, #m-other-than-go-sanke.active a {background-position: -200px -588px;}
*/




/*--[ koi ]----------------------------------------------------------------*/
.koi, .shop {
	width: 100px;
	padding: 0 8px 4px 8px;
	float: left;
	display: inline;
	margin: 0px 8px 15px 0px;
	position: relative;
	text-align: center;
	font-size: 0.9em;
	}
#star {width: 190px;}
.koi dt, .shop dt {
	font-size: 0.9em;
}
#content .koi dt a, #content .shop dt a {
	text-decoration: none;
}
.koi .img a, .shop .img a {
	position: relative;
	width: 100px;
	height: 150px;
	display: block;
	overflow: hidden;
}
.shop .img {
	margin-bottom: 5px;
}
.shop .promo del {font-weight: normal;}
.shop .img a {
	width: 98px;
	height: 148px;
	border: 1px solid #DBD5C5;
}
#star .img a {
	width: 190px;
	height: 285px;
}
#star .img img {width: 190px;}
.status {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 10;
}
.pagination {
	clear: both;
	overflow: auto;
	text-align: center;
	width: 760px;
	margin-bottom: 15px;
}
.pag-left, .pag-right {
	width: 60px;
	float: left;
		}
.pag-center {
	float: left;
}
.pag-center a {
	display: block;
	float: left;
	line-height: 22px;
	width: 22px;
	font-weight: bold;
	margin: 0 5px 5px 0;
	cursor: pointer;
}
#content .pag-center a{
	text-decoration: none;
}

/*--[ koidetail ]----------------------------------------------------------------*/
#koi-img, #shop-img {
	float: left;
	display: inline;
	width: 238px;
	margin-right: 20px;
}
#koi-img ul, #shop-img ul {
	margin: 10px 0 0 0;
	clear: both;
}
#koi-img li, #shop-img li {
	width: 60px;
	height: 75px;
	margin: 0 4px 6px 3px;
	padding: 5px;
	float: left;
	display: inline;
}
#koi-img li img, #shop-img li img {
	width: 60px;
}
#koi-img li a, #shop-img li a {
	display: block;
	width: 60px;
	height: 75px;
	overflow: hidden;
}
#img {
	width: 220px;
	/*height: 330px;*/
	padding: 8px;
	position:relative;
	}
#img a {
	width: 220px;
	/*height: 330px;*/
	display: block;
	overflow: hidden;
	text-align: center;
	}
#img img {
	margin: 0 auto;
	float: left;
	}

#img .enlarge {
	position: absolute;
	bottom: 8px;
	right: 8px;
}

#koi-info, #shop-info {
	float: left;
	width: 276px;
}
#koi-info dl, dl#extra-info, .bank dl, #shop-info dl {
	width: 260px;
	float: left;
	padding: 8px 8px 7px 8px;
	margin-bottom: 10px;
}
dl#extra-info {
	width: 186px;
	float: right;
}
.bank dl {width: 334px;}
#koi-info dt, dl#extra-info dt, .bank dt, #shop-info dt {
	float: left;
	width: 100px;
	padding: 0.2em 0 0.2em 10px;
}
 /* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.bank dt {width: 120px;}
#koi-info dd, dl#extra-info dd, .bank dd, #shop-info dd {
	position: relative;
	float: left;
	width: 150px;
	padding: 0.2em 0;
}
dl#extra-info dd {width: 76px;}
.bank dd {width: 204px;}
.q {
	position: absolute;
	top: 5px;
	right: 2px;
	width: 16px;
	height: 16px;
	display: block;
	text-indent: -9000em;
	overflow: hidden;
	text-decoration: none;
	cursor: help;
}
.infobox {
	position: absolute;
	text-align: left;
	padding: 8px;
}
.infobox ul {margin: 0px;}
.infobox li {
	background: none;
	padding: 0.2em 0;
	font-size: 0.9em;

}
.infobox strong {
	width: 50px;
	margin-right: 10px;
	color: #F9E6B1;
	display: block;
	text-align: right;
	float: left;
}

#koi-info ul, #shop-info ul {
	margin-bottom: 10px;
	width: 276px;
	height: 30px;
	clear: both;
}
.video, #koi-info .calc {
	float: right;
	display: inline;
	height: 30px;
	width: 100px;
	padding: 0px;
	margin-bottom: 0px;
}
.video a, #koi-info .calc a  {
	text-indent: -9000em;
	overflow: hidden;
	width: 100px;
	height: 30px;
	display: block;
	text-decoration: none;
	float: left;
}
#koi-info .calc, #koi-info .calc a, #shop-info .calc, #shop-info .calc a{width: 130px;}
.video a:hover, #koi-info .calc a:hover {background-position: 0 0;}

#koi-info .price, #shop-info .price {
	float: left;
	display: inline;
	text-align: center;
	line-height: 30px;
	cursor: default;
	height: 30px;
	margin: 0px;
}
#shop-info .oldprice {
	float: left;
	display: inline;
	line-height: 30px;
	cursor: default;
	height: 30px;
	margin: 0 0 0 20px;
}

#koi-info .price span, #koi-info .price small, #shop-info .price span, #shop-info .price small {
	display: block;
	float: left;
	height: 30px;
}
#koi-info .price span, #shop-info .price span {
	padding-left: 10px;
}
#koi-info .price small, #shop-info .price small, #shop-info .oldprice small {
	padding-right: 10px;
	font-size: 0.8em;
}
#shop-info .oldprice small {padding: 0px;}
div#extra-info, p#extra-info {
	float: right;
	width: 480px;
	padding: 10px;
	margin-top: 10px;
}
div#extra-info {margin-bottom: 20px;}
div#extra-info p {margin: 0px;}
#dl {
	clear: both;
	margin-top: 20px;
	float: left;
	width: 200px;
}
#dl li, #morepics li {
	padding: 0px;
	text-align: center;
	margin-bottom: 1em;
}
#dl img {display: inline;float: left;}
#morepics img {
	padding: 4px;
	width: 190px;
}
#reclame {
	background: #fefcf6;
	border: 1px solid #DBD5C5;
}

#informed, #reclame {
	float: right;
	width: 184px;
	padding: 8px 8px 7px 8px;
	margin-bottom: 10px;
}
#informed h2, #reclame h2 {
	font-size: 1.4em;
}
#informed ul {margin: 0px;}
#informed li {
	width: 160px;
	padding: 0.2em 0 0.2em 24px;
}
#sidebar #informed, #sidebar #reclame { float: none; }

#tab-content {
	clear: both;
	margin-bottom: 20px;
	background: #FEFCF6;
	padding: 20px 20px 10px 20px;
	border: 1px solid #DBD5C5;
	overflow: hidden;
}

#tabs {
	clear: both;
	float: left;
	margin: 0 0 0 0;
	width: 760px;
}
#tabs li {
	background: #DCD6C8 url(../i/arendonk/bg-tableft.jpg) 0 0 no-repeat;
	display: inline;
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
}
#tabs a {
	background: #DCD6C8 url(../i/arendonk/bg-tableft.jpg) 0 0 no-repeat;
	float:left;
	padding:0 0 0px 4px;
	text-decoration:none;
		cursor: pointer;

}
#tabs a span {
	background: #DCD6C8 url(../i/arendonk/bg-tabright.jpg) top right no-repeat;
	float: left;
	display: block;
	padding: 3px 8px 3px 4px;
	color: #837d6f;
}
#tabs li.active a{
	background: #FEFCF6 url(../i/arendonk/bg-tableft2.jpg) 0 0 no-repeat;
}
#tabs li.active a span {
	background: #FEFCF6 url(../i/arendonk/bg-tabright2.jpg) top right no-repeat;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span span {float:none;}
/* End IE5-Mac hack */

#tabs a:hover span {
	color: #ec643e;
}
#tabs .active a span, #tabs .active a:hover span {color: #514f48;}

/*--[ news ]----------------------------------------------------------------*/
.date-cat{
	font-size: 0.9em;
}
.newsitem .more {
	margin:0 0 10px 0;
	font-size: 0.9em;
}
.newsitem {
	padding: 0 0 15px 0;
	margin:0 0 20px 0;
	float: left;
	width: 760px;
}
.news-img {
	padding: 4px;
	float: left;
	display: inline;
	margin: 5px 15px 20px 0;
}
.newsitem p{margin:0px;}
.last{border:none;}

#subnav li, ul.list li {
	line-height: 26px;
	padding: 0px;
	text-align: right;
}
#content #subnav a, #content ul.list a {
	display: block;
	padding: 0 20px 0 0;
	text-decoration: none;
	width: 180px;
}
#content ul.list a {padding: 0 0 0 20px;}
ul.list li {
	text-align: left;
	line-height: 22px;
	}
h3.list {
	font-size: 1.4em;
	margin: 0px;
}
h3 a {text-decoration: none;}
.gallery {
	margin: 0 0 20px 0;
	float: left;
	width: 760px;
}
.gallery li {
	padding: 0px;
	float: left;
	display: inline;
	margin: 0 8px 10px 0;
	padding: 4px;
}
.gallery a {
	width: 170px;
	height: 120px;
	text-align: center;
	overflow: hidden;
	float: left;
	display: block;
}
.galler img {margin: 0 auto;}


/*--[ shop ]----------------------------------------------------------------*/
.shop dd {line-height: 1.2em;height: 2.4em;}

.shop dd.img {line-height: 150px;height: 150px;}


.shop del {
	display: block;
	font-size: 0.9em;
}

/*--[ home ]----------------------------------------------------------------*/
#home #informed {
	width: 220px;
}
#home #informed li {width: 196px;}
.newsfront, div#shop {
	float: right;
	width: 236px;
	margin-bottom: 10px;
}
.newsfront h2, div#shop h2 {margin: 8px;}
#content .newsfront p, #content div#shop p {
	background: #F3F1E9;
	margin: 8px;
	padding: 10px;
	width: 200px;
}
.newsfront img {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
}




/*--[ newsletter & search ]----------------------------------------------------------------*/
#history span {
	display: block;
	font-size: 0.9em;
	color: #8c8a81;
}
#newsletter-form, #search-form2 {
	height: 30px;
	padding: 10px;
}

#newsletter-form label, #search-form2 label {
	width: 100px;
	line-height: 30px;
	float: left;
	display: inline;
	margin: 0 0 0 20px;
}
#newsletter-form #mail, #search-form2 #q2 {
	height: 20px;
	float: left;
	display: inline;
	font-size: 1.2em;
	width: 480px;
}
#newsletter-form .button, #search-form2 .button {
	height: 30px;
	margin-left: 10px;
}
#results li {
	margin-bottom: 1em;
}
#results h3, #results p {margin:0px;}
#results .more {
	font-size: 0.9em;
}
.pages{
	font-size: 0.9em;
	padding: 1em 0;
	text-align:center;
	font-weight: bold;
}
.pages a {font-weight:normal;}


.bank {
	width: 350px;
	float: left;
	display: inline;
	margin: 0 10px;
}

/*--[ forms ]----------------------------------------------------------------*/
form {margin: 0 0 1em 0;}
fieldset {border: 0px;}
label {
	cursor: pointer;
	display: block;
	}
#footer label {margin-bottom: 1em;}
input, textarea {
	font-family: "Lucida Sans Unicode","Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 4px 2px;
	width: 230px;
	background: #fff;
	border: 1px solid #DBD5C5;
	}
.input {
	width: 240px;
	float: left;
}
.mail {float: right;}
textarea {
	height: 120px;
	width: 490px;
	overflow: auto;
}

#content .button, #footer .button {
	border: 0px;
	padding: 30px 0 0;
	height: 30px;
	width: 100px;
	overflow: hidden;
	cursor: pointer;
}

label em, span.label em , div.error label, span.error {
	font-style: normal;
}
div.error input,  div.error textarea {
	text-indent: 10px;
	}
.errors, #success {
	clear: both;
	padding: 20px;
	margin : 0 0 10px 0;
}
#success {
	margin : 0;
}
.errors h4, #success h4 {
	clear: both;
	font-weight: normal;
	margin: 0px;
}

.errors li {
    background-position:left center;
    color:#fff;
}

#lottery, #tickets, #participants, #winners {
    float: left;
    display: inline;
    width: 760px;
    margin-bottom: 18px;
}

#koi-info.lottery-info {
    float: none;
    position: absolute;
    top:0;
    right:0;
}

#lottery #success {
    margin-bottom:18px;
}

#participants, #winners {
    width:360px;
    background: #fefcf6;
	border: 1px solid #DBD5C5;
    padding:10px;
}

#winners {
    float: right;
    width: 350px;
    padding-left:10px;
}

#lottery {
    margin-bottom:0;
    margin-top: 18px;
}

#winners dl {
	float:left;
	display: inline;
	overflow: hidden;
	width: 365px;
}

#winners dl dt {
	font-weight: bold;
	width: 180px;
	clear: both;
	display: block;
	float: left;
	font-weight: bold;
}

#winners dl dd {
	float:left;
	width: 180px;
	overflow:hidden;
	clear:none;
}

dl dt.title, dl dd.title {
    font-weight:bold;
    border-bottom: 1px solid #DBD5C5;
}

td.red {
    color: #AC4834;
}

#participants table.participants th  {
    border-bottom: 1px solid #DBD5C5;
}

dl dt.title, dl dd.title {
    font-weight:bold;
    border-bottom: 1px solid #DBD5C5;
}

#lottery-form {
    clear: both;
    float: left;
    display: inline;
    margin-top: 10px;
    position: relative;
    width:760px;
}

#lottery-form label {
    float: left;
    display: inline;
    width: 100px;
    text-align: right;
    margin-right: 10px;
    padding-top: 3px;
}

#lottery-form div {
    margin-bottom: 10px;
}

#lottery-form .button {
    width: 250px;
    border: 0px;
	padding: 0px 0px 0px;
	height: auto;
	width: 640px;
	overflow: auto;
    cursor: auto;
    float: left;
    margin-left: 110px;
    display:inline;
}

#extra-info.lottery {
    margin-top: 0;
    width: 475px;
}

#lottery-form .button p {
    float: left;
    margin-left: 10px;
    width: 530px;
    display:inline;
}

#lottery-form .button em{
    color: #E23B00;
}

.errors h3, #success h3 {
    color: #fff;
}

#lottery-form .submit {
    background: #F3F1E9 url(../i/arendonk/submit-lottery.jpg) no-repeat scroll 0 0;
    border:0 none;
    cursor: pointer;
    height: 30px;
    overflow: hidden;
    padding: 30px 0 0;
    width: 100px;
    float: left;
    display:inline;
}

/*--[ contact ]----------------------------------------------------------------*/
#border{
	width: 970px;
	height: 355px;
	margin-bottom: 10px;
}
#map{
	width: 970px;
	height: 355px;
}

/*--[ sitemap ]----------------------------------------------------------------*/
.maplist li {
	width: 320px;
	float: left;
}
.maplist li li {
	width: auto;
	float: none;
}

/*--[ footer ]----------------------------------------------------------------*/
#footer-wrap {
	clear: both;
	text-align: center;
	padding: 20px 0;
	}
#copy span {float:right;}

#address {
	float: left;
	width: 220px;
	}
#search-hours {
	float: left;
	width: 240px;
	}
#contact-form {
	width: 500px;
	float: right;
	z-index: 1;
	}
#q {
	margin-bottom: 10px;
}
#copy {
	clear: both;
	font-size: 0.9em;
	width: 980px;
	margin: 0 auto 10px auto;
	height: auto;
	}
.rss {
	padding-left: 16px;
	}
#search-hours .button {
	clear: both;
}

/*--[ comments ]----------------------------------------------------------------*/
.comment {
	width: auto;
	margin-bottom: 24px;
}
.comment blockquote {
	border: 1px solid #DBD5C5;
	background-color: #fff;
}
.owner blockquote {
	background-color: #fff;
	border-color: #DBD5C5;
}
.comment blockquote p {
	margin: 10px;
	padding: 0px;
}
.comment cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 5px;
	background: transparent url(../i/arendonk/tip.gif) no-repeat 20px 0;
	font-style: normal;
}
.comment cite span {color: #ac4834;}
.owner cite {background: transparent url(../i/arendonk/tip-owner.gif) no-repeat 20px 0;}
.comment cite strong {color: #ac4834;}

label span {color: red;}
span.error {
	font-size: 0.9em;
	color: red;
}
#comment_form .button {background: #2c3d3c url(../i/submit-react.gif) 0 0 no-repeat;}

/*--[ vraag het aan ]----------------------------------------------------------------*/
.ask {
	width: 480px;
}
.ask p {
	font-size: 1.2em;
	line-height: 1.2em;
}
#ben {float: left;}
#rini {float: right;}

.ask img {
	background: #fefcf6;
	border: 1px solid #DBD5C5;
	margin-bottom: 5px;
	padding: 4px;
	float: left;
	display: inline;
	margin-right: 10px;
}
.ask h2 {margin-top: 30px;clear: none;}
.ask-button {
	width: 200px;
	height: 30px;
	margin: 0px;
	clear: both;
}

.ask-button a {
	text-indent: -9000em;
	overflow: hidden;
	width: 200px;
	height: 30px;
	display: block;
	text-decoration: none;
	float:left;
}
#rini .ask-button, #rini .ask-button a {background: #2c3c3b url(../i/bg-askrini.gif) 0 0 no-repeat;}
#rini .ask-button a:hover {background: #ba4c36 url(../i/bg-askrini.gif) 0 -30px no-repeat;}
#ben .ask-button, #ben .ask-button a {background: #2c3c3b url(../i/bg-askben.gif) 0 0 no-repeat;}
#ben .ask-button a:hover {background: #ba4c36 url(../i/bg-askben.gif) 0 -30px no-repeat;}

#question-form .button, #write-form .button {background: #2c3d3c url(../i/btn-send.gif) 0 0 no-repeat;}

#question-list li {
	color: #8c8a81;
}
#question-list a {
	text-decoration: none;
}
.question {
	width: auto;
	margin-bottom: 24px;
}
.question strong {
	font-weight: normal;
	color: #49837b;
	font-style: italic;
}
.question div {
	border: 1px solid #DBD5C5;
	background-color: #fff;
	padding: 10px;
}
.question h2 {
	font-family: "Lucida Sans Unicode","Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	margin-bottom: 0.4em;
	color: #2B3939;

}
.question h2 br {display: none;}

.question p {color: #6d6b62;}
/*
.question blockquote {
	border: 1px solid #DBD5C5;
	background-color: #fff;
}
.question blockquote p {
	margin: 10px;
	padding: 0px;
}
*/
.info {
	color: #8c8a81;
	font-size: 0.9em;
	margin-bottom: 0.2em;
}

.question cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 5px;
	background: transparent url(../i/arendonk/tip.gif) no-repeat 20px 0;
	font-style: normal;
}
.question cite span {color: #ac4834;}

/*--[ loterij ]----------------------------------------------------------------*/
div#slots {
    display:block;
    width:360px;
    height:230px;
    background:url(../i/bg-slots.jpg) 0 0 repeat-x;
}
ul#tickets {
    clear: both;
    margin: 15px 20px;
    display: block;
    background: url(../i/bg-ul-tickets.jpg) 0 0 no-repeat;
    border: none;
    width: 314px;
    height: 196px;
    padding-top:1px;
    position:relative;
}
ul#tickets li {
    width: 304px;
    background: none;
    padding: 5px 0px 5px 5px;
    line-height: 24px;
    height: 30px;
    text-align: left;
    text-indent: 50px;
}
.small_first, .small_second {
    font-size: 12px;
    color: #1b1d21;
    display:block;
    position:absolute;
    left: 0;
    top: 0px;
}
.small_second {
    top:160px;
}
.normal_first, .normal_second {
    font-size: 14px;
    color:#040406;
    display:block;
    position:absolute;
    left:0;
    top: 40px;
}
.normal_second {
    top: 120px;
}
.large {
    font-size: 16px;
    color: #69655a;
    display:block;
    position:absolute;
    left:0;
    top: 80px;
}

p.winner {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 5px;
    background: #E0DBC8;
}

div.draw {
    float: left;
    clear: both;
}

li.win {
    width: 245px;
    font-size: 18px;
    line-height: 24px;
}

/*--[ sIFR ]----------------------------------------------------------------*/
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-hasFlash h1 {
	visibility: hidden;
	height: 32px;
}
.sIFR-hasFlash #footer h3 {
	visibility: hidden;
	height: 24px;
}
#ask-rini li {
	background: none;
	padding: 0px;
}


/*


div#rini-info {
	display: block;
	width: 970px;
	border: 1px solid #000;
	float: left;
	clear:both;
	padding: 4px;
	background: #2D3C39;
}
#rini-info img {
	float: left;
	margin-right: 10px;
	padding: 4px;
	background: #fefcf6;
	border: 1px solid #2D3C39;
}
#rini-info ul {
	float: left;
	width: 200px;
	list-style: none;
	text-align: left;
	font-size: 11px;
}
#rini-info ul li{
	background: none;
	color: #fefcf6;
}
ul.question-anwser-list{
	float: left;
	width: 978px;
	clear: both;
	margin: 10px 0 10px 0;
}
ul.question-anwser-list li{
	background: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #000;
}
p.info{
	margin: 0;
	padding: 3px 3px 3px 3px;
	color: #8c8a81;
	font-size: 0.9em;
}
p.answerinfo{
	margin: 0;
	padding: 3px 3px 3px 3px;
	color: #8c8a81;
	font-size: 0.9em;
}
p.question{
	margin: 0;
	padding: 2px 10px 10px 60px;
	color: #B14935;
	text-align: left;
	background: transparent url(../i/q.gif) 20px 0 no-repeat;
	font-size: 1.1em;
}
p.answer{
	margin: 0;
	padding: 2px 10px 10px 60px;
	text-align: left;
	background: transparent url(../i/a.gif) 20px 0 no-repeat;
	font-size: 1.1em;
}

*/
#tab-content ul li{
	background: none;
	float: left;
}

