body { 
	margin:0; 
	padding:0; 
	height:100%; 
}

img {
	border: none;
}
.right {
	float: right;
}

.left {
	float: left;
}
.clear {
	clear:both;
}

.tleft {
	text-align: left;
}

#page_content {
	margin-top: 20px;
}
.tright {
	text-align:right;
}

.tcenter {
	text-align:center;
}

/*
* Main Navigation
*/
#mainNav {
	padding:20px 0 0 0;
	margin:0 auto;
	width: 1000px;
	
}

#mainNav li {
	list-style-type:none;
	display:inline;
	float:left;
	width: 136px;
}

#mainNav li a {
	display:block;
	padding-top:12px;

	padding-bottom:12px;
	font-size:13px;
	font-weight:bold;

	text-align:center;
	color:#ffffff;
	text-decoration:none;
	border-left:solid #767777 1px;
	border-right:solid #4a4a4a 1px;
	background:url('../images/nav-background.png') repeat-x;
}

#mainNav li a:hover {
	background:#4a4a4a;
}

#mainNav li a:hover {
	background:#4a4a4a;
}

#navFirst {
	
	border-left:none !important;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

#navLast {
	width:100%;
	border-right:none !important;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background:url('../images/nav-background-last.png') repeat-x !important;
}

#navLast:hover {
	background:#0072e5 !important;
}

#pageWrap {
	margin-left:auto;
	margin-right:auto;
	width:960px;
	padding:15px;
}


#logo {
	font-family:InterstateBoldCondensedRg, arial;
	float:left;
	padding-top:12px;
}

/*
	Footer
	*/
#footer {
	border-top:solid #bcd8ef 1px;
}

#footerInner {
	padding:10px;
	border-bottom:solid #d1d1d1 1px;
}

.footerBlock {
	width:180px;
	padding:20px;
	float:left;
}

.footerBlock div {
	font-size:12px;
	line-height:18px;
}

.footerBlock h5 {
	padding:0;
	margin:0 0 5px 0;
}

.footerBlock a {
	display:block;
	line-height:18px;
	text-decoration:underline;
	font-size:12px;
	color:#0000ff;
}
#copyright, .addthis {
	font-size:11px;
	padding:20px 0 0 20px;
}

.homeLabel {
	width: 108px;
	height: 25px;
	background: url('../images/label_gradient.png') repeat-x #dd570d;
	color: #fff;
	line-height: 25px;
	text-align: right;
	padding-right: 20px;
	
	-moz-box-shadow: 2px 2px 1px #888;
	-webkit-box-shadow: 2px 2px 1px #888;
	box-shadow: 2px 2px 1px #888;
}


.welcome_block {
	margin-top: 30px;
}

.welcome_content {
	padding-left: 50px;
	width: 500px;
}

.welcome_video {
	width: 300px;
	margin-bottom: 80px;
}

.welcome_block h1 {
	font-size: 26px;
	color: #333;
	font-weight: normal;
}

.inner_block {
	width: 250px;
}

.inner_block span {
	font-size: 14px;
	color: #5b5b5b;
}

.inner_block p {
	font-size: 11px;
	color: #5b5b5b;
	width: 220px;
	padding-top: 10px;
	line-height: 20px;
	
}

.youtube {
	background: url('../images/social-buttons-sprite.png') no-repeat;
	height: 51px;
	width: 51px;
	display: block;
	
}
.twitter {
	background: url('../images/social-buttons-sprite.png') no-repeat;
	height: 51px;
	width: 51px;
	background-position: -70px;
	display: block;
}
.facebook {
	background: url('../images/social-buttons-sprite.png') no-repeat;
	height: 51px;
	width: 51px;
	background-position: -140px;
	display: block;
}
.linkedin {
	background: url('../images/social-buttons-sprite.png') no-repeat;
	height: 51px;
	width: 50px;
	background-position: -210px;
	display: block;
}

.social-buttons a{
	margin-right: 5px;

}
.social-buttons {
	padding-bottom: 50px;
	padding-top: 50px;
}

#fb-button {
	display:block;
	margin:5px 0 0 0;
	float:left;
}

#twitter-button {
	margin:4px 0 0 10px;
	float:left;
}

#gplus-button {
	margin:2px 0 0 10px;
	float:left;
}

/*
* Homepage feature blocks
*/

.feature_contrainer {
	
	width: 229px;
	height: 377px;
	margin-right:8px;
	
}

.feature_top {
	height: 26px;
	border: 1px solid  #ccc;
	background: #d7d7d7;
	border-bottom: 5px solid #a7a7a7;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	color:#5d5d5d;
	line-height: 26px;
	padding-left: 10px;
	
}

.feature_bottom {
	height: 349px;
	border: 1px solid  #ccc;
	border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	overflow: hidden;
	
}
.quick_links {
	margin-top: 30px;
}
.quick_links a  {
	font-size: 12px;
	color: #5b5b5b;
	text-decoration: none;
	margin-left: 10px;
	margin-top: 10px;
	display: block;
	
	
}

.arrow_du{
	width: 100%;
	text-align: center;
	height: 45px;
}

.arrow_du a {
	text-decoration: none;
	color: #d7d7d7;
	display: block;
	height: 33px;
	width: 50px;
	margin: 0 auto;
}

.up {
	
	background: url('../images/arrow_sprite.png') no-repeat;
	
}
.down {
	
	background: url('../images/arrow_sprite.png') no-repeat;
	background-position: 0 -35px;
	margin-top: 5px !important;
	
	
}

.course_holder {
	height: 83px;
	border-bottom: 1px solid #ccc;
}
.upper {
	
	border-bottom: 1px solid #ccc;
}

.course_block {

	width: 100%;
	height: 254px;
	position:absolute;
}

