@charset "utf-8";
/* CSS Document */

/*  FORM ELEMENTS   */

#login_form {
	margin: 0 0 30px;
    float: left;
	clear: both;
    width:705px;
}
#login_form input, textarea {
	padding: 8px;
	margin: 0px;
	border: solid 1px #d2d2d2;
	font: normal 14px/100% Helvetica, Arial, sans-serif;
	width: 260px;
	float: left;
	height: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FFFFFF url(/library/images/v2/cpanel/input_select_bg.gif) left bottom repeat-x;
}
#login_form textarea {
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
}
#login_form input.checkbox {
    border: 0px;
    margin: 0 10px 16px 0;
    width: 18px;
    height: 18px;
    float:left;
    line-height: 36px;
    vertical-align:middle;
    padding: 0;
    display: block;
}
#login_form .short {
	width: 100px;
	margin-right: 6px;
}
#login_form .medium {
	width: 150px;
	margin-right: 6px;
}
#login_form .long {
	width: 275px;
	margin-right: 6px;
}
#login_form .tiny {
	width: 75px;
	margin-right: 6px;
}
#login_form p {
	padding: 0px;
	margin: 4px 0;
	float: left;
	clear: left;
    *width:680px;
}
#login_form input:hover, textarea:hover, input:focus, textarea:focus, select:focus {
	border-color: #999;
}
#login_form label {
	color: #000;
	width: 160px;
	float: left;
	line-height: 36px;
	clear: left;
	vertical-align: middle;
	text-align: left;
	padding-right: 18px;
	cursor: default;
}
#login_form label .lbl_note, #login_form .frm_text_label .lbl_note {
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}
/*  BUTTONS    */
#login_form input[type="submit"] {
	padding: 0;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	cursor:pointer;
	display:block;
	font-size:0;
	float:left;
}
#login_form input.sign_up {
	width: 127px;
	height: 36px;
	margin: 18px 0 18px 178px;
	background: #d5eaad url(/library/images/v2/cpanel/btn_sign_up.png) no-repeat left;
}
#login_form input.log_in {
	width: 103px;
	height: 36px;
	margin: 0px;
	background: #d5eaad url(/library/images/v2/cpanel/btn_log_in.png) no-repeat left;
}
#login_form input.submit {
	width: 103px;
	height: 36px;
	margin: 0px;
	background: #d5eaad url(/library/images/v2/cpanel/btn_submit.png) no-repeat left;
}
#login_form input.continue {
	width: 137px;
	height: 36px;
	margin: 0px;
	background: #d5eaad url(/library/images/v3/general/btn_continue.png) no-repeat left;
}
#login_form input.cancel {
	width: 76px;
	height: 36px;
	margin: 18px 0 18px 9px;
	background: #d5eaad url(/library/images/v2/cpanel/btn_cancel.png) no-repeat left;
}
#login_form input.save {
	width: 91px;
	height: 36px;
	margin: 18px 0 18px 178px;
	background: #d5eaad url(/library/images/v2/cpanel/btn_save.png) no-repeat left;
}
#login_form input.recover_password {
	width: 224px;
	height: 36px;
	background: #d5eaad url(/library/images/v2/cpanel/btn_recover_password.png) no-repeat left;
	margin: 18px 0 18px 178px;
}
#login_form input.topmargin {
    margin-top: 18px;
}
#login_form .btn_address_lookup {
	padding: 6px 0px 6px 4px;
	float:left;
}
 .#login_form .btn_address_lookup {
 padding: 6px 0px 6px 4px;
 float:left;
}
.header_button {
	float: right;
	width: 180px;
	text-align:right;
    padding-left: 0px;
}
.header_button .save {
	margin:0px !important;
}
/*  TEXT   */

