﻿/* CSS Document */

body
{
	margin: 0 auto;
	background: url(../images/bg-darker3.jpg) fixed top center repeat-x #555;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #000;
	text-align: left;
}

#outer
{
	width: 960px;
	margin: 0 auto 20px auto;
	background-color: #FFF;
	border: 1px solid #EEE;
	position: relative;
	-moz-box-shadow: 0 0 6px 1px #AAA;
	-webkit-box-shadow: 0 0 6px 1px #AAA;
	box-shadow: 0 0 6px 1px #AAA;
}
div.breast
{
	background-color: #FAC;
}
#header
{
	height: 95px;
	background-color: #FFF;
}
#nav
{
	margin: 0px;
	width: 960px;
	height: 24px;
	background: #2762a5 url(../images/navback.jpg) top center repeat-x;
}
#content
{
	position: relative;
	margin-top: 0px;
	padding-bottom: 10px;
}
#content.home
{
	padding-bottom: 0;
}
#footer
{
	min-height: 30px;
	background: transparent url(../images/results.gif) 30px 20px no-repeat;
}
#footer
{
	background: none;
	border-top: 1px solid #E3E3E3;
	background: url(../images/footerback-small.jpg) top center repeat-x #EEE;
	margin-top: 1px;
}
#footer.home
{
	padding-top: 0;
}

/*	HEADER	*/
#logo
{
	background: transparent url(../images/logo.gif) no-repeat;
	width: 207px;
	height: 35px;
	margin-top: 40px;
	margin-left: 14px;
	text-indent: -2000px;
	display: block;
	position: absolute;
}
#tagline
{
	position: absolute;
	margin-top: 60px;
	margin-left: 300px;
	font-size: 20px;
	font-weight: bold;
	color: #CCC;
}
#support
{
	position: absolute;
	margin-top: 60px;
	margin-left: 566px;
	font-size: 12px;
	font-weight: bold;
	color: #808285;
}
#support span
{
	color: #000;
}
/*
a#cart			{ background:transparent url(../images/buttons-login-cart-2.jpg) top right no-repeat; width:53px; height:18px; margin-top:56px; margin-left:792px; text-indent:-2000px; display:block; position:absolute;}
a#cart:hover	{ background:transparent url(../images/buttons-login-cart-2.jpg) center right no-repeat; }	
a#cart.active	{ background-position:bottom right;}
a#cart.active:hover	{ background-position:center right;}
*/

.cartimg
{
	background: transparent url(../images/buttons-login-cart-2.jpg) top right no-repeat;
	width: 53px;
	height: 18px;
	margin-top: 56px;
	margin-left: 792px;
	text-indent: -2000px;
	display: block;
	position: absolute;
}
.cartimg:hover
{
	background: transparent url(../images/buttons-login-cart-2.jpg) center right no-repeat;
}
.cartimg.active
{
	background-position: bottom right;
}
.cartimg.active:hover
{
	background-position: center right;
}

/*
a#login			{ background:transparent url(../images/buttons-login-cart-2.jpg) top left no-repeat; width:46px; height:18px; margin-top:56px; margin-left:870px; text-indent:-2000px; display:block; position:absolute;}
a#login:hover	{ background:transparent url(../images/buttons-login-cart-2.jpg) center left no-repeat;}
a#login.active	{ background-position:bottom left;}
a#login.active:hover	{ background-position:bottom left;}
*/

.login
{
	margin-top: 76px;
	margin-left: 862px;
	display: block;
	position: absolute;
}

a#myaccount
{
	background: transparent url(../images/my-account.jpg) bottom left no-repeat;
	width: 76px;
	height: 18px;
	margin-top: 56px;
	margin-left: 860px;
	text-indent: -2000px;
	display: block;
	position: absolute;
}
a#myaccount:hover
{
	background-position: top left;
}

#cart-items
{
	border: 1px solid #DDDDDD;
	color: #888888;
	display: block;
	font-size: 10px;
	line-height: 12px;
	margin-left: 793px;
	margin-top: 72px;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 50px;
}
#logged-user
{
	color: #888888;
	display: block;
	font-size: 10px;
	line-height: 12px;
	margin-left: 870px;
	margin-top: 74px;
	padding: 0;
	position: absolute;
	text-align: center;
	white-space: nowrap;
}

#step1, #step2, #step3, #step4, #step5
{
	background: transparent url(../images/steps5.jpg) top center no-repeat;
	width: 334px;
	height: 19px;
	margin: 0px 0px 10px 0px;
	text-indent: -2000px;
}
#step2
{
	background-position: center -20px;
}
#step3
{
	background-position: center -40px;
}
#step4
{
	background-position: center -60px;
}
#step5
{
	background-position: center -80px;
}

.step2
{
	background: transparent url(../images/steps5.jpg) top center no-repeat;
	width: 334px;
	height: 19px;
	margin: 0px 0px 10px 0px;
	text-indent: -2000px;
	background-position: center -20px;
}

