@charset "UTF-8";

/*-------------------------------------------------------------------- 

[Master Stylesheet] 
  
- Project:    Chewyslist
- Version:    1.0 

- Last CSS Update: July 15, 2010
			
-------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	background-color: #eaeaeb;
}

a {
	outline: none;
}

a:link {
	color: #4d86a2;
}

a:visited {
	color: #4d86a2;
}

a:hover {
	color: #14435a;
}

strong {
	font-weight: bold;
}

p.errors {
	background-color: #f5d2d5;
	border: 1px solid #c81c17;
	margin: 0px 0px 10px;
	padding: 5px 10px;
	color: #9a130f;
	font-size: 12px;
	text-align: center;
}

p.warning {
	background-color: #fcf4ca;
	border: 1px solid #d2ba3e;
	margin: 0px 0px 10px;
	padding: 5px 10px;
	color: #bfa71d;
	font-size: 12px;
	text-align: center;
}

p.success {
	background-color: #c7f7c9;
	border: 1px solid #549548;
	margin: 0px 0px 10px;
	padding: 5px 10px;
	color: #549548;
	font-size: 12px;
	text-align: center;
}

/*------ Clear Fix ------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */

/*----------------------*/

div#regwrapper {	
	width: 275px;
	position: absolute;
	left:50%;
	top:30%;
	margin:-37px 0 0 -138px;
}

div#chewysbar {
	background: url(../imgs/chewysbar_mid.jpg) repeat-x 0 0;
	height: 75px;
}

div#chewysbar h1#logomain {
	float: left;
	display: inline;
	height: 75px;
	width: 188px;
}

div#chewysbar h1#logomain a {
	background: url(../imgs/chewysbar_logo.jpg) no-repeat 0 0;
	display: block;
	width: 188px;
	height: 0px;
	padding-top: 75px;
	overflow: hidden;
	outline: none;
	cursor: default;
}

body#landing div#chewysbar h1#logomain a {
	cursor: pointer;
}

div#chewysbar div#rightmod {
	background: url(../imgs/chewysbar_rightedge.jpg) no-repeat 100% 0;
	float: right;
	display: inline;
	height: 55px;
	padding: 8px 20px 12px 15px;
}

body#main div#chewysbar div#rightmod {
	width: 725px;
}

div#chewysbar a#lock {
	background: url(../imgs/chewysbar_lock.jpg) no-repeat 0 0;
	display: block;
	width: 34px;
	height: 0px;
	padding-top: 34px;
	overflow: hidden;
	margin: 9px 11px 0px 0;
	outline: none;
}

div#chewysbar a#lock:hover {
	background: url(../imgs/chewysbar_lock.jpg) no-repeat 0 -34px;
	display: block;
	width: 34px;
	height: 0px;
	padding-top: 34px;
	overflow: hidden;
	margin: 9px 11px 0px 0;
}

#regwrapper h2.invitetxt {
	text-align: center;
	color: #b1c0c5;
	font-size: 12px;	
	text-transform: uppercase;
	margin: 0px 0px 10px;
	letter-spacing: 1px;
}

#regwrapper p.underbartxt {
	text-align: center;
	color: #b1c0c5;
	font-size: 14px;
}

#regwrapper p.underbartxt.list {
	margin: 0px 0px 50px;
	color: #4d86a1;
	font-style: italic;
}

#regwrapper p.underbartxt.wicl {
	max-width: 275px;
	margin: 0 auto;
}

/* alternative nav */

div#alternativenav {
	background: url(../imgs/already_on_the_list_bg.jpg) no-repeat 0 0;
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 12px;
	width: 228px;
	height: 32px;
	padding: 13px 0px 0px;
	text-align: center;
}

div#alternativenav a {
	display: block;
	font-size: 13px;
}

/*-- Login Form --*/

body#login div#regwrapper {
	width: 710px;
	margin-left: -350px;
}

form#loginform {
	padding: 14px 0px 0px;
}

form#loginform div.indv_box {
	float: left;
}

form#loginform input {
	width: 199px;
	height: 27px;
	margin: 0px 10px 0 0;
	border: none;
	background: url(../imgs/access_form_input_base.jpg) no-repeat 0 0;
	outline: none;
	font: italic 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #bdbdbd;
	padding: 0px 0px 0px 10px;
}

form#loginform input:focus {
	color: #444;
}

#loginform div.formbtns {
	float: left;
}

