.emerNotice, .saleNotice
{	position: fixed;
	left: 0px;
	bottom: 0px;
	padding: 6px 0px;
	font-size: 14px;
	background: #3c369f;
	/*max-height: 120px;*/
	width: 100%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	z-index: 99999;
}
.saleNotice
{	font-size: 13px;
	background: #000;
}
.emerNoticeInner, .saleNoticeInner
{	padding: 6px 0px;
	margin: 0px 40px;
	text-align: center;
	line-height: 20px;
	color: #FFFFFF;
}
.saleNoticeInner
{	font-weight: bold;
	text-transform: uppercase
}
.saleNoticeInner p
{	margin: 0px;
}
.saleNoticeInner a
{	display: inline-block;
	color: #FFFFFF;
	background: #a41d2c;
	padding: 3px 12px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: 10px;
	text-transform: capitalize;
}
.emerNoticeClose
{	display: block;
	background: #3c369f;
	color: #FFF;
	padding: 0px 20px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 20px;
	top: -30px;
	cursor: pointer;
	font-size: 20px;
}
.emerNoticeHidden
{	max-height: 0px;
	padding: 0px;
	overflow: hidden;
}
#mobiledetect_modal_popup
{	padding: 0px;
	margin: 0px;
	margin-left: -125px;
	top: 0px;
	left: 50%;
	border: 0px;
	/*width: 100%;*/
	width: 250px;
	/*height: 100%;*/
	z-index: 30000;
}
#mobiledetect_modal_popup #mobiledetectModalInner
{	padding: 20px 10px;
}
#mobiledetect_modal_popup #mobiledetectModalInner p
{	font-size: 18px;
	text-align: center;
	padding: 0px 0px 10px;
}
#mobiledetect_modal_popup #mobiledetectModalInner .mobiledetectModalInnerButtons
{	padding: 10px 0px 0px
}
#mobiledetect_modal_popup #mobiledetectModalInner .mobiledetectModalInnerButtons a
{	display: block;
	float: left;
	font-weight: bold;
	font-size: 16px;
	color: #fff6d9;	
	background: #3c369f;
	padding: 8px 10px;
	width: 100px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#mobiledetect_modal_popup #mobiledetectModalInner .mobiledetectModalInnerButtons a.mobiledetectCancel
{	float: right;
	background-color: #a41d2c;
}
.clear
{	clear: both;
}

.fbLoginLink
{	
}
.fbLoginLink a
{	display: block;
	height: 40px;
	margin: 0px auto;
	width: 247px;
	text-indent: -1000px;
	text-align: left;
	overflow: hidden;
	background: url('../img/template/facebook_sign_with.png') no-repeat center center;
}
.googleLoginLink a
{	display: block;
	height: 40px;
	margin: 0px auto;
	width: 247px;
	text-indent: -1000px;
	text-align: left;
	overflow: hidden;
	background: url('../img/template/google_sign_with.png') no-repeat center center;
}
.appleLoginLink a
{	display: block;
	height: 40px;
	margin: 0px auto;
	width: 247px;
	text-indent: -1000px;
	text-align: left;
	overflow: hidden;
	background: url('../img/template/apple_sign_with_white.png') no-repeat center center;
}
.fbRegLink a
{	display: block;
	height: 40px;
	margin: 0px auto;
	width: 247px;
	text-indent: -1000px;
	text-align: left;
	overflow: hidden;
	background: url('../img/template/facebook_register_with.png') no-repeat center center;
}
.googleRegLink a
{	display: block;
	height: 40px;
	margin: 0px auto;
	width: 247px;
	text-indent: -1000px;
	text-align: left;
	overflow: hidden;
	background: url('../img/template/google_register_with.png') no-repeat center center;
}
.appleRegLink a
{	display: block;
	height: 40px;
	margin: 0px auto;
	width: 247px;
	text-indent: -1000px;
	text-align: left;
	overflow: hidden;
	background: url('../img/template/apple_register_with_white.png') no-repeat center center;
}
.fbRegExtra
{	font-size: 11px;
	padding-top: 2px;
}
.gpLoginLink
{	
}
.gpLoginLink a
{	display: block;
	height: 40px;
	margin: 0px auto;
	width: 247px;
	text-indent: -1000px;
	text-align: left;
	overflow: hidden;
	background: url('../img/template/google_sign_with.png') no-repeat center center;
}
.gpRegLink a
{	display: block;
	height: 40px;
	margin: 0px auto;
	width: 247px;
	text-indent: -1000px;
	text-align: left;
	overflow: hidden;
	background: url('../img/template/gp_register.png') no-repeat center center;
}
.twLoginLink a
{	display: block;
	height: 40px;
	margin: 0px auto;
	width: 247px;
	text-indent: -1000px;
	text-align: left;
	overflow: hidden;
	background: url('../img/template/tw_login.png') no-repeat center center;
}
.twRegLink a
{	display: block;
	height: 40px;
	margin: 0px auto;
	width: 247px;
	text-indent: -1000px;
	text-align: left;
	overflow: hidden;
	background: url('../img/template/tw_register.png') no-repeat center center;
}
.header-navigation ul li a.login-link
{	cursor: pointer;
}

.form-row-footer
{	border-top: 1px solid #CCC;
	padding-top: 20px;
	margin: 15px 0px 0px !important;
}
.loginAjaxFailMessage
{	text-align:center;
	color: #d20000;
	font-weight: bold;
	font-size: 16px;
}
.loginAjaxProgressMessage
{	text-align:center;
	color: #000;
	font-weight: bold;
	font-size: 16px;
	background: url('../img/template/loading26.gif') no-repeat center center;
	padding-top: 50px;
}
.loginAjaxFailMessage a
{	color: #a41d2c !important;
}
.register-form a
{	color: #000;
	font-weight: bold;
}