@charset "utf-8";
/* CSS Document */

#div_1{ /* for stock picks */
	width:538px;
	float:left;
	height:233px;
	-height:203px;
}
#div_2{ /* for stock screener */
	width:538px;
	float:left;
	height:233px;
}
#div_3{ /* for portfolio */
	width:538px;
	float:left;
	height:233px;
}
#div_4{ /* for alerts */
	width:538px;
	float:left;
	height:233px;
}
#div_5{ /* for top gainers */
	width:538px;
	float:left;
	height:233px;
/*	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC; */
}
#div_6{ /* for top losers */
	width:538px;
	float:left;
	height:233px;
/*	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC; */
}
#div_7{ /* for 52 weeks high */
	width:538px;
	float:left;
	height:233px;
/*	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC; */
}
#div_8{ /* for 52 weeks low */
	width:538px;
	float:left;
	height:233px;
/*	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC; */
}
#div_9{ /* testimonials */
	width:516px;
	float:left;
	height:247px;
	*height:247px;
	-height:247px;
	border:1px solid #CCCCCC;
}

.h_features_cnt .header{
	background-color:#f6f6f6;
	height:25px;
	display:block;
}

.h_features_cnt .body_stock_picks{
	background-color:#FFFFFF;
	display:block;
}

.h_features_cnt .body{
	background-color:#FFFFFF;
	display:block;
	padding:0px;
	text-align:center;
	border:1px solid #CCCCCC;
	height:197px;	
	*height:198px;
	-height:193px;
}
.h_features_cnt .body th{
	background-color:#f7f7f7;
	line-height:23px;
	padding-left:4px;
}
.h_features_cnt .body td{
	line-height:24px;
	-line-height:23px;
	padding-left:4px;
	border-bottom:1px solid #d1d1d1;
	text-align:left;
}

.h_features_cnt .body_stock_picks th{
	background-color:#f7f7f7;
	line-height:23px;
	padding-left:4px;
	font-size: 12px;
}
.h_features_cnt .body_stock_picks td{
	line-height:24px;
	-line-height:23px;
	padding-left:4px;
	border-bottom:1px solid #d1d1d1;
	font-size:12px;
}

.h_features_cnt .footer{
	height:70px;
	-height:50px;
	*height:50px;
	background-color:#f6f6f6;
	clear:both;
	margin-top:0px;
}

.h_features_cnt .footer .left{
	
	
	padding:18px;
	-padding:15px;
	*padding:11px;
}
.h_features_cnt .footer .right{
	width:150px;
	float:right;
	margin-top:3px;
}

.testimonials_slider{
	border:1px solid #CCCCCC;
	padding:10px;
	width:480px;
}

.testimonials_slider .content{
	height:180px;
	width:480px;
	line-height:22px;
}

.testimonials_slider .content img{
	float:left;
	padding-right:10px;
	padding-top:5px;
}
.testimonials_slider .content .name{
	float:right;
	width:480px;
	text-align:right;
	font-weight:bold;
	margin-top:20px;
}


.testimonials_slider .back {
	width: 61px;
	float:left;
}
.testimonials_slider .next{
	width: 90px;
	float:right;
}
.testimonials_slider .next a, active, visited {
	color:#4f4f4f;
	font-weight:bold;
	text-decoration:none;
	line-height:24px;
	background-image:url(../images/bg_links.jpg);
	width:90px;
	display:block;
	margin-top:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-align:center;
}
.testimonials_slider .next a:hover{
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
	line-height:24px;
	background-image:url(../images/bg_links.jpg);
	width:90px;
	display:block;
	margin-top:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-align:center;
}

.testimonials_slider .back a, active, visited {
	color:#4f4f4f;
	font-weight:bold;
	text-decoration:none;
	line-height:24px;
	background-image:url(../images/bg_links.jpg);
	width:90px;
	display:block;
	margin-top:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-align: center;
}
.testimonials_slider .back a:hover{
	color:#FF0000;
	font-weight:bold;
	text-decoration:none;
	line-height:24px;
	background-image:url(../images/bg_links.jpg);
	width:90px;
	display:block;
	margin-top:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	text-align: center;
}

#ajax_listOfOptions{
		position: absolute;	/* Never change this one */
		height:auto;	/* Height of box */
		overflow: scroll;	/* Scrolling features */
		overflow-x:hidden;
		border: solid 1px #d3d3d3;	
		background-color:#fff;	/* White background color */
		text-align: left;
	
		padding:15px;
		margin:0px 0px 5px 0px;
		z-index:9066;
	}
	#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
		margin:1px;		
		padding:0px;
		cursor:pointer;		
		left:100px;
	}
	#ajax_listOfOptions .optionDiv{
		width:98%;		
	}
	#closeText{
	 background-color:green;
		height:10px;	
	}
	#ajax_listOfOptions .optionDivRoi{
		width:177px;		
	}
	#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
		background-color: #cccccc;
		color: grey;
		width:98%;
	}
	#ajax_listOfOptions .optionDivSelectedRoi{ /* Selected item in the list */
		background-color: #cccccc;
		color: grey;
		width:177px;
	}
	form{
	}	
	#exDropDwn INPUT{		
	
	}