form#loginform input#okbtn {
	background: url(../imgs/access_form_GO_btn.jpg) no-repeat 0 0;
	border: none;
	cursor: pointer;
	display: block;
	width: 36px;
	height: 0;
	padding-top: 28px;
}

form#loginform input#okbtn:hover {
	background: url(../imgs/access_form_GO_btn.jpg) no-repeat 0 -28px;
	border: none;
	cursor: pointer;
	display: block;
	width: 36px;
	height: 0;
	padding-top: 28px;
}

form#loginform input#okbtn.disabled {
	background: url(../imgs/access_form_GO_btn.jpg) no-repeat 0 -56px;
	border: none;
	cursor: default;
	display: block;
	width: 36px;
	height: 0;
	padding-top: 28px;
}


/*-----------------*/

/*-- Breadcrumbs --*/

div#breadcrumbswrap {
	width: 720px;
	height: 41px;
	margin: 8px 0px 0px;	
}

div#breadcrumbswrap ul {
	height: 41px;
}

div#breadcrumbswrap ul li {
	float: left;
	display: inline;
	width: 140px;
	height: 41px;
	margin: 0px 0px 0px -20px;
}

div#breadcrumbswrap ul li a {
	background: url(../imgs/breadcrumbs_main.png) no-repeat 0 -41px;
	display: block;
	padding: 14px 20px 0px 40px;
	width: 80px;
	height: 27px;
	font-size: 12px;
	color: #b5b5b5;
	text-decoration: none;
	outline: none;
}

div#breadcrumbswrap ul li.current a, div#breadcrumbswrap li.current:hover a {
	background: url(../imgs/breadcrumbs_main.png) no-repeat -140px -41px;
	color: #fffeff;
}

div#breadcrumbswrap ul li:hover a {
	background: url(../imgs/breadcrumbs_main.png) no-repeat -280px -41px;
	float: left;
	display: inline;
	padding: 14px 20px 0px 40px;
	width: 80px;
	height: 27px;
	font-size: 12px;
	color: #646464;
}

div#breadcrumbswrap ul li.first {
	margin: 0px;
	width: 120px;
}

div#breadcrumbswrap ul li.first a {
	background: url(../imgs/breadcrumbs_main.png) no-repeat 0 0;
	padding: 14px 20px 0px;
	width: 100px;
	margin: 0px;
	outline: none;
}

div#breadcrumbswrap ul li.first.current a, div#breadcrumbswrap ul li.first.current:hover a {
	background: url(../imgs/breadcrumbs_main.png) no-repeat -120px 0;
	width: 100px;
	padding: 14px 20px 0px;
}

div#breadcrumbswrap ul li.last a {
	background: url(../imgs/breadcrumbs_main.png) no-repeat 0 -82px;
}

div#breadcrumbswrap ul li.last.current a, div#breadcrumbswrap ul li.last.current:hover a  {
	background: url(../imgs/breadcrumbs_main.png) no-repeat -140px -82px;
}

div#breadcrumbswrap ul li.last:hover a {
	background: url(../imgs/breadcrumbs_main.png) no-repeat -280px -82px;
}

/*-- User Info - Top Bar --*/

#rightmod div.userinfo p {
	text-align: right;
	padding: 18px 20px 0px 0px;
	color: #949494;
	font-style: italic;
}

#rightmod div.userinfo p em {
	color: #414141;
	font-style: italic;
}

#rightmod div.userinfo p a {
	font-style: normal;
}

/*-------------*/

div.leftarea, div.rightarea {
	width: 420px;
}

div.midarea {
	clear: both;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

body#main.p5 div.midarea {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding: 20px 0px;
}

body#main.psuccess div.midarea {
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	padding: 20px 0px;
	background: url(../imgs/midsection_shadow.jpg) no-repeat 0 1px;
}

body#main.pvideogallery div.midarea {
	clear: both;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 90px;
	padding-bottom: 90px;
}

body#main.pvideogallery div.midarea.last {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div.leftarea {
	float: left;
	padding-right: 30px;
	border-right: 1px solid #d4d4d4;
}

body#main.p1 div.leftarea {
	min-height: 600px;
}

div.rightarea {
	float: right;
}

/*--------------------*/

form#accessform {
	margin: 15px 0px 0px;
}

form#accessform div.inputcont {
	float: left;
}

form#accessform input#accesscode {
	width: 199px;
	height: 27px;
	margin: 0px 10px 0 0;
	border: none;
	background: url(../imgs/access_form_input_base.jpg) no-repeat 0 0;
	outline: none;
	font: italic 14px "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
	color: #bdbdbd;
	padding: 0px 0px 0px 10px;
}

