/* ////////////////////////////////////////////////////// */
/* COMMON DEFINITIONS */

/* get rid of system borders being generated for A tags */
a:active {
  outline:none !important;
}
:focus {
  -moz-outline-style:none !important;
  outline-style:none !important;
}
/* //////// */
.clearFix {
	margin: 0;
	padding: 0;
	clear: both !important;
	height: 0 !important;
	display: block;
}
/* //////// */
.altText {
		width:0; height:0;
		display:block;
		overflow:hidden;
	}


body.standalone, .promoBox {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
}
body {
	margin: 0;
}



.formBoxSuperWrapper {
	padding: 4px;
	width: 790px;
	margin: 40px auto;
	border: 1px solid #666;
	background-color: #FFF;
}
.formBoxWrapper {
	background-color: #CCC;
	margin: 0;
	padding: 6px;
	background-image: url(/images/rsplus/diagBgrnd.gif);
	background-repeat: repeat;
}
.formBox {
	background-color: #FFF;
	margin: 0;
	background-image: url(/images/rsplus/formBox-Header.jpg);
	background-repeat: no-repeat;
	background-position: 20px 0;
	padding: 90px 20px 10px 20px;
}
.formBox h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	padding: 0;
	margin: 0 0 15px;
}

.formBox a {
	color: #e0170e;
}

.formBox h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
	color: #000;
	font-style: normal;
	line-height: 34px;
	margin: 0;
	padding: 0 10px 8px 10px;
	text-align: center;
}

.formBox fieldset h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #666;
	font-style: normal;
	line-height: 27px;
	margin: 0;
	padding: 3px 15px 5px 15px;
	text-align: left;
}
.formBox h1 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	line-height: 27px;
	font-weight: bold;
	color: #222;
	padding-right: 10px;
}



