@import url(reset.css);

/* =body
************************************************************** */

body {
	background: #fff url(i/top-bar.gif) repeat-x left top;
	font: normal 75% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #4d4d4d;
}

#site {
	width: 974px;
	margin: 0 auto;
	background: url(i/site-bg.png) no-repeat 72px 127px;
}

#site.sub {
	background-position: 72px 157px;
}

/* =wrapper
************************************************************** */

/*#wrapper {
	background: url(i/wrapper-bg.png) no-repeat center 41px;
}*/

#wrapper.questions {
	background-image: url(i/wrapper-questions-bg.png);
}

/* =masthead
************************************************************** */

#masthead {
	position: relative;
	height: 171px;
}

h1 {
	position: absolute;
	left: -27px;
	top: 41px;
	width: 194px;
	height: 190px;
	background: url(i/h1.png) no-repeat left top;
	text-indent: -1000em;
}

h1 a {
	position: absolute;
	left: 0;
	top: 0;
	width: 194px;
	height: 190px;
}

#sentence {
	background: url(i/sentence.png) no-repeat left top;
	width: 390px;
	height: 36px;
	position: absolute;
	left: 211px;
	top: 89px;
	text-indent: -1000em;
}

#counter, #counter-inc {
	text-align: center;
	color: #fff;
}

/* =top
************************************************************** */

#top:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

#home {
	float: left;
	height: 40px;
	width: 38px;
	background: url(i/top-bg.png) no-repeat right top;
	margin-right: 14px;
}

#home a {
	display: block;
	height: 40px;
	width: 20px;
	text-indent: -1000em;
	background: url(i/home-a.gif) no-repeat left center;
}

/* =nav
************************************************************** */

#nav {
	list-style: none;
	float: right;
	line-height: 40px;
}

#nav li {
	display: inline;
	vertical-align: middle;
	padding-left: 12px;
	margin-left: 8px;
	background: url(i/nav-separator.gif) no-repeat left center;
}

#nav li:first-child {
	padding-right: 0;
	background: none;
}

#nav li a {
	color: #808080;
	text-decoration: none;
	font-size: 0.92em;
}

#nav li a:hover {
	text-decoration: underline;
}

/* =crumbs
************************************************************** */

#crumbs {
	list-style: none;
	float: left;
	line-height: 40px;
}

#crumbs li {
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
	padding-left: 11px;
	background: url(i/crumbs-separator.gif) no-repeat left center;
}

#crumbs li:first-child {
	padding-left: 0;
	background: none;
}

#crumbs li a {
	color: #808080;
	text-decoration: none;
	font-size: 0.92em;
}

#crumbs li a:hover {
	text-decoration: underline;
}

/* =headers
************************************************************** */

h2.sponsors {
	height: 24px;
	background: url(i/h2-sponsors.png) no-repeat left top;
	margin-bottom: 34px;
}

/* =send-text-msg
************************************************************** */

#send-text-msg {
	position: absolute;
	left: 201px;
	top: 70px;
	width: 413px;
	height: 93px;
	color: #404040;
	font-weight: bold;
}

#send-text-msg p.sentence {
	width: 413px;
	height: 36px;
	background: url(i/send-txt-msg.png) no-repeat left top;
	text-indent: -1000em;
	margin-bottom: 4px;
}

#send-text-msg .detail {
	color: #860000;
}

#send-text-msg .field {
	line-height: 23px;
}

#send-text-msg .field:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

#send-text-msg .field span.field-inner {
	float: left;
	vertical-align: middle;
	margin-right: 5px;
}

#send-text-msg .field input[type="text"] {
	width: 67px;
	height: 17px;
	padding: 3px 10px;
	background: url(i/text-msg-input.png) no-repeat left top;
	border: none;
}

/* =main
************************************************************** */

#main {
	background: url(i/main-top.png) no-repeat left top;
	padding-top: 8px;
	position: relative;
	margin-bottom: 12px;
}

.sub #main {
	background-image: url(i/main-thin-top.png);
}