#login_form h5 {
	letter-spacing: 2px;
	float: left;
	font-size: 14px;
	clear: both;
	border-top: 1px solid #dddddd;
	width: 100%;
	*width: 680px;
	line-height: 36px;
	text-transform: uppercase;
	color: #999999;
	margin: 18px 0px;
	padding: 0px;
}
.fancy-select {
	position: relative;
	float: left;
	display: block;
}
.fancy-select .graphic {
	cursor: pointer;
	position: absolute;
	top: 0;
	left:0;
	display: block;
}
.fancy-select select {
	cursor: pointer;
	height: 38px;
	opacity: 0;
	filter:alpha(opacity=0);
	padding: 0;
	/*position: absolute;
    left: 0px;
    top: 0px;*/
    width: 278px;
	vertical-align: top;
	position: relative;
	float: left;
}
.fancy-select .graphic .select_content {
	background-position: left top;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	font-size: 14px;
	font-family: arial, sans-serif;
	color: #333 !important;
	/*font-weight: bold;*/
	margin-right: 38px;
	overflow: hidden;
	white-space: nowrap;
	width: 240px;
	display: block;
}
.fancy-select .graphic .select_tail {
	background-position: right top;
	height: 38px;
	width: 30px;
	position: absolute;
	top: 0;
	right: 0;
}
.fancy-select .graphic span {
	background: url(/library/images/v2/cpanel/select_drop_down_arrow.png) right top no-repeat;
	float: left;
}
.fancy-select .graphic {
	width: 278px;
	display: block;
	float: left;
}


.fancy-select.large select {
    cursor: pointer;
    height: 38px;
    opacity: 0;
    filter:alpha(opacity=0);
    padding: 0;
    /*position: absolute;
    left: 0px;
    top: 0px;*/
    width: 378px;
    vertical-align: top;
    position: relative;
    float: left;
}
.fancy-select.large .graphic .select_content {
    background-position: left top;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 14px;
    font-family: arial, sans-serif;
    color: #333 !important;
    /*font-weight: bold;*/
    margin-right: 38px;
    overflow: hidden;
    white-space: nowrap;
    width: 340px;
    display: block;
}


.fancy-select.large .graphic {
    width: 378px;
    display: block;
    float: left;
}

.dob_day select {
	width: 72px !important;
}
.dob_day .graphic .select_content {
	width: 40px !important;
	display: block;
}
.dob_day .graphic {
	width: 72px !important;
}
.dob_day {
	margin-right: 4px !important;
}
.dob_month select {
	width: 116px;
!important
}
.dob_month .graphic .select_content {
	width: 76px !important;
	display: block;
}
.dob_month .graphic {
	width: 116px !important;
}
.dob_month {
	margin-right: 4px !important;
}
.dob_year select {
	width: 82px !important;
}
.dob_year .graphic .select_content {
	width: 32px !important;
	display: block;
}
.dob_year .graphic {
	width: 82px !important;
}

select[name="security_qn_id"] {
	min-height: 37px !important;
}
.memorable_date_day select {
	width: 72px !important;
	min-height: 37px !important;
}
.memorable_date_day .graphic .select_content {
	width: 40px !important;
	display: block;
}
.memorable_date_day .graphic {
	width: 72px !important;
}
.memorable_date_day {
	margin-right: 4px !important;
}
.memorable_date_month select {
	width: 116px;
	min-height: 37px !important;
}
.memorable_date_month .graphic .select_content {
	width: 76px !important;
	display: block;
}
.memorable_date_month .graphic {
	width: 116px !important;
}
.memorable_date_month {
	margin-right: 4px !important;
}
.memorable_date_year select {
	width: 82px !important;
	min-height: 37px !important;
}
.memorable_date_year .graphic .select_content {
	width: 32px !important;
	display: block;
}
.memorable_date_year .graphic {
	width: 82px !important;
}

/*  VALIDATION   */

