﻿/* Correcting main layout problems */
#content {
	float:left;
	width:750px;
}

/* Correcting browser quirks */
#content h1, #content h2, #content h3, #content h4 {
	margin:0px; padding:0px;
}


/* Main layout of the quiz pages */
#pagequiz {
	width:750px;
	background:url(../assets/bdabd/quizes/quizzbackground.gif) -1500px 100% no-repeat;
	padding:15px 0px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1.2em;
}
#pagequiz .innerpagequiz {
	background:url(../assets/bdabd/quizes/quizzbackground.gif) -750px 0px repeat-y;

}
#pagequiz .innerpagequiztwo {
	background:url(../assets/bdabd/quizes/quizzbackground.gif) 0px 0px no-repeat;
}

/* Title */
#pagequiz h1 {
	display:block;
	width:138px;
	height:25px;
	position:relative;
	text-indent:-999em;
}
#pagequiz h1 span {
	display:block;
	width:138px;
	height:26px;
	position:absolute;
	top:-10px;
	left:10px;
	background:url(../assets/bdabd/quizes/buttonsprites.gif) 0px 0px no-repeat;
}

/* Phylactere */
.phylactere {
	width:380px;
	background:url(../assets/bdabd/quizes/phylactere.gif) 0px 0px no-repeat;
	padding-top:10px;
	color:#247196;
	font-weight:bold;
	font-size:1.2em;
	line-height:1.4;
}
.phylactere .inner {
	background:url(../assets/bdabd/quizes/phylactere.gif) -380px 0px repeat-y;
}
.phylactere .innertwo {
	background:url(../assets/bdabd/quizes/phylactere.gif) -760px 100% no-repeat;
	padding:0px 10px 20px 30px;
}


/* Header, presenting a quizz (img + text) */
.header {
	overflow:hidden;
	width:690px;
	margin:0px 30px;
}
.header .img {
	width:220px;
	float:left;
	margin-right:20px;
}
.header .img img {
	border:2px solid #FFFFFF;
	width:215px;
}
.header .text {
	width:450px;
	float:left;
	padding-top:30px;
}
.header .text h3 {
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:1.2em;
}
.header .text .desc {
	line-height:1.7em;
	margin-top:1em;
	color:#403f3f;
	text-align:justify;
}

.header .text a.rules {
	background:url(../assets/bdabd/quizes/buttonsprites.gif) -570px 0px no-repeat;
	display:block;
	width:145px;
	height:25px;
	position:relative;
	text-indent:-999em;
	margin-top:40px;
}
.header .text a.rules:hover {
	background:url(../assets/bdabd/quizes/buttonsprites.gif) -570px 100% no-repeat;
}


div.policydescription {
	display:none;
		/*line-height: 2em !important;
		overflow: auto;
		width: 560px;
		height: 340px;
		color: #000;
		background-color:#fff;*/
}

