/******************************************/	
/* CSS powered by clock - www.clock.co.uk */
/******************************************/	

/**
 * feature
 */
.feature .article {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: 100%;
}
.feature .article .text {
	width: 400px;
}
.article h4 a,
#main-content .article h3 span {
	float: left;
	display: block;
}
#main-content .article h4 span {
	margin-left: 7px;
	color: #FFFFFF;
}
#main-content .article p.download a {
	background-image: url("/resource/image/icon/download.gif");
	background-position: 0px -1px;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 22px;
}


/**
 * news / view
 */
.news.view .article {
	clear: both;
}
.news.view .article .image {
	width: 560px;
	margin-bottom: 10px;
}
.news.view .article .text {
	width: 560px;
	padding-left: 0px;
}
/**
 * quiz / form
 */
#quiz .question {
	margin: 0px 0px 10px 0px;
	padding: 10px;
	border: 1px solid #8D8B8C;
	overflow: auto;
	zoom: 1;
}
fieldset#friday-quiz {
	margin: 0px;
	padding: 0px;
}
#quiz .question h4 {
	color: #FF9933;
}
#quiz label {
	margin: 0px 0px 10px 0px;
	width: 300px;
}
#quiz label strong {
	width: 250px;
}
#quiz option {
	width: 170px;
	color: #000000;
}
#quiz .controls {
	background-color: #282828;
	padding-left: 450px;
	border: 1px solid #8D8B8C;
	padding: 5px;
}


/**
 * quiz / results
 */
.correct {
	background-image: url("/resource/image/feature/correct.gif");
	background-position: right;
	background-repeat: no-repeat;
}
.wrong {
	background-image: url("/resource/image/feature/wrong.gif");
	background-position: right;
	background-repeat: no-repeat;
}