/*  NAVIGATION  */
#nav li
{
	display: inline;
	margin: 0;
}
#nav li a
{
	background: #2762a5 url(../images/navback.jpg) top center repeat-x;
	margin: 0;
	padding: 6px 0px 6px 0px;
	border-right: 1px solid #DDD;
	font-size: 11px;
	line-height: 11px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
#nav li a:hover
{
	background: #2762a5 url(../images/navback.jpg) bottom center repeat-x;
}
#nav li#nav-contact a
{
	border-right: none;
}
#nav li#nav-home a
{
	text-align: center;
	width: 62px;
	padding: 5px 0 4px 0;
}
#nav li#nav-home a.current
{
	padding: 4px 0 5px 0;
	background-position: top center;
}
#nav li#nav-home a img
{
	display: inline;
	padding: 0;
	margin: 0;
}
#nav li#nav-exam a
{
	width: 137px;
}
	#nav li#nav-online a {
		width: 126px;
	}
	#nav li#nav-webinar a {
		width: 138px;
	}
	#nav li#nav-live a {
		width: 112px;
	}
	#nav li#nav-corp a {
		width: 162px;
	}
	#nav li#nav-who a {
		width: 108px;
	}
	#nav li#nav-contact a {
		width: 107px;
	}

/* testing home btn 
.exam #nav li#nav-home a.current 	{ padding:4px 0 3px 0}
*/

#nav li a.current
{
	background: #2762a5 url(../images/navback.jpg) center center repeat-x;
	color: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	padding-top: 7px;
}
#nav li ul li
{
}
#nav li#nav-exam ul li a
{
	background: #FFF;
	color: #039;
	font-size: 11px; /* padding-left: 28px; */
	border-bottom: 1px solid #F3F3F3;
	width: inherit; *width:32px;
}

#nav li#nav-exam ul li a:hover
{
	background: #EEE;
}

#nav li#nav-exam ul li p
{
	padding: 3px 10px 2px 10px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #DDD;
	margin: 0;
	font-weight: bold;
}

/*
ul#breadcrumb 	{ margin-left:24px; margin-top:8px;}
#breadcrumb li	{ display:inline; list-style-type:none; font-size:8px; font-weight:bold;}
#breadcrumb a	{ text-decoration:none; color:#777; text-transform:uppercase; font-weight:normal;}
#breadcrumb a:hover	{ text-decoration:underline; color:#000;}
*/
.breadcrumb
{
	margin-left: 24px;
	padding-top: 8px;
}
.breadcrumb span a
{
	text-decoration: none;
	color: #777;
	text-transform: uppercase;
	font-weight: normal;
}
.breadcrumb span a:hover
{
	text-decoration: underline;
	color: #000;
}

/*	LAYOUT	*/
#main, #col1, #col2
{
	float: left;
	margin-left: 27px;
	display: inline;
}
#main
{
	width: 400px;
}
#col1
{
	width: 270px;
}
#col2
{
	width: 184px;
	margin-right: 24px;
}

.home #main
{
	width: 772px;
	margin-left: 0px;
}
#col2.home
{
	background-color: #BBB;
	height: 262px;
	margin: 2px 1px 2px 2px;
	padding: 0;
	width: 185px;
}

/*	LAYOUT - EXAM	*/
.span12#main
{
	width: 692px;
}
.span123#main
{
	width: 906px;
}
.span14, .span24, .span34, .span44
{
	position: relative;
	float: left;
	padding: 0;
	margin-left: 24px;
	display: inline;
}
.span14
{
	width: 140px;
	margin-left: 18px;
}
.span24
{
	width: 244px;
}
.span34
{
	width: 218px;
	padding: 5px;
	background-color: #EEF5FF;
}
.span44
{
	width: 76px;
}

/* ----------------------- ONLINE ------------------------ */
table.mini-schedule
{
	width: 380px;
}
.mini-schedule th
{
	background-color: #EEE;
	padding: 5px 5px 4px 5px;
	text-transform: uppercase;
	font-size: 10px;
}
.mini-schedule td
{
	text-align: left;
	padding: 8px 5px;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #DDD;
	font-size: 11px;
}

/* ----------------------- TEXT ---------------------- */
h1, h2, h3, h4, h5, h6, td, li, p
{
	color: #333;
}
h1
{
	font-size: 36px;
	color: #923; /* font-family: BebasNeueRegular, Arial, Helvetica, sans-serif; */
	font-family: Impact, "Arial Narrow" , Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 12px 0 20px 24px;
}
.home h1
{
	margin: 0;
}

.live h1
{
}
/*#923 = good maroon, F60=orange*, 090=green */
h1 span
{
	font-size: 24px;
	font-weight: normal; /* font-family: BebasNeueRegular, Arial, Helvetica, sans-serif; */
	font-family: Impact, "Arial Narrow" , Arial, Helvetica, sans-serif;
}

h1 span, h3 span
{
	color: #999;
	text-transform: capitalize;
}

h2
{
	font-size: 16px;
	color: #6999DA;
}
.home h2
{
	color: #FFFFFF;
	display: inline;
	float: left;
	font-size: 12px;
	line-height: 18px;
	margin-right: 8px;
	margin-left: 20px;
}
#col2 h2
{
	padding-left: 3px;
}
#col2 h2
{
	color: #FFF;
	font-size: 24px; /* font-family: BebasNeueRegular, Arial, Helvetica, sans-serif; */
	font-family: Impact, "Arial Narrow" , Arial, Helvetica, sans-serif;
	padding: 10px 0;
	border-bottom: 1px solid #777;
	text-align: center;
	background-color: #999;
	font-weight:400;
}
#col2 h2.account-info
{
	font-size: 28px; /*	width: 194px; */
}


