.sillylargetitles, .subHeaderBand-Inner .title {
	font-family: "Trebuchet MS",Arial;
	color: #333;
	font-size: 28pt;
	margin-bottom:12px;
	font-weight: bold;
	letter-spacing: -0.07em;
}
.superbigtitles {
	color: #333;
	font-size: 22pt;
	margin-bottom:12px;
}
.bigtitles {
	color: #333;
	font-size: 24px;
	margin-bottom:12px;
}
.mediumtitles {
	color: #333;
	font-size: 18px;
	margin-bottom:8px;
}
.smalltitles {
	color: #333;
	font-size: 12pt;
	margin-bottom:4px;
}
.verysmalltitles {
	color: #333;
	font-size: 10pt;
	margin-bottom:1px;
}

.lh95 { line-height: 95%; }
.lh90 { line-height: 90%; }

textarea { font-family: verdana; font-size: 8pt; font-weight: normal; }
input[type='text'] { border: 1px solid darkgray; font-weight: normal; font-size: 12pt; font-family: verdana; }

.small { font-size: 90%; }


.pointer {
	cursor: pointer;
	_cursor: hand;
}

/*------------------------------------------

		LAYOUT ELEMENTS

------------------------------------------*/

.tright { text-align: right; }
.tleft { text-align: left; }

.right { float: right; }
.left { float: left; }

.content-wrapper { width: 100%; }
.content-wrapper { clear: both; }

.main, .sidebar { text-align: left; }
.main { margin-bottom: 20px; }
.sidebar { margin-bottom: 14px; }

.content-inner { text-align:left; clear: both; width: 100%;}

.content-w11 .main { width: 48%; margin-right: 15px; }
.content-w11 .sidebar { width: 48%; }

.content-w23 .main { width: 57%; margin-right: 15px; }
.content-w23 .sidebar { width: 40%; }
.content-w32 .main { width: 40%; margin-right: 15px; }
.content-w32 .sidebar { width: 57%; }


.content-w21 .main { width: 65%; margin-right: 15px; }
.content-w21 .sidebar { width: 30%; }
.content-w12 .main { width: 30%; margin-right: 15px; float: left;}
.content-w12 .sidebar { width: 65%;  float: right;}

.content-w31 .main { width: 73%; margin-right: 15px; }
.content-w31 .sidebar { width: 23%; }
.content-w13 .main { width: 23%; margin-right: 15px; }
.content-w13 .sidebar { width: 73%; }

.content-w41 .main { width: 78%; margin-right: 15px; }
.content-w41 .sidebar { width: 18%; }
.content-w14 .main { width: 18%; margin-right: 15px; }
.content-w14 .sidebar { width: 78%; }

.content-w131 .main { width: 60%; margin-right: 10px; }
.content-w131 .sidebar { width: 19%; }

.content-w121 .main { width: 50%; margin-right: 10px; }
.content-w121 .sidebar { width: 24%; }

.content-w221 .main { width: 38%; margin-right: 10px; }
.content-w221 .sidebar { width: 20%; }

.content-w332 .main { width: 36%; margin-right: 10px; }
.content-w332 .sidebar { width: 24%; }

.content-w35 .main { width: 35%; padding-left: 15px; }
.content-w35 .sidebar { width: 60%; }

.content-w911 .main { width: 45%; }
.content-w911 .sidebar { width: 53%; }

.ptb20 { padding-top: 20px; padding-bottom: 20px; }
.ptb30 { padding-top: 30px; padding-bottom: 30px; }

.mtb10 { margin-top: 10px; margin-bottom: 10px; }
.mtb15 { margin-top: 15px; margin-bottom: 15px; }
.mtb20 { margin-top: 20px; margin-bottom: 20px; }
.mtb30 { margin-top: 30px; margin-bottom: 30px; }

.mrl10 { margin-right: 10px; margin-left: 10px; }
.mrl20 { margin-right: 20px; margin-left: 20px; }
.mrl30 { margin-right: 30px; margin-left: 30px; }