form#accessform input#accesscode:focus {
	color: #444;
}

form#accessform input#okbtn {
	background: url(../imgs/access_form_GO_btn.jpg) no-repeat 0 0;
	border: none;
	cursor: pointer;
	display: block;
	width: 36px;
	height: 0;
	padding-top: 28px;
}

form#accessform input#okbtn:hover {
	background: url(../imgs/access_form_GO_btn.jpg) no-repeat 0 -28px;
	border: none;
	cursor: pointer;
	display: block;
	width: 36px;
	height: 0;
	padding-top: 28px;
}

form#accessform input#okbtn.disabled {
	background: url(../imgs/access_form_GO_btn.jpg) no-repeat 0 -56px;
	border: none;
	cursor: default;
	display: block;
	width: 36px;
	height: 0;
	padding-top: 28px;
}

/*-- Access Messages --*/

p.msg.fail, body#login p.msg.success {
	background: none;
	border: none;
	color: #caa22a;
	font-size: 30px;
	letter-spacing: -1px;
	text-align: center;
	font-weight: bold;
	margin: 80px 150px 0px;
}

/*-----------------------------------------------------*/
/*------------------- MAIN SIGNUP ---------------------*/

div#container {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
}

/*###################################################
# HEADER                                            #
###################################################*/

div#header {
	margin: 0px 4px 10px 6px;
}

/*###################################################
# CONTENT                                           #
###################################################*/

div#content {
	background: url(../imgs/content_bg_mid.jpg) repeat-y 0 0;
	margin: 0px 0px 10px;
}

div#content div.topblock {
	height: 22px;
	background: url(../imgs/content_bg_top.jpg) no-repeat 0 0;
}

div#content div.maininfo {
	background: url(../imgs/content_bg_bottom.jpg) no-repeat 0 100%;
	padding: 0px 30px 36px;
	position: relative;
}

/*-- Top Area --*/

div#content div#toparea {
	margin: 0px 0px 20px;
	padding: 0px 0px 20px;
	border-bottom: 1px solid #d3d3d3;
	position: relative;
}

/* Stats */

div.stats {
	background: url(../imgs/stats_mod_bg.jpg) no-repeat 0 0;
	float: left;
	display: inline;
	width: 241px;
	height: 338px;
	padding: 10px;
	text-align: center;
	position: relative;
}

div.stats h2 {
	margin: 0px 0px 13px;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #b7b7b7;
	color: #393939;
}

body#main.p3 div.stats h2 {
	margin: 0px 0px 10px;
}

div.stats ul.data li {
	margin: 0px 0px 7px;
	font-size: 15px;
	line-height: 17px;
}

div.stats ul.data li span.percentage {
	color: #447894;
	font-weight: bold;
}

div.stats ul.data li span.label {
	color: #5a5a5a;
}

div.stats div.userpercentage {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #b7b7b7;
	text-align: left;
	font-size: 13px;
	color: #8a8a8a;
	position: absolute;
	bottom: 15px;
}

/* Contest Message */

#toparea div.contestmsg {
	margin: 20px 0px 0px;
	padding: 20px 0px 0px;
	border-top: 1px solid #d3d3d3;
	color: #caa22a;
	text-align: center;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	float: left;
	width: 100%;
}

body#main.p1 #toparea div.contestmsg{
	margin: 20px 0px 25px;
}

#toparea div.contestmsg a#wicl {
	background: url(../imgs/what_is_chewyslist_btn.jpg) no-repeat 0 0;
	float: left;
	display: inline;
	width: 209px;
	height: 0px;
	padding-top:43px;
	overflow: hidden;
}

#toparea div.contestmsg a#wicl:hover {
	background: url(../imgs/what_is_chewyslist_btn.jpg) no-repeat 0 -43px;
	float: left;
	display: inline;
	width: 209px;
	height: 0px;
	padding-top:43px;
	overflow: hidden;
}


#toparea div.contestmsg h3 {
	font-size: 20px;
	margin: 0px 0px 15px;
}

#toparea div.contestmsg h4 {
	font-size: 15px;
}

body#main.p2 #toparea div.contestmsg h3, 
body#main.p2 #toparea div.contestmsg h4,
body#main.p3 #toparea div.contestmsg h3, 
body#main.p3 #toparea div.contestmsg h4,
body#main.p4 #toparea div.contestmsg h3, 
body#main.p4 #toparea div.contestmsg h4 {
	font-size: 13px;
	margin: 15px 0px 0px;
}