.formBox fieldset {
	border: 0 none #FFF;
	padding: 0;
	width: 740px;
	margin: 0;
}
.formBox .sectionHead {
	background-image: url(/images/rsplus/section-head-tile.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b8b8b8;
	margin: 0;
	padding: 0;
}
.formBox .sectionHead .top {
	background-image: url(/images/rsplus/section-head-top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	margin: 0;
	padding: 0;
	height: 4px;
	width: 740px;
}
.formBox .section-body {
	background-image: url(/images/rsplus/section-bkd-tile.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	padding: 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #333;
}
.formBox .section-footer {
	background-image: url(/images/rsplus/section-bkd-ftr.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 740px;
	padding: 0;
	height: 4px;
	margin: 0 0 20px;
}
.formBox .section-body p {
	font-size: 12px;
	color: #000;
	padding: 0;
	margin: 0 0 10px;
}

.formBox .formCol {
	float: left;
	width: 340px;
	margin-left: 10px;
}
.formBox .formCol.wide {
	width: 690px;
}

.formBox .formCol span {
	text-align: right;
	display: block;
	margin-bottom: 16px;
	position: relative;
}

.formBox .formCol p {
	font-size: 12px;
	color: #000;
	margin: 0;
	padding: 5px 15px 5px 15px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 18px;
}

.formBox .formCol img.cover {
	padding: 5px;
	height: 180px;
	width: auto;
	border: 1px solid #444;
	float: left;
	margin-right: 20px;
	background-color: #FFF;
	display: block;
}







.formBox .formFooter {
	background-image: url(/images/rsplus/form-footer.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 42px;
	width: 720px;
	margin: 0 0 10px;
	padding: 13px 10px 7px 10px;
}
.formBox input {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	color: black;
	cursor: auto;
	display: inline-block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 14px;
	letter-spacing: normal;
	line-height: 14px;
	position: static;
	text-align: auto;
	text-indent: 0;
	text-shadow: none;
	text-transform: none;
	width: 200px;
	word-spacing: 0;
	z-index: auto;
	padding: 3px 5px 3px 5px;
	border: 1px solid #999;
	margin: 0 10px;
}
.formBox input.short {
	width: 100px;
}
.formBox input.disabled {
	font-weight: bold;
	background-color: transparent;
	border: 0 none #FFF;
	color: #000 !important;
	width: 205px;
	padding-left: 0;
}

.formBox input.radio {
	width: 15px;
	margin-right: 5px;
}



/* FORM SUBMIT BUTTONS */
.formBox button.mainButton {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0;
	height: 42px;
	width: 225px;
	border: 0 none #FFF;
	font-size: 0;
	color: #DC251D;
	margin-top: 0 20px 0 10px;
}

.formBox button.mainButton:hover {
	background-position: 0 -50px;
	cursor: pointer;
}
.formBox button.mainButton:active {
	background-position: 0 -100px;
}


.formBox button.mainButton.activate {
	width: 225px;
	background-image: url(/images/rsplus/submitBtn-activate.png);
}
.formBox button.mainButton.subscribe {
	width: 235px;
	background-image: url(/images/rsplus/submitBtn-subscribe.png);
}
.formBox button.mainButton.continue {
	width: 135px;
	background-image: url(/images/rsplus/submitBtn-continue.png);
}
.formBox button.mainButton.signIn {
	width: 105px;
	background-image: url(/images/rsplus/submitBtn-signIn.png);
}
.formBox button.mainButton.toContent {
	width: 205px;
	background-image: url(/images/rsplus/submitBtn-toContent.png);
}
.formBox button.mainButton.saveChanges {
	width: 145px;
	background-image: url(/images/rsplus/submitBtn-saveChanges.png);
}
.formBox button.mainButton.resetPassword {
	width: 165px;
	background-image: url(/images/rsplus/submitBtn-resetPassword.png);
}


.formBox button {
float: right;
}


/* //////////// */



.ftrText {
	font-size: 10px;
	color: #666;
}





/* error messages */
.formBox label {
	margin: 0;
	padding: 0;
}

.formBox label.error {
	height:9px;
	background-color:#DF372F;
	font-size:9px;
	border:1px solid #B51306;
	color:#FFF;
	display:none;
	line-height: 9px;
	padding: 2px 5px 2px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	width: 200px;
	white-space: nowrap;
	position: absolute;
	top: 20px;
	right: 10px;
}

.formBox .error p {
	margin:0;		
}


.promoBox label.error {
	font-size:9px;
	border:0px none #B51306;
	color:#E81921;
	display:none;
	line-height: 9px;
	padding: 2px 5px 2px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
	margin: 0;
	height: 9px;
	white-space: nowrap;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	top: 21px;
	right: 0;
}







/* RED TEXT */
.formBoxSuperWrapper .red,
.promoBox .red {
	color: #bf0d0f;
}




/* PROMO BOXES */


.promoBox {
	padding: 0;
	width: 615px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.promoBox .boxTop {
	background-image: url(/images/rsplus/promobox1-top.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 0;
	height: 4px;
	width: 615px;
}
.promoBox .boxBtm {
	background-image: url(/images/rsplus/promobox1-btm.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0;
	padding: 0;
	height: 4px;
	width: 615px;
}
.promoBox .boxBody {
	background-color: #f3f1ef;
	border-width: 0 1px 0 1px;
	border-style: solid;
	border-color: #9d9d9d;
	margin: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	padding: 10px 20px 20px 20px;
	color:#000;
	width: 572px;
}
.boxBody p {
	padding: 0;
	margin: 0 0 10px;
	line-height: 19px;
	font-size: 12px;
}

.promoBox .boxHeaderWrapper {
	background-image: url(/images/rsplus/rule-oxford-double-black.png);
	background-repeat: repeat-x;
	height: 30px;
	margin: 0 -20px 15px -20px;
	background-position: 0 center;
	padding: 0;
}
.promoBox .boxHeader {
	background-image: url(/images/rsplus/promobox-headers.png);
	background-repeat: no-repeat;
	padding: 0;
	height: 30px;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
}

.promoBox .boxHeader.story {
	background-position: 0 -40px;
}
.promoBox .boxHeader.issue {
	background-position: 0 0;
}
.promoBox .boxHeader.more {
	background-position: 0 -80px;
}


/* action boxes */
.divider {
	display: block;
	margin-top: 13px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #807f7e;
}

.promoBox .actionBox {
	float: left;
	position: relative;
	height: 12em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 18px;
}
.actionBox.one {
	width: 160px;
	margin-right: 15px;
}
.actionBox.two {
	width: 190px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #807f7e;
	padding-right: 0;
}
	.actionBox.two h2 {
		color:#000;
	}
.actionBox.three {
	width: 160px;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #807f7e;
	padding-left: 15px;
	margin-right: 0;
	padding-right: 0;
}

.promoBox .actionBox h2 {
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	text-transform:uppercase;
	font-size: 14px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 4px;
	background:none !important;
}
.promoBox .large {
	font-size: 14px;
	font-weight: bold;
}

.promoBox .small {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
}

.promoBox .actionBox form {
	margin-top: 13px;
}

.promoBox .actionBox form span {
	display: block;
	margin-bottom: 7px;
	font-size: 10px;
	margin-top: 3px;
	position: relative;
	height: 22px;
}

.promoBox .actionBox form span.fieldName {
	display: block;
	float: left;
	width: 60px;
}


.actionBox input {
	width: 110px;
	display: block;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
	margin-left: 5px;
}


.pb-button {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(/images/rsplus/promobox-buttons.png);
	margin: 0 0 auto 15px;
	padding: 0;
	height: 22px;
	width: 81px;
	border: 0 none #FFF;
	font-weight: normal;
	color: #FFF;
	font-size: 0;
	cursor: pointer;
}

.pb-button.signup {
	background-position: 0 -60px;
}
.pb-button.signin {
	background-position: 0 -120px;
}
.pb-button.subscribe {
	background-position: 0 0;
}
.pb-button.signup:hover {
	background-position: 0 -90px;
}
.pb-button.signin:hover {
	background-position: 0 -150px;
}
.pb-button.subscribe:hover {
	background-position: 0 -30px;
}

.promoBox a.btmLink {
	/*position: absolute;
	bottom: 5px;
	left: 15px;*/
	font-size: 11px;
	color: #B41317;
	text-decoration: none;
	font-weight:normal !important;
}
.promoBox a.btmLink:hover {
	text-decoration: underline;
}

.promoBox ul {
	list-style:none !important;
	margin: 0;
	padding: 0;
}
.promoBox li {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;list-style:none !important;
}
.promoBox li:first-child {
	border: 0 none #FFF;
}

.promoBox li h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	color: #900;
	padding: 0 0 2px 0;
	background:transparent !important;
}
.promoBox li p {
	font-size: 13px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.promoBox li a {
	color: #111;
	text-decoration: none;
	
}
.promoBox li a:hover h2 {
	text-decoration: underline;
}


/*homepage styles*/

/*-------------------------------------------- */
/** Update to Archive from All Access */
/*-------------------------------------------- */

.promo-content {
	padding: 20px 20px 0 20px;
	margin: 10px 8px auto 8px;
	text-align: center;
	height: 288px;
}
.promo-content.upsell {
	background: url(/images/rsplus/rule-oxford-double-black.png) 0 27px repeat-x;
	padding-top: 55px;
	margin-bottom: 30px;
	height: auto;
	border: solid 1px #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	clear: both;
}
.promo-content.upsell p.large {
	margin-bottom: 20px;
}
.promo-content.upsell .sign-up {
	padding-top: 25px;
	margin-top: 10px;
}
h3.upsell-header {
	background-image: url(/images/rsplus/promobox-header-black.png);
	margin: -40px auto 0 auto;
	display: block;
	height: 36px;
	width: 318px;
}
.upsell.auth {
	border-bottom: solid 2px #a0a0a0;
}
.auth-upsell {
	color: #B30A11;
	margin: 10px auto 30px auto;
	display: inline-block;
	font-size: 17px;
}
.promo-content p {
	margin: auto 20px 30px 20px;
}

.cover-holder img {
	max-width: 271px;
}

.sign-up {
	background: url(/images/rsplus/or-divider.png) 50% 0% no-repeat;
	padding-top: 38px;
	margin-top: 27px;
}

.archive-subscribe {
	background: url(/images/rsplus/sign-up-sprite.png) 0 0 no-repeat;
	display: inline-block;
	text-indent: -300%;
	overflow: hidden;
	height: 44px;
	width: 120px;
	margin-bottom: 8px;
}
.with-arrow {
	font-size: 14px;
}
.with-arrow:after {
	content: url(/images/rsplus/double-link-arrow.png);
	padding-left: 5px;
}
.forgot-password {
	clear: both;
	width: 
}
.forgot-password .btmLink {
	font-size: 11px;
}
.search-results .forgot-password {
	width: 90%;
}
.btmLink {
	color: #B41317 !important;
	clear: both;
	text-align: center;
}
.btmLink:hover {
	text-decoration: underline;
}

.btmLink.inside-form {
	position: absolute;
	bottom: 25px;
	left: 30px;
	font-weight: bold;
}
#activate_foot_links { text-align: right; }

p.lead {
	color: black;
}
p.secondary {
	margin-top: 5px;
	font-size: 21px !important;
}

/* Placeholder styles for those that support them */

::-webkit-input-placeholder  {
	font-family: Georgia;
	font-style: italic;
}
input:-moz-placeholder {
	font-family: Georgia;
	font-style: italic;
}

/* And for those that don't (IE) */
.placeholder {
	font-family: Georgia;
	font-style: italic;
}


#rs-plus-home {
	border: solid 1px #848484;
	padding: 13px 0 0 18px;
	width: 960px; 
	height: 530px;
	margin: 20px auto;
}
	#rs-plus-home h2.title {
		margin:0 0 0 2px;
		width:940px; height:40px;
		background:url(/images/rsplus/header-rolling_stone_plus.png) 0 0 no-repeat;
	}
	#rs-plus-home .home-content {
		width:940px;
		height: 85.6603774%; /*454/530 */
	}
		#rs-plus-home .home-content .issue {
			padding: 64px 0 0 0;
			width: 298px;
			height: 376px; 
			background: url(/images/rsplus/marketing-issue-header.png) 50% 0 no-repeat;
			float: left;
		}
			#rs-plus-home .home-content .issue .cover-holder {
				margin: 0 auto;
				text-align: center;
			}
				#rs-plus-home .home-content .issue .plus-callout {
					margin:0 0 0 18px;
					width:188px;
					font:normal 12px Tahoma;
					color:#454545;
				}
					#rs-plus-home .home-content .issue .plus-callout em {
						font-style:normal;
						font-weight:bold;
						color:#bd171e;	
					}
		#rs-plus-home .home-content .home-form {
			padding: 12px 0 0 10px;
			width: 630px;
			height: 70.754717%; /*375/530*/
			float: left;
		}
			#rs-plus-home .home-content .home-form h3 {
				margin:0;
				width:630px; height:110px;
				background:url(/images/rsplus/h3-placeholder_archives.png) 0 0 no-repeat;
			}
				#rs-plus-home .home-content .home-form h3 a {
					width:630px; height:110px;
					display:block;
				}
			#rs-plus-home .home-content .home-form .promoBox {
				padding: 0;
				width: 625px;
				margin-top: 10px;
				margin-bottom: 20px;
			}
			#rs-plus-home .home-content .home-form .promoBox .boxTop {
				background-image: url(/images/rsplus/promobox1-top-home.png);
				background-repeat: no-repeat;
				background-position: 0 0;
				margin: 0;
				padding: 0;
				height: 6px;
				width: 625px;
			}
			#rs-plus-home .home-content .home-form .promoBox .boxBtm {
				background-image: url(/images/rsplus/promobox1-btm-home.png);
				background-repeat: no-repeat;
				background-position: 0 0;
				margin: 0;
				padding: 0;
				height: 7px;
				width: 625px;
			}
			#rs-plus-home .home-content .home-form .promoBox .boxBody {
				background-image: url(/images/rsplus/promobox1-bkd-tile-y-home.png);
				background-position: -2px 0;
				    background-repeat: repeat-y;
				    color: #000000;
				    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
				    font-size: 12px;
				    margin: 0 0 0 1px;
				    padding: 10px 20px 20px;
				    width: 581px;
			}
			.boxBody p {
				padding:0 0 15px 0;
				margin: 0 0 15px;
				line-height: 19px;
				font-size: 12px !important;
				border-bottom:solid 1px #9b9b9b;
			}
			.home-form .boxBody p {
				border:none;
			}
			#rs-plus-home .home-content .home-form .promoBox .boxHeaderWrapper {
				background-image: url(/images/rsplus/rule-oxford-double-black.png);
				background-repeat: repeat-x;
				background-color:none;
				width: 598px;
				height: 30px;
				margin:0 0 10px -7px;
				background-position: 0 center;
				padding: 0 0 5px 0;
			}
			#rs-plus-home .home-content .home-form .promoBox .boxHeader {
				background-image: url(/images/rsplus/promobox-headers.png);
				background-repeat: no-repeat;
				padding: 0;
				height: 30px;
				width: 260px;
				margin-right: auto;
				margin-left: auto;
			}

			#rs-plus-home .home-content .home-form .promoBox .boxHeader.home {
				background:url(/images/rsplus/promobox-headers-home.png) 0 3px no-repeat;
				width:213px;
				
			}
			#rs-plus-home .home-content .home-form .promoBox .boxHeader.issue {
				background-position: 0 0;
			}
			#rs-plus-home .home-content .home-form .promoBox .boxHeader.more {
				background-position: 0 -80px;
			}




			/* action boxes */
			.divider {
				display: block;
				margin-top: 13px;
				margin-bottom: 15px;
				border-top-width: 1px;
				border-top-style: solid;
				border-top-color: #807f7e;
			}

			#rs-plus-home .home-content .home-form .promoBox .actionBox {
				float: left;
				position: relative;
				height: 123px;
				font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				font-size: 11px;
				line-height: 18px;
				font-weight:normal;
			}
			.actionBox.one {
				width: 160px;
				margin-right: 15px;
			}
			.actionBox.two {
				width: 190px;
				padding-left: 15px;
				border-left-width: 1px;
				border-left-style: solid;
				border-left-color: #807f7e;
				padding-right: 0;
			}
				.actionBox.two h2 {
					color:#000;
				}
			#rs-plus-home .actionBox.three h2 {
				color:#000;
			}
			#rs-plus-home .actionBox.three h2.red {
				color: #BF0D0F;
			}
			

			#rs-plus-home .home-content .home-form .promoBox .actionBox h2 {
				font-family: Tahoma, Arial, sans-serif;
				font-size: 12px;
				font-style: normal;
				line-height: 14px;
				font-weight: bold;
				padding: 0;
				margin: 0 0 4px;
				background:none !important;
				text-transform:uppercase;
			}
			#rs-plus-home .home-content .home-form .promoBox .large {
				font:normal 17px Georgia, Times, Arial !important;
				line-height:22px !important;
				text-align:center;
				width:591px;
				border-bottom:solid 1px #9b9b9b;
				margin:0 0 22px 0;
				height:50px;
			}

			#rs-plus-home .home-content .home-form .promoBox .small {
				font-size: 11px;
				font-weight: bold;
				margin-bottom: 5px;
				display: block;
			}

			#rs-plus-home .home-content .home-form .promoBox .actionBox form {
				margin-top: 13px;
			}

			#rs-plus-home .home-content .home-form .promoBox .actionBox form span {
				display: block;
				margin-bottom: 3px;
				font-size: 10px;
				margin-top: 3px;
				position: relative;
				height: 15px;
			}

			#rs-plus-home .home-content .home-form .promoBox .actionBox form span.fieldName {
				display: block;
				float: left;
				width: 60px;
			}


			.actionBox input {
				width: 110px;
				display: block;
				margin-right: 0;
				margin-bottom: 0;
				float: left;
				margin-left: 5px;
			}


			#rs-plus-home .home-content .home-form .promoBox .pb-button {
				/*position: absolute;*/
			/*	bottom: 0;
				right: 0;*/
				background-color: transparent;
				background-repeat: no-repeat;
				background-image: url(/images/rsplus/promobox-buttons.png);
				margin: 0;
				padding: 0;
				height: 22px;
				width: 81px;
				border: 0 none #FFF;
				font-weight: normal;
				color: #FFF;
				font-size: 0;
				cursor: pointer;
				text-indent:-3000px;
				display:block;
			}

			.pb-button.signup {
				background-position: 0 -60px;
			}
			.pb-button.signin {
				background-position: 0 -120px;
			}
			.pb-button.subscribe {
				background-position: 0 0;
			}
			.pb-button.signup:hover {
				background-position: 0 -90px;
			}
			.pb-button.signin:hover {
				background-position: 0 -150px;
			}
			.pb-button.subscribe:hover {
				background-position: 0 -30px;
			}

			#rs-plus-home .home-content .home-form .promoBox a.btmLink {
				/*position: absolute;
				bottom: 5px;
				left: 15px;*/
				font-size: 11px;
				color: #B41317;
				text-decoration: none;
			}
			#rs-plus-home .home-content .home-form .promoBox a.btmLink:hover {
				text-decoration: underline;
			}

			#rs-plus-home .home-content .home-form .promoBox ul {
				list-style:none !important;
				margin: 0;
				padding: 0;
			}
			#rs-plus-home .home-content .home-form .promoBox li {
				font-family: Georgia, "Times New Roman", Times, serif;
				padding-top: 7px;
				padding-bottom: 7px;
				border-top-width: 1px;
				border-top-style: dotted;
				border-top-color: #999;list-style:none !important;
			}
			#rs-plus-home .home-content .home-form .promoBox li:first-child {
				border: 0 none #FFF;
			}

			#rs-plus-home .home-content .home-form .promoBox li h2 {
				font-size: 16px;
				font-weight: bold;
				margin: 0;
				color: #900;
				padding: 0 0 2px 0;
				background:none;
			}
			#rs-plus-home .home-content .home-form .promoBox li p {
				font-size: 13px;
				line-height: 18px;
				margin: 0;
				padding: 0;
				font-family: Georgia, "Times New Roman", Times, serif;
			}
			#rs-plus-home .home-content .home-form .promoBox li a {
				color: #111;
				text-decoration: none;
			}
			#rs-plus-home .home-content .home-form .promoBox li a:hover h2 {
				text-decoration: underline;
			}
			.links {
				width:739px;
				text-align:center;
				font-family: Tahoma;
			    font-weight: bold;
			    clear: both;
			    float: left;
				margin: 2px 18px auto auto;
			}
			.links a {
				color: #000;
				text-decoration:underline;
			}
			.links.home {
				width: 930px;
				margin: 0;
				padding: 0;
			}
			.links.search {
				position: absolute;
				bottom: -2em;
				right: -20px;
			}


