/*GENERAL*/
*{margin:0;padding:0;}
a{outline:none;border:none;}
img{border:none;margin:0;}
input{margin:0;border:none;padding-left:5px;}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body,td,th {
	font:62.5% Arial,Helvetica,sans-serif;
	color:#3F3F3F;
}
html,body{width:100%;height:100%;background:url(../images/background.gif) repeat-x #EAEBED;}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.clear {
	clear: both;
	}

.clearfix:after {content:"."; display:block; height:0;
                 clear:both; visibility:hidden; }
.clearfix       {display:inline-block;}
/* Hide from IE Mac */
.clearfix       {display:block;}
/* End hide from IE Mac */
* html .clearfix{ height:1px;}

.searchRadioButtons label
{
font-family: Arial, Helvetica, sans-serif;
font-size: 1.5em;
width : 500px;
}

#container
	{
	width: 908px;
	margin:0px auto;
	position:relative;
	font-size:1.4em;
	line-height:1.5em;
	}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#header
	{
	background:url(../images/bg-header.jpg) no-repeat left bottom white;
	min-height:275px;
	margin-bottom:2px;
	}
* html #header
	{
	height:275px;
	}
#referred
	{
	float:right;
	padding-top:2px;
	font-size:0.8em;
	}
#header h1
	{
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	width:478px;
	height:197px;
	}
* html #header h1
	{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='crop');
	background-image: url('');
	}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
a, a:visited, a:link, a:active
	{
	color:#d46605;
	text-decoration:none;
	}
a:hover
	{
	color:#333;
	text-decoration:underline;
	}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#content-wrapper
	{
	background:url(../images/bg-content-wrapper.gif);
	margin-bottom:2px;
	}
* html#content-wrapper:after {content:"."; display:block; height:0;
                 clear:both; visibility:hidden; }
* html #content-wrapper{ display:inline-block;display:block;height:1px;}

#content
	{
	background:url(../images/bg-content.gif) no-repeat;
	padding-top:20px;
	}
#content-bottom
	{
	background:url(../images/bg-content-bottom.gif);
	height:15px;
	}
.col-sec
	{
	float:left;
	padding:0 9px;
	width:171px;
	}
.col-main
	{
	float:right;
	padding:20px 22px 35px;
	width:674px;
	}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

ul#left-menu
	{
	list-style:none;
	padding:0px 0px 30px;
	}
ul#left-menu li
	{
	min-height:23px;
	background:white;
	}
* html ul#left-menu li
	{
	height:23px;
	}
ul#left-menu li.last
	{
	min-height:22px;
	background:white;
	}
* html ul#left-menu li.last
	{
	height:22px;
	}
ul#left-menu li a, ul#left-menu li span
	{
	font:11px/20px Arial,Helvetica,sans-serif;
	color:#121212;
	display:block;
	font-weight:normal;
	background:#eee;
	border:1px solid #ccc;
	padding-left:4px;
	height:20px;
	}
ul#left-menu li a:hover
	{
	background:#d0e2ee;
	text-decoration:none;
	}
ul#left-menu li ul.submenu
	{
	list-style:none;
	border:1px solid #ccc;
	border-top:0px;
	margin-bottom:1px;
	padding-bottom:5px;
	}
ul#left-menu li ul.submenu li
	{
	min-height:14px;
	line-height:14px;
	}
ul#left-menu li ul.submenu a
	{
	font:10px/14px Arial,sans-serif;
	color:#121212;
	display:inline;
	font-weight:normal;
	background:none;
	border:0px;
	}
ul#left-menu li ul.submenu a:hover
	{
	color:#d46605;
	text-decoration:underline;
	}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#footer
	{
	background:#939da9;
	border:1px solid #656766;
	border-bottom:0px;
	padding:15px 20px;
	color:white;
	text-align:center;
	font-size:0.8em;
	line-height:20px;
	}
#footer div
	{
	padding:3px 0px;
	}
div.copyright
	{
	color:#000717;
	float:left;
	text-align:left;
	}
div.address
	{
	color:#000717;
	float:right;
	text-align:right;
	}
#footer a
	{
	color:#000717;
	padding:0px 3px;
	border-bottom:1px solid #000717;
	}
#footer a:hover
	{
	background:#c2c8d0;
	text-decoration:none;
	}

h2
	{
	text-indent:-9999px;
	margin:10px 0px 10px;
	}
h2.show
	{
	text-indent:26px;
	background:url(../images/show.jpg) no-repeat;
	font:18px/36px Arial, Helvetica, Verdana;
	color:#106ea9;
	font-style:italic;
	font-weight:bold;
	margin-top:40px;
	}
h2.welcome
	{
	background:url(../images/txt-welcome.jpg) no-repeat;
	height:29px;
	}
h2.text-title
	{
	font:1.6em Arial,sans-serif;
	margin:20px 0px 20px;
	color:#333;
	text-indent:0px;
	}
h2.welcome-s
	{
	background:url(../images/txt-welcome.jpg) no-repeat;
	height:29px;
	width:140px;
	}
h2.txt-products
	{
	background:url(../images/txt-products.jpg) no-repeat;
	height:31px;
	}
h2.txt-compensation
	{
	background:url(../images/txt-compensation.jpg) no-repeat;
	height:31px;
	}
h2.txt-testimonials
	{
	background:url(../images/txt-testimonials.jpg) no-repeat;
	height:31px;
	}
h2.txt-calls
	{
	background:url(../images/txt-calls.jpg) no-repeat;
	height:31px;
	}
h2.txt-events
	{
	background:url(../images/txt-calls.jpg) right top no-repeat;
	height:31px;
	width:110px;
	}
h2.txt-ceo
	{
	background:url(../images/txt-ceo.jpg) no-repeat;
	height:31px;
	}
h2.txt-contact
	{
	background:url(../images/txt-contact.jpg) no-repeat;
	height:31px;
	}
h2.txt-faq
	{
	background:url(../images/txt-faq.jpg) no-repeat;
	height:31px;
	}
h2.txt-join
	{
	background:url(../images/txt-join.jpg) no-repeat;
	height:31px;
	}
h2.txt-changeuser
	{
	background:url(../images/txt-changeuser.jpg) no-repeat;
	height:31px;
	}
h2.txt-disclaimer
	{
	background:url(../images/txt-earnings.jpg) no-repeat;
	height:31px;
	}
h2.txt-privacy
	{
	background:url(../images/txt-privacy.jpg) no-repeat;
	height:31px;
	}
h2.txt-regs
	{
	background:url(../images/txt-regs.jpg) no-repeat;
	height:31px;
	}
h2.txt-download
	{
	background:url(../images/txt-download.jpg) no-repeat;
	height:31px;
	}
h2.txt-email-downline
	{
	background:url(../images/txt-email-downline.jpg) no-repeat;
	height:40px;
	}
h2.txt-view-downline
	{
	background:url(../images/txt-downline.jpg) no-repeat;
	height:40px;
	}
h2.txt-my-payments
	{
	background:url(../images/txt-my-payments.jpg) no-repeat;
	height:40px;
	}
h2.txt-fetch
	{
	background:url(../images/txt-fetch.jpg) no-repeat;
	height:40px;
	}
h2.txt-add-received
	{
	background:url(../images/txt-add-received.jpg) no-repeat;
	height:40px;
	}
h2.txt-downgrade
	{
	background:url(../images/txt-downgrade.jpg) no-repeat;
	height:31px;
	}
h2.txt-profile
	{
	background:url(../images/txt-profile.jpg) no-repeat;
	height:40px;
	}
h2.h2-password-change
	{
	background:url(../images/h2-password-change.jpg) no-repeat;
	height:40px;
	}
h2.txt-bundle
	{
	background:url(../images/txt-bundle.jpg) no-repeat;
	height:40px;
	}
h2.txt-cancel
	{
	background:url(../images/txt-cancel.jpg) no-repeat;
	height:40px;
	}
h2.txt-sales
	{
	background:url(../images/txt-sales.jpg) no-repeat;
	height:40px;
	}
h2.txt-banners
	{
	background:url(../images/txt-banners.jpg) no-repeat;
	height:40px;
	}
h2.txt-ad
	{
	background:url(../images/txt-ad.jpg) no-repeat;
	height:40px;
	}
h2.txt-capture
	{
	background:url(../images/txt-capture.jpg) no-repeat;
	height:40px;
	}
h2.txt-payment-history
	{
	background:url(../images/txt-payment-history.jpg) no-repeat;
	height:40px;
	}
h2.txt-getting
	{
	background:url(../images/txt-getting.jpg) no-repeat;
	height:40px;
	}
h2.h2-platinum
	{
	background:url(../images/h2-platinum.jpg) no-repeat;
	height:40px;
	}
h2.h2-announcement
	{
	background:url(../images/h2-announcement.jpg) no-repeat;
	height:40px;
	}
h2.txt-free-advertising
	{
	background:url(../images/txt-free-advertising.jpg) no-repeat;
	height:40px;
	}
h2.txt-get
	{
	background:url(../images/txt-get.jpg) no-repeat;
	height:31px;
	}
h2.txt-store-payment
	{
	background:url(../images/txt-store-payment.jpg) no-repeat;
	height:40px;
	}
h2.txt-my-products
	{
	background:url(../images/txt-my-products.jpg) no-repeat;
	height:40px;
	}
