/*
Theme Name:		Thesis
Theme URI:		http://diythemes.com/thesis/
Description:	A website framework so flexible and extensible that you will never have to change your theme again. Seriously. Check out the <a href="admin.php?page=thesis-options">Site Options</a> and the <a href="admin.php?page=thesis-design-options">Design Options</a> to begin your Thesis experience! [ver. 1.7]
Version:		1.7
Author:			Chris Pearson
Author URI:		http://www.pearsonified.com/
*/

/*
IMPORTANT NOTE!
DO NOT EDIT THIS FILE. If you wish to make custom stylistic changes to your theme, use the custom.css 
template to define custom styles. This way, you will still be able to take advantage of future upgrades 
to the theme without worrying about overwriting your style changes. Also, be sure you've selected the 
"use custom stylesheet" option in the Thesis options panel if you wish to use a custom stylesheet.
*/

body { font-size: 62.5%; }
* { padding: 0; margin: 0; }

img { border:0; float:left; }

a { outline:none; border:none; }

.FloatLeft { float:left; }

.POstionrelative { position:relative; float:left; }

.clear { clear:both; }

.display { display:none; }

.FloeatRight { float:right; }

/*---:[ core layout elements ]:---*/
#header { border-style: double; border-color: #ddd; clear: both; }
	#column_wrap { float: left; }
	.post_box, .teasers_box { border-style: dotted; border-color: #bbb; clear: both; }
		.teaser { float: left; }
		.teaser_right { float: right; }
	.top { border: none; }
		#sidebars { border-color: #ddd; }
			#sidebar_1 { border-color: #ddd; }
#footer { border-style: double; border-color: #ddd; text-align: right; clear: both; }

/*---:[ global elements ]:---*/
a, a:hover { text-decoration: none; }
a.post_image_link { outline: none; }
a img { border: none; }
blockquote { border-left: 1px solid #ddd; color: #666; }
abbr, acronym { line-height: 1em; text-transform: uppercase; letter-spacing: 1px; border-bottom: none; cursor: help; }
code { line-height: 1em; background: #eee; }
pre { background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }
p.center { text-align: center !important; }
p.bottom { margin: 0 !important; }
.remove_bottom_margin { margin-bottom: 0 !important; }

/*---:[ form inputs ]:---*/
input, textarea { font-size: 1em; color: #444; background: #eee; border: 1px solid #aaa; border-right-color: #ddd; border-bottom-color: #ddd; }
input:focus, textarea:focus { background: #fff; border-color: #777; border-right-color: #ccc; border-bottom-color: #ccc; }
	.sidebar .text_input { width: 95%; }
	input.form_submit { font-weight: bold; color: #111; background: url('lib/images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; width: auto !important; overflow: visible; }
	#commentform input.form_submit { border-width: 3px; }
	input.form_submit:hover { color: #090; }

/*---:[ universal image classes ]:---*/
img.alignleft, img.left { float: left; }
img.alignright, img.right { float: right; }
img.aligncenter, img.center { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }
img.alignnone, img.block { display: block; clear: both; }
img.frame { background: #eee; border-style: solid; border-color: #ddd; }
img.stack { clear: none !important; }
img[align="left"] { float: left; clear: left; }
img[align="right"] { float: right; clear: right; }
img[align="middle"] { display: block; margin-right: auto; margin-left: auto; float: none; clear: both; }

/*---:[ image captioning ]:---*/
.wp-caption { border-style: solid; border-color: #ddd; background-color: #eee; text-align: center; font-style: italic; }
	.wp-caption.alignleft { float: left; }
	.wp-caption.alignright { float: right; }
	.wp-caption.aligncenter { margin-right: auto; margin-left: auto; float: none; clear: both; }
	.wp-caption.alignnone { clear: both; }

/*---:[ headlines and bylines ]:---*/
h1, h2, h3, h6 { font-weight: normal; }
h4, h5 { font-weight: bold; }
h5, h6 { text-transform: uppercase; letter-spacing: 1px; }
.format_text h2 { font-weight: bold; }
.format_text h2.top, .format_text h3.top { margin-top: 0 !important; }
.sidebar h3 { font-variant: small-caps; letter-spacing: 2px; }

/*---:[ headline meta data (includes bylines) ]:---*/
.headline_meta { font-style: italic; }
	.headline_meta span, .headline_meta abbr { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
	.headline_meta a { border-bottom: 1px solid #eee; }

/*---:[ horizontal dropdown nav menu structure ]:---*/
.menu { position: relative; list-style: none; z-index: 50; }
	.menu li { position: relative; float: left; }
		.menu ul { position: absolute; visibility: hidden; list-style: none; z-index: 110; }
			.menu ul li { clear: both; }
		.menu a { display: block; }
	.menu table { position: absolute; left: 0; border-collapse: collapse; }
		.menu table table { top: 0 !important; }
		.menu ul ul { position: absolute; top: 0; }
	.menu li:hover ul, .menu a:hover ul, .menu :hover ul :hover ul, .menu :hover ul :hover ul :hover ul { visibility: visible; }
	.menu :hover ul ul, .menu :hover ul :hover ul ul { visibility: hidden; }

/*---:[ nav menu styles ]:---*/
.menu, .menu a, .menu li ul { border-style: solid; }
	.menu a { text-transform: uppercase; letter-spacing: 1px; }
	.menu .current > a, .menu .current-cat > a { cursor: text; }
		.menu .rss { float: right; }
		.menu .rss a, .menu .rss a:hover { padding-right: 16px; background: url('lib/images/icon-rss.gif') 100% 50% no-repeat; border: none; }
		.menu .rss a:hover { text-decoration: underline; }

/*---:[ #header styles ]:---*/
#logo { font-weight: bold; }
#tagline { font-weight: normal; }

/*---:[ content styles ]:---*/
.format_text a { text-decoration: underline; }
.format_text a:hover { text-decoration: none; }
.format_text p.note { background: #f5f5f5; border: 1px solid #ddd; }
.format_text p.alert { background: #ffffa0; border: 1px solid #e5e597; }
.format_text .drop_cap { color: #888; float: left; }
.format_text ul { list-style: square; }
.format_text dt { font-weight: bold; }
	/*---:[ pullquotes ]:---*/
	.format_text blockquote.right, .format_text blockquote.left { border: none; }
	.format_text blockquote.right { float: right; }
	.format_text blockquote.left { float: left; }
		.format_text blockquote.right p, .format_text blockquote.left p { margin: 0; }
	/*---:[ end pullquotes ]:---*/
.format_text .ad { float: right; clear: right; }
.format_text .ad_left { float: left; clear: left; }

/*---:[ after-post elements ]:---*/
.format_text .to_comments { color: #666; clear: both; }
	.format_text .to_comments span { color: #111; line-height: 1em; }
	.format_text .to_comments span.bracket { color: #ccc; }
	.format_text .to_comments a { color: #666; text-decoration: none; }
	.format_text .to_comments a:hover { color: #111; text-decoration: underline; }

/*---:[ tags are not targeted further because these styles need to cascade to teasers as well ]:---*/
.post_tags { color: #666; }
	.post_tags a { text-decoration: none; }
	.post_tags a:hover { text-decoration: underline; }

/*---:[ feature box ]:---*/
#feature_box { background: #eee; border-style: solid; border-color: #ddd; }

/*---:[ home page teasers ]:---*/
.teaser a.teaser_link:hover { text-decoration: underline; }
.teaser .teaser_author { font-style: italic; }
	.teaser .teaser_author .author { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
.teaser .edit_post { letter-spacing: 1px; }
	.teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a { text-transform: uppercase; letter-spacing: 1px; color: #888; border-bottom: 1px solid #eee; }
	.teaser .teaser_author a { font-style: normal; }
	.teaser .format_teaser a { text-decoration: underline; }
	.teaser .format_teaser a:hover { text-decoration: none; }

/*---:[ archive information block ]:---*/
#archive_info { border-style: solid; border-color: #ddd; }
	#archive_info p { text-transform: uppercase; letter-spacing: 2px; }

/*---:[ navigation links ]:---*/
.prev_next { text-transform: uppercase; letter-spacing: 1px; color: #666; border-style: solid; border-color: #ddd; clear: both; }
	.prev_next .next { text-align: right; }
	.prev_next .floated { float: left; }
	.prev_next a { text-decoration: none; }
	.prev_next a:hover { text-decoration: underline; }
	.post_nav a { text-transform: none; letter-spacing: normal; }
#comment_nav_2 { border-style: solid; border-color: #ddd; }

/*---:[ multimedia box ]:---*/
.image_box, .custom_box { border-style: solid; border-color: #ddd; }
	#image_box img { background: #fff; border-style: solid; border-color: #bbb; }

/*---:[ sidebar styles ]:---*/
.sidebar a:hover { text-decoration: underline; }
ul.sidebar_list { list-style: none; }
	li.widget { width: 100%; }
	li.centered { text-align: center; }
		li.widget p a { text-decoration: underline; }
		li.widget p a:hover { text-decoration: none; }
		li.widget ul { list-style: none; }
			li.widget ul li .num_comments { color: #111; }
		/*---:[ widget box styles ]:---*/
		li.widget .widget_box { background: #e3f0f2; border-style: solid; border-color: #addde6; }
		/*---:[ subscriptions widget ]:---*/
		.thesis_widget_subscriptions .sub_rss a { padding-left: 20px; background: url('lib/images/icon-rss.gif') 0 50% no-repeat; }
		.thesis_widget_subscriptions .sub_email a { padding-left: 20px; background: url('lib/images/icon-email.gif') 0 50% no-repeat; }
		/*---:[ google custom search ]:---*/
		li.thesis_widget_google_cse form input[type="text"] { width: 95%; }
		li.thesis_widget_google_cse form input[type="submit"] { font-weight: bold; color: #111; background: url('lib/images/submit-bg.gif'); border: 3px double #999; border-top-color: #ccc; border-left-color: #ccc; cursor: pointer; }
		li.thesis_widget_google_cse form input[type="submit"]:hover { color: #090; }
		/*---:[ calendar widget ]:---*/
		#calendar_wrap { width: 98%; padding: 0 1%; }
			#calendar_wrap a { font-weight: bold; }
			#calendar_wrap a:hover { background: #ddd; text-decoration: none; }
			table#wp-calendar { width: 98%; border-collapse: collapse; }
				table#wp-calendar caption { font-weight: normal; text-transform: uppercase; letter-spacing: 2px; background: #e5e5e5; }
				table#wp-calendar th { width: 14%; background: #f2f2f2; border-bottom: 1px solid #ddd; text-align: center; }
				table#wp-calendar td { width: 14%; color: #888; text-align: center; }
				table#wp-calendar td#next, table#wp-calendar td#prev { width: 45%; text-transform: uppercase; letter-spacing: 1px; }
				table#wp-calendar td#next { text-align: right; }
				table#wp-calendar td#prev { text-align: left; }

/*---:[ comment styles ]:---*/
	.comments_intro p { color: #666; }
		.comments_intro a { text-decoration: underline; }
		.comments_intro a:hover { text-decoration: none; }
		.comments_intro span { color: #111; line-height: 1em; }
		.comments_intro span.bracket { color: #ccc; }
dl#comment_list { border-top: 1px dotted #bbb; }
			dl#comment_list dt a:hover { text-decoration: underline; }
			dl#comment_list dt .comment_author { font-weight: bold; }
			.avatar img { float: right; }
			.comment_time, .edit_comment { color: #888; }
				.comment_time { white-space: nowrap; }
				.comment_time a, .edit_comment a { color: #888; }
				.comment_time a:hover, .edit_comment a:hover { color: #888; }
		.comment_num { float: right; }
			dl#comment_list .comment_num a { font-weight: bold; color: #aaa; }
			dl#comment_list .comment_num a:hover { color: #fff; background: #aaa; text-decoration: none; }
	dl#comment_list .bypostauthor { background: #e7f8fb; }
	dl#comment_list dd { border-bottom: 1px dotted #bbb; }
		dl#comment_list dd p.reply a { color: #888; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }
		dl#comment_list dd p.reply a:hover { text-decoration: underline; }
	dl#comment_list dl { border-top: 0; }
		dl#comment_list dl dt, dl#comment_list dl dd { background: none; }
		dl#comment_list dl dd { border-bottom: 0; }
		dl#comment_list dl .bypostauthor { background: none; }
		dl#comment_list dl dt, dl#comment_list dl dd .format_text { border-style: solid; border-color: #ddd; }
		dl#comment_list dl dt.bypostauthor, dl#comment_list dl dd.bypostauthor > .format_text { border-color: #bde0e6; }
		a.comment_link { color: #111; text-decoration: none; font-variant: small-caps; border-bottom: 1px solid #bbb; }
		a.comment_link:hover { color: #111; border-bottom-color: #111; }
	/*---:[ author comment and alternating comment colors ]:---*/
	/* dl#comment_list .even { background: #f5f5f5; }
	dl#comment_list .odd { background: #fff; } */
#trackback_list { border-top: 1px dotted #bbb; }
		#trackback_list a { color: #111; }
		#trackback_list a:hover { color: #111; text-decoration: underline; }
	#trackback_list span { color: #888; }
	.comments_closed p { text-transform: uppercase; letter-spacing: 1px; color: #888; }

/*---:[ comment form styles ]:---*/
	#respond_intro p { color: #555; }
		#respond_intro p a { font-weight: bold; }
		#respond_intro p a:hover { text-decoration: underline; }
		#cancel-comment-reply-link { text-transform: uppercase; letter-spacing: 1px; color: #fff; background: #d00; border-style: solid; border-color: #ac0000; border-top-color: #fa5a5a; border-left-color: #fa5a5a; float: right; }
.login_alert { background: #f5f5f5; border: 1px solid #ddd; }
	.login_alert p { font-weight: bold; }
		.login_alert p a:hover { text-decoration: underline; }
.comment_moderated { font-weight: bold; }
#commentform { border-top: 1px dotted #bbb; }
	#commentform p { margin-bottom: 1em; }
		#commentform p a { text-decoration: underline; }
		#commentform p a:hover { text-decoration: none; }
		#commentform p .required { color: #d00; }
	#commentform span.allowed { display: block; color: #807e70; background: #f9f7e4; border-style: dotted; border-color: #bbb; }
		#commentform span.allowed span { display: block; }
		/* Support for the highly-recommended Subscribe to Comments Plugin */
		#commentform p.subscribe-to-comments label { font-size: 1em; }

/*---:[ footer styles ]:---*/
#footer a { border-bottom: 1px solid #ccc; }

/*---:[ self-clearing floats from Dan Cederholm ]:---*/
.menu:after, #content_box:after, #sidebars:after, .format_text:after, .teasers_box:after, .prev_next:after, ul.sidebar_list:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }





/************************Main Body HTML*******************************/
#swing-trading-Wrapper { width:964px; height:auto; margin:auto; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important; }

/************************ Top Header Main Part*******************************/
#swing-trading-Wrapper div.swing-trading-Header { width:944px; height:86px; float:left; background:url(swing-trading-images/swing-trading-top-bar.gif) no-repeat top right; padding:25px 0 0 20px; overflow:hidden; }

.swing-trading-Header h1 { width:569px; height:111px; float:left; font-size:26px; color:#fff; }

.swing-trading-Header ul { width:322px; float:left; margin:0; padding:0 0 0 48px; list-style-type:none; }

.swing-trading-Header ul li { float:left; margin:0; padding:0 14px 0 0; list-style-type:none; }

.swing-trading-Header ul li a.freechap { float:left; margin:0; padding:0 0 0 0; list-style-type:none; background:url(swing-trading-images/swing-trading-tab1.gif) no-repeat; width:121px; height:27px; }

.swing-trading-Header ul li a.faq { float:left; margin:0; padding:0 0 0 0; list-style-type:none; background:url(swing-trading-images/swing-trading-tab2.gif) no-repeat; width:67px; height:27px; }

.swing-trading-Header ul li a.support { float:left; margin:0; padding:0 0 0 0; list-style-type:none; background:url(swing-trading-images/swing-trading-tab3.gif) no-repeat; width:86px; height:27px; }

/************************Header Main Part*******************************/
#swing-trading-Wrapper div.swing-trading-HeaderBottom { width:964px; height:532px; float:left; background:url(swing-trading-images/swing-trading-hdr-img.jpg) no-repeat top right; padding:0 0 0 0; }

.swing-trading-HeaderBottom div.swing-trading-leftdare { width:592px; height:222px; *height:169px; float:left; padding:48px 0 0 372px; }

.swing-trading-leftdare h1 { width:592px; height:auto; float:left; padding:0 0 0 0; font-size:31px; color:#000; line-height:35px; font-weight:normal; }

.swing-trading-leftdare h1 span.redclass { color:#d01402; }

.swing-trading-leftdare h1 span.blueclass { color:#2c4881; }

.swing-trading-orderbtnmain { float:right; width:344px; padding:21px 0 0 0; }

/**************************************Interseted*************************/
.swing-trading-HeaderBottom div.swing-trading-interseted { width:964px; height:auto; float:left; padding:0 0 0 0; }

.swing-trading-interseted h2 { width:941px !important; height:auto !important; float:left !important; padding:0 0 0 23px !important; font-size:20px !important; float:left !important; font-weight:normal !important; color:#000000 !important; text-align: center !important; margin: 0!important; }

.swing-trading-interseted h2 span.lagerfont { font-size:25px; font-weight:bold; }
.swing-trading-interseted h2 p {margin:0;}
.swing-trading-interseted p { width:941px; height:auto; float:left; padding:0 0 0 23px; font-size:19px; line-height:23px; float:left; color:#545454; }

/*********************Pannel one********************/
.swing-trading-panelMain { width:300px; padding:23px 0 0 18px; float:left; }

.swing-trading-HeaderBottom div.swing-trading-panel1 { width:300px; height:163px; float:left; background:url(swing-trading-images/swing-trading-hdr-panel.gif) no-repeat; }

.swing-trading-panel1 h3 { width:265px !important; height:auto !important; float:left !important; padding:17px 0 0 28px !important; font-size:21px !important; line-height:23px !important; color:#333333 !important; font-weight:normal !important; margin: 0 !important; }

.swing-trading-panel1 p { width:255px; height:auto; float:left; padding:10px 0 0 28px; font-size:14px; line-height:17px; color:#333333; font-weight:normal; }

.swing-trading-Absolutenumber { position:absolute; left:-10px; width:36px; height:36px; top:-16px; background:url(swing-trading-images/swing-trading-number-circle1.gif) no-repeat; float:left; }

/*********************Pannel two********************/
.swing-trading-panelMain2 { width:300px; padding:23px 0 0 14px; float:left; }

.swing-trading-Absolutenumber2 { position:absolute; left:-10px; width:36px; height:36px; top:-16px; background:url(swing-trading-images/swing-trading-number-circle2.gif) no-repeat; float:left; }

/*********************Pannel three********************/

.swing-trading-Absolutenumber3 { position:absolute; left:-10px; width:36px; height:36px; top:-16px; background:url(swing-trading-images/swing-trading-number-circle3.gif) no-repeat; float:left; }

/************************What trading Part*******************************/
#swing-trading-Wrapper div.swing-trading-WhtTrading { width:964px; height:auto; float:left; padding:26px 0 6px 0; }

.swing-trading-WhtTrading h1 { width:944px; height:66px; line-height:66px; float:left; padding:0 0 0px 20px; background:url(swing-trading-images/swing-trading-hding-bar.gif) no-repeat; font-size:30px; color:#fff; font-weight:normal; }

.swing-trading-WhtTrading div.swing-trading-bottompart { width:964px; height:446px; float:left; padding:0 0 0px 0; background:url(swing-trading-images/swing-trading-bubble-bg.jpg) no-repeat; font-size:30px; color:#fff; font-weight:normal; }

.swing-trading-bottompart span.texttop { width:924px; height:auto; font-size:14px; color:#4c4c4c; line-height:20px; padding:20px 20px 0 20px; float:left }

.swing-trading-bottompart div.swing-trading-LeftTesti { width:186px; height:auto; float:left; padding:35px 42px 0px 60px; font-size:14px; color:#000; line-height:20px; }

.swing-trading-bottompart div.swing-trading-Righttext { width:641px; height:auto; float:left; padding:0 33px 20px 0; }

.swing-trading-Righttext p { width:641px; height:auto; float:left; padding:0 0 0px 0; font-size:14px; color:#4c4c4c; line-height:20px; }

.swing-trading-Righttext p span.textdex { font-weight:bold; text-decoration:underline; }

.swing-trading-Righttext p span.textop { font-weight:bold; padding:14px 0 0 0; float:left; }

.swing-trading-Righttext span.swing-trading-btnsbottom { width:431px; height:auto; float:left; padding:35px 0 0 395px; }

.swing-trading-btnsbottom span.btnsbottompadding { width:405px; height:auto; float:left; padding:0 0 0 0; }

/*******************Expert Saying*******************/

#swing-trading-Wrapper div.swing-trading-Expertview { width:964px; height:auto; float:left; padding:0 0 6px 0; }

.swing-trading-Expertview h1 { width:944px; height:66px; line-height:66px; float:left; padding:0 0 0px 20px; background:url(swing-trading-images/swing-trading-hding-bar.gif) no-repeat; font-size:30px; color:#fff; font-weight:normal; }

.swing-trading-Expertview div.swing-trading-ExpertMid { width:958px; height:auto; float:left; background:url(swing-trading-images/swing-trading-mid-repeat.gif) repeat-y; padding:0 3px 11px 3px; }

.swing-trading-Main-client { width:958px; height:auto; float:left; }

.swing-trading-ExpertMid div.swing-trading-client1{ width:459px; float:left; padding:0px 0 25px 0;}

.swing-trading-client1 span.imageholder { width:106px; height:auto; float:left; }

.swing-trading-client1 span.imageText { width:322px; height:auto; float:left; background:url(swing-trading-images/swing-trading-qoutes-left.gif) no-repeat; padding:6px 0 0 20px; font-size:14px; line-height:20px; color:#4c4c4c; }

.swing-trading-client1 p { /*width:425px;*/ height:auto; float:left; padding:0px 20px 0px 0; font-size:14px !important; line-height:20px; color:#4c4c4c; margin: 0 !important; }

.swing-trading-client1 span.namesig { width:410px; height:auto; float:left; padding:0px 0 0 0; font-size:14px; font-weight:bold; line-height:20px; color:#4c4c4c; }

/***********Client 2**********/
.swing-trading-ExpertMid div.swing-trading-client2{ width:449px; height:auto; float:left;  padding:0px 0 25px 0px;}

.swing-trading-client2 span.imageholder { width:106px; height:auto; float:left; }

.swing-trading-client2 span.imageText { width:322px; height:auto; float:left; background:url(swing-trading-images/swing-trading-qoutes-left.gif) no-repeat; padding:6px 0 0 20px; font-size:14px; line-height:20px; color:#4c4c4c; }

.swing-trading-client2 p { /*width:425px;*/ height:auto; float:left; padding:0px 20px 0px 0; font-size:14px; line-height:20px; color:#4c4c4c; margin: 0 !important; }

.swing-trading-client2 span.namesig { width:410px; height:auto; float:left; padding:0px 0 0 0; font-size:14px; font-weight:bold; line-height:20px; color:#4c4c4c; }

.swing-trading-bottomRound { background:url(swing-trading-images/swing-trading-credible-oute.gif) no-repeat; width:964px; height:16px; float:left; }

/***********Swing Trading Examples*********/

.swing-trading-credibleCourse div.swing-trading-Examples { width:934px; height:auto; float:left; background:url(swing-trading-images/swing-trading-mid-repeat.gif) repeat-y; padding:11px 15px 21px 15px; }

.swing-trading-Examples h2 { width:925px !important; height:auto !important; float:left !important; font-size:25px !important; color:#38aac7 !important; font-size:25px !important; color:#38aac7 !important; padding:0 0 0 7px !important; }

.swing-trading-Examples h2 span.redtect { color:#d10505; }

.swing-trading-Examplemain { padding:15px 0 0 138px; float:left; width:654px; }

/***********What You Will Learn From This Course*********/

.swing-trading-credibleCourse div.swing-trading-Course { width:934px; height:auto; float:left; background:url(swing-trading-images/swing-trading-mid-repeat.gif) repeat-y; padding:11px 15px 21px 15px; }

.swing-trading-Course h2 { width:925px !important; height:auto !important; font-weight:normal !important; float:left !important; font-size:24px !important; color:#38aac7 !important; color:#38aac7 !important; padding:0 0 10px 7px !important; }

.swing-trading-Course h2 span.redtect { color:#d10505; font-weight:bold; }

.swing-trading-CourseMan { padding:0 0 0 18px; width:910px; background:url(swing-trading-images/swing-trading-coursearrow-img.jpg) top right no-repeat; float:left; }

.swing-trading-CourseMan ul { margin:0; padding:11px 0 0 0; list-style-type:none; float:left; width:910px; }

.swing-trading-CourseMan li { margin:0; padding:0 0 11px 30px; list-style-type:none; line-height:20px; float:left; width:880px; background:url(swing-trading-images/swing-trading-red-bullet.gif) 0 0px no-repeat; font-size:14px; color:#4c4c4c; }

/*******************Frequently Asked Questions Section*******************/

.swing-trading-credibleCourse div.swing-trading-faqMid { width:958px; height:auto; float:left; background:url(swing-trading-images/swing-trading-mid-repeat.gif) repeat-y; padding: 5px 3px 21px 3px; }

.swing-trading-faqMid div.swing-trading-whiteques { width:908px; float:left; padding:18px 30px 0px 20px; }

.swing-trading-faqMid div.swing-trading-grayques { width:908px; float:left; padding:18px 30px 0px 20px; background:#F2F2F2 }

.swing-trading-faqMid ul { width:900px; height:auto; float:left; padding:0; margin:0; list-style-type:none; }

.swing-trading-faqMid li { width:900px; height:auto; float:left; padding:0; margin:0; font-size:14px; line-height:20px; color:#4c4c4c; }

.swing-trading-faqMid li span { font-weight:bold; }

/*******************What You Get in Your Swing Trading Course*******************/
.swing-trading-credibleCourse div.swing-trading-swingMid { width:934px; height:auto; float:left; background:url(swing-trading-images/swing-trading-mid-repeat.gif) repeat-y; padding:21px 15px; }

.swing-trading-swingMid div.swing-trading-guide { width:919px; height:auto; float:left; background:url(swing-trading-images/swing-trading-img-swing.jpg) right top no-repeat; padding:0 0 0 8px; }

.swing-trading-guide p { width:715px; height:auto; float:left; font-size:14px; line-height:20px; color:#4c4c4c; padding:0 0 12px 0px; margin: 0 !important; }

.swing-trading-guide p.top { width:715px; height:auto; float:left; font-size:14px; line-height:20px; color:#4c4c4c; padding:20px 0 12px 0px; }

.swing-trading-guide ul { width:715px; height:auto; float:left; padding:0; margin:0 !important; list-style-type:none; }

.swing-trading-guide li { width:200px; height:auto; float:left; font-size:14px; line-height:20px; color:#4c4c4c; padding:0 0 5px 30px; background:url(swing-trading-images/swing-trading-red-bullet.gif) 0 0px no-repeat; }

.swing-trading-swingMid span.swing-trading-tecxt { width:900px; height:auto; float:left; font-size:14px; line-height:20px; color:#4c4c4c; padding:0px 0 0 0px; }

.swing-trading-btn { width:300px; padding:10px 0 0 0; float:right; }

/*******************Why is Swing Trading the Preferred Approach?*******************/
.swing-trading-credibleCourse div.swing-trading-credibleApprachMid { width:934px; height:auto; float:left; background:url(swing-trading-images/swing-trading-mid-repeat.gif) repeat-y; padding:15px 15px; }

.swing-trading-credibleApprachMid div.swing-trading-left-text { width:510px; height:auto; float:left; padding:0 0 0 8px; }

.swing-trading-left-text p { width:480px; height:auto; float:left; padding:0px 0 0 0px; font-size:14px; line-height:20px; color:#4c4c4c; }

.swing-trading-credibleApprachMid div.swing-trading-left-Image { width:407px; height:435px; background:url(swing-trading-images/swing-trading-img-profit.gif) no-repeat; float:left; padding:0 0 0 0px; }

.textdedo { text-decoration:underline; font-weight:bold; }

.swing-trading-topARound { background:url(swing-trading-images/swing-trading-credible-oute.gif) no-repeat; width:812px; height:auto; float:left; padding:12px 76px 10px 76px; }

.swing-trading-topARound div.swing-trading-Calulator { background:url(swing-trading-images/swing-trading-approch.jpg) no-repeat; float:left; width:777px; height:386px; padding:0 0 0 35px; }

.swing-trading-Calulator h3 { float:left; width:777px; font-size:40px; color:#fff; font-weight:normal; }

.swing-trading-Calulator h4 { float:left; width:777px; font-size:17px; color:#ffea4a; font-weight:normal; }

.swing-trading-CalulatortOP { height:94px; float:left; width:777px; }

.swing-trading-CalulatorBottom { height:auto; float:left; width:777px; }

.swing-trading-CalulatorBottom div.swing-trading-LeftBottom { height:auto; float:left; width:403px; padding:10px 0 0 13px }

.swing-trading-LeftBottom h5 { height:auto; float:left; width:416px; font-size:18px; color:#fff; line-height:20px; font-weight:normal; }

.swing-trading-LeftBottom fieldset { height:auto; float:left; border:none; width:416px; padding:17px 0 0 0; }

.swing-trading-LeftBottom fieldset label { float:left; height:30px; line-height:30px; font-size:14px; color:#fff; width:193px; }

.swing-trading-input { width:140px; height:27px; float:left; text-align:right; font-size:20px; color:#d10505; font-weight:bold; border:1px solid #CFCFCF; background:#fff; }

.swing-trading-LeftBottom fieldset span.perdcebt { text-align:center; float:left; height:30px; line-height:30px; font-size:14px; color:#fff; width:15px; }

.swing-trading-CalulatortInp { height:97px; float:left; width:416px; }

.swing-trading-CalulatorBottom div.swing-trading-RightBottom { height:auto; float:left; width:308px; padding:10px 0 0 13px }

.swing-trading-RightBottom h5 { height:auto; float:left; width:308px; font-size:18px; color:#fff; line-height:20px; font-weight:normal; }

.swing-trading-RightBottom ul { margin:0; padding:15px 0 0 0; list-style-type:none; float:left; width:308px; }

.swing-trading-RightBottom li { margin:0; padding:0; list-style-type:none; float:left; width:308px; font-size:14px; line-height:32px; color:#FFFFFF; }

.Width65 { width:65px; float:left; }

#calc_daily { width:220px; float:left; }

#calc_weekly { width:220px; float:left; }

#calc_monthly { width:220px; float:left; }

#calc_yearly { width:220px; float:left; }

#calc_result_div { float:left; float:left; width:767px; font-size:14px; line-height:18px; color:#fff; padding:10px 0 0px 0; }

/******************************Compatibility of the Trading Methods You will Learn**************************/

.swing-trading-credibleCourse div.swing-trading-Compatibility { width:934px; height:auto; float:left; background:url(swing-trading-images/swing-trading-mid-repeat.gif) repeat-y; padding:21px 15px; }

.swing-trading-Compatibility p { font-size:14px; line-height:18px; color:#4c4c4c; /*width:780px;*/ padding:0 0 0 8px; margin:0 !important; }

.swing-trading-Compatibilitydiv { width:926px; height:auto; float:left; padding:21px 0 0 8px; }

.swing-trading-softwareMain { width:407px; float:left; }

.swing-trading-softwareMain2 { width:407px; float:right; }

.swing-trading-software { width:407px; height:auto; float:left; background:url(swing-trading-images/swing-trading-markets-btm-b.gif) repeat-y; }

.swing-trading-software div.topSoft { width:407px; height:auto; float:left; background:url(swing-trading-images/swing-trading-markets-top-b.gif) left top no-repeat; }

.swing-trading-software div.bottomSoft { width:399px; height:auto; float:left; background:url(swing-trading-images/swing-trading-markets-to-03.gif) left bottom no-repeat; padding:8px 4px; }

.swing-trading-MainRowTrading { width:399px; height:auto; float:left; background:#E8E8E8; }

.swing-trading-MainRowTrading span.leftcom { width:185px; line-height:30px; border-right:1px solid #CCCCCC; float:left; padding:0 0 0 14px; font-size:14px; color:#010101; height:30px; }

.swing-trading-MainRowTrading span.leftcom2 { width:104px; float:left; padding:6px 0 6px 95px; height:18px; }

.swing-trading-MainRowTrading2 { width:399px; height:auto; float:left; }

.swing-trading-MainRowTrading2 span.leftcom { width:185px; line-height:30px; border-right:1px solid #CCCCCC; float:left; padding:0 0 0 14px; font-size:14px; color:#010101; height:30px; }

.swing-trading-MainRowTrading2 span.leftcom2 { width:104px; float:left; padding:6px 0 6px 95px; height:18px; }

.swing-trading-MainRowTrading3 { width:399px; height:auto; float:left; }

.swing-trading-MainRowTrading3 span.leftcom { width:185px; line-height:40px; border-right:1px solid #CCCCCC; float:left; padding:0 0 0 14px; font-size:20px; color:#d10505; height:40px; }

.swing-trading-MainRowTrading3 span.leftcom2 { width:199px; font-size:20px; color:#d10505; height:40px; float:left; padding:0 0 0 0; height:18px; text-align:center; line-height:40px; }

.swing-trading-MainRowTrading span.leftcom3 { width:185px; border-right:1px solid #CCCCCC; float:left; padding:0 0 0 14px; font-size:14px; color:#010101; height:41px; }

.swing-trading-MainRowTrading span.leftcom4 { width:104px; float:left; padding:12px 0 6px 95px; height:22px; }

/***********************************More Proof*********************************/
#swing-trading-Wrapper div.swing-trading-MoreProof { width:964px; height:auto; float:left; padding:0 0 6px 0; }

.swing-trading-MoreProof h1 { width:944px; height:80px; float:left; padding:16px 0 0px 20px; background:url(swing-trading-images/swing-trading-moreproof-bar.gif) no-repeat; font-size:30px; line-height:32px; color:#fff; font-weight:normal; }

.swing-trading-MoreProof div.swing-trading-testi { width:958px; height:auto; float:left; background:url(swing-trading-images/swing-trading-mid-repeat.gif) repeat-y; padding:0 3px 5px 3px; }

.swing-trading-testi div.swing-trading-testemonial1{ width:419px; float:left; padding:0 0 10px 0px;}
.swing-trading-testemonial1 p.top{ width:375px; height:auto; float:left; background:url(swing-trading-images/swing-trading-qoutes-left.gif) left top no-repeat; padding:0px 20px 10px 36px; font-size:14px; line-height:20px; color:#4c4c4c;}
.swing-trading-testemonial1 p.bottom{ width:375px; height:auto; float:left; padding:0px 20px 05px 36px;font-weight:bold; font-size:14px; line-height:20px; color:#4c4c4c;}

.swing-trading-testi div.swing-trading-testemonial2{ width:419px; float:left; padding: 0 0 10px 0px;overflow:hidden;}
.swing-trading-testemonial2 p.top{ width:395px; height:auto; float:left; background:url(swing-trading-images/swing-trading-qoutes-left.gif) left top no-repeat; padding:0px 15px 10px 26px; font-size:14px; line-height:20px; color:#4c4c4c;}
.swing-trading-testemonial2 p.bottom{ width:395px; height:auto; float:left; padding:0px 15px 05px 26px;font-weight:bold; font-size:14px; line-height:20px; color:#4c4c4c;}

.swing-trading-getbook { padding-left:337px; float:left; padding-top:15px; }

/*********************************Footer Part************/



#swing-trading-bodyfooter { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; background:#fff url(swing-trading-images/swing-trading-footer-bg.gif) repeat-x; float:left; margin:0; padding:0; width:100%; height:auto; }

#swing-trading-bodyfooter div.innerbodyfooter { float:left; background:url(swing-trading-images/swing-trading-instant-downl.jpg) 50% 0 no-repeat; margin:0; padding:0; width:100%; height:auto; }

#swing-trading-Wrapper-footer { width:964px; height:auto; margin:auto; }

#swing-trading-Wrapper-footer div.footerleft { float:left; width:313px; height:377px; }

#swing-trading-Wrapper-footer span.footerleftimg { background:url(swing-trading-images/swing-trading-freebonuses.png) no-repeat; float:left; width:313px; height:304px; }

#swing-trading-Wrapper-footer span.footerleftpaypal { background:url(swing-trading-images/swing-trading-footer-logo.png) no-repeat; float:left; width:218px; height:73px; margin-left:25px; }

#swing-trading-Wrapper-footer div.footerRight { float:left; width:643px; height:auto; padding:40px 0 0 0; }

.footerRight h1 { float:left; width:591px; height:auto; font-size:60px; color:#fff; padding:0 0 5px 0; border-bottom:1px dotted #fff; text-transform:uppercase; margin:0; line-height:45px; }

.footerRight h2 { float:left; width:643px; line-height:33px; height:auto; font-size:36px; color:#ffea4a; font-weight:normal; padding:16px 0 5px 0; margin:0; }

.footerRight h3 { float:left !important; width:643px !important; line-height:33px !important; height:auto !important; font-size:30px !important; color:#fff !important; font-weight:normal !important; padding:0 0 5px 0 !important; margin:0 !important; }

.footerRight h4 { float:left; width:643px !important; line-height:33px !important; height:auto !important; font-size:39px !important; color:#ffea4a !important; padding:0 0 15px 0 !important; margin:0 !important; }

.footerRight p { float:left; width:643px; height:auto; font-size:14px; color:#fff; line-height:20px; padding:0px 0 0px 0; margin:0; }

#swing-trading-footer-top { width:964px; height:415px; float:left; }

#swing-trading-footer-top-Nav { width:964px; height:70px; float:left; }

#swing-trading-footer-top-Nav ul { width:570px; height:70px; float:left; margin:0; padding:0; list-style-type:none; }

#swing-trading-footer-top-Nav li { height:70px; line-height:70px; float:left; font-size:12px; color:#666666; }

#swing-trading-footer-top-Nav li a { float:left; font-size:12px; color:#666666; text-decoration:underline; }

#swing-trading-footer-top-Nav li a:hover { text-decoration:none; }

#swing-trading-footer-top-Nav li span { padding:0 12px; float:left; }

#swing-trading-footer-top-Nav p { width:390px; padding:15px 0 0 0; text-align:right; float:left; font-size:12px; color:#666666; }

#swing-trading-footer-top-Bote { width:930px; height:auto; float:left; padding:24px 10px 0 24px; }

#swing-trading-footer-top-Bote p { width:930px; height:auto; float:left; padding:0 0 25px 0; font-size:11px; color:#4c4c4c; }

/*******************Why is This a Credible Course? Section*******************/

#swing-trading-Wrapper div.swing-trading-credibleCourse { width:964px; height:auto; float:left; padding:20px 0 6px 0; }

.swing-trading-credibleCourse h1 { width:944px; height:66px; line-height:66px; float:left; padding:0 0 0px 20px; background:url(swing-trading-images/swing-trading-hding-bar.gif) no-repeat; font-size:30px; color:#fff; font-weight:normal; }

.swing-trading-credibleCourse div.swing-trading-credibleCourseMid { width:934px; height:auto; float:left; background:url(swing-trading-images/swing-trading-mid-repeat.gif) repeat-y; padding:21px 15px; }

.swing-trading-credibleCourseMid h2 { width:900px; height:auto; float:left; padding:0px 0px 10px 4px; font-size:15px; color:#4D4D4D; font-weight:normal; line-height:20px; }

.swing-trading-credibleCourseMid h2 span.redtext { height:auto; color:#D10505; font-weight:bold; }

.swing-trading-credibleCourseMid div.swing-trading-infoCoursegray { width:934px; height:auto; float:left; padding:0px 0px 0px 0px; background:#F7F7F7 }

.swing-trading-leftcredibleCourse { width:227px; height:auto; float:left; padding:20px 0 0px 15px; }

.swing-trading-rightcredibleCourse { width:691px; height:auto; float:left; padding:20px 0 0px 0; border-left:1px solid #D1D1D1; }

.swing-trading-rightcredibleCourse div.swing-trading-tablediv { width:691px; height:auto; float:left; padding:0px 0 0px 0; border-top:1px solid #D1D1D1; }

.swing-trading-tablediv .headdingtd { color:#4D4D4D; font-weight:bold; font-size:14px; padding:10px 0 10px 15px; }

.swing-trading-tablediv .datatd { color:#4D4D4D; font-weight:normal; font-size:14px; padding:3px 0 5px 15px; }

.swing-trading-tablediv .datatdbottom { color:#4D4D4D; font-weight:normal; font-size:14px; padding:3px 0 15px 15px; }

.swing-trading-tablediv .backgray { background:#E8E8E8; }

.swing-trading-tablediv .smalltext { font-size:12px; font-weight:normal; }

.swing-trading-rightcredibleCourse p { width:675px; height:auto; float:left; padding:0px 0px 15px 15px; font-size:14px; color:#4D4D4D; font-weight:normal; line-height:20px; }

.swing-trading-credibleCourseMid .borderBottom { border-bottom:1px solid #D1D1D1; }

.swing-trading-credibleCourseMid .borderright { border-right:1px solid #D1D1D1; }

.swing-trading-credibleCourseMid .paddingTopLeft { padding:5px 0 0px 55px; width:187px; }

/*******************100% Money Back Guarantee Section*******************/

#swing-trading-Wrapper div.swing-trading-MoneyBack { width:964px; height:auto; float:left; padding:0 0 6px 0; }

.swing-trading-MoneyBack h1 { width:944px; height:66px; line-height:66px; float:left; padding:0 0 0px 20px; background:url(swing-trading-images/swing-trading-hding-bar.gif) no-repeat; font-size:30px; color:#FFEA4A; font-weight:bold; }

.swing-trading-MoneyBack div.swing-trading-MoneyBackMid { width:934px; height:auto; float:left; background:url(swing-trading-images/swing-trading-mid-repeat.gif) repeat-y; padding:21px 15px; }

.swing-trading-MoneyBackMid div.swing-trading-leftGuarantee { width:260px; height:auto; float:left; padding:19px 0px 0px 46px; }

.swing-trading-MoneyBackMid div.swing-trading-rightGuarantee { width:570px; height:auto; float:left; padding:15px 0px 0px 0px; }

.swing-trading-rightGuarantee h2 { width:564px; height:42px; float:left; padding:0px 0px 0px 4px; font-size:42px; color:#004E84; font-weight:bold; line-height:32px; margin: 15px 0 0 0!important; }

.swing-trading-rightGuarantee h3 { width:570px; height:42px; float:left; padding:0px 0px 8px 0px; font-size:42px; color:#D10505; font-weight:bold; line-height:32px; }

.swing-trading-rightGuarantee p { width:570px; height:auto; float:left; padding:0px 0px 0px 4px; font-size:14px; color:#000000; font-weight:normal; line-height:20px; }

.swing-trading-rightGuarantee span { width:570px; height:29px; float:left; padding:15px 0px 10px 4px; }

/*******************Free Special Reports Section*******************/

#swing-trading-Wrapper div.swing-trading-FreeSpecial { width:964px; height:auto; float:left; padding:0 0 6px 0; }

.swing-trading-FreeSpecial h1 { width:944px; height:66px; line-height:66px; float:left; padding:0 0 0px 20px; background:url(swing-trading-images/swing-trading-hding-bar.gif) no-repeat; font-size:30px; color:#fff; font-weight:normal; }

.swing-trading-FreeSpecial h1 span { float:left; color:#FFEA4A; }

.swing-trading-FreeSpecial div.swing-trading-FreeSpecialMid { width:934px; height:auto; float:left; background:url(swing-trading-images/swing-trading-mid-repeat.gif) repeat-y; padding:11px 15px; }

.swing-trading-FreeSpecial h2 { width:900px; height:auto; float:left; padding:0px 0px 10px 4px; font-size:14px; color:#4D4D4D; font-weight:normal; line-height:20px; }
.swing-trading-FreeSpecial h2 p{margin:0 !important;}
.swing-trading-FreeSpecialMid div.swing-trading-infoboxgray { width:894px; height:auto; float:left; padding:0px 0px 0px 34px; border-left:1px solid #D1D1D1; border-right:1px solid #D1D1D1; background:#F2F2F2 }

.swing-trading-FreeSpecialMid div.swing-trading-infoboxwhite { width:894px; height:auto; float:left; padding:0px 0px 0px 34px; border:1px solid #D1D1D1; background:#FFF; }

.swing-trading-leftFreeSpecial { width:120px; height:auto; float:left; padding:5px 0 5px 0; border-right:1px solid #D1D1D1; }

.swing-trading-rightFreeSpecial { width:740px; height:auto; float:left; padding:20px 0 0 20px; }

.swing-trading-rightFreeSpecial h3 { width:740px; height:20px; float:left; padding:0 0 5px 0; font-size:14px; color:#000000; font-weight:bold; line-height:20px; }

.swing-trading-rightFreeSpecial h3 span.redtext { color:#D10505; padding-left:10px; }

.swing-trading-rightFreeSpecial p { width:715px; height:auto; float:left; padding:0px 0px 0px 0px; font-size:14px; color:#000000; font-weight:normal; line-height:20px; }

/*******************Free Trading Tool for You*******************/

#swing-trading-Wrapper div.swing-trading-TradingTool { width:964px; height:auto; float:left; padding:0 0 6px 0; }

.swing-trading-TradingTool h1 { width:944px; height:66px; line-height:66px; float:left; padding:0 0 0px 20px; background:url(swing-trading-images/swing-trading-hding-bar.gif) no-repeat; font-size:30px; color:#FFF; font-weight:normal; }

.swing-trading-TradingTool div.swing-trading-TradingToolMid { width:941px; height:auto; float:left; background:url(swing-trading-images/swing-trading-mid-repeat.gif) repeat-y; padding:15px 5px 5px 15px; }

.swing-trading-TradingToolMid span.Tradinghead { float:left; width:920px; height:42px; padding:2px 0px 0px 4px; color:#38AAC7; padding-left:10px; font-size:29px; font-weight:normal; line-height:32px; }

.Tradinghead span.redtext { color:#D10505; padding-left:10px; }

.swing-trading-TradingToolMid div.swing-trading-Tradingseparator { width:932px; height:10px; float:left; padding:0px 0px 15px 0px; border-top:1px solid #CCCCCC; }

.swing-trading-TradingToolMid div.swing-trading-leftTrading { width:188px; height:auto; float:left; padding:15px 0px 0px 12px; }

.swing-trading-TradingToolMid div.swing-trading-rightTrading { width:732px; height:auto; float:left; padding:25px 0px 0px 0px; }

.swing-trading-rightTrading h2 { width:732px; height:24px; float:left; padding:0px 0px 0px 0px; font-size:14px; color:#4D4D4D; font-weight:bold; line-height:20px; }

.swing-trading-rightTrading p { width:732px; height:auto; float:left; padding:0px 0px 0px 0px; font-size:14px; color:#4D4D4D; font-weight:normal; line-height:20px; }

.swing-trading-rightTrading span.clickenlarge { width:732px; height:30px; float:left; padding:5px 0px 0px 0px; font-size:15px; color:#4D4D4D; font-weight:bold; line-height:20px; }

.swing-trading-rightTrading div.swing-trading-rightscreenshot { float:left; width:460px; height:92px; padding:11px 5px 11px 7px; background:#848484; border:1px solid #4D4D4D; }

.swing-trading-rightscreenshot span { width:104px; height:92px; float:left; padding:0px 5px 0px 5px; }

.swing-trading-TradingToolMid div.swing-trading-leftTradingbot { width:235px; height:auto; float:left; padding:15px 0px 0px 12px; }

.swing-trading-TradingToolMid div.swing-trading-rightTradingbot { width:650px; height:auto; float:left; padding:25px 0px 0px 0px; }

.swing-trading-rightTradingbot h2 { width:650px; height:24px; float:left; padding:0px 0px 0px 0px; font-size:14px; color:#4D4D4D; font-weight:bold; line-height:20px; }

.swing-trading-rightTradingbot p { width:650px; height:auto; float:left; padding:0px 0px 15px 0px; font-size:14px; color:#4D4D4D; font-weight:normal; line-height:20px; }

.swing-trading-TradingToolMid div.swing-trading-listoffeatures { width:930px; height:10px; float:left; padding:10px 0px 15px 10px; font-size:15px; color:#4D4D4D; font-weight:bold; line-height:20px; }

.swing-trading-TradingToolMid ul { float:left; height:auto; list-style-type:none; margin:0; padding:0px 0px 0px 15px; width:930px; }

.swing-trading-TradingToolMid li { background:transparent url(swing-trading-images/swing-trading-red-bullet.gif) no-repeat scroll 0 0; color:#4C4C4C; float:left; font-size:14px; height:auto; line-height:20px; padding:0 0 10px 30px; width:435px; }

span.Yellowclass { color:#FFE159; }

.swing-trading-Main-clientTd { border-right:1px solid #CCCCCC; }

.swing-trading-Main-clientTable { float:left; border-bottom:1px solid #CCCCCC; }


/** Update 090923 **/
.swing-trading-testi div.swing-testimonialleft{ width:419px; float:left; border-right:1px solid #CCCCCC; padding:16px 20px 0 20px;}
.swing-trading-testi div.swing-testemonialright{ width:419px; float:left; padding:16px 18px;overflow:hidden;}
.swing-trading-CalulatortOP{ float:left; height:137px; width:777px;}
.swing-trading-CalulatortOP p{ color:#fff; float:left;width:777px;}


.swing-trading-ExpertMid div.swing-trading-clientright{ width:449px; height:auto; float:left;  border-left:1px solid #CCCCCC; padding:16px 0 0px 17px;}
.swing-trading-ExpertMid div.swing-trading-clientleft{ width:459px; /*height:292px;*/ float:left; padding:16px 10px 0 10px;}

#calc_btn{ float:left;width:767px; padding:20px 0 0 0;}