@charset "utf-8";
* {
	outline:none;
	margin:0px;
	padding:0px;
}
.clear {
	clear:both;
}

img {
	border:none;
	-ms-interpolation-mode:bicubic;
	height: auto;
	max-width: 100%;
	outline:none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: arial;
}
p {
	margin:10px 0px;
	color: #6A6A6A;
	font-size: 12px;
}
li {
    list-style-type: none;
}
a:hover {
	text-decoration: underline!important;
}
/* CSS Document */
body {
	font-family: arial;
	font-size:15px;
	color:#181818;
	background-color: #FFFFFF;
	overflow-x:hidden;
}
/* --------- TRIAL BUTTON LEFT CSS START -------- */
.days-left {
	position: fixed;
	left: 0px;
	top: 200px;
	z-index:2;
}
.live_chat_left{
	position:fixed;
	top:140px;
	left:0px;
	width:55px;
	height:55px;
	z-index:2;
}
/* --------- ICONS LEFT CSS START -------- */
.icons {
	position: fixed;
	left: 0px;
	top: 350px;
	height: 139px;
	width: 40px;
	padding: 8px 0 0;
	background-image: url(images/icons-bg.png);
	background-repeat: no-repeat;
	background-position: left top; z-index:2;
}
#home {
	height: 34px;
	width: 35px;
	display: block;
	background-image: url(images/home.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#home:hover {
	background-image: url(images/home-hover.png);
	height: 34px;
	width: 35px;
	background-repeat: no-repeat;
}
#facebook {
	height: 34px;
	width: 35px;
	background-image: url(images/facebook.png);
	background-repeat: no-repeat;
	display: block;
	margin-bottom: 10px;
}
#facebook:hover {
	background-image: url(images/facebook-hover.png);
	height: 34px;
	width: 35px;
	background-repeat: no-repeat;
}
#twitter {
	height: 34px;
	width: 35px;
	background-image: url(images/twitter.png);
	background-repeat: no-repeat;
	display: block;
}
#twitter:hover {
	background-image: url(images/twitter-hover.png);
	height: 34px;
	width: 35px;
	background-repeat: no-repeat;
}
/* --------- TOP NAVIGATION CSS START -------- */
.top-header {
	background-image: url(images/top-bg.png);
	background-repeat: repeat-x;
	height: 30px;
	padding-top:5px;
	font-size:12px;
	color:#666666;
}
.top-header #MarqueeId {
	width: 100%;
	padding: 0px
}
.top-right {
	float: right;
	margin-left:170px;
}
.top-right ul {
	display: block;
	float: right;
}
.top-right li {
	float: left;
	list-style-type: none;
	color: #181818;
	font-size: 12px;
	padding-left: 10px;
}
.top-right a {
	color: #181818;
	text-decoration: none;
	padding-right: 10px;
}
.top-right a:hover {
	color: #7b9922;
	text-decoration: none;
	padding-right: 10px;
}
.main-bg {
	background-image: url("images/main-bg.png");
	background-position: left top;
	background-repeat: repeat-y;
	margin: auto;
	padding: 10px 18px;
	width: 970px;
}
.header {
	background-color: #FFFFFF;
	margin: auto;
	padding-top: 0;
	/* position: relative;
    top: -15px;*/
    width: 970px;
}
/* --------- LOGO CSS START -------- */
.logo {
	margin-left: 20px;
	float: left;
}
/* --------- CALL TOP RIGHT CSS START -------- */

.socal-icons {
	float: left;
	margin: 0 0 24px;
}
.call {
	float: right;
	font-size: 12px;
	text-align: center;
	width: 326px;
}
.call p { margin:10px 0px 0px 0px;}
.call_left {
	  float: left;
    text-align: right;
    width: 450px;
	padding-top: 30px;
}

.call_right {
    float: right;
    margin:10 9px 0 0;
}

.call strong {
	font-size: 18px;
	font-weight: bold;
}
/* --------- MAIN NAVIGATION CSS START -------- */
.nav {
	margin-top: 1px;
	background-image: url(images/nav-bg.png);
	background-repeat: no-repeat;
	height: 39px;
	background-position: left top;
	width: 720px;
	display: block;
}
.nav ul {
	margin: 0px;
	padding: 0px;
}
.nav {
	background-image: url("images/nav-bg.png");
	background-repeat: no-repeat;
	height: 40px;
}
.nav ul {
	margin: 0px;
	padding:0px;
}
.nav li {
	background-image: url("images/li-bg.png");
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-family: Calibri;
	height: 39px;
	list-style-type: none;
	padding: 0 9px;
}
.nav li.last {
	background:none;
}
.nav li a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 7px 0 7px 0;
	padding: 5px 7px;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius:7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	behavior:url(PIE/PIE.htc);
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.nav li a:hover {
	background-color: #0684c7;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 7px 0 7px 0;
	padding: 5px 7px;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius:7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	behavior:url(PIE/PIE.htc);
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.nav #select {
	background-color: #0684c7;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 7px 0 9px 0;
	padding: 5px 9px;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius:7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	behavior:url(PIE/PIE.htc);
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.free-trail {
	float: right;
	margin-top: -10px;
	margin-right: -5px;
}
.container {
	background-color: #FFFFFF;
	margin: auto;
	margin: 10px auto 0;
	padding: 0;
	width: 970px;
}
.container_left {
	background-color: #FFFFFF;
	width: 720px;
	float:left
}
.market-news {
	height: 43px;
	margin: 0 auto;
	padding-top: 0;
	width: 720px;
}
.market-news iframe {
	float: left;
	width: 49%;
}

.slideshow {
	width: 720px;
	float: left;
}
.container_right {
	width: 240px;
	float:right;
}
/* --------- SERVICES TOP RIGHT (HOME PAGE) CSS START -------- */
.services-box {
	background-image: url(images/service-bg.png);
	background-repeat: no-repeat;
	height: 439px;
	width: 237px;
	background-position: left top;
}
.services-box h3 {
	color: #FFFFFF;
	float: left;
	font-size: 16px;
	margin: 10px 20px;
}
.services-box ul {
	display: block;
	margin: 3px auto auto;
	padding: 0;
	width: 230px;
}
.services-box li {
	background-image: url("images/service-li-bg.png");
	background-position: left top;
	background-repeat: repeat-x;
	color: #555555;
	font-size: 13px;
	height: 28px;
	line-height: 24px;
	list-style-type: none;
	margin: 2px 0;
	padding: 0px;
}
.services-box li img {
	margin: 0 10px 0 15px;
	vertical-align: middle;
}
.services-box a {
	color: #555555;
	text-decoration: none;
}
.services-box a:hover {
	color: #DF642B;
	text-decoration: none;
}
/* --------- QUICK TRIAL FORM (HOME PAGE) CSS START -------- */


.quick-trial {
	background-image: url("images/call-bg.png");
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 15px;
	height: 107px;
	margin: auto;
	padding: 10px 0 0;
	width: 232px;
}
.quick-trial p {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 0 97px;
	text-align: center;
	width: 120px;
}
.call_trail {
	color: #FF3C00!important;
	text-transform: uppercase;
}
.quick-trial strong {
	color: #FFFFFF;
	float: left;
	margin: 15px 0 0 105px;
	font-size:15px;
}
.input-trial {
	background-color: transparent;
	background-image: url("images/search-bg.png");
	background-position: left top;
	background-repeat: no-repeat;
	border: medium none;
	height: 24px;
	margin: 19px 0 0 5px;
	padding: 0 15px 0 10px;
	width: 125px;
	
}
.trial_submit {
background:#000;
font-size:12px;
color:#fff;
text-align:center;
	-moz-border-radius: 0px 6px 6px 0px;
-webkit-border-radius: 0px 6px 6px 0px;
border-radius: 0px 6px 6px 0px;
	border: medium none;
	cursor: pointer;
	float: right;
	height: 24px;
	margin: 19px 6px 0 0;
	width: 67px;
}
.head-line {
	height: 1px;
	margin: 10px 0;
	width: 970px;
}

.head-linebg{
background-color:#e5e3e3;
border-bottom:1px solid #fff;
color:#3b3b3b;
padding:7px;
}

.head-heading{
background-color:#e5e3e3;
border-bottom:1px solid #fff;
color:#838282;
padding:7px;
font-size:12px;
 }
.container_left2 {
	float: left;
	width: 646px;
}
.commentary {
	background-color: #F9F9F6;
	margin: 10px 0 20px;
	padding: 10px;
}
.commentary_left {
	float: left;
	width: 200px;
	margin-right:10px;
}
.commentary_right {
	background-color: #ffffff;
	float: right;
	width: 630px;
}
.commentary_right h1 {
	background-color: #F9F9F6;
	color: #D55313;
	font-size:24px; 
	margin:0 0 10px 0;
	
}
.commentary_right h2 {
	background-color: #F9F9F6;
	color: #D55313;
	font-size: 18px;
	padding: 0 0 15px;
}
.commentary_right p {
	color: #6A6A6A;
	font-size: 12px;
	padding: 0 10px;
}
.TradeData a {
	font-size: 14px;
	color: #6A6A6A;
	border-bottom:1px dashed #969696;
	padding: 10px 0px;
	margin:0 10px;
	display:block;
	text-decoration:none;
}
.TradeData a:hover {
	text-decoration:underline;
	color: #DF642B;
}
.container_right2 {
	float:right;
	width:308px;
}
.video-box {
	background-image: url(images/video-bg.png);
	height: 198px;
	padding: 12px;
	width: 284px;
	background-repeat: no-repeat;
	background-position: left top;
}
.trial_form_layout {
	background-image: url("images/trail_form-bg.png");
	background-position: left top;
	background-repeat: no-repeat;
	margin: 10px 0;
	padding: 15px 20px;
}
.trial_form_layout h3 {
	color: #E66716;
	font-size: 15px;
	margin: 0 0 1px;
}
.trial_form_layout label {
	background-color: #097EC8;
	background-image: url("images/trial_lable_bg.png");
	background-position: right top;
	background-repeat: no-repeat;
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	margin: 3px 0;
	padding: 0 20px 0 10px;
	width: 67px;
}
.trial_form {
	background-image: url("images/trial_form_input_bg.png");
	background-position: left top;
	background-repeat: repeat-x;
	border-color: -moz-use-text-color #D7D7D7 -moz-use-text-color -moz-use-text-color;
	border-style: none solid none none;
	border-width: medium 2px medium medium;
	color: #6A6A6A;
	display: block;
	float: left;
	height: 22px;
	margin: 3px 0;
	padding:0 5px;
	width: 150px;
}
.trial_submit1 {
	background-color: transparent;
	background-image: url("images/free-trial.png");
	background-position: left top;
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	float: right;
	height: 28px;
	margin: 5px 6px 0 0;
	width: 106px;
}

.continer_mid {
    margin: 10px auto;
    width: 970px;
	display:block;
}
.continer_mid_left {
	float: left;
	width: 246px;
}
.e_news {
	background-image: url(images/newslatter.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 159px;
	width: 242px;
}

.e_news label {
    color: #515151;
    float: left;
    font-size: 12px;
    margin: 54px 0 0 27px;
    width: 189px;
}

.news_input {
    background-image: url("images/newslatter-input.png");
    background-position: left top;
    background-repeat: no-repeat;
    border: medium none;
    float: left;
    height: 24px;
    margin: 10px 22px 0 11px;
}

.news_submit {
    background-image: url("images/newslatter-submit.png");
    background-position: left top;
    background-repeat: no-repeat;
    border: medium none;
    cursor: pointer;
    height: 29px;
    margin: 7px 0 0 40px;
    width: 70px;
}

.tips {
    background-image: url("images/tips.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 117px;
    margin: 10px 0;
    width: 242px;
}


.tips img {
    margin: 86px 0 0 170px;
}
.continer_mid_right {
	float: right;
	width: 712px;
}
.main-fade-effect {
	width: 712px;
	background-image: url(images/main-fade-effect-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 260px;
	display:block;
}
/* --------- RIGHT SLIDESHOW (HOME PAGE) CSS START -------- */

.win-image {
	color: #E66716;
	float: left;
	font-size: 16px;
	font-weight: bold;
	margin: 9px 0 0 33px;
	width: 294px;
}
#picks {
	width:650px;
	padding:10px;
	margin:auto;
}
#winningpick {
	width:651px;
	height:54px;
	float:left;
	background:url(images/winning-picks-bg.gif) no-repeat;
	padding-bottom:7px;
}
#buysell {
	width:232px;
	float:left;
	padding:5px;
}
#buysellimg {
	width:48px;
	float:left;
	padding:6px;
}
#buysellheading {
	width:172px;
	float:left;
	padding-top:7px;
}
#buyselldate {
	width:100px;
	float:left;
}
.buyselldate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b30101;
	text-align:left;
	text-decoration:none;
	padding-top:1px;
}
.buyselltext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-align:left;
	text-decoration:none;
}
#buysellentryarea {
	float:left;
	width:90px;
	margin:12px 0px 0px 35px;
}
#buysellentry {
	float:left;
	width:90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b30101;
	text-align:center;
	text-decoration:none;
}
#buysellentrytext {
	float:left;
	width:90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-align:center;
	padding-top:3px;
	text-decoration:none;
}
#lowhigharea {
	float:left;
	width:90px;
	margin:12px 0px 0px 38px;
}
#lowhightext {
	float:left;
	width:90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b30101;
	text-align:center;
	text-decoration:none;
}
#lowhighheading {
	float:left;
	width:90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-align:center;
	padding-top:3px;
	text-decoration:none;
}
#gainarea {
	float:left;
	width:90px;
	margin:12px 0px 0px 38px;
}
#gaintext {
	float:left;
	width:90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#b30101;
	text-align:center;
	text-decoration:none;
}
#gainheading {
	float:left;
	width:90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000;
	text-align:center;
	padding-top:3px;
	text-decoration:none;
}

.useful_link {
    color: #6A6A6A;
    font-size: 13px;
    margin: 10px 0;
}