div.videoblock {
	float: right;
	display: inline;
	width: 620px;
	margin: 0 auto;
}

/*-- Tooltip --*/

.tooltip { 
	display:none; 
	background: url(../imgs/what_is_chewyslist_box_tooltip.png); 
	height: 69px; 
	padding: 23px 30px 20px 40px; 
	width: 637px; 
	color: #555;
	text-align: left;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
} 

/*-- Signup Form --*/

form.general {
	position: relative;	
}

form.general h2 {
	color: #4e85a3;
	font-size: 30px;
	margin: 0px 0px 15px;
}

form.general h2 span {
	text-transform: uppercase;
	color: #BBBBBB;
	font-weight: bold;
	font-size: 28px;
}

form.general h2 span.ref {
	color: inherit;
	vertical-align: top;
	font-size: 8px;
	line-height: 40px;
	font-weight: normal;
	font-style: normal;
}


form.general h2 em.note {
	background-color: #f6f0d1;
	margin: 0px 0px 15px;
	padding: 5px 10px;
	color: #4e85a3;
	font-size: 12px;
	text-align: center;
	font-style: italic;
}

form.general div.note p span.asterisk {
	color: #caa22a;
	font-size: 20px;
}

form.general span.asterisk {
	color: #caa22a;
	font-size: 16px;
}

form.general div.infoblock {
	margin: 0px 0px 25px;
}

form.general div.infoblock h3 {
	background-color: #eef7fb;
	border-bottom: 1px dotted #4e85a3;
	border-top: 1px dotted #4e85a3;
	color: #3a3a3a;
	margin: 0px 0px 15px;
	padding: 5px 10px;
	margin: 0px 0px 20px;
	text-align: center;
}

form.general div.infoblock h4 {
	margin: 0px 0px 15px;
	text-align: center;
	color: #2e2e2e;
	font-style: italic;
	font-size: 14px;
}

form.general div.infoblock.wicl {
	background: url(../imgs/what_is_chewyslist_box_mid.jpg) repeat-y 0 0;
	margin: 0px;
	margin-top: 37px;
}

form.general div.infoblock.wicl h3 {
	background: url(../imgs/what_is_chewyslist_box_top.jpg) no-repeat 0 0;
	padding: 0;
	padding-top: 44px;
	height: 0px;
	overflow: hidden;
	margin: 0;
	border: none;
}

form.general div.infoblock.wicl p {
	background: url(../imgs/what_is_chewyslist_box_bottom.jpg) no-repeat 0 100%;
	padding: 15px 20px 20px;
	font-size: 14px;
	color: #607846;
}

form.general div.indv_box {
	clear: both;
	margin: 0px 0px 15px;
}

form.general div.indv_box label {
	float: left;
	display: inline;
	color: #747474;
	font-size: 13px;
	width: 110px;
	text-align: right;
	margin: 7px 20px 0px 0px;
}

form.general div.indv_box input {
	border: 1px solid #d4d4d4;
	padding: 5px;
	outline: none;
	color: #a5a5a5;
	width: 270px;
}

form.general div.indv_box input.required, form.general div.indv_box input.missing {
	border: 1px solid #d2ba3e;
	color: #a5a5a5;
	background-color: #fefde1;
}

form.general div.indv_box input:focus {
	border-color: #787878;
	color: #4f4f4f;
}

form.general div.indv_box.radios label {
	margin-top: 0;
}

form.general div.indv_box input.radio {
	float: left;
	display: inline;
	width: 30px;
	margin-top: 5px;
}

form.general div.midarea div.indv_box.checkboxes {
	margin-left: 65px;
	position: relative;
	z-index: 999;
}

form.general div.indv_box.phonenumber span.instructions {
	display: inline;
	color: #b8b8b8;
	margin: 0;
	font-style: italic;
}

form.general div.indv_box span.instructions {
	display: block;
	font-size: 12px;
	color: #b8b8b8;
	margin: 5px 0px 0px 130px;
	font-style: italic;
}

form.general div.indv_box span.error {
	display: block;
	clear: both;
	font-size: 12px;
	color: #c81c17;
	margin: 5px 0px 0px 130px;
}

form.general div.indv_box.custom3 span.error {
	margin: 5px 0px 0px 15px;
}

form.general div.indv_box.phonenumber span.error {
	display: block;
	clear: both;
	font-size: 12px;
	color: #c81c17;
	margin: 5px 20px 0px;
	text-align: center;
}