.course_block_outer {
	overflow: hidden;
	height: 254px;
	position:relative;
}

.course_content {
	margin-left: 10px;
	width: 160px;
	margin-top: 10px;
	color: #3e3e3e;
}
.course_content strong {
	font-size: 12px;
}

.course_content span {
	
	font-size: 11px;
	display:block;
	
}

.course_cover img {
	margin-top: 13px;
	margin-right: 13px;
}

/*
* News block homepage
*/
.news_block {
	margin-top: 50px;
	width: 600px;
	
}

.news_block_content {
	padding-left: 50px;
}

.news_block h3 {
	
	color: #333;
	margin-bottom: 0;
	font-size: 24px;
	
}
.news_block_content span {
	
	color: #b7b7b7;
	font-size: 11px;
	margin-bottom: 10px;
	
}

.news_block_content p {
	color: #5b5b5b;
	font-size: 12px;
}

/*
* Articles Block
*/

.articles_block {
	margin-top: 50px;
	width: 650px;
	
}

.articles_block_content {
	padding-left: 50px;
	margin-top: 20px;
}

.article_holder {
	margin-top: 20px;
	width: 450px;
	padding: 20px;
	border: 1px solid #e1e1e1;
	position: relative;
}
.article_holder strong a{
	color: #333;
	text-decoration: none;
	font-size: 13px;
}
.article_holder p {
	color: #5b5b5b;
	font-size: 12px;
}
.article_holder span {
	color: #b7b7b7;
	font-size: 11px;
	margin-bottom: 10px;	
}

.author img {
	padding-top: 30px;
	margin-right: 30px;
}

.pointer {
	background: url('../images/pointer.png') no-repeat;
	position: absolute;
	top: 20px;
	left: -10px;
	height: 13px;
	width: 10px;
}

/*
* New Courses Block
*/

.new_courses_block {
	margin-top: 50px;
	width: 600px;
	
}

.new_courses_block_content {
	padding-left: 50px;
	margin-top: 20px;
}

.new_holder {
	width: 150px;
	margin-right: 10px;
	height: 250px;
	margin-bottom: 20px;
	color: #545454;
	font-size: 11px;
	
}

.new_holder strong {
	display: block;
	height: 50px;
	margin-top:5px;
}

.clients_block {
	margin-top: 50px;
	width: 600px;
	
}
.clients_block_content {
	padding-left: 50px;
	margin-top: 20px;
}
.clients_column_block {
	width: 140px;
	padding: 10px;
	color: #505050;
	border-bottom: 1px solid #a7a7a7;
	font-size: 11px;


}


.clients_container {
	width: 170px;
	margin-right: 5px;
}

/*
* testimonials
*/

.testimonials_block {
	margin-top: 50px;
	width: 600px;
	text-align: right;
	
}

.testimonials_block_content {
	padding-left: 50px;
	margin-top: 20px;
	
}
.testimonial_holder {
	border-bottom: 1px dotted #a7a7a7;
	padding: 5px;
}

.testimonial_holder p, .testimonial_holder span, .testimonial_holder h3{
	color: #5b5b5b;
	font-size: 12px;
	text-align: left;
}


/*
* Right feature container
*/

.right_feature_container {
	width: 300px;
	border: 1px solid #e8e8e8;
	margin-top: 50px;
}

.feature_label {
	background: url('../images/feature_gradient.png') repeat-x #a0a0a0;
	width: 220px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px; 
	
	-moz-box-shadow: 1px 1px 1px #888;
	-webkit-box-shadow: 1px 1px 1px #888;
	box-shadow: 1px 1px 1px #888;
	
}

.feature_holder {
	width: 280px;
	border-top: 1px solid #e8e8e8;
	font-size: 11px;
	padding: 10px;
}
.feature_holder span {
	color: #b7b7b7;
	font-size: 10px;
	
}

.feature_content {
	width: 250px;
}

.feature_arrow {
	width: 20px;
	font-size: 40px;
	font-weight: bold;
	color: #c0c0c0;
	margin-left: 10px;
}

.grey {
	color: #545454;
	text-decoration: none;
}

.shoppingCart {
	
	width:100%;
	border-spacing: 0;
	

}

.shoppingCart td{
	
	background: #e9f2f9;
	padding: 10px;
}

.shoppingCart tr {
	border: 1px solid #000 !important;
}

.cartList-cont {
	
	height: 20px;
	background: #e9f2f9;
	margin: 0 auto;

}

.cartList{
	
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	
}


.cartList li{
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;

	color: #353535;
	
}

.cartList input {
	width: 50px;
	height: 20px;
	border: 1px solid #a5acb4;
}

.cartForm input[type="submit"]
{
	width:100px;
	margin-left: 722px;
	margin-bottom: 10px;

}
.cartTitle {
	width: 50%;
	font-size: 18px;
}

.quantity {
	width: 12%;
	font-size: 18px;
}

.labels, .labels  li{
	background: #fff;
	margin: 0 auto;
	padding: 0;
	font-size: 14px;	
}

.totals {
	width: 400px;
	margin-left: 400px;
	color: #353535;
	font-size: 16px;	
	
}

.totals li {
	font-size: 16px !important;
}

.rule {
	height: 10px;
	border-bottom: 1px dotted #353535;
	width:95%;
	margin: 0 auto;
	margin-bottom: 15px;
}

.blogIndex{
	border-top: 1px solid #ccc;
	padding-right: 20px;
	padding-top: 30px;
	
}

.blogLeft {
	width: 660px;
	
}

.blogHead {
	margin-top: 30px;
	margin-bottom: 0;
}
.blogRight {
	
	width: 250px;
	border-left: 1px solid #ccc;
	background: #f7f7f3;
	padding-left: 10px;
	padding-right:10px;
}

