/*
 Stylesheets for the modal boxes.
*/
/** Login Module Styles **/
#TB_window{
  /*Give it rounded corners*/
  -webkit-border-radius: 11px 11px 10px 10px;
  -moz-border-radius: 11px 11px 10px 10px;
  border-radius: 11px 11px 10px 10px;
  -webkit-box-shadow: 0 0 20px 5px #000;
  -moz-box-shadow: 0 0 20px 5px #000;
  box-shadow: 0 0 20px 5px #000;
  position: fixed;
  top:350px!important;
  font-family: Overlock,Arial,Helvetica,sans-serif;
  color:black !important;
}
#TB_title{
  -webkit-border-radius: 9px 9px 0 0;
  -moz-border-radius: 9px 9px 0 0;
  border-radius: 9px 9px 0 0;
  overflow: hidden;
  height:auto !important;
}
.content_wrapper > #login-signup{
  width: 660px;
  margin: auto;
}
.modal a{
  color:#009fb2;
  cursor: pointer;
  position:relative;
}
.modal .left-half{
  background-color:#209BB3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin:15px;
  padding:5px;
  max-width:340px;
  /*max-height:390px;*/
  font-family:Lato,Arial,Helvetica,sans-serif;
  font-weight:800;
}
.modal .right-half{
  /*max-height:390px;*/
  margin-top:15px;
  font-family:Overlock,Arial,Helvetica,sans-serif;
}
.modal .right-half h2{
  color:#df5387;
  font-family:Lato,Arial,Helvetica,sans-serif;
  font-weight:900;
  line-height:28px;
}
.modal .right-half h3{
  color:#df5387;
  font-family:Lato,Arial,Helvetica,sans-serif;
  font-weight:900;
  line-height:24px;
}
#TB_window.signup{
	height: 500px !important;
}
/* Make the titles a little big*/
#TB_ajaxWindowTitle{
  font-size: 26px;
  font-weight: 900;
  font-family: Lato,Arial,Helvetica,sans-serif;
  color:#fff !important;
  line-height:1em;
  padding:10px 15px !important;
  width: 98%;
  background: #df5387 url('../../images/popups/header.gif') repeat-x;
  -moz-text-shadow: 2px 2px 2px #a10046;
  -webkit-text-shadow: 2px 2px 2px #a10046;
  text-shadow: 2px 2px 2px #a10046;
}

#TB_ajaxWindowTitle h1{
  font-family: Lato,Arial,Helvetica,sans-serif;
  font-size: 28px;
  font-weight: 900;
  color:#fff !important;
  margin: 0 0 5px;
  line-height: 1;
}

#TB_ajaxWindowTitle > span{
  font-size: 14px;
  font-family: Overlock,sans-serif;
  text-shadow:none;
  float:right;
  margin-right:20px;
}
#TB_ajaxWindowTitle > span > a{
  color:white !important;
  font-weight:bold;
  text-decoration:underline;
}
#TB_ajaxWindowTitle > span > a:hover{
  color:#464646 !important;
}
#TB_closeWindowButton{
	background:url('../../images/gift_central/close-button_white_on_blue_larger.png') no-repeat;
	display:block;
	margin:5px !important;
	width:34px;
  position:absolute;
  right:-22px;
  top:-22px;
  height: 34px;
}
.modal{
  margin: 1px;
  position: relative;
  overflow: hidden;
}
.modal.save_to_collection{
  min-height:490px;
}
.modal label{
  font-size: 16px;
  font-weight: 900;
  font-family:Overlock,Arial,Helvetia,sans-serif;
  -moz-text-shadow: 2px 2px 2px #666;
  -webkit-text-shadow: 2px 2px 2px #666;
  text-shadow: 2px 2px 2px #666;
  line-height: 25px;
  margin: 0;
  color:white !important;
  text-align: right;
  width: 180px;
  display: inline;
}
.modal .txt_link{
  font-size: 14px;
}
.modal label.smaller{
  font-size: 10px;
  line-height: 12px;
  text-align: left;
}
.modal .username input[type="text"]{
  width:210px !important;
}
.modal input[type="text"].errorField,
.modal input[type="text"].error,
.modal input[type="password"].errorField,
.modal input[type="password"].error,
.modal input[type="email"].errorField,
.modal input[type="email"].error,
select.error,
select.errorField,
.input-box.error input,
.input-box.error select {
  border:1px solid #E22B89 !important;
}

.input-box.error select {
  margin-bottom: 10px;
}