#feedback_bar {
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: relative;
	display: block;
}
#feedback_bar .fbar_close, #feedback_bar .fbar_close a {
	float: right;
	margin: 0 30px 0 0;
	color: #dd1f55;
}
#feedback_bar .fbar_message {
	float: left;
	margin: 0 0 0 35px;
}
#validation.alert {
    background: url("/library/images/v2/cpanel/icon_alert.png") no-repeat scroll 11px 11px #F8DCDF;
    color: #DD1F55;
}
#validation.warning {
	background: #ffee9f url(/library/images/v2/cpanel/icon_warning.png) no-repeat 10px 4px;
	color: #ff9900;
}
#validation.message {
	background: #d6eaad url(/library/images/v2/cpanel/icon_message.png) no-repeat 10px 4px;
	color: #6faa25;
}
#validation.success {
	background: #d6eaad url(/library/images/v2/cpanel/icon_message.png) no-repeat 11px 11px;
	color: #6faa25;
}
#validation {
    display: block;
    line-height: 30px;
    min-height: 54px;
    position: relative;
    /*width: 100%;*/
    overflow: auto;
}
#validation .fbar_close {
    clear: none;
    float: right;
    line-height: 20px;
    margin: 18px 10px 0;
}
#validation .fbar_close a {
    background: url("/library/images/v2/cpanel/icon_close_pink.png") no-repeat scroll 100% 50% transparent;
    display: block;
    padding: 0 31px 0 0;
}
#validation .fbar_message {
    clear: none;
    float: left;
    line-height: 20px;
    margin: 18px 0 5px 50px;
    width: 600px;
}
#validation .fbar_success_message {
    clear: none;
    float: left;
    line-height: 20px;
    margin: 8px 0 0 50px;
    width: 600px;
}
.vgreen {
	background: #d5eaad url(/library/images/v2/cpanel/inline_validation_green_bg.gif) no-repeat left;
	color: #6faa25;
}
.vamber {
	background: #ffff99 url(/library/images/v2/cpanel/inline_validation_amber_bg.gif) no-repeat left;
	color: #ff9900;
}
.vpink {
	background: #f8dcdf url(/library/images/v2/cpanel/inline_validation_pink_bg.gif) no-repeat left;
	color: #dd1f55;
}

#login_form .inline_validation {
    float:right;
    z-index: 10;
    font-size:11px;
    height:36px;
    line-height:36px;
    margin-bottom:0;
    margin-left:34px;
    margin-right:0;
    margin-top:0;
    padding-bottom:0;
    padding-left:40px;
    padding-right:0;
    padding-top:0;
    width:175px;
}
.ott_blue span {
	font-size: 18px;
	color: #ccc !important;
	padding-left: 10px;
}
.form_inline_text {
	padding-left: 178px;
}
#footer .site_wrap * {
	font-weight: normal !important;
}
#footer .site_wrap a:hover {
	text-decoration: underline;
}
.back_links {
	height: 50px;
}
.frm_text_label {
	line-height: 36px;
	width: 160px;
	float: left;
	display: block;
	text-align: left;
	padding-right: 18px;
	color: #000;
	min-height: 36px;
	vertical-align:middle;
}
.frm_txt_control {
	line-height: 36px;
	width: 500px;
	float: left;
	display: block;
	color: #000;
	min-height: 36px;
	vertical-align:middle;
}
.frm_txt_control_multiline {
	line-height: 18px;
	padding-top: 10px;
	width: 500px;
	float: left;
	display: block;
	color: #000;
	min-height: 36px;
	vertical-align:middle;
}

/*  MISC   */
.cp_form h2 {
    float: left !important;
}
.cp_form p {
    clear: left;
}

.cp_forms .ott_blue_span {
    font-size: 18px;
    color: #ccc !important;
    padding-left: 10px;
}

/*  MODAL   */

