body {
	font: 62.5%/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;
	padding: 0 0 41px;
	margin: 0;
	color: #5c5c5c;
	text-align: center;
}
a img {
	border: 0;
}

div.wrapper {
	width: 866px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	overflow: hidden;
}

div.main-content {
	float: left;
	width: 636px;
}

div.asides {
	float: right;
	width: 216px;
}


/*	Branding
-------------------------------------------------- */

div.branding {
	margin: 0 0 15px;
	height: 110px;
}

div.branding img {
	border: none;
	position: relative;
	z-index: 1;
	margin: 5px 0 0;
}


/*	Menu
-------------------------------------------------- */

div.nav {
	position: absolute;
	top: 87px;
	left: 0px;
	width: 865px;
	border-bottom: 1px solid #b2b2b2;
}

div.nav ul {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #b2b2b2;
	float: right;
	margin-bottom: -1px;
}

div.nav li {
	float: left;
	list-style: none;
	text-align: center;
	line-height: 1.4em;
	margin-left: 5px;
	font-size: 1.4em;
	border: 1px solid #b2b2b2;
	border-bottom: none;
	padding: 1px;
}

div.nav li a {
	color: #5c5c5c;
	text-decoration: none;
	padding: 2px 10px 4px;
	margin: 0 0 0;
}

div.nav li a:hover {
	color: #000;
}

div.nav li.home {
	width: 25px;
	background: none;
}

div.nav li.home a {
	padding: 0;
	border: none;
}

div.nav li.home img {
	border: none;
	margin-top: 1px;
}

div.nav li.sub {
	background: url(../gfx/sub-arrow.gif) no-repeat 100% 7px;
}

div.nav li.sub:hover {
	background-position: 100% -33px;
}

div.nav li.sub:hover a {
	color: #000;
}

div.nav li.sub a {
	padding-right: 28px;
}

div.nav li ul {
	position: absolute;
	display: none;
	top: 1.6em;
	margin-left: -2px;
	border-width: 1px;
	border-style: solid;
	border-color: #b2b2b2;
	background: #fff;
	z-index: 100;
}
div.nav li.last {
	position:relative;
}
div.nav li.last ul {
	left:-145px;
}

div.nav li.customer {
	position:relative;
}
div.nav li.customer ul {
	left:1px;
}

div.nav li:hover ul,
div.nav li.hover ul {
	display: block;
}

div.nav li ul li {
	display: block;
	float: none;
	font-size: .8em;
	text-align: left;
	margin: 0;
	padding: 0;
	border: none;
}

div.nav li ul li a {
	display: block;
	padding: .5em 1em;
	border: none;
	background-image: none !important;
	width: 170px;
	margin: 0;
	color: #5c5c5c !important;
}

div.nav li ul li a:hover {
	background: #B62025;
	color: #FFF !important;
}

/*	Footer
-------------------------------------------------- */

div.footer {
	margin: 0 auto 41px;
	clear: both;
	padding: 10px 0 0;
}

div.footer ul.nav {
	text-align: center;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	list-style: none;
}

div.footer ul.nav li {
	display: inline;
}

div.footer ul.nav a:link,
div.footer ul.nav a:visited {
	text-decoration: none;
	padding: 0 8px 0 4px;
	border-right: 1px solid #9e0009;
}
div.footer ul.nav a{
	color: #9e0009;
}
div.footer ul.nav a:hover {
	color: #9e0009;
	text-decoration: underline;
}

div.footer ul.nav li.last-child a {
	padding-right: 0;
	border-right: none;
}


/*	Asides
-------------------------------------------------- */