.useful_link strong {
    float: left;
    margin: 0 15px 0 0;
}

.useful_link a {
    color: #6A6A6A;
    margin: 0 8px;
    text-decoration: none;
}

.useful_link a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.footer_bg {
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
 	background-color: #fbfbfb;
	padding-bottom: 15px;
}.footer {
	margin: auto;
	width: 970px;
}

.footer_top {
     height: 80px;
    width: 970px;
}


.testimonial-left {
     float: left;
    height: 66px;
    margin-left: 0;
    width: 590px;
}

.client-img {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: 7px;
}
/* --------- TESTIMONIAL (HOME PAGE) CSS START -------- */
 


#testimonials {
    background-color: #FFFFFF;
    border: 1px solid #d2d2d4;
    border-radius: 10px 10px 10px 10px;
    color: #606161;
    font-size: 12px;
    font-style: italic;
    height: 51px;
    margin: 6px 0 0;
    padding: 7px 13px;
    text-align: left;
}
.slide {
	list-style-type: none;
}

.name {
    color: #7D9B27;
    display: block;
    float: right;
    font-size: 12px;
    font-style: normal;
    margin-top: -13px;
}


.facebook {
 border-color: -moz-use-text-color #D2D2D4;
    border-style: none solid;
    border-width: medium 1px;
    float: left;
    font-size: 12px;
    margin: 6px 10px;
    text-transform: uppercase;
    width: 190px;
  
}

.facebook p { font-size:11px;
	color: #000000;   
    
}
.facebook strong {
	color: #1c7aaa;
}
.facebook a {
	color: #1c7aaa;
	text-decoration: none;
}

.facebook img {
    float: left;
    margin: 2px 10px 0 10px;
}
.follow {
	float: left;
  	width: 161px;
	padding-top:5px;
}

.follow strong {
    float: left;
    font-family: a;
    font-size: 14px;
    margin: 30px 0;
}


.iconsss {
    float: right;
    margin: 4px 0;
    width: 91px;
}
.iconsss img { margin:2px 2px 0px 2px;
	float: left;
}


.sales {
    margin: auto;
    width: 970px;
}



.sales_left {
    float: left;
    margin: 10px 0 0;
    padding: 6px 0;
    width: 698px;
}

.iso{width:190px;
float:right;}
.sales p { margin:0px; }
.usa {
    border-right: 1px solid #D8D8D8;
    float: left;
    margin-right: 12px;
    margin-top: 10px;
    min-height: 43px;
    padding-right: 10px;
}

.sales_right { margin:13px 0 0;
    padding: 6px 0;
    float: right;
    
}
.footer_login {
    background-color: #F9F9F9;
    border: 1px solid #E3E3E3;
    float: left;
    font-size: 11px;
    padding: 5px 5px 10px;
    visibility: visible;
}
#footer_login {
    margin-right: 2px;
    width: 219px;
}

.mt5 {
    margin-top: 5px;
}

.green_button {
    background-color: #549F28;
    border: 1px solid #2B6406;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin: 8px 5px 0 0;
    padding: 4px 10px;
}

.green_button a {
    color: #FFFFFF;
    text-decoration: none;
}
.facebook1 {
    background-color: #F9F9F9;
    border: 1px solid #E3E3E3;
    float: left;
    font-size: 11px;
    padding: 5px 7px 7px;
    visibility: visible;
}

.facebook1 img {
    margin-right: 0px;
    margin-top: 9px;
}
.footer_botm  { margin:0px auto;}


.footer_listing {
    background-image: url("images/footer-li.png");
    background-position: right top;
    background-repeat: repeat-y;
    display: block;
    float: left;
    height: 167px;
    margin: 0 4px 15px 0;
    min-height: 173px;
    padding: 0 0 9px;
    width: 144px; 
}


.footer_listing h2 {
    color: #343434;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 0px;
}

.footer_listing ul {
    float: left;
    margin-right: 10px;
}


.footer_listing li {
    background-image: url("images/arrow1.png");
    background-position: left 3px;
    background-repeat: no-repeat;
    color: #343434;
    font-size: 12px;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 6px;
    padding-left: 10px;
}

.footer_listing li a {
    color: #343434;
    text-decoration: none;
}

#market {
    width: 285px;
}

#learn {
    width: 150px;
}

#support {
    width: 115px;
	
}

#about {
    background: none repeat scroll 0 0 transparent;
    float: right;
    margin-right: 0;
    padding-right: 0;
    width: 125px;
}

.footer_last {
    margin: 20px auto auto;
    width: 978px;
}

.footer_nav {
    float: left;
    width: 500px;
}
.footer_nav ul{
display:block;
}
.footer_nav li{
list-style-type:none;
padding-right: 8px;
float:left;
}
.footer_nav a {
    color: #343434;
    font-size: 12px;
    text-decoration: none;
	padding-right: 8px;
}

.copy_right {
    float: right;
    font-size: 12px;
}

.footer_last p {
    margin-top: 20px;
}
/*innerpgaes css*/

.left_container{ width: 720px; float:left; clear:left; padding:10px 0px; }
.left_container h2{  
    color: #0684C7; text-transform:capitalize;
    font-size: 24px; font-weight:normal;
    padding:0px;}