#main .inner {
	background: url(i/main-bottom.png) no-repeat left bottom;
	padding-bottom: 27px;
}

.sub #main .inner {
	background-image: url(i/main-thin-bottom.png);
}

#main .inner:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

/* =content-1st
************************************************************** */

#content-1st {
	float: left;
	width: 640px;
	padding-left: 42px;
	padding-top: 35px;
}

/* =content-2nd
************************************************************** */

#content-2nd {
	float: right;
	width: 252px;
	padding-left: 40px;
	padding-top: 36px;
}

/* =result-page 
************************************************************** */

.grats {
	height: 24px;
	background: url(i/grats.png) no-repeat left top;
	margin-bottom: 5px;
}

.your-result {
	width: 332px;
	height: 48px;
	float: left;
	background: url(i/your-result.png) no-repeat left top;
}

.current-position {
	width: 332px;
	height: 46px;
	float: left;
	background: url(i/current-position.png) no-repeat left top;
}

.result-big {
	float: left;
	color: #ff7300;
	font-size: 4.00em;
	margin-top: -10px;
	font-weight: bold;
	white-space: nowrap;
}

.taking-part {
	height: 12px;
	background: url(i/taking-part.png) no-repeat right top;
}

/* =input-data
************************************************************** */

/*
.input-data {
	margin-top: 38px;
	padding-top: 38px;
	margin-bottom: 35px;
	border-top: 1px #ff7300 solid;
}*/

.input-data h2 {
	color: #1a1a1a;
	margin-top:0px;
	padding-top:0px;
	font-size: 2em;
}

.input-data .subtitle {
	color: #666;
	margin-bottom: 14px;
}

.input-data .cell {
	margin-bottom: 8px;
}

.input-data .cell:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.input-data .cell label {
	display: block;
	float: left;
	width: 119px;
}

.input-data .cell .field {
	float: left;
	margin-top: -2px;
}

.input-data input[type="text"] {
	width: 183px;
	height: 17px;
	padding: 3px 10px;
	background: url(i/input.png) no-repeat left top;
	border: none;
}

.input-data .cell.check input {
	float: left;
	margin-top: 15px;
}

.input-data .cell.check label {
	float: none;
	margin-left: 6px;
	width: auto;
	background: url(i/reg-lbl-top.gif) no-repeat left top;
	padding-top: 5px;
	font-size: 0.92em;
}

.input-data .cell.check label .lbl-inner {
	display: block;
	padding: 2px 17px 7px;
	background: url(i/reg-lbl-bottom.png) no-repeat left bottom;
}

/* =questionare
************************************************************** */

#questionare {
	padding-top: 44px;
	color: #808080;
	margin-bottom: 15px;
}

#questionare:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

#questionare .questionare {
	float: left;
	/*width: 609px;*/
}

#questionare .questionare ol {
	list-style: none;
}

#questionare .questionare ol:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

#questionare .questionare ol li {
	float: left;
	width: 172px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
}

#questionare .questionare ol li.first-in-line,
#questionare .questionare ol li:first-child {
	border-left-width: 0;
	padding-left: 0;
}

#questionare .questionare ol li p {
	margin-bottom: 15px;
}

#questionare .questionare ol li p:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

#questionare .questionare ol li p .no {
	display: block;
	float: left;
	color: #ff7300;
	font-size: 5.00em;
	margin-top: -12px;
	line-height: 60px;
}

#questionare .questionare ol li p .question-body {
	display: block;
	margin-left: 38px;
	font-size: 0.92em;
}

#questionare .questionare ol li ul {
	list-style: none;
}

#questionare .questionare ol li ul li {
	float: none;
	width: auto;
	border: none;
	position: relative;
	margin-bottom: 2px;
	padding-left: 0;
	padding-right: 0;
}

#questionare .questionare ol li ul li input {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	margin-left: 0;
	
}

#questionare .questionare ol li ul li:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

#questionare .questionare ol li ul li label {
	display: block;
	float: none;
	margin-left: 6px;
	width: auto;
	padding-top: 5px;
	font-size: 0.92em;
}