form.general div.indv_box.custom2 span.error {
	margin: 5px 0px 0px 20px;
}

form.general div.formbtns.top {
	text-align: right;
	margin: 0px 0px 30px;
	position: absolute;
	top: 0px;
	right: 0px;
}

form.general div.formbtns input.formbutton,
form.general div.formbtns a.formbutton {
	float: right;
	display: inline;
}

form.general div.formbtns input.formbutton.continue {
	background: url(../imgs/form_cont_btn.jpg) no-repeat 0 0;
	width: 149px;
	height: 0px;
	padding-top: 43px;
	overflow: hidden;
	border: none;
}

form.general div.formbtns input.formbutton.continue:hover {
	background: url(../imgs/form_cont_btn.jpg) no-repeat 0 -43px;
	cursor: pointer;
	width: 149px;
	height: 0px;
	padding-top: 43px;
	overflow: hidden;
	border: none;
}

form.general div.formbtns input.formbutton.backtoconfirm {
	display: block;
	background: url(../imgs/form_back_to_conf_btn.jpg) no-repeat 0 0;
	width: 209px;
	height: 0px;
	padding-top: 43px;
	overflow: hidden;
	border: none;
}

form.general div.formbtns input.formbutton.backtoconfirm:hover {
	display: block;
	background: url(../imgs/form_back_to_conf_btn.jpg) no-repeat 0 -43px;
	width: 209px;
	height: 0px;
	padding-top: 43px;
	overflow: hidden;
	border: none;
	cursor: pointer;
}

form.general div.formbtns input.formbutton.share {
	background: url(../imgs/form_share_btn.jpg) no-repeat 0 0;
	width: 149px;
	height: 0px;
	padding-top: 43px;
	overflow: hidden;
	border: none;
}

form.general div.formbtns input.formbutton.share:hover {
	background: url(../imgs/form_share_btn.jpg) no-repeat 0 -43px;
	cursor: pointer;
	width: 149px;
	height: 0px;
	padding-top: 43px;
	overflow: hidden;
	border: none;
}


form.general div.formbtns input.formbutton.reset,
form.general div.formbtns a.formbutton.goback {
	border: none;
	background: none;
	font-size: 12px;
	text-decoration: underline;
	color: #4d86a2;
	margin: 15px 10px 0px 0px;
	cursor: pointer;
}

form.general div.formbtns input.formbutton.reset:hover,
form.general div.formbtns a.formbutton.goback:hover {
	border: none;
	background: none;
	font-size: 12px;
	text-decoration: underline;
	margin: 15px 10px 0px 0px;
	cursor: pointer;
	color: #6a9db6;
}

body#main.p5 form.general div.formbtns input.formbutton.reset {
	float: none;
	display: block;
	margin: 10px auto 0;
}

form.general div.formbtns input.formbutton.done {
	background: url(../imgs/form_list_btn.jpg) no-repeat 0 0;
	width: 239px;
	height: 0px;
	padding-top: 43px;
	overflow: hidden;
	border: none;
	float: none;
	display: block;
	margin: 0px auto;
}

form.general div.formbtns input.formbutton.done:hover {
	background: url(../imgs/form_list_btn.jpg) no-repeat 0 -43px;
	width: 239px;
	height: 0px;
	padding-top: 43px;
	overflow: hidden;
	border: none;
}

/* Custom Fields */
form.general div.indv_box.custom1 {
	float: left;
	display: inline;
	clear: none;
	width: 270px;
	margin: 0px 15px 15px 0px;
}

form.general div.indv_box.custom1 input {
	width: 120px;
}

form.general div.indv_box.custom2 select {
	width: 280px;
}

form.general div.indv_box.custom3 {
	float: left;
	display: inline;
	clear: none;
	width: 129px;
	margin: 0px 0px 15px;
}

form.general div.indv_box.custom3 label {
	width: 40px;
}

form.general div.indv_box.custom3 input {
	width: 55px;
}

form.general div.indv_box.custom4 select {
	width: 280px;
}

form.general div.indv_box label.dlines {
	margin-top: 0px;
}

form#signupform div.formbtns p {
	text-align: right;
	margin-bottom: 15px;
	color: #6d6d6d;
	font-style: italic;
	font-size: 18px;
}

/*-- SHARE FORM --*/

form#shareform {
	background: url(../imgs/share_module_mid.jpg) repeat-y 0 0;
	margin: 0px 0px 20px;
}

form#shareform div.infoblock {
	margin: 0px;
}

