/********************************
	GLOBAL USER MODULE STYLES
*********************************/	


/**** USER DROP-DOWN ****/	

#user_tab {
	position:relative;
	padding-top: 2px;
}
#user_tab #user_drop {
	position: absolute;
	display:none;
	top:49px;
	left:0px;
	width: 220px;
	background-color: #fff;
	z-index: 9990;
	padding:10px;
	border:1px solid #999;
	-webkit-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 4px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 4px rgba(50, 50, 50, 0.75);
}
#user_tab #user_email {
	width: 100%;
	padding: 6px 0;
	border: none;
	background-color: #DCDDDE;
	font-size: 120%;
	float:left;
	text-indent: 10px;
}
#user_tab #user_pass {
	width: 70%;
	padding: 6px 0;
	border: none;
	background-color: #DCDDDE;
	font-size: 120%;
	float:left;
	text-indent: 10px;
}
#user_tab #user_pass.err,
#user_tab #user_email.err {
	background-color: #f1e307;
}
#user_tab #user_login {
	display: inline-block;
	width: 30%;
	padding: 8px 0 7px 0;
	text-align: center;
	background-color: #999;
	color: white;
	cursor: pointer;
	float: left;
	margin-top: 2px;
	font-weight:600;
}
#user_tab #user_fb {
	padding:10px;
	background-color:#537ead;
	color:#fff;
	cursor:pointer;
	text-align:center;
	font-size:100%;
	clear:both;
	margin-top:2px;
}
#user_tab #user_fb span {
	font-size:120%;
	font-weight:600;
	padding-left:3px;
}
#user_tab .user_welcome {
	padding: 2px 13px 3px 13px;
	font-size: 180%;
	margin-top: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9991;
	cursor:pointer;
}
#user_tab .user_welcome.notIn {
	padding: 7px 13px 13px 13px;
}
#user_tab .user_welcome div {
	display:block;
	font-size:11px;
	height: 15px;
	overflow: hidden;
}
#user_tab .user_welcome.hover {
	background-color:#fff;
	border:1px solid #999;
	border-bottom:1px solid #fff;
	-webkit-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 4px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 4px rgba(50, 50, 50, 0.75);
}
#user_tab .user_welcome.hover:after {
	content: " ";
	position: absolute;
	bottom: -5px;
	left: 0px;
	width: 105%;
	background-color: white;
	height: 4px;
}
#user_tab #drop_fields input::-webkit-input-placeholder {
	color: black;
}
#user_tab #drop_signup {
	position:relative;
	margin-top:10px;
	padding:10px;
	background-color:#D7EFF7;
}
#user_tab #user_signup {
	padding:6px 0;
	text-align:center;
	font-size:150%;
	font-weight:600;
	background-color:#78D0EA;
	cursor:pointer;
}
#user_tab #drop_signup h2 {
	font-size: 150%;
	margin: 6px 0px;
	padding: 0px 3px;
	font-weight: 600;
}
#user_tab #drop_signup ul {
	margin:0px;
	padding:0px 18px;
}
#user_tab #drop_signup ul li {
	padding:3px 0;
}
#user_tab #drop_links a{
	display:block;
	position:relative;
	padding:3px 5px;
	clear:both;
}
#user_tab .drop_line {
	clear:both;
	margin:5px 0;
	background-color:#000;
	height:1px;
}
#user_tab #user_logout {
	float:right;
	background-color:#78D0EA;
	font-weight:600;
	padding:3px 6px;
	cursor:pointer;	
}

#drop_hello {
	display:none;
}




/**** USER WELCOME MESSAGE ****/	


#user_welcome {
	float: left;
}
#user_welcome .user_welcome_msg {
	font-weight: 400;
	font-size: 80%;
	color: #532A44;
	cursor:pointer;
}
#user_welcome .user_welcome_msg div {
	font-weight: 600;
	font-size: 160%;
	cursor:default;
}





/**** USER LANDING ****/	


#my_account_form #user_boxes {
	position:relative;
}
#my_account_form .user_box_tab {
	position:relative;
	margin-right: 3%;
	padding-top: 15px;
	float: left;
	cursor:pointer;
}