.left_container h3{ font-size:16px; color: #DF642B; background:url(images/1.gif) no-repeat left 3px; padding-left:20px; }
.left_container a{  color:#DF642B; text-decoration:none;}
.left_container a:hover{ color:#0673BA;text-decoration:none;}
.left_container table{ width:510px;}
.left_container td{ font-size:12px; color:#6A6A6A; padding:3px 0px; line-height:18px;  }
 .e_news1 {
	background-image:url(images/new_left1.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 193px;
 padding:10px 18px; color:#FFF;
width: 242px;
}

.e_news1 label {
    color: #515151;
    float: left;
    font-size: 12px;
    margin: 54px 0 0 27px;
    width: 189px;
}

 
.inner_nav { background:url(images/inner_nav_bg.png) no-repeat; width:694px; color: #6A6A6A;  font-size:12px;height:34px; margin:10px 0px; padding:0px 15px ;}
.inner_nav ul{ margin:0px; padding:0px; height:34px;}
.inner_nav ul li{ list-style:none; display:block; float:left; padding:10px 5px;;   }
.inner_nav ul li a{ color: #6A6A6A; text-decoration:none;   padding:10px 0px; }
.inner_nav ul li a:hover{ color: #0684c7;  }


.trial_form_layout1 {
	background-image:url(images/new_left.png) ;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 10px 0 0 0;
	padding: 8px 20px 22px 20px;
}
.trial_form_layout1 h3 {
	color: #fff; background:url(images/info.png) no-repeat left; padding:5px 0px 5px 40px	; 
	font-size: 15px;
	margin: 0 0 15px;
}
.trial_form_layout1 select {
width: 195px;
height: 22px;
margin-top: 4px;
color: #6A6A6A; border:1px solid #ddd;
	display: block; background:#EFEFF0; 
}
 .trial_form1 {
	 
 	color: #6A6A6A; border:1px solid #ddd;
	display: block; background:#EFEFF0; 
	float: left;
	height: 22px;
	margin: 2px 0;
	padding:0 3px;
	width: 187px; 
}
.trial_submit2 {
	background-color: transparent;
	background-image: url("images/free-trial.png");
	background-position: left top;
	background-repeat: no-repeat;
	border: medium none;
	cursor: pointer;
	float: right;
	height: 28px;
	margin: 5px 6px 5px 0;
	width: 106px;
}

/* --------- PAST RESULTS PAGE CSS START -------- */
.GridDataAltL {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#626365;
	text-align:left;
	height:30px;
	vertical-align:middle;
	border-bottom:solid 1px #C9C9C9;
	background-color:#eee;
	padding:5px 5px 5px 8px;
}
.GridDataAltC {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#7F817E;
	text-align:left;
	height:30px;
	vertical-align:middle;
	border-bottom:solid 1px #C9C9C9;
	padding:5px 5px 5px 8px;
	background-color:#eee;
}
.GridDataAltR {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#7F817E;
	text-align:left;
	height:30px;
	vertical-align:middle;
	border-bottom:solid 1px #C9C9C9;
	padding:5px 5px 5px 8px;
	background-color:#eee;
}
.GridDataL {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#626365;
	text-align:center;
	height:30px;
	vertical-align:middle;
	border-bottom:solid 1px #C9C9C9;
	padding:5px 5px 5px 8px;
	text-decoration:none;
}
.GridDataC {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#7F817E;
	text-align:center;
	height:30px;
	vertical-align:middle;
	border-bottom:solid 1px #C9C9C9;
	padding:5px 5px 5px 8px;
}
.GridDataR {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#7F817E;
	text-align:left;
	height:30px;
	vertical-align:middle;
	border-bottom:solid 1px #C9C9C9;
	padding:5px 5px 5px 8px;
}
.GridHeadL {
	border-top:solid 1px #C9C9C9;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#626365;
	text-align:left;
	height:30px;
	vertical-align:middle;
	border-bottom:solid 1px #C9C9C9;
	padding:5px 5px 5px 8px;
}
.GridHeadC {
	border-top:solid 1px #C9C9C9;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	color:#626365;
	text-align:left;
	height:30px;
	vertical-align:middle;
	border-bottom:solid 1px #C9C9C9;
	padding:5px 5px 5px 8px;
}
.GridHeadR {
	border-top:solid 1px #C9C9C9;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#626365;
	text-align:left;
	height:30px;
	vertical-align:middle;
	border-bottom:solid 1px #C9C9C9;
	padding:5px 5px 5px 8px;
}
.TableBorder {
	border-bottom:solid 1px #C9C9C9;
	border-left:solid 1px #C9C9C9;
	border-right:solid 1px #C9C9C9;
	background-color:White;
}
.Pagingcss {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#707070;
	text-decoration:none;
}
.PGridDataL {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#585858;
	text-align:left;
	height:30px;
	vertical-align:middle;
	border-bottom:solid 1px #C9C9C9;
	padding:5px 5px 5px 8px;
}
.PGridDataC {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#585858;
	text-align:left;
	height:30px;
	vertical-align:middle;
	border-bottom:solid 1px #C9C9C9;
	padding:5px 5px 5px 8px;
}
.PGridDataR {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#585858;
	text-align:left;
	height:30px;
	vertical-align:middle;
	border-bottom:solid 1px #C9C9C9;
	padding:5px 5px 5px 8px;
}
.PGridDataAltL {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#585858;
	text-align:left;
	height:30px;
	vertical-align:middle;
	border-bottom:solid 1px #C9C9C9;
	padding:5px 5px 5px 8px;
	background-color:#eee;
}
.PGridDataAltC {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#585858;
	text-align:left;
	height:30px;
	vertical-align:middle;
	border-bottom:solid 1px #C9C9C9;
	padding:5px 5px 5px 8px;
	background-color:#eee;
}
.PGridDataAltR {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#585858;
	text-align:left;
	height:30px;
	vertical-align:middle;
	border-bottom:solid 1px #C9C9C9;
	padding:5px 5px 5px 8px;
	background-color:#eee;
}
.PGridDAlt {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#585858;
	height:30px;
	vertical-align:middle;
	border-bottom:solid 1px #C9C9C9;
	padding:5px 5px 5px 8px;
	background-color:#eee;
}




/* --------- FREE TRIAL PAGE CSS START -------- */
#free-trial-form {
	display: block;
	width: 699px;
	margin: auto;
 	background-color:#fefefe;
	padding:20px;
}
 #free-trial-form label {
	float: left;
	width:250px;
	text-align: left;
	padding-right: 15px;
	padding-top:5px;
}
.trial-form-input {
	float: left;
	height: 25px;
	width: 360px;
	margin-left: 9px;
	margin-bottom: 7px;
	border:1px solid #e2dede;
	outline:none;
	color:#b6b5b5;
	margin-bottom: 8px;
	font-size:13px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.trial-form-select {
	float: left;
	height: 36px;
	width: 373px;
	margin-left: 9px;
	margin-bottom: 7px;
	border:1px solid #e2dede;
	outline:none;
	color:#b6b5b5;
	margin-bottom: 8px;
	font-size:13px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.trial-form-textarea {
	height: 100px;
	width: 357px;
	border:1px solid #e2dede;
	outline:none;
	font-size:12px;
	padding:8px;
	margin-left: 9px;
	margin-bottom: 7px;
	color:#b6b5b5;
	font-family:Arial, Helvetica, sans-serif;
}
.services-form {
	float: left;
	margin-left: 9px;
}
.trial-check-last {
	float: left;
	margin-top: 15px;
	margin-right: 8px;
	margin-left: 13px;
}
#free-trial-form p {
	color: #000000;
}

.trial-sign-up {
    background-color: #0684C7;
    background-repeat: no-repeat;
    border: medium none;
    border-radius: 6px 6px 6px 6px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 19px;
    height: 43px;
    margin-left: 274px;
    margin-top: 15px;
    outline: medium none;
    padding: 0 10px;
    text-align: center;
}
/*services page*/
.service_box{ background:#f2f2f2; padding:10px; border:1px solid #dad7d7;}
.service_outer{    width:216px; float:left; margin-right:10px; margin-bottom:10px; }
.service-pack1{ background:url(images/frame.png) no-repeat; width:206px; height:120px; overflow:hidden; padding:5px 5px 35px 5px ;}
.service_outer a{ color:#e0642c; font-size:14px;}
.service_outer a:hover{ color:#000; font-size:14px;}



.package_tab {
    margin: auto;
    position: relative;
    text-align: center;
    top: -10px;
    width: 205px;
}
.package_more { margin:auto;}
.package_more a {
    background-color: #D1D1D1;
    background-image: url("images/package_more-bg.png");
    background-position: left top;
    background-repeat: repeat-x;
    color: #000000;
    display: block;
    float: left;
    height: 27px;
	width:100px;
    
    text-decoration: none; line-height:26px; border:1px solid #bbbbbb;
}
.package_more a:hover {line-height:26px;
    background-color: #D1D1D1;
    background-image: url("images/package_more-bg1.png");
    background-position: left top;
    background-repeat: repeat-x;
    color: #000000;
    display: block;
    float: left;
    height: 27px;
   width:100px;
    text-decoration: none !important;border:1px solid #bbbbbb;
}
.package_buy_now { margin:auto;}


.package_buy_now a{ background-color: #D1D1D1;
    background-image: url("images/package_more-bg2.png");
    background-position: left top;
    background-repeat: repeat-x;
    color: #000000;
    display: block;
    float: left;
    height: 27px;
  width:100px;
    text-decoration: none; line-height:26px; border:1px solid #bbbbbb;}

.package_buy_now a:hover{ background-color: #D1D1D1;
    background-image: url("images/package_more-bg3.png");
    background-position: left top;
    background-repeat: repeat-x;
    color: #000000;
    display: block;
    float: left;
    height: 27px;
    width:100px;
    text-decoration: none !important; line-height:26px; border:1px solid #bbbbbb;}


/* ------- TABLE CSS START -------*/

.sample_table {
    
    margin: auto;
    padding: 20px 0px 0px 0px;
}.sample_table h3 {
	font-size: 22px;
	color: #3b464f;
	margin-left: 25px;
	
}
.sample_table span {  
	font-size: 16px;
}
.colum_f img, .hbox_itms img, .colum_l img {
	margin-top: 4px;
}
 

.div-left-box {
float:left; width:160px; background:#fdfdfa; margin: 53px 0 0 0;
}
#div-left-box {
float:right; width:160px; background:#fdfdfa; margin: 53px 0 0 0;
}
#div-left-box ul { width: 159px;}


#div-left-box li img {
    margin: 3px 0;
 }

#div-left-box li { vertical-align:middle; text-align: center;}
  
 


.div-left-box ul {
    border-right: 1px solid #F3F3F3;
    color: #F8F8F8;
    float: left;
    margin: 3px 0 0;
    padding: 0;
    width: 159px;
}
.div-left-box li {
	list-style-type: none;
	background:#fff;
	display: block;
	color: #4b4b4b;
	text-transform: uppercase;
	border-bottom:3px solid #f8f8f8;  height:43px; line-height:42px;
	font-size:15px;
	font-weight:bold;
	padding-left:21px;
 }



/*------------------------------------------------*/



.pricingtable {
    background-color: #FFFFFF;
    border: 1px solid #F3F3F3;
    float: left;
}

.div_thumb_hover, .div_thumb_hover1, .div_thumb_hover2{ width:181px; height:240px; border-right:#f3f3f3 solid 1px; float:left; position:relative; background:none; cursor:pointer;}
.div_thumb_hover:last-child, .div_thumb_hover1:last-child, .div_thumb_hover2:last-child{border-right:#CCC solid 0px;}
.div_thumb_hover div.div_hover_inner, .div_thumb_hover1 div.div_hover_inner, .div_thumb_hover2 div.div_hover_inner{width:181px; height:240px; position:absolute; left:0; top:0; background:#FFFFFF;}
.div_thumb_hover:hover div.div_hover_inner:hover, .div_thumb_hover1:hover div.div_hover_inner:hover, .div_thumb_hover2:hover div.div_hover_inner:hover{ 
width:191px !important; height:247px !important; 
position:absolute; left:-7px !important; top:-10px 
!important; border-bottom:3px solid #f3f3f3;
 background:#none;
z-index:10;
-moz-box-shadow: 0px 0px 8px #e3e3e3;
-webkit-box-shadow: 0px 0px 8px #e3e3e3;
box-shadow: 0px 0px 8px #e3e3e3;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e3e3e3')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e3e3e3');
border-radius:8px 8px 0 0;
-webkit-border-radius:8px 8px 0 0;
-moz-border-radius:8px 8px 0 0;
-ms-border-radius:8px 8px 0 0;
-o-border-radius:8px 8px 0 0;
}

.hbox_itms li {	border-bottom:3px solid #f8f8f8; padding:0 0; margin:0 0; height:43px; text-align:center;  line-height:28px; font-size:15px;
	font-weight:bold; color:#666666; line-height:48px}
.hbox_itms li:first-child {font-size:15px; font-weight:bold; height:50px; padding-top:3px; text-align:center; background:url(../images/tbl_title_bg.png) 0 0 repeat-x;line-height: 48px;
}

.div_thumb_hover:hover .hbox_itms li, .div_thumb_hover1:hover .hbox_itms li, .div_thumb_hover2:hover .hbox_itms li {	border-bottom:3px solid #f8f8f8; padding:0 0; margin:0 0;  height:43px; line-height:28px; }

.div_thumb_hover:hover .hbox_itms li:first-child{font-size:16px; font-weight:bold;  padding-top:3px;  height:59px; text-align:center; background:url(../images/tbl_title_bg_h.png) 0 0 repeat-x;
border-radius:8px 8px 0 0;
-webkit-border-radius:8px 8px 0 0;
-moz-border-radius:8px 8px 0 0;
-ms-border-radius:8px 8px 0 0;
-o-border-radius:8px 8px 0 0;
}
.div_thumb_hover:hover .hbox_itms li:first-child img{
margin-top: 9px;
}
.div_thumb_hover1:hover .hbox_itms li:first-child {font-size:16px; font-weight:bold;  padding-top:3px;  height:59px; text-align:center; background:url(../images/tbl_title_bg_h1.png) 0 0 repeat-x;
border-radius:8px 8px 0 0;
-webkit-border-radius:8px 8px 0 0;
-moz-border-radius:8px 8px 0 0;
-ms-border-radius:8px 8px 0 0;
-o-border-radius:8px 8px 0 0;
}
.div_thumb_hover1 img {
	margin-top: 3px;
}

.div_thumb_hover1:hover .hbox_itms li:first-child img{
margin-top: 10px;
}
.div_thumb_hover2:hover .hbox_itms li:first-child {font-size:16px; font-weight:bold;  padding-top:3px;  height:59px; text-align:center; background:url(../images/tbl_title_bg_h2.png) 0 0 repeat-x;
border-radius:8px 8px 0 0;
-webkit-border-radius:8px 8px 0 0;
-moz-border-radius:8px 8px 0 0;
-ms-border-radius:8px 8px 0 0;
-o-border-radius:8px 8px 0 0;
}
.div_thumb_hover2 img {
	margin-top: 4px;
}

.div_thumb_hover2:hover .hbox_itms li:first-child img{
margin-top: 6px;
}
.colum_f {

border-radius:8px 0 0 0;
-webkit-border-radius:8px 0 0 0;
-moz-border-radius:8px 0 0 0;
-ms-border-radius:8px 0 0 0;
-o-border-radius:8px 0 0 0;
}

.colum_l {
border-radius:0 8px 0 0;
-webkit-border-radius:0 8px 0 0;
-moz-border-radius:0 8px 0 0;
-ms-border-radius:0 8px 0 0;
-o-border-radius:0 8px 0 0;
}

/* ---- POP  UP2 ----- */

.login-popup1, .login-popup2, .login-popup3{
	display: none;
	left: 50%;
	position:relative;
	
	z-index: 99999;
	width:1075px;
	border:10px solid #d0d0d0;
	background-color: #f8f8f8;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	height:820px;

}

.login-popup1{
top: -70px!important;
}
.login-popup2{
top: 8px!important;
}
.login-popup4{
	display: none;
	left: 50%;
	position:relative;
	z-index: 99999;
	width:1075px;
	border:10px solid #d0d0d0;
	background-color: #f8f8f8;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	height:580px;
	top:-29px!important;
}
.login-popup3{
top: 175px!important;
}

 .collapse1 { position:relative;  z-index:0!important; }
.box1 {
      background:#f9f9f9;
      position:absolute;
	  width:1040px;
	  padding: 20px 0px 20px 30px;
	   z-index:0!important; 
    }
	


.box1 ul {
	padding:0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.box1 li {
	float: left;
	list-style-type: none;
	display: block;
	width: 207px;
	margin-bottom:8px;
	color:#545454;
	font-size:16px;
}
.box1 li a{
color:#545454;
text-decoration:none;
}
.box1 li a:hover{
color:#dc651d;
text-decoration:underline;
}

.box1 img {
	vertical-align: sub;
	margin-right:8px;
	margin-bottom: -2px;
}
 .arrow1 {
      	width: 0;
      	height: 0;
      	border-left: 11px solid transparent;
      	border-right: 11px solid transparent;
      	border-bottom: 11px solid #FFF;
      	position:absolute;
      	left:748px;
		right:0px;
      	top:-10px;}


.banklogocontent {
    float: left;
    padding: 10px 10px 0;
    width: 580px;
}



.bank {
    border: 1px dotted #CCCCCC;
    display: block;
    height: 100px;
    margin: 20px 0;
    padding: 20px;
}

.banklogoimg {
    float: left;
    width: 230px;
}

.bankdatail { font-size:12px;
    float: left;
    padding-left: 20px;
    width: 250px;
}

#getbank {
    float: left;
    padding: 15px 0 0;
    width: 500px;
}


#getdrop {
    float: left;
    margin: 0 20px 0 10px;
}


#get91 {
    float: left;
    padding-top: 5px;
    width: 77px;
}

#getfield {
    float: left;
    width: 280px;
}

#bank1 {
    border: 1px solid #CCCCCC;
    float: left;
    height: 23px;
    margin: 2px 0 0;
    width: 110px;
}
#mobile {
    float: left;
    height: 23px;
    margin: 2px 5px 0 0;
}

.artical_left {
    float: left;
    overflow: hidden;
    padding: 20px 0 0;
    width: 718px;
}
.post_artical-title a { font-size:18px; color:#DF642B; }

.post_artical-title a:hover { font-size:18px; color:#DF642B; }

.artical_right {
    float: right;
    margin: 1px 0  20px;
    padding: 0;
    width: 237px;
}

.artical_right h3 {
    background-image: url("images/blog-right-bg.png");
    color: #FFFFFF;
    display: block;
     font-size: 15px;
    height: 39px;
    line-height: 39px;
    padding: 0 20px;
    width: 192px;
	overflow:hidden;
}


.artical_right ul {
    background-color: #EFEFEF;
    border: 1px solid #BABABA;
    border-radius: 0 0 7px 7px;
    display: block;
    margin: 0;
    padding: 0;
    width: 230px;
}
.artical_right li {
	background-image: url("images/service-li-bg.png");
	background-position: left top;
	background-repeat: repeat-x;
	color: #555555;
	font-size: 13px;
	height: 28px;
	line-height: 28px;
	list-style-type: none;
	margin: 2px 0;
	padding: 0px;
}
.artical_right li img {
	margin: 0 10px 0 15px;
	vertical-align: middle;
}
.artical_right a {
	color: #555555;
	text-decoration: none;
}
.artical_right a:hover {
	color: #DF642B;
	text-decoration: none;
}


.payment_submit {
	background-color: #DF642B;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	height: 26px;
	margin: 1px 0 0;
	padding: 0 10px;
	text-transform: uppercase;
}
.list {}
.list li { background-image: url("images/arrow1.png");
    background-position: left 3px;
    background-repeat: no-repeat;
    color: #6A6A6A;
    font-size: 12px;
    list-style-type: none;
    margin-bottom: 0;
    margin-top: 6px;
    padding-left: 10px;}
	
	#navigation{
	display:block;
	}
	#navigation a.nav-btn {
	display: none;
}
	.top-table {
background:url(images/top.jpg) top no-repeat; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; padding:10px 0px 0px 0px;
}
.commentary_right_textarea {
border-color:Black;border-style:solid;text-align:justify;font-size:smaller;font-family:Arial;letter-spacing:normal;page-break-inside:auto; 
width:95%;height: 240px; padding:1% 1% 1% 2%;}

.trial_form_layout select {
width: 163px;
height: 22px;
margin-top: 3px;
}

.bottom_add {
color: #181818;font-family: arial;font-size: 12px;
margin-bottom:0px;
}

.bottom_add a {
color: #181818;
text-decoration: underline!important;
}
.bottom_add a:hover {
color: #df642b;
text-decoration: none!important;
}
.quick-trial-bottom{
display:none;
}

.baner_inner {
background:url(images/inner_banner_bg.png) no-repeat; padding:0px 20px; width:680px; height:113px;
margin-bottom: 10px;
}
.banner_left{
width:450px; float:left; padding-top:20px;
}
.right_banner_img{
float: right;
margin-top: 1px;
padding: 0px;
}

.left_container p {
text-align: left;
padding: 0px 5px 0px 0px;
}
#weekly_table{
width:100%!important;
margin-top:10px;
font-size:11px!important;
}
#scroller1 {
width: 230px;
padding:0px 0px!important;
}
.free-trial{
	color:transparent!important;
	background-image: url(images/free-trial-new.png);
	background-repeat: no-repeat;
	height:55px;
	width: 80px;
	display:block;
	border-radius: 0px!important;
	text-shadow:none!important;
	margin:-9px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;

}
.free-trial:hover{
background-image: url(images/free-trial-new-hover.png);
	background-repeat: no-repeat;
background-color:transparent!important;
}
#hiring-btn {
margin: 15px 0px 0px 0px;
}

/* ipad portrait */
@media only screen and ( min-width: 760px) and ( max-width: 980px ) {
.top-header {
background-image: url(images/top-bg.png);
background-repeat: repeat-x;
height: 30px;
padding-top: 5px;
font-size: 12px;
color: #666666;
width:100%;
}
.top-header #MarqueeId {
width: 96%;
padding-top: 0%;
padding-right: 2%;
padding-bottom: 0px;
padding-left: 2%;
}
.main-bg {
background: #fff;
margin:0px auto;
padding: 2% 2%;
width:96%;
}
.header {
background-color: #fff;
margin: auto;
padding-top: 0;
width: 100%;
}
.logo {
margin-left: 0px;
float: left;
}
.container {
background-color: #fff;
margin: auto;
margin: 10px auto 0;
padding: 0;
width: 100%;
}
.top-right {
float: right;
margin-left: 0px;
}
.nav {
background-image: url("images/nav-bg.jpg");
background-repeat: repeat;
height: 40px;
/*border:1px solid #e47b4b;*/
width:100%;
}
.container_left {
background-color: #FFFFFF;
width: 72%;
float: left;
}
.nav li {
background-image: url("images/li-bg.png");
background-position: right top;
background-repeat: no-repeat;
display: block;
float: left;
font-family: Calibri;
height: 39px;
list-style-type: none;
padding: 0 6px;
}
.nav li a {
font-size: 13px;
font-weight: normal;
margin: 7px 0 7px 0;
padding: 5px 4px;
}
.market-news {
height: auto;
margin: 0 auto;
padding-top: 0;
width: 100%;
clear: both;
}
.market-news iframe {
float: none;
width: 70%;
margin: 0px auto!important;
clear: both;
display: block;
}
.slideshow {
width: 100%;
float: left;
}
.container_right {
width: 26%;
float: right;
}
.services-box {
background:#fff;
border:1px solid #b9b9b9;
height: auto;
width: 100%;
-moz-border-radius: 9px 9px 0px 0px;
-webkit-border-radius: 9px 9px 0px 0px;
border-radius: 9px 9px 0px 0px;}
.services-box h3 {
color: #FFFFFF;
-moz-border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
float: left;
font-size: 16px;
margin: 0px;
padding:4% 2%;
width:95%;
background-image: url("images/nav-bg.jpg");
background-repeat: repeat;
border:1px solid #e47b4b;
}
.services-box ul {
display: block;
margin: 3px auto auto;
padding: 0;
width: 100%;
}
.services-box li {
background-image: url("images/service-li-bg.png");
background-position: left top;
background-repeat: repeat-x;
color: #555555;
font-size: 13px;
height: 28px;
line-height: 24px;
list-style-type: none;
margin: 2px 0;
padding: 0px;
width:100%;
}
.quick-trial {
background-image: url("images/call-bg.png");
background-position: left top;
background-repeat: no-repeat;
font-size: 15px;
height: 107px;
margin: auto;
padding: 10px 0 0;
width: 100%;
}
.quick-trial p {
color: #000000;
font-style: italic;
font-weight: bold;
margin: 0 10px 0 0px;
text-align: right;
width: 62%;
float: right;
font-size:11px;
}
.quick-trial strong {
color: #FFFFFF;
float: right;
margin: 18px 0 0 0px;
padding-right:10px;
font-size: 80%;
}
.input-trial {
background-color: transparent;
background-image: url("images/search-bg.png");
background-position: left top;
background-repeat: no-repeat;
border: medium none;
height: 24px;
margin: 19px 0 0 5px;
padding: 0 15px 0 10px;
width: 54%;
float: left;
}
.trial_submit {
background: #000;

border: medium none;
cursor: pointer;
float: left;
height: 24px;
margin: 19px 0px 0 0;
width: 30%;
color:#fff;
font-size:12px;
text-align:center;
-moz-border-radius: 0px 6px 6px 0px;
-webkit-border-radius: 0px 6px 6px 0px;
border-radius: 0px 6px 6px 0px;
}
.container_left2 {
float: none;
width: 100%;
margin-top: 10px;
}
	.top-table {
background:#2c6ea0; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; padding:10px 0px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
-webkit-border-radius: 6px 6px 0px 0px;
border-radius: 6px 6px 0px 0px;
}
#border_top{
border-top: 1px solid #FFFFFF;
}
.commentary_right {
background-color: #ffffff;
float: none;
width: 100%;
}
.commentary_right h1 {
	background-color: #fff;
	color: #181818;
	font-size:24px; 
margin: 0 0 0px 0;
padding: 5px;
	
}
.commentary_right h2 {
	background-color: #F9F9F6;
	color: #D55313;
	font-size: 18px;
	padding: 5px;
}
.commentary_right p {
	color: #6A6A6A;
	font-size: 12px;
	padding: 0 10px;
}
.commentary_right_textarea {
border-color: black;
border-style: solid;
text-align: justify;
font-size: smaller;
font-family: Arial;
letter-spacing: normal;
page-break-inside: auto;
width: 96%;
height: 240px;
margin: 10px 0px 0px 0px;
padding: 2%;
}
.video-box {
display:none;
}
.container_right2 {
float: none;
width: 100%;
}
.trial_form_layout {
background: #fff;
border: 1px solid #ccc;
margin: 10px 0;
padding: 1% 1%;
width: 48%;
float: left;
}
.trial_form_layout h3 {
background:#E66716;
color: #fff;
font-size: 20px;
margin: 0 0 7px;
padding:8px 8px;
text-align:center;
font-weight:normal;
}
.trial_form_layout label {
background-color: #097EC8;
background-image: url("images/trial_lable_bg.png");
background-position: right top;
background-repeat: no-repeat;
color: #FFFFFF;
float: left;
font-size: 13px;
height: 22px;
line-height: 22px;
margin: 5px 0;
padding: 0 20px 0 10px;
width: 20%;
}
.trial_form {
background-image: url("images/trial_form_input_bg.png");
background-position: left top;
background-repeat: repeat-x;
border-color: -moz-use-text-color #D7D7D7 -moz-use-text-color -moz-use-text-color;
border-style: none solid none none;
border-width: medium 2px medium medium;
color: #6A6A6A;
display: block;
float: left;
height: 22px;
margin: 5px 0;
padding: 0 1%;
width:68%;
}
.trial_form_layout select {
width: 71%;
height: 22px;
margin:5px 0px;
}
.continer_mid {
display: none;
}
.footer_bg {
background-image:none;
background-color: #fbfbfb;
width:100%;
border-top:5px solid #df642b;

}
.footer {
margin: auto;
width: 100%;
}
.footer_top {
display: none;
}
.sales {
display: none;
}
.footer_botm {
margin: 15px auto;
width:96%;
}
.footer_listing h2 {
color: #df642b;
font-size: 17px;
font-weight: bold;
margin-bottom: 10px;
margin-top: 0px;
}
.footer_listing {
background-image:none;
display: block;
float: none;
height: auto;
margin: 0 4px 15px 0;
padding: 0 0 9px;
width: 99%;
}
.footer_listing ul {
float: none;
margin-right: 0px;
}
.footer_listing li {
background-image: url("images/arrow1.png");
background-position: 5px center;
background-repeat: no-repeat;
color: #666;
font-size: 14px;
list-style-type: none;
margin-bottom: 0;
margin-top: 6px;
border-bottom:1px solid #ccc;
padding:6px 0px 6px 15px;
}
.footer_listing li a {
color: #666;
text-decoration: none;
}
#market, #support {
width: 97%;
}
#about {
background-image:none;
display: block;
float: none;
height: auto;
margin: 0 4px 15px 0;
padding: 0 0 9px;
width: 97%;
}
.footer_last {
margin: 20px auto auto;
width: 97%;
}

.bottom_add {
color: #666;font-family: arial;font-size: 13px;
text-align:center;
margin-bottom:10px;
}
.bottom_add a {
color: #666;
text-decoration: underline!important;
}
.bottom_add a:hover {
color: #df642b;
text-decoration: none!important;
}

.footer_nav {
float: none;
margin-left: 0px;
text-align:center;
width:100%;
margin-top:15px;
display: inline;
}
.footer_nav ul {
float: none;
width:100%;
text-align: center;
display:block;
}
.footer_nav li {
display: inline;
	float: none;
list-style-type: none;
color: #666;
font-size: 13px;

}
.footer_nav a {
color: #666;
display: inline-block;
text-decoration: none;
text-align: center;
padding-right: 10px;
}

.footer_nav a:hover {
color: #df642b;
text-decoration: none;
}
.copy_right {
float: none;
font-size: 13px;
text-align:center;
color:#666;
display:block;
margin:8px 0px 0px 0px;
}
.quick-trial-bottom{
display:none;
}
.head-line {
display:none;
}
/*--------- Services page css start ---------*/
.left_container {
width: 100%;
float: left;
clear: left;
padding: 10px 0px;
}
.baner_inner {

background: #f9f9f9;
padding: 0px 0px 0px 2%;
width: 98%;
height: auto;
border: 1px solid #dad7d7;
margin-bottom: 10px;

}
.banner_left {
width: 50%;
float: left;
padding-top: 10px;
}
.service_box {
background: #f2f2f2;
padding: 10px;
border: 1px solid #dad7d7;
}
.service_outer {
width: 45%;
float: left;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 21px;
}
.service_outer h3 {
color: #DF642B;
background:none;
padding-left: 0px;
text-align: center;
font-size: 14px!important;
}

.service_outer a {
color: #e0642c;
font-size: 14px;
}
.service-pack1 {
background: url(images/frame.png) no-repeat;
width: 206px;
height: 120px;
overflow: hidden;
padding: 5px 5px 35px 5px;
margin:0px auto;
}
.trial_form_layout1 {
background: #fff;
border: 1px solid #ccc;
margin:10px auto 10px auto;
padding: 1% 1%;
width: 98%;
float: right;
background-image:none;
}
.trial_form_layout1 h3 {
background: #E66716;
color: #fff;
font-size: 17px;
margin: 0 0 7px;
padding: 8px 8px;
text-align: center;
font-weight: normal;
}
.trial_form_layout1 select {
width: 100%; 
height:22px;
margin: 2px auto;
padding: 0 3px;
color: #6A6A6A;
border: 1px solid #ddd;
display: block;
background: #EFEFF0;
}
.trial_form1 {
color: #6A6A6A;
border: 1px solid #ddd;
display: block;
background: #EFEFF0;
float: none;
height: 22px;
margin: 2px auto;
padding: 0 3px;
width: 96%;
}
.e_news1 {
background: #fff;
border: 1px solid #ccc;
margin: 0px auto 10px auto;
padding: 1% 1% 3% 1%;
width: 98%;
color: #FFF;
height:auto;
clear: both;
}
.e_news1 h3 {
background: #E66716;
color: #fff;
font-size: 17px;
margin: 0 0 7px;
padding: 8px 8px;
text-align: center;
font-weight: normal;
}
.e_news1 label {
color: #515151;
float: none;
font-size: 12px;
margin: 10px auto 0 auto;
width: 100%;
text-align:center;
display:block;
}
.news_input {
background:#fff;
border:1px solid #ccc;
float: none;
height: 24px;
margin: 10px auto 0 auto;
display:block;
}
.news_submit {
background-image: url("images/newslatter-submit.png");
background-position: left top;
background-repeat: no-repeat;
border: medium none;
cursor: pointer;
height: 29px;
margin: 7px auto 0 auto;
width: 70px;
display:block;
}
/*--------- EQUITY SHARES TIPS PAGE CSS START -----------*/
.pricingtable {
background-color: #FFFFFF;
border: 1px solid #F3F3F3;
float: none;
width:100%;
}
.div-left-box {
float: left;
width: 23%;
background: #fdfdfa;
margin: 53px 0 0 0;
}
.div-left-box ul {
border-right: 1px solid #F3F3F3;
color: #F8F8F8;
float: left;
margin: 3px 0 0;
padding: 0;
width: 99%;
}
.div-left-box li {
list-style-type: none;
background: #fff;
display: block;
color: #4b4b4b;
text-transform: uppercase;
border-bottom: 3px solid #f8f8f8;
height: 43px;
line-height: 42px;
font-size: 13px;
font-weight: bold;
padding-left: 21px;
}

.div_thumb_hover, .div_thumb_hover1, .div_thumb_hover2{ width: 25%; height:240px; border-right:#f3f3f3 solid 1px; float:left; position:relative; background:none; cursor:pointer;}
.div_thumb_hover:last-child, .div_thumb_hover1:last-child, .div_thumb_hover2:last-child{border-right:#CCC solid 0px;}
.div_thumb_hover div.div_hover_inner, .div_thumb_hover1 div.div_hover_inner, .div_thumb_hover2 div.div_hover_inner{width:100%; height:240px; position:absolute; left:0; top:0; background:#FFFFFF;}
.div_thumb_hover:hover div.div_hover_inner:hover, .div_thumb_hover1:hover div.div_hover_inner:hover, .div_thumb_hover2:hover div.div_hover_inner:hover{ 
width:100% !important; height:247px !important; 
position:absolute; left:-7px !important; top:-10px 
!important; border-bottom:3px solid #f3f3f3;
 background:#none;
z-index:10;
-moz-box-shadow: 0px 0px 8px #e3e3e3;
-webkit-box-shadow: 0px 0px 8px #e3e3e3;
box-shadow: 0px 0px 8px #e3e3e3;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e3e3e3')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e3e3e3');
border-radius:8px 8px 0 0;
-webkit-border-radius:8px 8px 0 0;
-moz-border-radius:8px 8px 0 0;
-ms-border-radius:8px 8px 0 0;
-o-border-radius:8px 8px 0 0;
}
#div-left-box {
float: right;
width: 26%;
background: #fdfdfa;
margin: 53px 0 0 0;
}
#div-left-box ul {
width: 100%;
}
/*------------- PAYMENT PAGE CSS START ---------------*/
.banklogocontent {
float: none;
padding: 10px 0px 0;
width: 100%;
}
.bank {
border: 1px dotted #CCCCCC;
display: block;
height: 100px;
margin: 20px 0;
padding: 20px;
}
.banklogoimg {
float: left;
width: 45%;
}
.bankdatail {
font-size: 12px;
float: left;
padding-left: 20px;
width: 45%;
}
#getbank {
float: left;
padding: 15px 0 0;
width: 100%;
}
#getfield {
float: left;
width: 45%;
}
.left_container table {
width: 100%;
}
/*------------ ABOUT US PAGE CSS START --------------*/
.inner_nav {
background: #e1f0f8;
width: 98%;
color: #6A6A6A;
font-size: 12px;
height: auto;
margin: 10px 0px;
padding: 2px 1%;
}
.inner_nav ul{ margin:0px; padding:0px 0px 0px 0px; height:auto;}
.inner_nav ul li{ list-style:none; display:block; float:left; padding:5px 3px 5px 3px;   }
.inner_nav ul li a{ color: #6A6A6A; text-decoration:none;   padding:5px 0px 5px 0px; }
.inner_nav ul li a:hover{ color: #0684c7;  }
/*------------ FREE TRIAL PAGE CSS START --------------*/
#free-trial-form {
display: block;
width: 98%;
margin: auto;
background-color: #fefefe;
padding: 2% 2% 2% 0%;
}
#free-trial-form label {
float: left;
width: 30%;
text-align: left;
padding-right: 15px;
padding-top: 5px;
}
.trial-form-input {
float: left;
height: 25px;
width: 65%;
margin-left: 9px;
margin-bottom: 7px;
border: 1px solid #e2dede;
outline: none;
color: #b6b5b5;
margin-bottom: 8px;
font-size: 13px;
padding-top: 3px;
padding-right: 5px;
padding-bottom: 3px;
padding-left: 5px;
}
.trial-form-textarea {
height: 100px;
width: 65%;
border: 1px solid #e2dede;
outline: none;
font-size: 12px;
padding: 8px;
margin-left: 9px;
margin-bottom: 7px;
color: #b6b5b5;
font-family: Arial, Helvetica, sans-serif;
}
.trial-form-select {
float: left;
height: 36px;
width: 65%;
margin-left: 9px;
margin-bottom: 7px;
border: 1px solid #e2dede;
outline: none;
color: #b6b5b5;
margin-bottom: 8px;
font-size: 13px;
padding-top: 3px;
padding-right: 5px;
padding-bottom: 3px;
padding-left: 5px;
}
.trial-check-last {
float: left;
margin-top: 11px;
margin-right: 8px;
margin-left: 13px;
}
.trial-sign-up {
background-color: #0684C7;
background-repeat: no-repeat;
border: medium none;
border-radius: 6px 6px 6px 6px;
color: #FFFFFF;
cursor: pointer;
font-size: 18px;
height: 43px;
margin-left: 274px;
margin-top: 15px;
outline: medium none;
padding: 0 15px;
text-align: center;
}
.left_container p {
text-align: justify;
padding: 0px 5px 0px 0px;
}

/*----------- WEEKLY PRECITION 1 PAGE CSS START ------------*/
#weekly_table{
display:none;
}
.free-trial{
	color:transparent!important;
	background-image: url(images/free-trial-new.png);
	background-repeat: no-repeat;
	height:55px;
	width: 80px;
	border-radius: 0px!important;
	text-shadow:none!important;
	margin:-8px 0px 0px 0px!important;
	padding: 0px 0px 0px 0px!important;
	display:block;

}
.free-trial:hover{
background-image: url(images/free-trial-new-hover.png);
	background-repeat: no-repeat;
background-color:transparent!important;
}
}
 @media screen and (max-width:760px) {
 .top-header {
background-image: url(images/top-bg.png);
background-repeat: repeat-x;
height: 30px;
padding-top: 5px;
font-size: 12px;
color: #666666;
width:100%;
}
.top-header #MarqueeId {
width: 96%;
padding-top: 0%;
padding-right: 2%;
padding-bottom: 0px;
padding-left: 2%;
}
.main-bg {
background: #fff;
margin:0px auto;
padding: 2% 2%;
width:96%;
}
.header {
background-color: #fff;
margin: auto;
padding-top: 0;
width: 100%;
}
.logo {
margin-left: 0px;
float: left;
width:40%;
}
.top-right {
float: right;
margin-left: 0px;
}
.container {
background-color: #fff;
margin: auto;
margin: 10px auto 0;
padding: 0;
width: 100%;
}
.nav {
background-image: url("images/nav-bg.jpg");
background-repeat: repeat;
height: 40px;

width:100%;
}
.container_left {
background-color: #FFFFFF;
width: 72%;
float: left;
}
.nav li {
background-image: url("images/li-bg.png");
background-position: right top;
background-repeat: no-repeat;
display: block;
float: left;
font-family: Calibri;
height: 39px;
list-style-type: none;
padding: 0 0px;
}
.nav li a {
color: #fff;
display: block;
font-size: 13px;
font-weight: normal;
margin: 7px 0 7px 0;
padding: 5px 4px;
text-decoration: none;
text-transform: capitalize;
border-radius: 7px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
-ms-border-radius: 7px;
-o-border-radius: 7px;
behavior: url(PIE/PIE.htc);
text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.6s ease 0s;
-moz-transition: all 0.6s ease 0s;
-o-transition: all 0.6s ease 0s;
transition: all 0.6s ease 0s;
}
.nav li a:hover {
	background-color: #0684c7;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 7px 0 7px 0;
	padding: 5px 4px;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius:7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	behavior:url(PIE/PIE.htc);
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.nav #select {
	background-color: #0684c7;
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: normal;
	margin: 7px 0 9px 0;
	padding: 5px 4px;
	text-decoration: none;
	text-transform: capitalize;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius:7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	behavior:url(PIE/PIE.htc);
	text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}
.market-news {
height: auto;
margin: 0 auto;
padding-top: 0;
width: 100%;
clear: both;
}
.market-news iframe {
float: none;
width: 80%;
margin: 0px auto 10px auto!important;
clear: both;
display: block;
padding: 0px !important;
}
.lft-nav-hd-Text {

padding: 0px !important;

}
.slideshow {
width: 100%;
float: left;
}
.container_right {
width: 26%;
float: right;
}
.services-box {
background:#fff;
/*border:1px solid #b9b9b9;*/
height: auto;
width: 100%;
-moz-border-radius: 9px 9px 0px 0px;
-webkit-border-radius: 9px 9px 0px 0px;
border-radius: 9px 9px 0px 0px;}
.services-box h3 {
color: #FFFFFF;
-moz-border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
float: left;
font-size: 16px;
margin: 0px;
padding: 4% 4%;
width: 91%;
background-image: url("images/nav-bg.jpg");
background-repeat: repeat;
border:1px solid #e47b4b;
}
.services-box ul {
display: block;
margin: 3px auto auto;
padding: 0;
width: 100%;
}
.services-box li {
background-image: url("images/service-li-bg.png");
background-position: left top;
background-repeat: repeat-x;
color: #555555;
font-size: 12px;
height: 23px;
line-height: 22px;
list-style-type: none;
margin: 2px 0;
padding: 0px;
width:100%;
}
.services-box li img {
margin: 0 3px 0 4px;
vertical-align: middle;
}
.quick-trial {
background-image: url("images/call-bg.png");
background-position: left top;
background-repeat: no-repeat;
font-size: 15px;
height: 107px;
margin: auto;
padding: 10px 0 0;
width: 100%;

}
.quick-trial p {
color: #000000;
font-style: italic;
font-weight: bold;
margin: 0 10px 0 0px;
text-align: right;
width: 78%;
float: right;
font-size:11px;
}
.quick-trial strong {
color: #FFFFFF;
float: right;
margin: 18px 0 0 0px;
padding-right:10px;
font-size: 80%;
}
.input-trial {
background:#fff;
border:1px solid #ccc;
border: medium none;
height: 24px;
margin: 19px 0 0 5px;
padding: 0 15px 0 10px;
width: 52%;
float: left;
-moz-border-radius: 6px 0px 0px 6px;
-webkit-border-radius: 6px 0px 0px 6px;
border-radius: 6px 0px 0px 6px;
}

.trial_submit {
background: #000;
border: medium none;
cursor: pointer;
float: left;
height: 24px;
margin: 19px 0px 0 0;
width: 30%;
color:#fff;
font-size:12px;
text-align:center;
-moz-border-radius: 0px 6px 6px 0px;
-webkit-border-radius: 0px 6px 6px 0px;
border-radius: 0px 6px 6px 0px;
}
.container_left2 {
float: none;
width: 100%;
}
.top-table {
width:100%;
background:#2c6ea0;
color:#FFFFFF; 
font-family:Arial, Helvetica, sans-serif; 
padding:10px 0px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
-webkit-border-radius: 6px 6px 0px 0px;
border-radius: 6px 6px 0px 0px;
}
#border_top{
border-top: 1px solid #FFFFFF;
}
.commentary_right {
background-color: #ffffff;
float: none;
width: 100%;
}
.commentary_right h1 {
	background-color: #fff;
	color: #181818;
	font-size:24px; 
margin: 0 0 0px 0;
padding: 5px;
	
}
.commentary_right h2 {
	background-color: #F9F9F6;
	color: #D55313;
	font-size: 18px;
	padding: 5px;
}
.commentary_right p {
	color: #6A6A6A;
	font-size: 12px;
	padding: 0 10px;
}
.commentary_right_textarea {
border-color: black;
border-style: solid;
text-align: justify;
font-size: smaller;
font-family: Arial;
letter-spacing: normal;
page-break-inside: auto;
width: 96%;
height: 240px;
margin: 10px 0px 0px 0px;
padding: 2%;
}
.video-box {
display:none;
}
.container_right2 {
float: none;
width: 100%;
}
.trial_form_layout {
background: #fff;
border: 1px solid #ccc;
margin: 10px 0;
padding: 1% 1%;
width: 48%;
float: left;
}
.trial_form_layout h3 {
background:#E66716;
color: #fff;
font-size: 20px;
margin: 0 0 7px;
padding:8px 8px;
text-align:center;
font-weight:normal;
}
.trial_form_layout label {
background-color: #097EC8;
background-image: url("images/trial_lable_bg.png");
background-position: right top;
background-repeat: no-repeat;
color: #FFFFFF;
float: left;
font-size: 13px;
height: 22px;
line-height: 22px;
margin: 5px 0;
padding: 0 20px 0 10px;
width: 18%;
}
.trial_form {
background-image: url("images/trial_form_input_bg.png");
background-position: left top;
background-repeat: repeat-x;
border-color: -moz-use-text-color #D7D7D7 -moz-use-text-color -moz-use-text-color;
border-style: none solid none none;
border-width: medium 2px medium medium;
color: #6A6A6A;
display: block;
float: left;
height: 22px;
margin: 5px 0;
padding: 0 1%;
width:67%;
}
.trial_form_layout select {
width: 69%;
height: 22px;
margin:5px 0px;
}
.continer_mid {
display: none;
}
.footer_bg {
background-image:none;
background-color: #fbfbfb;
width:100%;
border-top:5px solid #df642b;

}
.footer {
margin: auto;
width: 100%;
}
.footer_top {
display: none;
}
.sales {
display: none;
}