form#shareform div.infoblock h3 {
	font-size: 20px;
	border: none;
	background: url(../imgs/share_module_top.jpg) no-repeat 0 0;
	height: 0px;
	padding: 84px 0px 0px;
	overflow: hidden;
	margin: 0px 0px 10px;
}

form#shareform div.infoblock h3 span {
	display: block;
	font-size: 14px;
}

form#shareform div.bottom {
	height: 65px;
	background: url(../imgs/share_module_bottom.jpg) no-repeat 0 100%;
}

form#shareform div.bottom p {
	display: none;
}

form#shareform div.indv_box {
	padding: 0px 25px;	
}

form#shareform div.indv_box label {
	margin: ;
	width: 95px;
}

form#shareform div.indv_box input {
	width: 240px;
}

form#shareform div.formbtns {
	padding: 0px 60px;	
}

form#shareform div.indv_box span.error {
	margin: 5px 0px 0px 118px;
}

form#shareform div.indv_box span.instructions {
	margin: 5px 0px 0px 118px;
}

/*-- Sign Up Page 2, 3, and 4 --*/

body#main.p2 div.indv_box.checkboxes div.cbindv,
body#main.p3 div.indv_box.checkboxes div.cbindv,
body#main.p4 div.indv_box.checkboxes div.cbindv {
	float: left;
	margin: 0px 30px 3px 0px;
	width: 33%;
}

body#main.p2 div.indv_box.checkboxes div.cbindv.edge,
body#main.p3 div.indv_box.checkboxes div.cbindv.edge,
body#main.p4 div.indv_box.checkboxes div.cbindv.edge {
	margin-right: 0px;
	width: auto;
}

body#main.p2 div.indv_box.checkboxes label,
body#main.p3 div.indv_box.checkboxes label,
body#main.p4 div.indv_box.checkboxes label {
	float: none;
	width: 100%; /* to be defined */
	margin: 0px 0 0px 0px;
	font-size: 12px;
}

body#main.p2 div.indv_box.checkboxes input,
body#main.p3 div.indv_box.checkboxes input,
body#main.p4 div.indv_box.checkboxes input {
	width: 14px;
}

div#counterwrapper {
	width: 86px;
	height: 46px;
	padding: 10px 0px 0px;
	background: url(../imgs/checked_indicator.png) no-repeat 0 0;
	color: #fffeff;
	font-size: 18px;
	position: absolute;
	left: -95px;
}

div#counterwrapper span#counter {
	padding: 0px 0px 0px 20px;
	display: block;
	height: 33px;
}

div#counterwrapper div#checkeditems {
	background: url(../imgs/checked_indicator_mid.png) repeat-y 0 0;
	padding: 0px 25px 0px 5px;
}

div#counterwrapper div#checkeditems span {
	display: block;
	font-size: 12px;
	list-style-type: none;
	margin: 0px 0px 5px 2px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #81a3c0;
}

div#counterwrapper span#bottom {
	background: url(../imgs/checked_indicator_bottom.png) repeat-y 0 0;
	display: block;
	height: 26px;
}

body#main.p5 div#content div#toparea h2 {
	color: #4e85a3;
	font-size: 38px;
	margin: 0px 0px 15px;	
}

body#main.p5 p.finale {
	font-size: 20px;
	margin: 0px 0px 10px;
	color: #6e6e6e;
}

body#main.p5 p.finale.main {
	font-size: 28px;
}

body#main.p5 p.finale em {
	color: #497f9b;
}

body#main.p5 img.contestbag {
	float: right;
	display: inline;
	margin: 0px 0px 0px 40px;
}

img#phonenumexample {
	display: block;
	margin: 0px 0px 10px 15px;	
}

#signupform div.infoblock p.contest {
	margin: 0px 30px 15px;
	font-style: italic;
	color: #464646;
	font-size: 12px;
	text-align: center;
}

form.general div.indv_box.participate label {
	width: auto;
	margin: 0px 10px 0px 5px;
}

form.general div.indv_box.participate input {
	width: auto;
	float: left;
	display: inline;
	margin: 0px 0px 0px 36px;
}

form.general div.indv_box.phonenumber {
	padding: 0px 0px 0px 35px;
}

form.general div.indv_box.phonenumber ul li {
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
}

form.general div.indv_box.phonenumber ul li.countryCode {
	padding-top: 3px;
}

form.general div.indv_box.phonenumber span.separator {
	color: #888;
	font-size: 12px;
	display: block;
	margin-top: 7px;
}

