@charset "utf-8";
/* CSS Document */

#gradient
{
	background: url(../images/bg_footer_discover.gif) bottom repeat-x;
}
#footer
{
	margin-top: 0px;
}
ul#list-nav li a#list-nav-discover
{
	color: #000000;
	background-color: #06da10;
}
ul#list-nav ul
{
	background: url(../images/nav_arrow_discover.gif) 0px 4px no-repeat;
}
ul#list-nav ul li a
{
	color: #000000;
	background-color: #06da10;
}
ul#list-footer li a.footer-news strong
{
	color: #06da10;
	font-weight: normal;
}
a
{
	color: #1dff28;
}
h2
{
	border-left: 2px solid #1dff28;
}
#colour-quiz
{
	position: relative;
	width: 354px;
	overflow: hidden;
	min-height: 380px;
}
ol#list-quiz
{
	position: relative;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 5000px;
}
ol#list-quiz li
{
	position: relative;
	float: left;
	font-size: 1.5em;
	color: #1dff28;
}
ol#list-quiz li p
{
	position: relative;
	width: 320px;
}
ol#list-quiz li form
{
	position: relative;
	display: inline;
}
ol#list-quiz li ol
{
	position: relative;
	margin: 0em;
	padding: 2em;
	list-style: upper-alpha;
	float: none;
	width: 320px;
}
ol#list-quiz li ol li
{
	position: relative;
	float: none;
	font-size: 0.7em;
	padding: 0.5em 1em 0.5em 3em;
	clear: both;
	color: #ffffff;
}
ol#list-quiz li ol li .input-radio
{
	position: absolute;
	left: 0;
	top: 0;
}

.list-quiz-paging
{
	position: relative;
	text-align: right;
	font-size: 0.8em;
	width: 320px;
}
.list-quiz-paging .paging-previous
{
	position: absolute;
	left: 0;
}
a.btn-commit
{
	position: relative;
	text-transform: uppercase;
	color: #000000;
	background-color: #06da10;
	line-height: 18px;
	padding: 3px 6px;
	text-decoration: none;
	border: 1px solid #06da10;
}
a:hover.btn-commit
{
	background-color: #000000;
	color: #06da10;
}

form label
{
	color: #06da10;
}
form .form-label
{
	color: #06da10;
}
form input.input-text
{
	border: 1px solid #06da10;
}
form textarea.input-text
{
	border: 1px solid #06da10;
}
form input.input-btn
{
	background-color: #06da10;
	color: #000000;
}