h3
{
	font-size: 14px;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #29599a;
}
#main h3
{
	margin-left: 0px;
	margin-right: 0px;
	color: #29599a;
}
#main h3.section
{
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 18px;
	padding-bottom: 10px;
	background: url(../images/arrows.gif) 0 -143px no-repeat;
}
#main h3.series
{
	background-image: url(      "../images/balls-1.gif" );
	background-repeat: no-repeat;
	font-size: 16px;
	margin-bottom: 0;
	padding: 6px 0 4px 26px;
	text-transform: uppercase;
}
#main h3 .smallersub
{
	font-size: 10px;
	color: #999;
	font-weight: bold;
}
#main h3.new-section
{
	border-top: 1px solid #999999;
	color: #333;
	font-size: 12px;
	margin-bottom: 12px;
	margin-top: 20px;
	padding-top: 20px;
}
#main h3.group
{
	font-size: 16px;
	text-transform: uppercase;
	color: #CCC;
	margin-bottom: 4px;
}
#main h3.group-sub
{
	font-size: 16px;
	text-transform: capitalize;
	color: #555;
	padding-left: 20px;
	background: url(../images/arrows.gif) 0 -143px no-repeat;
}
#main h3.group-sub2
{
	font-size: 12px;
	text-transform: capitalize;
	padding-bottom: 3px;
	padding-left: 12px;
	background: url(../images/arrows.gif) 0 -403px no-repeat;
}
#main h3.exams
{
	background: url(      "../images/arrows.gif" ) no-repeat scroll left -34px transparent;
	color: #29599A;
	margin-left: 0;
	margin-right: 0;
	padding: 5px 20px;
	text-transform: uppercase;
}
#main h3.exams-after
{
	padding-top: 10px;
	clear: both;
}
#col2 h3
{
	font-size: 12px;
	margin-top: 12px;
}
h3 img
{
	padding-right: 10px;
}

h4
{
	font-size: 13px;
	margin-bottom: 0px;
	color: #29599A;
}
#main h4.section
{
	padding-left: 0px;
	padding-bottom: 4px;
}
#main h4.section img
{
	padding-right: 6px;
}
#main h4
{
	line-height: 16px;
}
#col1 h4
{
	margin-top: 2px;
	margin-bottom: 4px;
	text-transform: uppercase;
	font-size: 14px;
}
#col2 h4
{
	padding-top: 6px;
	border-top: 1px solid #777;
	margin-top: 12px;
}
h5
{
	font-size: 12px;
	line-height: 16px;
	margin: 0px 10px 12px 0px;
	color: #3969aa;
}
#col2 h5
{
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}

p
{
	font-size: 12px;
	line-height: 16px;
}
#main p
{
	margin: 0px 0px 14px 0px;
}
#col1 p
{
	margin-left: 0px;
}
.big
{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 12px;
}
.address
{
	font-size: 12px;
	color: #999;
	font-weight: bold;
	padding-bottom: 10px;
}
a
{
	color: #923;
}
p.series
{
	padding-left: 26px;
	border-bottom: 1px solid #DDD;
	padding-bottom: 6px;
	text-decoration: none;
}
#main p.series a
{
	text-decoration: none;
	color: #333;
}

#main h3.series a
{
	text-decoration: none;
	color: #29599A;
}
#series3
{
	background-position: 3px 2px;
}
#series4
{
	background-position: 3px -40px;
}
#series6
{
	background-position: 3px -82px;
}
#series7
{
	background-position: 3px -124px;
}
#series9
{
	background-position: 3px -166px;
}
#series10
{
	background-position: 3px -208px;
}
#series24
{
	background-position: 3px -250px;
}
#series31
{
	background-position: 3px -292px;
}
#series34
{
	background-position: 3px -503px;
}
#series53
{
	background-position: 3px -334px;
}
#series63
{
	background-position: 3px -376px;
}
#series65
{
	background-position: 3px -419px;
}
#series66
{
	background-position: 3px -461px;
}
#series99 {
	background-position: 3px -545px;
}

/*	FOOTER	*/
#social
{
	position: absolute;
	margin-top: 5px;
	z-index: 1;
	right: 20px;
}
#facebook, #breast, #linkedin, #youtube
{
	background: url(../images/social.gif) no-repeat;
	height: 21px;
	float: left;
	display: block;
	margin-right: 2px;
	text-indent: -2000px;
}
#breast
{
	background-position: left;
	width: 12px;
}
#facebook
{
	background-position: -17px;
	width: 17px;
}
#linkedin
{
	background-position: -37px;
	width: 20px;
}
#youtube
{
	background-position: right;
	width: 27px;
}
#footer p
{
	position: absolute;
	padding: 6px 10px 0px 30px;
	font-size: 9px;
}
#footer a
{
	text-decoration: underline;
}

#col1 ul, #main ul
{
	padding: 0 1px 10px 20px;
}
.span34 ul
{
	margin-left: 0px;
}
#col1 li, .span34 li, #main li
{
	padding: 2px 0 2px 2px;
	list-style-type: disc;
	font-size: 12px;
	line-height: 15px;
}
#main a, #col1 a
{
	text-decoration: underline;
}


/*	SIDEBAR 2	*/
/*a.exam-square		{display:block; float:left; width:30px; height:30px; background-color:#3969aa; color:#FFF; margin:4px 8px 4px 0; font-size:18px; line-height:28px; text-align:center; font-weight:bold; border:1px solid #69C;}
a.exam-square:hover	{background-color:#5989CA;border:1px solid #9CF;} */

