@charset "utf-8";
@import url("reset.css");


/* CSS - ASR Stock Landing Page */

body {
	background: #b9babc url(../images/bg-page-repeat.jpg) repeat-x;
}

#wrapper {
	width: 991px;
	margin: 0 auto;
}

.header, .content {
	background-color: #fff;
	padding: 0 9px;
}
.logo img{
	margin: 20px 0 20px 35px;
}

ul.top-nav {
	float: right;
	margin-top: 50px;
	margin-right: 25px;
	width: 203px;
}
ul.top-nav li {
	float: left;
}
.content-container {
	float: left;
	margin: 30px 20px 40px;
	width: 652px;
}

.footertext{
	float: left;
	width: 652px;
	font-size:10px;
	color:#999999;
}

.content-side {
	float: right;
	width: 262px;
}
.stock-heading {
	position: relative;
}
.container-column {
	float: left;
}
.commentary {
	background: #fff url(../images/bg-commentary-repeat.jpg) repeat-x bottom;
	border: 1px #ccc solid;
	margin-left: 12px;
	padding: 12px;
	width: 199px;
}
img.read-report {
	margin-left: 9px;
	margin-top: 11px;
}
.statistics {
	width: 100%;
}
.statistics td {
	padding-left: 7px;
}
.statistics .highlight {
	background-color: #c7dbec;
}
ul.stock-report {

}
ul.stock-report li{
	background: url(../images/landing-ul-tick.gif) top left no-repeat;
	float: left;
	margin-bottom: 8px;
	line-height: 16px;
	padding: 2px 0 2px 24px;
	height: 33px;
	width: 46%;
}
ul.stock-report li.highlight {
	background-color: #e0ebf4;
}
.footer {
	height: 50px;
}
.side-freetrial-top {
	background: #e3f3fb;
	margin-right: 12px;
	margin-top: 30px;
	padding: 25px 16px;
}
.side-freetrial {
	background: #174F9C url(../images/7day.jpg) no-repeat;

/*	padding: 22px 16px; */
	margin-top: 45px;
	position: relative;
	width:262px;
	height:253px;
}

.sevendayText {
	padding-top:90px;
	padding-right:10px;
	padding-left:10px;
}
	
img.freetrial-flyout {
	position: absolute;
	right: -8px;
	top: -28px;
}
.side-freetrial p {
	margin: 12px 0;
	padding: 8px 0;
}

#freeTrialBtn {
	position:absolute;
	top:195px;
	left:15px;
}

#sidebarTwo {
	width:224px;
	height:auto;
	background-image:url('../images/sidebarTwo.jpg');
	background-color:#424242;
	background-repeat:no-repeat;
	background-position:bottom;
	margin-top:20px;
	min-height:360px;
	color:#fff;
	padding: 10px 20px 10px 20px;
}
#sidebarTwo ul ul {

	list-style-image:url('../images/side_bullet.gif');
	margin:0 0 10px 20px;
	
}
#sidebarTwo ul ul li {
	padding:0;
}

#sidebarTwo ul {
	margin-bottom:10px;
}

#sidebarTwo a {
	color:#fff;
	text-decoration:none;
}

#twitter {
	width:262px;
	height:187px;
	background: url('../images/twitter-bg.jpg') no-repeat;
	margin-top: 20px;
	position: relative;
}

#tagCloud {
	width:222px;
	height:242px;
	background:url('../images/tag-cloud.jpg') no-repeat;
	margin-top:20px;
	color:#363636;
	padding: 10px 20px 0;
}