.aside {
	width: 216px;
	background: url(../gfx/borders.gif) no-repeat -250px 100%;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.aside .header {
	background: url(../gfx/borders.gif) no-repeat -13000px 100%;
	padding: 0 0 8px;
}
.aside h3 {
	background: url(../gfx/borders.gif) no-repeat 0 0;
	margin: 0 0 3px;
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: normal;
	padding: 10px 12px 0;
	color: #b7070e;
	font-family: impact;
}
h3 span {
	text-indent:-9999px;
}
h3#h_assortiment span {display:block; background:url(../gfx/h_assortiment.gif) left top no-repeat;height:23px;}
.aside h3#h_winkelmandje span {display:block; background:url(../gfx/h_winkelmandje.gif) left top no-repeat;height: 23px}
.aside h3#h_winnaars span {display:block; background:url(../gfx/h_winnaars.gif) left top no-repeat; }

.aside h3#h_jebestelling span {display:block; background:url(../gfx/h_jebestelling.gif) left top no-repeat;line-height:22px;}

.aside .content {
	background: url(../gfx/borders.gif) -500px 0;
	padding: 5px 14px;
	overflow: hidden;
}

.aside form.login .content {
	padding: 5px 14px 0;
}

.aside form.search .content {
	font-size: 1.2em;
	padding-top: 10px;
}

.aside p,
.article p {
	font-size: 1.2em;
	margin: 5px 0;
}
.aside p{
	color: #fff;
}
.aside .content h3{
	color: #fff;
	background: none;
	margin: 15px 0;
}
.aside .content h4 {
	color: #fff;
	font-size: 16px;
	margin: 0 0 5px;
}
.aside .content img{
	margin: 5px 0;
	/*position: relative;
	left: -3px;*/
	z-index: 1;
}
div.aside.full-button hr {
	border-top-color: #900108;
	border-bottom-color: #da8085;
	border-width: 1px 0;
}
.aside .content a.more{
	background: url(../gfx/more-arrow-aside.gif) no-repeat 100% 7px;
	padding: 0 10px 0 0;
	color: #fff;
	float: right;
	display: inline;
	margin: 0;
}
.aside .content a.buy-online{
	background: url(../gfx/buy-online.gif) no-repeat 0 0;
	width: 176px;
	height: 30px;
	display: block;
	position: absolute;
	bottom: 5px;
	left: 5px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
	padding: 11px 0 0 30px;
}
.article p {
	overflow: hidden;
}
.asides .aside.yellow {
	background: url(../gfx/borders.gif) no-repeat -1000px 100%;
}
.asides .aside.yellow .header {
	background: url(../gfx/borders.gif) no-repeat -750px 100%;
}
.asides .aside.yellow .content {
	background: url(../gfx/borders.gif) repeat-y -1234px 0;
}
.no-bg.aside.yellow .header,
.no-bg.aside.yellow .content{
	background: none;
}
.new-aside{
	background: url(../gfx/new-aside-bottom.gif) no-repeat bottom left;
	position: relative;
}
.new-aside .content{
	background: url(../gfx/new-aside-top.gif) no-repeat 0 0;
	padding: 5px 0 0;
}
.new-aside img{
	margin: 0 0 0 4px;
}
.new-aside h3{
	font-size: 1.8em;
	font-weight: normal;
	margin: 0 0 3px 12px;
	color: #b7070e;
	font-family: impact;
}
.aside.gradient {
	background: url(../gfx/borders.gif) no-repeat -1750px 100%;
}

.aside.gradient h3 {
	background: url(../gfx/borders.gif) no-repeat -1500px 0;
	height: auto;
}

.aside.gradient .content {
	background: url(../gfx/borders.gif) -2000px 0;
}

.article {
	background: url(../gfx/borders.gif) no-repeat -4950px 100%;
	width: 636px;
	padding: 0 0 8px;
	margin: 0 0 10px;
}

.article .header {
	background: url(../gfx/borders.gif) no-repeat -2250px 100%;
	height: 40px;
	position: relative;
}

.article .content {
	background: url(../gfx/borders.gif) repeat-y -2900px 0;
	padding: 5px 16px;
	position: relative;
	overflow: hidden;
}

.article.check-out-overview .content {
	padding-left: 32px;
}

form.registration .article,
form.check-out .article {
	background-position: -10249px 100%;
}

div.main-content div.article.error {
	background: url(../gfx/borders.gif) repeat-y -11647px 0;
	color: #a73c3c;
	font-size: 1.1em;
	padding: 0;
	line-height: 1.4em;
}

div.article.error .content {
	background: url(../gfx/borders.gif) no-repeat -10948px 0;
	padding: 15px 16px 5px;
	font-weight: bold;
}

div.article.error .content p {
	background: #fcc url(../gfx/error-icon.gif) no-repeat 0 1px;
	padding: 0 0 0 28px;
}

div.article.error div.footer {
	background: url(../gfx/borders.gif) no-repeat -12346px 100%;
	padding: 0 16px 15px 44px;
	margin: 0;
}

div.article.error div.footer p {
	margin: 0;
}

.article h1,
.article h2,
.article h3,
form {
	margin: 0;
}

.article .header h1,
.article .header h2 {
	font-size: 1.8em;
	line-height: 1.5em;
	font-weight: normal;
	padding: 7px 12px 0;
}

.article .header.between h1,
.article .header.between h2 {
	background: url(../gfx/borders.gif) no-repeat -3550px 0;
}
.article .header em {
	position: absolute;
	right: 15px;
	top: 1.2em;
	font-size: 1.2em;
	font-style: normal;
}
.article .header em span {
	font-weight: bold;
}
.article.yellow {
	background: url(../gfx/borders.gif) no-repeat -9550px 100%;
}

.article.yellow .header {
	background: url(../gfx/borders.gif) no-repeat -8150px 100%;
}

.article.yellow .content {
	background: url(../gfx/borders.gif) repeat-y -8850px 0;
	color: #444;
}

.article.basic{
	background: url(../gfx/borders.gif) no-repeat -16759px 100%;
	padding: 0 0 5px;
	min-height: 630px;
}

.article.basic .header {
	background: url(../gfx/borders.gif) no-repeat -15477px 0;
	height: auto;
	padding: 5px 0 0;
}
.article.basic .content {
	background: url(../gfx/borders.gif) repeat-y -16118px 0;
	padding: 0 20px;
	min-height: 575px;
}
.article.follow-up,
.article.follow-up .content{
	min-height: 1px;
}
.article.home {
	width: 406px;
	background: url(../gfx/borders.gif) no-repeat -7700px 100%;
}

.article.home .header {
	background: url(../gfx/borders.gif) no-repeat -6800px 100%;
}

.article.home .content {
	background: url(../gfx/borders.gif) repeat-y -7250px 0;
}

div.article.check-out-login {
	width: 311px;
	background: url(../gfx/borders.gif) no-repeat -14221px 100%;
	float: left;
}

div.article.check-out-login.first-child {
	margin: 0 14px 0 0;
}

div.article.check-out-login div.content {
	min-height: 181px;
}

div.article.check-out-login .header {
	background: url(../gfx/borders.gif) no-repeat -13563px 100%;
	height: auto;
	padding: 0 0 8px;
}

div.article.check-out-login .header h1 {
	background: url(../gfx/borders.gif) no-repeat -13234px 0;
	line-height: 1.1em;
	padding: 10px 12px 0;
}

div.article.check-out-login div.content h2 {
	font-size: 1.4em;
	margin: 0 0 1em;
}

div.article.check-out-login.first-child p {
	margin: 1em 0 1.5em;
}

div.article.check-out-login .content {
	background: url(../gfx/borders.gif) -13892px 0;
}

div.article.check-out-login a.inactive,
div.article.check-out-login a.active {
	background: url(../gfx/mini-buttons.gif) no-repeat -2px -447px;
	font-weight: bold;
	padding: .5em 1em .5em 27px;
	font-size: 1.2em;
	color: #444;
	text-decoration: underline;
}

div.article.check-out-login a.inactive:hover,
div.article.check-out-login a.active:hover {
	text-decoration: none;
}

div.article.check-out-login a.active {
	background-position: -2px -492px;
}

div.article.check-out-login div.activate-action {
/* 	display: none; */
}

.aside.security span,
.aside.support p {
	background: url(../gfx/icons.gif) no-repeat;
	min-height: 45px;
	margin: 0;
	padding: 15px 0 0 70px;
	color: #444;
	line-height: 1.4em;
	display: block;
}

.aside.security span {
	background-position: left 5px;
}

.aside.support p {
	background-position: left -105px;
}

.aside.security strong,
.aside.support strong {
	font-size: 1.6em;
}

.aside.security em,
.aside.support em {
	display: block;
	font-style: normal;
	font-weight: bold;
}

div.article div.highlight {
	margin: 0 -15px;
	width: 626px;
	color: #5c5c5c;
}

div.article div.highlight div.content {
	background: url(../gfx/borders.gif) no-repeat -18041px 100%;
	padding: 20px 20px 10px;
}

div.article div.highlight h3,
div.article div.highlight h4 {
	color: #5c5c5c;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0;
}

div.article div.highlight div.action {
	margin: 0;
}

div.article div.highlight.advertisement {
	position: relative;
	overflow: visible;
	margin-bottom: 30px;
	margin-top: 15px;
}
div.article div.highlight.advertisement div.content {
	padding: 15px 25px 10px 150px;
	position: static;
}
.advertisement img {
	position: absolute;
	left: 10px;
	bottom: -20px;
}
div.article div.highlight.advertisement h3 {
	color: #3c3c3c;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}
div.article div.highlight.advertisement p {
	margin: 5px 0;
	color: #3c3c3c;
}
.advertisement .large-btn {
	position: absolute;
	right: 20px;
	bottom: 8px;
}

div.article div.highlight img.visual,
div.article div.section img.visual {
	float: left;
	margin: 0 20px 0 0;
}

.article.basic .header h1,
.article.basic .header h2 {
	background: url(../gfx/borders.gif) repeat-y -16118px 0;
	padding: 20px 20px 0;
	line-height: 1.2em;
	font-size: 2.4em;
}
.article.basic .header h1{
	color: #020000;
	padding: 20px 20px 0;
}
.article.basic h2 {
	color: #b7070e;
	font-size: 1.5em;
	margin: 0 0 10px;
}
.article.overview h2{
	margin-bottom: 0;
}
.article.basic h3 {
	font-size: 1.8em;
	color: #000;
	font-weight: normal;
}
.article.overview h3{
	font-size: 1.2em;
	font-weight: bold;
	margin: -3px 0 10px;
	color: #5c5c5c;
}
.article.basic p {
	margin: 10px 0;
}
.article.overview p {
	margin: 5px 0 10px;
}
.article.winners .header h2{
	color: #5c5c5c;
	font-size: 1.5em;
	padding: 0;
	padding: 10px 0 10px 15px;
}
.article.winners .data-table{
	position: relative;
	left: -5px;
	margin: 0 0 20px;
}
.article.winners a.more{
	position: relative;
	top: -5px;
}
.article.basic hr {
	margin: 10px 0 25px;
	width: 100%;
}

.article.basic ul {
	font-size: 1.2em;
	list-style: square;
	list-style-position: inside;
	padding: 0;
	margin: 10px 0;
}

.article.basic li {
	margin: 5px 0;
}

.article.basic ul.link-list {
	margin: 10px 0 0;
}

.article.basic ul.link-list li {
	list-style: none;
}
.article.basic ul.link-list a {
	background: url(../gfx/arrow-fwd.gif) no-repeat left center;
	padding: 0 0 0 10px;
}


.article.basic div.figure {
	float: left;
	width: 200px;
	overflow: hidden;
	margin: 0 20px 10px 0;
}

.content-inner div.figure {
	float:left;
	display: inline;
	margin:0 20px 10px 0;
	overflow:hidden;
	width:200px;
	text-align: center;
}

.content-inner div.figure img {
	margin: 0 auto;
}

.wd-content{
	margin-top: 20px;
}
.article.basic div.video{
	width: 360px;
}
.article.basic div.figure img{
	width: 200px;
}
.article.basic div.video img{
	width: auto;
}


.article.basic div.figure em.legend{
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.4em;
}

a.more,
a.next {
	font-size: 1.2em;
	background: url(../gfx/arrow-fwd.gif) no-repeat right;
	padding: 0 10px 0 0;
}

a.back {
	font-size: 1.2em;
	background: url(../gfx/arrow-back.gif) no-repeat left;
	padding: 0 0 0 10px;
	clear: both;
}

.article.basic .sub-header {
	position: relative;
}

.article.basic .sub-header em {
	position: absolute;
	right: 0;
	top: .4em;
	font-size: 1.1em;
	font-style: normal;
}

.article.basic ul.news-items-overview {
	font-size: 1.2em;
	list-style: none;
	padding: 0;
	margin: 10px 0;
	border-bottom: 1px solid #e2e2e2;
}

.article.basic ul.news-items-overview li {
	margin: 0;
	border-top: 1px solid #e2e2e2;
}

.article.basic ul.news-items-overview a {
	text-decoration: none;
	display: block;
	padding: .5em 1em;
}

.article.basic ul.news-items-overview a:hover {
	background: #fe0;
}

.article.basic ul.news-items-overview b {
	float: left;
	width: 6em;
	font-weight: normal;
}

.article.basic ul.news-items-overview em {
	font-size: .9em;
	line-height: 1.7em;
	width: 14em;
	font-style: normal;
	float: left;
}

div.article.basic div.section {
	background: url(../gfx/borders.gif) no-repeat -22846px 0;
	margin: 0 -15px 10px;
	width: 626px;
	padding: 11px 0 0;
}

div.article.basic div.section-outer {
	background: url(../gfx/borders.gif) no-repeat -24118px 100%;
	padding: 0 0 11px;
}

div.article.basic div.section-inner {
	background: url(../gfx/borders.gif) repeat-y -23482px 0;
	padding: 0 13px;
}

div.article.basic div.section h3 {
	font-size: 1.5em;
	color: #5c5c5c;
	margin: 0;
	font-weight: bold;
}

div.article.basic div.section p {
	margin: 0 0 10px;
}

div.article div.subcontent {
	background: url(../gfx/borders.gif) no-repeat -24754px 0;
	padding: 11px 0 0;
	margin: 0 0 10px;
}

div.article div.subcontent-outer {
	background: url(../gfx/borders.gif) no-repeat -25974px 100%;
	padding: 0 0 11px;
}

div.article div.subcontent-inner {
	background: url(../gfx/borders.gif) repeat-y -25364px 0;
	padding: 0 15px;
}

div.article.prizes h2 {
	color: #000;
	font-size: 1.8em;
	font-weight: normal;
}

table.prizes-overview {
	font-size: 1.2em;
	font-weight: bold;
	width: 100%;
	border-collapse: collapse;
}

table.prizes-overview td {
	width: 50%;
	border-bottom: 1px solid #e2e2e2;
	padding: .5em 0;
}

table.prizes-overview tr.last-child td {
	border-bottom: none;
}

table.prizes-overview td.prize {
	text-align: right;
}

table.prizes-overview tr.jackpot td {
	font-size: 1.2em;
}

table.prizes-overview tr.jackpot strong {
	color: #000;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
}

table.prizes-overview tr.jackpot td.prize {
	font-size: 1.9em;
	color: #c00;
}

table.prizes-overview td.prize {
	font-size: 1.3em;
	padding-right: 20px;
}

table.prizes-overview td.prize b {
	position: absolute;
	right: 35px;
}

table.prizes-overview tr.top-prize td.prize {
	color: #c00;
}

table.prizes-overview em {
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}

table.prizes-overview td.prize span {
	font-size: .65em;
	position: relative;
	top: -.5em;
	margin: 0 0 0 1px;
}

div.article.overview p.first-child {
	margin-bottom: 30px;
}

div.next-draw p {
	font-size: 1.4em;
}


/*	Data tables
-------------------------------------------------- */

table.data-table {
	font-size: 1.2em;
	width: 100%;
}
table.xtr-mrg {
	margin-top: 10px;
}

table.data-table tr.odd {
	background: #ececec;
}

table.data-table th {
	padding: 0 0 4px 20px;
	text-align: left;
}

table.data-table td {
	padding: 2px 0 3px 20px;
	vertical-align: top;
}
table.data-table tr.even td {
	padding: 0 0 1px 20px;
}
table.data-table address {
	font-style: normal;
}

table.data-table a.magnify {
	padding: 3px 26px 3px 0;
}

table.data-table tr.even a.magnify {
	background: url(../gfx/magnifier-icon.gif) no-repeat right 2px;
}

table.data-table tr.odd a.magnify {
	background: url(../gfx/magnifier-icon.gif) no-repeat right -36px;
}

table.game-history-table {
	border-collapse: collapse;
	font-size: 1.2em;
	width: 628px;
	margin: 0 -16px;
}

table.game-history-table tr.summary {
	background: url(../gfx/borders.gif) no-repeat -26720px 0;
	height: 40px;
}

table.game-history-table tr.summary.open {
	background-position: -27358px 0;
}

table.game-history-table thead th {
	padding: 0 0 4px 20px;
	text-align: left;
}

table.game-history-table tr.summary td {
	padding: 6px 0 6px 20px;
	vertical-align: top;
	background: url(../gfx/buttons.gif) no-repeat 50% -1028px;
}

table.game-history-table tr.summary.open td {
	background-position: 50% -1060px;
}

table.game-history-table tr.details {
	font-size: .85em;
}

table.game-history-table td.details-content {
	padding: 10px 16px 30px;
}

table.game-history-table td.details-content h3.profile-subheader {
	padding: 10px 0 5px;
	font-size: 1.3em;
}

table.game-history-table tr.summary td.toggle {
	background: url(../gfx/buttons.gif) no-repeat 0 -1028px;
	width: 38px;
	padding-left: 0;
}

table.game-history-table tr.summary.open td.toggle {
	background-position: 0 -1060px;
}

table.game-history-table tr.summary td.toggle a {
	display: block;
	width: 628px;
	height: 32px;
	position: absolute;
	left: 4px;
	margin: -6px 0 0;
	text-decoration: none;
	border-bottom: 8px solid #fff;
}

table.game-history-table tr.summary td.toggle a span {
	position: relative;
	left: -9999px;
}

table.game-history-table tr.summary td.last-child {
	background: url(../gfx/buttons.gif) no-repeat 100% -1028px;
}

table.game-history-table tr.summary.open td.last-child {
	background-position: 100% -1060px;
}

table.game-history-table .profile-subheader {
	clear: both;
}

table.subscription-details {
	text-align: left;
}


/*	Last draw table
-------------------------------------------------- */

.last-draw {
	margin: 0 0 20px;
	width: 371px;
}

.last-draw table {
	background: url(../gfx/last-draw-table.gif) no-repeat 0 0;
	height: 130px;
	border-collapse: collapse;
	width: 100%;
}

.last-draw table th {
	padding: 0 0 0 20px;
	font-size: 1.2em;
	height: 31px;
	text-align: left;
}

.last-draw table td {
	text-align: center;
	width: 31px;
	height: 31px;
}

.last-draw table td.last-child {
	padding: 0 20px 0 0;
}

.last-draw table td span {
	background: url(../gfx/borders.gif) no-repeat -26720px 50%;
	color: #444;
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 26px;
	margin: 0;
	padding: 5px 0 0;
	width: 31px;
	text-decoration: underline;
}

.last-draw table td.color {
	font-size: 1.2em;
}

.last-draw table td.color span {
	background: url(../gfx/blue.png) no-repeat 100% 50%;
	float: left;
	height: 20px;
	padding: 0 30px 0 0;
	margin: 2px 0 0 0;
	font-size: 1em;
	color: inherit;
	font-weight: normal;
}

.last-draw table td.blue span {background: url(../gfx/blue.png) no-repeat 100% 50%;}
.last-draw table td.green span {background: url(../gfx/green.png) no-repeat 100% 50%;}


.last-draw table .eurolotery td span {
	background: url(../gfx/borders.gif) no-repeat scroll -26760px 50%;
}

.last-draw tfoot td {
	text-align: left;
	font-size: 1.2em;
	padding: 0 0 0 20px;
	width: auto;
}

.last-draw a.more {
	float: right;
}



/*	Form
-------------------------------------------------- */

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

.default-label {
	display: block;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: bold;
	position: relative;
	padding: 0 0 6px;
	overflow: hidden;
	clear: both;
}

form.forgot-password .default-label {
	padding: 0;
}

form.check-out-login .default-label {
	font-weight: normal;
}

label.default-label.error {
	background: #fcc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: -4px -7px 7px;
	padding: 4px 8px;
	width: 601px;
}

.default-label span,
.default-label label {
	display: block;
	float: left;
	width: 170px;
	position: relative;
}

form.forgot-password .default-label span {
	width: 120px;
}

fieldset.radio-buttons span,
fieldset.radio-buttons label {
	display: inline;
	float: none;
	width: auto;
	font-weight: normal;
}

fieldset.radio-buttons span {
	margin: 0 1.5em 0 0;
	position: relative;
	top: -2px;
}

b {
	margin: 0 0 0 5px;
}

.header b {
	margin: 0;
}

.default-label em {
	margin: 0 0 0 170px;
	padding: 5px 0 0;
	display: block;
	font-size: .9em;
	font-weight: normal;
	clear: both;
}

.default-label.error em {
	background: url(../gfx/error-icon.gif) no-repeat center right;
	color: #a73c3c;
	font-style: normal;
	font-weight: bold;
	font-size: 1em;
}

input.text,
input.password {
	width: 243px;
	margin: 0 5px 0 0;
	color: #000; /* #999 when prefilled */
	font-size: .85em;
}

form.login input.text {
	width: 118px;
	margin: 0 0 6px;
	font-size: 1em;
}

form.check-out-login input.text,
form.check-out-login input.password {
	width: 170px;
}

select.select {
	margin: 0 5px 0 0;
	color: #000; /* #999 before selection */
	font-size: .85em;
}

input.radio,
input.checkbox {
	margin: 1px 5px 1px 1px;
}

input#numbers,
input#number {
	width: 84px;
}

input#letters,
input#letter {
	width: 34px;
}