h2.txt-merchant
	{
	background:url(../images/txt-merchant.jpg) no-repeat;
	height:40px;
	}
h2.txt-store-account
	{
	background:url(../images/txt-store-account.jpg) no-repeat;
	height:40px;
	}
h2.txt-test-linkpoint
	{
	background:url(../images/txt-test-linkpoint.jpg) no-repeat;
	height:40px;
	}
h2.txt-test-buttons
	{
	background:url(../images/txt-test-buttons.jpg) no-repeat;
	height:40px;
	}
h2.txt-order
	{
	background:url(../images/txt-order.jpg) no-repeat;
	height:40px;
	}
/*Products Headers*/
/*===========================================================================*/
h2.txt-revolution-ebooks
	{
	background:url(../images/txt-revolution-ebooks.jpg) no-repeat;
	height:40px;
	}
h2.txt-revolution-cds
	{
	background:url(../images/txt-revolution-cds.jpg) no-repeat;
	height:40px;
	}
h2.txt-revolution-software
	{
	background:url(../images/txt-revolution-software.jpg) no-repeat;
	height:40px;
	}
h2.txt-revolution-videos
	{
	background:url(../images/txt-revolution-videos.jpg) no-repeat;
	height:40px;
	}
h2.txt-revolution-travel
	{
	background:url(../images/txt-revolution-travel.jpg) no-repeat;
	height:40px;
	}

h2.txt-xtreme-ebooks
	{
	background:url(../images/txt-xtreme-ebooks.jpg) no-repeat;
	height:40px;
	}
h2.txt-xtreme-cds
	{
	background:url(../images/txt-xtreme-cds.jpg) no-repeat;
	height:40px;
	}
h2.txt-xtreme-software
	{
	background:url(../images/txt-xtreme-software.jpg) no-repeat;
	height:40px;
	}
h2.txt-xtreme-videos
	{
	background:url(../images/txt-xtreme-videos.jpg) no-repeat;
	height:40px;
	}
h2.txt-xtreme-travel
	{
	background:url(../images/txt-xtreme-voucher.jpg) no-repeat;
	height:40px;
	}

h2.txt-elite-ebooks
	{
	background:url(../images/txt-elite-ebooks.jpg) no-repeat;
	height:40px;
	}
h2.txt-elite-cds
	{
	background:url(../images/txt-elite-cds.jpg) no-repeat;
	height:40px;
	}
h2.txt-elite-software
	{
	background:url(../images/txt-elite-software.jpg) no-repeat;
	height:40px;
	}
h2.txt-elite-videos
	{
	background:url(../images/txt-elite-videos.jpg) no-repeat;
	height:40px;
	}
h2.txt-elite-travel
	{
	background:url(../images/txt-elite-travel.jpg) no-repeat;
	height:40px;
	}

h2.txt-edc-silver-ebooks
	{
	background:url(../images/txt-edc-silver-ebooks.jpg) no-repeat;
	height:40px;
	}
h2.txt-edc-silver-software
	{
	background:url(../images/txt-edc-silver-software.jpg) no-repeat;
	height:40px;
	}
h2.txt-edc-silver-videos
	{
	background:url(../images/txt-edc-silver-videos.jpg) no-repeat;
	height:40px;
	}
h2.txt-edc-silver-cds
	{
	background:url(../images/txt-edc-silver-cds.jpg) no-repeat;
	height:40px;
	}
h2.txt-edc-gold-ebooks
	{
	background:url(../images/txt-edc-gold-ebooks.jpg) no-repeat;
	height:40px;
	}
h2.txt-edc-gold-software
	{
	background:url(../images/txt-edc-gold-software.jpg) no-repeat;
	height:40px;
	}
h2.txt-edc-gold-videos
	{
	background:url(../images/txt-edc-gold-videos.jpg) no-repeat;
	height:40px;
	}
h2.txt-edc-gold-cds
	{
	background:url(../images/txt-edc-gold-cds.jpg) no-repeat;
	height:40px;
	}

h2.txt-edc-diamond-software
	{
	background:url(../images/txt-edc-diamond-software.jpg) no-repeat;
	height:40px;
	}
h2.txt-edc-diamond-videos
	{
	background:url(../images/txt-edc-diamond-videos.jpg) no-repeat;
	height:40px;
	}
h2.txt-edc-diamond-cds
	{
	background:url(../images/txt-edc-diamond-cds.jpg) no-repeat;
	height:40px;
	}
/*===========================================================================*/

h3
	{
	font:1.5em Helvetica,Trebuchet MS,Arial,sans-serif;
	margin:10px 0px;
	color:black;
	}
.col-main h3	
	{
	color:#414C58;
	margin:30px 0px 10px;
	text-indent:-9999px
	}
h3.text-title
	{
	text-indent:0px;
	}
h3.elite
	{
	background:url(../images/txt-elite.jpg) no-repeat;
	height:27px;
	}
h3.extreme
	{
	background:url(../images/txt-extreme.jpg) no-repeat;
	height:27px;
	}
h3.revolution
	{
	background:url(../images/txt-revolution.jpg) no-repeat;
	height:27px;
	}
h3.announcing
	{
	background:url(../images/txt-announcing.jpg) no-repeat;
	height:27px;
	}
h3.the-rio
	{
	background:url(../images/txt-the-rio.jpg) no-repeat;
	height:27px;
	}
h3.featured-speakers
	{
	background:url(../images/txt-featured-speakers.jpg) no-repeat;
	height:27px;
	}
h3.overview-calls
	{
	background:url(../images/txt-overview-calls.jpg) no-repeat;
	height:27px;
	}
h3.payment
	{
	background:url(../images/txt-payment.jpg) no-repeat;
	height:30px;
	}
h2.webinars
	{
	background:url(../images/txt-lgn-webinars.jpg) no-repeat;
	height:36px;
	}
h2.calls
	{
	background:url(../images/txt-lgn-calls.jpg) no-repeat;
	height:36px;
	}
h3.step1
	{
	background:url(../images/txt-step1.jpg) no-repeat;
	height:36px;
	}

h3.step2
	{
	background:url(../images/txt-step2.jpg) no-repeat;
	height:36px;
	}
h3.step3
	{
	background:url(../images/txt-step3.jpg) no-repeat;
	height:36px;
	}
h3.step4
	{
	background:url(../images/txt-step4.jpg) no-repeat;
	height:36px;
	}
h3.step5
	{
	background:url(../images/txt-step5.jpg) no-repeat;
	height:36px;
	}
h3.step6
	{
	background:url(../images/txt-step6.jpg) no-repeat;
	height:36px;
	}
h3.step7
	{
	background:url(../images/txt-step7.jpg) no-repeat;
	height:36px;
	}
h3.step8
	{
	background:url(../images/txt-step8.jpg) no-repeat;
	height:36px;
	}
h3.step9
	{
	background:url(../images/txt-step9.jpg) no-repeat;
	height:36px;
	}
h3.step10
	{
	background:url(../images/txt-step10.jpg) no-repeat;
	height:36px;
	}
h3.h3-secret1
	{
	background:url(../images/h3-secret1.jpg) no-repeat;
	height:36px;
	}
h3.h3-secret2
	{
	background:url(../images/h3-secret2.jpg) no-repeat;
	height:36px;
	}
h3.h3-secret3
	{
	background:url(../images/h3-secret3.jpg) no-repeat;
	height:36px;
	}
h3.h3-secret1
	{
	background:url(../images/h3-secret1.jpg) no-repeat;
	height:36px;
	}
h3.h3-account-security
	{
	background:url(../images/h3-account-security.gif) no-repeat;
	height:36px;
	}
h3.h3-membership
	{
	background:url(../images/h3-membership.gif) no-repeat;
	height:36px;
	}
h3.h3-membership-payment
	{
	background:url(../images/h3-membership-payment.gif) no-repeat;
	height:36px;
	}
h3.h3-new-announces
	{
	background:url(../images/h3-new-announces.gif) no-repeat;
	height:36px;
	}
h3.txt-basic-benefits
	{
	background:url(../images/txt-basic-benefits.jpg) no-repeat;
	height:36px;
	}
h3.txt-member-only
	{
	background:url(../images/txt-member-only.jpg) no-repeat;
	height:36px;
	}
h3.txt-platinum-benefits
	{
	background:url(../images/txt-platinum-benefits.jpg) no-repeat;
	height:36px;
	}
h3.txt-pro-benefits
	{
	background:url(../images/txt-pro-benefits.jpg) no-repeat;
	height:36px;
	}
h3.txt-personal-info
	{
	background:url(../images/txt-personal-info.jpg) no-repeat;
	height:36px;
	}
h3.h3-security-update
	{
	background:url(../images/h3-security-update.gif) no-repeat;
	height:36px;
	}
h3.txt-sample
	{
	background:url(../images/txt-sample.jpg) no-repeat;
	height:36px;
	}
h3.txt-ppc
	{
	background:url(../images/txt-ppc.jpg) no-repeat;
	height:36px;
	}
h3.txt-err
	{
	background:url(../images/txt-err.jpg) no-repeat;
	height:36px;
	}
h3.txt-articles
	{
	background:url(../images/txt-articles.jpg) no-repeat;
	height:36px;
	}
