/*
 * Author: MYself ma`fa!
 * Date: 2010
 *
 */
 
body, html {
    background: #F9F9F9 url(../images/public/v2/cut_background.png) no-repeat center top;
    font: 11px Tahoma, Geneva, sans-serif;
    color: black;
    margin:0;
    padding: 0;
    min-width: 1000px;
    overflow-x: hidden;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0c4ca3;
	font-weight: bold;
}

h2 {font-size: 14px;}

input,
textarea,
button {
	font-size: 11px;
}

a {
	color: black;	
}

.clear {
	clear: both;
}

.hide {
	display: none;	
}

.left {
	float: left;
}

.right {
	float: right;
}


/*
 * Master elements
 */
 
.application #wrapper {
	width : 1043px;
	height: 675px;
	background:  url(../images/public/wrapper-home.png) no-repeat center top;
	margin: 0 auto;
	
}

.test #wrapper {
	width : 940px;
	height: 614px;
	background:  url(../images/public/new_home.jpg) no-repeat center top;
	margin: 0 auto;
	position: relative;
	
}

.nominations #wrapper,
.winners #wrapper,
.draw #wrapper {
        overflow: hidden;
	width : 942px;
	margin: 0 auto;
	position: relative;
}

#container {
    zoom: 1;
    margin-top: 256px;
    padding-bottom: 60px;
    background: url(../images/public/v2/bg.png) no-repeat left bottom;
}

.inner_header {
        float: left;
        width: 560px;
        margin: 0 0 0 30px;
	padding-top: 0;
}

#iframe {
    float: left;
    width: 315px;
    height: 885px;
    margin: 20px 0 0 20px;
    background: #F4F4F4;
}

.inner_header h2 {
    position: relative;
    margin-top: -118px;
}

.inner_header span.right {
	margin-top: 60px;
}

.inner_header span strong{
	font-weight: bold;
}

.application #wrapper div.right {
	margin: 220px 65px 0px 0px;
	width: 515px;
	color: black;
	line-height: 16px;
	position: relative;
	height: 425px;
	display: inline;
}

.application #wrapper div.right h2 {
	margin-bottom: 10px;
}

.application #wrapper div.right a {
	color: black;
	font-weight: bold;
}


.application #wrapper div.right .make-believe {position: absolute;width:317px;height: 181px;right: 0;bottom:0;}

.application #wrapper div.right .vote_and_win {position: absolute;width:160px;height: 35px;left: 0;bottom:0;}

.application #wrapper div.right #one_time {position: absolute;left: 0;bottom:50px;}

ul.products{
	margin-top: 20px;
}
ul.products li {
	width: 260px;
	height: 400px;
	margin-right: 20px;
	float: left;
	display: inline;
	margin-bottom: 30px;
	border-bottom: 1px dotted #b2b2b2;
	position: relative;
}

ul.products li p {
	line-height: 14px;
}

ul.products li label {
	position: absolute;
	left: 0;
	bottom:10px;
	font-weight: bold;
	line-height: 15px;
	outline: none;
}

ul.products li label input {
	float: left;
	margin-right: 5px;
}

ul.products li a.details {
	position: absolute;
	right: 0;
	bottom:10px;
	color: #145b9f;
}

.products li h3 {
	font-size: 20px;
	font-weight: normal;
	color: black;
}

.products li.third {
	margin-right: 0;
}

.go_back {
	position: absolute;
	left: 100px;
	bottom:20px;
	background: url(../images/public/go_back.jpg) no-repeat top left;
	width: 99px;
	height: 28px;
}

.continue {
	position: absolute;
	right: 100px;
	bottom:20px;
	background: url(../images/public/continue.jpg) no-repeat top left;
	width: 99px;
	height: 28px;
}

.finish {
    position: inherit;
    float: left;
    margin: 10px 0 0 90px;
}

#title_category {
    position: absolute;
    left: 420px;
    bottom: 25px;
}


.hidden_content {
	display: none;
}

#popup_window {
	border: 5px solid #0b69a7;
	width: 580px;
	background: white;
	display: none;
}

#popup_window h6 {
	background: url(../images/public/details.jpg) repeat-x left top;
	height: 31px;
	padding-left: 15px;
	line-height: 31px;
	color: #6d6d6d;
	font-size: 14px;
	margin-bottom: 10px;
}

#popup_window h5 {
	padding-left: 15px;
	color: black;
	margin-bottom: 10px;
}

#popup_window .popup_content {
	padding-left: 15px;
	padding-right: 15px;
	line-height: 14px;
}

#popup_window .popup_content strong {
    padding: 10px 0 7px 0;
    display: block;
}

#popup_window a.close {
	background: url(../images/public/close_popup.jpg) no-repeat -10px 0;
	width: 100%;
	height: 52px;
	display: block;
	text-decoration: none;
}

.register_text {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#recaptcha_area {
	margin: 0 auto;
}

form.finish .input {
	float: left;
	margin-right: 20px;
	display: inline;
	margin-bottom: 20px;
}

form.finish .input.last {
	margin-right: 0px;
}

form.finish .input label {
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
}

form.finish .input input {
	height: 22px;
	width: 420px;
	border: 1px solid #898989;
	font-size: 15px;
	padding-top: 4px;
	
}

/* Flash messages */
#flash_messages {
	display: block;
	position: absolute;
	width: 980px;
	background: #fff9c7;
	color: #333333;
	left: 50%;
	margin-left: -490px;
	z-index: 100;
	top: 0;
}

	#flash_messages ul {
		width: 980px;
		margin: 0 auto;
		padding: 3px 0;
		font-size: 14px;
	}
	
	#flash_messages li {
		padding: 2px 15px;
	}
	
		#flash_messages .close {
			display: none;
		}
/* End Flash messages*/

#footer {
	margin-top: 10px;
	xheight: 30px;
	line-height: 30px;
	text-align:right;
	color: black;
	width: 940px;
	margin: 0 auto;
	position: relative;
}

#footer a {color: black;}


#footer span {position: absolute;left:0;top: -3px;}

/*
.draw #wrapper {
	width : 1043px;
	background:  url(../images/public/wrapper-nominations.png) no-repeat center top;
	margin: 0 auto;	
	position: relative;
	padding-bottom: 40px;
	height: 700px;
}
*/

#draw_result b {
	clear: both;
	width: 100px;
	float: left;
	text-align: left;
}

#draw_results {
	font-size: 18px;
	text-align: center;
	width: 600px;
}

.abs_links {
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
    width: 100px;
    height: 100px;
    left: 0;
    top: 0;
}

.abs_blizoo_logo {
    width: 175px;
    height: 74px;
    top: 58px;
    left: 12px;
}

.abs_facebook {
    width: 75px;
    height: 31px;
    left: 14px;
    top: 14px;
}

.abs_right_blizoo {
    left: 50%;
    width: 174px;
    height: 800px;
    margin: 0 0 0 -654px;
    background:  url(../images/public/new_blizoo_ban.jpg) no-repeat center top;
}

.abs_left_blizoo {
    left: 50%;
    width: 174px;
    height: 800px;
    margin: 0 0 0 480px;
    background:  url(../images/public/new_blizoo_ban.jpg) no-repeat center top;
}