a.exam-square
{
	display: block;
	float: left;
	background: url(      "../images/btile.jpg" ) no-repeat scroll center top transparent;
	width: 38px;
	height: 38px;
	line-height: 38px;
	margin: 1px 2px 1px 0;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
}
a.exam-square:hover
{
	background-position: bottom;
	color:#FFF;
	text-decoration:none;
}

a.list-bold
{
	background: url(../images/bullet-gray3.gif) left 5px no-repeat;
	padding: 5px 0 0px 18px;
	font-size: 14px;
	color: #DDD;
	font-weight: bold;
	display: block;
	height: 22px;
	position: relative;
	clear: both;
	border-bottom: 1px solid #AAA;
	margin-left: 16px;
}
a.last-list-bold
{
	border-bottom: none !important;
}
a.list-bold:hover
{
	text-decoration: underline;
}
a.list-bold.current
{
	color: #FFF;
	text-decoration: underline;
}
#series-cp
{
	margin-top: 0px;
	padding: 0;
	background-color: #888;
	clear: both;
	position: relative;
	float: left;
	border-bottom: 1px solid #777777;
	width: 100%;
}
.live #series-cp
{
	padding: 0;
}

p.list-bold
{
	background-color: #999;
	border-top: 1px solid #aaa;
	clear: both;
	color: #999999;
	font-size: 11px;
	line-height: 16px;
	margin-top: 20px; *margin-top:0px;
padding-bottom:12px;
padding-right:1px;
padding-top:0px;
}

ul.list
{
	padding-top: 5px;
}
ul.list li
{
	padding: 2px 0 2px 0px;
	margin-left: 14px;
	color: #555;
	list-style-type: disc;
}
.breast dl
{
	background-color: #FAC;
}
dl
{
	background-color: #FFFFFF;
	border-top: 1px solid #999999;
	color: #999999;
	font-size: 11px;
	line-height: 16px;
	margin-top: 12px;
	padding-right: 20px;
	padding-top: 12px;
}
dd
{
	color: #333;
	margin-top: 10px;
}
.cycle-it dl
{
	visibility: hidden;
}
#col2 .cycle-it
{
	min-height: 200px;
}

.col-1of3
{
	float: left;
	display: block;
	width: 31%;
	margin-right: 5px;
}
a.list-blue
{
	background: url("../images/balls-1.gif" ) no-repeat scroll 0 0 #EAEAEA;
	border-color: #CCDDEE #BBBBBB #BBBBBB #CCDDEE;
	border-style: solid;
	border-width: 1px;
	clear: both;
	color: #333333;
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin: 4px 0;
	padding: 8px 5px 9px 30px;
	position: relative;
	text-decoration: none !important;
	text-transform: uppercase;
}
a.list-blue:hover
{
	background-color: #F6F6F6;
	border: 1px solid #932;
}


/* -------------------------- Home Page Horizontal Series bar ------------------------ */
.home #subnavh
{
	height: 20px;
	background: #2762a5 url(../images/nav2back.jpg) top center repeat-x;
}
.home a.exam-square
{
	display: block;
	float: left;
	width: 16px;
	height: 20px;
	background: #2762a5 url(../images/nav2back.jpg) top center repeat-x;
	color: #FFF;
	margin: 0 0px;
	padding: 0 8px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	font-weight: bold;
	border: 0;
	border-right: 1px solid #CCC;
}
.home a.exam-square:hover
{
	background: #2762a5 url(../images/nav2back.jpg) bottom center repeat-x;
	border: 1px solid #FFF;
	margin: 0 0px;
	padding: 0 9px 0 8px;
	border: 0;
	border-right: 1px solid #CCC;
}
.square-first
{
	border-left: 1px solid #CCC !important;
}
.exam-square-contain
{
	float: left;
	margin-left: 14px;
	margin-right: auto;
	margin-top: 0;
	padding-bottom: 14px;
	display: inline;
}
#main p.series a.exam-right-col
{
	float: right;
	color: #923;
	text-decoration: underline; *margin-top:-25px
}

/*	EXAM STYLES	*/
.button-link
{
	background: url(../images/navbackred.jpg) top center repeat-x;
	color: #EEE;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	height: 24px;
	line-height: 24px;
	display: block;
	margin: 0 0 20px 0;
	-moz-box-shadow: 1px 1px 2px 1px #CCC;
	-webkit-box-shadow: 1px 1px 2px 1px #CCC;
	box-shadow: 1px 1px 2px 1px #CCC;
	text-decoration: none !important;
}
.button-link:hover
{
	background-position: bottom center;
	color: #FFF;
	cursor: pointer;
}
input.button-link
{
	padding: 1px 0 2px;
	border: 0;
	width: 120px;
	margin-bottom: 2px;
	float: left;
	margin-right: 5px;
}