h3.txt-ezine
	{
	background:url(../images/txt-ezine.jpg) no-repeat;
	height:36px;
	}
h3.txt-free
	{
	background:url(../images/txt-free.jpg) no-repeat;
	height:36px;
	}
h3.txt-news-papers
	{
	background:url(../images/txt-news-papers.jpg) no-repeat;
	height:36px;
	}
h3.txt-banner-popup
	{
	background:url(../images/txt-banner-popup.jpg) no-repeat;
	height:36px;
	}
h3.txt-post-cards
	{
	background:url(../images/txt-post-cards.jpg) no-repeat;
	height:36px;
	}
h3.txt-viral
	{
	background:url(../images/txt-viral.jpg) no-repeat;
	height:36px;
	}
h3.txt-magazines
	{
	background:url(../images/txt-magazines.jpg) no-repeat;
	height:36px;
	}
h3.txt-video-marketing
	{
	background:url(../images/txt-video-marketing.jpg) no-repeat;
	height:36px;
	}
h3.txt-blogs
	{
	background:url(../images/txt-blogs.jpg) no-repeat;
	height:36px;
	}
h3.txt-payment-info
	{
	background:url(../images/txt-payment-info.jpg) no-repeat;
	height:36px;
	}
h3.txt-psi-gate
	{
	background:url(../images/txt-psi-gate.jpg) no-repeat;
	height:36px;
	}
h3.txt-paypal
	{
	background:url(../images/txt-paypal.jpg) no-repeat;
	height:36px;
	}
h3.txt-alert
	{
	background:url(../images/txt-alert.jpg) no-repeat;
	height:36px;
	}
h3.txt-safeway
	{
	background:url(../images/txt-safeway.jpg) no-repeat;
	height:36px;
	}
h3.txt-linkpoint
	{
	background:url(../images/txt-linkpoint.jpg) no-repeat;
	height:36px;
	}
h3.txt-firstdata
	{
	background:url(../images/txt-firstdata.jpg) no-repeat;
	height:36px;
	}
h3.txt-swreg
	{
	background:url(../images/txt-swreg.jpg) no-repeat;
	height:36px;
	}
h3.txt-authorize
	{
	background:url(../images/txt-authorize.jpg) no-repeat;
	height:36px;
	}
h3.txt-intabill
	{
	background:url(../images/txt-intabill.jpg) no-repeat;
	height:36px;
	}
h3.txt-google
	{
	background:url(../images/txt-google.jpg) no-repeat;
	height:36px;
	}
h3.txt-egold
	{
	background:url(../images/txt-egold.jpg) no-repeat;
	height:36px;
	}
h3.txt-about-me
	{
	background:url(../images/txt-about-me.jpg) no-repeat;
	height:36px;
	}
h4
	{
	font:1.3em Arial,sans-serif;
	margin:20px 0px 10px;
	color:#333;
	}
div.separator
	{
	background:#999;
	height:1px;
	text-indent:-9999px;
	overflow:hidden;
	margin:20px 0px;
	}

.center
	{
	text-align:center !important;
	}

p
	{
	margin-bottom:20px;
	}
.small-bottom
	{
	margin-bottom:10px;
	}
div.testimonials-sample
	{
	margin:20px 10px;
	border-top:1px solid #efefef;
	border-bottom:1px solid #efefef;
	padding:20px 7px;
	line-height:1.2em;
	font-size:0.9em;
	}
div.testimonials-sample strong
	{
	display:block;
	}
a.regular
	{
	color:#1966cc;
	border-bottom:1px solid #1966cc;
	padding:0px 3px;
	}
a.regular:hover
	{
	background:#e7e8e9;
	text-decoration:none;
	}
div.grey-holder
	{
	background:#f6f6f6;
	border:1px solid #eeeeee;
	padding:10px 15px;
	margin-bottom:20px;
	}

ul.numeric
	{
	list-style:decimal;
	padding:0px 20px 10px;
	}

ul.listing
	{
	list-style:none;
	padding:0px 0px 10px;	
	}
ul.listing li
	{
	background:url(../images/square.jpg) left 9px no-repeat;
	padding-left:15px;
	}
ul.listing li.spaced
	{
	margin-top:25px;
	}
span.redish
	{
	color:#d46605;
	}
ul.listing2
	{
	list-style:none;
	padding:0px 0px 10px 20px;	
	}
ul.listing2 li
	{
	background:url(../images/square.jpg) left 9px no-repeat;
	padding-left:15px;
	padding-bottom:10px;
	}
ul.listing2 p
	{
	padding:0px !important;
	margin-bottom:10px !important;
	}
strong.title
	{
	font-size:125%;
	color:#333;
	padding-top:18px;
	display:block
	}
.testimony
	{
	padding:10px;
	margin-bottom:20px;
	font-size:0.9em;
	line-height:1.4em;	
	background:#f6f6f6;
	}
.description
	{
	float:left;
	width:160px;
	}
.text
	{
	float:right;
	width:470px;
	}
.description img
	{
	border:1px solid #999;
	padding:5px;
	width:125px;
	height:150px;
	overflow:hidden;
	}

.text strong
	{
	color:#294984;
	}
.pages
	{
	border-top:1px solid #999;
	padding-top:5px;
	text-align:right;
	}
.pages a
	{
	color:#000717;
	padding:0 1px;
	font-size:0.8em;
	}
.pages a.on
	{
	font-weight:bold;
	}
.pages a:hover
	{
	color:#d46605;
	}
p.right-c
	{
	padding-left:7px;
	}
.movie-holder
	{
	background:url(../images/movie.jpg) left top no-repeat;
	padding-top:12px;
	}
.movie-holder div
	{
	background:url(../images/movie.jpg) left bottom no-repeat;
	padding-bottom:12px;
	text-align:center;
	}
.speakers
	{
	padding:10px;
	margin-bottom:20px;
	font-size:0.9em;
	line-height:1.4em;	
	background:#f6f6f6;
	}
.speakers-image
	{
	float:left;
	width:165px;
	}
.speakers-image h4
	{
	font-size:1.4em;
	margin-top:5px;
	}
.speakers-image img
	{
	border:1px solid #999;
	padding:5px;
	}
.speakers-text
	{
	float:right;
	width:445px;
	margin-top:35px;
	}

div.light-holder
	{
	background:#f9f9f9;
	border:1px solid #f4f4f4;
	padding:10px 15px;
	margin-bottom:20px;
	}
div.light-holder2
	{
	background:#f9f9f9;
	border:1px solid #f4f4f4;
	padding:15px 25px;
	margin-bottom:20px;
	font-size:0.9em;
	}
div.light-holder2 table
	{
	font-size:1.5em !important;
	}
div.light-holder ul.listing
	{
	padding:20px;
	}

div.lgn-holder
	{
	background:url(../images/bg-section-logo.jpg) right top no-repeat #f9f9f9;
	border:1px solid #f4f4f4;
	padding:10px 15px;
	margin-bottom:20px;
	}
div.lgn-holder ul.listing
	{
	padding: 20px;
	}

div.form
	{
	padding:20px 60px;
	line-height:1.1em;
	font-size:0.9em;
	}
div.form p
	{
	margin-bottom:5px;
	} 

div.form div.cell:after {content:"."; display:block; height:0;
                 clear:both; visibility:hidden; }
div.form div.cell       {display:inline-block;}
/* Hide from IE Mac */
div.form div.cell       {display:block;}
/* End hide from IE Mac */
* html div.form div.cell{ height:1px;}

div.form div.cell       
	{
	padding-bottom:3px !important;
	}
div.form label
	{
	display:block;
	width:140px;
	padding-bottom:3px;
	line-height:22px;
	}
div.form span
	{
	float:left;
	padding-left:5px;	
	}
div.form input
	{
	float:left;
	}

*+html>body div.form input 
	{
	margin:-1px; 
	}
div.form select
	{
	height:26px;
	width:338px;
	line-height:26px;
	}
div.form input.input-text
	{
	border:1px solid #a5acb2;
	background:url(../images/bg-input.jpg) left bottom repeat-x white;
	padding-left:5px;
	height:24px;
	width:332px;
	border-top:1px solid #b5bcc3;
	border-left:1px solid #b5bcc3;
	line-height:24px;
	}
input.input-button
	{
	background:url(../images/btn-input.jpg) left top no-repeat;
	width:79px;
	height:27px;
	text-align:center;
	line-height:27px;
	padding-right:9px;
	cursor:pointer;
	color:white;
	}
head+body:first-child input.input-button 
	{
    padding-bottom:4px;
	}
input.input-button:hover
	{
	background:url(../images/btn-input.jpg) left bottom no-repeat;
	color:#301500;
	}
div.form textarea
	{
	border:1px solid #a5acb2;
	width:327px;
	padding:5px;
	border-top:1px solid #b5bcc3;
	border-left:1px solid #b5bcc3;
	}
#login label
	{
	float:left;
	width:100px;
	}
#login input.new-txtbox
	{
	width:306px;
	}
#login div.form 
	{
	padding:20px 190px !important;
	}
#login #captcha
	{
	padding-left:98px;
	padding-bottom:5px;
	}

#faq
	{
	font-size:0.9em;
	}
#faq dl
	{
	background:#f9f9f9;
	border:1px solid #f4f4f4;
	padding:10px 15px;
	margin-bottom:20px;
	}