/*-------------------------------------------- */
/** Archive Update Form styles */
/*-------------------------------------------- */

.archive-signin {
	background: url(/images/rsplus/sign-in-sprite.png);
	margin-top: -6px;
	padding: 0;
	height: 35px;
	width: 98px !important;
	border: 0 none #FFF;
	text-indent: -500%;
	overflow: hidden;
	cursor: pointer;
}

.archive-signin:hover {
	background-position: 0 0;
}

.subscriber-sign-in {
	width: 441px;
	margin: 0 auto;
}

input.signin-input,
.login-form button {
	float: left;
	margin-left: 10px;
	padding: 4px;
	width: 140px;
	color: #424242;
}

.placeholder { color: #424242; }
.placeholderFocus { color: #424242; }

/*forms*/
	#rs-plus-wrapper {
	border-left:solid 1px #848484; border-right:solid 1px #848484;
	padding:15px 0 17px 16px;
	width:962px;
	margin-bottom: -15px;
}
	.stand-alone #rs-plus-wrapper {
		border:none !important;
		margin:0 auto;
	}
	.rs-plus-outer {
		border:solid 1px #797979;
		padding:3px 0 3px 3px;
		width:942px;
	}
		.rs-plus-outer .rs-plus-top {
			padding:131px 0 0 0;
			width:939px;
			background:url(/images/rsplus/frame-rsplus-top.png) top center no-repeat;
			position:relative;
		}
			.rs-plus-top a.plus-header-link {
				position:absolute;
				width:439px; height:105px;
				display:block;
				top:24px; left:254px;
			}
		.rs-plus-outer .rs-plus-bottom {
			padding:0 0 9px 0;
			width:939px;
			background:url(/images/rsplus/frame-rsplus-bottom.png) bottom center no-repeat;
		}
		.rs-plus-outer .rs-plus-content {
			padding:20px 0 56px 102px;
			width:837px;
			background:url(/images/rsplus/frame-rsplus-content.png) top center repeat-y;
		}
		.rs-plus-content p.lead {
			width:740px;
			text-align:center;
			font:normal 20px Georgia, Times, Arial;
		}
			.rs-plus-content.subscribe p.lead {
				margin:0;
				width:740px;
				text-align:center;
				font:normal 34px Georgia, Times, Arial;
			}
			.rs-plus-content.subscribe p.secondary {
				width:740px;
				text-align:center;
				font:normal 22px Georgia, Times, Arial;
				color:#111;
			}
				.rs-plus-content.subscribe p.secondary em {
					font-style:normal;
					color:#c00004;
				}
				.rs-plus-content p.gateway {
					width:740px;
					text-align:center;
					font:normal 20px Georgia, Times, Arial;
					color:#6d6d6d;
				}
					
		.rs-plus-content .form-section {
			padding:6px 0 0 16px;
		}
			.rs-plus-content .form-section.verify {
				margin:0 0 11px 0;
				width:724px; height:180px;
				background:url(/images/rsplus/bg-activate-verify.png) 0 0 no-repeat;
			}
			.rs-plus-content .form-section.personal-info {
				width:724px; height:282px;
				position: relative;
				background:url(/images/rsplus/bg-activate-personal_info-2.png) 0 0 no-repeat;
			}
			.rs-plus-content .form-section.subscription {
				margin:0 0 11px 0;
				width:724px; height:600px;
				background:url(/images/rsplus/bg-activate-subscribe-2.png) 0 0 no-repeat;
				position:relative;
			}
			.rs-plus-content .form-section .section-header {
				width:682px;
				height:34px;
			}
				.rs-plus-content .form-section.subscription .section-header {
					width:307px;
					height:35px;
				}
					.rs-plus-content .form-section.subscription .section-header .step {
						width:307px;
					}
				.rs-plus-content .form-section .section-header .step {
					width:450px;
					float:left;
					font:normal 20px Georgia, Times, Arial;
					color:#7c7b7b; 
						line-height:0px;
				}
					.rs-plus-content .form-section .section-header .step strong {
						font:bold 26px arial;
						color:#2f2f2f;
					
					}
				.rs-plus-content .form-section .section-header .switch {
					padding:9px 0 0 0;
					width:200px;
					float:right;
				}
					.rs-plus-content .form-section .section-header .switch a {
						color:#e0170e;
					}
						.rs-plus-content .form-section .section-header .switch a:hover {
							color:#7c7b7b;
						}
			.rs-plus-content .form-section .form-section-body {
				position:relative;
			}	
				.rs-plus-content .form-section .form-section-body.account-number {
					padding:12px 0 0 24px;
				}
					.rs-plus-content .form-section .form-section-body.account-number .fields {
						padding:0 34px 0 0;
						width:360px;
						float:left;
					}
					.rs-plus-content .form-section .form-section-body.account-number ul.error_list {
						left: 107px;
    					width: 165px;
					}
						.rs-plus-content .form-section .form-section-body input {
							padding:0 0 0 4px;
							border:none;
							font:normal 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
							color:#333;
							float:left;
						}
						.rs-plus-content .form-section .form-section-body .field{
							height:37px;
							position:relative;
						}
						.rs-plus-content .form-section .form-section-body label {
							width:97px;
							text-align:right;
							padding:0 10px 0 0;
							float:left;
							font-family: "Lucida Grande", sans-serif;
							font-size:11px;
						}
						.rs-plus-content .form-section .form-section-body input.w135 {
							width:131px; height:22px;
							background:url(/images/rsplus/rsplus-input-w135.png) 0 0 no-repeat;
						}
						.rs-plus-content .form-section .form-section-body input.w232 {
							width:228px; height:22px;
							background:url(/images/rsplus/rsplus-input-w232.png) 0 0 no-repeat;
						}
						.rs-plus-content .form-section .form-section-body input.w92 {
							width:88px; height:22px;
							background:url(/images/rsplus/rsplus-input-w92.png) 0 0 no-repeat;
						}
					.rs-plus-content .form-section .form-section-body.account-number .instructions {
						padding:11px 0 0 0;
						float:left;
					}	
						.rs-plus-content .form-section .form-section-body.account-number .instructions .guide {
							padding:0 0 0 102px;
							font:normal 9px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
							color:#db0b00;
						}
				.rs-plus-content .form-section .form-section-body.address {
					padding:11px 0 0 24px;
				}
					.rs-plus-content .form-section .form-section-body.address .fields {
						padding:0;
						width:691px;
					}
					.rs-plus-content .form-section .left {
						width:352px;
						float:left;
					}
					.rs-plus-content .form-section .right {
						float:left;
					}
						.rs-plus-content .form-section  .state {
							width:177px;
							float:left;
						}
							.rs-plus-content .form-section .state label {
								width:95px;
							}
							.rs-plus-content .form-section .state select {
								width:72px;
							}
							/*canada hidden by default */
							.canada {display: none;}
						.rs-plus-content .form-section .zip {
							width:160px;
							float:left;
						}
							.rs-plus-content .form-section .zip label {
								width:58px;
								text-align:right;
							}
							.rs-plus-content .form-section .zip input {
								float:right;
							}
						.rs-plus-content .form-section .country {
					
						}
							.rs-plus-content .form-section .country label{
								
							}
							.rs-plus-content .form-section .country select {
								width:135px;
							}
							.rs-plus-content .form-section.personal-info {
								
							}
								.rs-plus-content .form-section.personal-info .form-section-body {
									
								}
									.rs-plus-content .form-section.personal-info .form-section-body .birth-gender {
										padding:16px 0 0 10px;
									}
										.rs-plus-content .form-section.personal-info .form-section-body .birth-gender label {
											float:none;
										}
										.rs-plus-content .form-section.personal-info .form-section-body .birth-gender label a {
											font-size:9px;
											color:#e30700;
										}
										.rs-plus-content .form-section.personal-info .form-section-body .birth-gender select {
											margin:0 14px 0 0;
											width:67px;
										}
										.rs-plus-content .form-section.personal-info .form-section-body .birth-gender .birthday {
											width:421px;
											float:left;
										}
										.rs-plus-content .form-section.personal-info .form-section-body .birth-gender .gender {
											width:220px;
											float:left;
										}
											.rs-plus-content .form-section.personal-info .form-section-body .birth-gender .gender input {
												float:none;
											}
						.rs-plus-content .form-section.personal-info .form-section-body .user-info {
							padding:9px 0 0 0;
							height:115px;
						}
							.rs-plus-content .form-section.personal-info .form-section-body .user-info label {
								width:100px;
							}
								.rs-plus-content .form-section .hint {
									display:block;
									font-size:11px;
									color:#7e7e7d;
									line-height:6px;
									width:100px;
								}
								.rs-plus-content .form-section.personal-info .form-section-body .user-info .right {
									padding:0;
								}
								.rs-plus-content .form-section.personal-info .form-section-body .newsletters {
									padding:14px 0 0 0;
								}
									.rs-plus-content .form-section.personal-info .form-section-body .newsletters h6 {
										width:255px;
										font:bold 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
										color:#191919;
										float:left;
									}
									.rs-plus-content .form-section.personal-info .form-section-body .newsletters .daily, .rs-plus-content .form-section.personal-info .form-section-body .newsletters .special {
										width:100%;
										float:left;
										margin:3px 0 0 0;
									}
										.rs-plus-content .form-section.personal-info .form-section-body .newsletters label {
											padding:0 0 0 8px;
											float:none;
											font: normal 12px Georgia, Helvetica, sans-serif;
										}
										.rs-plus-content .form-section.personal-info .form-section-body .newsletters input {
											float:none;
										}