.span14 a.button-link
{
	background: url(../images/cp-back.jpg) top center repeat-x;
	float: left;
	width: 68px;
	margin-right: 1px;
	margin-bottom: 1px;
}
.span14 a.button-link:hover
{
	background-position: bottom center;
}
.addcart-title
{
	display: inline !important;
	float: left;
	height: 28px !important;
	left: 348px;
	margin: 0 2px;
	position: absolute;
	top: 53px;
	width: 112px;
	background: url(../images/cart.gif) top left no-repeat;
	padding-left: 16px;
	font-size: 11px;
	text-transform: uppercase;
	color: #923;
	font-weight: bold;
}
.addcart-title-live
{
	display: inline !important;
	float: left;
	height: 28px !important;
	left: 316px;
	margin: 0 2px;
	position: absolute;
	top: 54px;
	width: 112px;
	background-color: transparent;
	font-size: 11px;
	text-transform: uppercase;
	color: #923;
	font-weight: bold;
}
.addcart-title-webinar {
	display: inline !important;
	float: left;
	height: 28px !important;
	left: 346px;
	margin: 0 2px;
	position: absolute;
	top: 51px;
	width: 112px;
	background-color: transparent;
	font-size: 11px;
	text-transform: uppercase;
	color: #923;
	font-weight: bold;
}
	.addcart-title-webinar:hover, .addcart-title-live:hover {
		color: #F33;
	}
	.addcart-below
{
	display: inline !important;
	float: left;
	left: 70px;
	margin: 4px 6px 0 2px;
	top: 23px;
	width: 112px;
}
.addcart-title-live:hover, .addcart-below:hover
{
	background-position: center bottom;
}
.addcart-title:hover
{
	color: #F33;
	background-position: left top;
}

.span24 p.col-title, .span34 p.col-title
{
	font-size: 12px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0 !important;
}
.span34 p.col-title
{
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}
.span24 p, .span34 p
{
	margin-right: 0 !important;
	margin-bottom: 12px !important;
}
#bignum1
{
	font-size: 96px;
	position: absolute;
	color: #DDD;
	font-weight: bold;
	left: 2px;
}
.bordertop
{
	border-top: 2px solid #777;
}
.bordertop-light
{
	border-top: 1px solid #E5E5E5;
}
.span12-top
{
	padding-left: 18px;
}