.modal select {
  float: left;
  margin-right: 5px;
  min-width: 40px;
  height: 22px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:1px solid #d3d3d3;
  background-color:#ffffff;
  font-weight:normal;
  padding:0;
}
.modal input[type=checkbox]{
  /*shield it from over zealous styles in main.css*/
  width: auto;
  float: left;
  margin:6px 5px 0 0;
}
.modal .input-box{
  margin: 10px 15px;
  height:100%;
  width:100%;
  position: relative;
}
.counter{
  display:none;
  margin-left: -25px;
  color:#209BB3;
}
.counter.limit{
  color:#E22B89 !important;
}
/* Error feedback in info field*/
.input-box.error .helper_txt:after,
.helper_txt.error:after,
.helper_txt.suggestion:after{
  border-color: #E22B89 transparent;
  border-style: solid;
  border-width: 0 6px 9px;
  bottom: auto;
  content: "";
  display: block;
  left: 10px;
  margin: 0 1px;
  position: absolute;
  top: -7px;
  width: 0;
}
.input-box.error .helper_txt:before,
.helper_txt.error:before,
.helper_txt.suggestion:before{
  border-color: #fff transparent;
  border-style: solid;
  border-width: 0 7px 9px;
  content: "";
  display: block;
  left: 9px;
  margin: 0 1px;
  position: absolute;
  top: -9px;
  width: 0;
}
.input-box.error .helper_txt,
.helper_txt.error,
.helper_txt.suggestion{
  margin-top:10px;
  padding:5px;
  background-color:#E22B89;
  color:#fff !important;
  border:1px solid #fff;
  box-shadow:0 0 7px #fff;
}
.helper_txt.suggestion:after{
  border-color: #C9E6FF transparent !important;
}
.helper_txt.suggestion{
  background-color:#C9E6FF !important;
  color:black !important;
}
.helper_txt.suggestion a{
  color:#209BB3 !important;
}
.input-box.error .helper_txt a,
.helper_txt.error a,
.input-box .helper_txt a:visited{
  color:#fff !important;
  text-decoration: underline;
}
.input-box .helper_txt{
  display: block;
  position:relative;
  font-size:10px;
  font-family:Lato,Arial,Helvetia,sans-serif;
  text-shadow: none;
  color:#fff;
  /*margin-top:0;*/
  font-weight:normal;
  clear:both;
  max-width: 260px;
}
.modal .input-box > span{
  height:auto;
}
.modal .input-box > span.left{
  width:180px;
}
.modal .input-box > span.right{
  width:325px;
}
.agreement, .forgot-pw{
  font-size:12px;
  font-family:Lato,Arial,Helvetia,sans-serif;
  margin:5px 10px 15px 15px;
  display:inline-block;
  width: 260px;
  color:white;
  font-weight:normal;
}
.agreement a, .forgot-pw a{
  color: white !important;
  font-size:12px !important;
  text-decoration: underline;
}
.forgot-pw a{
  font-size:16px;
  font-weight:bold;
}
.agreement a:hover, .forgot-pw a:hover{
  color:#464646 !important;
}
.modal .area-form.top{
  border-bottom:solid 1px #f06aa7;
  padding-bottom:25px;
}
.modal .input-box.bottom{
  border-top:solid 1px #000;
	padding-top:30px;
}
.modal .input-box h3{
	color:#123761;
	clear:right;
	font-size:15px;
	float:left;
}
.modal .signup .left-col {
	width: inherit;
}
.modal input[type=text],
.modal input[type=password],
.modal input[type=email]{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 213px;
  padding:3px 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height:30px;
  border:1px solid #d3d3d3;
  background-color:#ffffff;
  margin-top:3px;
  clear: both;
  font-weight:normal;
}
.modal .input-box input.validate.validated,
.modal .input-box.validated input.validate{
  background-image:url('../../images/check_mark.png');
  background-position:99% 100%;
  background-repeat:no-repeat;
}
.modal .input-box input.validate.error,
.modal .input-box.error input.validate{
  background-image:url('../../images/error_messaging.png');
  background-position:98% 50%;
  background-repeat:no-repeat;
}
.modal h2{
	font-size: 22px;
	padding: 6px 0px;
	font-weight: bold;
  line-height:24px;
}
.modal h2 em{
	font-style: normal;
	font-weight: 300;
}
.new_user .instructions {
    padding: 10px;
    font-size: 0.8em;
    float: left;
}
.modal .checkout{
	background:url("../../images/popups/modal_lines.png") no-repeat scroll 0 0 transparent;
	clear: both;
	margin-top:5px;
	padding: 10px 5px;
	width: 770px;
	height:22px;
	float: left;
}
.modal .checkout h3{
	float: left
}
.dual-input-wrapper .clearfix{
 float:left;
 width:375px;
}
#TB_ajaxContent {
  background-image:url('../../images/popups/blue_background.gif');
  background-size: cover;
  background-position:bottom;
  background-repeat:repeat-x;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}