#faq dl:hover
	{
	background:#f4f4f4;
	border:1px solid #f0f0f0;
	}
#faq dt
	{
	font-weight:bold;
	color:#222;
	}

a.btn-join
	{
	background:url(../images/btns.jpg) no-repeat left top;
	text-indent:-9999px;
	width:274px;
	height:70px;
	display:block;
	margin:0 auto;
	}
a.btn-join:hover
	{
	background:url(../images/btns.jpg) no-repeat left bottom;
	}
a.btn-buy
	{
	background:url(../images/btn-buy.jpg) no-repeat left top;
	text-indent:-9999px;
	width:274px;
	height:70px;
	display:block;
	margin:0 auto;
	}
a.btn-buy:hover
	{
	background:url(../images/btn-buy.jpg) no-repeat left bottom;
	}
a.btn-continue
	{
	background:url(../images/btns.jpg) no-repeat right top;
	text-indent:-9999px;
	width:274px;
	height:70px;
	display:block;
	margin:0 auto;
	}
a.btn-continue:hover
	{
	background:url(../images/btns.jpg) no-repeat right bottom;
	}

.floating-cell
	{
	float:left;
	width:50%;
	}
.free-join
	{
	margin-top:0px;
	font-size:0.9em;
	background:url(../images/txt-join-now.jpg) no-repeat top center;
	height:51px;
	text-indent:-9999px;
	}
p.flash-mess
	{
	color:#ccc;
	padding:20px;
	}

div.radio-buttons
	{
	font-size:0.9em;	
	padding:20px 60px;
	}
div.radio-buttons div
	{
	padding:1px 0px;
	}

#divMailSent
	{	
	color:#D46605;
	text-align:center;
	background:#F6F6F6 none repeat scroll 0 0;
	border:1px solid #EEEEEE;
	margin-bottom:20px;
	padding:10px 15px;
	}

#one-column #content-wrapper
	{
	background:url(../images/bg-content-wrapper-1.gif);
	margin-bottom:2px;
	}
#one-column #content
	{
	background:url(../images/bg-content-1.gif) no-repeat;
	padding:20px 35px 35px;
	}
#one-column #content-bottom
	{
	background:url(../images/bg-content-bottom-1.gif);
	height:15px;
	}

#login label
	{
	float:left;
	width:100px;
	text-align:left;
	line-height:12px;
	padding-top:5px;
	}
#login input.input-text
	{
	width:250px;
	}
#login div.form 
	{
	padding:20px 210px;
	}
#login h4, .welcome-msg h4 
	{
	color:black;
	font-family:trebuchet MS,Arial,sans-serif;
	font-size:1.5em;
	font-weight:normal;
	margin:0 0 20px;
	text-align:center;
	}

input.new-txtbox
	{
	height:21px;
	padding-top:3px;
	padding-left:5px;
	width:250px;
	float:left;
	margin-bottom:5px;	
	border:1px solid #a5acb2;
	background:url(../images/bg-input.jpg) left bottom repeat-x white;
	border-top:1px solid #b5bcc3;
	border-left:1px solid #b5bcc3;
	}

input.btn-extra
	{
	background:url(../images/btn-input-xl.jpg) left top no-repeat;
	width:259px;
	height:27px;
	text-align:center;
	line-height:27px;
	padding-right:9px;
	cursor:pointer;
	color:white;
	margin-left:100px !important;
	float:left;
	}
head+body:first-child input.btn-extra
	{
    padding-bottom:4px;
	}
input.btn-extra:hover	
	{
	background:url(../images/btn-input-xl.jpg) left bottom no-repeat;
	color:#301500 !important;
	}

input.input-button-x
	{
	background:url(../images/btn-input-x.jpg) left top no-repeat;
	width:119px;
	height:27px;
	text-align:center;
	line-height:27px;
	padding-right:9px;
	cursor:pointer;
	color:white;
	}
head+body:first-child input.input-button-x 
	{
    padding-bottom:4px;
	}
input.input-button-x:hover
	{
	background:url(../images/btn-input-x.jpg) left bottom no-repeat;
	color:#301500;
	}

input.input-button-l
	{
	background:url(../images/btn-input-l.jpg) left top no-repeat;
	width:140px;
	height:27px;
	text-align:center;
	line-height:27px;
	padding-right:9px;
	cursor:pointer;
	color:white;
	}
head+body:first-child input.input-button-l 
	{
    padding-bottom:4px;
	}
input.input-button-l:hover
	{
	background:url(../images/btn-input-l.jpg) left bottom no-repeat;
	color:#301500;
	}

.font-x
	{
	font-size:110%;
	padding-top:20px;
	}
.img-left
	{
	float:left;
	padding:0px 40px 20px 0px
	}
span.underline
	{
	text-decoration:underline;
	}
p.red-msg
	{
	font-weight:bold;
	color:#d80000;
	}
div.title-holder
	{
	padding:10px;
	}
span.req
	{
	color:red;
	visibility:hidden;
	}

.old-form div:after {content:"."; display:block; height:0;
                 clear:both; visibility:hidden; }
.old-form div       {display:inline-block;}
/* Hide from IE Mac */
.old-form div       {display:block;padding-bottom:3px;}
/* End hide from IE Mac */
* html .old-form div{ height:1px;}



.old-form label
	{
	width:242px;
	background:#F9F9F9 none repeat scroll 0 0;
	border:1px solid #F4F4F4;
	color:#333333;
	font:14px/20px Arial,Helvetica,sans-serif;
	min-height:20px;
	padding:2px 4px 2px 8px;
	text-align:right;
	white-space:nowrap;
	display:block;
	float:left;
	}
.old-form label.twolines
	{
	line-height:14px;
	}
.old-form label.white
	{
	background:none;
	border:0px;
	width:254px;
	}
.old-textbox 
	{
	background:white url(../images/postbg.jpg) repeat-y scroll left top;
	border:1px solid #CCCCCC;
	font-size:14px;
	margin-left:2px;
	padding:2px 2px 2px 5px;
	width:540px !important;
	padding-left:5px;
	float:left;
	height:20px;
	}

ul#menu-bar
	{
	background:url(../images/bg-nav.jpg);
	height:32px;
	list-style:none;
	margin-top:4px;
	border-left:1px solid #ababab;
	border-right:1px solid #ababab;
	}
* html ul#menu-bar
	{
	overflow:hidden;
	}
ul#menu-bar li
	{
	float:left;
	height:32px;
	}
ul#menu-bar li a
	{
	display:block;
	float:left;
	height:32px;
	text-indent:-9999px;
	}
a.home
	{
	background:url(../images/nav-menu.jpg) -1px 0px;
	width:63px;
	}
a.home:hover
	{
	background:url(../images/nav-menu.jpg) -1px -32px;
	}
a.getting
	{
	background:url(../images/nav-menu.jpg) -64px 0px;
	width:128px;
	}
a.getting:hover
	{
	background:url(../images/nav-menu.jpg) -64px -32px;
	}
a.account
	{
	background:url(../images/nav-menu.jpg) -192px 0px;
	width:109px;
	}
a.account:hover
	{
	background:url(../images/nav-menu.jpg) -192px -32px;
	}
a.downline
	{
	background:url(../images/nav-menu.jpg) -301px 0px;
	width:118px;
	}
a.downline:hover
	{
	background:url(../images/nav-menu.jpg) -301px -32px;
	}
a.marketing
	{
	background:url(../images/nav-menu.jpg) -419px 0px;
	width:138px;
	}
a.marketing:hover
	{
	background:url(../images/nav-menu.jpg) -419px -32px;
	}
a.training
	{
	background:url(../images/nav-menu.jpg) -557px 0px;
	width:84px;
	}
a.training:hover
	{
	background:url(../images/nav-menu.jpg) -557px -32px;
	}
a.products
	{
	background:url(../images/nav-menu.jpg) -641px 0px;
	width:87px;
	}
a.products:hover
	{
	background:url(../images/nav-menu.jpg) -641px -32px;
	}
a.billing
	{
	background:url(../images/nav-menu.jpg) -728px 0px;
	width:134px;
	}
a.billing:hover
	{
	background:url(../images/nav-menu.jpg) -728px -32px;
	}

span.smaller-font
	{
	font-size:0.9em
	}
.welcome-msg
	{
	text-align:center;
	font-size:0.95em;
	}
.small-form input
	{
	float:left;
	}
.small-form input.new-txtbox
	{
	margin-left:220px;
	margin-right:4px;
	}

.welcome-msg h4
	{
	letter-spacing:-1px;
	}

span.nice-bld
	{
	font-size:0.9em;
	}

a.btn-paid-members
	{
	display:block;
	background:url(../images/btn-enter.jpg) no-repeat;
	width:383px;
	height:72px;
	text-indent:-9999px;
	margin:0 auto;
	}
a.btn-paid-members:hover
	{
	background:url(../images/btn-enter.jpg) left bottom no-repeat;
	}

#new-form
	{
	padding:20px;
	font-size:1em;
	}
#new-form label
	{
	float:left;
	width:130px;
	}
#new-form .cell
	{
	padding-bottom:5px !important;
	}

#profile .old-textbox
	{
	height:18px;	
	margin-top:2px;
	width:396px !important;
	margin-left:0px;
	}