#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#2597d5;
	display:none;
}
#modals .window {
	position:absolute;
	left:0;
	top:0;
	width:440px;
	height:200px;
	display:none;
	z-index:9999;
	padding:0px;
}
#modals .addresses {
	height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#modals .addresses table {
	width: 100%;
}
#modals .modal_content {
	padding: 20px;
	float:left;
	clear:both;
	width: 460px;
}
#modals #modal_login {
	width:400px;
	height:250px;
	background: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
    float:left;
}
#modals #modal_login h1,
#modals #modal_login h2 {
/*    width: 372px;*/
    float: left;
}
#modals #modal_login hr {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px none;
    color: #DDDDDD;
    float: left;
    clear: both;
    height: 1px;
    width: 358px;
}
#modals #modal_address_finder {
	width:500px;
	height: 420px;
	background: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	position: fixed;
	top: 100px !important;
}
#modals #modal_address_finder h1 {
	float: none;
	width: auto;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 12px 0 0;
	border-radius: 12px 12px 0 0;
}
#modals #modal_address_finder .modal_content.addresses {
	height: 255px;
}
#modals #modal_address_finder .modal_content .close {
	background: none;
	padding-right: 0px;
}
#modal_login form {
	width: 100%;
}
.modal_header_left {
	float: left;
}
.modal_header_right {
	float: right;
	width: 200px;
	background: #2597d5;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 0px 12px 0 0;
	border-radius: 0px 12px 0 0;
}
#modals h1,
#modals #modal_login h2 {
	display: block;
	margin: 0;
	padding: 0 8px 0 20px;
	color: #fff;
	background: #2597d5;
	line-height: 48px;
	font-size: 24px;
	text-transform: uppercase;
	-webkit-border-radius: 12px 12px 0 0;
	-moz-border-radius: 12px 0px 0 0;
	border-radius: 12px 0px 0 0;
	float: left;
	width: 172px;
}
#modals a.close {
	display: block;
	line-height: 48px;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	float: right;
	color: #fff;
	background: #2597d5;
	padding-right: 40px;
	margin-right: 10px;
	background: url(/library/images/v2/cpanel/btn_close_x.png) right center no-repeat;
	font-family: vagrounded-bold,Helvetica,Arial;
	opacity: 1;
	filter:alpha(opacity=100);
	text-shadow: none;
}
#modal_login form input {
	padding: 8px;
	margin: 0px;
	border: solid 1px #d2d2d2;
	font: normal 14px/100% Helvetica, Arial, sans-serif;
	width: 200px;
	float: left;
	height: 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FFFFFF url(/library/images/v2/cpanel/input_select_bg.gif) left bottom repeat-x;
}
#modal_login form input.short {
	width: 85px;
	margin-right: 9px
}
#modal_login form a {
	color: #2597d5;
}
#modal_login form a:hover {text-decoration: underline;}

#modal_login form input[type="submit"] {
	padding: 0;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	cursor:pointer;
	display:block;
	font-size:0;
	float:left;
}
#modal_login form input.chb_remember_me {
	border: 1px solid black;
    background: transparent;
    margin: 11px 10px 9px 118px;
	width: 16px;
	height: 16px;
	float:left;
	line-height: 36px;
	vertical-align:middle;
	padding: 0;
	display: block;
}

#modal_login input.long_expiry {
	margin: 10px 0 0 15px;
	padding: 0;
	width: 25px;
}

#modal_login hr {height: 1px; color: #ddd; background: #ddd; border: 1px; width: 100%; margin: 6px 0; }

#modal_login form label.remember_me {
	width: 150px;
    margin: 0 0 0 104px;
}
#modal_login form input.login {
	width: 103px;
	height: 36px;
	margin: 0px;
	border: medium none;
	background: #d5eaad url(/library/images/v2/cpanel/btn_log_in.png) no-repeat left;
}
#modal_login p {
	padding: 0px;
	margin: 4px 0;
	float: left;
	clear: left;
	width: 360px;
}
#modal_login label {
	margin: 0;
	padding: 0;
	color: #000;
	width: 100px;
	float: left;
	line-height: 36px;
	clear: left;
	vertical-align: middle;
	text-align: right;
	padding-right: 18px;
}
#modal_login table {
	font-size: 12px;
}
#modal_login table tr {
	border-top: 1px solid #ccc;
}
#modal_login table td {
	border-top: 1px solid #ddd;
	padding: 0;
	margin: 0;
}
#modal_login table a {
	color: #2597d5;
	display: block;
	padding: 6px 10px;
}
#modal_login table a:hover {
	background: #e9e9e9;
	font-size: 18px;
	padding: 10px 10px;
}
#modal_login table a:hover span {
	font-weight: bold;
}