#questionare .questionare ol li ul li.even label {
	background: url(i/answr-lbl-top.gif) no-repeat left top;
}

#questionare .questionare ol li ul li label  .lbl-inner {
	display: block;
	padding: 2px 17px 7px;
}

#questionare .questionare ol li ul li.even label  .lbl-inner {
	background: url(i/answr-lbl-bottom.png) no-repeat left bottom;
}

#questionare .submit-questionare {
	float: right;
}

#questionare .submit-questionare div {
	width: 285px;
	height: 165px;
	background: url(i/submit-questionare-body.png) no-repeat left top;
	text-indent: -1000em;
	margin-bottom: 17px;
}

/* =regulation-page
************************************************************** */

.regulation-page h2.regulations {
	width: 245px;
	height: 29px;
	background: url(i/h2-regulation.png) no-repeat left top;
	margin-bottom: 25px;
	text-indent: -1000em;
}

.regulation-page .block {
	
}

.regulation-page .block:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.regulation-page .block h3 {
	float: left;
	width: 155px;
	font-size: 1em;
}

.regulation-page .block .block-body {
	margin-left: 160px;
}

.regulation-page .block .block-body p {
	margin-bottom: 1.3em;
}

.regulation-page .block .block-body ul {
	list-style: none;
	margin-bottom: 1.3em;
}

.regulation-page .block .block-body ul li {
	padding-top: 5px;
	font-size: 0.92em;
}

.regulation-page .block .block-body ul li.even {
	background: url(i/body-block-li-top.gif) no-repeat left top;
}

.regulation-page .block .block-body ul li span {
	display: block;
	padding: 2px 17px 7px;
}

.regulation-page .block .block-body ul li.even span {
	background: url(i/body-block-li-bottom.png) no-repeat left bottom;
}

.regulation-page .block .block-body ul li span span,
.regulation-page .block .block-body ul li.even span span {
	background: url(i/body-block-li.gif) no-repeat left center;
}

.regulation-page .section-footer {
	margin-top: 38px;
}

/* =section-footer
************************************************************** */

.section-footer {
	border-top: 1px #f2f2f2 solid;
	padding-top: 24px;
	text-align: right;
}

.section-footer a {
	color: #116e94;
	font-size: 0.92em;
	background: url(i/section-footre-arr.gif) no-repeat left center;
	padding-left: 11px;
	text-decoration: none;
}

.section-footer a:hover {
	text-decoration: underline;
}

/* =footer
************************************************************** */

#footer {
	
}

#footer:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

#footer .links {
	float: left;
}

#footer .links .arbo {
	display: block;
	width: 97px;
	height: 31px;
	background: url(i/arbo-footer.png) no-repeat left top;
	text-indent: -1000em;
}

#copy {
	float: right;
	color: #bfbfbf;
	font-size: 0.92em;
	line-height: 31px;
}

#copy span {
	vertical-align: middle;
}

#copy  a {
	color: #bfbfbf;
	text-decoration: none;
}

#copy  a:hover {
	text-decoration: underline;
}

/* =general
************************************************************** */

a {
	color: #116e94;
	text-decoration: underline;
	outline: none;
}

.semantic {
	display: none;
}

.columns:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.img {
	text-indent: -1000em;
}

/* =buttons
************************************************************** */

.btn {
}

.btn:after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

.button {
	display: block;
	float: left;
	color: #fff;
	outline: none;
}

.button.next {
	width: 68px;
	height: 23px;
	background: url(i/button-next.png) no-repeat left top;
	text-indent: -1000em;
}

.button.ready {
	width: 163px;
	height: 43px;
	background: url(i/button-ready.png) no-repeat left top;
	text-indent: -1000em;
}

.error-info {
	color: red;
}

/* =widget
************************************************************** */

#widget {
	position: relative;
	width: 180px;
	height: 455px;
	margin: 0 auto;
	padding: 10px;
	background: url(i/widget/bg.jpg) repeat;
	overflow: hidden;
}

#widget.horizontal {
	width: 630px;
	height: 100px;
}

