/*******************************************************************************
*                                magcover.css
*==============================================================================
* This file defines components used throughout the site
******************************************************************************/
SPAN.white
{
	color: #FFFFFF;
}
.hidden
{
	visibility: hidden;
	display: none;
}
DIV.backgroundtop
{
	background: #2B2B2B url(../images/degrade_top.png) repeat-x top left;
}
DIV.background
{
	background: #242424 url(../images/degrade_MASTER.png) no-repeat fixed center top;
	width: 100%;
}
DIV.popup
{
	display: block;
	/*[disabled]width:100%;*/
	/*[disabled]height:100%;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	/*[disabled]background:transparent url(../images/shadow.png) repeat;*/
	visibility: hidden;
	/*[disabled]text-align:center;*/
}
DIV.popup FORM
{
	/*[disabled]border:3px solid #D8D8D8;*/
	/*[disabled]background-color:#565759;*/
	/*[disabled]background-color:#000000;*/
	margin: auto;
}
DIV.popup FORM LEGEND SPAN
{
	/*[disabled]display:block;*/
	/*[disabled]width:100%;*/
	/*[disabled]height:28px;*/
	/*[disabled]position:absolute;*/
	/*[disabled]top:9px;*/
	/*[disabled]left:0px;*/
	/*[disabled]border:none;*/
	/*[disabled]text-align:center;*/
	/*[disabled]background:transparent url(../images/title_back.png) repeat;*/
}
/*OLD POP UP LEGEND*/
DIV.popup FORM LEGEND SPAN
{
	/*[disabled]display:block;*/
	/*[disabled]width:100%;*/
	/*[disabled]height:28px;*/
	/*[disabled]position:absolute;*/
	/*[disabled]top:0px;*/
	/*[disabled]left:0px;*/
	/*[disabled]border:none;*/
	/*[disabled]text-align:center;*/
	/*[disabled]background:transparent url(../images/title_back.png) repeat;*/
}
DIV.stack_banner
{
	background: url(../images/magazine_stack_banner.jpg) no-repeat bottom center;
	height: 550px;
}
DIV.stack_rack
{
	background: url(../images/magazine_stack_rack.jpg) no-repeat center right;
	height: 550px;
}
/*NAVIGATION*/
DIV#nav_main
{
	width: 990px;
	height: 0;
}
UL#nav_features
{
/*border: medium double rgb(250,0,255);*/
	position: relative;
	top: -38px;
	left: 285px;
	margin: 0;
	width: 707px;
	text-transform: uppercase;
}
UL#nav_features LI
{
	display: inline;
}
UL#nav_features LI A
{
	padding: 10px;
	color: #D8D8D8;
	font: 14px "Trebuchet MS";
	font-weight: bold;
	text-decoration: underline;
}
UL#nav_features LI A:hover, UL#nav_features LI A:active
{
	color: #797979;
	font-weight: bold;
}
UL#nav_features SPAN
{
	display: none;
}
UL#nav_tools
{
	position: relative;
	top: -78px;
	left: 584px;
	width: 400px;
	text-align: right;
}
UL#nav_tools LI
{
	display: inline;
	padding: 5px;
	font: 11px "Trebuchet MS";
}
UL#nav_tools LI A
{
	color: #D8D8D8;
}
UL#nav_tools LI.nav_cart A
{
	color: #FF0001;
}
UL#nav_tools LI A:hover, UL#nav_tools LI A:active
{
	color: #797979;
}
/*LOGIN FORM*/
DIV.signin
{
	background: url(../images/magazine_stack_sign_in.jpg) no-repeat right top;
	height: 550px;
}
FORM.loginForm
{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	height: 285px;
	width: 205px;
	left: -261px;
	top: 84px;
}
FORM.loginForm LEGEND
{
	padding: 0px;
}
FORM.loginForm LEGEND SPAN
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	text-align: center;
	margin-left: 13px;
}
FORM.loginForm INPUT.signin
{
	background: url(../images/sign_in_btn.png) center center;
	width: 125px;
	height: 45px;
	text-indent: -9999px;
	top: 201px;
	left: 52px;
	position: absolute;
	cursor: pointer;
}
FORM.loginForm INPUT.signin:hover
{
	background: url(../images/sign_in_btn_over.png) center center;
}
FORM.loginForm A.signin
{
	background: url(../images/sign_in_btn.png) center center;
	width: 125px;
	height: 45px;
	text-indent: -9999px;
	top: 252px;
	left: 52px;
	position: absolute;
	cursor: pointer;
}
FORM.loginForm A.signin:hover
{
	background: url(../images/sign_in_btn_over.png) center center;
}
FORM.loginForm A.redLink
{
	color: #A70101;
}
FORM.loginForm A.redLink:hover
{
	color: #E38205;
}
FORM.loginForm P.linkText
{
	font: 11px Verdana;
	margin-top: 7px;
}
DIV.popup FORM.loginForm
{
	background-color: #000000;
}
DIV.popup FORM.loginForm A.close
{
	display: block;
	width: 21px;
	height: 20px;
	position: absolute;
	top: 2px;
	left: 213px;
	border: none;
	background: transparent url(../images/X_down.png) no-repeat top left;
}
DIV.popup FORM.loginForm A.close:hover
{
	/*[disabled]border:none;*/
	background: transparent url(../images/X_over.png) no-repeat top left;
}
/*REGISTER FORM*/
DIV.register
{
	background: url(../images/magazine_stack_register.jpg) no-repeat right center;
	height: 550px;
}
FORM.registerForm
{
	position: relative;
	padding-left: 15px;
	left: -146px;
	top: 26px;
}
FORM.registerForm LEGEND
{
	padding: 0px;
}
FORM.registerForm INPUT.register
{
	background: url(../images/register_btn.png) center center;
	width: 125px;
	height: 45px;
	text-indent: -9999px;
	cursor: pointer;
	margin-left: 31px;
}
FORM.registerForm INPUT.register:hover
{
	background: url(../images/register_btn_over.png) center center;
}
FORM.registerForm A.register
{
	float: left;
	display: inline;
	background: url(../images/register_btn.png) center center;
	width: 125px;
	height: 45px;
	cursor: pointer;
	margin-left: 148px;
}
FORM.registerForm A.register:hover
{
	background: url(../images/register_btn_over.png) center center;
}
FORM.registerForm INPUT.termsAgreed
{
	margin-left: -11px;
}
FORM.registerForm LABEL.large
{
	text-align: left;
	font: 11px verdana;
}
FORM.registerForm LABEL.large A
{
	color: #A70101;
}
FORM.registerForm LABEL.large A:hover
{
	color: #E38205;
}
DIV.popup FORM.registerForm
{
	background-color: #000000;
}
DIV.popup FORM.registerForm LEGEND
{
	padding: 0px;
}
DIV.popup FORM.registerForm A.close
{
	display: block;
	width: 21px;
	height: 20px;
	position: absolute;
	top: 2px;
	left: 438px;
	border: none;
	background: transparent url(../images/X_down.png) no-repeat top left;
}
DIV.popup FORM.registerForm A.close:hover
{
	/*[disabled]border:none;*/
	background: transparent url(../images/X_over.png) no-repeat top left;
}
/*RECOVER PASSWORD FORM*/
FORM.recoverPasswordForm
{
	position: relative;
	padding-left: 205px;
	padding-top: 33px;
}
FORM.recoverPasswordForm LABEL
{
	width: 100px;
	font-weight: bold;
	height: 20px;
	margin-top: 18px;
}
FORM.recoverPasswordForm A.cancel
{
	float: right;
	display: inline;
	background: url(../images/cancel_btn_white.png) center center;
	width: 79px;
	height: 35px;
	cursor: pointer;
	margin-top: 20px;
}
FORM.recoverPasswordForm A.cancel:hover
{
	background: url(../images/cancel_over_white.png) center center;
}
FORM.recoverPasswordForm A.recoverPassword
{
	float: right;
	display: inline;
	background: url(../images/send_btn_white.png) center center;
	width: 79px;
	height: 35px;
	cursor: pointer;
	margin-top: 20px;
}
FORM.recoverPasswordForm A.recoverPassword:hover
{
	background: url(../images/send_over_white.png) center center;
}
FORM.recoverPasswordForm INPUT.submit
{
	background: url(../images/recover_btn.png) no-repeat;
	height: 20px;
	width: 85px;
	float: left;
	margin-left: 15px;
}
DIV.popup FORM.recoverPasswordForm
{
	background-color: #000000;
}
DIV.popup FORM.recoverPasswordForm LEGEND
{
	padding: 0px;
}
DIV.popup FORM.recoverPasswordForm A.close
{
	display: block;
	width: 21px;
	height: 20px;
	position: absolute;
	top: 2px;
	left: 407px;
	border: none;
	background: transparent url(../images/X_down.png) no-repeat top left;
}
DIV.popup FORM.recoverPasswordForm A.close:hover
{
	/*[disabled]border:none;*/
	background: transparent url(../images/X_over.png) no-repeat top left;
}
/*RESET PASSWORD FORM*/
FORM.resetPasswordForm
{
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	height: 285px;
	width: 205px;
}
/*CHANGE PASSWORD FORM*/
FORM.changePasswordForm
{
	position: relative;
	padding-left: 135px;
	padding-top: 99px;
}
FORM.changePasswordForm INPUT#submit
{
	background: url(../images/change_btn.png) no-repeat;
	height: 20px;
	width: 85px;
	float: left;
}
/*CHANGE EMAIL FORM*/
FORM.changeEmailForm
{
	position: relative;
	padding-left: 135px;
	padding-top: 48px;
}
FORM.changeEmailForm INPUT#submit
{
	background: url(../images/change_btn.png) no-repeat;
	height: 20px;
	width: 85px;
	float: left;
}
/*EMAIL FORM*/
FORM.emailForm
{
	width: 650px;
	position: relative;
}
FORM.emailForm DIV.fields
{
	margin: 0px 0px 0px 10px;
}
FORM.emailForm LEGEND
{
	padding: 0px;
}
FORM.emailForm LEGEND SPAN
{
	display: block;
	width: 650px;
	height: 28px;
	position: absolute;
	top: 0px;
	left: 0px;
	border: none;
	text-align: center;
}
FORM.emailForm LEGEND SPAN.left
{
	text-align: left;
}
FORM.emailForm P.instructions
{
	display: block;
	width: 210px;
	height: 100px;
	position: absolute;
	top: 27px;
	left: 433px;
	font: 11px "Trebuchet MS";
	text-align: justify;
}
FORM.emailForm LABEL
{
	width: 400px;
	text-align: left;
	height: 10px;
	margin-bottom: 8px;
}
FORM.emailForm INPUT
{
	width: 400px;
	background: #FFFFFF;
}
FORM.emailForm INPUT:hover
{
	background: #FFFFFF;
}
FORM.emailForm INPUT:focus
{
	background: #FFFFFF;
}
FORM.emailForm INPUT.captcha
{
	width: 177px;
}
FORM.emailForm IMG.captcha
{
	float: left;
	display: inline;
	margin: 10px 20px 10px 0;
}
FORM.emailForm A.refreshCaptcha
{
	float: left;
	display: inline;
}
FORM.emailForm TEXTAREA
{
	width: 620px;
	height: 150px;
	margin-top: 5px;
}
FORM.emailForm INPUT.submit
{
	float: right;
	display: inline;
	width: 78px;
	height: 35px;
	background: transparent url(../images/send_btn_white.png) no-repeat top left;
	margin: 5px 5px 0px 0px;
	clear: left;
	cursor: pointer;
}
FORM.emailForm INPUT.submit:hover
{
	border: none;
	background: transparent url(../images/send_over_white.png) no-repeat top left;
}
FORM.emailForm INPUT.reset
{
	float: right;
	display: inline;
	width: 78px;
	height: 35px;
	border: none;
	margin: 5px 0px 0px 5px;
	background: transparent url(../images/cancel_btn_white.png) no-repeat top left;
	clear: left;
	cursor: pointer;
}
FORM.emailForm INPUT.reset:hover
{
	border: none;
	background: transparent url(../images/cancel_over_white.png) no-repeat top left;
}
FORM.emailForm A.close
{
	display: block;
	width: 21px;
	height: 20px;
	position: absolute;
	top: 2px;
	left: 626px;
	border: none;
	background: transparent url(../images/X_down.png) no-repeat top left;
}
FORM.emailForm A.close:hover
{
	/*[disabled]border:none;*/
	background: transparent url(../images/X_over.png) no-repeat top left;
}
/*CONSTACT US FORM*/
FORM.contactUsForm
{
	padding-left: 136px;
	width: 628px;
}
FORM.contactUsForm LABEL
{
	width: 400px;
	text-align: left;
	height: 10px;
	padding-bottom: 8px;
}
FORM.contactUsForm LABEL.phone
{
	width: 400px;
	text-align: left;
	height: 10px;
	padding-bottom: 35px;
	font-size: 16px;
}
FORM.contactUsForm INPUT
{
	width: 400px;
	background: #FFFFFF;
}
FORM.contactUsForm INPUT:hover
{
	background: #FFFFFF;
}
FORM.contactUsForm INPUT:focus
{
	background: #FFFFFF;
}
FORM.contactUsForm TEXTAREA
{
	width: 620px;
	height: 150px;
	margin-top: 5px;
}
FORM.contactUsForm INPUT.submit
{
	float: right;
	display: inline;
	width: 78px;
	height: 35px;
	background: transparent url(../images/send_btn_white.png) no-repeat top left;
	margin: 5px 5px 0px 0px;
	clear: left;
	cursor: pointer;
}
FORM.contactUsForm INPUT.submit:hover
{
	border: none;
	background: transparent url(../images/send_over_white.png) no-repeat top left;
}
FORM.contactUsForm LABEL.twitter
{
	font: normal 14px Verdana;
	height: 30px;
}
FORM.contactUsForm LABEL.twitter A
{
	background: url(../images/twitter_icon_30.png) no-repeat;
	width: 235px;
	display: block;
	height: 30px;
	padding-top: 5px;
	padding-left: 40px;
}
FORM.contactUsForm LABEL.facebook
{
	font: normal 14px Verdana;
	height: 30px;
	padding-bottom: 28px;
}
FORM.contactUsForm LABEL.facebook A
{
	background: url(../images/facebook_icon_30.png) no-repeat;
	width: 293px;
	display: block;
	height: 30px;
	padding-top: 5px;
	padding-left: 40px;
}
FORM.contactUsForm P
{
	font: 16px sans-serif;
	margin-bottom: 15px;
	color: #FFFFFF;
	text-align: left;
}
/*REPORT MAGCOVER FORM*/
FORM.reportMagCoverForm
{
	padding-left: 136px;
	width: 630px;
}
FORM.reportMagCoverForm TEXTAREA
{
	height: 83px;
}
FORM.reportMagCoverForm LABEL
{
	height: 19px;
}
FORM.reportMagCoverForm LABEL.details
{
	margin-top: 12px;
}
FORM.reportMagCoverForm DIV.field_double LABEL
{
	margin-bottom: -5px;
}
FORM.reportMagCoverForm DIV.field_double
{
	width: 212px;
	height: 50px;
	/*[empty]clear:;*/
}
FORM.reportMagCoverForm IMG
{
	margin-bottom: 20px;
	float: left;
	margin-right: 41px;
}
FORM.reportMagCoverForm INPUT.submit
{
	background: url(../images/report_btn_white.png);
	height: 41px;
	width: 82px;
	float: right;
	cursor: pointer;
}
/*DIVISION USED TO DISPLAY STATUS INFORMATION*/
DIV.ajaxStatus
{
	text-align: center;
	width: 650px;
	margin: auto;
}
DIV.ajaxStatus UL.errors
{
	background: #000000;
}
/*HIDDEN DIVISION*/
DIV.noDisplay
{
	display: none;
	visibility: hidden;
}
/*DISPLAY THE RESULT OF THE ACTION*/
UL.actionResult
{
	background: #000000 url(../images/title_back.png) repeat-x;
	border: 2px solid #FFFFFF;
	position: relative;
	margin: 50px auto 0px;
	width: 650px;
}
UL.actionResult LI
{
	display: inline;
}
UL.actionResult LI.instructions
{
	display: block;
	font: 12pt "Trebuchet MS";
	margin-top: 60px;
	margin-bottom: 30px;
	color: #FFFFFF;
}
UL.actionResult LI A.close
{
	display: block;
	width: 21px;
	height: 20px;
	position: absolute;
	top: 3px;
	left: 624px;
	background: transparent url(../images/X_down.png) no-repeat top left;
	border: none;
	text-indent: 9999em;
}
UL.actionResult LI A.close:hover
{
	background: transparent url(../images/X_over.png) no-repeat top left;
}
UL.actionResult LI A.ok
{
	display: block;
	width: 79px;
	height: 35px;
	margin: 0px auto 20px;
	background: transparent url(../images/ok_btn_white.png) no-repeat top left;
	text-indent: -9999em;
}
UL.actionResult LI A.ok:hover
{
	background: transparent url(../images/ok_over_white.png) no-repeat top left;
}
/*DISPLAY THE ACTION PROGRESS*/
UL.actionProgress
{
	background: #000000 url(../images/title_back.png) repeat-x;
	border: 2px solid #FFFFFF;
	position: relative;
	margin: 50px auto 0px;
	width: 650px;
}
UL.actionProgress LI
{
	display: inline;
}
UL.actionProgress LI.instructions
{
	display: block;
	font: 16pt Verdana;
	margin-top: 60px;
	margin-bottom: 30px;
	color: #FFFFFF;
}
UL.actionProgress LI.progressBar
{
	display: block;
	margin-bottom: 20px;
}
P.header
{
	font: bold 16px "Trebuchet MS";
	color: #D8D8D8;
	padding-top: 10px;
	padding-bottom: 10px;
}
P.label
{
	padding: 0px 0px 20px 10px;
}
FORM.registerForm
{
	width: 450px;
}
FORM.registerForm INPUT
{
	/*[disabled]background-color:#000000;*/
}
/*FORM INFO*/
FORM LEGEND
{
	margin-bottom: 20px;
}
FORM FIELDSET LEGEND
{
	font: bold 22px Arial;
	font-weight: bold;
	color: #D8D8D8;
}
FORM P.tooltip
{
	width: 203px;
	display: inline;
	float: left;
	text-align: right;
}
FORM P.tooltip SPAN.error
{
	color: #8D0D00;
}
FORM P.tooltip SPAN.success
{
	color: #155F16;
}
FORM P.tooltip SPAN.info
{
	color: #808080;
}
FORM DIV.field_single
{
	display: inline;
	float: left;
	width: 400px;
	height: 83px;
}
FORM DIV.field_double
{
	display: inline;
	float: left;
	width: 225px;
	height: 83px;
}
FORM DIV.field_checkbox
{
	width: 450px;
	display: inline;
	float: left;
}
FORM DIV.field_checkbox INPUT
{
	width: 35px;
	display: inline;
	float: left;
}
FORM DIV.field_checkbox LABEL
{
	width: 406px;
	display: inline;
	float: left;
}
FORM LABEL.left
{
	height: 20px;
	text-align: left;
}
FORM LABEL.button_label
{
	width: 116px;
	clear: both;
}
FORM SELECT
{
	/*[disabled]border:1px solid #666;*/
	border: none;
	background: transparent url(../images/text_box_btn.png) repeat top left;
	display: block;
	float: left;
	/*[disabled]width:203px;*/
	height: 30px;
	width: 204px;
	margin: 4px 0;
	padding-left: 8px;
	padding-right: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
}
FORM SELECT:hover
{
	background: #FFFFFF url(../images/text_box_over_btn.png) repeat top left;
}
FORM SELECT:focus
{
	/*[disabled]background:transparent url(../images/text_box_focus_btn.png) repeat top left;*/
}
FORM INPUT.ok
{
	background: url(../images/ok_btn_white.png) no-repeat center;
	height: 35px;
	width: 79px;
	cursor: pointer;
	text-indent: -9999em;
}
FORM INPUT.ok:hover
{
	background: url(../images/ok_over_white.png) no-repeat;
}
/*ERROR PAGES*/
UL#error
{
	text-align: center;
	list-style-type: none;
	margin-bottom: 30px;
}
UL#error LI
{
	color: #A70101;
	text-align: center;
	font: bold 11px Arial;
}
UL#error LI A
{
	color: #FFFFFF;
}
.signin .errors
{
	position: relative;
	left: -222px;
	top: 74px;
}
UL#error LI IMG.error
{
	margin-right: 15px;
	margin-bottom: -2px;
}
TD.fixedSizeErrors UL#error LI
{
	font: bold 16px Arial;
}
P.error
{
	font: 16pt Verdana;
}
P.errorimg
{
	margin: 20px;
}
P.errorlink
{
	font: normal 10pt Verdana;
	text-align: right;
	margin-top: 10px;
	width: 92%;
}
P.errorlink A
{
	font: normal 10pt Verdana;
	text-decoration: underline;
}
/*ADVERTISEMENT DIVISION*/
DIV.blowupAdBanner
{
	position: absolute;
	top: 665px;
	left: 45px;
	width: 728px;
	height: 90px;
	display: block;
}
DIV.blowupAd
{
	position: absolute;
	top: 70px;
	width: 336px;
	left: 589px;
	z-index: 1;
}
DIV.creatorAds
{
	background-color: #808080;
	margin: auto;
	width: 728px;
}
DIV.creatorMain
{
	position: relative;
	background-color: #808080;
}
/*PAYPAL*/
P.paypal
{
	height: 500px;
	width: 100%;
	display: block;
	position: absolute;
	background-color: #FFFFFF;
	color: #000000;
	font: bold 19px Arial;
	padding-top: 281px;
}
P.paypal A
{
	color: #000000;
	margin-top: 27px;
	display: block;
	font-size: 12px;
}