#TB_ajaxContent .savepopup_col1{
  float:left;
}
#TB_ajaxContent .savepopup_apperal{
	background: url(../../images/popups/save_to_collection_bg.png) no-repeat;
	width:244px;
	height:276px;
	text-align:center;
}
#TB_ajaxContent .savepopup_apperal > img{
	margin-top:20px;
	height: 245px;
}
#TB_ajaxContent .savepopup_outfit{
	background: url(../../images/popups/save_to_collection_bg.png) no-repeat;
	width:244px;
	height:276px;
	text-align:center;
}
#TB_ajaxContent .savepopup_outfit > img{
	margin-top:10px;
	height: 260px;
}

#whatNext{
	float:right;
	margin-left:0px;
	margin-top:0px;
	width:520px;
}
#whatNext li{
	color:#343434;
	font-size:18px;
	height:60px;
	border-bottom:solid 1px #a7dff8;
	position:relative;
}
#whatNext #facebook{
	background-position: -534px -220px;
}
#whatNext #email{
	background-position: -568px -220px;
	width:51px;
}
#whatNext li span {
	float:left;
	width:67%;
}
#whatNext li form{
	float:right;
}
#whatNext li form,
#whatNext li span,
#whatNext li .socialIcons{
	margin-top:20px;
}
#whatNext li .socialIcons{
	background:url('../../images/sprites/loginSprite.png') no-repeat -500px -220px #ffffff;
	float:right;
	margin-top:14px;
	margin-left:6px;
	width:32px;
	height:30px;
	cursor:pointer;
}
#whatNext li #twitter, #whatNext li #facebook, #whatNext li #email{
	margin:0;
	position:absolute;
	top:16px;
}
#whatNext li #twitter{
	background:#ffffff url('../../images/icons/twitter-lg.png') no-repeat 0 0;
	right: 102px;
}
#whatNext li #facebook{
	background:#ffffff url('../../images/icons/facebook-lg.png') no-repeat 0 0;
	right: 60px;
}
#whatNext li #email{
	background:#ffffff url('../../images/icons/email-lg.png') no-repeat 0 0;
	right: 0px;
}
#whatNext li #twitter.hover{
	right:102px;
	top:15px;
}
#whatNext li #twitter.hover img{
	width:32px;
}
#whatNext li #facebook.hover img{
	width:33px;
}
#whatNext li #facebook.hover{
	right:61px;
	top:15px;
}
#whatNext li #email.hover{
	right:1px;
	top:15px;
}
#whatNext li #email.hover img{
	height:32px;
}
.cbutton.secondary{
	margin-top: 10px;
}
.cbutton.buyNow{
	background:url('../../images/sprites/loginSprite.png') no-repeat -290px -220px #e7468e;
	height:34px !important;
	width:150px;
	text-indent:-9999px;
	box-shadow:none;
	border:none;
}
.input-box label.error{	
    margin: -3px 0px 0px 0px;
	left: 2px;
	bottom: 1px;
	z-index: 10;
	font-size: 1em;
	padding: 2px 6px;
  width:100% !important;
}
input.error, select.error, textarea.error, input-box.error input, input-box.error select{
  background-color: #fff!important;
}
.modal input.error.extended {
	
}
.modal .spinner{
  background: url("../../images/v2/spinner.gif") no-repeat center center #ffffff;
  border-radius: 6px;
  top:0;
  left:0;
  height: 100%;
  width:100%;
}
#login_button.beveled,
#reg_button.beveled,
#login_swap_button.beveled,
#reg_swap_button.beveled,
#guest_button.beveled,
#designButtonLink.beveled,
#get_started_button.beveled,
#partner_update_button.beveled,
#partner_reg_button.beveled,
#partner_login_button.beveled,
#buyNow_button.beveled,
#myCollection_button.beveled{
	border: medium none;
	-moz-border-radius:6px 6px 6px 6px;
	-webkit-border-radius:6px 6px 6px 6px;
	border-radius:6px 6px 6px 6px;
	zoom:1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3);
	-moz-box-shadow:-2px -2px 10px rgba(0,0,0,0.25) inset, 2px 2px 10px white inset,2px 2px 5px #000000;
	-webkit-box-shadow:-2px -2px 10px rgba(0,0,0,0.25) inset, 2px 2px 10px white inset,2px 2px 5px #000000;
	box-shadow:-2px -2px 10px rgba(0,0,0,0.25) inset, 2px 2px 10px white inset,2px 2px 5px #0000000;
	color:#ffffff!important;
	float:right;
	font-size:16px;
	font-weight:bold;
	height:auto !important;
	width:auto !important;
	line-height:1em;
	padding:3px 12px;
	text-indent:0px;
}
#buyNow_button.beveled,
#myCollection_button.beveled{
  margin-right:10px;
}
.bulleted{
  /*width:240px;*/
  margin:0 0 0 15px;
}
.bulleted li{
  color:#c15f86;
  list-style-type:disc;
  list-style-position:outside;
}
.bulleted p{
  color:#464646 !important;
  padding:0 !important;
  margin:5px 0 5px -5px;
  font: 16px Overlock,Arial,Helvetica,sans-serif !important;
}
#login_button{
  margin-top:-5px;
}
.modal .yellow-button{
  margin:0;
  padding:0 10px;
  text-decoration:none;
  width:auto !important;
}
.modal .small.yellow-button{
  padding:0 7px !important;
  font-size:12px !important;
  line-height:20px !important;
  height:20px !important;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
}
.input-box .error_field{
  /*display:none;*/
  position:absolute;
  top:20px;
  left:230px;
  border:2px solid #d95789;
  background-color:white;
}