#password_strength {
	margin-top: 50px;
	background: #E4F1F6;
	height: 55px;
	border: 1px solid #188DCF;
	border-radius: 5px;
	padding: 10px;
	float:right;
	width:205px;
}
#password_strength  h6 {
	margin:0;
	font-size: 1.25em;
}
#password_strength .strength {
	background: white;
	height: 20px;
	width: 63px;
	text-align: center;
	padding-top: 5px;
	float: left;
	margin-right:5px;
	margin-top:9px;
	border: solid 1px #D2D2D2;
	border-radius: 3px;
}
#password_strength .strength.last {
	margin-right:0;
}
#password_strength .strength.low.active {
	background: red;
	border-color: #8B0000;
	color: white;
}
#password_strength .strength.medium.active {
	background: yellow;
	border-color: #BDB76B;
}
#password_strength .strength.high.active {
	background: #94D423;
	border-color: green;
}

.popBoxOuter {
        position:relative;
        float: right;
        font-size: 11px;
        z-index: 2;
        line-height: 20px;
        right: -30px;
        top: -14px;
}
.popBoxOuter>.popBox {
        position:relative;
        top: 22px;
        border: 1px solid #a6c9e2;
        border-radius: 5px;
        width: 260px;
        padding: 5px;
        background: #dbedf5;
}

#login_form input.checkbox {
	border: 0px;
	margin: 0 10px 16px 0;
	width: 18px;
	height: 18px;
	float:left;
	line-height: 36px;
	vertical-align:middle;
	padding: 0;
	display: block;
}

#login_form input.chb_remember_me {
	border: 0px;
    margin: 11px 10px 9px 176px;
	width: 18px;
	height: 18px;
	float:left;
	line-height: 36px;
	vertical-align:middle;
	padding: 0;
	display: block;
    outline: 1px #eee;
}

#login_form label.remember_me {
    width: 438px;
    float: left;
    clear:none;
    line-height: 36px;
    text-indent: 15px;
}
#login_form label.terms_lbl {
    width: 438px;
    float: left;
    clear:none;
    line-height: 18px;
    text-indent: 15px;
}

#login_form label.additional_text {
    width: 450px;
	line-height: 14px;
    margin: 4px 0px 0px 29px;
    position: relative;
    float: left;
    font-size: 11px;
    color: #666;
}

#login_form input.long_expiry {
	margin-top: 10px 0 0 15px;
	width: 25px;
}

#login_form input.user_chb {
    border:0;
    background: none;
    margin: 0;
    padding: 0;
	width: 14px;
    float:left;
    clear: left;
}