.blogRight a img {
	margin-left: 25px;
	margin-top: 25px;
}

.blogDate {
	width: 90px;
	height:175px;
	margin-right: 10px;
	font-size: 11px;
	margin-top: 16px;
	
	text-align:center !important;

}

.blogImage {
	border: 1px solid #328200;
	width: 200px;
	height: 200px;
	margin-top: 16px;
	margin-right: 15px;
}

.blogImage img {
	margin: 0 auto;
}

.blogDate hr {
	border-bottom: 1px solid #ccc;
	border-top: none;

}

.blogDate strong {
	display: block;
	color: #000;
	font-size: 36px;
}
.blogDate a{
	margin: 10px 10px 10px 10px;
	display: block;
}
.blogInfo {
	margin-top: 16px;
}

.blogInfo a {
	font-family: Times;
	font-weight: normal;
	font-size: 24px;
	margin-top: 0;
	margin-right: 10px;
	text-decoration: none;
}

.blogInfo p {
	font-size: 12px;
	padding-right:  5px;
}

.authorInfo {
	color:#999;
	font-size: 12px;
}
.authorInfo a  {
	font-size: 12px;
}

.separator {
	margin-top: 30px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	margin-right: 15px;
}

.separator-dotted {
	margin-top: 15px;
	border-top: 1px dotted #ccc;
}

.blogPost {
	margin-top: 40px;
}

.blogPost p {
	line-height: 24px;
	width: 700px;
}

.comments {
	margin-top: 50px;
	width: 660px;

}

.comments hr {
	margin-bottom: 30px;
}

.leaveComment {
	padding: 30px;
	border: 1px solid #ccc;
	-moz-border-radius: 8px;
	border-radius: 8px;

}

.leaveComment textarea {
	height: 100px;
	width:593px;
}

.leaveComment input[type=text]
{
	width: 250px;
}

.leaveComment .submit {
	background: #0385ff;
	color: #fff;
	border: 2px solid #0385ff;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	width: 70px;
	height: 30px;
	font-size: 18px;
	margin-left: 530px;
	margin-top:10px;
	
}
.leaveComment strong, .leaveComment  label {
	color: #000;
}
.blogRight strong a {
	text-decoration: none;
	color: #000;
}

.rss {
	margin-top:30px;
	margin-left: 20px;
}

.postRight {
	border-top: 1px solid #ccc;
}

.floatImg {
	float: left;
	margin-right: 10px;
	margin-top: 10px;
}

.blogIndex p {
	line-height: 24px;
	
}

.breadCrumbs {
	margin-top: 20px;
	margin-bottom: 5px;
}
.headInfo h1 {
	margin-bottom: 20px;
	margin-top: 0;
}
.headInfo {
	margin-left: 20px;
	width: 430px;
}
.headInfo p {
	
	width: 350px;
	line-height: 18px
}

.socialButtons {
	height: 25px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	
}

.blogContent 
	color: #554f59;
	margin:30px 0 30px 0;
}

#facebook-like
{
	float:left;
	width:450px;
}

/*
* Product page
*/

.productHeader {
	
	width: 864px;
	margin: 0 auto;
	margin-top: 40px;
	padding: 30px 40px 0 40px;

}

.homeHeader {
	background: url('../images/homeHeader.png') no-repeat;
	padding: 10px 20px 0 20px;
	width: 900px;
}


.productInformation {
	width: 560px;
	margin-left: 50px;
}

.productInformation h1 {
	color: #fff;
	font-weight: normal;
	font-size: 42px;
	margin: 0;
}

.productInformation h2 {
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	margin-top: 0;
}


.productForm {
	width: 235px;
	
}

.productForm p, .productForm strong, .productForm label {
	color: #fff;
}
.productForm label {
	font-weight: 700;
	font-size: 12px;
	
}
.productForm strong {
	font-size: 24px;
}

.productForm p {
	font-size: 12px;
}

.productForm input[Type=Text]
{
	border: 1px solid #000;
	width: 200px;
	margin-bottom: 10px;
}
.btnTryFree {
	
	display: block;
	padding: 10px 24px 10px 24px;
	margin-top: 12px;
	font-size: 19px;
	color: white;
	text-decoration: none;
	font-family: arial;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid #4A7603 1px;
	background: url('../images/btn-background-tall.png') repeat-x;
	cursor: pointer;
	max-height: 43px;
}

.btnTryFree:hover {
    background:#69b019;
}
.btnSearch {
	
	
	padding: 4px 8px 4px 8px;
	margin-top: 10px;
	font-size: 12px;
	color: #fff !important;
	text-decoration: none;
	font-family: arial;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: solid #4A7603 1px;
	background: url('../images/btn-background-tall.png') repeat-x;
	cursor: pointer;
	
}

.btnSearch:hover {
    background:#69b019;
}



.productIntro {
	width: 250px;
	color: #fff;
}

.productCover {
	width: 300px;
}
.productIntro p {
	font-size: 12px;
	padding-bottom: 20px;
	
}

.whatisThis {
	width: 300px;
	color: #3c3c3b;
	font-size: 12px;
	margin-top: 100px;
}
.whatisThis strong {
	color: #3c3c3b;
	font-size: 14px;
	padding:3px;
}

.whatisThis p {
	color: #3c3c3b;
}

.middleLeft {
	width: 500px;
	font-size: 12px;
	color: #595959;
	
	
}
.middleLeft strong {
	font-weight: bold;
	color: #595959;
	font-size: 12px;
}

.middleLeft p {
	margin-bottom: 70px;
}

.middleLeft a {
	color: #333;
	line-height: 24px;
	
}