#profile .old-form textarea
	{
	background:url(../../images/postbg.jpg) left top repeat-y;
	width:396px !important;
	float:left;
	border:1px solid #ccc;
	padding-left:6px;
	}
#profile select
	{
	background:url(../../images/postbg.jpg) left top repeat-y;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:2px;
	padding-top:2px;
	width:405px;
	border:1px solid #ccc;
	float:left;
	}
#profile label
	{
	height:22px;
	line-height:22px;
	margin-right:6px;
	}
div.spaced
	{
	margin-bottom:20px;
	}
#profile label span.optional
	{
	display:block;
	margin-bottom:-20px;
	text-align:right;
	font-size:12px;
	position:relative;
	}
div.right-cell
	{
	float:right;
	width:410px;
	}
p.note
	{
	float:right;
	width:400px;
	font-size:0.85em;
	line-height:14px;
	margin-bottom:5px;
	margin-top:3px;
	}
img.avatar
	{
	display:block;
	padding:2px;
	border:1px solid #ccc;
	float:left;
	}
.SM 
	{
	background:none !important;
	border:0px;
	}
.SM li a, .SM li a:link, .SM li a:visited 
	{
	background-color:#E7E7E7 !important;
	border:1px solid gray !important;
	}
.SM li a:hover
	{
	background-color:#d0e2ee !important;
	}

p.red-msg2
	{
	color:#d80000;
	text-align:center;
	margin-bottom:0px;
	}
p.green-msg
	{
	color:#00b200;
	text-align:center;
	margin-bottom:0px;
	}
div.notes
	{
	color:#d80000;
	font-size:0.9em;
	line-height:14px;
	padding:10px 0px 10px 15px;
	}


.col-main table
	{
	font-size:1.5em;
	}
.col-main table tr td, tr th
	{
	padding:3px 0px;
	}

a.logout
	{
	display:block;
	background:url(../images/log-out.gif);
	width:75px;
	height:54px;
	text-indent:-9999px;
	}



#prodscroll ul
	{
	list-style:none;
	}

#prodscroll ul li:after {content:"."; display:block; height:0;
                 clear:both; visibility:hidden; }
#prodscroll ul li       {display:inline-block;}
/* Hide from IE Mac */
#prodscroll ul li       {display:block;}
/* End hide from IE Mac */
* html #prodscroll ul li{ height:1px;}

#prodscroll ul li
	{
	background:#F9F9F9 none repeat scroll 0 0;
	border:1px solid #F4F4F4;
	margin-bottom:10px;
	padding:10px 0px;
	}

#prodscroll ul li:hover
	{
	background:#eff0f1;
	border:1px solid #eeeeee;
	}
#prodscroll ul li .img-holder
	{
	width:200px;
	text-align:center;
	float:left;
	padding:10px 0px;
	background:white;
	}
#prodscroll ul li .img-holder img
	{
	display:block;
	margin:0 auto;
	}
#prodscroll ul li .prod-description
	{
	width:440px;
	float:right;
	padding-right:10px;
	padding-top:5px;
	}
#prodscroll ul li .prod-description p
	{
	line-height:1.3em;
	margin-bottom:20px;
	font-size:0.9em;
	}
#prodscroll ul li .prod-description h3
	{
	color:black;
	font: 1.4em Helvetica,Arial,sans-serif;
	margin:0px;
	text-indent:0px;
	padding-bottom:10px;
	}

#prodscroll ul li .prod-description h4 
	{
	color:#d80000;
	font-family:"Times new roman",sans-serif;
	font-size:1.1em;
	font-weight:bold;
	line-height:normal;
	margin:-10px 0 10px;
	}
#prodscroll ul li li
	{
	background:none;
	border:0px;
	margin-bottom:0px;
	padding:0px 0px;
	background:url(../images/square.jpg) left 9px no-repeat;
	padding-left:15px;
	}
.infos .img-holder
	{	
	width:250px !important;
	}
.infos .prod-description
	{
	width:390px !important;
	}
p.prod-price 
	{
	margin-bottom:5px !important;
	padding-top:10px;
	}
p.prod-price span
	{
	color:black;
	font-size:1.3em;
	}

a.btn-download
	{
	background:url(../images/btn-download.gif) no-repeat;
	width:127px;
	height:30px;
	text-indent:-9999px;
	display:block;
	}
a.btn-download img
	{
	display:none;
	}
a.btn-download:hover
	{
	background:url(../images/btn-download.gif) left bottom no-repeat;
	}

#software h3
	{
	color:black;
	margin:0 0 20px;
	text-indent:0;
	}

div.payment-form:after {content:"."; display:block; height:0;
                 clear:both; visibility:hidden; }
div.payment-form       {display:inline-block;}
/* Hide from IE Mac */
div.payment-form       {display:block;}
/* End hide from IE Mac */
* html div.payment-form{ height:1px;}

div.payment-form
	{
	background:#f9f9f9;
	border:1px solid #f4f4f4;
	padding:10px 15px;
	margin-bottom:20px;
	}
.payment-form label
	{
	float:left;
	width:200px;
	}
.payment-form .cell
	{
	float:right;
	width:400px;
	}
.payment-form .cell .radio-check
	{
	padding:10px 0px 10px 15px;
	}
.payment-form .cell .radio-check div
	{
	font-size:0.9em
	}

#psi-gate .old-textbox
	{
	width:280px !important;
	margin-right:5px;
	}

.old-form .note
	{
	padding-right:10px;
	}

.foot-note
	{
	font-size:11px;
	line-height:14px;
	}

#profile select.submit-s
	{
	background:url(../../images/postbg.jpg) left top repeat-y;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:2px;
	padding-top:2px;
	width:70px;
	border:1px solid #ccc;
	float:left;
	}
#profile select.submit-ss
	{
	background:url(../../images/postbg.jpg) left top repeat-y;
	padding-bottom:2px;
	padding-left:5px;
	padding-right:2px;
	padding-top:2px;
	width:50px;
	border:1px solid #ccc;
	float:left;
	}
input.old-textbox-s
	{
	width:120px !important;
	height:18px;
	margin-left:0;
	margin-top:2px;
	background:white url(../images/postbg.jpg) repeat-y scroll left top;
	border:1px solid #CCCCCC;
	float:left;
	font-size:14px;
	height:20px;
	margin-right:5px;
	padding:2px 2px 2px 5px;
	}
.submit-wrapper
	{
	margin-left:270px !important;
	margin-top:10px;
	}
input.btn-process
	{
	background:url(../images/btn-input-process.jpg) left top no-repeat;
	width:150px;
	height:27px;
	text-align:center;
	line-height:27px;
	padding-right:9px;
	cursor:pointer;
	color:white;
	
	float:left;
	}
head+body:first-child input.btn-process
	{
    padding-bottom:4px;
	}
input.btn-process:hover	
	{
	background:url(../images/btn-input-process.jpg) left bottom no-repeat;
	color:#301500 !important;
	}

table.down-table
	{
	border-top:1px solid black;
	border-left:1px solid black;
	}

table.down-table tr td
	{
	border-bottom:1px solid black;
	border-right:1px solid black;
	padding:2px 0px 2px 5px;
	}
table.down-table tr td.smallheader
	{
	background:#EAEBED;
	font-weight:bold;
	}
table.down-table tr.even td
	{
	background:#F6F6F6;
	}


table.my-table
	{
	font-size:1.5em;	
	}
table.my-table2
	{
	font-size:1.5em;	
	}
table.my-table input
	{
	border-color:#B5BCC3 #A5ACB2 #A5ACB2 #B5BCC3;
	border-style:solid;
	border-width:1px;
	}
table.my-table tr th
	{
	background:url(../images/GradientBackground.gif) left bottom repeat-x #f7f7f7;
	font-weight:bold;
	color:black;
	padding:6px 15px;
	}
table.my-table tr td 
	{
	border-bottom:1px solid #ccc;
	padding:5px 15px;
	}

p.congrats
	{
	background:url(../images/member_area/congrats.jpg) top center no-repeat;
	margin-bottom:0px;
	text-indent:-9999px;
	height:92px;
	}

a.button-extra
	{
	background:url(../images/btn-input-xl.jpg) left top no-repeat;
	width:259px;
	height:27px;
	text-align:center;
	line-height:27px;
	padding-right:9px;
	color:white;
	margin:0 auto;
	display:block;

	}
a.button-extra:hover	
	{
	background:url(../images/btn-input-xl.jpg) left bottom no-repeat;
	color:#301500 !important;
	}

a.btn-support
	{
	background:url(../images/btn-input-extra.jpg) left top no-repeat;
	width:261px;
	height:27px;
	text-align:center;
	line-height:27px;
	padding-right:9px;
	color:#301500 !important;
	margin:0 auto;
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	}
a.btn-support:hover	
	{
	background:url(../images/btn-input-extra.jpg) left bottom no-repeat;
	color:#301500 !important;
	text-decoration:none;
	}

.h-holder
	{
	padding-top:10px;
	padding-bottom:20px;
	}