.footer_botm {
margin: 15px auto 0px auto;
width:96%;
}
.footer_listing h2 {
color: #df642b;
font-size: 17px;
font-weight: bold;
margin-bottom: 10px;
margin-top: 0px;
}
.footer_listing {
background-image:none;
display: block;
float: none;
height: auto;
margin: 0 4px 15px 0;
padding: 0 0 9px;
width: 99%;
}
.footer_listing ul {
float: none;
margin-right: 0px;
}
.footer_listing li {
background-image: url("images/arrow1.png");
background-position: 5px center;
background-repeat: no-repeat;
color: #666;
font-size: 14px;
list-style-type: none;
margin-bottom: 0;
margin-top: 6px;
border-bottom:1px solid #ccc;
padding:6px 0px 6px 15px;
}
.footer_listing li a {
color: #666;
text-decoration: none;
}
#market, #support {
width: 97%;
}
#about {
background-image:none;
display: block;
float: none;
height: auto;
margin: 0 4px 15px 0;
padding: 0 0 9px;
width: 97%;
}
.footer_last {
margin: 20px auto auto;
width: 97%;
}

.bottom_add {
color: #666;font-family: arial;font-size: 13px;
text-align:center;
margin-bottom: 10px;
}
.bottom_add a {
color: #666;
text-decoration: underline!important;
}
.bottom_add a:hover {
color: #df642b;
text-decoration: none!important;
}