.rs-plus-content input.btn-activate {
	position:absolute;
	width:225px; height:40px;
	top:195px; right:26px;
	display:block;
	border:none;
	cursor:pointer;
	background:url(/images/rsplus/rsplus-btn-activate.png) 0 0 no-repeat;
	text-indent:-3000px;
	overflow: hidden;
	font-size: 0;
	display:block;
	line-height: 0;
}
			.rs-plus-content .subscription-left {
				width:353px;
				float:left;
			}
				.rs-plus-content .subscription-left .name {
					padding:10px 0 0 0;
					height:77px;
				}
					.rs-plus-content .subscription-left label {
						width:77px;
					}
					.rs-plus-content .subscription-left .address {
						padding:0;
						height:178px;
					}
					.rs-plus-content .subscription-left .email {
							padding:3px 0 0 0;
							height:94px;
					}
					.subscription-left .privacy,
					.right .privacy {
						line-height: 1.5em;
						margin: 0 15px 1px 0;
						font-size: .8em;
						font-family:sans-serif;
						clear:both;
						text-decoration: underline;	
						text-align:right;	
					}
					.right .privacy { margin-right: 0; } 
					#activation-form .right p { margin-left: 30px; }
					.rs-plus-content .form-section .form-section-body .right .field { height: 22px; }
					#activation-form .right .field { margin-bottom: 15px; }
					#activation-form .right #email_fields { margin-bottom: 2px;}
					.rs-plus-content .subscription-left .user-pass {
							padding:5px 0 0 0;
							height:65px;
					}
						.rs-plus-content .subscription-left .user-pass label.username {
							line-height:10px;
						}
						.rs-plus-content .subscription-right {
							padding:0 0 0 26px;
							width:343px;
							float:left;
						}
						.rs-plus-content .subscription-right .credit-card {
							padding:14px 0 0 0;
							height:113px;
						}
						.rs-plus-content .subscription-right .credit-card input {
							float:none;
							display:inline-block;
							margin:0;
							vertical-align: middle;
							
						}
						.rs-plus-content .subscription-right .credit-card label{
							width:83px;
						}
						.rs-plus-content .subscription-right .credit-card label.clean {
							padding:0 3px 0 0;
							float:none;
							width:auto;
						}
						.rs-plus-content .subscription-right .copy{
							padding:18px 0 0 0;
							height:171px;
						}
						.rs-plus-content .copy p {
								width:318px;
								color:#191919;
								margin-bottom: 10px;
						}
						.rs-plus-content .subscription-right .copy p {
							font:normal 11px "Lucida Grande","Lucida Sans Unicode", sans-serif;
						}
						.rs-plus-content #publishing_info {
							text-align: center;
							width: 740px;
						}
						.rs-plus-content #publishing_info p {
							width:auto;
							font:normal .9em lucida, sans-serif;;
							color:#191919;
							margin-bottom:0;
						}
							
					.rs-plus-content .subscription-right .newsletters {
						padding:15px 0 0 0;
					}
						.rs-plus-content .subscription-right .newsletters h6 {
								font:bold 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
								color:#191919;
						}
						.rs-plus-content .subscription-right .newsletters .daily {
							margin:8px 0 0 0;
						}
						.newsletters .daily p {
							width: 300px;
							margin-left: 18px;
						}
						.newsletters .daily input { margin-top: 2px; }
						.rs-plus-content .subscription-right .newsletters label {
							padding:0 0 0 8px;
						}
						.rs-plus-content input.btn-subscribe {
							position:absolute;
							width:240px; height:40px;
							top:553px; right:26px;
							display:block;
							border:none;
							cursor:pointer;
							background:url(/images/rsplus/rsplus-btn-subscribe.png) 0 0 no-repeat;
							text-indent:-3000px;
							overflow: hidden;
							font-size: 0;
							display:block;
							line-height: 0;
							
						}
			.rs-plus-content p.thanks {
				width:740px;
				text-align:center;
				font:normal 30px Georgia, Times, Arial;
				color:#000;
			}
				.rs-plus-content p.thanks.sub {
				 margin:0;	
				}
				.rs-plus-content p.subscription-info {
					width:740px;
					text-align:center;
					font:normal 20px Georgia, Times, Arial;
					color:#000;
				}
			.rs-plus-content .thank-you {
				padding:44px 0 0 35px;
				width:704px; height:260px;
				background:url(/images/rsplus/bg-activate-thank_you.png) 0 0 no-repeat;
				position:relative;
			}			
				.rs-plus-content .thank-you .cover-image {
					padding:3px 0 0 0;
					border:solid 1px #4f4f4f;
					width:123px; height:162px;
					background:#fff;
					float:left;
				}
					.rs-plus-content .thank-you .cover-image img {
						width:118px;
						display:block;
						margin:0 auto;
					}
				.rs-plus-content .thank-you .thank-you-content {
					padding:3px 0 0 20px;
					width:535px;
					float:left;	
				}
					.rs-plus-content .thank-you .thank-you-content .title {
						margin:6px 0 0 0; padding:10px 0 0 0;
						background:url(/images/rsplus/bg_thanks-title.png) 0 0 repeat-x;
						width:535px;
					}
						.rs-plus-content .thank-you .thank-you-content .title h5 {
							font:normal 22px Georgia, Times, Arial;
							color:#000;
						}
						.rs-plus-content .thank-you .thank-you-content .title h6 {
								font:normal 15px Georgia, Times, Arial;
								color:#555555;
							}
						.rs-plus-content a.btn-continue_to_content {
							width:225px; height:40px;
							background:url(/images/rsplus/btn-continue_to_content.png) 0 0 no-repeat;
							position:absolute;
							display:block;
							top:255px; right:25px;
						}
						
		.rs-plus-content .subcriber {
			padding:28px 0 0 78px;
			width:661px; height:276px;
			background:url(/images/rsplus/bg-activate-gateway.png) 0 0 no-repeat;
			position:relative;
		}	
		.rs-plus-content .subcriber p {
			margin:0 0 15px 0;
			font:italic 28px Georgia, Times, Arial;
			color:#000;
		}
		.rs-plus-content .subcriber .option {
			width:620px;
			padding:0 0 20px 0;
		}
		.rs-plus-content .subcriber .button {
			padding:6px 0 0 0;
			width:25px;
			float:left;
		}
		.rs-plus-content .subcriber .description {
				width:582px;
				float:left;
		}	
			.rs-plus-content .subcriber .description label {
				width:582px;
				float:none;
				font:normal 12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
				color:#000;
			}
				.rs-plus-content .subcriber .description label .title {
					font-weight:bold;
					font-size:15px;
				}
				.rs-plus-content .subcriber .description label .red {
					color:#d0150b;
					font-style:normal;
				}
				.rs-plus-content .subcriber .btn-continue {
					position:absolute;
					width:135px; height:40px;
					top:255px; right:26px;
					display:block;
					border:none;
					cursor:pointer;
					background:url(/images/rsplus/btn-continue.png) 0 0 no-repeat;
					text-indent:-3000px;
					overflow: hidden;
					font-size: 0;
					display:block;
					line-height: 0;
				}
				.rs-plus-content .edit-profile {
					padding:0 0 0 13px;
					width:726px; height:465px;
					background:url(/images/rsplus/bg-activate-edit_profile.png) 0 0 no-repeat;
					position:relative;
				}
					.rs-plus-content .edit-profile .section-header {
						padding:11px 0 0 0;
						height:30px;
					
					}	
					.rs-plus-content .edit-profile .form-section-body {
						padding:0 0 0 29px;
					}	
						.rs-plus-content .edit-profile .section-header .step {
							line-height:20px;
						}
						.rs-plus-content .edit-profile .username {
							padding:9px 0 0 0;
							height:64px;
						}
							.rs-plus-content .edit-profile .username .field{
								margin:0;
							}
						.rs-plus-content .edit-profile .password {
							padding:14px 0 0 0;
							height:66px;
						}
						.rs-plus-content .edit-profile .first-last {
							padding:7px 0 0 0;
							height:70px;
						}
						.rs-plus-content .edit-profile .zipcode {
							padding:11px 0 0 0;
							height:31px;
							position:relative;
						}
						.rs-plus-content .edit-profile .newsletters {
							padding:15px 0 0 0;
						}
							.rs-plus-content .edit-profile .newsletters h6 {
									font:bold 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
									color:#191919;
							}
							.rs-plus-content .edit-profile .newsletters label {
								padding:0 0 0 8px;
								float:none;
							}
								.rs-plus-content .edit-profile .newsletters input {
									padding:0 0 0 8px;
									float:none;
								}
								.rs-plus-content .edit-profile .newsletters div {
									margin:0 0 0 105px;
								}
								.rs-plus-content .edit-profile a.btn-cancel{
									width:90px; height:30px;
									display:block;
									background:url(/images/rsplus/btn-cancel.png) 0 0;
									position:absolute;
									top:420px; right:180px;
								}
								.rs-plus-content .edit-profile input.btn-save_changes{
									position:absolute;
									width:150px; height:40px;
									top:415px; right:18px;
									display:block;
									border:none;
									cursor:pointer;
									background:url(/images/rsplus/btn-save_changes.png) 0 0 no-repeat;
									text-indent:-3000px;
									overflow: hidden;
									font-size: 0;
									display:block;
									line-height: 0;
								}
								.rs-plus-content .forgot-pass {
									padding:0 0 0 13px;
									width:726px; height:194px;
									background:url(/images/rsplus/bg-activate-forgot_pass.png) 0 0 no-repeat;
									position:relative;
								}
									.rs-plus-content .forgot-pass .section-header {
										padding:11px 0 0 0;
										height:30px;
									}
									.rs-plus-content .forgot-pass .section-header .step {
										line-height:20px;
									}
									.rs-plus-content .forgot-pass p {
										padding:10px 0 0 0;
										color:#000;
									}
									.rs-plus-content .forgot-pass label {
										width:54px !important;
									}
									.rs-plus-content .forgot-pass a.btn-cancel{
										width:90px; height:30px;
										display:block;
										background:url(/images/rsplus/btn-cancel.png) 0 0;
										position:absolute;
										top:109px; right:180px;
									}
									.rs-plus-content .forgot-pass input.btn-save_changes{
										position:absolute;
										width:150px; height:40px;
										top:104px; right:18px;
										display:block;
										border:none;
										cursor:pointer;
										background:url(/images/rsplus/btn-submit.png) 0 0 no-repeat;
										text-indent:-3000px;
										overflow: hidden;
										font-size: 0;
										display:block;
										line-height: 0;
									}
									.rs-plus-content .sign-in {
										padding:0 0 0 13px;
										width:726px; height:214px;
										background:url(/images/rsplus/bg-activate-sign_in.png) 0 0 no-repeat;
										position:relative;
									}
										.rs-plus-content .sign-in .section-header {
											padding:11px 0 0 0;
											height:30px;
										}
										.rs-plus-content .sign-in .section-header .step {
											
											line-height:20px;
											width:381px;
										}
											.rs-plus-content .sign-in .section-header .help {
												padding:2px 0 0 0;
												width:301px;
												float:left;
												font-size:11px;
											}
												.rs-plus-content .sign-in .section-header .help a {
													color:#e0170e;
												}
										.rs-plus-content .sign-in p {
											padding:10px 0 0 0;
											color:#000;
										}
										.rs-plus-content .sign-in label {
											width:54px !important;
										}
										.rs-plus-content .sign-in .username {
											padding:26px 0 0 155px;
										}
										.rs-plus-content .sign-in a.btn-cancel{
											width:90px; height:30px;
											display:block;
											background:url(/images/rsplus/btn-cancel.png) 0 0;
											position:absolute;
											top:129px; right:134px;
										}
										.rs-plus-content .sign-in input.btn-sign_in{
											position:absolute;
											width:103px; height:40px;
											top:124px; right:18px;
											display:block;
											border:none;
											cursor:pointer;
											background:url(/images/rsplus/btn-sign_in.png) 0 0 no-repeat;
											text-indent:-3000px;
											overflow: hidden;
											font-size: 0;
											display:block;
											line-height: 0;
										}
										
	/*custome error messages*/
	ul.error_list {
		height:9px;
		background-color:#DF372F;
		font-size:9px;
		border:1px solid #B51306;
		color:#FFF;
		line-height: 9px;
		padding: 2px 5px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
		width: 220px;
		white-space: nowrap;
		position: absolute;
		top: 20px;
		left: 110px;
		list-style:none !important;
		margin:0 !important;
	}
		ul.error_list li {
			list-style:none !important;
			margin:0 !important;
		}
		
	.subscription-left ul.error_list {
		top:20px; left:105px;
	}
	.subscription-right ul.error_list {
		top:20px; left:93px;
	}
		.subscription-right .card-type ul.error_list {
			top:24px;
		}
		.edit-profile ul.error_list {
			top:20px; left:105px;
		}
		.edit-profile .zipcode ul.error_list {
			top:32px;
		}
		
		p.error-message {
			height:9px;
			background-color:#DF372F;
			font-size:9px !important;
			border:1px solid #B51306;
			color:#FFF !important;
			line-height: 9px !important;
			padding: 2px 5px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			-khtml-border-radius: 2px;
			border-radius: 2px;
			width: 169px;
			white-space: nowrap;
			position: absolute;
			top: 91px;
			left: 15px;
			list-style:none !important;
			margin:0 !important;
		}
		.form-holder p.error-message {
			 left: 355px;
   			 top: 504px;
    		 width: 220px;
		}
		
		.top-error {
			height:9px;
			background-color:#DF372F;
			font-size:10px;
			border:1px solid #B51306;
			color:#FFF;
			line-height: 9px;
			padding: 2px 5px;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			-khtml-border-radius: 2px;
			border-radius: 2px;
			display:inline;
			width:auto;
			white-space: nowrap;
			list-style:none !important;
			margin:0 !important;
		}