a.h-elite
	{
	background:url(../images/member_area/h-elite.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
	height:133px;
	width:152px;
	margin:0 auto;
	}
a.h-xtreme
	{
	background:url(../images/member_area/h-xtreme.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
	height:133px;
	width:217px;
	margin:0 auto;
	}
a.h-revolution
	{
	background:url(../images/member_area/h-revolution.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
	height:133px;
	width:296px;
	margin:0 auto;
	}

#start a.h-elite
	{
	background:url(../images/member_area/h-elite2.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
	height:133px;
	width:152px;
	margin:0 auto;
	}
#start a.h-xtreme
	{
	background:url(../images/member_area/h-xtreme2.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
	height:133px;
	width:225px;
	margin:0 auto;
	}
#start a.h-revolution
	{
	background:url(../images/member_area/h-revolution2.jpg) no-repeat;
	display:block;
	text-indent:-9999px;
	height:133px;
	width:328px;
	margin:0 auto;
	}
#start div.h-holder
	{
	background:#f9f9f9;
	border:1px solid #f4f4f4;
	padding:10px;
	margin-bottom:20px;
	}
#start a.btn-buy
	{
	background:url(../images/btn-buy-white.jpg) no-repeat left top;
	text-indent:-9999px;
	width:274px;
	height:70px;
	display:block;
	margin:0 auto;
	}
#start a.btn-buy:hover
	{
	background:url(../images/btn-buy-white.jpg) no-repeat left bottom;
	}
strong.sz
	{
	font-size:1.4em;
	padding-top:15px;
	display:block;
	}

#change label
	{
	width:140px;
	}
#change div.form 
	{
	padding:20px 180px;
	}

h2.normal-txt
	{
	color:black;
	text-indent:0;
	font-size:1.8em;
	}
h2.normal-txt2
	{
	color:#111;
	text-indent:0;
	font-size:1.4em;
	font-weight:normal;
	padding-bottom:10px;
	}
.sz-small
	{
	font-size:0.9em;
	line-height:14px;
	}

#prodscroll2 ul
	{
	list-style:none;
	}

#prodscroll2 ul li:after {content:"."; display:block; height:0;
                 clear:both; visibility:hidden; }
#prodscroll2 ul li       {display:inline-block;}
/* Hide from IE Mac */
#prodscroll2 ul li       {display:block;}
/* End hide from IE Mac */
* html #prodscroll2 ul li{ height:1px;}

#prodscroll2 ul li
	{
	border:1px solid #dfdfdf;
	margin-bottom:10px;
	padding:0px 0px;
	}
#prodscroll2 ul li .img-holder
	{
	width:200px;
	text-align:center;
	float:left;
	padding:15px 0px;
	background:white;
	height:120px
	}
#prodscroll2 ul li .img-holder img
	{
	display:block;
	margin:0 auto;
	}
#prodscroll2 ul li .prod-description
	{
	color:#667;
	width:440px;
	float:right;
	padding-right:10px;
	padding-top:15px;
	background:url(../images/bg-descr.jpg) left bottom repeat-x;
	min-height:110px;
	padding-bottom:25px;
	position:relative;
	}
#prodscroll2 ul li .prod-description p
	{
	line-height:1.2em;
	margin-bottom:10px;
	font-size:0.8em;
	}
#prodscroll2 ul li .prod-description h3
	{
	color:black;
	font: 1.2em Tahoma,Helvetica,Arial,sans-serif;
	margin:0px;
	text-indent:0px;
	padding-bottom:10px;
	}

#prodscroll2 ul li .prod-description h4 
	{
	color:#d80000;
	font-family:Times new roman,sans-serif;
	font-size:1.1em;
	font-weight:bold;
	line-height:normal;
	margin:-10px 0 10px;
	}
/*For Travel*/
/*====================================================================*/
#prodscroll2 ul li .img-holder-travel
	{
	width:200px;
	text-align:center;
	float:left;
	padding:15px 0px;
	background:white;
	height:180px;
	overflow:hidden;
	}
#prodscroll2 ul li .img-holder-travel img
	{
	display:block;
	margin:0 auto;
	}
#prodscroll2 ul li .prod-description-travel
	{
	color:#667;
	width:440px;
	float:right;
	padding-right:10px;
	padding-top:15px;
	background:url(../images/bg-descr.jpg) left bottom repeat-x;
	min-height:170px;
	padding-bottom:25px;
	position:relative;
	}
* html #prodscroll2 ul li .prod-description-travel
	{
	height:170px;
	}
#prodscroll2 ul li .prod-description-travel p
	{
	line-height:1.2em;
	margin-bottom:10px;
	font-size:0.8em;
	}
#prodscroll2 ul li .prod-description-travel h3
	{
	color:black;
	font: 1.2em Tahoma,Helvetica,Arial,sans-serif;
	margin:0px;
	text-indent:0px;
	padding-bottom:10px;
	}
#prodscroll2 ul li .prod-description-travel h4 
	{
	color:#d80000;
	font-family:Times new roman,sans-serif;
	font-size:1.1em;
	font-weight:bold;
	line-height:normal;
	margin:-10px 0 10px;
	}
/*====================================================================*/

#prodscroll2 p.prod-price 
	{
	margin-bottom:0px !important;
	padding-top:0px;
	line-height:25px !important;
	}
#prodscroll2 p.prod-price span
	{
	color:#d84312;
	font-size:1.2em;
	font-weight:bold;
	}
a.addcart
	{
	background:url(../images/btn-add-cart.jpg) no-repeat;
	width:133px;
	height:31px;
	display:block;
	position:absolute;
	bottom:-1px;
	right:-1px;
	text-indent:-9999px;
	}
a.addcart:hover
	{
	background:url(../images/btn-add-cart.jpg) left bottom no-repeat;
	}
a.a-download
	{
	background:url(../images/btn-a-download.jpg) no-repeat;
	width:133px;
	height:31px;
	display:block;
	position:absolute;
	bottom:-1px;
	right:-1px;
	text-indent:-9999px;
	}
a.a-download:hover
	{
	background:url(../images/btn-a-download.jpg) left bottom no-repeat;
	}

a.a-download-many
	{
	background:url(../images/btn-a-download-many.jpg) no-repeat;
	width:133px;
	height:31px;
	display:block;
	position:absolute;
	bottom:-1px;
	right:-1px;
	text-indent:-9999px;
	}
a.a-download-many:hover
	{
	background:url(../images/btn-a-download-many.jpg) left bottom no-repeat;
	}

div.stats
	{
	height:25px;
	position:absolute;
	bottom:0px;
	left:10px;
	line-height:25px;
	}
div.stats_many
	{
	height:25px;
	/*position:absolute;*/
	bottom:0px;
	left:10px;
	line-height:25px;
	}
span.downloads
	{
	/*background:url(../images/span-downloads.jpg) 0px 7px no-repeat;*/
	font:10px/25px tahoma,arial;
	font-weight:bold;
	display:block;
	}

#banners textarea
	{
	padding:5px;
	text-align:left !important;
	}
#banners .light-holder
	{
	text-align:center;
	margin-bottom:30px;
	}
#banners p
	{
	margin-bottom:10px;
	}
#ad .listing
	{
	margin-left:12px;
	}
#ad p.red-msg2
	{
	text-align:left;
	}
#ad h3
	{
	margin-left:-10px;
	}
#err h3
	{
	margin:0px;
	}

#prodscroll2 ul li .prod-description-many
	{
	color:#667;
	width:440px;
	float:right;
	padding-right:10px;
	padding-top:15px;
	min-height:110px;
	position:relative;
	}
#prodscroll2 ul li .prod-description-many p
	{
	line-height:1.2em;
	margin-bottom:10px;
	font-size:0.8em;
	}
#prodscroll2 ul li .prod-description-many h3
	{
	color:black;
	font: 1.2em Tahoma,Helvetica,Arial,sans-serif;
	margin:0px;
	text-indent:0px;
	padding-bottom:10px;
	}

#prodscroll2 ul li .prod-description-many h4 
	{
	color:#d80000;
	font-family:Times new roman,sans-serif;
	font-size:1.1em;
	font-weight:bold;
	line-height:normal;
	margin:-10px 0 10px;
	}

.stats-many
	{
	position:relative;
	background:url(../images/bg-descr.jpg) repeat-x scroll left bottom;
	min-height:25px;
	margin-right:-10px;
	padding-top:15px;
	}
.stats-many .downloads
	{
	padding-left:16px;
	}
.title-many
	{
	display:block;
	font:12px arial,helvetica,tahoma;
	font-weight:bold;
	color:#111;
	padding-bottom:4px;
	background:url(../images/small-check.gif) no-repeat left top;
	padding-left:16px;
	position:relative;
	}

table.new-table 
	{
	border-collapse:collapse;
	}
table.new-table td
	{
	border:1px solid #222;
	}
table.new-table td.smallheader
	{
	background-color: #eaebed;
	font-weight: bold; 
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	}
#privacy
	{
	font-size:0.9em;
	}

#unsubscribe
	{
	text-align:center;
	padding-top:20px;
	}

#unsubscribe h1
	{
	color:#333;
	font-family:trebuchet MS,Arial,sans-serif;
	font-size:1.5em;
	}

#unsubscribe input.btn-extra
	{
	margin:0 auto !important;
	float:none;
	}

/*Contact Button on footer*/
/*---------------------------------------------------------------------------*/
.sponsor 
	{
	margin-left:280px;
	}
.sponsor span
	{
	display:block;
	float:left;
	padding-top:3px;
	padding-right:7px;
	}
a.btn-contact
	{
	background:url(../images/btn-contact.gif) no-repeat;
	display:block;
	text-indent:-9999px;
	width:86px;
	height:29px;
	text-decoration:none;
	border:0px !important;
	float:left;
	}
a.btn-contact:hover
	{
	background:url(../images/btn-contact.gif) left bottom no-repeat !important;
	}
/*---------------------------------------------------------------------------*/
p.small
	{
	font-size:0.85em;
	margin-bottom:0px;
	}


.input-file
	{
	background:white url(../images/postbg.jpg) repeat-y scroll left top;
	border:1px solid #CCCCCC;
	font-size:14px;
	padding-left:5px;
	float:left;
	height:22px;
	margin-top:2px;
	width:296px !important;
	}


.calendar-wrapper
	{
	background:url(../images/bg-calendar.jpg) no-repeat;
	padding-top:60px;
	}

.calendar
	{
	background:url(../images/bg-calendar.jpg) left bottom no-repeat;
	padding:0px 13px 9px 11px;
	}

.calendar table
	{
	border-collapse:collapse;	
	}
.calendar table tr td
	{
	border:1px solid #ccc;
	width:90px;
	vertical-align:top;
	padding:0px;
	}
.calendar table tr td:hover
	{
	background:#f2f0f1;
	}
.calendar table tr td.no-call
	{
	background:#fbfaf4;
	}
div.week-day
	{
	background:url(../images/bg-weekday.jpg);
	height:35px;
	margin:-1px -1px -1px -1px;
	position:relative;
	font:12px/35px georgia,"times new roman",serif;
	color:#fefefe;
	font-weight:bold;
	text-align:center;
	width:93px;
	}
div.app
	{
	border-top:1px solid #ccc;
	padding:10px 7px 10px 10px;
	min-height:50px;
	}
div.app span.app-time
	{
	display:block;
	font-weight:bold;
	background:url(../images/a-link.gif) left 3px no-repeat;
	padding-left:14px;
	color:#111;
	padding-bottom:5px;
	font-size:14px;
	}
div.app span.app-text
	{
	font-size:12px;
	line-height:14px;
	}
td.no-call div.app span
	{
	display:block;
	text-align:center;
	}

#training #prodscroll2 ul li .prod-description 
	{
	color:#666677;
	float:none;	
	padding:10px 30px;
	position:relative;
	width:auto;
	}

#training span.p-date
	{
	display:block;
	font-family:tahoma,arial;
	font-size:10px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:25px;
	}

#training .linking a, #training .linking a:visited
	{
	color:#058ffc;
	color:#106ea9;
	text-decoration:none;
	font-size:0.9em;
	}

#training div.stats 
	{
	left:25px;
	}

a.a-webinar
	{
	background:url(../images/btn-a-webinar.jpg) no-repeat;
	width:133px;
	height:31px;
	display:block;
	position:absolute;
	bottom:-1px;
	right:-1px;
	text-indent:-9999px;
	}
a.a-webinar:hover
	{
	background:url(../images/btn-a-webinar.jpg) left bottom no-repeat;
	}

#download-products label
	{
	float:left;
	padding-left:30px;
	text-align:right;
	padding-right:5px;
	}
#download-products input
	{
	margin-right:5px;
	}
#center-calendar
	{
	width:674px;
	margin:0 auto;
	}
.setup-links:after {content:"."; display:block; height:0;
                 clear:both; visibility:hidden; }
.setup-links       {display:inline-block;}
/* Hide from IE Mac */
.setup-links      {display:block;}
/* End hide from IE Mac */
* html .setup-links{ height:1px;}
.setup-links
	{
	padding:10px 0px;
	text-align:center;
	}
.setup-links a
	{
	background:url(../images/btn-input-l.jpg) left top no-repeat;
	width:140px;
	height:27px;
	text-align:center;
	line-height:27px;
	padding-right:9px;
	cursor:pointer;
	color:white;
	display:block;
	float:left;
	}
.setup-links a:hover
	{
	background:url(../images/btn-input-l.jpg) left bottom no-repeat;
	color:#301500;
	text-decoration:none;
	}

.setup-links a.first
	{
	margin-right:150px;
	margin-left:100px;
	}
* html .setup-links a.first
	{
	margin-left:50px;
	}
h4.top-pad
	{
	margin-top:35px;
	}

#salescenter .light-holder h4, #salescenter .light-holder p
	{
	padding:0px 20px;
	}

a.btn-large
	{
	background:url(../images/btn-input-large.jpg) left top no-repeat;
	width:160px;
	height:27px;
	text-align:center;
	line-height:27px;
	padding-right:9px;
	cursor:pointer;
	color:white;
	display:block;
	}
a.btn-large:hover
	{
	background:url(../images/btn-input-large.jpg) left bottom no-repeat;
	color:#301500;
	text-decoration:none;
	}
.center a.btn-large
	{
	margin:0 auto;
	}

/*// BUNDLE //---------------------------------------------------------------------*/
#bundle-list .lgn-holder
	{
	background:#F9F9F9 url(../images/bg-section-logo.jpg) no-repeat scroll right -15px;
	min-height:130px;
	}
* html #bundle-list .lgn-holder
	{
	height:130px;
	}
#bundle-edit h2.show
	{
	text-indent:26px;
	background:url(../images/show.jpg) no-repeat;
	font:18px/36px Arial, Helvetica, Verdana;
	color:#106ea9;
	font-style:italic;
	font-weight:bold;
	margin-top:0px;
	}
span.input-like
	{
	height:20px;
	margin-left:0;
	margin-top:2px;
	width:396px !important;
	background:white;
	border:1px solid #CCCCCC;
	float:left;
	display:block;
	padding:2px 2px 2px 5px;
	}
.right-input
	{
	float:right;
	}

#bundle-edit .stitle
	{
	font:125% arial;
	font-weight:bold;
	text-indent:0px;
	color:#333;
	padding-top:18px;
	}
#bundle-edit .light-holder:after {content:"."; display:block; height:0;
                 clear:both; visibility:hidden; }
#bundle-edit .light-holder      {display:inline-block;}
/* Hide from IE Mac */
#bundle-edit .light-holder       
	{
	display:block;
	margin-bottom:10px;
	padding:7px;
	}
/* End hide from IE Mac */
* html #bundle-edit .light-holder{ height:1px;}

#bundle-edit #prodscroll2 ul li .prod-description 
	{
	background:none;
	color:#666677;
	float:left;
	min-height:0px;
	width:410px;
	}
#bundle-edit #prodscroll2 ul li .check-holder
	{
	float:left;
	padding:19px 15px;	
	}
div.checkall
	{
	padding-left:8px;
	line-height:27px;
	font-size:90%;
	}
div.checkall input
	{
	margin-right:5px;
	}
.backlink
	{
	padding-bottom:40px;
	margin-top:-20px;
	position:relative;
	}
.backlink .prod-left
	{
	display:block;
	float:right;
	}
p.pagination
	{
	margin-bottom:5px;
	}
p.pagination a
	{
	padding:0px 2px;
	text-decoration:underline;
	}
p.pagination a.no-under
	{
	text-decoration:none;
	}

table.order-table
	{
	border:1px solid #aaa;
	}
table.order-table, table.order-total
	{
	width:100%;
	border-collapse:collapse;
	}
table.order-table td, th
	{
	padding:6px 10px !important;
	border-bottom:1px solid #ccc;
	}
table.order-table tr th
	{
	background:#CCCCCC;
	font-weight:bold;
	border-bottom:1px solid #aaa;
	border-top:1px solid #aaa;
	color:#111;
	}
table.order-table tr th.th-price
	{
	text-align:right;
	}
table.order-total
	{
	margin-top:10px;
	}
table.order-total td
	{
	padding:1px 10px !important;
	text-align:right;
	}
.even
	{
	background:#F6F6F6 !important;
	}
.highlight 
	{
	color:#A13108;
	}

.btn-purchase-ticket
	{
	display:block;
	background:url(../images/btn-purchase-ticket.gif) 0px 0px no-repeat;
	width:125px;
	height:28px;
	cursor:pointer;
	font-size:0px;
	line-height:0px;
	text-indent:-999em;
	margin:0 auto;
	}
.btn-purchase-ticket:hover
	{
	background:url(../images/btn-purchase-ticket.gif) 0px bottom no-repeat;
	color:#08162d;
	}
.btn-more-info
	{
	display:block;
	background:url(../images/btn-more-info.gif) 0px 0px no-repeat;
	width:235px;
	height:28px;
	cursor:pointer;
	font-size:0px;
	line-height:0px;
	text-indent:-999em;
	margin:0 auto;
	}
.btn-more-info:hover
	{
	background:url(../images/btn-more-info.gif) 0px bottom no-repeat;
	color:#08162d;
	}

div.grey-area
	{
	background:#f3f4f6;
	margin:0 -20px 16px;
	padding:18px 20px 0px;
	border-top:1px solid #e8e9eb;
	border-bottom:1px solid #e8e9eb;
	}

ul.check-listing
	{
	list-style:none;
	padding:10px 20px;
	}
ul.check-listing li
	{
	background:url(../Images/checkmark.gif) 0px 3px no-repeat;
	padding:0px 0px 25px 35px;
	}

.yellow-light ul.check-listing
	{
	padding-bottom:0px;
	}
.yellow-light ul.check-listing li
	{
	background:url(../images/checkmark-yellow.gif) 0px 3px no-repeat;
	}
.yellow-light .insider
	{
	background:url(../images/bg-yellowlight.gif) no-repeat;
	padding:20px 20px 0px;
	}

.grey-border
	{
	background:url(../images/grey-border.gif) no-repeat left bottom;
	padding-bottom:11px;
	margin-bottom:20px;
	}
.grey-border .insider
	{
	background:url(../images/grey-border.gif) no-repeat;
	padding:11px 11px 0px;
	}


table.extra-table
	{
	width:97%;
	border-left:1px solid #E2E0E0;
	border-top:1px solid #a8cce5;
	}
table.extra-table td
	{
	border-right:1px solid #E2E0E0;
	border-bottom:1px solid #E2E0E0;
	padding:5px;
	text-align:center;
	background:white;
	}
table.extra-table tr.even td
	{
	background:#F3F3F3;
	}
table.extra-table th
	{
	border-right:1px solid #BECFDD;
	border-bottom:1px solid #BECFDD;
	padding:5px;
	text-align:center;
	font-weight:normal;
	}
table.extra-table tr.head1 th
	{
	background:url(../images/bg-head1.gif) repeat-x #cee9fa;
	}
table.extra-table tr.head2 th
	{
	background:#cee9fa;
	}
.l-info
	{
	
	font-weight:bold;
	
	padding-bottom:5px;
	}
.r-info
	{
	padding-bottom:5px;
	
	height:16px;
	
	background:url(../images/security.gif) no-repeat;
	line-height:16px;
	
	font-size:0.9em;
	}
	.italic
	{
	font-style:italic;
	}
	.aleft
	{
	text-align:left !important;
	}
.form .input-text-xs
	{
	float:left;
	background:url(../images/bg-input-text.gif) no-repeat;
	border-top:1px solid #adaeb0;
	border-left:1px solid #adaeb0;
	border-right:1px solid #dfdfe0;
	border-bottom:1px solid #dfdfe0;
	height:20px;
	padding-top:4px;
	width:40px;
	}
.form .input-text-xs:focus
	{
	border:1px solid #c34f4f;
	background:url(../images/bg-input-focus.gif) no-repeat;
	}

.btn-purchase-now
	{
	display:block;
	background:url(../images/btn-purchase-now.jpg) 0px 0px no-repeat;
	width:150px;
	height:36px;
	cursor:pointer;
	font-size:0px;
	line-height:0px;
	text-indent:-999em;
	float:right;
	}
.btn-purchase-now:hover
	{
	background:url(../images/btn-purchase-now.jpg) 0px bottom no-repeat;
	color:#08162d;
	}
.center .btn-purchase-now
	{
	float:none;
	margin:0 auto;
	}

.yellow-wrapper-s
	{
	background:url(../images/bg-note.gif) no-repeat left bottom;
	padding-bottom:20px;
	margin-bottom:30px;
	}
.yellow-wrapper-s .insider
	{
	background:url(../images/bg-note.gif) no-repeat;
	padding:20px 20px 0px;
	}
#intro-platinum .listing
	{
	padding:10px 25px;
	}
#intro-platinum .listing li
	{
	margin:5px 0px 5px; 
	}
.extras
	{
	background:none repeat scroll 0 0 #F9F9F9;
	border:1px solid #F4F4F4;
	padding:2px 4px;
	margin-bottom:2px;
	}

.mail-options
	{
	background:url(../images/mail-options.gif) left bottom repeat-x #6faee9;
	border:1px solid #5c92c3;
	border-bottom:none;
	padding:8px 6px;
	}
.keys
	{
	float:right;
	color:#333333;
	font-size:0.9em;
	font-weight:bold;
	padding-right:12px;
	}
.keys span
	{
	background:url(../images/bullet-imp.png) left 2px no-repeat;
	padding-left:15px;
	font-weight:normal;
	}
.pagination
	{
	float:right;
	color:#333333;
	font:0.9em  "Lucida Grande", Tahoma,Arial,sans-serif;
	padding-right:4px;
	padding-top:10px;
	}
.pagination a, .pagination a:visited, .pagination a:active
	{
	color:#333333;
	text-decoration:none;
	background:#f3f6f9;
	border:1px solid #dee6ee;
	padding:0px 3px 0px;
	}
.pagination a:hover
	{
	color:#0085CA;
	background:#ebf0f4;
	border:1px solid #c7d5e2;
	}
.pagination strong
	{
	color:#333333;
	border:1px solid #FFFFFF;
	padding:0px 3px 0px;
	font:bold 1em  "Lucida Grande", Tahoma,Arial,sans-serif;
	}
.pagination span
	{
	padding-left:3px;
	}
.btn-mark-unread
	{
	background:url(../images/mail-options-sprite.gif) no-repeat;
	display:block;
	height:22px;
	width:98px;
	text-indent:-9999px;
	float:left;
	margin-right:6px;
	}
.btn-mark-unread:hover
	{
	background:url(../images/mail-options-sprite.gif) left -22px no-repeat;
	}
.btn-mark-read
	{
	background:url(../images/mail-options-sprite.gif) right top no-repeat;
	display:block;
	height:22px;
	width:98px;
	text-indent:-9999px;
	float:left;
	margin-right:6px;
	}
.btn-mark-read:hover
	{
	background:url(../images/mail-options-sprite.gif) right -22px no-repeat;
	}
.table-holder
	{
	margin-bottom:10px;
	}
table.mailing
	{
	width:100%;
	border-bottom:1px solid #E2E0E0;
	font-size:1.4em;
	}
table.mailing a, table.mailing a:visited, table.mailing a:active
	{
	text-decoration:none;
	color:#3E4449;
	display:block;
	}
table.mailing .unread a
	{
	color:#222;
	}
table.mailing a:hover
	{
	text-decoration:underline;
	}
table.mailing td
	{
	padding:3px 6px !important;
	} 
table.mailing tr th 
	{
	background:url(../images/bg-head2.gif) repeat-x scroll 0 0 #CEE9FA;
	font-weight:normal;
	text-align:left;
	border-right:1px solid #e8f4fb;
	color:#3e596e;
	padding:4px 6px !important;
	border-bottom:0px !important;
	}
table.mailing tr th.em-date 
	{
	border-right:0px;
	}	
table.mailing td
	{
	border-top:1px solid #edf0f2;
	color:#3e4449;
	}
tr.unread td
	{
	font-weight:bold;
	color:#222 !important;
	}
table.mailing tr.even td
	{
	background:url(../images/even.gif) left bottom repeat-x #f8f9fa;
	}

table.mailing tr:hover td
	{
	background:#e4eaf0;
	border-top:1px solid #dae0e5;	
	}
.link-back
	{
	float:left;
	color:#333333;
	font-size:0.85em;
	padding-left:6px;
	padding-bottom:2px;
	}
.link-back a, .link-back a:visited, .link-back a:active
	{
	color:white;
	text-decoration:none;
	padding:0 2px 0px;
	vertical-align:middle;
	}
.link-back a:hover
	{
	color:#0085CA;
	text-decoration:underline;
	}
.email-body
	{
	padding:20px 10px;
	}
.aright
	{
	float:right;
	}
.email-title
	{
	background:none repeat scroll 0 0 #F9F9F9;
	border:1px solid #F4F4F4;
	padding:10px 10px;
	}
.email-title dl
	{
	font-size:0.9em;
	line-height:16px;
	}
.email-title dl dt
	{
	float:left;
	color:#999;
	width:38px;
	text-align:right;
	padding-right:8px;	
	font-size:0.9em;
	}
.email-title dl dd
	{
	padding-bottom:6px;
	line-height:16px;
	}
.em-subject
	{
	width:70%;
	}
.em-label
	{
	width:12px;
	}
.login-info
	{
	list-style:none;
	padding-left:20px;
	}
.login-info li
	{
	padding:1px 0px 2px;
	}
.login-info li strong
	{
	display:block;
	width:60px;
	float:left;
	}
#new-announces
	{
	padding:15px 30px 15px;
	}
#new-announces ul:after 
	{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden; 
	}
#new-announces ul       
	{
	display:inline-block;
	display:block;
	}
* html #new-announces ul
	{
	height:1px;
	}
#new-announces ul
	{
	list-style:none;
	}
#new-announces ul li
	{
	background:transparent url(../images/announce.png) no-repeat scroll 0 6px;
	padding:3px 80px 3px 22px;
	}
#new-announces ul li a
	{
	text-decoration:none;
	color:#0D0D0D;
	}
#new-announces ul li a:hover
	{
	text-decoration:underline;
	color:#026ed6;
	}
#new-announces ul li span
	{
	display:block;
	color:#999999;
	font-size:0.85em;
	line-height:13px;
	}

.old-form #captcha-wrapper
	{
	margin-left:258px;
	}
.old-form #captcha-wrapper input
	{
	left:0px;
	}
.old-form #captcha-wrapper div
	{
	padding:0px;
	margin:0px;
	}
.old-form #captcha-wrapper label
	{
	border:0px;
	padding:0px;
	margin:0px;
	}
#announcement-view
	{
	padding:0 18px 35px;
	width:683px;
	}