#my_account_form .my_profile_tab{
    height: 44px;
    position: relative;
	background-color: #D9DA55;
	padding-right: 40px;
}
#my_account_form .my_profile_tab.active {
	background-color:#9F218B;
	color:#fff;
}
#my_account_form .my_subs_tab{
    height: 44px;
    position: relative;
	background-color: #D9DA55;
	padding-right: 40px;
}
#my_account_form .my_subs_tab.active {
	background-color:#9F218B;
	color:#fff;
}
#my_account_form .my_prefs_tab{
    height: 44px;
    position: relative;
	background-color: #D9DA55;
	padding-right: 40px;
}
#my_account_form .my_prefs_tab.active {
	background-color:#9F218B;
	color:#fff;
}
#my_account_form .user_box_tab .arw{
	border-style: solid;
	border-width: 44px 0px 0px 30px;
	height: 0;
	width: 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#my_account_form .my_profile_tab .arw{
	border-color: white white #D9DA55 #D9DA55;
}
#my_account_form .my_profile_tab.active .arw{
	border-color: white white #9F218B #9F218B;
}
#my_account_form .my_subs_tab .arw{
	border-color: white white #D9DA55 #D9DA55;
}
#my_account_form .my_subs_tab.active .arw{
	border-color: white white #9F218B #9F218B;
}
#my_account_form .my_prefs_tab .arw{
	border-color: white white #D9DA55 #D9DA55;
}
#my_account_form .my_prefs_tab.active .arw{
	border-color: white white #9F218B #9F218B;
}
#my_account_form .user_box_tab span{
	display: block;
	line-height: 44px;
	font-size: 200%;
	font-weight: 400;	
}
#my_account_form .user_box_content {
	position:relative;
	clear:both;
	border:1px solid #000;
	font-size: 120%;
	display:none;
}

/*
#my_account_form .user_box_content label {
	display:inline-block;
	width:120px;
}
#my_account_form.reset_form .user_box_content label {
	width:150px;
}
#my_account_form .user_box_content label.long,
#my_account_form #my_prefs_box.user_box_content label {
	display:inline-block;
	width:80%;
}
#my_account_form .user_box_content h3{
	font-size: 110%;
}
#my_account_form input[name=newEmail], 
#my_account_form input[name=newFirstName], 
#my_account_form input[name=newName], 
#my_account_form input[name=newLastName], 
#my_account_form #password, 
#my_account_form #password2, 
#my_account_form #password3, 
#my_account_form #userEmail, 
#my_account_form #regEmail, 
#my_account_form #regName, 
#my_account_form #regPass1, 
#my_account_form #regPass2,
#my_account_form select[name=newStore] {
	margin-top:10px;
	width:160px;
}
#my_account_form.reset_form #token,
#my_account_form.reset_form #password,
#my_account_form.reset_form #password2 {
	width: 210px;
}*/
#my_account_form .update,
#my_account_form .next,
#my_account_form .save,
#my_account_form .submitReset {
	float: right;
	padding: 3px 20px;
	margin-top:-15px;
	background-color:#D8DA55;
	cursor:pointer;
}
#my_account_form .update.loading,
#my_account_form .next.loading {
	background-color:#CCCCCC;
	color:#666666;	
}
#my_account_form #outText {
	font-weight:bold;
	font-size:12px;
	color:#C00;
	padding-bottom:10px;
}
#my_account_form #outText.grn {
	color:#090;
}
#my_account_form .tryAgain {
	font-weight:normal;
	text-decoration:underline;
	cursor:pointer;
}
#my_account_form #setPassword, 
#my_account_form #loggedIn, 
#my_account_form #registerFields {
	display:none;
}
#my_account_form #userUN, 
#my_account_form #userTime {
	display:inline-block;
}
#my_account_form .userLinks {
	font-size:10px;
	padding-top:15px;
	z-index:9999;
}
#my_account_form #proceedBut {
	margin-left:100px;
}
#my_account_form .user_box_content p {
	margin-bottom:10px;
}
#my_account_form .user_box_content .facebookLogin {
	margin:0px;
	/*margin-top:0px;
	margin-bottom:10px;
	border-top: 10px solid white;*/
}
#my_account_form .user_box_content h2{
	clear: both;
	font-size: 130%;
	font-weight: 500;
	padding-top: 15px;
	border-bottom: 2px solid #6C6C6C;
	padding-bottom: 3px;
}
#my_account_form .col2 {
	float:left;
	width:50%;
}
#my_account_form .col3 {
	float:left;
	width:33%;
}

#my_account_form #socialConnections {
	display:block;
	/*margin-top:10px;*/
	clear:left;
	cursor:pointer;
}
#my_account_form #socialConnectionsLabel {
	margin-top: 15px;
	float: left;
}