.footer_nav {
float: none;
margin-left: 0px;
text-align:center;
width:100%;
margin-top:15px;
display: inline;
}
.footer_nav ul {
float: none;
width:100%;
text-align: center;
display:block;
}
.footer_nav li {
display: inline;
	float: none;
list-style-type: none;
color: #666;
font-size: 13px;

}
.footer_nav a {
color: #666;
display: inline-block;
text-decoration: none;
text-align: center;
padding-right: 10px;
}

.footer_nav a:hover {
color: #df642b;
text-decoration: none;
}
.copy_right {
float: none;
font-size: 13px;
text-align:center;
color:#666;
display:block;
margin:8px 0px 0px 0px;
}
.quick-trial-bottom{
display:none;
}
.head-line {
display:none;
}
/*--------- Services page css start ---------*/
.left_container {
width: 100%;
float: left;
clear: left;
padding: 10px 0px;
}
.baner_inner {
margin-bottom: 10px;
background: #f9f9f9;
padding: 0px 0px 0px 2%;
width: 98%;
height: auto;
border: 1px solid #dad7d7;

}
.banner_left {
width: 50%;
float: left;
padding-top: 10px;
}
.service_box {
background: #f2f2f2;
padding: 10px;
border: 1px solid #dad7d7;
}
.service_outer {
width: 45%;
float: left;
margin-right: 2%;
margin-bottom: 10px;
margin-left: 2%;
}
.service_outer h3 {
color: #DF642B;
background:none;
padding-left: 0px;
text-align: center;
font-size: 14px!important;
}
.service_outer a {
color: #e0642c;
font-size: 14px;
}
.service-pack1 {
background: url(images/frame.png) no-repeat;
width: 206px;
height: 120px;
overflow: hidden;
padding: 5px 5px 35px 5px;
margin:0px auto;
}
.trial_form_layout1 {
background: #fff;
border: 1px solid #ccc;
margin: 0px auto 10px auto;
padding: 1% 1%;
width: 98%;
float: right;
background-image:none;
}
.trial_form_layout1 h3 {
background: #E66716;
color: #fff;
font-size: 17px;
margin: 0 0 7px;
padding: 8px 8px;
text-align: center;
font-weight: normal;
}
.trial_form_layout1 select {
width: 100%; 
height:22px;
margin: 2px auto;
padding: 0 3px;
color: #6A6A6A;
border: 1px solid #ddd;
display: block;
background: #EFEFF0;
}
.trial_form1 {
color: #6A6A6A;
border: 1px solid #ddd;
display: block;
background: #EFEFF0;
float: none;
height: 22px;
margin: 2px auto;
padding: 0 3px;
width: 96%;
}
.e_news1 {
background: #fff;
border: 1px solid #ccc;
margin: 0px auto 10px auto;
padding: 1% 1% 3% 1%;
width: 98%;
color: #FFF;
height:auto;
clear: both;

}
.e_news1 h3 {
background: #E66716;
color: #fff;
font-size: 17px;
margin: 0 0 7px;
padding: 8px 8px;
text-align: center;
font-weight: normal;
}
.e_news1 label {
color: #515151;
float: none;
font-size: 12px;
margin: 10px auto 0 auto;
width: 100%;
text-align:center;
display:block;
}
.news_input {
background:#fff;
border:1px solid #ccc;
float: none;
height: 24px;
margin: 10px auto 0 auto;
display:block;
}
.news_submit {
background-image: url("images/newslatter-submit.png");
background-position: left top;
background-repeat: no-repeat;
border: medium none;
cursor: pointer;
height: 29px;
margin: 7px auto 0 auto;
width: 70px;
display:block;
}
/*--------- EQUITY SHARES TIPS PAGE CSS START -----------*/
.pricingtable {
background-color: #FFFFFF;
border: 1px solid #F3F3F3;
float: none;
width:100%;
}
.div-left-box {
float: left;
width: 23%;
background: #fdfdfa;
margin: 53px 0 0 0;
}
.div-left-box ul {
border-right: 1px solid #F3F3F3;
color: #F8F8F8;
float: left;
margin: 3px 0 0;
padding: 0;
width: 99%;
}
.div-left-box li {
list-style-type: none;
background: #fff;
display: block;
color: #4b4b4b;
text-transform: uppercase;
border-bottom: 3px solid #f8f8f8;
height: 43px;
line-height: 42px;
font-size: 13px;
font-weight: bold;
padding-left: 21px;
}