.btnOrange, .btnOrange a {
	height: 16px;
	width: 99px;
	background: #eb690b;
	display: block;
	color: #fff;
	font-size: 12px;
	padding: 4px 8px 4px 0;
	margin-top: 10px;
	text-decoration: none;
}

.productCover .grey {
	font-size: 11px;
	display: block;
	margin-top: 20px;
} 

.youtubeVideo {
	margin-right: 50px;
	
}

ul.whatyouget {

	list-style: none;
	margin: 0px;
	padding: 24px 0px;
	height: 34px;
}
ul.whatyouget li {
	background: url(../images/bullet_largecheck.png) white left no-repeat;
	line-height: 34px;
	padding-left: 42px;
	margin-left: 19px;
	color: #5F5F5F;
	width: 170px;
	float: left;
	font-size: 12px;
}

ul.lowerWhatyouget {
	border-bottom: 1px solid #F1F1F1;
}
ul.lowerWhatyouget li {
	width: 415px;
	color: #5F5F5F;
}
.contentLeft {
	width: 600px;
	
}
.contentRight {
	width: 300px;
	margin-left: 50px;
	padding-top: 50px;
}


 .contentLeft strong {
	color: #3c3c3b;
	 font-size: 12px;
	 line-height: 24px;
 }
 .contentLeft p {
	 font-size: 12px;
	 line-height: 24px;
 }

 
 .tdTitle {
	 width: 485px !important;
	 text-align: left !important;
 }
 
 .tdTitle a {
	 text-decoration: none;
	 margin-left: 20px;
 }
 
 .bundles td {

	 border: 1px solid #e8e8e8;
	width: 50px;
	height: 50px;
	text-align: center;
 }
 .bundles {
	 width: 913px;
	 border: 1px solid #e8e8e8;
	 border-spacing: 0; 
	 font-size: 12px
 }
 
 
 .vertical td {
	
	width:25px; 
	height: 145px;
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 30px;
 
 }
 
 .vertical span{
	 color:#333;
	writing-mode:tb-rl;
	width: 25px;
	display: block;
	-webkit-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform-origin: 50% 50%;
	-o-transform-origin:  50% 50%;
	white-space:nowrap;
	font-size:12px;
	font-weight:normal;
 }
 
 
 .bull {
	 color: #0091cc;
	 font-size: 36px;
 }
 
 .bundleText {
	 font-size: 12px;
	 line-height: 20px;
	 color: #3c3c3b;
 }
 
 .pricebox {
	width: 913px;
	height: 30px; 
	border-bottom: 1px solid #eee;
	text-align: right;
	padding-top: 15px;
	color: #6e6d6d;
	 
 }
 
 .buyBox {
	 text-align:right;
	 font-size: 20px;

 }
 
 .buyBox strong {
	color: #6e6d6d;
	display:block;
	margin-right: 50px; 
	margin-top: 10px;
	margin-bottom: 10px;
 }
 .buyBox a {
	 margin-right: 40px;
 }
 
.clientLeft {
	 width: 330px;
	 height: 100px;
	 margin-top: 50px;
	 
 }
 
.clientLeft a {
	 display: block;
	 margin-top: 10px;
	 font-size: 12px;
	 text-decoration: none;
 }

.a-list h3
{
	border-bottom:2px solid #CCC;
	color:#424242;
	font-size:24px;
	font-weight:700;
	line-height:28px;
	width:93%;
}

.a-list span
{
	border-bottom:1px solid #CCC;
	display:block;
	line-height:33px;
	width:420px;
}

#search-results .a-list span
{
	border-bottom:1px solid #CCC;
	display:block;
	line-height:10px;
	width:400px;
}

.a-list a
{
	color:#4589AA;
	text-decoration: none;
	font-size: 13px;
}

.anchors
{
	margin:0 auto;
	width:875px;
}

.active
{
	color:#000!important;
	text-decoration:underline!important;
}

.deactive
{
	color:#A2A2A2!important;
}

.anchors ul
{
	list-style:none;
	margin:0;
	padding:0;
	
}

.anchors li
{
	border-right:1px solid #A2A2A2;
	color:#A2A2A2;
	float:left;
	font-size:13px;
	padding:0!important;
	text-align:center;
	width:30px;
}
#course-special
{
	margin-bottom: 50px;
	
}

#course-special li
{
	list-style-type: none;
	border-bottom:1px solid #A2A2A2;
	color:#424242;
	cursor:pointer;
	float:left;
	font-size:14px;
	font-weight:700;
	line-height:40px;
	padding:0!important;
	text-align:center;
	width:220px;
}

#course-special li:hover
{
	color:#007BF4;
}

.selected
{
	background:url(../images/background-arrow_link.png) bottom center no-repeat;
	color:#007BF4!important;
}

.homeCovers {
	background: url('../images/homeCovers.png') no-repeat bottom;
	width: 600px;
	margin-right: 30px;
	height: 505px;
	
}

.homeForm {
	width: 240px;
	margin-top: 30px;
	margin-left: 30px;
}

.homeCovers h1 {
	color: #fff;
	font-size: 48px;
	font-weight: normal;
	padding:0;
	margin: 0;
	margin-top: 10px;
}

.homeCovers h2 {
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	padding:0;
	margin: 0;
}

.errorB {
	border: 2px solid red !important;
}

.errors {
	color: red;
	font-size: 14px !important;
}

.cartInfo {
	color: #000;
	text-align: right;

}

.cartInfo strong {
	color: #000;
}

.headerRight {
	float: right;
	margin-right: 8px;
	
	
}

.headerRight input[type=text]
{
	border: 1px solid #555;
	height: 20px;
	width: 250px;
}