#widget.horizontal .block {
	float: left;
	margin-right: 10px;
	width: 200px;
}

#widget.horizontal .left {
	float: left;
}

#widget h2 {
	font-size: 1.3em;
	margin-bottom: 8px;
}

#widget .subtitle {
	font-size: 0.72em;
	margin-bottom: 8px;
	line-height: 1.2em;
}

#widget.horizontal .subtitle {
	line-height: 1.5em;
}

#widget.horizontal .error-code {
	padding-top: 13px;
}

#widget.horizontal .error-code label {
	width: auto;
}

#widget .subtitle span {
	font-size: 14px !important;
}

#widget label {
	color: #000;
	padding-left: 5px;
	font-weight: bold;
	font-size: 14px;
}

#widget label span {
	font-size: 11px;
	margin-left: -5px;
}

#widget h4 {
	font-size: 14px;
	color: #000;
}

#widget .ajax-link {
	color: #323232;
	border-bottom: 1px dotted #B6A678;
	font-size: 11px;
}

#widget .error-info {
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	line-height: 1em;
}

#widget span.error-info {
	margin-left: 5px;
}

#widget .ajax-link:hover {
	border-style: solid;
}

#widget .input-data .cell {
	margin-bottom: 10px;
	margin-top: 0 !important;
}

#widget input[type="text"] {
	background-image: url(i/widget/input.png);
	width: 160px;
}

#widget.horizontal #questionare {
	padding-top: 0px;
}

#widget.horizontal #questionare .no {
	margin-top: 0px;
}

#widget fieldset.questionare {
	position: relative;
	height: 260px;
	width: 180px;
	overflow: hidden;
}

#widget.horizontal fieldset.questionare {
	float: none;
	width: 580px;
	height:	83px;
}

#widget fieldset.questionare ol {
	position: absolute;
	left: 0;
	top: 0;
	width: 590px;
	height: 260px;
}

#widget.horizontal fieldset.questionare ol {
	width: 2400px;
	height: 100px;
}

#widget.horizontal fieldset.questionare ol li p {
	float: left;
	width: 200px;
	margin-right: 10px;
}

#widget.horizontal fieldset.questionare ol li ul {
	float: left;
	width: 380px;
}

#widget.horizontal fieldset.questionare ol li ul li {
	height: auto;
	float: left;
	width: 190px;
}

#widget fieldset.questionare li {
	float: left;
	width: 180px;
	height: 260px;
	padding-right: 0;
	padding-left: 0;
}

#widget.horizontal fieldset.questionare li {
	width: 590px;
	height: 100px;
}

#widget fieldset.questionare ul li {
	width: auto;
	height: auto;
	float: none;
}

#widget .grats {
	background-image: none;
	text-indent: 0;
	font-weight: bold;
	color: #000;
	font-size: 20px;
}

#widget.horizontal p.grats {
	font-size: 33px;
	padding-top: 34px;
}

#widget .donequiz h2 {
	font-size: 14px;
}

#widget.horizontal .donequiz .block {
	margin-right: 10px;
}

#widget .taking-part {
	background-image: none;
	text-indent: 0;
	font-weight: bold;
	color: #000;
	font-size: 13px;
	height: auto;
}

#widget.horizontal .taking-part {
	padding-top: 12px;
}

#widget .regulations .lbl-inner {
	font-size: 10px;
	line-height: 1.2em;
}



#widget #image {
	position: absolute;
	width: 200px;
	height: 159px;
	left: 0;
	bottom: 26px;
	background: url(i/widget/pacc.png) no-repeat left top;
}

#widget.horizontal #image {
	left: auto;
	right: 30px;
	top: 0px;
	width: 151px;
	height: 120px;
	background-image: url(i/widget/pacc2.png);
}

#widget.horizontal .submit-questionare {
	float: right;
	padding-right: 47px;
}

#widget.horizontal #step2 {
	margin-top: -4px;
}

#widget.horizontal #step2 .cell {
	margin-bottom: 0;
}

#widget.horizontal #step2 label {
	font-size: 12px;
}