.div_thumb_hover, .div_thumb_hover1, .div_thumb_hover2{ width: 25%; height:240px; border-right:#f3f3f3 solid 1px; float:left; position:relative; background:none; cursor:pointer;}
.div_thumb_hover:last-child, .div_thumb_hover1:last-child, .div_thumb_hover2:last-child{border-right:#CCC solid 0px;}
.div_thumb_hover div.div_hover_inner, .div_thumb_hover1 div.div_hover_inner, .div_thumb_hover2 div.div_hover_inner{width:100%; height:240px; position:absolute; left:0; top:0; background:#FFFFFF;}
.div_thumb_hover:hover div.div_hover_inner:hover, .div_thumb_hover1:hover div.div_hover_inner:hover, .div_thumb_hover2:hover div.div_hover_inner:hover{ 
width:100% !important; height:247px !important; 
position:absolute; left:-7px !important; top:-10px 
!important; border-bottom:3px solid #f3f3f3;
 background:#none;
z-index:10;
-moz-box-shadow: 0px 0px 8px #e3e3e3;
-webkit-box-shadow: 0px 0px 8px #e3e3e3;
box-shadow: 0px 0px 8px #e3e3e3;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e3e3e3')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e3e3e3');
border-radius:8px 8px 0 0;
-webkit-border-radius:8px 8px 0 0;
-moz-border-radius:8px 8px 0 0;
-ms-border-radius:8px 8px 0 0;
-o-border-radius:8px 8px 0 0;
}
#div-left-box {
float: right;
width: 26%;
background: #fdfdfa;
margin: 53px 0 0 0;
}
#div-left-box ul {
width: 100%;
}

/*------------- PAYMENT PAGE CSS START ---------------*/
.banklogocontent {
float: none;
padding: 10px 0px 0;
width: 100%;
}
.bank {
border: 1px dotted #CCCCCC;
display: block;
height: auto;
margin: 20px 0;
padding: 20px;
clear:both;
}
.banklogoimg {
float: left;
width: 45%;
}
.bankdatail {
font-size: 12px;
float: left;
padding-left: 20px;
width: 45%;
}
#getbank {
float: left;
padding: 15px 0 0;
width: 100%;
}
#getfield {
float: left;
width: 50%;
}
.left_container table {
width: 100%;
}
/*------------ ABOUT US PAGE CSS START --------------*/
.inner_nav {
background: #e1f0f8;
width: 98%;
color: #6A6A6A;
font-size: 12px;
height: auto;
margin: 10px 0px;
padding: 2px 1%;
}
.inner_nav ul{ margin:0px; padding:0px 0px 0px 0px; height:auto;}
.inner_nav ul li{ list-style:none; display:block; float:left; padding:5px 3px 5px 3px;   }
.inner_nav ul li a{ color: #6A6A6A; text-decoration:none;   padding:5px 0px 5px 0px; }
.inner_nav ul li a:hover{ color: #0684c7;  }
/*------------ FREE TRIAL PAGE CSS START --------------*/
#free-trial-form {
display: block;
width: 98%;
margin: auto;
background-color: #fefefe;
padding: 2% 2% 2% 0%;
}
#free-trial-form label {
float: left;
width: 27%;
text-align: left;
padding-right: 15px;
padding-top: 5px;
font-size:14px;
}
.trial-form-input {
float: left;
height: 25px;
width: 63%;
margin-left: 9px;
margin-bottom: 7px;
border: 1px solid #e2dede;
outline: none;
color: #b6b5b5;
margin-bottom: 8px;
font-size: 13px;
padding-top: 3px;
padding-right: 5px;
padding-bottom: 3px;
padding-left: 5px;
}
.trial-form-textarea {
height: 100px;
width: 63%;
border: 1px solid #e2dede;
outline: none;
font-size: 12px;
padding: 8px;
margin-left: 9px;
margin-bottom: 7px;
color: #b6b5b5;
font-family: Arial, Helvetica, sans-serif;
}
.trial-form-select {
float: left;
height: 36px;
width: 63%;
margin-left: 9px;
margin-bottom: 7px;
border: 1px solid #e2dede;
outline: none;
color: #b6b5b5;
margin-bottom: 8px;
font-size: 13px;
padding-top: 3px;
padding-right: 5px;
padding-bottom: 3px;
padding-left: 5px;
}
.trial-check-last {
float: left;
margin-top: 11px;
margin-right: 8px;
margin-left: 13px;
}
.trial-sign-up {
background-color: #0684C7;
background-repeat: no-repeat;
border: medium none;
border-radius: 6px 6px 6px 6px;
color: #FFFFFF;
cursor: pointer;
font-size: 18px;
height: 43px;
margin-left: 274px;
margin-top: 15px;
outline: medium none;
padding: 0 15px;
text-align: center;
}
.left_container p {
text-align: justify;
padding: 0px 5px 0px 0px;
}
/*----------- WEEKLY PRECITION 1 PAGE CSS START ------------*/
#weekly_table{
display:none;
}
.free-trial{
color: transparent!important;
background-image: url(images/free-trial-new.png);
background-repeat: no-repeat;
height: 55px;
width: 80px;
display: block;
border-radius: 0px!important;
text-shadow: none!important;
margin: -9px 0px 0px 0px!important;
padding: 0px 0px 0px 0px!important;

}
}
 
 /*Styles for screen 600px and lower*/
@media screen and (max-width: 640px) {
.logo {
margin-left: 0px;
float: none;
text-align:center;
width: auto;
}
.top-right {
float: none;
margin-left: 0px;
text-align:center;
margin-top:15px;
}
.live_chat_left, .days-left, .icons{
display:none;

}
.top-right ul {
float: none;
width:100%;
text-align: center;
}
.top-right li {
display: inline;
	float: none;
list-style-type: none;
color: #181818;
font-size: 12px;
padding-left: 10px;
}
.top-right a {
color: #181818;
display: inline-block;
text-decoration: none;
text-align: center;
padding-right: 10px;
}
.call {
float: none;
font-size: 12px;
text-align: center;
width: 100%;
}
.call_right {
float: none;
margin: 10px 0px 0 0;
}
.call p {
margin: 10px 0px 0px 0px;
font-size:13px;
}
.call strong {
font-size:25px;
font-weight: bold;
}
.container_left {
background-color: #FFFFFF;
width: 100%;
float: left;
}
/*------------- NAVIGATION CSS START -------------*/
#navigation {
padding: 0 0 0 0;
background-image: url("images/nav-bg.jpg");
background-repeat: repeat;
height: 40px;
border:1px solid #e47b4b;
width:100%;

}
 #navigation a.nav-btn {
display: block;
font-size: 13px;
line-height: 40px;
padding-top: 0px;
height: 28px;
padding-left: 10px;
text-transform:capitalize;
color: #fff;
font-size: 13px;
font-weight: 700;
text-decoration:none;
}
 
 #navigation a.nav-btn span.arr {
background:url(images/nav-arr.png) no-repeat 0 0;
width: 13px;
height: 9px;
position: absolute;
right: 14px;
top: 12px;
}
 #navigation a.nav-btn span.arr.active {
background: url(images/nav-arr.png) no-repeat 0 bottom;
}
#navigation a.nav-btn:hover {
text-decoration: none;
}
 #navigation {
position: relative;
z-index: 1000;
}
 #navigation ul {
display: none;
position: absolute;
top: 41px;
left: -1px;
width: 100%;
background:#fff;
border:1px solid #ccc;
}
 #navigation ul li {
display: block;
line-height: 40px !important;
float: none;
text-align:left;
border-bottom:1px solid #ccc;


}
 #navigation ul li a {
padding: 0 2%;
text-decoration:none;
background:none;
width: 96%;
text-align:left;
font-size:14px;
text-transform:uppercase;
color:#000;
text-shadow:none!important;
border-radius:0px;
background:#fff;
margin: 0px;
}
#navigation ul li a:hover,  #navigation ul li.active a {
padding: 0 2%;
text-decoration: none!important;
background:none;
width: 96%;
text-align:left;
color:#fff;
text-shadow:none!important;
border-radius:0px;
background:#0684c7;

}
	.nav{
	display:none;
	}
	.slideshow {
width: 100%;
float: left;
margin-top: 15px;
}
	.market-news{
	display:none;
	}
.container_right {
width: 100%;
float: none;
clear: both;
}
.services-box {
background:#fff;
/*border:1px solid #b9b9b9;*/
height: auto;
width: 100%;
-moz-border-radius: 9px 9px 0px 0px;
-webkit-border-radius: 9px 9px 0px 0px;
border-radius: 9px 9px 0px 0px;
}
.services-box h3 {
color: #FFFFFF;
-moz-border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
float: left;
font-size: 16px;
margin: 0px;
padding: 2% 4%;
width: 91%;
background-image: url("images/nav-bg.jpg");
background-repeat: repeat;
border:1px solid #e47b4b;
}

.services-box li {
background-image: url("images/service-li-bg.png");
background-position: left top;
background-repeat: repeat-x;
color: #555555;
font-size: 12px;
height: 23px;
line-height: 16px;
list-style-type: none;
margin: 8px 0;
padding: 0px;
width:100%;
}
.services-box li img {
margin: 0 9px 0 14px;
vertical-align: middle;
}
.quick-trial {
display:none;
}
.container_left2 {
float: none;
width: 100%;
}
.top-table {
width:100%;
background:#2c6ea0; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; padding:10px 0px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
-webkit-border-radius: 6px 6px 0px 0px;
border-radius: 6px 6px 0px 0px;
}
#border_top{
border-top: 1px solid #FFFFFF;
}
.commentary_right {
background-color: #ffffff;
float: none;
width: 100%;
}
.commentary_right h1 {
	background-color: #fff;
	color: #181818;
	font-size:20px; 
margin: 0 0 0px 0;
padding: 5px;
	
}
.commentary_right h2 {
	background-color: #F9F9F6;
	color: #D55313;
	font-size: 18px;
	padding: 5px;
}
.commentary_right p {
	color: #6A6A6A;
	font-size: 12px;
	padding: 0 10px;
}
.commentary_right_textarea {
border-color: black;
border-style: solid;
text-align: justify;
font-size: smaller;
font-family: Arial;
letter-spacing: normal;
page-break-inside: auto;
width: 96%;
height: 240px;
margin: 10px auto 0px auto;
padding: 2% 1%;
}
.video-box {
display:none;
}
.container_right2 {
float: none;
width: 100%;
clear:both;

}
.trial_form_layout {
background: #fff;
border: 1px solid #ccc;
margin: 10px 0;
padding: 1% 1%;
width: 97%;
float: none;
}
.trial_form_layout h3 {
background:#E66716;
color: #fff;
font-size: 20px;
margin: 0 0 7px;
padding:8px 8px;
text-align:center;
font-weight:normal;
}
.trial_form_layout label {
background: #fff;
color: #666;
float: none;
font-size: 14px;
height: auto;
line-height: 18px;
margin: 5px 0 0px 0;
padding: 0 0px 0 2px;
width: 90%;
display:block;
}
.trial_form {
background:#fff;
border:1px solid #ccc;
color: #6A6A6A;
display: block;
float: none;
height: 25px;
margin: 5px auto 6px auto;
padding: 0 0 0 1%;
width:98%;
}
.trial_form_layout select {
width: 100%;
height: 28px;
margin:5px 0px;
background:#fff;
border:1px solid #ccc;
color: #6A6A6A;
}
.continer_mid {
display: none;
}
.footer_top {
display: none;
}
.sales {
display: none;
}
.footer_bg {
background-image:none;
background-color: #fbfbfb;
width:100%;
border-top:5px solid #df642b;

}
.footer {
margin: auto;
width: 100%;
}
.footer_bg {
background-image:none;
background-color: #fbfbfb;
width:100%;
border-top:5px solid #df642b;

}
.footer {
margin: auto;
width: 100%;
}
.footer_botm {
margin: 15px auto 0px auto;
width:96%;
}
.footer_listing h2 {
color: #df642b;
font-size: 17px;
font-weight: bold;
margin-bottom: 10px;
margin-top: 0px;
}
.footer_listing {
background-image:none;
display: block;
float: none;
height: auto;
margin: 0 4px 15px 0;
padding: 0 0 9px;
width: 99%;
}
.footer_listing ul {
float: none;
margin-right: 0px;
}
.footer_listing li {
background-image: url("images/arrow1.png");
background-position: 5px center;
background-repeat: no-repeat;
color: #666;
font-size: 14px;
list-style-type: none;
margin-bottom: 0;
margin-top: 6px;
border-bottom:1px solid #ccc;
padding:6px 0px 6px 15px;
}
.footer_listing li a {
color: #666;
text-decoration: none;
}
#market, #support {
width: 97%;
}
#about {
background-image:none;
display: block;
float: none;
height: auto;
margin: 0 4px 15px 0;
padding: 0 0 9px;
width: 97%;
}
.footer_last {
margin: 20px auto auto;
width: 97%;
}