form.general div.indv_box.phonenumber label {
	float: none;
	display: block;
	width: auto;
	margin: 5px auto 0px;
	text-align: center;
}

form.general div.indv_box.phonenumber select#countryCode {
	width:50px;	
}

form.general div.indv_box.phonenumber input#areaCode {
	width: 40px;
}

form.general div.indv_box.phonenumber input#number {
	width: 80px;
}

form.general div.indv_box.phonenumber input#extension {
	width: 40px;
}

div#inforeview {
	color: #535353;
	background-color: #f0f0f0;
	padding: 10px;
	margin: 0px 0px 20px;
	border: 1px solid #dcdcdc;
}

div#inforeview h2 {
	color: #282828;
	font-size: 16px;
	text-align: center;
	padding: 0px 0px 10px;
	border-bottom: 1px solid #c1c1c1;
}

div#inforeview h3 {
	margin: 0px 0px 5px;
}

div#inforeview h3 a {
	font-size: 12px;
}

div#inforeview ul {
	border-bottom: 1px solid #c1c1c1;
	margin: 0px 0px 10px;
	padding: 0px 0px 10px;
}

div#inforeview ul li {
	font-size: 14px;
	color: #626262;
	list-style-type: disc;
	list-style-position: inside;
	margin: 0px 0px 0px 10px;
}

div#inforeview ul li span {
	font-style: italic;
	color: #9e9e9e;
}

body#main.psuccess div#toparea h2,
body#main.pvideogallery div#toparea h2 {
	color: #4e85a3;
	font-size: 38px;
	margin: 0px;	
}

body#main.psuccess div.success {
}

body#main.psuccess div.success h3 {
	color: #B48B23;
	font-size: 21px;
	margin: 0px 0px 15px;	
}

body#main.psuccess div.success h4 {
	font-size: 20px;
	margin: 0px 0px 20px;
}

body#main.psuccess div.success p {
	margin: 0px 0px 15px;
}

body#main.psuccess div.success p.signature {
	padding: 15px 0px;
	border-top: 1px solid #d0d0d0;
	color: #787878;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0px;
}

a#caldownload {
	background: url(../imgs/cal_download_icon.jpg) no-repeat 0 0;
	width: 416px;
	height: 0px;
	padding-top: 108px;
	display: block;
	overflow: hidden;
	margin: 0 auto 20px;
}

a#caldownload:hover {
	background: url(../imgs/cal_download_icon.jpg) no-repeat 0 -108px;
	width: 416px;
	height: 0px;
	padding-top: 108px;
	display: block;
	overflow: hidden;
	margin: 0 auto 20px;
}

/*-- Gallery --*/

ul#videothumbs {
	padding: 0px 15px;
}

ul#videothumbs li {
	float: left;
	display: inline;
	margin: 0px 40px 20px 0px;
}

ul#videothumbs li.edge {
	margin: 0px;
}

ul#videothumbs li img {
	display: block;
}

ul#videothumbs li span {
	display: block;
	text-align: center;
	color: #8c8c8c;
	font-size: 12px;
	margin-top: 5px;
}

/*- Interview Gallery -*/

body#main.psuccess div#intboxwrapper {
	padding-top: 40px;
}

div#intboxwrapper h3.interviews_title {
	height: 0px;
	padding-top: 73px;
	overflow: hidden;
	margin: 0px 0px 40px;
	background: url(../imgs/interviews_title.jpg) no-repeat 50% 0;
}

div#playerwrapper {
	margin: 0px 0px 30px;
	padding: 0px 0px 30px;
	border-bottom: 1px solid #d4d4d4;
}

div#playerwrapper div.videoblock {
	float: none;
	display: block;
}

div#clips {
	padding: 0px 0px 0px 18px;
}

div#clips a.thumb {
	float: left;
	display: inline;
	margin: 0px 40px 20px 0px;
	outline: none;
	text-decoration: none;
}

div#clips a.thumb.edge {
	margin: 0px;
}

div#clips a.thumb span, div#clips a.thumb img {
	display: block;
}

div#clips a.thumb span {
	display: block;
	text-align: center;
	color: #8c8c8c;
	font-size: 12px;
	margin-top: 5px;
}

/*###################################################
# FOOTER                                            #
###################################################*/

body#landing div#footer, body#login div#footer {
	position: absolute;
	bottom: 20px;
	width: 100%;
}

/*-------------*/

p#copyright, p.ourstory {
	font: 11px Courier, "Courier New", mono;
	color: #b1c0c5;
	width: 100%;
	text-align: center;
}