/* side by side login form styles */
.section.no_grid.row.span9.span0left{ padding-left:0px !important;}
.section.no_grid.row.span9.span0left .span5left #login_form{ width:90%;}
.section.no_grid.row.span9.span0left .span5left #login_form label { color: #A39F9D;    font-size: 13px;    line-height: 26px;    padding-right: 10px !important;    text-align: right;    width: 120px !important;}
.section.no_grid.row.span9.span0left .span5left #signup_form label { color: #A39F9D;    font-size: 13px;    line-height: 26px;    padding-right: 10px !important;    text-align: right;    width: 120px !important;}
.section.no_grid.row.span9.span0left .span5left .form-horizontal .controls { margin-left:133px !important; }
.section.no_grid.row.span9.span0left .span5left .form-horizontal .controls .btn-group.btn-select.span6 {    width: 82% !important;}
.row-fluid.sign-up-login.span5left { width: 48% !important; margin-left:0px !important;}
.section.no_grid.row.span9.span0left .span5left .form-horizontal .controls input[type="text"], .section.no_grid.row.span9.span0left .span5left .form-horizontal .controls input[type="password"] { padding:4px !important; height:20px !important; width:90% !important;}
.section.no_grid.row.span9.span0left .span5left .dropdown {width:48% !important;}
.section.no_grid.row.span9.span0left .span5left .form-horizontal .control-group {width:100% !important; margin-bottom:0px !important; }
.section.no_grid.row.span9.span0left .separator1 { border-left:1px solid #D2D2D2; height:300px; float:left; margin-left:5px; margin-right: 5px;}
.row-fluid.sign-up-login.span5left.bordered {    border-left: 1px solid #DDDDDD;    padding-left: 10px;}
.section.no_grid.row.span9.span0left .span5left small {color:#999999 !important;}
.section.no_grid.row.span9.span0left #control_wrapper_login {padding:5px 0 !important;}
.section.no_grid.row.span9.span0left #control_wrapper_signup {padding:8px 0 !important;}
.section.no_grid.row.span9.span0left .span5left #login_form input.log_in {  background-image: linear-gradient(to bottom, #B9DE7F, #86C92A) !important;  background: none repeat scroll 0 0 #8DCC37;    color: #FFFFFF !important; font-family: vagrounded-bold; font-size: 14px !important; height: 31px;margin: 0; width: 103px;}
.section.no_grid.row.span9.span0left .span5left #login_form input.log_in:hover { background: none repeat scroll 0 0 #8DCC37 !important; }
.icon-cross.error_message {    float: right;    margin-right: -19px;    margin-top: 7px !important;}
#signup_form .help-inline {margin: 0 -220px 5px 0 !important;}
#signup_form .help-inline ul li {    font-size: 12px;    list-style: none outside none !important;    margin-bottom: -9px;    margin-left: -15px;    padding: 0 !important;}
#signup_form .help-inline ul li  .icon-cross {    margin-left: -5px;    padding-right: 5px;}
#signup_form .ok_field {    float: right;    margin-right: -42px !important;    margin-top: 6px;    width: 20px;}
#signup_form .help-inline > ul {    float: right;    margin-top: 0;    width: 77%;}

#signup_form #control_wrapper_postcode .ok_field{ margin-left: 206px !important; }
#signup_form #control_wrapper_postcode .controls { width: 163px;}
#signup_form #control_wrapper_postcode .help-inline {    float: right;    margin-right: -317px !important;}
#signup_form #control_wrapper_postcode .help-inline ul {  float: left;    height: auto;    margin-left: 23px !important;    margin-top: -18px !important;    width: 100%;}
#signup_form #control_wrapper_postcode .help-inline ul li {  float: left;    font-size: 12px;    height: auto;    list-style: none outside none !important;    margin-bottom: -5px;    margin-left: 3px;    padding-bottom: 0 !important;    padding-left: 0 !important;    padding-right: 0 !important;    padding-top: 10px;}
#signup_form #control_wrapper_country .help-inline, #signup_form #control_wrapper_referral .help-inline { margin-right: -251px !important; background-color: #FFE9F0; }
#signup_form #control_wrapper_country .ok_field, #signup_form #control_wrapper_referral .ok_field { margin-right:-74px !important; position:relative;}



.site_wrap.container #sign-up-form-address-fields #control_wrapper_confirmation .controls {
    float: left;
    margin-left: 108px !important;
    position: relative;
}

.site_wrap.container #sign-up-form-address-fields #control_wrapper_confirmation label.control-label {
    float: right;
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    text-align: left !important;
    width: 181px !important;
    left:0px !important;
}
.site_wrap.container #control_wrapper_confirmation .controls .ok_field
	{
		float: right !important;
		left: -45px !important;
		margin: 0 !important;
		position: relative;
	}
.site_wrap.container #control_wrapper_confirmation .controls .help-inline
	{
		left:0px !important;
		float: right;
		margin-left: 221px !important;
		margin-top: -29px !important;


	}
.change_subscriptions_btn {
	padding-left: 55px;
	height: 38px;
	background: url("/library/images/v2/cpanel/icons/communication_subscriptions_icon.png") no-repeat left center;
}