#widget.horizontal .check {
	width: 496px;
	float: left;
	margin-right: 33px;
}

#widget.horizontal .input-data .cell.check input {
	margin-top: 7px;
}

#widget.horizontal label.err {
	color: #ff0000;
}

#widget #timer {
	display: block !important;
	position: absolute;
	top: 267px;
	left: 0;
	height: 15px;
	width: 200px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

#widget.horizontal #timer {
	width: 210px;
	top: 92px;
	left: 222px;
	font-size: 13px;
	text-align: left;
}

#widget #timer .caption {
	text-decoration: blink;
	color: #CC0000;
}

#widget #timer #counter {
	color: #000;
}

#prize-info {
	position: absolute;
	left: 434px;
	top: 73px;
	font-size: 13px;
	color: #cc0000;
	font-weight: bold;
	text-align: center;
	width: 200px;
	line-height: 1.4em;
	text-decoration: blink;
}

/* =sizes
************************************************************** */

 .size0 { background: none;}
 .size1 { width: 1%;}   .size2 { width: 2%;}  .size3 { width: 3%;}    .size4 { width: 4%;}
 .size5 { width: 5%;}   .size6 { width: 6%;}  .size7 { width: 7%;}    .size8 { width: 8%;}
 .size9 { width: 9%;}  .size10 { width: 10%;} .size11 { width: 11%;} .size12 { width: 12%;}
.size13 { width: 13%;} .size14 { width: 14%;} .size15 { width: 15%;} .size16 { width: 16%;}
.size17 { width: 17%;} .size18 { width: 18%;} .size19 { width: 19%;} .size20 { width: 20%;}
.size21 { width: 21%;} .size22 { width: 22%;} .size23 { width: 23%;} .size24 { width: 24%;}
.size25 { width: 25%;} .size26 { width: 26%;} .size27 { width: 27%;} .size28 { width: 28%;}
.size29 { width: 29%;} .size30 { width: 30%;} .size31 { width: 31%;} .size32 { width: 32%;}
.size33 { width: 33%;} .size34 { width: 34%;} .size35 { width: 35%;} .size36 { width: 36%;}
.size37 { width: 37%;} .size38 { width: 38%;} .size39 { width: 39%;} .size40 { width: 40%;}
.size41 { width: 41%;} .size42 { width: 42%;} .size43 { width: 43%;} .size44 { width: 44%;}
.size45 { width: 45%;} .size46 { width: 46%;} .size47 { width: 47%;} .size48 { width: 48%;}
.size49 { width: 49%;} .size50 { width: 50%;} .size51 { width: 51%;} .size52 { width: 52%;}
.size53 { width: 53%;} .size54 { width: 54%;} .size55 { width: 55%;} .size56 { width: 56%;}
.size57 { width: 57%;} .size58 { width: 58%;} .size59 { width: 59%;} .size60 { width: 60%;}
.size61 { width: 61%;} .size62 { width: 62%;} .size63 { width: 63%;} .size64 { width: 64%;}
.size65 { width: 65%;} .size66 { width: 66%;} .size67 { width: 67%;} .size68 { width: 68%;}
.size69 { width: 69%;} .size70 { width: 70%;} .size71 { width: 71%;} .size72 { width: 72%;}
.size73 { width: 73%;} .size74 { width: 74%;} .size75 { width: 75%;} .size76 { width: 76%;}
.size77 { width: 77%;} .size78 { width: 78%;} .size79 { width: 79%;} .size80 { width: 80%;}
.size81 { width: 81%;} .size82 { width: 82%;} .size83 { width: 83%;} .size84 { width: 84%;}
.size85 { width: 85%;} .size86 { width: 86%;} .size87 { width: 87%;} .size88 { width: 88%;}
.size89 { width: 89%;} .size90 { width: 90%;} .size91 { width: 91%;} .size92 { width: 92%;}
.size93 { width: 93%;} .size94 { width: 94%;} .size95 { width: 95%;} .size96 { width: 96%;}
.size97 { width: 97%;} .size98 { width: 98%;} .size99 { width: 99%;}