.headerRight a.clientLogin {
	display: block;
	text-decoration: none;
	color: #fff;
	height: 30px;
	line-height: 30px;
	width: 100px;
	text-align: center;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: solid #4A7603 1px;
	font-weight: bold;
	background:url('../images/nav-background-last.png') repeat-x !important;
}

.headerRight a.clientLogin:hover {
	background:#0072e5 !important;
}

.a-list span
{
    display: block;
    width:315px;
    border-bottom: 1px solid #CCC;
    padding-top:10px;
    padding-bottom: 10px;
	list-style-type: none;
}
.a-list {
	padding:0 0 0 20px;
	margin:0;
}

.a-list li {
	list-style-type:none;
	padding:5px 0 0 0;
}

.inner-list {
	padding:0;
	margin:0;
}


.inner-list li {
	list-style-type:none;
	float:left;
}


.checkoutForm {
	
}

.checkoutForm label {
	display:block;
	float: left;
	width: 100px !important;
	color: #000 !important;
}

.checkoutBtn {
	width: 250px;
	float:right;
	margin-right: 30px;
	margin-top: 40px;
}
.vmoney-btn {
	width:210px;
	background: url('../images/nav-background-last.png');
}

.vmoney-large {
	width:350px;
	text-align: center;
}

.vmoney-btn:hover {
	background-color: #4589AA;
}
.vmoney-search {
	border: 1px solid #555;
	height: 21px;
	line-height: 21px;
	font-weight: 700;
	width: 250px;

}
.staticHeader {
	height: 114px;
	width: 953px;
	background: url('../images/staticHeader.png');
	margin-top: 15px;
}

.staticbreadCrumbs {
	font-size: 12px;
	margin-left: 50px;
	margin-top: 15px;
}

.staticContrainer {
	width: 953px;
	margin-top: 15px;
	height: 100%;
	padding-bottom: 50px;
	
	
}

.staticContrainer h1 {
	font-weight: normal;
	color: #333;
	margin-top: 30px;
}

.question {
	display:block;
	color: #5b5b5b;
	font-size: 12px;
	margin-top: 30px;
}

.answer {
	
}

.staticLeft {
	width: 690px;
	padding-left: 30px;
	padding-bottom: 30px;
	border: 1px solid #ccc;
	-moz-border-radius-topleft: 6px;
	border-top-left-radius: 6px;
	
	-moz-border-radius-bottomleft: 6px;
	border-bottom-left-radius: 6px;
	padding-right: 30px;
	
}

.staticRight {
	width: 200px;
	background: #eee;
	border: 1px solid #ccc;
	-moz-border-radius-topright: 6px;
	border-top-right-radius: 6px;
	padding-bottom: 30px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-right-radius: 6px;
	border-left: none;
	
}

.staticNews a {
	background: url('../images/newsBullet.png') no-repeat left;
	text-decoration: none;
	display:block;
	margin-top: 20px;
	padding-left: 20px;
	color: #3399cc;
	font-weight: 700;
	font-size: 12px;
}

.staticNews {
	padding: 15px;
	border-bottom: 1px solid #ccc !important;
}

.staticNews strong {
	display:block;
	color: #5b5b5b;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.aboutPage h2 {
	font-size: 14px;
	color: #5b5b5b;
	margin-top: 40px;
}
.aboutPage {
	padding-right: 50px;
}
.aboutPage p, .aboutPage li {
	font-size: 12px;
	color: #5b5b5b;
	line-height: 24px;
}

.staticbreadCrumbs a {
	text-decoration: none;
	color: #333;
}

.coursewareMiddle .staticLeft, .coursewareMiddle .staticRight {
	border: none;
	background: #fff;
	margin-top: 50px;
}

.coursewareMiddle h1 {
		font-weight: normal;
	color: #333;
	margin-top: 30px;
}

.contentsBox {
	width: 323px;
	height: 138px;
	padding: 15px;
	border: 1px solid #aaa;
	background: #f9f9f9;
	margin-top: 30px;
	margin-bottom: 40px;
}
.cHead {
	width: 100%;
	text-align: center;
	
}
.cHead strong {
	color: #000;
}

.contentsBox a {
	text-decoration: none;
	color: #0645ad;
	font-size: 12px;
	display: block;
	margin-top: 10px;
}

.included {
	width: 952px;
	height: 142px;
	background: url('../images/receive_courseware_page.png')
}

 ul#pricing {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

 ul#pricing li h3.title {
	color: #96C42A;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 5px;
	left: 2px;
}

 ul#pricing li {
	background: url(../images/background_pricing.png) top left no-repeat;
	position: relative;
	height: 100px;
	padding-bottom: 8px;
}

 ul#pricing li span.description {
	position: absolute;
	top: 70px;
	left: 2px;
}
 ul#pricing li span.dollar {
	position: absolute;
	top: 15px;
	left: 560px;
	color: #6E6D6D;
	font-size: 14px;
}

ul#pricing li span.amount {
	position: absolute;
	top: 12px;
	left: 570px;
	color: #1D71A7;
	font-size: 24px;
	font-weight: bold;
}

 ul#pricing li img {
	position: absolute;
	top: 0px;
	left: 242px;
}

ul#pricing li span.value {
	position: absolute;
	top: 0px;
	left: 560px;
	color: red;
	font-size: 12px;
}

div.download_now {
	margin-top: 25px;
	margin-bottom: 25px;
}

div.download_now div.dl_right h3 {
	font-size: 18px;
	color: #96C42A;
	margin:0;
	font-weight: bold;
}
.download_now {
	
}

div.border {
	border-bottom: 1px solid #F1F1F1;
	margin-right: -70px;
	width: 700px;
}

.margintop {
	margin-top: 30px;
}

ul#highlights {
	color: #76766E;
	list-style: none;
	margin: 5px 0px 5px 5px;
	padding: 0px 0px 5px 0px;
}