.modal .left-half, .modal .right-half{
  width: 46% !important;
}

.modal #sign-up{
  background: url("../../images/clubz/Club_Z_Girls.png") no-repeat right 118%;
  border-radius: 0 0 10px 10px;
  margin-bottom: -1px;
}

.optional{
  font-size: 12px;
}

#post_it_close {
  background: url("../../images/clubz/close_box.png") no-repeat;
  height: 50px;
  width: 50px;
  position: fixed;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

#TB_ajaxWindowTitle > span#welcome_back {
  float: left;
  font-size: 26px;
  font-family: "Lato";
  font-weight: normal;
  text-shadow: 2px 2px 2px #a10046;
  padding-top: 10px;
}

#TB_ajaxWindowTitle > span#login_name {
    clear: left;
    float: left;
    font-size: 36px;
    font-family: "Lato Black","Lato";
    text-shadow: 2px 2px 2px #a10046;
    padding-top: 5px;
    text-align: left;
}

#TB_ajaxWindowTitle > span#not_me {
    clear: left;
    float: left;
    font-size: 12px;
    font-family: "LatoBold","Lato";
    font-weight: bold;
    padding-top: 15px;
}

#security-question .form-header {
    padding-top: 20px;
    padding-left: 20px;
    font-family: "Arial";
    font-size: 25px;
    color: #df5387;
    line-height: 28px;
    font-weight: bold;
}

#security-question .question-header {
    padding-top: 30px;
    padding-bottom: 15px;
    font-size: 18px;
    font-family: "Overlock";
    font-weight: bold;
    color: #333333;
}

#security-question .security-question-fields {
    padding-left: 20px;
    padding-right: 20px;
}

#security-question .security-question-field {
    padding-bottom: 10px;
    margin: 0px 0px;
}

#security-question .security-question-label {
    color: #666666;
    padding-bottom: 10px;
    font-family: "LatoBold","Lato";
    font-weight: bold;
    font-size: 14px;
}

#security-question .security-question-field select {
    float: none;
}

#security-question #question-label {
    padding-right: 20px;
}

#security-question #answer-label {
    padding-right: 27px;
}

#security-question #security_question_question_id {
    width: 321px;
}

#security-question input {
    width: 306px;
}

#security-question #spacer {
    padding-bottom: 10px;
    border-bottom: 1px solid #009fb2;
}

#security-question #username-label {
    padding-right: 11px;
}

#security-question #password-label {
    padding-right: 12px;
}

#security-question #forgot-password {
    padding-left: 80px;
    font-family: "LatoBold","Lato";
    font-weight: bold;
    font-size: 12px;
    text-decoration:underline;
}

#security-question #forgot-password a {
    color: #009fb2;
}
#security-question #submit-button-container {
    padding-right: 20px;
    padding-bottom: 20px;
}

#security-question #security-question-button {
    float: right;
}

#security-question .helper_txt {
    left: 80px;
}

#TB_ajaxWindowTitle > span#security-question-confirm-title {
    font-size: 38px;
    font-family: "Lato Black","Lato";
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    text-shadow: 2px 2px 2px #a10046;
}

#security-question-confirm #security-question-confirm-message {
    font-size: 23px;
    font-family: "Lato Black","Lato";
    color: #df5387;
    font-weight: bold;
    padding: 15px;
}

#security-question-confirm #security-question-confirm-bye {
    font-family: "JennaSue";
    color: #009fb2;
    font-size: 36px;
    padding: 15px;
}

#security-question-confirm #ta-da-girls {
    padding-left: 15px;
}

#security-question-confirm #close-button {
     position: relative;
     left: 330px;
     top: -60px;
}

#sign-up {
  min-height: 395px;
}

#sign-up .left-half {
  min-height: 350px;
  position: relative;
}

.spaced_p {
  margin: 0 0 105px 0 !important;
  padding: 0 !important;
}