#my_account_form .pref_star,
#my_account_form .pref_block {
	position:relative;
	display:block;
	float:left;
	width:17px;
	height:14px;
	background-repeat:no-repeat;
	background-size:14px;
	cursor:pointer;
}
#my_account_form .pref_star.on {
	background-image:url(../_images/str_blu.png);
}
#my_account_form .pref_star.off {
	background-image:url(../_images/str_r_blu.png);
}
#my_account_form .pref_block.off {
	background-image:url(../_images/del_gry.png);
}
#my_account_form .pref_block.on {
	background-image:url(../_images/del_r_gry.png);
}
#my_account_form .pref_block.plu {
	background-image:url(../_images/add_grn.png);
}
#my_account_form .strike {
	text-decoration:line-through;
	color:#a7a6a6;
}
.fbLogin {
	border:2px solid transparent;
}
.fbLogin:focus {
	border-color:yellow;	
}
/*
NOTY DROPDOWN NOTICES
*/

#noty_topCenter_layout_container {
	top: 70px;
	position: fixed;
	width: 310px;
	height: auto;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 8999;
	background-color: none;
}
.notyContent {
	border: none;
	background-color: black;
	width: 294px;
	padding: 0px;
	margin: 0px 8px 8px;
	background-image: url(../_images/alert_pop_bg.jpg);
	cursor: pointer;
	overflow-x: hidden;
	overflow-y: hidden;
}
.noty_message a,
.noty_message a:visited,
.noty_message a:hover {
	color:#fff;
	text-decoration:underline;
}


@media screen and (max-width:560px) and (orientation:portrait){
}
@media screen and (max-width:560px) and (orientation:landscape){
}
@media screen and (max-width:767px){
	.user_box_tab {
		margin-right: 1%;
	}
	.user_box_tab span {
		line-height: 28px;
		font-size: 90%;
	}
	.my_profile_tab,
	.my_subs_tab,
	.my_prefs_tab {
		height: 28px;
		padding-right:10px;
	}
	.user_box_tab .arw {
		display:none;
	}
	.user_welcome {
		padding: 0px 13px 0px 13px;
		font-size: 80%;
		margin-top: 0px;
	}
	.user_welcome.notIn {
		padding: 0px 13px 0px 13px;
		margin-top: 0px;
	}
	.user_welcome div {
		display: none;
	}
	#user_drop {
		top: 23px;
		top:11px;
		width: 90%;
	}
	.col2,
	.col3 {
		width:100%;
	}
	.user_box_content label {
		width:100%;
		padding-top: 10px;
		margin-bottom: -8px;
	}
	.update, .next, .save {
		float: none;
		margin-top: 20px;
		text-align: center;
	}
	.user_box_content label.long, #my_prefs_box.user_box_content label {
		margin-bottom: 0;
		padding: 0 0 10px 0;
	}
	.pref_star, .pref_block{
		padding: 5px 0;
	}
	#user_tab .user_welcome {
		font-size: 100%;
		margin-top: -8px;
	}
	#user_tab #user_drop {
		top: 27px;
	}
	#my_account_form .user_box_tab {
		zoom:.5;
		margin-right: 1%;
	}
	#my_account_form .col2,
	#my_account_form .col3  {
		float: none;
		width: 100%;
	}
	/*#my_account_form .user_box_content label {
		width: 100%;
	}
	#my_account_form input[type="text"], 
	#my_account_form input[type="password"], 
	#my_account_form input[type="email"], 
	#my_account_form textarea, 
	#my_account_form select {
		width: 100%;
	}*/

}
@media screen and (min-width:561px) and (max-width:767px) {
}
@media screen and (width:768px) and (orientation:portrait) {
}
@media screen and (min-width:768px) and (max-width:1000px) {
	.user_box_tab span {
		line-height: 28px;
		font-size: 120%;
	}
	.my_profile_tab,
	.my_subs_tab,
	.my_prefs_tab {
		height: 28px;
	}
	.user_box_tab .arw {
		border-width: 28px 0px 0px 18px;
	}
	#user_tab .user_welcome {
		font-size: 100%;
		margin-top: -8px;
	}
	#user_tab #user_drop {
		top: 27px;
	}
}
@media screen and (min-width:768px) and (max-width:1200px) {
}
@media screen and (min-width:1001px) and (max-width:1200px) {
	
	#user_tab .user_welcome {
		font-size: 100%;
		margin-top: -8px;
	}
	#user_tab #user_drop {
		top: 27px;
	}
}
@media screen and (min-width:1200px) {
}
@media screen and (min-width:1600px) {
}