ul#highlights li {
	border-top: 1px solid #DBDBDB;
	clear: both;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 25px;
	position: relative;
	min-height: 15px;
	background: transparent url('../images/bullet_blue.png') no-repeat scroll 0px 11px;
	height: auto !important;
	height: 15px;
}

ul#highlights li span.pos {
	color: white;
	font-size: 13px;
	font-weight: bold;
	left: 4px;
	top: 11px;
	position: absolute;
}

ul#highlights li span.title {
	display: block;
	float: left;
	font-weight: bold;
	padding-right: 25px;
	width: 200px;
}
ul#highlights li span.description {
	display: block;
	float: left;
	margin: 0px;
	padding: 0px 0px 10px 10px;
	width: 350px;
}

ul#highlights li span.description p {
	margin: 0px;
	padding: 0px;
}

.highlightsHead {
	margin-top: 40px !important;
}

div.callarea h2 {
	font-size: 24px;
	color: #6E6D6D !important;
}

div.callarea h3 {
	font-size: 36px;
	color: #1D71A7;
	margin: 0px;
}

div.callarea h4 {
	font-size: 12px;
	color: #1D71A7;
	margin-top: 0px;
}

.lowerStatic {
	width: 630px;
	padding-left: 0;
	margin-right: 30px;
}

.lowerStaticRight {
	width: 270px;
}

div#money_back {
	width: 214px;
	height: 74px;
	background: url(../images/background_moneyback.png) left top no-repeat;
	padding-left: 80px;
	margin: 40px 0px;
	font-size: 13px;
}
div#money_back p {
	text-align: center;
	width: 150px;
	padding-top: 15px;
}

#money_back strong {
	color: #5b5b5b;
}

div.feature_holder_page div.feature_top_page {
	width: 249px;
	height: 10px;
	background: url(../images/background_feature_top.png) top center no-repeat;
}

div.feature_content_page h3 {
	margin: 0px;
	padding: 0px 30px 10px 30px;
	font-weight: normal;
	font-size: 16px;
	color: #3A76B4;
	text-align: center;
}

div.feature_content_page img {
	display: block;
	margin: 0 auto;
}
div.feature_holder_page div.feature_content_page a {
	display: block;
	padding: 10px 15px 10px 80px;
	text-align: right;
	color: #3A76B4;
	font-size: 12px;
}
div.feature_holder_page div.feature_bottom_page {
	width: 249px;
	height: 9px;
	background: url(../images/background_feature_bottom.png) center bottom no-repeat;
}

div.feature_holder_page div.feature_content_page {
	width: 249px;
	background: url(../images/background_feature_content.png) repeat-y top center;
}

div.feature_holder_page {
	margin-bottom: 17px;
}

.testimonials span {
	font-size: 16px !important;
	font-weight: bold;
	color: #2b6096 !important;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
}

.testimonialHolder {
	font-size: 11px;
	color: #5ba7c5;
	padding-bottom: 30px;
	padding-top: 30px;
	border-bottom: 1px dotted #5ba7c5;
}
.testimonialHolder span {
	font-size: 11px !important;
	color: #5ba7c5 !important;
}

.aboutPage strong {
	color: #5F5F5F;
}

ul#ordering_list {
	margin: 0px 0px 50px 0px;
	padding: 0px;
	list-style: none;
}
ul#ordering_list li {
	margin-top: 22px;
}

ul#ordering_list li#phone div.holder {
	background: url(../images/background_support_phone.png) top center no-repeat;
}

div.holder {
	height: 108px;
	width: 863px;
	position: relative;
}

div.holder h3 {
	position: absolute;
	top: 40px;
	left: 135px;
	font-size: 24px;
	font-weight: bold;
	color: #5F656B;
	margin: 0px;
	padding: 0px;
	width: 115px;
}

div.holder span.description {
	position: absolute;
	top: 45px;
	left: 285px;
	color: #5F656B;
	display: block;
	width: 262px;
}

div.holder h4 {
	position: absolute;
	top: 40px;
	right: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #5F656B;
	margin: 0px;
	padding: 0px;
	width: 265px;
	text-align: right;
}

span.outside {
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #5F656B;
	display: block;
	width: 575px;
	text-align: right;
}

div.holder a#orderform_download {
	display: block;
	position: absolute;
	top: 20px;
	left: 295px;
}

ul#ordering_list div.holder span.step1 {
	position: absolute;
	top: 30px;
	left: 375px;
	color: #5F656B;
	display: block;
	width: 262px;
}

ul#ordering_list div.holder span.step2 {
	position: absolute;
	top: 30px;
	left: 612px;
	color: #5F656B;
	display: block;
	width: 262px;
}

ul#ordering_list li#fax div.holder {
	background: url(../images/background_ordering_fax.png) top center no-repeat;
}

ul#ordering_list li#online div.holder {
	background: url(../images/background_ordering_online.png) top center no-repeat;
}
.bundles {
	border: 0;
}
.bundleTitle{
	display: block;
	font-size: 18px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	margin-top: 50px;
}

.courseTitle  {
	display: block;
	font-size: 12px !important;
	border-bottom: 1px solid #eee;
	width: 420px;
	margin-left: 30px;
	padding-bottom: 3px;
}

.courseTitle a {
	text-decoration: none;
}

.coursePrice {
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
}

.totalPrice {
	text-align: right;
	font-size: 16px;
	margin-top: 20px;
}

.buyNowOrdering {
	width: 100px;
	margin-left: 20px;
	margin-top: 20px;
	
}


/* Shopping cart Styles */



.shoppingCartLabels li {
	display: block;
	height: 30px;
	float: left;
	line-height: 30px;
	background: #909090;
	color: #fff;
	margin: 0;
	
	
}