.padrl-30 { padding-right:   30px;  padding-left:   30px; }
.padrl-20 { padding-right:   20px;  padding-left:   20px; }
.padrl-15 { padding-right:   15px;  padding-left:   15px; }
.padrl-10 { padding-right:   10px;  padding-left:   10px; }

.padtb-30 { padding-top:   30px;  padding-bottom:   30px; }
.padtb-20 { padding-top:   20px;  padding-bottom:   20px; }
.padtb-15 { padding-top:   15px;  padding-bottom:   15px; }
.padtb-10 { padding-top:   10px;  padding-bottom:   10px; }

.mb5 { margin-bottom: 3px; }


.gray { color: #888; }
.darkred, .darkerred { color: #cc0000; }
.brightblue { color: #0fbbff; }

form#affsignupform label {
	color: #cc0000;
}

.b { font-weight: bold; }
.unb { font-weight: normal; }
.i { font-style: italic; }

/* Headers */
h1, h2, h3 {
	font: bold 1em/1.1em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-Serif;
	color: #000;
	font-style: bold;
}



body { color: #111; background: #666;}
/*
body {  color: #111; background: #666 url(myimages/rap-extras-nks-logos.gif); }
*/

body, table, p { letter-spacing: 0pt; line-height: 105%; }

#logo-image ul {
	float: left;
	width: 200px;
	
}
.hottext {
	color: #ff9900;
}
.white { color: #fff; }

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #0fbbff;		
}
a:visited {
	text-decoration: none;
	color: #0fbbff;		
}
a:hover {
	color: #000;
	border-bottom: 1px dotted #000;
}



a:hover
{
	color: #ff9900;
}

a, a:visited, a:link, a:active
{
	color: #155A3B;
}

/* mod to ul.sidemenu */
ul, ol {
	margin: 10px 0px;
	padding: 5px 10px;
}

#main ul.features li, #main ul.uses li {
	list-style: none;
	margin: 10px 5px;
	padding: 5px 10px;
}
#main ul.features li {
	display: block;
	text-align: left;
	text-decoration: none;

	padding-left: 39px;
	padding-top: 5px;
	padding-bottom: 10px;
	background: transparent url(myimages/flag-24x24.png) no-repeat 5px 5px;

	/* to make sure we at least get 28px; */
	height:			auto !important;
	height:			28px;
	min-height:		28px;



	padding-left: 70px;
	padding-top: 5px;
	padding-bottom: 10px;
	background: transparent url(myimages/p-logo-small.png) no-repeat 5px 5px;

	/* to make sure we at least get 28px; */
	height:			auto !important;
	height:			55px;
	min-height:		55px;



	/* for WordPress addon bullets */

	padding-left: 70px;
	padding-top: 5px;
	padding-bottom: 10px;
	background: transparent url(myimages/grey-wp-50x50.png) no-repeat 5px 5px;

	/* to make sure we at least get 28px; */
	height:			auto !important;
	height:			55px;
	min-height:		55px;

	font-size: 12pt;
}


#main ul.features li.even {
    background-color: #fff;
}
#main ul.features li.odd {
    background-color: #ECF8FE;
    background-color: #E7FFD0;
}



#sidebar ul.retrostar li, #main ul.uses li {
	display: block;
	text-align: left;
	text-decoration: none;

	padding-left: 39px;
	padding-top: 5px;
	padding-bottom: 10px;
	background: transparent url(myimages/cq/24x24/promotion.png) no-repeat 5px 5px;

	/* to make sure we at least get 28px; */
	height:			auto !important;
	height:			14px;
	min-height:		14px;

	font-size: 12pt;
}