a.video
{
	display: block;
	border: 1px solid #777;
	margin-bottom: 6px;
}
h3.video-right a
{
	display: block;
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
h3.video-right a img
{
	padding: 0;
	margin: 0;
}
.video-inside
{
	margin: -9px 0 6px -9px;
	display: block;
}
.vidframe-2col
{
	border: 1px solid #777;
	clear: right;
	margin: 0 0 10px 0;
	padding: 0;
	width: 681px;
}
.accent
{
	color: #F30;
	text-transform: uppercase;
	font-weight: bold;
}

/*	IMAGE ROTATOR	*/
#snav
{
	position: absolute;
	margin-top: 167px;
	right: 242px;
}
#snav a
{
	line-height: 16px;
	text-decoration: none;
	margin: 0 2px;
	padding: 2px 6px;
	margin: 0 1px 0 0;
	background: url(../images/circle.png) top center no-repeat transparent;
}
#snav a img
{
	display: inline;
}
#snav a.activeSlide
{
	border-bottom: 3px solid #DDD;
	background-image: url(../images/circleon.png);
}
#snav a:focus
{
	outline: none;
}
#snav a:hover
{
	border-bottom: 3px solid #BBB;
}
#col1 ul.slideshow, #main ul.slideshow
{
	width: 268px;
	height: 160px;
	border: 1px solid #777;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0;
}
#main #col1 ul.slideshow
{
	width: 268px;
	height: 160px;
}
.home #main ul.slideshow
{
	border: none;
	visibility: hidden;
}
#col1 ul.slideshow li, #main ul.slideshow li
{
	padding: 0;
	display: block;
}

#main #snav
{
	right: inherit;
	margin-top: 226px;
}
#main #col1 #snav
{
	margin-top: 169px;
}
#main ul.slideshow
{
	width: 390px;
	height: 220px;
	margin-bottom: 30px;
}
.home #main #snav
{
	margin-top: 250px;
	right: 190px;
	z-index: 100;
}
#main.home ul.slideshow
{
	width: 772px;
	height: 266px;
	margin-bottom: 0px;
}
#featured.home
{
	height: 212px;
	background: url(../images/footerback.jpg) center 21px repeat-x;
}
.home .summary
{
	width: 282px;
	margin-top: 16px;
	margin-left: 20px;
	padding-left: 16px;
	text-align: justify;
	float: left;
	font-size: 12px;
	line-height: 16px;
	display: inline;
}
.home .summary strong
{
	background: url(      "../images/arrows.gif" ) no-repeat scroll left -36px transparent; /*	margin-left: -20px; */
	padding-left: 20px;
	padding-top: 3px;
}
.homebox
{
	width: 194px;
	margin-left: 16px;
	float: left;
	margin-top: 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #444;
}
.homebox1
{
	/* margin-left: 204px; */
}
.homebox .thumb
{
	width: 192px;
	height: 136px;
	
	display: block;
	margin-bottom: 6px;
	visibility: hidden;
	display: none;
}
.homebox .first-thumb
{
	visibility: visible;
	display: block;
}
.homebox .thumb img
{
	display: inline;
}
.homebox .thumb p
{
	padding: 5px 8px 5px 10px; *padding:0px4px0px5px;
margin-top:-2px;
text-transform:none;
font-weight:normal;
color:#777;
font-size:11px;
}
.hoverfx img {
	transition: all 0.2s;
	border: 1px solid #DDD;
	-webkit-backface-visibility: hidden;
	
	-webkit-transform-style: preserve-3d;
}
.hoverfx:hover img {
	-ms-transform: scale(0.98, 0.98); /* IE 9 */
	-webkit-transform: scale(0.98, 0.98); /* Safari */
	transform: scale(0.98, 0.98);
	border: 1px solid #BBB;
	-webkit-box-shadow: 0 2px 16px #E6E6E6;
	opacity: .85;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.home #col2 p
{
	text-align: right;
	padding: 4px 10px 4px 0;
	border-bottom: 1px solid #BBB;
	border-top: 1px solid #DDD;
	margin: 0;
	background: url(      "../images/arrows.gif" ) no-repeat scroll 165px -101px #CCC;
	font-size: 12px;
}
.home #col2 p a
{
	padding-right: 16px;
	color: #333;
}
.home #col2 p a:hover
{
	padding-right: 16px;
	color: #069;
	text-decoration: underline;
}
.home #col2 p.coltitle
{
	background-image: none;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #BBCCDD;
}
.cycle-it
{
}

.homeboxt
{
	width: 194px;
	margin-left: 16px;
	float: left;
	margin-top: 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #444;
}
.homeboxt .thumb
{
	width: 192px;
	height: 144px;
	border: 1px solid #DDD;
	display: block;
	margin-bottom: 6px;
	visibility: hidden;
	display: none;
}
.homeboxt .first-thumb
{
	visibility: visible;
	display: block;
}
.homeboxt .thumb img
{
	display: inline;
}
.homeboxt .thumb p
{
	padding: 5px 8px 5px 10px;
	text-transform: none;
	font-weight: normal;
	color: #777;
	font-size: 11px;
}


/* ---------------------- */

.width93
{
	width: 93%;
}
.pushdown
{
	margin-top: 26px;
}
#main p.shift-left
{
	margin-left: 84px;
	top: 0;
}
.halfwidth
{
	width: 47%;
	margin-right: 6px;
	float: left;
}
.callout1
{
	padding: 2px 0px 10px 0px;
	float: left;
}
.callout2
{
	padding: 10px 10px;
	float: left;
	background-color: #EEF5FF;
	border-top: 2px solid #BCD;
	border-bottom: 2px solid #BCD;
	border-left: 1px solid #CDE;
	border-right: 1px solid #CDE;
}
img#ribbon
{
	margin-right: 12px;
}

/* -------------- INDUSTRY LINKS -------------- */
#main dl.biglinks
{
	margin: 0;
	padding: 0;
	border: 0;
}
#main dl.biglinks dd
{
	color: #666666;
	list-style: none outside none;
	margin-bottom: 16px;
	margin-top: 2px;
}
#main dl.biglinks a
{
	font-size: 14px;
	padding: 1px 0px 2px 16px;
	line-height: 18px;
	text-decoration: none;
	background: url(      "../images/arrows.gif" ) no-repeat scroll 0px -181px transparent;
}
#main dl.biglinks a:hover
{
	text-decoration: underline;
}


/* -------------- ACCORDIAN --------------*/

#main ul#faqs.accordian
{
	margin-left: 0px;
	padding-left: 0;
	padding-right: 0;
}
#main ul#faqs.accordian li
{
	background: url(../images/gray2-east.gif) 2px 5px no-repeat;
	list-style: none;
	color: #666;
	line-height: 18px;
	font-size: 14px;
	padding: 1px 0px 10px 13px;
	text-indent: -13px;
}
#main ul#faqs.accordian li.accordian-active
{
	background: url(../images/blue-south.gif) 1px 6px no-repeat;
	list-style: none;
}
#main ul#faqs.accordian li a
{
	text-decoration: none;
	color: #444;
	padding: 5px 13px;
}
#main ul#faqs.accordian li a:hover
{
	text-decoration: underline;
}
#main ul#faqs.accordian ul li
{
	list-style-type: none;
	padding: 2px 0 0 2px;
	background-image: none;
	text-indent: 0;
	margin-bottom: 0;
	font-size: 13px;
}
#main ul#faqs.accordian li
{
}
#main ul#faqs.accordian ul
{
	margin-left: 0;
	padding-left: 0;
	padding-top: 12px;
	padding-right: 0;
	text-indent: 0;
}

#main ul#faqs.accordian li a.extlink
{
	text-decoration: underline;
	color: #0000FF;
	padding: 0px 0px;
}


.qa
{
	color: #06C !important;
	font-weight: bold;
}

#main ul.accordian
{
	margin-left: 0px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 1px;
}
#main ul.accordian li
{
	background: url(../images/red-east.gif) 2px 5px no-repeat;
	list-style: none;
	padding: 1px 0px 4px 13px;
	text-indent: -13px;
}
#main ul.accordian li.accordian-active
{
	background: url(../images/red-south.gif) 1px 6px no-repeat;
	list-style: none;
}
#main ul.accordian li a
{
	text-decoration: none;
	padding: 5px 13px;
}
#main ul.accordian li a:hover
{
	text-decoration: underline;
}
#main ul.accordian ul li
{
	list-style-type: none;
	padding: 2px 0 0 2px;
	background-image: none;
	text-indent: 0;
	margin-bottom: 0;
}
#main ul.accordian ul
{
	margin-left: 0;
	padding-left: 0;
	padding-top: 4px;
	padding-right: 0;
	text-indent: 0;
}

/* -------------- RECEIPT -----------------------------------------*/
body#receipt
{
	margin: 30px 20px;
	background: none #FFF;
}
body#receipt #frame
{
	width: 900px;
	border: 1px solid #DDD;
	float: left;
	padding: 20px 0;
}
body#receipt .button-link, .small-button
{
	width: 200px;
}

/* -------------- LOGIN POP-UP -------------- */
a.poplink
{
	background: url(      "../images/tearoff-icon-red.gif" ) no-repeat scroll 0 -1px transparent;
	padding-left: 18px;
}
body#login-pop
{
	background-color: #FFF;
	background-image: none;
}
#login-pop h1
{
	margin: 20px 0 12px 0;
}
#login-pop #frame a
{
	display: block;
	float: left;
	width: 150px;
	text-decoration: underline;
	background: url(      "../images/arrows.gif" ) no-repeat scroll 0px -221px transparent;
	padding-left: 12px;
	margin-top: 10px;
}
#login-pop #frame a:hover
{
	color: #069;
}
#login-pop img
{
	margin-left: 132px;
	margin-top: 0px;
}
#login-pop #frame
{
	overflow: hidden;
}
#login-pop.refer img
{
	margin-left: 177px;
}

/* -------------- FORM -------------- */
.formdiv
{
	margin-top: 10px;
	margin-left: 0px;
	text-align: left;
}
.rowElem
{
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0;
	clear: both;
}
.rowElem label
{
	width: 84px;
	float: left;
	color: #333;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 2px;
}
.joinElem label
{
	width: 200px;
	clear: right;
	display: inline;
	margin-left: 5px;
}
.joinElem input
{
	width: 16px !important;
	display: inline;
	float: left;
	margin: 8px 0 0 0;
}
textarea
{
	width: 95%;
	font-size: 12px;
	padding: 3px 5px;
	font-family: Helvetica,Arial, sans-serif;
	border: 1px solid #DDD;
}
textarea
{
	padding-right: 0;
	height: 80px;
}
#comment
{
	border: 1px solid #D1CBC0;
}

.submit
{
	width: 100px;
	cursor: pointer;
	background: url(../images/navbackred.jpg) top center repeat-x;
	color: #EEE;
}
.submit:hover
{
	background-position: bottom center;
	color: #FFF;
}


#col2 .rowElem
{
	padding-left: 10px;
	margin-right: 10px;
}
#col2 .rowElem label
{
	width: 60px;
	color: #FFF;
}
#col2 .rowElem input
{
	background-color: #C3C3C3;
	border: 1px solid #CCCCCC;
	font-size: 11px;
	padding: 1px 2px;
	width: 98px;
}
#col2 .rowElem .submit
{
	background-color: #AAAAAA;
	background-image: none;
	border: 1px solid #CCCCCC;
	color: #FFFFFF;
	font-size: 10px;
	height: 18px;
	line-height: 18px;
	margin-left: 100px;
	padding: 0 2px 2px;
	width: 60px;
	margin-top: 2px;
	-moz-box-shadow: 1px 1px 2px 1px #aaa;
	-webkit-box-shadow: 1px 1px 2px 1px #aaa;
	box-shadow: 1px 1px 2px 1px #aaa;
	display: inline;
}
#col2 .rowElem p
{
	color: #FFF;
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	text-align: right;
	padding-bottom: 6px;
	padding-right: 1px;
	font-weight: bold;
}

.error
{
	background-color: #FFEEEE;
	border: 1px solid #FF0000;
	color: #990000;
	display: block;
	margin: 0 0 6px 0;
	padding: 4px 5px;
	width: 248px;
}
.success
{
	background-color: #EEFFEE;
	border: 1px solid #00FF00;
	color: #009900;
	display: block;
	margin: 0 0 6px 0;
	padding: 4px 5px;
	width: 248px;
}

.billing .rowElem label
{
	clear: left;
	width: 100px;
}
/*
.billing .rowElem { clear:left; width:300px; font-size:12px; padding:3px 5px; font-family:Helvetica,Arial, sans-serif; border:1px solid #DDD;}
*/
.billing .textbox
{
	clear: left;
	width: 300px;
	font-size: 12px;
	padding: 3px 5px;
	font-family: Helvetica,Arial, sans-serif;
	border: 1px solid #DDD;
}
.billing .checkbox
{
	width: 24px;
	border: none;
}
.billing .state
{
	width: 120px;
}
.billing .zip
{
	width: 80px;
}
.billing .numcard
{
	width: 120px;
}
.billing .expirecard
{
	width: 80px;
}
/*
.billing .error 	{ background-color:#FFEEEE; border:1px solid #FF0000; color:#990000; display:block; float:right; margin:-16px 0 6px 0; padding:4px 5px; width:200px;}
*/
div.account
{
	width: 650px;
}
div.account label
{
	width: 120px;
	display: block;
	float: left;
}
div.account .accounttext
{
	width: 400px;
	font-size: 12px;
	padding: 3px 5px;
	font-family: Helvetica,Arial, sans-serif;
	border: 1px solid #DDD;
	display: block;
	margin-bottom: 10px;
	float: left;
}
div.account .button
{
	margin-left: 120px;
}
div.account .valfix
{
	float: left;
}

td.status-active
{
	text-align: left !important;
	background: url(      "../images/status-balls.jpg" ) no-repeat scroll 36px -6px transparent;
}
td.status-warning
{
	text-align: left !important;
	background: url(      "../images/status-balls.jpg" ) no-repeat scroll 43px -65px transparent;
}
td.status
{
	text-align: left !important;
	padding-left: 12px;
}
table.account-info
{
	width: 99%;
}
table.account-info th
{
	text-align: left !important;
	padding: 8px 0 8px 8px;
	background-color: #F3F3F3;
	font-size: 10px;
	font-weight: bold;
}
table.account-info td.order-date, table.account-info th.order-date
{
	text-align: right !important;
	padding: 0px 5px 0px 0px;
}
table.account-info td.order-number, table.account-info th.order-number
{
	text-align: center !important;
	padding: 0;
}
table.account-info td.cost, table.account-info th.cost
{
	text-align: right !important;
	padding: 0px 5px 0px 0px;
	background-color: #EAEAEA;
}

/* -------------- CART -------------- */
.cart table
{
	width: 100%;
}
.cart th
{
	font-weight: normal;
	font-size: 10px;
	text-transform: uppercase;
	color: #777;
	border-bottom: 1px solid #CCC;
	text-align: center;
	margin-right: 5px;
	padding-bottom: 3px;
}
	.cart th.prod-description, .cart td.prod-description {
		text-align: left;
		line-height: 1.4;
	}
.cart td
{
	font-size: 11px;
	padding: 5px 5px;
	border-bottom: 1px solid #DDD;
	color: #000;
	text-align: center;
}
.cart .field-qty
{
	width: 16px;
	font-size: 11px;
	text-align: center;
}
.cart #main td p
{
	margin-bottom: 4px;
}
.cart .total-row td
{
	font-size: 14px;
	font-weight: bold;
	background-color: #F7F7F7;
	padding: 10px 5px;
}
.cart .rowElem
{
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0;
	clear: both;
}
.cart .rowElem label
{
	clear: right;
	float: none;
	width: 75%;
	color: #333;
	font-size: 11px;
	padding-top: 4px;
	padding-bottom: 2px;
}
.cart .inputstyle
{
	width: 95%;
	font-size: 12px;
	padding: 3px 5px;
	font-family: Helvetica,Arial, sans-serif;
	border: 1px solid #DDD;
}
.cart .textbox
{
	clear: left;
	width: 300px;
	font-size: 12px;
	padding: 3px 5px;
	font-family: Helvetica,Arial, sans-serif;
	border: 1px solid #DDD;
}

.ajaxloading
{
	margin-top: 36px;
	position: absolute;
	z-index: 1;
	font-size: 12px;
	font-weight: bold;
	border: dotted 1px #808080;
	background-color: Yellow;
	padding: 3px 3px 3px 3px;
}
.ajaxloading img
{
	display: inline;
}

.pwdreclabel
{
	font-size: 10pt;
	padding-right: 10px;
}
.pwdrectext
{
	border: Solid 1px #DDD;
	width: 256px;
}
.pwdrectitle
{
	font-size: 12pt;
	margin-bottom: 2px;
	margin-left: 0px;
	color: #29599a;
}
.pwdrecinst
{
	font-size: 10pt;
	padding: 10px 0px 10px 0px;
	text-align: left;
}
.pwdrecsubmit
{
	margin-top: 10pt;
	background: url(../images/navbackred.jpg) top center repeat-x;
	color: #EEE;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	height: 24px;
	line-height: 24px;
	display: block;
	border: 0;
	-moz-box-shadow: 1px 1px 2px 1px #CCC;
	-webkit-box-shadow: 1px 1px 2px 1px #CCC;
	text-decoration: none !important;
	box-shadow: 1px 1px 2px 1px #CCC;
}

.ordersdetails
{
	margin: 2px 20px 2px 20px;
	border-top: solid 1px #923;
	border-bottom: solid 1px #923;
	background-color: #EEE;
	padding: 2px 5px 10px 5px;
}
.ordersdetails p label
{
	width: 80px;
	display: block;
	float: left;
}
.ordersdetails p span
{
	display: block;
	float: left;
	clear: right;
}
.paneltitle
{
	font-weight: bold;
}
.orderitemname
{
	font-weight: bold;
	padding-top: 10px;
	font-size: 10pt;
}
.orderdetailstotal label
{
	width: 64px;
	display: block;
	float: left;
}
.orderdetailstotal span
{
	width: 64px;
	text-align: right;
	display: block;
	float: left;
}
.refer-textarea
{
	height: 112px;
}
.check-align label
{
	margin-top: 0px;
	padding-top: 10px;
}
.admintools
{
	background-color: #AC4651;
	color: #FFFFFF;
	padding: 10px 5px 10px 5px;
	display: block;
	text-decoration: none !important;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	line-height: 10px;
}
.admintools:hover
{
	background-color: #DD0000;
	color: #FFFFFF;
	padding: 10px 5px 10px 5px;
	display: block;
	text-decoration: none !important;
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	line-height: 10px;
}
.examsolutionsubheader
{
	color: #923;
	text-transform: uppercase;
	font-family: Impact, "Arial Narrow" , Arial, Helvetica, Sans-Serif;
	font-size: 36px;
	margin: 12px 0px 20px 0px;
}
.examsolutionsubheader span
{
	font-family: Impact, "Arial Narrow" , Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	font-weight: normal;
	color: #999;
	text-transform: capitalize;
}
.thumb-pop 
{
	border: 1px solid #FFF;
	display: block;
	padding: 1px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.note {font-size:11px; color:#BBB; text-align:center; display:block; margin-top:3px;}
.thumb-pop:hover
{
	border-color: #ABC;
	opacity:0.75;
}

.masterTooltip {
	cursor: help;
	border-bottom: 1px dashed #777;
}

.tooltipm {
	display: none;
	position: absolute;
	border: 1px solid #333;
	background-color: #161616;
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	font-size: 0.9rem;
}
.condensed {
	letter-spacing:-1px;
}
.normal {
	font-weight:400;
}
.bold {
	font-weight:700;
}
.fs14 {
	font-size:14px!important;
}