.bottom_add {
color: #666;font-family: arial;font-size: 13px;
text-align:center;
margin-bottom: 10px;
}
.bottom_add a {
color: #666;
text-decoration: underline!important;
}
.bottom_add a:hover {
color: #df642b;
text-decoration: none!important;
}

.footer_nav {
float: none;
margin-left: 0px;
text-align:center;
width:100%;
margin-top:15px;
display: inline;
}
.footer_nav ul {
float: none;
width:100%;
text-align: center;
display:block;
}
.footer_nav li {
display: inline;
	float: none;
list-style-type: none;
color: #666;
font-size: 13px;

}
.footer_nav a {
color: #666;
display: inline-block;
text-decoration: none;
text-align: center;
padding-right: 10px;
}

.footer_nav a:hover {
color: #df642b;
text-decoration: none;
}
.copy_right {
float: none;
font-size: 13px;
text-align:center;
color:#666;
display:block;
margin:8px 0px 0px 0px;
}
.quick-trial-bottom{
display:block;
width:99%;
margin:10px auto;
background:#fff;
border:1px solid #ccc;
padding:0px 0px 20px 0px;
}
.quick-trial-bottom p{
color:#fff;
font-size:20px;
text-align:center;
background:#db0908;
padding:1%;
margin:0px;
}
.quick-trial-bottom strong {
display:block;
}
.input-trial_new  {
background: #fff;
border: 1px solid #ccc;
height: 35px;
margin: 15px auto 0 auto;
padding: 0 15px 0 10px;
width: 85%;
float: none;
display:block;
}
.trial_submit_new {
background: #000;
cursor: pointer;
float: none;
height: 37px;
margin: 10px auto 0 auto;
width: 30%;
color:#fff;
font-size:15px;
text-align:center;
border:none;
display:block;

}
.head-line {
display:none;
}
/*--------- Services page css start ---------*/
.left_container {
width: 100%;
float: left;
clear: left;
padding: 10px 0px;
}
.baner_inner {
background: #f9f9f9;
padding: 0px 0px 0px 0px;
width: 100%;
height: auto;
border: 1px solid #dad7d7;
margin-bottom: 10px;
}
.banner_left {
width: 96%;
float: none;
padding-top: 10px;
text-align:center;
margin:0px auto;
}
.right_banner_img {
float: none;
margin-top: 1px;
padding: 0px;
text-align:center;
display:block;
margin: 0px auto;
}
.service_box {
background: #f2f2f2;
padding: 10px;
border: 1px solid #dad7d7;
}
.service_outer {
width: 45%;
float: left;
margin-right: 2%;
margin-bottom: 10px;
margin-left: 2%;
}
.service_outer h3 {
color: #DF642B;
background:none;
padding-left: 0px;
text-align: center;
font-size: 14px!important;
}
.service_outer a {
color: #e0642c;
font-size: 14px;
}
.service-pack1 {
background: url(images/frame.png) no-repeat;
width: 206px;
height: 120px;
overflow: hidden;
padding: 5px 5px 35px 5px;
margin:0px auto;
}
.trial_form_layout1 {
background: #fff;
border: 1px solid #ccc;
margin:10px auto 10px auto;
padding: 1% 1%;
width: 98%;
float: right;
background-image:none;
}
.trial_form_layout1 h3 {
background: #E66716;
color: #fff;
font-size: 17px;
margin: 0 0 7px;
padding: 8px 8px;
text-align: center;
font-weight: normal;
}
.trial_form_layout1 select {
width: 98%; 
height:22px;
margin: 2px auto;
padding: 0 3px;
color: #6A6A6A;
border: 1px solid #ddd;
display: block;
background: #EFEFF0;
}
.trial_form1 {
color: #6A6A6A;
border: 1px solid #ddd;
display: block;
background: #EFEFF0;
float: none;
height: 22px;
margin: 2px auto;
padding: 0 3px;
width: 96%;
}
.e_news1 {
display:none;

}


/*--------- EQUITY SHARES TIPS PAGE CSS START -----------*/
.pricingtable {
background-color: #FFFFFF;
border: 1px solid #F3F3F3;
float: none;
width:100%;
}
.div-left-box {
float: left;
width: 23%;
background: #fdfdfa;
margin: 53px 0 0 0;
}
.div-left-box ul {
border-right: 1px solid #F3F3F3;
color: #F8F8F8;
float: left;
margin: 3px 0 0;
padding: 0;
width: 99%;
}
.div-left-box li {
list-style-type: none;
background: #fff;
display: block;
color: #4b4b4b;
text-transform: uppercase;
border-bottom: 3px solid #f8f8f8;
height: 43px;
line-height: 42px;
font-size: 13px;
font-weight: bold;
padding-left: 21px;
}

.div_thumb_hover, .div_thumb_hover1, .div_thumb_hover2{ width: 25%; height:240px; border-right:#f3f3f3 solid 1px; float:left; position:relative; background:none; cursor:pointer;}
.div_thumb_hover:last-child, .div_thumb_hover1:last-child, .div_thumb_hover2:last-child{border-right:#CCC solid 0px;}
.div_thumb_hover div.div_hover_inner, .div_thumb_hover1 div.div_hover_inner, .div_thumb_hover2 div.div_hover_inner{width:100%; height:240px; position:absolute; left:0; top:0; background:#FFFFFF;}
.div_thumb_hover:hover div.div_hover_inner:hover, .div_thumb_hover1:hover div.div_hover_inner:hover, .div_thumb_hover2:hover div.div_hover_inner:hover{ 
width:100% !important; height:247px !important; 
position:absolute; left:-7px !important; top:-10px 
!important; border-bottom:3px solid #f3f3f3;
 background:#none;
z-index:10;
-moz-box-shadow: 0px 0px 8px #e3e3e3;
-webkit-box-shadow: 0px 0px 8px #e3e3e3;
box-shadow: 0px 0px 8px #e3e3e3;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e3e3e3')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#e3e3e3');
border-radius:8px 8px 0 0;
-webkit-border-radius:8px 8px 0 0;
-moz-border-radius:8px 8px 0 0;
-ms-border-radius:8px 8px 0 0;
-o-border-radius:8px 8px 0 0;
}
#div-left-box {
float: right;
width: 26%;
background: #fdfdfa;
margin: 53px 0 0 0;
}
#div-left-box ul {
width: 100%;
}

/*------------- PAYMENT PAGE CSS START ---------------*/
.banklogocontent {
float: none;
padding: 10px 0px 0;
width: 100%;
}
.bank {
border: 1px dotted #CCCCCC;
display: block;
height: auto;
margin: 20px 0;
padding: 20px;
clear:both;
}
.banklogoimg {
float: left;
width: 45%;
}
.bankdatail {
font-size: 12px;
float: left;
padding-left: 20px;
width: 45%;
}
#getbank {
float: left;
padding: 15px 0 0;
width: 100%;
}
#getfield {
float: left;
width: 50%;
}
/*------------ ABOUT US PAGE CSS START --------------*/
.inner_nav {
background: #e1f0f8;
width: 98%;
color: #6A6A6A;
font-size: 12px;
height: auto;
margin: 10px auto;
padding: 5px 1% 0px 1%;
}
.inner_nav ul {
margin: 0px;
padding: 0px 0px 5px 0px;
display:block;
height: auto;
text-align:center;
}
.inner_nav ul li {
list-style: none;
display: inline;
float: none;
padding:5px 3px 3px 3px;
}
.inner_nav ul li a {
display:inline-block;
color: #6A6A6A;
text-decoration: none;
padding: 5px 0px 3px 0px;
text-align:center;

}

/*------------ FREE TRIAL PAGE CSS START --------------*/
#free-trial-form {
display: block;
width: 95%;
margin:0px auto;
background-color: #f2f2f2;
padding: 3% 2% 2% 3%;
}
#free-trial-form label {
float: none;
width: 100%;
text-align: left;
padding-right: 0px;
padding-top: 5px;
font-size:14px;
color:#8A8A8A;
}
.trial-form-input {
float: none;
height: 28px;
width: 98%;
margin:5px 0px 8px 0px;
border: 1px solid #e2dede;
outline: none;
color: #8A8A8A;
font-size: 13px;
padding:1% 1%;
}
.trial-form-textarea {
height: 100px;
width: 98%;
border: 1px solid #e2dede;
outline: none;
font-size: 13px;
margin:5px 0px 8px 0px;
padding:1% 1%;
color: #8A8A8A;
font-family: Arial, Helvetica, sans-serif;
}
.trial-form-select {
float: none;
height: 36px;
width: 98%;
margin:5px 0px 8px 0px;
border: 1px solid #e2dede;
outline: none;
color: #8A8A8A;
font-size: 13px;
padding:1% 1%;
}
#free-trial-form p {
color: #8A8A8A;
}
.trial-check-last {
float: left;
margin-top: 11px;
margin-right: 8px;
margin-left: 13px;
}
.trial-sign-up {
background-color: #0684C7;
background-repeat: no-repeat;
border: medium none;
border-radius: 6px 6px 6px 6px;
color: #FFFFFF;
cursor: pointer;
font-size: 18px;
height: 43px;
margin: 10px auto;
outline: medium none;
padding: 0 15px;
text-align: center;
display:block;
}
.left_container p {
text-align: justify;
padding: 0px 5px 0px 0px;
}
/*----------- WEEKLY PRECITION 1 PAGE CSS START ------------*/
#weekly_table{
display:none;
}
.free-trial{
	color:#000!important;
	background-image: none!important;
	height:auto;
	width: auto;
	display:block;
	border-radius: 0px!important;
	text-shadow:none!important;
	margin:0px 0px 0px 0px!important;
	padding: 0 2%!important;
	background:#8aac1d!important;

}
.free-trial:hover{
background:#0684c7!important;
color:#fff!important;
}
}
@media screen and (max-width:420px) {
.slideshow {
width: 100%;
float: left;
margin-top: 15px;
}

.market-news{
	display:none;
	}
.commentary_right {
background-color: #ffffff;
float: none;
width: 100%;
}
.commentary_right h1 {
	background-color: #fff;
	color: #181818;
	font-size:20px; 
margin: 0 0 0px 0;
padding: 5px;
	
}
.commentary_right h2 {
	background-color: #F9F9F6;
	color: #D55313;
	font-size: 18px;
	padding: 5px;
}
.commentary_right p {
	color: #6A6A6A;
	font-size: 12px;
	padding: 0 10px;
}
.commentary_right_textarea {
border-color: black;
border-style: solid;
text-align: justify;
font-size: smaller;
font-family: Arial;
letter-spacing: normal;
page-break-inside: auto;
width: 95%;
height: 200px;
margin: 10px 0px 0px 0px;
padding: 2%;
}
.continer_mid {
display: none;
}
.footer_top {
display: none;
}
.sales {
display: none;
}
.footer_bg {
background-image:none;
background-color: #fbfbfb;
width:100%;
border-top:5px solid #df642b;

}
.footer {
margin: auto;
width: 100%;
}
.footer_botm {
margin: 15px auto 0px auto;
width:96%;
}
.footer_listing h2 {
color: #df642b;
font-size: 17px;
font-weight: bold;
margin-bottom: 10px;
margin-top: 0px;
}
.footer_listing {
background-image:none;
display: block;
float: none;
height: auto;
margin: 0 4px 15px 0;
padding: 0 0 9px;
width: 99%;
}
.footer_listing ul {
float: none;
margin-right: 0px;
}
.footer_listing li {
background-image: url("images/arrow1.png");
background-position: 5px center;
background-repeat: no-repeat;
color: #666;
font-size: 13px;
list-style-type: none;
margin-bottom: 0;
margin-top: 6px;
border-bottom:1px solid #ccc;
padding:6px 0px 6px 15px;
}
.footer_listing li a {
color: #666;
text-decoration: none;
}
#market, #support {
width: 97%;
}
#about {
background-image:none;
display: block;
float: none;
height: auto;
margin: 0 4px 15px 0;
padding: 0 0 9px;
width: 97%;
}
.footer_last {
margin: 20px auto auto;
width: 97%;
}

.bottom_add {
color: #666;font-family: arial;font-size: 13px;
text-align:center;
margin-bottom: 10px;
}
.bottom_add a {
color: #666;
text-decoration: underline!important;
}
.bottom_add a:hover {
color: #df642b;
text-decoration: none!important;
}

.footer_nav {
float: none;
margin-left: 0px;
text-align:center;
width:100%;
margin-top:15px;
display: inline;
}
.footer_nav ul {
float: none;
width:100%;
text-align: center;
display:block;
}
.footer_nav li {
display: inline;
	float: none;
list-style-type: none;
color: #666;
font-size: 13px;

}
.footer_nav a {
color: #666;
display: inline-block;
text-decoration: none;
text-align: center;
padding-right: 10px;
}