input#first-name,
input#last-name {
	width: 128px;
}

input#initials {
	width: 44px;
}

input#prefix {
	width: 77px;
}

input#method-details {
	display: inline;
	float: none;
	width: 152px;
	margin: 0;
}

input#password {
	margin: 0 3px 0 0;
}

input#search {
	width: 100px;
	margin: 0 5px;
}

input#shopfinder {
	width: 320px;
	margin: 0 0 0 10px;
}

input#faq {
	width: 260px;
	margin: 0 0 0 10px;
}

select#day,
select#year {
	width: 81px;
}

select#month {
	width: 160px;
}

select#method-select {
	width: 159px;
}

hr {
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

div.article hr {
	margin: 20px -12px;
	width: 628px;
	border-color: #dcdcdc;
}

.article.check-out-alert hr,
.article.check-out-overview hr {
	margin-left: -28px;
}

div.article.yellow hr {
	border-color: #ccbe00;
}

div.article.check-out-login hr {
	margin: 10px -11px;
	width: 301px;
	border-color: #ccbe00;
}

div.aside hr {
	margin: 5px -9px;
	width: 207px;
	border-color: #b9b9b9;
}

div.aside form.login hr {
	margin: 4px -9px 9px;
}

fieldset.message-options {
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 0 8px 20px;
	margin: 0 0 30px 30px;
}

fieldset.message-options .default-label span,
fieldset.message-options .default-label label {
	width: 209px;
	font-weight: bold;
}

label.checkbox-label {
	display: block;
	font-size: 1.2em;
	padding: 0 0 5px;
}

label.checkbox-label span {
	margin: 0 0 0 7px;
	position: relative;
	top: -2px;
}

div.action {
    text-align: right;
    overflow: hidden;
}

div.article.basic div.action {
    margin: 0 0 10px;
}

div.faq.answer div.action {
    margin: 0 0 30px;
}

form.registration div.action,
form.check-out div.action {
	background: url(../gfx/borders.gif) no-repeat -3551px 0;
	border-color: #a4a4a4;
	border-style: solid;
	border-width: 0 1px;
    overflow: hidden;
    width: 602px;
    padding: 13px 16px 5px;
    position: relative;
}

span.previous {
	font-size: 1.2em;
	color: #b3b3b3;
	position: absolute;
	left: 10px;
	top: 25px;
}
span.to-bottom{
	position: relative;
	top: -10px;
}
span.previous a {
	color: #5c5c5c;
	background: url(../gfx/arrow-back.gif) no-repeat left;
	padding: 0 0 0 10px;
}

a:link,
a:visited {
	color: #5c5c5c;
}

.article.check-out-alert a {
	color: #444;
}

div.aside form.login fieldset a,
form.check-out-login fieldset a {
	font-size: .9em;
	font-weight: bold;
	color: #444;
}

a:hover {
	color: #000;
	text-decoration: none;
}

p.link-button strong {
	float: left;
	font-size: .9em;
	line-height: 2em;
	margin: 0 4px 0 0;
}

p.link-button a,
p.link-button em {
	float: left;
	font-size: 1em;
	line-height: 1.7em;
	color: #5c5c5c;
	margin: 0 8px 0 0;
	font-style: normal;
}

p.link-button a.small-btn,
p.link-button a.large-btn {
	margin: 0;
}


/*	Buttons
-------------------------------------------------- */

div.action {
	overflow: hidden;
}

button,
a.large-btn { 
	background-image: url(../gfx/buttons.gif);
	background-repeat: no-repeat; 
	background-color: transparent;
	border: 0; 
	cursor: pointer; 
	font-weight: normal; 
	text-align: center; 
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	font-family: impact, Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin: 0;
} 

a.large-btn {
	float: right;
} 

button span,
a.large-btn span { 
	background-image: url(../gfx/buttons.gif);
	background-repeat: no-repeat; 
	white-space: nowrap; 
	display: block;
	color: #fff;
}

button:hover span
a.large-btn:hover span {
    color: #fff;
}

button:active,
a.large-btn:active,
button:active span,
a.large-btn:active span,
button:focus,
a.large-btn:focus,
button:focus span,
a.large-btn:focus span {
    outline: none;
}

button::-moz-focus-inner { /* moz specific pseudo-element */
	border: none;
	padding: 0;
}

.large-btn { 
	padding: 0 25px 0 0; 
}

.large-btn span { 
	padding: 0 0 4px 15px; 
	height: 29px; 
	line-height: 29px;
}


	/*	Large / Grey on red
	-------------------------------------------------- */

button.large-grey-on-red,
a.large-grey-on-red { 
	background-position: right 0;
	color: #000;
}

button.large-grey-on-red span,
a.large-grey-on-red span { 
	background-position: left 0;
	color: #000;
	font-size: 17px;
	font-weight: normal;
	font-family: impact;
}

button.large-grey-on-red:hover,
a.large-grey-on-red:hover {
	background-position: right -33px;  
}

button.large-grey-on-red:hover span,
a.large-grey-on-red:hover span {
	background-position: left -33px;
}

button.large-grey-on-red:active,
a.large-grey-on-red:active {
    background-position: right -66px;
}

button.large-grey-on-red:active span,
a.large-grey-on-red:active span {
    background-position: left -66px;
} 


	/*	Large / Blue on white
	-------------------------------------------------- */

button.large-blue-on-white,
a.large-blue-on-white { 
	background-position: right -198px; 
}

button.large-blue-on-white span,
a.large-blue-on-white span { 
	background-position: left -198px;
}

button.large-blue-on-white:hover,
a.large-blue-on-white:hover {
	background-position: right -231px;
}

button.large-blue-on-white:hover span,
a.large-blue-on-white:hover span {
	background-position: left -231px; 
}

button.large-blue-on-white:active,
a.large-blue-on-white:active {
    background-position: right -264px;
}

button.large-blue-on-white:active span,
a.large-blue-on-white:active span {
    background-position: left -264px;
}


	/*	Large / Blue on lightgrey
	-------------------------------------------------- */

button.large-blue-on-lightgrey,
a.large-blue-on-lightgrey {
	background-position: right -297px; 
}

button.large-blue-on-lightgrey span,
a.large-blue-on-lightgrey span { 
	background-position: left -297px;
}
button.large-blue-on-lightgrey:hover,
a.large-blue-on-lightgrey:hover {
	background-position: right -330px;
}
button.large-blue-on-lightgrey:hover span,
a.large-blue-on-lightgrey:hover span {
	background-position: left -330px; 
}

button.large-blue-on-lightgrey:active,
a.large-blue-on-lightgrey:active {
    background-position: right -363px;
}

button.large-blue-on-lightgrey:active span,
a.large-blue-on-lightgrey:active span {
    background-position: left -363px;
}


	/*	Large / Blue on red
	-------------------------------------------------- */

button.large-blue-on-red,
a.large-blue-on-red { 
	background-position: right -99px; 
}

button.large-blue-on-red span,
a.large-blue-on-red span { 
	background-position: left -99px;
}

button.large-blue-on-red:hover,
a.large-blue-on-red:hover {
	background-position: right -132px;
}

button.large-blue-on-red:hover span,
a.large-blue-on-red:hover span {
	background-position: left -132px; 
}

button.large-blue-on-red:active,
a.large-blue-on-red:active {
    background-position: right -165px;
}

button.large-blue-on-red:active span,
a.large-blue-on-red:active span {
    background-position: left -165px;
}


	/*	Misc
	-------------------------------------------------- */
	
a.full-button { 
	width: 158px;
	font-size: 1.6em;
	font-weight: normal;
	color: #000;
	font-size: 17px;
	font-family: impact;
}
a.full-button span{ 
	color: #000;
	font-size: 17px;
	font-family: impact;
}
.new-aside a.full-button { 
	background-image: url(../gfx/buttons.gif);
	background-position: left -396px; 
	display: block;
	height: 30px;
	width: 180px;
	text-decoration: none;
	padding-top: 3px;
	text-align: center;
	position: absolute;
	bottom: 8px;
	left: 19px;
}

.new-aside a.full-button:hover {
	background-position: left -429px;  
}

.new-aside a.full-button:active {
    background-position: left -462px;
}

div.highlight a.banner-button { 
	background-image: url(../gfx/buttons.gif);
	background-position: left -495px; 
	display: block;
	height: 30px;
	width: 200px;
	text-decoration: none;
	padding-top: 3px;
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 216px;
	font-size: 17px;
	font-weight: normal;
	font-family: impact;
	color: #fff;
}

div.highlight a.banner-button:hover {
	background-position: left -528px;  
}

div.highlight a.banner-button:active {
    background-position: left -561px;
}
.main-content .flash-container {
	position:relative;
}
#kras-een-prijs-button, #koop-een-lot-button {
	position:absolute;
	left:52px;
}
#kras-een-prijs-button {top:185px;}
#kras-een-prijs-button span {color:#FFF;}
#koop-een-lot-button {top:300px;}
#holly {position:absolute;left:17px;top:266px;}

/*	Check out steps
-------------------------------------------------- */
div.steps ol.step-one {
	background-position: left 0;
}

div.steps ol.step-two {
	background-position: left -49px;
}

div.steps ol.step-three {
	background-position: left -98px;
}

div.steps ol.step-four {
	background-position: left -147px;
}

div.steps ol {
	background: url(../gfx/steps.gif) no-repeat;
	list-style: none;
	padding: 0;
	margin: 0 0 8px;
	height: 49px;
	width: 638px;
	line-height: 1.2em;
	font-size: 1.2em;
	color: #cecece;
}

div.steps li {
	float: left;
}

div.steps a,
div.steps li.active,
div.steps li.inactive {
	overflow: hidden;
	height: 46px;
	width: 159px;
	position: relative;
}