/* ////////////////// */
/*SEARCH RESULTS STYLES*/
#rs-plus-home.search-results {
	padding: 155px 20px 50px 20px;
	height: auto;
	width: 940px;
	text-align: center;
	position: relative;
	background: url(/images/rsplus/large-logo-header.png) 50% 20px no-repeat;
}
.all-link .promo-content {
	width: 560px;
	padding: 30px 20px 0 20px;
	height: auto;
	margin: 20px auto;
}
.all-link .plus-callout p.archive-callout {
	font-weight: normal !important;
	font-style: normal !important;
	font-size: 18px;
	width: 600px;
}
.promo-content.promo-search {
	width: 400px;
	height: auto;
	margin: 0;
	padding: 40px 0 0 0;
	float: right;
	border-bottom: solid 1px #000;
	background: url(/images/rsplus/promo-content-top-border.png) 50% 0 no-repeat;
}
#rs-plus-home.search-results .promo-content input.signin-input {
	width: 122px;
}
#rs-plus-home.search-results h2.all-access {
	margin:0 auto 20px auto;
	width:630px;
	height:109px;
}
#rs-plus-home.search-results h2.all-access a {
		width:630px; height:109px;
		display:block;
}
#rs-plus-home.search-results .plus-callout p {
	width:835px;
	font: normal 14px Georgia;
	color:#424242;
}
#rs-plus-home.search-results .result-issue {
	padding: 8px;
	margin-right: 10px;
	width: 510px;
	float: left;
	background: url("/images/fe/combined_search-bg-results_holder.png") 0 0;
}
#rs-plus-home.search-results .result-issue .result-issue-content {
	padding: 5px;
	margin: 0;
	background: #fff;
}
#rs-plus-home.search-results .result-issue .result-issue-content .image-holder {
	width: 500px;
	float: left;
	padding: 7px 0;
}
#rs-plus-home.search-results .result-issue .result-issue-content .image-holder img {
	margin: 0 auto;
	display:block;
}
#rs-plus-home.search-results .result-issue .result-issue-content .issue-info {
	width: 500px;
	float: left;
	text-align: left;
	margin-left: 15px; 
}
#rs-plus-home.search-results .result-issue .result-issue-content .issue-info .title {
	font: normal 24px Georgia,Times;
}
#rs-plus-home.search-results .result-issue .result-issue-content .issue-info .date {
	color: #333333;
	font: bold 14px Georgia,Times;
	margin: 0 0 5px;
}
#rs-plus-home.search-results .result-issue .result-issue-content .issue-info .desc {
	color: #333333;
	font: 12px Georgia,Times;
}
#rs-plus-home.search-results .promoBox {
	margin:0 auto; padding:20px 0 0 20px;
	width:602px; height:147px;
	background:url(/images/fe/upsell-results-bg-promoBox.png) 0 0 no-repeat;
}
#rs-plus-home.search-results .promoBox h2 {
	font:bold 12px Tahoma;
}
#rs-plus-home.search-results .promoBox .actionBox {
	font:normal 11px Tahoma;
	color:#000;
	text-align:left;
}