.footer_nav a:hover {
color: #df642b;
text-decoration: none;
}
.copy_right {
float: none;
font-size: 13px;
text-align:center;
color:#666;
display:block;
margin:8px 0px 0px 0px;
}
.quick-trial-bottom{
display:block;
width:100%;
margin:10px auto;
background:#fff;
border:1px solid #ccc;
padding:0px 0px 10px 0px;
}
.quick-trial-bottom p{
color:#fff;
font-size:17px;
text-align:center;
background:#db0908;
padding:1%;
margin:0px;
}
.quick-trial-bottom strong {
display:block;
}
.input-trial_new  {
background: #fff;
border: 1px solid #ccc;
height: 30px;
margin: 15px auto 0 auto;
padding: 0 15px 0 10px;
width: 85%;
float: none;
display:block;
}
.trial_submit_new {
background: #000;
cursor: pointer;
float: none;
height: 34px;
margin: 10px auto 0 auto;
width: 30%;
color:#fff;
font-size:15px;
text-align:center;
border:none;
display:block;

}

.services-box {
display: none;
}
.head-line {
display:none;
}
#border_top tr {
font-size:11px;
}

/*--------- Services page css start ---------*/
.left_container {
width: 100%;
float: left;
clear: left;
padding: 10px 0px;
}
.baner_inner {
background: #f9f9f9;
padding: 0px 0px 0px 0px;
width: 100%;
height: auto;
border: 1px solid #dad7d7;
margin-bottom: 10px;

}
.banner_left {
width: 96%;
float: none;
padding-top: 10px;
text-align:center;
margin:0px auto;
}
.right_banner_img {
float: none;
margin-top: 1px;
padding: 0px;
text-align:center;
display:block;
margin: 0px auto;
}
.service_box {
background: #f2f2f2;
padding: 10px;
border: 1px solid #dad7d7;
}
.service_outer {
width: 100%;
float: none;
margin-right: auto;
margin-bottom: 35px;
margin-left: auto;
display: block;
}
.service_outer h3 {
color: #DF642B;
background:none;
padding-left: 0px;
text-align: center;
font-size: 14px!important;
}
.service_outer a {
color: #e0642c;
font-size: 14px;
}
.service-pack1 {
background: url(images/frame.png) no-repeat;
width: 206px;
height: 120px;
overflow: hidden;
padding: 5px 5px 35px 5px;
margin:0px auto;
}
.trial_form_layout1 {
background: #fff;
border: 1px solid #ccc;
margin:10px auto 10px auto;
padding: 1% 1%;
width: 98%;
float: none;
background-image:none;
}
.trial_form_layout1 h3 {
background: #E66716;
color: #fff;
font-size: 17px;
margin: 0 0 7px;
padding: 8px 8px;
text-align: center;
font-weight: normal;
}
.trial_form_layout1 select {
width: 98%; 
height:22px;
margin: 2px auto;
padding: 0 3px;
color: #6A6A6A;
border: 1px solid #ddd;
display: block;
background: #EFEFF0;
}
.trial_form1 {
color: #6A6A6A;
border: 1px solid #ddd;
display: block;
background: #EFEFF0;
float: none;
height: 25px;
margin:7px auto;
padding: 0 3px;
width: 98%;
}
.trial_submit2 {
background-color: transparent;
background-image: url("images/free-trial.png");
background-position: left top;
background-repeat: no-repeat;
border: medium none;
cursor: pointer;
float: none;
height: 28px;
margin: 10px auto 10px auto;
width: 106px;
display:block;
}
.e_news1 {
display:none;
}
/*----------- EQUITY SHARES TIP START -------------*/
.div-left-box li {
list-style-type: none;
background: #fff;
display: block;
color: #4b4b4b;
text-transform: uppercase;
border-bottom: 3px solid #f8f8f8;
height: 43px;
line-height: 42px;
font-size: 12px;
font-weight: bold;
padding-left: 10px;
}

/*------------- PAYMENT PAGE CSS START ---------------*/
.banklogocontent {
float: none;
padding: 10px 0px 0;
width: 100%;
}
.bank {
border: 1px dotted #CCCCCC;
display: block;
height: auto;
margin: 20px 0;
padding: 20px;
clear:both;
}
.banklogoimg {
float: left;
width: 45%;
}
.bankdatail {
font-size: 12px;
float: left;
padding-left: 20px;
width: 45%;
}
#getbank {
float: left;
padding: 15px 0 0;
width: 100%;
}
#getdrop {
float: none;
margin: 0 auto 0 auto;
width:50%;
display:block;
}
#get91 {
display:block;
padding-top: 5px;
float: none;
margin: 0 auto 0 auto;
width:50%;}
#getfield {
float: none;
width: 70%;
margin:10px auto;
}
.left_container table {
width: 100%;
}
/*------------ ABOUT US PAGE CSS START --------------*/
.inner_nav {
background: #e1f0f8;
width: 98%;
color: #6A6A6A;
font-size: 12px;
height: auto;
margin: 10px auto;
padding: 5px 1% 0px 1%;
}
.inner_nav ul {
margin: 0px;
padding: 0px 0px 5px 0px;
display:block;
height: auto;
text-align:center;
}
.inner_nav ul li {
list-style: none;
display: inline;
float: none;
padding:5px 3px 3px 3px;
}
.inner_nav ul li a {
display:inline-block;
color: #6A6A6A;
text-decoration: none;
padding: 5px 0px 3px 0px;
text-align:center;

}
/*------------ FREE TRIAL PAGE CSS START --------------*/
#free-trial-form {
display: block;
width: 95%;
margin:0px auto;
background-color: #f2f2f2;
padding: 3% 2% 2% 3%;
}
#free-trial-form label {
float: none;
width: 100%;
text-align: left;
padding-right: 0px;
padding-top: 5px;
font-size:14px;
color:#8A8A8A;
}
.trial-form-input {
float: none;
height: 28px;
width: 98%;
margin:5px 0px 8px 0px;
border: 1px solid #e2dede;
outline: none;
color: #8A8A8A;
font-size: 13px;
padding:1% 1%;
}
.trial-form-textarea {
height: 100px;
width: 98%;
border: 1px solid #e2dede;
outline: none;
font-size: 13px;
margin:5px 0px 8px 0px;
padding:1% 1%;
color: #8A8A8A;
font-family: Arial, Helvetica, sans-serif;
}
.trial-form-select {
float: none;
height: 36px;
width: 98%;
margin:5px 0px 8px 0px;
border: 1px solid #e2dede;
outline: none;
color: #8A8A8A;
font-size: 13px;
padding:1% 1%;
}
#free-trial-form p {
color: #8A8A8A;
}
.trial-check-last {
float: left;
margin-top: 11px;
margin-right: 8px;
margin-left: 13px;
}
.trial-sign-up {
background-color: #0684C7;
background-repeat: no-repeat;
border: medium none;
border-radius: 6px 6px 6px 6px;
color: #FFFFFF;
cursor: pointer;
font-size: 18px;
height: 43px;
margin: 10px auto;
outline: medium none;
padding: 0 15px;
text-align: center;
display:block;
}
.left_container p {
text-align: justify;
padding: 0px 5px 0px 0px;
}

}

@media screen and (max-width:320px) {
.slideshow {
width: 100%;
float: left;
margin-top: 15px;
}
.market-news{
	display:none;
	}
	
.commentary_right h1 {
	background-color: #fff;
	color: #181818;
	font-size:17px; 
margin: 0 0 0px 0;
padding: 5px;
	
	
}
.continer_mid {
display: none;
}
.footer_top {
display: none;
}
.sales {
display: none;
}
.footer_botm {
margin: 15px auto 0px auto;
width:96%;
}
.footer_listing h2 {
color: #df642b;
font-size: 17px;
font-weight: bold;
margin-bottom: 10px;
margin-top: 0px;
}
.footer_listing {
background-image:none;
display: block;
float: none;
height: auto;
margin: 0 4px 15px 0;
padding: 0 0 9px;
width: 99%;
}
.footer_listing ul {
float: none;
margin-right: 0px;
}
.footer_listing li {
background-image: url("images/arrow1.png");
background-position: 5px center;
background-repeat: no-repeat;
color: #666;
font-size: 13px;
list-style-type: none;
margin-bottom: 0;
margin-top: 6px;
border-bottom:1px solid #ccc;
padding:6px 0px 6px 15px;
}
.footer_listing li a {
color: #666;
text-decoration: none;
}
#market, #support {
width: 97%;
}
#about {
background-image:none;
display: block;
float: none;
height: auto;
margin: 0 4px 15px 0;
padding: 0 0 9px;
width: 97%;
}
.footer_last {
margin: 20px auto auto;
width: 97%;
}

.bottom_add {
color: #666;font-family: arial;font-size: 13px;
text-align:center;
margin-bottom: 10px;
}
.bottom_add a {
color: #666;
text-decoration: underline!important;
}
.bottom_add a:hover {
color: #df642b;
text-decoration: none!important;
}

.footer_nav {
float: none;
margin-left: 0px;
text-align:center;
width:100%;
margin-top:15px;
display: inline;
}
.footer_nav ul {
float: none;
width:100%;
text-align: center;
display:block;
}
.footer_nav li {
display: inline;
	float: none;
list-style-type: none;
color: #666;
font-size: 13px;

}
.footer_nav a {
color: #666;
display: inline-block;
text-decoration: none;
text-align: center;
padding-right: 10px;
}

.footer_nav a:hover {
color: #df642b;
text-decoration: none;
}
.copy_right {
float: none;
font-size: 13px;
text-align:center;
color:#666;
display:block;
margin:8px 0px 0px 0px;
}
.quick-trial-bottom{
display:block;
width:100%;
margin:10px auto;
background:#fff;
border:1px solid #ccc;
padding:0px 0px 10px 0px;
}
.quick-trial-bottom p{
color:#fff;
font-size:14px;
text-align:center;
background:#db0908;
padding:1%;
margin:0px;
}
.quick-trial-bottom strong {
display:block;
}
.input-trial_new  {
background: #fff;
border: 1px solid #ccc;
height: 30px;
margin: 10px auto 0 auto;
padding: 0 15px 0 10px;
width: 85%;
float: none;
display:block;
}
.trial_submit_new {
background: #000;
cursor: pointer;
float: none;
height: 32px;
margin: 8px auto 0 auto;
width: 30%;
color:#fff;
font-size:15px;
text-align:center;
border:none;
display:block;

}
.services-box {
display: none;
}
.head-line {
display:none;
}
#border_top tr {
font-size:10px;
}
.baner_inner {
background: #f9f9f9;
padding: 0px 0px 0px 0px;
width: 100%;
height: auto;
border: 1px solid #dad7d7;
margin-bottom: 10px;

}
.banner_left {
width: 96%;
float: none;
padding-top: 10px;
text-align:center;
margin:0px auto;
}
.right_banner_img {
float: none;
margin-top: 1px;
padding: 0px;
text-align:center;
display:block;
margin: 0px auto;
}
/*----------- EQUITY SHARES TIP START -------------*/
.div-left-box li {
list-style-type: none;
background: #fff;
display: block;
color: #4b4b4b;
text-transform: uppercase;
border-bottom: 3px solid #f8f8f8;
height: 43px;
line-height: 42px;
font-size: 10px;
font-weight: bold;
padding-left: 5px;
}
.left_container table {
width: 100%;
}
/*------------ ABOUT US PAGE CSS START --------------*/
.inner_nav {
background: #e1f0f8;
width: 98%;
color: #6A6A6A;
font-size: 12px;
height: auto;
margin: 10px auto;
padding: 5px 1% 0px 1%;
}
.inner_nav ul {
margin: 0px;
padding: 0px 0px 5px 0px;
display:block;
height: auto;
text-align:center;
}
.inner_nav ul li {
list-style: none;
display: inline;
float: none;
padding:5px 3px 3px 3px;
}
.inner_nav ul li a {
display:inline-block;
color: #6A6A6A;
text-decoration: none;
padding: 5px 0px 3px 0px;
text-align:center;

}
/*------------ FREE TRIAL PAGE CSS START --------------*/
#free-trial-form {
display: block;
width: 95%;
margin:0px auto;
background-color: #f2f2f2;
padding: 3% 2% 2% 3%;
}
#free-trial-form label {
float: none;
width: 100%;
text-align: left;
padding-right: 0px;
padding-top: 5px;
font-size:14px;
color:#8A8A8A;
}
.trial-form-input {
float: none;
height: 28px;
width: 98%;
margin:5px 0px 8px 0px;
border: 1px solid #e2dede;
outline: none;
color: #8A8A8A;
font-size: 13px;
padding:1% 1%;
}
.trial-form-textarea {
height: 100px;
width: 98%;
border: 1px solid #e2dede;
outline: none;
font-size: 13px;
margin:5px 0px 8px 0px;
padding:1% 1%;
color: #8A8A8A;
font-family: Arial, Helvetica, sans-serif;
}
.trial-form-select {
float: none;
height: 36px;
width: 98%;
margin:5px 0px 8px 0px;
border: 1px solid #e2dede;
outline: none;
color: #8A8A8A;
font-size: 13px;
padding:1% 1%;
}
#free-trial-form p {
color: #8A8A8A;
}
.trial-check-last {
float: left;
margin-top: 11px;
margin-right: 8px;
margin-left: 13px;
}
.trial-sign-up {
background-color: #0684C7;
background-repeat: no-repeat;
border: medium none;
border-radius: 6px 6px 6px 6px;
color: #FFFFFF;
cursor: pointer;
font-size: 18px;
height: 43px;
margin: 10px auto;
outline: medium none;
padding: 0 15px;
text-align: center;
display:block;
}
.left_container p {
text-align: justify;
padding: 0px 5px 0px 0px;
}

}
	