#tagCloud h4, #tagCloud a {
	font-size:20px;
	padding-bottom:5px;
	color:#363636;
}
form.freetrial input {
	border: none;
	height: 18px;
	margin-bottom: 6px;
}
form.freetrial input#firstname, form.freetrial input#lastname, 
form.freetrial input#email, form.freetrial input#mobile   {
	width: 215px;
}
form.freetrial label {
	display: block;
}
form.freetrial input.areacode {
	width: 32px;
	margin-right: 2px;
}
form.freetrial input.phonenumber {
	width: 175px;
}
form.freetrial label.code, form.freetrial input.code {
	display: inline-block;
	margin-right: 10px;
	width: 85px;
}
form.freetrial .submit {
	height: 38px;
	margin-left: -3px;
	margin-top: 17px;
	width: 138px;
}
.side-freetrial, form.freetrial,
.side-testimonial {
	color: #fff;
}
.side-freetrial-top h2 {
	font-size: 20px;
	margin-top: 0;
}
form.freetrial label {
	font-size: 11px;
	line-height: 16px;
}
.side-freetrial p, .side-freetrial small.req {
	font-size: 11px;
	line-height: 13px;
}
.side-freetrial small.req {
	margin-left: 135px;
}
.side-freetrial span.req {
	color: #F98B00;
	font-size: 14px;
	font-weight: bold;
}
.side-testimonial sub {
	display: block;
	font-size: 20px;	
	margin: 15px 0;
}
.side-testimonial blockquote {
	font-size: 12px;
	line-height: 20px;
	margin: 30px 15px 10px;
}
ul.reporttype {
	margin-bottom: 10px;
}
ul.reporttype li {
	float: left;
	width: 49%;
}
ul.reporttype label {
	display: inline;
}
ul.reporttype input.checkbox {
 	height: auto;
	width: auto;
}
ul.reporttype label {
	vertical-align: middle;
}
ul.reporttype a {
	color: #fff;
}
.side-testimonial {
	background: #424242 url(../images/bg-testimonial.jpg) bottom right no-repeat;
	margin-right: 12px;
	margin-top: 30px;
	padding: 16px;
	position: relative;
}
.side-testimonial-bg {
	background: url(../images/bg-testimonial-br.jpg) bottom right;
}
hr {
	height: 1px;
	border: none;
	border-bottom: 1px #ccc solid;
	color: #ccc;
	margin-bottom: 22px;
}

.catwidget {
	height: 4px;
	border: none;
	border-bottom: 1px #ccc solid;
	border-color: #363636;
	margin:0;

}

.catwidget2 {
	height: 1px;
	border: none;
	border-bottom: 1px #ccc solid;
	border-color: #888;
	margin: 0 0 13px 0;

}

.wptags {
	height: 1px;
	border: none;
	border-bottom: 1px #ccc solid;
	color: #ccc;
}
.shadow {
  box-shadow: 0px 0px 12px #999;
  -moz-box-shadow: 0px 0px 12px #999;
  -webkit-box-shadow: 0px 0px 12px #999;
}
.clearfloat {
	clear: both;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


/* Typography */

body {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	color: #073a8f;
}
h1 {
	font-size: 22px;
	margin-top: 30px;
	display:inline;
	font-weight: normal;
}

h2 {
	font-size: 22px;
	margin-top: 30px;
}

h3 {
	font-size: 17px;
	padding:0 0 10px 0;
}
.stock-heading h1 {
	max-width: 600px;
}
p, ul, table {
	font-size: 12px;	
	line-height: 19px;
}
p {
	margin-bottom: 1em;
}
.stock-heading small {
	bottom: 0;
	color: #073a8f;
	display: block;
	font-size: 18px;
	position: absolute;
	right: 0;
}
sub.heading {
	color: #073a8f;
	display: block;
	font-size: 30px;
	margin-top: 30px;	
}
.commentary sub {
	color: #073a8f;
	display: block;
	font-size: 18px;
	margin-bottom: 16px;
}
.commentary p {
	font-size: 11px;
	line-height: 17px;
}

#bannerImg {
	width:960px;
	height:154px;
	margin-left:auto;
	margin-right:auto;
}






.ASR_popup {
	background: #fff;
	padding: 15px 10px;
	margin: 0;
	font: 12px/20px Arial, Verdana, Helvetica, sans-serif;
	color: #706862;
	border-top: 1px solid #ddd;
}

.ASR_popup img.logo {
	float: right;
	margin: 0 0 15px 15px;
}

.ASR_popup p.title {
	font-size: 24px;
	color: #0980B8;
	font-weight: normal;
}

.left {
	float:left;
}

.right {
	float:right;
}

.alignright {
	float:right;
	padding:8px 0 0 12px;
}

.alignleft {
	float:left;
	padding:8px 12px 0 0;
}

.twitter {
	padding: 30px 20px 43px 30px;
}

.twitter li {
	color:#fff;
}

#twitterh3 {
	color:#fff;
	margin:0;
	padding:10px 0 0 20px;
}

#twh3 {
	color:#fff;
	position:absolute;
	top:156px;
	left:24px;
	margin:0;
	padding:0;
}

#twitter a {
	color:#fff;
	margin:0;
	padding:0;
}

#sidebarTwo h5 {
	font-size:15px;
	color:#fff;
}


.more {
	font-size: 22px;
	color: #073a8f;
	margin-top: 30px;
}

.disclaimer {
	margin:20px;
	height:80px;
}

.disclaimer sub {
	font-size:10px;
	color:#666666;
}