/* p3 page */

#p3_personalizations {
	float: left;
	
	width: 100%;
	margin-top: 20px;
	
	cursor: pointer;
}
#p3_pers_header {
	float: left;
	padding: 3px 8px;
	border-style: solid;
	border-color: #AAAAAA;
	border-width: 1px 1px 0px 1px;	
	
	color: #5E8F77;
	background: white;
	
	position: relative;
	top: 1px;
}
#p3_pers_wrapper {
	float: left;
	border: 1px solid #AAAAAA;
	
	width: 92%;
	padding: 5px 4% 0px 4%;	
}

.p3_pers_tab_row {
	float: left;
	width: 100%;
		
	margin-bottom: 10px;
}

.p3_pers_icon {
	float: left;
	clear: left;
	
	width: 60px;
	margin-right: 5px;
	margin-top: 3px;
}
.p3_pers_desc {
	float: left;
	width: 165px;
}
.p3_pers_desc div {
	float: left;
	font-weight: bold;
	text-decoration: underline;
}
.p3_pers_desc p {
	clear:left;
}

/* Modal dialog */

#pers_container {
	width: 670px;
}

#pers_interface {
	position: absolute;
	z-index: 500;
	width: 670px;
	/* max-height: 575px; */
	
	left: 50%;
	top: 20px;
	margin-left: -335px;
	
	//padding-bottom: 10px; /* IE only */
	
	background: white;
	text-align: left;
	
	display: none;
}

#pers_border_wrapper {
	border: 1px solid;
	border-color: #AAAAAA;
	float: left;
	clear: left;
	width: 648px;
	padding-top: 10px;
	
	display: inline;
	margin: 0px 10px 10px 10px;
}

#pers_header {
	font-size: 12px;
	margin: 10px 0px 0px 10px;
	padding: 2px 7px 2px 7px;
	
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #AAAAAA;
	float: left;
	color: #75A48D;
	
	position: relative;
	top: 1px;
	background: white;
	
	display: inline;
}

#pers_close_button {
	float: right;
	margin-right: 12px;
	margin-top: 6px;
	cursor:pointer;
	font-size: 14px;
}
#pers_close_button span:hover { text-decoration: underline; }
#pers_close_button img { margin-right: 5px; }

#pers_intro {
	float: left;
	width: 96%;
	padding: 0px 2%;
	margin-bottom: 10px;
}

#pers_options_header {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

#pers_intro_text {
	margin-top: 15px;
	width: 70%;
	float: left;
}

#pers_top_no_thanks_holder {
	float: left;
	margin-top: 15px;
	width: 30%;	
}
#pers_top_no_thanks_holder input {
	float: right;
}

#pers_intro_pics {
	margin-top: 15px;
	float: left;
	width: 30%;
}
#pers_intro_pics img { float: right; }

#pers_intro_header {
	font-size: 16px;
	margin-bottom: 2px;
	font-weight: bold;
}

#pers_intro p {
	line-height: 16px;
	margin: 6px 0px 10px 0px;
	color: #666666;
	font-size: 12px;	
}

#pers_decision_buttons {
	float: left;
	width: 100%;
	text-align: center;
	
	display: none;
}

#pers_main_row_holder {
	float: left;
	width: 96%;

	padding: 0px 2%;
	//padding-bottom: 10px;	/* IE */
}

#pers_footer {
	float: left;
	width: 100%;
	border-top: 1px solid;
	border-color: #AAAAAA;	
}

#pers_stats {
	float: left;
	width: 100%;	
	
}

#pers_buttons {
	float: left;
	width: 96%;
	clear: left;
	
	padding: 10px 2%;
}

.pers_main_row {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.pers_check_col {
	float: left;
	width: 100%;
	background: #EBEBEB;
	cursor: pointer;
	font-size: 14px;
}


.pers_check {
	margin-top: 4px;
	margin-left: 13px;
	
	//margin-top: 2px; /* IE */
}

.pers_info_holder {
	float: left;
	margin: 3px 10px;
	width: 550px; /*onclick*/
}

.pers_info_holder strong {
	font-size: 13px;
}

.pers_summary {
	color: #666666;
	margin-bottom: 2px;
	margin-top: 3px;
	font-size: 12px;
}

.pers_check_col input {
	float: left;
}

.pers_product_row {
	float: left;
	width: 94%;
	padding: 0px 3%;
		
	margin-bottom: 10px;
}

.pers_radio_col {
	float: left;
	width: 98%;
	
	padding: 3px 1%;
	margin-top: 10px;
	
}

.pers_radio_col input {
	margin-right: 5px;
	float: left;
}

.pers_radio_col span {
	float: left;
	font-weight: bold;
	font-size: 13px;
}

.pers_line_group {
	float: left;
	
}

.pers_product_row_line {
	float: left;
	width: 100%;
	/* padding: 5px 1% 0px 1%; */
	padding-top: 5px;
}

.pers_form_and_instruct {
	float: left;
	color: #666666;
}

.pers_line_input_col {
	float: left;
}

.pers_line_name {
	float: left;
	font-weight: bold;
	font-size: 12px;
}

.pers_line_img_col {
	float: left;
}

.pers_img {
	border: 1px solid grey;	
}

.pers_line_instruct {
	float: left;
	width: 100%;
}

.pers_line_instruct span {
	font-size: 12px;
}

/* Rect Image Layout */

.pers_form_and_instruct_rect {	
	padding: 0px 20px;
	width: 330px;
}

.pers_form_and_instruct_rect .pers_line_input_col {
	clear: left;
}

.pers_form_and_instruct_rect .pers_line_instruct {
	clear: left;
}
.pers_line_group_rect {
	width: 370px;
}
.pers_group_img_rect {
	float: left;
	margin-top: 10px;
}

.pers_line_img_col_rect {
	margin-top: 5px;
}

/* /Rect */

/* Half Image Layout */

.pers_form_and_instruct_half {
	width: 285px;
	
	padding: 0px 20px;
}
.pers_line_group_half {
	width: 325px;
}
.pers_form_and_instruct_half .pers_line_input_col {
	clear: left;
}

.pers_form_and_instruct_half .pers_line_instruct {
	clear: left;
}

.pers_line_img_col_half {
	margin-top: 5px;
}

.pers_group_img_half {
	margin-top: 10px;
}

/* /Half */

/* Wide Image Layout */

.pers_form_and_instruct_wide, .pers_group_img_wide {
	/* width: 100%; */
	padding: 5px 20px 0px 20px;
}

.pers_line_img_col_wide {
	padding: 5px 20px 0px 20px;
}

.pers_form_and_instruct_wide .pers_line_input_col {
	width: 550px;
	clear: left;
}

.pers_form_and_instruct_wide .pers_line_input_col input {
	width: 100%;
}

.pers_form_and_instruct_wide .pers_line_instruct {
	clear: left;
}

.pers_form_and_instruct_wide .pers_line_name {
	width: 80px;
}

/* /Wide */

#pers_force_checkbox {
	position: relative;
	top: 1px;
	right: 4px;
}

#pers_force_label {
	float: right;
	margin-right: 5px;
	font-weight: bold;
	color: red;
	
	display: none;
}
#pers_button_nest {
	float: right;
}