.shoppingCartLabels {
	border: 2px solid #c3c3c3;
	margin:0;
	padding: 0;
}

.productBoxLabel {
	
	width: 600px;
	padding-left: 20px;
	margin-left: 0;
	
}

.qtyBox {
	width: 136px;
}

.unitBox {
	width: 170px;
	text-align: right;
	padding-right: 30px;
}

.productBoxItem {
	background: #fff !important;
	width: 580px;
	padding-left: 20px;
	margin-left: 0;
	height: 150px !important;
	border-right: 1px solid #000;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}

.productBoxItem img {
	margin-right: 20px;
}

.productBoxItem strong {
	color: #5f5f5f;
	display: block;
	
}

.productBoxItem p {
	line-height: 20px;
	color: #5f5f5f;
	margin: 0;
	width: 550px;
}

.trash {
	background: url('../images/trash.png') left bottom no-repeat;
	padding-left: 25px;
	text-decoration: none;
}

.qtyBoxItem {
	background: #fff !important;
	width: 100px;
}

.qtyBoxItem input {
	width: 30px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 20px;
}

.unitBoxItem {
	text-align: right;
	width: 200px;
	background: #fff !important;
	color: #78b81c !important;
	font-weight: bold;
	padding-top: 20px;
}

.subTotal, .subTotalPrice {
	background: #fff !important;
	width: 260px;
	color: #5f5f5f !important;
	font-weight: bold;

}

.subTotalPrice {
	width: 20px;
}

.cartTotals strong {
	color: #5b5b5b !important;
	display: block;
	width: 260px;
	float: left;
}

.cartTotals {
	width: 350px;
	
	margin-left: 620px;
	margin-top: 20px;
}

.cartTotals span {
	font-size: 16px;
}
.shoppingCartBox {
	margin-top: 30px;
}

.specialBox {
	list-style-type: none;
	border: 1px solid #eee;
	padding: 10px;
	margin: 0;
}
.specialBox strong {
	color: #545454;
}
.specialBox li {
	display: block;
	float: left;
}
.specialBox p {
	color: #505050;
	font-size: 12px;
	width: 500px;
}

.specialBox .btnTryFree {
	width: 100px;
	display:block;
	height: 20px !important;
	
}

.specialDescription {
	width: 700px;
}

.specialBuyNow {
	width: 200px;
	
	
}

.promoApply {
	margin-top: 0;
	margin-left: 10px;

}

.formRight {
	width: 350px;
	margin-top: 25px;
	margin-left: 100px;
	height: 200px;
}

.formRight h4, .formLeft h4 {
	margin: 0;
	margin-left: 20px;
}

.formRight input {
	width: 250px;
}

.formRight label {
	width: 300px !important;
	margin-top: 10px !important;
}

.checkoutTotal {
	width: 180px;
	height: 30px;
	background: #eee;
	border: 1px solid #5f5f5f;
	padding: 10px;
	margin-left: 410px;
}

.checkoutTotal Strong {
	font-size: 24px;
	color: #5f5f5f;
} 

.checkoutForm input[type=submit]
{
	margin-left: 300px;
}

ul.contact {
	list-style: none;
	padding: 0;
}

ul.contact li {
	width: 230px;
	padding: 10px 25px 20px 0px;
}

.invoice strong {
	color: #5b5b5b;
}

.toolTipItems {
	display: none;
	position: absolute;
	z-index:9999;
	color:#fff;
	font-size:14px;
	
	background: #0385ff;
	padding: 20px;
	
	margin-top: 20px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-moz-box-shadow: 0 0 2px 2px #000;
	-webkit-box-shadow: 0 0 2px 2px#000;
	box-shadow: 0 0 2px 2px #000;
}

.toolTipItems a {
	color: #fff !important;
	font-weight: 700;
	text-decoration: none;
	width: 200px;
}

.rightText {
	float:right;
	font-size: 14px;
	color: #fff;
	
}

.reminder {
	width: 200px;
	background: #DBDBDB;
	border: 1px solid #000;
	padding: 20px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
	font-size: 11px;
}

.reminder a {
	color: #000;
	font-size: 12px;


}

.errorsBorder {
	border: 2px solid red !important;
}

#promoFeedback {
	margin-left: 20px;
	line-height: 24px;
}

.termsBox {
	width: 1000px;
	height: 200px;
	overflow: scroll;
}

.closeButton {
	position: absolute;
	width:24px !important;
	height: 24px;
	display:block;
	background: url(../images/closeIcon.png) no-repeat;
	right: -10px;
	top: -10px
	
}
.ccform {
	
	margin-top: 30px;
	line-height: 40px;
}
.ccform label{
	color: #000;
	width: 200px;
	float:left;
}
.ccform input[type=submit] {
	margin-right: 130px;
}
#ccType {
	margin-top: 10px;
}

.expInput {
	width: 25px !important;
}


.shipping {
	margin-left: 150px;
	margin-bottom: 50px;
}

#recaptcha_area table {
	width:600px;
}

.pagination 
{
	text-align: center;
}


.pagination a {

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #0385ff;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	color: #fff;
	margin: 0px 3px 0px 3px;
	float: left;


}
.pagination strong  {

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #6d6d6d;
	padding: 3px 8px 3px 8px;
	font-weight: normal;
	color: #fff;
	float: left;
	margin-right: 3px;
}

.blog-year, .blog-year-first
{
	margin:15px 0 0 0;
	padding:0 0 0 0;
	display:block;
}

.blog-year span
{
	font-size:16px;
}

.blog-year:hover
{
	cursor:pointer;
}

#blog-year-first:hover
{
	cursor:auto;
}

div.blog-month
{
	margin:10px 0 0 20px;
}