/*THANK YOU STYLES*/
.thank-you.combined-search {
	padding:26px 0 0 52px;
	width:687px; height:278px;
	background:url(/images/fe/bg-activate-thank_you-results.png) 0 0 no-repeat;
}
.thank-you.combined-search p {
	font:bold italic 18px Georgia;
	color:#000;
}

.thank-you.combined-search a.btn-continue_to_content {
	top:186px;
}
.thank-you.combined-search .result-issue {
	margin:0 auto 7px auto;
	width:680px;
}
.thank-you.combined-search .result-issue .result-issue-content {
	width:680px;
}
.thank-you.combined-search  .result-issue .result-issue-content .image-holder {
	width:160px;
	float:left;
}
.thank-you.combined-search  .result-issue .result-issue-content .image-holder img {
	border:solid 1px #696969;
	margin:0 auto;
	display:block;
}
.thank-you.combined-search  .result-issue .result-issue-content .issue-info {
	padding:0 0 0 5px;
	width:485px;
	float:left;
	text-align:left;
}
.thank-you.combined-search .result-issue .result-issue-content .issue-info .title {
	font: bold 14px Georgia,Times;
}
.thank-you.combined-search  .result-issue .result-issue-content .issue-info .date {
	color: #333333;
	font: bold 10px Georgia,Times;
	margin: 0 0 5px;
}
.thank-you.combined-search  .result-issue .result-issue-content .issue-info .desc {
	color: #333333;
	font: 12px Georgia,Times;
}
.all-link {
	text-align:center;
	padding:0 0 20px 0;
}
.all-link p.result {
	margin:0 0 5px 0;
	font:bold italic 24px Georgia;
	color:#424242;
}
.all-link p.result .query {
 color:#be1900;	
}
.all-link .plus-callout p{
	font:bold italic 16px Georgia !important;
	color:#000000 !important;
	width:576px !important;
	margin:0 auto !important;
}
.all-link-thanks {
	padding:20px 0 0 0;
	width:632px;
	text-align:center;
	font:bold italic 16px Georgia !important;
	color:#000000 !important;
}
.all-link-thanks p.result {
	margin:0 0 5px 0;
	font:bold italic 24px Georgia;
	color:#424242;
}
.all-link-thanks p.result .query {
 color:#be1900;	
}

/*-------------------------------------------- */
/** Library of Re-usable Classes - GLobal */
/*-------------------------------------------- */

/* IE and old browser fallback: border only */
.drop-shadow {
	border: solid 1px #333333;
	-webkit-box-shadow: 4px 4px 5px 0 #a3a3a3;
	box-shadow: 4px 4px 5px 0 #a3a3a3;
}

.large {
	font: normal 17px Georgia, Times, Arial !important;
	line-height: 22px !important;
	text-align: center;
}

.clearfix:before, .clearfix:after { content: ""; display: block; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