.colorbox_red {
	border-top: 1px red solid;
	border-bottom: 1px red solid;
	background-color: #FFD0D0;
	padding: 5px 20px 5px 20px;
	margin: 3px 0px 5px 0px;
}
.colorbox_red_nopad {
	border-top: 1px red solid;
	border-bottom: 1px red solid;
	background-color: #FFD0D0;
	padding: 5px 0px 5px 0px;
	margin: 3px 0px 5px 0px;
}
.colorbox_green {
	border-top: 1px green solid;
	border-bottom: 1px green solid;
	background-color: #D9FD8E;
	padding: 5px 0px 5px 0px;
	margin: 3px 0px 5px 0px;
}
.colorbox_orange {
	border-top: 1px orange solid;
	border-bottom: 1px orange solid;
	background-color: #ffeebb;
	padding: 5px 0px 5px 0px;
	margin: 3px 0px 5px 0px;
}
.colorbox_blue {
	padding-top:10px; 
	padding-bottom:20px; 
	border-top: 1px solid #0fbbff;
	border-bottom: 1px solid #0fbbff;
	background: #EFFEFE;
}

.padrl-30 { padding-right:   30px;  padding-left:   30px; }
.padrl-20 { padding-right:   20px;  padding-left:   20px; }
.padrl-15 { padding-right:   15px;  padding-left:   15px; }
.padrl-10 { padding-right:   10px;  padding-left:   10px; }

.padtb-30 { padding-top:   30px;  padding-bottom:   30px; }
.padtb-20 { padding-top:   20px;  padding-bottom:   20px; }
.padtb-15 { padding-top:   15px;  padding-bottom:   15px; }
.padtb-10 { padding-top:   10px;  padding-bottom:   10px; }


div.sponsor {
	padding-bottom:15px;
	background: url(dots.gif) repeat-x left bottom;
}
div.sponsor span.name {
	font-family: "Trebuchet MS",Arial;
	color: #333;
	font-size: 18pt;
	margin-bottom:8px;
	padding-bottom:8px;
	font-weight: bold;
	letter-spacing: -0.07em;
}

.sponsor .image-cont {
	border: 1px solid #FEAC00;
	background: #ff9900;
	padding: 4px;
	margin-right: 8px;
	margin-left: 5px;
	float: left;
}
.nks-logo-tilt {
	background: #ddd url(myimages/rap-extras-nks-logos.gif) no-repeat -270px -65px;
	height: 75px;
	width: 75px;
	float:left;
}
.re-logo-tilt {
	background: #ddd url(myimages/rap-extras-nks-logos.gif) no-repeat -20px -65px;
	height: 75px;
	width: 75px;
	float:left;
}

.nks-logo {
	background: #ddd url(myimages/rap-extras-nks-logos.gif) no-repeat -250px 5px;
	height: 50px;
	width: 260px;
	float:left;
	padding: 5px 5px;
}
.re-logo {
	background: #ddd url(myimages/rap-extras-nks-logos.gif) no-repeat 5px 5px;
	height: 50px;
	width: 260px;
	float:left;
	padding: 5px 5px;
}

.helpdesk {
	background: transparent url(http://scrnch.me/images/cq/48x48/support.png) no-repeat 5px 5px;
	height: 50px;
	width: 50px;
	float:left;
	padding: 5px 5px;
}

.earnmoola {
	background: transparent url(http://scrnch.me/images/cq/48x48/dollar_currency_sign.png) no-repeat 5px 5px;
	height: 50px;
	width: 50px;
	float:left;
	padding: 5px 5px;
}

#main p {
	text-align: justify;
}

/*------------------------------------------

		NAVIGATION ELEMENTS

------------------------------------------*/

/*
#subHeader div.features {
*/
#subHeader {
	/* if using color use this one */
	/* if NOT using bg color use this one...*/
/*
	background: transparent;
	background: transparent url(http://scrnch.me/members/skins/darkblueH_blackF/images/middle.png) repeat-y center top;
*/
}

div.subHeaderBand { 
	padding: 10px 0px;
}

div.subHeaderBand-Inner {
	width: 100%; 
	margin: 0 auto; 
	clear: both;
}

.p0 { padding: 0px; }
.m0 { margin: 0px; }