p.ourstory a:link {
	color: #7CA65B;
}

p.ourstory a:visited {
	color: #7CA65B;
}

p.ourstory a:hover {
	color: #607846;
}

p#copyright a {
	color: #97a5a9;
}

span.trademark {
	font-size: 40%;
	vertical-align: 8px;
}

/*-- Legal --*/

div#legal {
	margin: 20px 0;
	padding: 0px 30px;
}

div#legal ol {
	padding: 0px 0px 0px 15px;
}

div#legal ol li {
	font-size: 10px;
	margin: 0px 0px 10px;
	color: #bfbfbf;
	list-style-type: decimal;
	list-style-position: outside;
}

span.ref {
	color: inherit;
	vertical-align: top;
	font-size: 11px;
	line-height: 5px;
}

/*--------------------*/
/*-- Chewysplayer --*/


/* root element should be positioned relatively so that 
	child elements can be positioned absolutely */
div.controls { 
	position:relative;
	height:8px;
	margin:12px 0 0;
	padding:5px 0 0;
}

/* when play button toggles between play/pause class 
	we move it's background image */
div.controls a.play, div.controls a.pause { 
	position:absolute;
	width: 18px;
	height:10px;
	text-indent:-999em;
	cursor:pointer;
	overflow:hidden;
	background:url(../imgs/flowplayer/play_pause.gif) center top no-repeat;
	margin-top: -10px;	
}

div.controls a.pause { 
	background-position:center -10px;
}

/* the track or "scrubber"  */
div.controls div.track { 
	position:absolute;
	top:-6px;	
	height:18px;
	left:20px;
	background:url(../imgs/flowplayer/track.png) no-repeat;
	text-align:left;
	cursor:pointer;
	width:600px;	
}

/* the draggable playhead */
div.controls div.playhead { 
	position:absolute;	
	height:12px;
	background:url(../imgs/flowplayer/playhead.png) no-repeat;
	cursor:pointer;
	top:0px; 
	width:12px;
}

/* buffer and controls are automatically resized, their initial width should be 0 */
div.controls div.progress, div.controls div.buffer {	
	background-color:#efefef;
	height:6px;
	margin:3px 4px;
	width:0px;
	position:absolute;
	top:0;
	font-size:0px;	

	/* this is the way to fine tune buffer and progress max width */
	max-width:590px;
}

div.controls div.buffer {
	background-color:#999;
}

/* som proprietary styling for progress bar under mozilla */
div.controls div.progress {
	-moz-border-radius-bottomleft:2px;
	-moz-border-radius-topleft:2px;	
}

/* hide time and controls in Apple look */
div.controls div.time, div.controls a.mute, div.controls a.unmute {
	display:none;		
}

div.chewysplayer {
	width:620px;
	height:338px;
}

#comingsoon {
	display: block;
	margin: 0px 0px 20px;	
}

/*--------------------*/

body#main.pvideogallery div.midarea h3 {
	color: #B48B23;
	margin: 0px 0px 30px;
	font-size: 26px;
}

div.midarea.switchlayout div.stats {
	float: right;
}

div.midarea.switchlayout div.videoblock {
	float: left;
}

a#check_videogal {
	display: block;
	background: url(../imgs/watch_videos_btn.jpg) no-repeat 0 0;
	width: 420px;
	height: 0px;
	padding-top: 43px;
	overflow: hidden;
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
}

a#check_videogal:hover {
	display: block;
	background: url(../imgs/watch_videos_btn.jpg) no-repeat 0 -43px;
	width: 420px;
	height: 0px;
	padding-top: 43px;
	overflow: hidden;
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
}

a#back_welcome {
	display: block;
	background: url(../imgs/back_to_share_btn.jpg) no-repeat 0 0;
	width: 209px;
	height: 0px;
	padding-top: 43px;
	overflow: hidden;
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
}

a#back_welcome:hover {
	display: block;
	background: url(../imgs/back_to_share_btn.jpg) no-repeat 0 -43px;
	width: 209px;
	height: 0px;
	padding-top: 43px;
	overflow: hidden;
	border: none;
	position: absolute;
	top: 0px;
	right: 0px;
}

div#chewysgarantee {
	clear: both;
	background: url(../imgs/chewyslist_garantee.jpg) no-repeat 50% 0;
	height: 0px;
	padding-top: 235px;
	overflow: hidden;
}

div.userpercentage span.percentNum {
	float: left;
	display: inline;
	height: 30px;
	font-size: 26px;
	margin-right: 6px;
	color: #B48B23;
}