div.steps[class] a,
div.steps[class] li.active,
div.steps[class] li.inactive { /* css2 selectors */
	display: table; 
	position: static;
}

div.steps a {
	color: #cecece;
	text-decoration: none;
}

div.steps li.visited a,
div.steps li.active span {
	color: #5c5c5c;
}

div.steps span {
	padding: 0 0 0 50px;
}

div.steps[class] span { /* css2 selector */
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}

div.steps li.first-child span {
	padding: 0 0 0 40px;
}

div.steps li.visited span:hover {
	text-decoration: underline;
}

/* Checkout Buckaroo */
#checkout-step-payment .payment-method-radio {
	display:none;
}
#payment_form_buckaroo_basic {
	list-style:none;
	margin:0;
	padding:0;
}

/*	Check out board-overview-table
-------------------------------------------------- */

.board-overview-caption {
	width: 200px;
	float: left;
	padding: 30px 15px 0 0;
}
.board-overview-table {
	width: 372px;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
.board-overview-table td {
	vertical-align: top;
}
.board-overview-table thead th {
	background: url(../gfx/borders.gif) no-repeat -5600px 100%;
	text-align: right;
	padding: 0 0 10px;
	font-size: 12px;
	font-weight: normal;
}
.board-overview-table thead td {
	background: url(../gfx/borders.gif) no-repeat -5895px 100%;
	padding: 0 0 10px;
	vertical-align: middle;
	font-size: 12px;
}
.board-overview-table thead td img {
	vertical-align: middle;
	margin: 0 7px 0 15px;
}
.board-overview-table tbody td {
	background: #dcdcdc;
	vertical-align: middle;
	text-align: center;
}
.board-overview-table tbody td span {
	background: #dcdcdc url(../gfx/borders.gif) no-repeat -14560px 50%;
	display: block;
	width: 31px;
	height: 26px;
	font-size: 11px;
	color: #444;
	font-weight: bold;
	padding: 5px 0 0;
	margin: 3px 0;
	text-decoration: underline;
}
.board-overview-table tbody .last-child td {
	background: #dcdcdc url(../gfx/board-overview-table.gif) no-repeat 50% 100%;
}
.board-overview-table tbody .last-child th {
	background: #dcdcdc url(../gfx/board-overview-table.gif) no-repeat 0 100%;
}
.board-overview-table tbody .last-child .total {
	background: #dcdcdc url(../gfx/board-overview-table.gif) no-repeat 100% 100%;
}
.board-overview-table tbody .other-lottery td span {
	background: #dcdcdc url(../gfx/borders.gif) no-repeat -14600px 50%;
}
.board-overview-table tbody th {
	background: url(../gfx/borders.gif) repeat-y -22504px 0;
	width: 75px;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	padding: 0 15px 0 0;
}
.board-overview-table tbody td.total,
.board-overview-table tfoot td.total {
	width: 73px;
	background: #333 url(../gfx/board-overview-table.gif) repeat-y 100% 50%;
	font-size: 22px;
}
.board-overview-table tbody .other-lottery td {
	background: #dcdcdc url(../gfx/board-overview-table.gif) no-repeat 50% 0;
	height: 38px;
}
.board-overview-table tbody .other-lottery td.total {
	background: #dcdcdc url(../gfx/board-overview-table.gif) no-repeat 100% 0;
	height: 38px;
}
.board-overview-table tbody .other-lottery th {
	background: #dcdcdc url(../gfx/board-overview-table.gif) no-repeat 0 0;
	height: 38px;
	font-size: 12px;
}
.board-overview-table tbody td.total b,
.board-overview-table tfoot td.total b {
	font-weight: normal;
	display: block;
	float: left;
}
.board-overview-table tbody td.total span,
.board-overview-table tfoot td.total span {
	font-size: 14px;
	display: block;
	float: left;
	position: relative;
	top: 1px;
	background: none;
	width: auto;
	height: auto;
	font-weight: normal;
	padding: 0;
	text-decoration: none;
}
.board-overview-table tfoot th {
	font-size: 12px;
}
.board-overview-table tfoot td {
	text-align: right;
	font-size: 12px;
	padding: 0 10px 0 0;
}
.board-overview-table tfoot th span {
	font-weight: normal;
}
.board-overview-table tfoot .first-child td,
.board-overview-table tfoot .first-child th {
	padding-top: 20px;
}
.board-overview-table tfoot .last-child td,
.board-overview-table tfoot .last-child th {
	padding-bottom: 7px;
}
.board-overview-table tfoot .total-price td {
	background: #dcdcdc url(../gfx/board-overview-table.gif) no-repeat 0 0;
	height: 38px;
	font-size: 12px;
	padding: 0;
}
.board-overview-table tfoot .total-price th {
	background: #dcdcdc url(../gfx/board-overview-table.gif) no-repeat 50% 0;
	height: 38px;
	font-size: 16px;
	font-weight: bold;
}

.board-overview-table tfoot .total-price td.total {
	background: #dcdcdc url(../gfx/board-overview-table.gif) no-repeat 100% 0;
	height: 38px;
	vertical-align: middle;
	font-size: 22px;
}
.board-overview-table div {
	float: right;
	padding: 0 7px 0 0;
}
.board-overview-table label {
	display: inline;
	text-align: left;
	padding: 5px 0 ;
}
.overview-illustration {
	position: absolute;
	left: 40px;
	bottom: 40px;
}
.article.check-out-overview dt,
.article.check-out-overview dd {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.article.check-out-overview dt {
	float: left;
	clear: left;
	width: 200px;
	font-weight: bold;
	padding: 0 15px 0 0;
}
.article.check-out-overview dt.separator,
.article.check-out-overview dd.separator {
	padding-top: 20px;
}


/*	Draw results table
-------------------------------------------------- */

ul.draw-results-table {
	background: #dcdcdc url(../gfx/buttons.gif) no-repeat 0 -610px;
	width: 186px;
	height: 40px;
	margin: 0 -5px 10px;
	padding: 10px 0 0 8px;
	overflow: hidden;
}

ul.draw-results-table li {
	list-style: none;
	float: left;
	text-align: center;
	width: 26px;
}

ul.draw-results-table span {
	background: #d3d3d3 url(../gfx/borders.gif) no-repeat -15051px 50%;
	display: block;
	width: 26px;
	height: 26px;
	font-size: 1.1em;
	color: #444;
	font-weight: bold;
	padding: 5px 0 0;
	text-decoration: underline;
}


/*	Lot selection table
-------------------------------------------------- */

div.lot-selection-table {
	max-height: 158px;
	overflow: auto;
	border-width: 1px 0;
	border-style: solid;
	border-color: #b9b9b9;
	margin: 0 -10px;
	padding: 0 10px;
	clear: both;
}

div.lot-selection-table table {
	width: 170px;
	border-collapse: collapse;
}

div.lot-selection-table tbody th {
	font-size: 1.8em;
	font-weight: bold;
	padding: 0 5px 0 0;
}

div.lot-selection-table tbody tr.other-lottery-caption th {
	font-size: 1.2em;
	padding: 5px 0 3px;
}

div.lot-selection-table tbody td {
	vertical-align: middle;
	text-align: center;
	width: 22px;
	height: 29px;
}

div.lot-selection-table tbody td span {
	background: url(../gfx/borders.gif) no-repeat -15087px 50%;
	display: block;
	width: 22px;
	height: 22px;
	font-size: 1.1em;
	color: #444;
	font-weight: bold;
	padding: 2px 0 0;
	margin: 0 1px;
	text-decoration: underline;
}

div.lot-selection-table tbody tr.other-lottery td span {
	background-position: -26586px 50%;
}

dl.lot-summary {
	overflow: hidden;
	margin: 0 0 5px;
	padding: 5px 0 0;	
	height: 20px;
}

dl.lot-summary dt,
dl.lot-summary dd {
	margin: 0;
	float: left;
 	font-size: 1.2em;
 	line-height: 1.2em;
}

dl.lot-summary dt {
	padding: 0 2px 0 0;
}

dl.lot-summary dt.separator {
	border-left: 1px solid #5c5c5c;
	padding-left: 4px;
	margin-left: 4px;
}

dl.lot-summary img {
	vertical-align: top;
	margin: -2px 2px 0 0;
}

dl.lot-total,
dl.balance {
	overflow: hidden;
	margin: 10px 0 0;
}

dl.lot-total dt,
dl.balance dt {
	float: left;
	font-size: 1.2em;
}

dl.balance dt {
	font-weight: bold;
}

dl.lot-total dd,
dl.balance dd {
	background: url(../gfx/borders.gif) no-repeat -15120px 0;
	font-size: 2.2em;
	float: right;
	width: 124px;
	height: 41px;
	text-align: right;
	margin: 0;
}

dl.lot-total div,
dl.balance div {
	float: right;
	padding: 3px 7px 0 0;
}

dl.lot-total b,
table.sum b,
dl.balance b {
	font-weight: normal;
	display: block;
	float: left;
}

dl.lot-total span,
table.sum span,
dl.balance span {
	font-size: 14px;
	display: block;
	float: left;
	position: relative;
	top: 1px;
	background: none;
	width: auto;
	height: auto;
	font-weight: normal;
	padding: 0;
}

table.sum {
	border-collapse: collapse;
	margin: 10px 0 0;
}

table.sum th {
	font-size: 1.2em;
	font-weight: normal;
}

table.sum td {
	font-size: 1.2em;
	height: 38px;
}

table.sum td.box {
	background: url(../gfx/borders.gif) no-repeat -26620px 0;
	width: 83px;
	font-size: 2.2em;
	text-align: right;
	padding: 3px 7px 0 0;
}

table.sum td.box div {
	float: right;
}


/*	Lot colors
-------------------------------------------------- */

ul.draw-results-table li.color {
	width: 20px;
	height: 20px;
	margin: 4px 0 0 4px;
	background-repeat: no-repeat;
}

dl.lot-summary dd.color {
	background-repeat: no-repeat;
	padding: 3px 0 0 22px;
	height: 20px;
	margin: -3px 0 0;
}

ul.draw-results-table li.color span {
	position: relative;
	left: -9999px;
}

ul.draw-results-table li.red,
dl.lot-summary dd.red {
	background-image: url(../gfx/red.png);
}

ul.draw-results-table li.orange,
dl.lot-summary dd.orange {
	background-image: url(../gfx/orange.png);
}

ul.draw-results-table li.yellow,
dl.lot-summary dd.yellow {
	background-image: url(../gfx/yellow.png);
}

ul.draw-results-table li.green,
dl.lot-summary dd.green {
	background-image: url(../gfx/green.png);
}

ul.draw-results-table li.blue,
dl.lot-summary dd.blue {
	background-image: url(../gfx/blue.png);
}

ul.draw-results-table li.purple,
dl.lot-summary dd.purple {
	background-image: url(../gfx/purple.png);
}


/*	Check out alert
-------------------------------------------------- */

div.check-out-alert div.content {
	padding-left: 32px;
}

div.check-out-alert ul {
	list-style: square;
	font-size: 1.2em;
	margin: 0 0 0 16px;
	padding: 0 205px 0 0;
}

div.check-out-alert li {
	margin: 10px 0;
}

dl.call-to-action {
	width: 388px;
	float: left;
	margin: 0 0 10px;
	text-align: left;
}

dl.call-to-action dt {
	float: left;
	width: 166px;
	padding: 0 10px 0 0;
	font-weight: normal;
	font-size: 1.2em;
	margin: 0;
}

dl.call-to-action dd {
	background: url(../gfx/borders.gif) no-repeat -15256px 0;
	font-size: 2.8em;
	line-height: 1.3em;
	float: right;
	width: 202px;
	height: 38px;
	padding: 0 0 0 10px;
	font-family: impact;
	font-weight: lighter;
	margin: 0;
}

div.check-out-alert img.visual {
	position: absolute;
	right: 10px;
	top: 20px;
}


/*	Sum table
-------------------------------------------------- */

table.sum-table {
	font-size: 1.2em;
	border-collapse: collapse;
	margin: 10px 0 0;
}

table.sum-table td.separator {
	border-bottom: 1px solid #5c5c5c;
}

table.sum-table th {
	font-weight: normal;
	width: 145px;
	text-align: left;
}

table.sum-table tr.balance th {
	font-weight: bold;
}

table.sum-table td {
	text-align: right;
}

table.sum-table td.total {
	font-size: 1.8em;
}

table.sum-table span {
	float: left;
}


/*	Homepage
-------------------------------------------------- */

div.teaser {
	margin: 0 0 10px;
}

div.teaser img {
	vertical-align: middle;
}

div.homepage div.asides {
	float: left;
}

div.homepage div.game {
	float: right;
}


/*	Search box
-------------------------------------------------- */

fieldset.search-box {
	background: url(../gfx/search-box-background.gif) no-repeat;
	height: 30px;
	margin: 10px 0 15px;
	padding: 10px 15px;
	position: relative;
}

fieldset.search-box label {
	font-weight: bold;
	font-size: 1.2em;
	float: left;
	margin: 5px 0 0;
}

fieldset.search-box button {
	float: right;
}


/*	FAQ
-------------------------------------------------- */
div.faq h2{
	margin-top:30px;
	font-size:1.9em;
}
div.faq ul{
	margin:10px 0 0 15px;
	padding:0;
}
div.faq ul li{
	font-size:1.3em;
}
div.faq dt{
	font-weight:bold;
	border-top: 1px solid #e2e2e2;
	padding: 10px 0 0px 0px;
	font-size:1.8em;
	font-weight:normal;
	color:#000;
}
div.faq dd{
	padding: 10px 0 10px 0px;
	margin: 0;
	font-size:1.3em;
}
div.faq a.top{
	display:block;
	text-align:right;
	font-size:.8em;
	margin-top:10px;
	
}


div.faq div.subject {
	padding: 15px;
	float: left;
}

div.faq div.top-faq {
	background: #f5f5f5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	float: right;
	margin: 0 15px 0 0;
	width: 270px;
}

div.faq.no-results div.top-faq {
	float: none;
	margin: 5px 0 10px 0;
}

div.faq div.top-faq ol {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0;
	list-style-position: inside;
	margin: 10px 0;
}

div.faq div.top-faq ol a {
	font-weight: normal;
}

fieldset.category {
	font-size: 1.2em;
}

fieldset.category label {
	font-weight: bold;
	margin: 0 20px 0 0;
}

div.faq.no-results hr,
div.faq.category hr {
	margin-bottom: 20px;
}

div.faq.no-results h2 strong {
	color: #c00;
}

div.faq.no-results h2 em {
	font-weight: normal;
	font-style: normal;
}

div.faq.no-results h3 {
	font-size: 1.2em;
	color: #5c5c5c;
	font-weight: bold;
}

div.faq.no-results ol.suggestions {
	font-size: 1.2em;
	list-style-position: inside;
	padding: 0;
	margin: 0 0 10px;
}

div.faq.no-results ol.suggestions li {
	margin: 0;
}

div.faq.no-results h4 {
	font-size: 1.5em;
	margin: 0 0 10px;
}

div.faq.answer h2 {
	font-size: 1.8em;
	color: #000;
	font-weight: normal;
	padding: 10px 0 0;
}

div.faq.answer h3 {
	font-size: 1.5em;
	color: #5c5c5c;
	font-weight: bold;
	margin: 0;
}

div.faq.answer ul.related {
	border-bottom: 1px solid #e2e2e2;
	margin: 10px 0 30px;
}

div.faq.answer ul.related li {
	list-style: none;
	border-top: 1px solid #e2e2e2;
	margin: 0;
}

div.faq.answer ul.related a {
	display: block;
	padding: .5em 1em;
}

div.faq.answer ul.related a:hover {
	background: #fe0;
}

div.faq.category h2 {
	font-weight: normal;
}

div.faq.category h2 strong {
	font-weight: bold;
}

div.faq.category h2 em {
	font-weight: bold;
	font-style: normal;
}

dl.questions {
	font-size: 1.2em;
}

dl.questions dd {
	padding: 0 0 10px 40px;
	margin: 0;
	display: none;
}

dl.questions dt {
	border-top: 1px solid #e2e2e2;
	position: relative;
}

dl.questions a {
	background: url(../gfx/mini-buttons.gif) no-repeat 5px -355px;
	display: block;
	padding: .5em 1em .5em 40px;
}

dl.questions a:hover {
	background: #fe0 url(../gfx/mini-buttons.gif) no-repeat 5px -445px;
}

dl.questions dt.current a,
dl.questions dt.current a:hover {
	background: url(../gfx/mini-buttons.gif) no-repeat 5px -400px;
	font-weight: bold;
	text-decoration: none;
}

dl.questions dd.current {
	display: block;
}

dl.questions div.question-answer {
	font-size: .9em;
}


/*	Subscription
-------------------------------------------------- */

form.subscription .article {
	background: url(../gfx/borders.gif) no-repeat -9550px 100%;
}

form.subscription .article .header {
	background: url(../gfx/borders.gif) no-repeat -18677px 100%;
}

form.subscription .article .content {
	background: url(../gfx/borders.gif) repeat-y -8850px 0;
}

form.subscription .article .content p {
	clear: both;
}

form.subscription .article .content .background {
	background: url(../gfx/lotto-ballen.jpg) no-repeat left bottom;
	margin-left: -11px;
	padding-left: 11px;
}

form.subscription .article .section.ontop {
	background: url(../gfx/borders.gif) repeat-y -19977px 0;
}

form.subscription .article .section.ontop .content {
	background: url(../gfx/borders.gif) no-repeat -19327px 100%;
	padding-top: 0;
	padding-bottom: 10px;
}

ul.subscriptions {
	list-style: none;
	list-style-position: outside;
	margin: 5px 0 60px 0;
	padding: 0;
}

ul.subscriptions li {
	background: url(../gfx/borders-semitrans.png) no-repeat 0 0;
	display: block;
	padding: 10px 0 8px 0;
}

ul.subscriptions div.outer {
	background: url(../gfx/borders-semitrans.png) no-repeat -618px 100%;
	padding-bottom: 13px;
	zoom: 1;
}

ul.subscriptions div.inner {
	background: url(../gfx/borders-semitrans.png) repeat-y -1236px 0;
	min-height: 50px;
	padding: 0 0 0 76px;
	position: relative;
	zoom: 1;
}

ul.subscriptions li label.select {
	display: block;
	padding: 4px 12em 0 0;
	zoom: 1;
}

ul.subscriptions li label.select input {
	left: 23px;
	margin: 0;
	position: absolute;
	top: 10px;
}

ul.subscriptions li label.select strong.name {
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	z-index: 1;
	zoom: 1;
}

ul.subscriptions li label.select strong.name em {
	color: #d32424;
	display: block;
	font-size: 1.143em;
	font-style: normal;
}

ul.subscriptions strong.price {
	bottom: 0;
	display: block;
	font-size: 2.8em;
	line-height: 1.5em;
	height: 1.5em;
	position: absolute;
	right: 14px;
	z-index: 1;
}

ul.subscriptions strong.price em {
	font-style: normal;
}

ul.subscriptions strong.price span {
	font-size: 0.357em;
	font-weight: normal;
	display: inline-block;
	line-height: 2.3em;
	padding-left: 0.3em;
	vertical-align: text-top;
}

ul.subscriptions strong.price em span {
	font-size: 0.5em;
	font-weight: bold;
	line-height: 1.5em;
	padding-left: 0;
	vertical-align: text-top;
}

ul.subscriptions li .visual {
	background-position: left center;
	background-repeat:no-repeat;
	height: 100%;
	left: 300px;
	padding: 9px 0;
	position: absolute;
	top: -9px;
	width: 180px;
	z-index: 0;
}

ul.subscriptions .default-label span,
ul.subscriptions .default-label label{
	font-weight: normal;
	width: 235px;
}

ul.subscriptions .default-label select {
	width: 114px;
}

ul.subscriptions .extended {
	padding: 20px 12em 0 0;
}

form.subscription div.action {
	position: relative;
}

div.twosteps ol {
	background: transparent url(../gfx/steps.gif) no-repeat;
	color: #cecece;
	font-size: 1.8em;
	height: 49px;
	line-height: 1.2em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
	width: 604px;
}

div.twosteps ol.step-one {
	background-position: left -196px;
}

div.twosteps ol.step-two {
	background-position: left -245px;
}

div.twosteps li {
	float: left;
	font-weight: bold;
}

div.twosteps a,
div.twosteps li.active,
div.twosteps li.inactive {
	overflow: hidden;
	height: 46px;
	width: 302px;
	position: relative;
}

div.twosteps[class] a,
div.twosteps[class] li.active,
div.twosteps[class] li.inactive { /* css2 selectors */
	display: table; 
	position: static;
}

div.twosteps a {
	color: #cecece;
	text-decoration: none;
}

div.twosteps li.visited a,
div.twosteps li.active span {
	color: #656565;
}

div.twosteps span {
	padding: 0 0 0 20px;
	word-wrap: break-word;
}

div.twosteps[class] span { /* css2 selector */
	display: table-cell; 
	vertical-align: middle; 
	position: static;
}

div.twosteps li.visited span:hover {
	text-decoration: underline;
}


/*	Tooltip
-------------------------------------------------- */

.article .header .tooltip-icon {
	background: url(../gfx/tooltip-icon.gif) no-repeat left top;
	cursor: default;
	height: 31px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 35px;
	z-index: 1000;
}

div.tooltip {
	background: url(../gfx/borders-semitrans.png) no-repeat -1850px 0;
	display: none;
	margin-left: 18px;
	padding-top: 7px;
	position: absolute;
	text-align: left;
	width: 188px;
	z-index: 1000;
	left: 0;
	top: 0;
}

div.tooltip .start {
	background: url(../gfx/borders-semitrans.png) no-repeat -2456px 0;
	left: -17px;
	top: 26px;
	height: 20px;
	width: 21px;
	position: absolute;
}

div.tooltip .outer {
	background: url(../gfx/borders-semitrans.png) no-repeat -2052px 100%;
	padding-bottom: 7px;
}

div.tooltip .inner {
	background: url(../gfx/borders-semitrans.png) repeat-y -2254px 0;
	min-height: 55px;
	overflow: auto;
	padding: 0 16px 5px 16px;
	zoom: 1;
}

div.tooltip p {
	font-size: 1.1em;
	margin: 5px 0;
}

strong.tooltip {
	color: #000;
	cursor: default;
	font-weight: normal;
	text-decoration: underline;
}


/*	Sub tabs
-------------------------------------------------- */

.article ul.sub-tabs {
	height: 2.2em;
	background: #ddd;
	border-bottom: 1px solid #b2b2b2;
	padding: 0 5px;
	margin: 1em -15px 3em;
	position: relative;
	top: .4em;
}

.article ul.sub-tabs li {
	float: left;
	list-style: none;
	margin: 0;
	position: relative;
	top: -.4em;
	padding: .6em 0;
}

.article ul.sub-tabs li a {
	text-decoration: none;
	display: block;
	padding: .2em .8em;
	border-right: 1px solid #b2b2b2;
}

.article ul.sub-tabs li.current {
	background: #fff;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #b2b2b2;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: bold;
	padding: .7em .8em .4em;
	color: #000;
	left: -1px;
}


/*	Lightbox
-------------------------------------------------- */

div.lightbox-background {
	position:absolute;
	background: #000;
	left: 0;
	top: 0;
	z-index: 1;
}

div.lightbox-active {
	text-align:left;
	width: 637px;
	background:  #b7070e;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #b7070e;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	margin: 40px 4px 10px;
	position: absolute;
	z-index: 2;
	padding: 16px;
	overflow: visible;
}

div.lightbox-active a.close {
	background: url(../gfx/close.gif) no-repeat 50% 50%;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
}
div.lightbox-active a.close span {
	position: relative;
	left: -9999px;
}
div.lightbox-active .lb-flash{
	width: 348px;
	margin: 0 20px 0 0;
	float: left;
}
div.lightbox-active .lb-content{
	width: 250px;
	float: left;
	color: #fff;
}
div.lightbox-active .lb-content h2{
	font-size: 2.5em;
	font-family: impact;
	font-weight: normal;
}
div.lightbox-active .lb-content p{
	font-family: impact;
	font-size: 1.7em;
}
div.lightbox-active .lb-content a{
	font-size: 1.2em;
	color: #fff;
}
div.lightbox-active .lb-content .large-grey-on-red{
	position: relative;
	top: 20px;
	float: left;
	color: #000;
}


/*	Paging
-------------------------------------------------- */

.paging {
	text-align: center;
	white-space: 0;
	word-spacing: 0;
	margin: 15px 0 5px;
	clear: both;
}
.paging a,
.paging strong {
	border: solid #ccc;
	border-width: 0 0 0 1px;
	padding: 0 8px;
	font-size: 12px;
}
.paging strong {
	font-size: 14px;
	color: #b7070e;
}
.paging a:first-child {
	border: 0;
}


/*	Filter
-------------------------------------------------- */

.filterlink,
.filterlink-active {
	background:transparent url(../gfx/mini-buttons.gif) no-repeat scroll 5px -355px;
	display:block;
	padding:0.5em 1em 0.5em 40px;
	font-size: 1.2em;
	font-weight: bold;
	margin: -10px 0 0;
}

.filterlink-active {
	background-position: 5px -400px;
}

div.article.basic div.section.filter {
	background: #f5f5f5;
	margin:0 0 10px;
	padding: 11px;
	width:auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
.filter fieldset {
	clear: both;
	padding: 2px 0;
	position: relative;
}
.filter label {
	float: left;
	display: block;
	text-align: right;
	width: 244px;
	font-size: 1.2em;
	font-weight: bold;
}
.filter label.date-label {
	width: 212px;
}
.filter label.date-label input {
	width: 100px;
}
.filter button {
	position: absolute;
	right: 0;
	bottom: 0;
}
.filter button.small-btn {
	padding: 0 20px 0 0;
}
.filter button.small-btn span {
	padding: 0 0 3px 20px;
}


/*	Financial table
-------------------------------------------------- */

.financial-table {
	background: url(../gfx/profile-financial-table.png) no-repeat -350px 100%;
	width: 335px;
	float: left;
	padding: 0 0  0;
	height: 95px;
}
.financial-table div {
	background: url(../gfx/profile-financial-table.png) no-repeat 0 0;
}
.financial-table table {
	width: 335px;
	border-collapse: collapse;
	border: 0;
	margin: 0;
}
.financial-table table th,
.financial-table table td {
	height: 46px;
	vertical-align: middle;
	padding: 0 0 0 20px;
	font-size: 120%;
	color: #444;
}
.financial-table table td.total {
	font-family:impact;
	font-size:2.8em;
	font-weight:lighter;
}
.financial-table-actions {
	width: 75px;
	float: left;
	text-align: center;
	padding: 20px 0 0;
}
.financial-table-actions .small-btn {
	margin: 0 0 5px 20px;
}
.financial-table-actions .small-btn span {
	width: 107px;
}

.article.basic hr.profile-rule {
	margin: 0 0 10px;
}
.article.basic hr.exception-hr {
	margin: 0 0 25px;
}
.article.basic h2.with-line {
	border: solid #e2e2e2;
	border-width: 0 0 1px;
	padding: 0 0 10px;
	position: relative;
	margin: 0 0 25px;
}
h2 a.large-btn {
	position: absolute;
	right: 0;
	top: -5px;
}
.article.basic .profile-subheader {
	font-size: 1.5em;
	font-weight: bold;
	color: #5c5c5c;
}
.article.basic .profile-subheader strong {
	color: #c00;
}


/*	Subscription table
-------------------------------------------------- */

div.subscription {
	background: url(../gfx/borders.gif) no-repeat -14660px 0;
	width: 372px;
	float: left;
	padding: 8px 0 0;
}
.subscription .bottom {
	background: url(../gfx/borders.gif) no-repeat -14660px 100%;
	height: 8px;
	margin: 0 0 8px;
}
.subscription table {
	border-collapse: collapse;
	width: 100%;
}
.subscription table th {
	background: url(../gfx/borders.gif) no-repeat -6000px 0;
	padding: 0 0 0 20px;
	font-size: 1.2em;
}
.subscription table td {
	text-align: center;
	background: #DCDCDC;
}
.subscription table td.last-child {
	background:#333333 url(../gfx/board-overview-table.gif) repeat-y scroll 100% 50%;
	padding: 0 20px 0 0;
}
.subscription table td span {
	background:#DCDCDC url(../gfx/borders.gif) no-repeat scroll -14560px 50%;
	color:#444444;
	display:block;
	font-size:11px;
	font-weight:bold;
	height:26px;
	margin: 0;
	padding:5px 0 0;
	width:31px;
	text-decoration: underline;
}
.subscription table td.color {
	font-size: 1.2em;
}
.subscription table td.color span {
	background: #DCDCDC url(../gfx/blue.png) no-repeat 100% 50%;
	float: left;
	height: 20px;
	padding: 0 30px 0 0;
	margin: 2px 0 0 0;
	font-size: 12px;
	color: inherit;
	font-weight: normal;
}
.subscription table td.blue span {background: #DCDCDC url(../gfx/blue.png) no-repeat 100% 50%; text-decoration: none;}
.subscription table td.green span {background: #DCDCDC url(../gfx/green.png) no-repeat 100% 50%; text-decoration: none;}


.subscription table td.number {
	padding: 0 10px 0 10px;
	font-size: 14px;
	font-family: impact;
}
.subscription table .eurolotery th {
	background: url(../gfx/eurolot-footer.gif);
	padding: 20px 10px 0 0;
	text-align: right;
}
.subscription table .eurolotery td {
	background: url(../gfx/eurolot-footer.gif) 50% 0;
	padding: 20px 0 0 0;
}
.subscription table .eurolotery td.last-child {
	background: url(../gfx/eurolot-footer.gif) 100% 0;
	padding: 20px 20px 0 0;
}
.subscription table .eurolotery td span {
	background:#DCDCDC url(../gfx/borders.gif) no-repeat scroll -14600px 50%;
}

.subscription.inactive {
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.subscription.inactive table td span {
	background:#DCDCDC url(../gfx/borders.gif) no-repeat scroll -14600px 50%;
}
.subscription.inactive table td.color span {background: #DCDCDC url(../gfx/color-inactive.png) no-repeat 100% 50%;}
.inactive .small-btn {
	cursor: default;
}

table.subscription-details {
	margin: 0 0 10px 12px;
	float: left;
}
table.subscription-details td,
table.subscription-details th {
	font-size: 1.2em;
	white-space: nowrap;
}
.subscription-details.inactive {
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.subscription-prize-details {
	clear: both;
	width: 362px;
	padding: 8px;
	background: #ececec;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 10px 0 10px 220px;
}
.subscription-prize-details td,
.subscription-prize-details th {
	font-size: 1.2em;
}
.subscription-prize-details th {
	text-align: right;
	padding: 0 10px;
}


/*	Calendar styles
-------------------------------------------------- */

.ui-datepicker-trigger{
	qpadding: 10px;
	text-decoration: none;
	position: relative;
	top: 5px;
	left: 4px;
	cursor: pointer;
}
#ui-datepicker-div{
	background: url(../gfx/calendar-bg.png) no-repeat 0 0;
	width: 128px;
	height: 148px;
	padding: 3px 10px 10px;
}
.ui-datepicker-calendar{
	border-collapse: collapse;
	position: relative;
	left: 5px;
	top: 3px;
}
.ui-datepicker-calendar tbody{
	qborder: 1px solid #c4c4c4;
}
.ui-datepicker-calendar td{
	border: 1px solid #c4c4c4;
	padding: 1px 2px;
}
.ui-datepicker-calendar td a{
	text-decoration: none;
}
.ui-datepicker-calendar td a:hover{
	text-decoration: underline;
}
.ui-datepicker-current-day{
	background-color: #ffed00;
}
.ui-datepicker-title{
	border-bottom: 1px solid #c4c4c4;
	font-weight: bold;
	color: #5c5c5c; 
}
.ui-datepicker-prev,
.ui-datepicker-next{
	background: url(../gfx/calendar-nav.gif) no-repeat 0 0;
	width: 5px;
	height: 7px;
	display: block;
	position: absolute;
	top: 7px;
	left: 15px;
	cursor: pointer;
}
.ui-datepicker-next{
	background: url(../gfx/calendar-nav.gif) no-repeat 100% 0;
	right: 15px;
	left: auto;
}


/*	Misc
-------------------------------------------------- */

.personal-greeting {
	position: absolute;
	right: 20px;
	top: 20px;
	font-weight: bold;
}
.personal-greeting a {
	font-weight: normal;
}
div.article.basic div.section.profile {
	padding: 8px 0 0;
}
div.article.basic div.section.profile div.section-inner {
	padding: 0 8px;
	overflow: auto;
}
div.article.basic div.section.profile div.section-inner img {
	margin: 0 8px 0 0;
}
.alert {
	background: #d2d2d2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	padding: 8px 8px 16px;
	margin: 0 0 10px;
	position: relative;
}
.alert h4,
.article.basic .alert p {
	font-size: 1.2em;
	margin: 0;
	padding: 0;
}
.alert .small-btn {
	position: absolute;
	right: 8px;
	bottom: 8px;
}

.contain-tables{
	width: 520px;
	overflow: auto;
}
.game-overview-table{
	width: 295px;
	float: left;
}
.game-overview-table table{
	font-size: 1.2em;
	border-collapse: collapse;
}
.game-overview-table caption{
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 2px 10px;
}
.game-overview-table td,
.game-overview-table th{
	padding: 3px 20px 3px 10px;
}
.game-overview-table td.last,
.game-overview-table th.last{
	padding-right: 7px;
}
.game-overview-table .odd{
	background-color: #ffd80a;
}
.saldo-table{
	background: url(../gfx/background-sprite.gif) no-repeat 0 30px;
	overflow: auto;
}
.saldo-table table{
	width: 225px;
	float: left;
	font-size: 1.2em;
	border-collapse: collapse;
}
.saldo-table caption{
	text-align: left;
	font-size: 15px;
	font-weight: bold;
}
.saldo-table td,
.saldo-table th{
	padding: 3px 0 3px 10px;
}
.saldo-table td{
	text-align: right;
	width: 110px;
	padding-right: 20px; 
}
.saldo-table tfoot td,
.saldo-table tfoot th{
	padding: 22px 0 15px 10px;
}
.saldo-table tfoot td{
	font-size: 1.7em;
	font-family: impact; 
	padding-right: 20px; 
}
.saldo-table .first-row td,
.saldo-table .first-row th{
	padding-top: 29px; 
}
.saldo-table tbody th{
	font-weight: normal;
}
.game-table-actions{
	margin: 12px 0 0;
}
.game-table-actions .more{
	margin: 5px 20px 0 0;
	float: left;
}
.my-boxes{
	margin: 23px -14px 0 -14px;
	width: 625px;
	overflow: hidden;
}
.my-boxes .my-box{
	padding: 0;
	margin: 0 10px 0 0;
	float: left;
	position: relative;
}
.my-boxes .last{
	margin: 0;
}
.my-boxes .my-box div.my-box-inner{
	background: url(../gfx/background-sprite.gif) no-repeat -300px 0;
	width: 307px;
	height: 307px;
}
.my-boxes .my-small-box div.my-box-inner{
	background: url(../gfx/background-sprite.gif) no-repeat -700px 0;
	height: 112px;
}
.my-boxes .no-content div.my-box-inner{
	background: url(../gfx/background-sprite.gif) no-repeat -1100px 0;
	height: 275px;
}
.my-boxes .my-box .first-block,
.my-boxes .my-box .second-block,
.my-boxes .my-box .third-block,
.my-boxes .my-box .fourth-block{
	position: absolute;
	top: 40px;
	left: 15px;
	width: 285px;
}
.my-boxes .my-box .second-block{
	top: 90px;
}
.my-boxes .my-small-box .second-block{
	top: 115px;
}
.my-boxes .my-box .third-block{
	top: 215px;
	height: 80px;
}
.my-boxes .no-content .third-block{
	top: 220px;
}
.my-boxes .my-box .fourth-block{
	top: 308px;
}
.article.basic .my-box h2{
	margin: 0 0 5px 15px;
	padding: 0;
}
.my-boxes .my-box h4{
	font-size: 1.2em;
	padding: 7px 0 0 0;
	margin: 0;
}
.my-boxes .my-box p{
	padding: 0;
	margin: -2px 0 0;
}
.my-boxes .my-box .lot-selection-table{
	border-left: 1px solid #b9b9b9;
	background: #DCDCDC;
	width: 260px;
	height: 105px;
	margin: 0;
}
.my-boxes .my-box .lot-selection-table tbody th {
	padding: 0 15px 0 0;
}
.my-boxes .my-box .lot-selection-table tbody td span {
	background: url(../gfx/borders.gif) no-repeat -14560px 50%;
	width: 31px;
	height: 25px;
	padding: 4px 0 0;
	text-decoration: underline;
}
.my-boxes .my-box tbody .other-lottery td span {
	background-position: -14600px 50%;
}
.my-boxes .my-box .detail-table{
	font-size: 1.2em;
	line-height: 1.3em;
}
.my-boxes .my-box .detail-table th{
	padding-right: 10px;
	text-align: left;
}
.my-boxes .my-box .detail-table td.color{
	padding-right: 25px;
	padding-bottom: 5px;
}
.my-boxes .my-box .detail-table td.blue{
	background: url(../gfx/blue.png) no-repeat 100% 0;
}
.my-boxes .my-box .detail-table td.orange{
	background: url(../gfx/orange.png) no-repeat 100% 0;
}
.my-boxes .my-box .detail-table td.purple{
	background: url(../gfx/purple.png) no-repeat 100% 0;
}
.my-boxes .my-box .detail-table td.yellow{
	background: url(../gfx/yellow.png) no-repeat 100% 0;
}
.my-boxes .my-box .detail-table td.red{
	background: url(../gfx/red.png) no-repeat 100% 0;
}
.my-boxes .my-box .small-grey-on-darkgrey{
	position: absolute;
	right: 5px;
	bottom: 3px;
}
.my-boxes .my-box .more{
	margin: 10px 0 0 0;
}
.my-boxes .my-box img{
	position: relative;
	left: -7px;
}
.my-boxes .my-box p .more{
	position: static;
	font-size: 1.1em;
}
.my-boxes .my-box h4{
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.my-boxes .my-box .first-block h4{
	font-size: 12px;
}


/*	Script related
-------------------------------------------------- */

input.defaultval {
	color: #999 !important;
}

.asides .aside.yellow h4.toggle {
	font-size: 1.8em;
	line-height: 1.389em;
	margin: 0;
}

.asides .aside.yellow h4.toggle a {
	background: url(../gfx/mini-buttons.gif) no-repeat right -180px;
	display: block;
	padding-left: 6px;
	text-decoration: none;
}

.asides .aside.yellow h4.toggle a:hover {
	color: #5c5c5c;
}

.asides .aside.yellow h4.toggle a.active {
	background-position: right -270px;
}

.aside .subcontent-yellow {
	background: url(../gfx/borders-msa.gif) no-repeat 0 0;
	padding-top: 4px;
	margin-top: 4px;
}

.aside .subcontent-yellow .subcontent-outer {
	background: url(../gfx/borders-msa.gif) no-repeat -404px 100%;
	padding-bottom: 4px;
}

.aside .subcontent-yellow .subcontent-inner {
	background: url(../gfx/borders-msa.gif) repeat-y -202px 0;
}

.aside div.subcontent-inner ul {
	font-size: 1.2em;
	margin: 0 0 2px 0;
	padding: 0 6px 0 20px;
}

div.adv-tooltip {
	float: none !important;
}
div.adv-tooltip p {
	font-size: 1.2em;
}
table div.adv-tooltip p {
	font-size: 1em;
}
a.icon-tooltip {
	background: url(../gfx/icon-tooltip.gif) no-repeat left top;
	display: inline-block;
	height: 19px;
	margin-left: 5px;
	overflow: hidden;
	text-indent: -2000px;
	vertical-align: bottom;
	width: 19px;
}
div.tooltip h4 {
	border-bottom: 1px solid #c4c4c4;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
}
.board-overview-table tfoot td.reverse-align {
	text-align: left;
}
.good-cause{
	width: 119px;
	float: left;
	margin: 0 20px 20px 0;
}
.good-cause .more{
	position: relative;
	top: 5px;
	left: 10px;
	font-weight: bold;
	text-decoration: none;
}
.good-cause a img{
	border: 1px solid #e1e1e1;
}
.last-gc{
	margin: 0 20px 50px 0;
}
a.assort{
	position: relative;
	top: -10px;
}
.article.basic h2.assort-header{
	font-size: 1.8em;
	font-weight: normal;
	color: #000;
}
.flash-container{
	margin: 0 0 10px;
}
.banner-box{
	padding-top: 17px;
}


/*	
-------------------------------------------------- */
.article.outline {
	background: url(../gfx/borders.gif) no-repeat -15477px 0;
	padding: 11px 0 0;
}
.article.outline .content-outer {
	background: url(../gfx/borders.gif) no-repeat -16759px 100%;
	padding: 0 0 11px;
}
.article.outline .content-inner {
	background: url(../gfx/borders.gif) repeat-y -16118px 0;
	padding: 0 16px;
	overflow: hidden;
}
.article.outline h1 {
	padding: 10px 0 0;
	line-height: 1.2em;
	font-size: 2.4em;
	color: #020000;
	font-weight: normal;
}
.article.outline p {
	margin: 10px 0 20px;
}
.product {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
.product .visual {
	position: absolute;
}
.product .visual img {
	border: 0;
}
.product .product-info {
	font-size: 1.2em;
	margin-left: 139px;
}
.product-info h2 {
	font-size: 1.2em;
	padding: 0;
	color: #020000;
}
.product-info .more {
	font-size: 1em;
	color: #020000;
	text-decoration: none;
	background: url(../gfx/arrow-fwd-heading.gif) no-repeat right;
	padding-right: 10px;
}
.product-info .more:hover {
	text-decoration: underline;
}
.product-info ul {
	padding-left: 0;
	margin: 0;
}
.product-info ul li {
	padding-left: 0;
	margin-left: 16px;
}
.product-info ul .price {
	margin-bottom: 10px;
}
.product-info ul .add {
	list-style: none;
	background: url(../gfx/icon-add.gif) no-repeat top left;
	padding: 2px 0 2px 27px;
	margin-left: 0;
}
.product-info ul .add a {
	display: -moz-inline-box;
	display: inline-block;
}
.product-details {
	margin-top: 40px;
	overflow: hidden;
}
.product-details h2 {
	font-size: 1.6em
	padding: 0;
	color: #020000;
}
.product-visual {
	width: 237px;
	margin-right: 28px;
	float: left;
}
.product-content {
	padding-left: 265px;
	padding-top: 20px;
}
.product-summary {
	color: #b7070e;
	font-size: 1.2em;
	list-style: none;
	padding: 0;
	margin: 10px 0 20px;
}
.product-summary li {
	background: url(../gfx/arrow-fwd-highlight.gif) no-repeat left;
	padding-left: 15px;
}
.article.outline .product-content p {
	margin: 0 0 20px;
}
.product-content .more {
	font-size: 1em;
	color: #b7070e;
	text-decoration: underline;
	background: url(../gfx/arrow-fwd-highlight.gif) no-repeat right;
	padding-right: 10px;
	font-weight: bold;
}
.product-content .more:hover {
	text-decoration: none;
}
.game-buttons {
	margin-top: 10px;
}
.game-buttons img {
	border: 0;
}
.game-buttons a {
	float: left;
	margin: 0 39px 20px 0;
}
.game-buttons a.last {
	margin-right: 0;
}
.sub-contents {
	background: #fff;
	border: 1px solid #dddbdc;
	border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 8px;
}
.sub-contents p {
	color: #3a3a3a;
}
.sub-contents table {
	width: 100%;
	border-collapse: collapse;
}
.sub-contents td {
	font-size: 1.2em;
	line-height: 1.2em;
	border-top: 1px solid #d6d6d8;
	padding: 2px 0;
	vertical-align: center;
}
.sub-contents tr.first td {
	border-top: 0;
	padding-top: 0;
}
.sub-contents td.product-icon {
	text-align: center;
}
.sub-contents td.last {
	text-align: right;
}
.sub-contents td img {
	border: 0;
	margin: 0;
	vertical-align: middle;
}
.sub-contents .total td {
	padding: 10px 0 0;
	font-size: 1.4em;
	border-bottom: 0;
	border-top: 1px solid #3a3a3a;
}
.sub-contents td .price {
	white-space: nowrap;
}
/* Shoppingcart */
.shoppingcart-top {
	background: url(../gfx/winkelwagen-border.gif);
	height: 5px;
	font-size: 1px;
}
.shoppingcart-bottom {
	background: url(../gfx/winkelwagen-border.gif) 0 100%;
	height: 5px;
	font-size: 1px;
}
.shoppingcart {
	border: solid #a4a4a4;
	border-width: 0 1px;
	padding: 10px 20px;
	overflow: auto;
}
.shoppingcart h1 {
	margin: 0 0 30px;
	font-size: 24px;
	font-weight: normal;
}

/* Shoppingcart table */
.shoppingcart-body {
	width: 100%;
	border-collapse: collapse;
	color: #5c5c5c;
	font-size: 13px;
	table-layout: fixed;
}
.shoppingcart-body th {
	font-weight: bold;
	text-align: left;
	padding: 5px 10px;
	font-size: 12px;
}
.shoppingcart-body td {
	background: #ececec;
	padding: 5px 10px;
	border: 2px solid #fff;
}
.shoppingcart-body .even td {
	background: #fff;
}
.shoppingcart-body img {
	display: block;
}
.shoppingcart-body .visual {
	width: 101px;
}
.shoppingcart-body .remove{
	width: 72px;
	text-align: center;
}
.shoppingcart-body .price {
	width: 105px;
	text-align: right;
}
.shoppingcart-body .amount {
	width: 62px;
}
.shoppingcart-body .total {
	width: 107px;
	text-align: right;
	font-weight:bold;
}


.shoppingcart-body .remove a {
	display: block;
	background: url(../gfx/remove-item.png) no-repeat;
	width: 28px;
	height: 28px;
	text-indent: -1000em;
	margin: 0 auto;
}
.shoppingcart-body .amount input {
	width: 30px;
}

/* Tfoot */
.shoppingcart-foot-container {
	border: 20px solid #ececec;
	width: 239px;
	float: right;
	margin: 5px 0 0;
	
}
.shoppingcart-foot {
	border-collapse: collapse;
	background: #ececec;
	table-layout: fixed;
	font-size: 12px;
	width: 100%;
}
.shoppingcart-foot th {
	font-weight: normal;
	text-align: left;
	padding: 5px 0;
	width: 185px;
}
.shoppingcart-foot td {
	text-align: right;
	padding: 5px 0;
}
.shoppingcart-foot td.total{
	white-space:nowrap;
}
.shoppingcart-foot tfoot td,
.shoppingcart-foot tfoot th {
	font-size: 13px;
	font-weight: bold;
	border: solid #a4a4a4;
	border-width: 1px 0 0;
	padding: 7px 0 0;
}
.clear-table {
	clear: both;
	height: 1px;
}

.nav-links {
	position: relative;
	float: left;
	margin: 5px 0 0;
	text-align: right;
	font-size: 12px;
	width: 520px;
}
.nav-links .backlink {
	position: absolute;
	left: 0;
	background: url(../gfx/icon-backlink.gif) no-repeat 0 50%;
	padding: 0 0 0 10px;
}

.bestellen-button {
	clear: both;
	height: 41px;	
	position: relative;
	padding: 16px 0 130px;
	margin: 0;
}
.bestellen-button a {
	display: block;
	background: url(../gfx/button-bestellen.gif) no-repeat;
	height: 41px;
	width: 181px;
	text-indent: -1000em;
	position: absolute;
	right: 0;
}
.winkelmandje-updaten {
	clear: both;
	height: 41px;	
	position: relative;
	padding: 16px 0 0px;
	margin: 0;
}
.winkelmandje-updaten  a {
	display: block;
	background: url(../gfx/button-winkelmandje-updaten.gif) no-repeat;
	height: 41px;
	width: 204px;
	text-indent: -1000em;
	position: absolute;
	right: 0;
}
.leveringsvoorwaarden {
	text-align:right;
	font-size:12px;
}
.review-bestellen-button {
	clear: both;
	height: 41px;	
	position: relative;
	padding: 16px 0 5px;
	margin: 0;
}
.review-bestellen-button button {
	display: block;
	background: url(../gfx/button-bestellen.gif) no-repeat;
	height: 41px;
	width: 181px;
	text-indent: -1000em;
	position: absolute;
	right: 0;
	top:24px;
}

.payment-steps-container {
	width: 637px;
	margin: 0;
	padding: 0;
	background: url(../gfx/bg-steps-container.gif) no-repeat 0 100%;
	overflow: auto;
	float: left;
}
.payment-step {
	background: url(../gfx/payment-step-background.gif) repeat-x 0 100%;
	border: solid #949aa2;
	border-width: 0 1px;
	list-style: none;
	font-size: 15px;
	color: #7b7b7b;
}
#opc-review.active {
	margin-bottom:5px;	
}

.payment-step div {
	display:none;
}
.payment-step.active div {
	display:block;
}
.opc-please-wait {
	position:absolute;
	top:20px;
	left:130px;
}


/* @group Payment-step: Closed state */
.payment-step h2 {
	background: url(../gfx/payment-step-inactive.gif) no-repeat 0 -52px;
	margin: 0 -1px;
	line-height: 34px;
	border: solid #949aa2;
	border-width: 1px 0 0;
	font-size: 15px;
	font-weight: normal;
	padding: 0 20px;
}
.payment-step h2 a {
	text-decoration: none;
	display: inline;
	cursor: text;
	outline: none;
}
.payment-step h2 a:hover {
	color: #5C5C5C;
}
.payment-step.first h2 {
	background: url(../gfx/payment-step-inactive.gif) no-repeat 0 0;
	border: 0;
}
.payment-step.last h2 {
	background: url(../gfx/payment-step-inactive.gif) no-repeat 0 100%;
	line-height: 36px;
}
.step-content {
	/*display: none;*/
}
/* @end */

/* @group Payment-step: open state */
.payment-step.active {
	padding: 0 0 15px;
}
.payment-step.active h2 {
	background: none;
	line-height: 36px;
	color: #000;
}
.payment-step.first-open.active h2 {
	background: url(../gfx/payment-step-active.gif) no-repeat 0 0;
	border: 0;
}
.payment-step.open h2 {
	background: url(../gfx/payment-step-active.gif) no-repeat 0 -36px;
	line-height: 36px;
	color: #000;
}

.payment-step.open h2 a {
	color: #000;
}
.open .step-content,
.first-open .step-content {
	display: block;
}
.payment-step.last-open {
	margin: 0 0 5px;
}

/* custom step markup*/
#checkout-step-login {
	margin-bottom:15px;
}


/* @end */

.step-content fieldset {
	background: url(../gfx/bg-fieldset.gif) no-repeat 0 0;
	margin: 0 0 0 16px;
	overflow: hidden;
	position: relative;
	padding: 13px 0 0;
	width: 603px;
}
.contact-content h4.legend {
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 10px 18px;
}
.contact-content fieldset {
	margin: 0;
}

.step-content fieldset fieldset {
	background: none;
	width: auto;
}

.step-content input {
	width: 75%;
}
#gift-message-whole-message{
	width: 75%;
	font:12px Arial,"Helvetica Neue",Helvetica,sans-serif;
	
}
.mandatory-field {
	color: #db0118;
}
.half {
	width: 265px;
	float: left;
}
.right {
	float: right;
	margin-right: 1px;
}
.full-width {
	clear: both;
}
.clear {
	clear: both;
}
.inline-checkbox input {
	display: inline;
	width: auto;
}
.payment-step .left-last {
	float: left;
	margin: 10px 0 0;
	width: 175px;
	display: inline;
}
.explanation {
	font-size: 11px;
	margin: 10px 0 0 16px;
}
.line-top {
	background: url(../gfx/bg-fieldset.gif) no-repeat 0 100%;
	overflow: auto;
	clear: both;
	margin: 0;
	position: relative;
}
.halfjes {
	background: url(../gfx/bg-halfjes-bottom.gif) no-repeat 11px 100%;
	padding: 0 0 15px;
	overflow: hidden;
	margin: 0 0 0 5px;
}
.halfjes fieldset {
	background: url(../gfx/bg-halfjes.gif) repeat-y 0 ;
	overflow: hidden;
	width: 297px;
	float: left;
	margin: 0 0 0 11px;
	height: 282px;
	position: relative;
	padding: 0;
}
.halfjes h3 {
	background: url(../gfx/bg-halfjes-top.gif) no-repeat 0 0;
	margin: 0;
	line-height: 49px;
	color: #3a3a3a;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 15px 20px;
}
.halfjes h4,
.halfjes p {
	font-size: 11px;
	padding: 0 18px;
	margin: 0;
}
.halfjes h4 {
	font-weight: bold;
}

.halfjes .bottom-align {
	background: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.line-top {
	border: solid #c8c8c8;
	border-width: 1px 0 0;
}
.halfjes .line-top {
	border: solid #c8c8c8;
	border-width: 1px 0 0;
	margin: 20px 11px 0;
	overflow: hidden;
	padding: 0;
	background: none;
}
.previous-step, .backlink {
	position: absolute;
	margin: 20px 0 0 20px;
	font-size: 12px;
	background: url(../gfx/icon-backlink.gif) no-repeat 0 50%;
	padding: 0 0 0 10px;
}
.backlink {
	margin-left:0;
	margin-top:10px;
}
.next-step {
	background: url(../gfx/button-next.gif) no-repeat 100% 0;
	float: right;
	color: #444;
	text-decoration: none;
	margin: 14px 9px 9px 0;
	font-size: 12px;
	font-weight: bold;
	padding:0 0 1px 0;
	height:33px;

}
.next-step span {
	height: 32px;
	background: url(../gfx/button-next.gif) no-repeat;
	display: block;
	margin: 0 20px 0 0;
	padding: 8px 8px 0 15px;
	color:#5C5C5C;
	font-weight:normal;
	font-family:Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size:12px;
}
.next-step:hover span {color:#000;}
.payment-step label,
.contact-content label,
.payment-step .shipping-costs {
	display: block;
	padding: 0 18px 7px;
	font-size: 12px;
}
.payment-step .shipping-costs {
	margin: 0;
	padding: 5px 18px 10px;
}
.payment-step .inline-checkbox {
	font-weight: bold;
}
.payment-step label input,
.contact-content label input,
.contact-content label textarea {
	display: block;
}

.payment-step label input.validation-failed,
.contact-content label input.validation-failed,
.contact-content label textarea.validation-failed {
	background-color:#ffd4d4;
}

.contact-content label .validation-advice{
	color: #9E0009;
}

.payment-step .inline-checkbox input {
	display: inline;
}
.payment-step .inline-checkbox em {
	display: block;
	font-weight: normal;
	font-style: normal;
	padding: 0 0 10px 20px;
}

.shoppingcart-container-top {
	background: url(../gfx/bg-shoppingcart-container.gif) no-repeat;
	height: 5px;
	width: 603px;
	margin: 0 auto;
}
.shoppingcart-container-bottom {
	background: url(../gfx/bg-shoppingcart-container.gif) no-repeat 0 100%;
	height: 5px;
	width: 603px;
	margin: 0 auto;
}
.shoppingcart-container {
	border: solid #a4a4a4;
	border-width: 0 1px;
	width: 581px;
	margin: 0 auto;
	background: #fff;
	padding: 5px 10px;
}
.shoppingcart-container .bestellen-button {
	padding: 16px 0 0;
}
.button-aanpassen {
	background: url(../gfx/button-aanpassen.gif) 0 0;
	display: block;
	float: right;
	padding: 0 0 0 5px;
	margin: 10px 0;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #444;
}
.button-aanpassen span {
	background: url(../gfx/button-aanpassen.gif) 100% 0;
	display: block;
	line-height: 21px;
	padding: 0 20px 3px 15px;
}



/*	Carrousel
-------------------------------------------------- */
.carrousel{
	background: url(../gfx/carrousel-bg.gif) no-repeat 0 0;
	position: relative;
	width: 866px;
	height: 260px;
	clear: both;
}
.carrousel h3{
	margin: 0 0 3px;
	font-size: 1.8em;
	line-height: 1.1em;
	font-weight: normal;
	padding: 10px 12px 0;
	color: #b7070e;
	font-family: impact;
}
.carrousel .mask{
	/*width: 809px;*/
	height: 145px;
	top: 48px;
	left: 21px;
	background: #fff;
	position: absolute;
	overflow: hidden;
	/*padding: 5px 5px 5px 4px;*/
	
	padding: 5px 0;
	width: 824px;
}
.carrousel #img-container{
	width: 1200px;
	position: relative;
	left: 3px;
}
.carrousel #img-container img{
	margin: 0 3px 0 0;
}
.carrousel #prev,
.carrousel #next{
	background: url(../gfx/car-prev.gif) no-repeat 0 0;
	width: 8px;
	height: 11px;
	position: absolute;
	top: 120px;
	left: 10px;
}
.carrousel #next{
	background: url(../gfx/car-next.gif) no-repeat 0 0;
	right: 10px;
	left: auto;
}
.carrousel .large-btn {
	margin:180px 23px 0 0;
}
/* messages */
.messages {
overflow:hidden;
width:100%;
list-style:none;
padding:0;
margin:0;
}
.messages ul{
	margin:2px 13px;
	padding:0;
}
.error-msg, .success-msg, .notice-msg, .note-msg {
	border:1px solid #FCD344;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:1em !important;
	min-height:23px !important;
	padding:8px;
}
.error-msg li, .success-msg li, .notice-msg li {
	list-style:disc;

}
.error-msg {
	background-color:#FAEBE7;
	border-color:#F16048;
	color:#DF280A;
}
.success-msg {
	background-color:#EFF5EA;
	border-color:#446423;
	color:#3D6611;
}
.notice-msg, .note-msg {
	background-color:#FAFAEC;
	border-color:#FCD344;
	color:#3D6611;

}
.customer-dob div.validation-advice {
	margin-left:170px;
	font-size:13px;
	color:#9E0009;
}
.dob-day div.validation-advice , .dob-month div.validation-advice , .dob-year div.validation-advice {
	display:none !important;
}