div.feature div.image{
	margin: 0 30px;
	background: transparent url(http://scrnch.me/vip/overrideImages/png/64x64/18_64x64.png) no-repeat right top;
	width: 64px;
	height: 64px;
	float: left;
}

div.downloadpage div.image{
	margin: 0 30px;
	background: transparent url(http://scrnch.me/vip/overrideImages/png/64x64/24_64x64.png) no-repeat right top;
	width: 64px;
	height: 64px;
	float: left;
}

div.warning {
	margin: 0 15px;
	background: transparent url(http://scrnch.me/images/warning_48.png) no-repeat right top;
	width: 48px;
	height: 48px;
	float: left;
}

div.support div.image{
	margin: 0 30px;
	background: transparent url(http://scrnch.me/images/cq/64x64/support.png) no-repeat right top;
	width: 64px;
	height: 64px;
	float: left;
}

div.privacy div.image, div.terms div.image, div.disclaimer div.image {
	margin: 0 30px;
	background: transparent url(http://scrnch.me/vip/overrideImages/png/64x64/21_64x64.png) no-repeat right top;
	width: 64px;
	height: 64px;
	float: left;
}

div.compare div.image{
	margin: 0 30px;
	background: transparent url(http://scrnch.me/vip/overrideImages/png/64x64/36_64x64.png) no-repeat right top;
	width: 64px;
	height: 64px;
	float: left;
}

div.about div.image{
	margin: 0 30px;
	background: transparent url(http://scrnch.me/vip/overrideImages/png/64x64/09_64x64.png) no-repeat right top;
	width: 64px;
	height: 64px;
	float: left;
}

div.comingsoon div.image{
	margin: 0 30px;
	background: transparent url(http://scrnch.me/vip/overrideImages/green-clock-64x64.png) no-repeat right top;
	width: 64px;
	height: 64px;
	float: left;
}

div.pricing div.image{
	margin: 0 30px;
	background: transparent url(http://scrnch.me/vip/overrideImages/png/64x64/16_64x64.png) no-repeat right top;
	width: 64px;
	height: 64px;
	float: left;
}


div.twoheads div.image{
	margin: 0 30px;
	background: transparent url(http://quickbannerads.com/vip/overrideImages/donations.png) no-repeat right top;
	width: 48px;
	height: 48px;
	float: left;
}

div.change div.image{
	margin: 0 30px;
	background: transparent url(http://scrnch.me/images/cq/64x64/dollar_currency_sign.png) no-repeat right top;
	width: 64px;
	height: 64px;
	float: left;
}

div.twitter {
	padding-left: 120px;
	padding-top: 10px;
	padding-bottom: 20px;
	background: transparent url(http://quickbannerads.com/vip/overrideImages/twitter-button-64x64.png) no-repeat 40px 0px;
	margin: 5px auto;
}

div.insta-twitter:hover {
	background-color: #E7FFD0;
}

div.video div.image{
	margin: 0 30px;
	background: transparent url(http://scrnch.me/images/cq/64x64/film.png) no-repeat right top;
	width: 64px;
	height: 64px;
	float: left;
}



div.feedback div.image{
	margin: 0 30px;
	background: transparent url(http://scrnch.me/vip/overrideImages/speech_bubble_48.png) no-repeat right top;
	width: 64px;
	height: 64px;
	float: left;
}

div.affiliates div.image{
	margin: 0 30px;
	background: transparent url(http://scrnch.me/vip/overrideImages/png/64x64/23_64x64.png) no-repeat right top;
	width: 64px;
	height: 64px;
	float: left;
}


div.heading h2 {
	font: normal 3.5em Georgia, "Times New Roman", Times, serif;
	color: #444;
	border-bottom: 3px double #ebebeb;	
}

div#rap-template-body  h2, 
.span-privacy div > h2 , .span-disclaimer div > h2 , .span-terms div > h2 {
	margin-bottom: 5px;

	padding: 15px 5px 3px 0px; 
	font: bold 2em 'trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;	
	color: #444;
	letter-spacing: -2px;	
	text-transform: none;
	border-bottom: 1px solid #ebebeb;	

}

div#rap-template-body p {
	padding-left: 0px;
}

.span-privacy p , .span-disclaimer p , .span-terms p {
	font-family: Georgia, Arial;
	font-size: 12pt;
	text-align:left;
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 30px;
}

.span-privacy ul {}

.span-privacy li , .span-disclaimer li , .span-terms li {
	font-family: Georgia, Arial;
	font-size: 10pt;
	text-align:left;
	margin-top: 10px;
	padding-top: 0px;
	padding-left: 25px;
	font-style: italic
}


div.coupon {
	border: 4px dashed black;
	margin: 10px;
	padding: 5px;
}

.subHeaderBand div.title {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 28pt;
	line-height: 28pt;
	float: left;
}

.subHeaderBand p {
	width: 100%;
	float:left;
}

div.subHeaderBand-Inner div.image {
	margin-top:20px;
	margin-bottom:0px;
}

div#subHeader {
	display:none;
}

div.hrdotted {
	display:none;
}







/*------------------------------------------

		button div images

------------------------------------------*/



div.orderbutton {
	background: transparent url(http://quickbannerads.com/vip/overrideImages/newOrderButton.jpg) no-repeat left top;
	width: 493px;
	height: 148px;
}
div.orderbutton:hover {
	background: transparent url(http://quickbannerads.com/vip/overrideImages/newOrderButtonHover.jpg) no-repeat left top;
	width: 493px;
	height: 148px;
}

div.orderbuttonpaypal {
	background: transparent url(http://quickbannerads.com/vip/overrideImages/viewPricingMoney.jpg) no-repeat left top;
	width: 493px;
	height: 148px;
}
div.orderbuttonpaypal:hover {
	background: transparent url(http://quickbannerads.com/vip/overrideImages/viewPricingMoneyHover.jpg) no-repeat left top;
	width: 493px;
	height: 148px;
}
div.signupnow {
	background: transparent url(http://quickbannerads.com/vip/overrideImages/smallsignup.jpg) no-repeat left top;
	width: 378px;
	height: 160px;
}

div.signupnow {
	background: transparent url(http://quickbannerads.com/vip/overrideImages/signmeup.jpg) no-repeat left top;
	width: 493px;
	height: 147px;
}
div.signupnow:hover {
	background: transparent url(http://quickbannerads.com/vip/overrideImages/signmeuphover.jpg) no-repeat left top;
}


div.simplesubmit {
	background: transparent url(http://quickbannerads.com/vip/overrideImages/simplesubmit.jpg) no-repeat left top;
	width: 378px;
	height: 135px;
}
div.simplesubmit:hover {
	background: transparent url(http://quickbannerads.com/vip/overrideImages/simplesubmithover.jpg) no-repeat left top;
}

div.customizetools {
	background: transparent url(http://quickbannerads.com/vip/overrideImages/customizetools.jpg) no-repeat left top;
	width: 378px;
	height: 135px;
}
div.customizetools:hover {
	background: transparent url(http://quickbannerads.com/vip/overrideImages/customizetoolshover.jpg) no-repeat left top;
}



div.emailadcopy-title {
	background: transparent url(http://quickbannerads.com/vip/overrideImages/emailadcopy-title.jpg) no-repeat center top;
	width: 100%;
	height: 173px;
}


div.bannerads-title {
	background: transparent url(http://quickbannerads.com/vip/overrideImages/bannerads-title.jpg) no-repeat center top;
	width: 100%;
	height: 183px;
}


div.shorttextads-title {
	background: transparent url(http://quickbannerads.com/vip/overrideImages/shorttextads-title.jpg) no-repeat center top;
	width: 100%;
	height: 163px;
}

div.referrallink-title {
	background: transparent url(http://quickbannerads.com/vip/overrideImages/referrallink-title.jpg) no-repeat center top;
	width: 100%;
	height: 163px;
}

div.updateme-button {
	background: transparent url(http://quickbannerads.com/vip/overrideImages/updateme.jpg) no-repeat center top;
	width: 100%;
	height: 135px;
}