div.blog-month:hover
{
	cursor:pointer;
}

.blog-month-first
{
	cursor:auto !important;
}

div.blog-titles
{
	margin:8px 0 0 30px;
}

#display.bundle-page {
	margin-top:35px;
}

#bundle-page {
	padding:10px;
}

#bundle-page #bundle-covers {
	float:left;
	margin:30px 0 0 0;
}

#bundle-page #bundle-header {
	margin:45px 0 0 0;
	width:380px;
	float:right;
}

#bundle-page #bundle-header h2 {
	font-size:21px;
	font-weight:normal;
	color:#343434;
	margin:65px 0 0 0;
	padding:0;
}


#bundle-page #bundle-header h1 {
	font-size:40px;
	font-weight:normal;
	color:#343434;
	margin:0;
	padding:0;
}

#bundle-page #bundle-header p {
	padding:0;
	margin:15px 0 0 0;
	font-size:21px;
	color:#343434;
	line-height:30px;
}

#bundle-banner {
	background:url(../images/bundle_banner.png) no-repeat;
	padding:28px 0 28px 20px;
	margin:60px 0 0 -40px !important;
	font-size:30px;
	color:#FFFFFF;
	letter-spacing:-1px;
	float:left;
	width:405px;
}

#bundle-banner span {
	font-weight:bold;
	font-size:30px;
	color:#FFFFFF;
}

#bundle-value {
	float:right;
	margin:40px 110px 0 0;
	padding:0;
	font-size:18px;
	font-weight:bold;
	color:#343434;
}

#bundle-pricing-info {
	float:right;
	margin:10px 15px 0 0 !important;
	border-top:solid #bababb 1px;
}

#bundle-pricing1 {
	float:left;
	font-size:36px;
	color:#444444;
	padding:15px 10px 5px 10px;
	border-right:solid #bababb 1px;
}

#bundle-pricing2 {
	float:left;
	width:181px;
	padding:10px 0 0 0;
}

#bundle-pricing2 a {
	background:url(../images/bundle_buy_now.png) no-repeat;
	display:inline-block;
	padding:7px 38px 7px 38px;
	margin:10px 0 0 23px;
	color:#FFFFFF;
	font-size:15px;
	text-decoration:none;
}

#bundle-pricing3 {
	float:left;
	border-left:solid #bababb 1px;
	padding:0 0 0 30px;
}

#bundle-pricing3 h5 {
	padding:20px 0 0 0;
	margin:0;
	font-size:24px;
	font-weight:normal;
	color:#1e1e1f;
}

#bundle-pricing3 ul {
	margin:0;
	padding:0 0 0 0;
}

#bundle-pricing3 ul li {
	padding:10px 0 0 0;
	margin:0;
	display:block;
	font-size:#444444;
	font-size:16px;
}

#bundle-page #softskills-bundles {
	float:left;
	font-size:34px;
	letter-spacing:1px;
	color:#343434;
	margin:70px 0 0 20px;
	padding:0;
	font-weight:bold;
}

#bundle-page #bundle-social {
	float:right;
	margin:60px 20px 0 0;
}

#bundle-page #bundle-social img {
	margin:0 15px 0 0;
}

#bundle-page #bundles-list {
	margin:80px 0 40px 0;
}

#bundle-page #bundles-list h3 {
	margin:40px 0 5px 20px;
	padding:0;
	color:#cc6600;
	font-size:18px;
	font-weight:bold;
}

#bundle-page .bundle-wrap {
	margin:0 0 5px 0;
	width:940px;
	border-top:solid #dbdbdb 1px;
}

#bundle-page .bundle-info {
	float:left;
	text-align:center;
	margin:0 0 0 20px;
}

#bundle-page .bundle-info h4 {
	margin:20px 0 15px 0;
	padding:0;
	font-size:14px;
	color:#5f7487;
}

#bundle-page .bundle-info img {
	margin:0 0 0 35px;
}

#bundle-page .bundle-name, #bundle-page .bundle-type, #bundle-page .bundle-name a {
	color:#474747;
	font-size:14px;
	text-decoration:none;
}

#bundle-page .bundle-name a:hover {
	text-decoration:underline;
}


#bundle-page .bundle-title-num {
	color:#5f7487;
	font-size:12px;
}

#bundle-page .bundle-price {
	color:#c33000;
	font-size:16px;
	font-weight:bold;
}

#bundle-page .bundle-courses {
	float:right;
	width:550px;
}

#bundle-page .bundle-courses h4 {
	margin:40px 0 10px 0;
	padding:0;
	font-size:14px;
	color:#5f7487;
}

#bundle-page .bundle-courses ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#bundle-page .bundle-courses ul li {
	border-bottom:solid #e2e2e2 1px;
	display:block;
	padding:3px 0 3px 0;
	list-style-type:none;
}

#bundle-page .bundle-courses ul li a {
	float:left;
	margin:0;
	padding:0;
	width:470px;
	font-size:14px;
	font-weight:normal;
	text-decoration:underline;
	color:#474747;
}

#bundle-page .bundle-courses ul li div.course-price {
	float:right;
	font-size:14px;
	color:#c33000;
}

.complete-library {
	margin:40px 0 0 0;
	width:600px;
}

.complete-library span {
	font-style:italic;
}

.complete-library h3 {
	padding-left:50px;
}

.complete-library p {
	padding-left:50px;
	font-size:12px;
	color:#5B5B5B;
}

.co-form label {
	float:left;
	text-align: right;
	width:300px;
	margin-right:25px;
	line-height: 25px;
	height:25px;
}
.controls
{
	margin-top:15px;
}
.controls input[type=text], .controls select
{
	width:300px;
	height:25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #767777;
}

