
 
/********************************************  CSS RESET  *********************************************/


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,
cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,
ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style: none;
	line-height: 1;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
th { text-align: left; }
address { font-style: normal; }

.clearFloat { clear: both; }
.hidden { display: none; }
.right {
	float:right;
	margin:0 15px 0 0 !important;
}

input[type="hidden"] {
	display: none !important;
	visibility: hidden !important;
	height: 0px !important;
}
.bold {
	font-weight: bold;
}

h2.subHeading {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 0;
	padding-top: 10px;
}

/**********************************************  HEADER  **********************************************/


#header {
	height:209px;
	width:964px;
	position:relative;
}

#header #logo{
	float:left;
}
#header #logo a{
	width:323px;
	height:90px;
	display:block;
	text-indent:-9000em;
	background:url(../images/template/logo-top.gif) left top no-repeat
}
	#header #logo a:hover{
		background:url(../images/template/logo-top.gif) left -90px no-repeat
	}

#header #flags{
	float:right;
	margin:24px 21px 0 0;
}

#header #member-login {
	float:right;
	margin:0 2px 0 0;
}
#header #member-login a{
	width:229px;
	height:72px;
	display:block;
	text-indent:-9000em;
	background:url(../images/template/member-login-top.gif) left top no-repeat
}
	#header #member-login a:hover{
		background:url(../images/template/member-login-top.gif) left -72px no-repeat
	}

#header #member-logout{
	float:right;
	margin:0 2px 0 0;
	padding:0 0 0 43px;
	width:186px;
	height:72px;
	background:url(../images/template/member-logout.gif) left top no-repeat;
	color:#949494;
	font-size:11px;
}
#header #member-logout h3{
	font-size:14px;
	color:#0d213f;
	font-weight:bold;
	margin:23px 0 2px 0px;
	padding:0;
}

#header #member-logout a{
	font-size:11px;
	color:#4d5b71;
	font-weight:normal;
	margin:0px;
	padding:0;
	
}
#header #member-logout span{
	margin:0 8px;
}
#header #menu {
	position:absolute;
	left:-2px;
	bottom:0;
	width:980px;
	height:27px;
	z-index:99;
}

#header #flashbox {
	position:absolute;
	top:72px;
	left:322px;
}
	
	
/**********************************************  FOOTER  **********************************************/


#footer {
	width:100%;
	background:#fff url(../images/template/footer-x-light.jpg) center top repeat-x;
}
#footer .container {
	background:#fff url(../images/template/footer-x-dark.jpg) center top repeat-x;
	height:109px;
}
#footer .container p, #footer .container p a{
	color:#fff;
	font-size:11px;
	line-height:18px;
	margin:0 0 0 20px;
	padding:17px 0 0 0;
	text-decoration:none;
}
#footer .container p a{
	margin:0;
	padding:0;
}
	#footer .container p a:hover {
		text-decoration:underline;
	}
	
.leftFooter {
	width: 520px;
}


/***********************************************  MENU  ***********************************************/


#menu ul{
	margin:0;
	padding:0;
	list-style:none;
}
#menu li{
	display:inline;
	float:left;
	margin:0;
	line-height:12px;
}
#menu li a{
	font-size:12px;
	color:#fff;
	display:block;
	text-decoration:none;
}
#menu li a span{
	display:block;
	padding:7px 6px 8px 10px;
	margin-right:5px;
}
#menu li a:hover, #menu li.active a{
	background: url(../images/template/top-nav-left.gif) right -27px no-repeat;
	color:#19294f;
}
#menu li a:hover span, #menu li.active a span{
	background: url(../images/template/top-nav-left.gif) left 0px no-repeat;
}


/***********************************************  BODY  ***********************************************/


body {
	font-family:  Arial, Helvetica, sans-serif;
	background:#fff url(../images/template/bg-top-x.gif) center top repeat-x;
	font-size:12px;
	color:#222;
}
.container {
	margin:0 auto;
	width:964px;
}
#main {
	width:100%;
	height:100%;
	background:url(../images/template/blue-top-bar.jpg) center 72px no-repeat;
}

/***********************************************  HOME PAGE  ***********************************************/
/*#jsSeo{height: 220px;}*/
#jsSeo{height: 256px;}


/*******************************************  PAGE LAYOUT  ********************************************/


#main-content {
	width:962px;
}
#main-content.rightCol,
#main-content.rightLeftCol {
	background:url(../images/template/main-content-bg.gif) left top repeat-y;
}
#main-content.rightCol #content {
	padding: 30px 30px 80px 0px;
	width: 702px;
}
#main-content.rightLeftCol #content {
	padding: 30px 30px 80px 0px;
	width: 486px;
}
#main-content.leftCol #content {
	padding: 30px 0px 80px 0px;
	width: 746px;
}
#main-content.noCol #content {
	padding: 30px 0px 80px 0px;
	width: 962px;
}
#content {
	float:left;
	min-height:480px;
	position: relative;
}
#sidebar {
	width:230px;
	float:left;
	background-color:#ededed;
	padding:20px 0 30px 0;
}

#sidebar .box {
	width:222px;
	margin:2px 4px;
	background:url(../images/template/sidebox-runner.gif) center top repeat-y;
}

#sidebar .box .boxtop {
	background:url(../images/template/sidebox-top.gif) center top repeat-y;
	height:54px;
	width:222px;
	text-align:center
}
	#sidebar .box .boxtop h2{
	color:#174c7c;
	padding:11px 0 0 0;
	text-align:center;
	font-size:15px;
	font-weight:bold;
}

#sidebar .box .boxmid {
	min-height:50px;
	width:222px;
	text-align:center;
}

#sidebar .box .boxbot {
	background:url(../images/template/sidebox-base.gif) center top repeat-y;
	height:18px;
	width:222px;
}

#sidebar .searchbox {
	background:url(../images/template/sidebar-search.gif) center top no-repeat;
	width:222px;
	height:47px;
	margin:2px 4px;
}
	#sidebar .searchbox .typetext{
		width:174px;
		border:solid 0px red;
		background-color:#ededed;
		padding:4px 2px;
		margin:7px 0 0 8px;
		float:left;
		color:#777;
	}
	#sidebar .searchbox .typetext:focus{
		color:#174c7c;
	}
	#sidebar .searchbox .typesubmit{
		width:26px;
		height:26px;
		background-color:transparent;
		border:none;
		display:block;
		text-indent:-9000em;
		font-size:0px;
		margin:7px 0 0 0;
		float:left;
		cursor:pointer;
		color:#fff;
	}
	
#sidebar .boxlist{
	margin:-5px auto 0 auto;
	padding:0;
	width:188px;
	text-align:center;
	list-style:none;
}
	#sidebar .boxlist li{
		margin:0;
		padding:0;
		display:inline;
	}
	#sidebar .boxlist li a{
		color:#111;
		font-size:12px;
		text-decoration:none;
		background:url(../images/template/box-dots.gif) left bottom repeat-x;
		display:block;
		padding:10px 0;
		line-height:12px;
	}
	#sidebar .boxlist li a:hover{
		color:#174c7c;
	}
	#sidebar .boxlist li a.last{
		background-image:none;
	}
	
#sidebar .sidebuyprep {
	margin:2px 4px;
}
	
.thin-content {
width:490px;
float:left;
}	

.pagemenu {
	width:201px;
	float:left;
	margin:0px 15px 0 0;
}
.pagemenu-base {
	background:url(../images/template/side-menu-base.gif) left top no-repeat;
	height:25px;
	width:201px;
}
.pagemenu ul{
	list-style:none;
	padding:0;
	margin:0;
	padding-top:30px;
	}
	.pagemenu li {
		margin:0;
		padding:0;
		width:201px;
	}
	.pagemenu li a, .pagemenu li a:visited{
		font-size:11px;
		color:#0f3c67;
		text-decoration:none;
		display:block;
		padding:1px 0 1px 22px;
		border-bottom:solid 1px #dedede;
		background:url(../images/template/side-menu-bg.gif) left top no-repeat;
		height: 100%;
	}
	.pagemenu li a:hover, .pagemenu li.active a{
		color:#fff;
		background:url(../images/template/side-menu-bg-active.gif) left top repeat-y;
	}
	.pagemenu li.open a{
		background:url(../images/template/side-menu-bg-open.gif) left top repeat-y;
	}
	.pagemenu li.open ul {
		display: none;
	}
	.pagemenu li.open.active ul,
	.pagemenu li.open.expanded ul {
		display: block;
	}
	.pagemenu li.open a:hover, .pagemenu li.open.active a  {
		color:#fff;
		background:url(../images/template/side-menu-bg-active-open.gif) left top no-repeat;
	}
	.pagemenu li a.first{
		background:url(../images/template/side-menu-top.gif) left top no-repeat;
		padding-top:4px 
	}
	.pagemenu li a.first:hover, .pagemenu li.active a.first  {
		background:url(../images/template/side-menu-top-active.gif) left top no-repeat;
	}
	.pagemenu li.open a.first {
		background:url(../images/template/side-menu-top-open.gif) left top no-repeat;
		padding-top:4px ;
		color:#0f3c67;
	}
	.pagemenu li.open a.first:hover, .pagemenu li.open.active a.first {
		background:url(../images/template/side-menu-top-active-open.gif) left top no-repeat;
		padding-top:4px ;
		color:#fff;
	}
.pagemenu .subpagemenu {
	margin:0;
	padding:0;
	border-top:1px solid #fff;
	border-left:solid 1px #ddd;
	border-right:solid 1px #ddd;
}
	.pagemenu .subpagemenu li{
		border:none;
		background-image:none;
		background-color:#fff;
		margin:0 0px;
		width:199px;
		line-height:100%;
	}
	.pagemenu .subpagemenu li a{
		border:none;
		background-image:none !important;
		margin:0;
		border:solid 0px #fff;
		border-bottom:solid 1px #d7d7d7;
		color:#4a4a4a!important;
		padding:5px 7px 5px 20px;
	}
	.pagemenu .subpagemenu li a:hover, .pagemenu .subpagemenu li.active a{
		background:#294f74 url(../images/template/sub-menu-hover.gif) left top repeat-y ;
		color:#fff!important;
	}
	
	
/**********************************************  COMMON  **********************************************/


#getprepared-box {
	background:url(../images/template/getprepared-box-base-extra.gif) left bottom no-repeat;
	width:684px;
	margin:20px 0 0 0;
	padding:0 0 13px 0;
}
#getprepared-box #gpb-title{
	background:url(../images/template/getprepared-box-top-alt.gif) left top no-repeat;
	width:684px;
	height:60px;
}
#getprepared-box #gpb-title h2 {
	font-weight: bold;
	font-size: 15px;
	padding: 8px 0px 0px 10px;
}
#getprepared-box .divider {
	background-color:#f4f4f4;
	height:23px;
	margin:37px 2px 0 2px;
	float:left;
	width:670px;
	padding:0px 0px 0px 10px;
	display:inline;
}
	#getprepared-box .divider h4{
		float:left;
		margin:5px 0 0 0;
		color:#777;
		font-weight:normal;
	}
	#getprepared-box .divider.divider1 {
		margin-top: 10px;
	}
	#getprepared-box .divider.divider2 {
		margin-top: 15px;
	}
	#getprepared-box .divider.divider3 {
		margin-top: 15px;
		margin-bottom: 10px;
	}
	#getprepared-box .divider.divider4 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
#getprepared-box .gpb-select {
	margin: 15px 10px 0px 12px;
	float:left;
	border:1px solid #DBDBDB;
	padding:3px 0 3px 4px;
}

#getprepared-box .level1 {
	height: 50px;
	padding-top: 13px;
}
#getprepared-box .level2 {
	height: 50px;
	padding-top: 10px;
}

#getprepared-box a img{
	margin:0 0 0 10px
}

#getprepared-box .class-list {
	margin: 15px 0 0 10px;
	padding:0;
	float:left;
	width:216px;
	display:inline;
	position:relative;
	list-style:none;
}
	#getprepared-box .class-list li{
		display:block;
		position:relative;
		margin:2px 0 2px 0;
		float:left;
		width:217px;
		line-height:12px;
	}
	#getprepared-box .class-list li a{
		display:block;
		font-size:12px;
		color:#111;
		text-decoration:none;
		padding:3px 4px 4px 17px;
		background: url(../images/icons/ico-tickbox.gif) left 4px no-repeat;
	}
	#getprepared-box .class-list li a:hover{
		background-color: #dddddd;
	}
	#getprepared-box .class-list li a.catSelected {
		background-position: left bottom;
	}
#getprepared-box .or-text {
	display:inline;
	font-size:12px;
	color:#999;
	position:relative;
	margin:0px 0 0 10px;
	top:-13px;
}
	
.popup {
	position:absolute;
	z-index:99;
	top:-43px;
	left:200px;
	width:200px;
	padding:0;
	display:none;
}
.popup-base {
	background:url(../images/template/getprepared-bubble-base.png) left top no-repeat;
	width:200px;
	height:11px;
	position:relative;
	bottom:0px;
}
.popup p{
	padding:10px 10px 3px 23px;
	margin:0;
	background:url(../images/template/getprepared-bubble-top.png) left top no-repeat;
	font-size:11px;
	min-height:80px;
}
.popup p span{
	font-size:11px;
	color:#174c7c;
	}
.help-popup {
	position:relative;
	float:left;
	margin:5px 0 0 8px;
	z-index:85;
}
.help-popup .popup {
	left:13px;
	top:-46px;
}

.pageForm ol.orderedList {
	list-style-type: decimal !important;
	list-style-position: outside !important;
	margin-left: 48px !important;
}

ol.orderedList li {
	padding-left: 0px;
}
ol.orderedList .noBullet {
	list-style-type: none
}
ol.numberList {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 25px;
}
ol.numberList li {
	padding: 5px 0px;
}
ol.numberList ul {
	padding: 5px 0px 0px 25px;
	margin: 0px;
}
ol.numberList ul li {
	padding: 0px 0px;
}
ol.numberList .noBullet {
	list-style-type: none
}

ul.tickList {
	list-style-type: none;
	list-style-image: url('/images/icons/ico-tick.gif');
	list-style-position: outside;
	padding-left: 18px;
}
ul.tickList li {
	margin: 3px 0px;
}


.addToAny {
	/*clear: both;
	float: left;
	margin-top: 40px;*/
	position: absolute;
	bottom: 30px;
	left: 0px;
	
}
a.printBtn {
	background-image: url('/images/admin/admin-print-toggle.gif');
	background-repeat: no-repeat;
	background-position: left top;
	width: 28px;
	height: 28px;
	text-indent: -999em;
	display: block;
	overflow:hidden;
	float: right;
}
a.printBtn:hover {
	background-position: right top;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}

/**********************************************  PERSONAL PAGE  **********************************************/


.personaldivider {
	width:100%;
	height:auto;
	position:relative;
	margin:0;
	padding:0;
}

.personaldivider  #personaltabs {
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	height:31px;
}
	.personaldivider  #personaltabs li{
		margin:0 2px 0 0;
		padding:0;
		display:inline;
		float:left;
	}
	.personaldivider  #personaltabs li a{
		text-decoration:none;
		display:block;
		background:url(../images/template/tabs/tabs-left-off.gif) left top no-repeat;
		color:#555;
	}
	.personaldivider  #personaltabs li a span{
		padding:6px 9px 7px 9px;
		display:block;
		background:url(../images/template/tabs/tabs-left-off.gif) right -31px no-repeat;
	}
	.personaldivider  #personaltabs li a:hover, .personaldivider  #personaltabs li.active a{
		text-decoration:none;
		display:block;
		background:url(../images/template/tabs/tabs-left-on.gif) left top no-repeat;
		color:#114577;
	}
	.personaldivider  #personaltabs li a:hover span, .personaldivider  #personaltabs li.active a span{
		background:url(../images/template/tabs/tabs-left-on.gif) right -31px no-repeat;
	}
	
	.personaldivider  #personaltabs li.inactive {
		text-decoration:none;
		display:block;
		background:url(../images/template/tabs/tabs-left-off.gif) left top no-repeat;
		color:#555;
		opacity:0.5;
		filter: alpha(opacity=50);
	}
	.personaldivider  #personaltabs li.inactive span{
		background:url(../images/template/tabs/tabs-left-off.gif) right -31px no-repeat;
		cursor:default;
		padding:6px 9px 7px 9px;
		display:block;
	}
	
.personaldivider #personalcontent {
	/*width:666px;*/
	min-height:400px;
	position:relative;
	top:30px;
	border:solid 1px #8f9aa5;
	padding:25px;
}

/******************************* BREADCRUMBS *************************************/


#breadcrumb {
	padding: 0px 0px 20px 0px;
	color: #253B4F;
}
#breadcrumb a {
	color: #7F7F7F;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #253B4F;
	text-decoration: none;
	border-bottom:dotted 1px #253B4F;
}


/***********************************************  FORM  ************************************************/

.pageForm {
	background-color: #f8f8f8;
	border: 1px #dbdbdb solid;
	padding: 17px 0 17px 0;
	margin: 20px 0 0 0;
}
#main .pageForm p {
	padding: 0 0 20px 0;
	margin: 0 28px 20px 28px;
}
#main .pageForm p.formResultMsg {
	margin: 20px 28px 20px;
	padding: 0px;
}
#main .pageForm p.formMsg {
	background-image: url('/images/form/form-border.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
}
.pageForm .note {
	margin: 0 0 0 28px;
}
.pageForm fieldset {
	margin: 20px 0 0 0;
	position: relative;
}
.pageForm legend {
	margin: 0 0 0 0;
	color: #00457c;
	font-size: 1.5em;
}
.pageForm legend span {
	position: absolute !important;
	left: 28px;
}
.pageForm .req {
	color: #00457c;
}
.pageForm ol {
	list-style: none !important;
	background-image: url('/images/form/form-border.gif');
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 30px 0 23px 0 !important;
	position: relative;
}
.pageForm textarea {
	font-family: arial, sans-serif;
	border: 1px #dbdbdb solid;
	padding: 3px 0 3px 4px;
	font-size: 1em;
	width: 292px;
	height: 103px;
}
.pageForm label, .pageForm .label {
	width: 12em;
	float: left;
	margin: 4px 0 0 0;
	position: relative;
	cursor: default;
	line-height: 140%;
}
.pageForm ol .txtInput {
	border: 1px #dbdbdb solid;
	padding: 3px 0 3px 4px;
	width: 292px;
	font-family: arial, sans-serif;
}
.pageForm .short {
	width: 150px !important;
}
.pageForm select {
	border: 1px #dbdbdb solid;
	padding: 3px 0 3px 4px;
	width: 295px;
	font-family: arial, sans-serif;
}
.pageForm .last ol {
	background: none;
}
.pageForm .noLegend ol {
	padding-top: 0;
}
.pageForm li {
	padding: 4px 10px 4px 28px;
}
.pageForm fieldset li {
	border-top: 1px #f8f8f8 solid;
	border-bottom: 1px #f8f8f8 solid;
}
.pageForm .error {
	/*background-image: url('/images/form/form-error-bg.gif');*/
	background-color: #FEECEC;
	border-top: 1px #f1cbcb solid;
	border-bottom: 1px #f1cbcb solid;
}
#main .pageForm .error p, #main .feedbackForm .error p {
	border: 0;
	margin: 0 0 3px 13.7em;
	padding: 0;
	font-weight: bold;
	font-size: .9em;
	color: #ee5e5e;
}
.pageForm .error .txtInput,
.pageForm .error textarea{
	border: 1px #f06b6b solid;
}
.pageForm .focus {
	background-image: url('/images/form/form-selected-bg.gif');
	border-top: 1px #c5e3ec solid;
	border-bottom: 1px #c5e3ec solid;
}
.pageForm .focus .txtInput {
	border: 1px #9bc8d6 solid;
}
.pageForm li.focus p {
	color: #53A5BF !important;
}
.pageForm .submitButton {
	margin: 0 0 0 173px;
}
.pageForm .captcha {
	border: 1px #dbdbdb solid;
}
.pageForm .hasError {
	background-image: url('/images/form/form-error-bg.gif');
	border-top: 1px #f1cbcb solid;
	border-bottom: 1px #f1cbcb solid;
	padding: 7px 10px 10px 28px;
	margin: 0 0 20px 0;
	position: relative;
}
.pageForm .hasError ol {
	list-style-type: decimal;
	padding: 0;
	margin: 0 0 0 45px;
	background: none;
}
.pageForm .hasError li {
	padding: 3px 0 3px 0;
}
#main .pageForm .hasError p {
	margin: 0 0 3px 0;
	padding: 0 0 0 23px;
	border: 0;
	background-image: url('/images/icons/ico-exclamation.gif');
	background-position: 0 .1em;
	background-repeat: no-repeat;
}
#main .pageForm .hasError a {
	color: #ee5e5e;
}
.pageForm #verificationImage {
	border: 1px #dbdbdb solid;
}
.pageForm .chkGrp, .pageForm .ratingsGrp {
	float: left;	
	margin: 4px 0 0 0;
	position: relative;
}
.pageForm .chkGrp li, .pageForm .ratingsGrp li {
	padding: 0;
	border: 0;
	margin: 0 0 5px 0;
	background: none;
}
.pageForm .chkGrp label, .pageForm .ratingsGrp label {
	width: auto !important;
	float: none;
	margin: 0 !important;
	position: relative;
	bottom: 1px;
	vertical-align: bottom;
}
.pageForm .chkGrp input, .pageForm .ratingsGrp input {
	margin: 0;
	height: 16px;
	width: 16px;
	vertical-align: bottom;
}
.pageForm .ratingsGrp li {
	 float: left;
	 width: 16px;
	 text-align: center;
	 margin: 0 20px 0 0;
 }
.pageForm.feedback label, .pageForm.feedback .label {
 	width: 16em;
 	margin-right: 1.5em;
 }
.pageForm .ratingLi {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.pageForm.feedback .submitButton {
	margin: 0 0 0 238px;
}
.pageForm.feedback textarea {
	width: 380px;
}
.pageForm .key {
	position: absolute;
	left: 222px;
	top: 2px;
	color: #999;
	text-align: right;
	z-index: 10;
}
.pageForm .key li {
	border: 0;
	padding: 0;
	float: left;
	text-align: center;
	margin: 0 99px 0 0;
}
#main .pageForm.feedback .error p {
	margin-left: 19.5em;
}
.pageForm .radioCnt {
	float: left;
	width: 200px;
	position: relative;
}
.pageForm .radioBtn {
	float: left;
	height: 16px;
	width: 16px;
	margin: 5px 5px 0 0;
	vertical-align: bottom;
}
.pageForm .radioLbl {
	float: none;
	display: inline-block;
}
.errorMsg {
	color: #ee5e5e;
}
/********************************** MSG BOXES *************************************/
.ErrorMsg {
	background-image: url('/images/msgbox/ico-code-error-40-40.jpg');
	background-color: #FEECEC;
	background-repeat: no-repeat;
	background-position: 25px 8px;
	border-top: 1px #f1cbcb solid;
	border-bottom: 1px #f1cbcb solid;
	padding: 7px 10px 10px 70px;
	margin: 0 0 20px 0;
	position: relative;
}
.ErrorMsg.MsgOnly {
	background-position: 25px center;
	padding: 20px 10px 20px 70px;
}
.ErrorMsg ol {
	list-style-type: decimal !important;
	padding: 0 !important;
	margin: 0 0 0 25px;
	background: none;
}
.ErrorMsg li {
	padding: 3px 0 3px 0 ;
}
.ErrorMsg p {
	font-weight: bold;
	margin: 0 0 3px 0 !important;
	padding: 0 0 0 0px !important;
	border: 0;
}
.ErrorMsg a {
	color: #ee5e5e !important;
}


.SuccessfulMsg {
	background-image: url('/images/msgbox/ico-code-success-40-40.jpg');
	background-repeat: no-repeat;
	background-position: 25px center;
	background-color: #F3F8F1;
	padding: 20px 10px 20px 70px;
	margin: 0px 0px 20px 0px;
	border: 1px solid #BFDFB5;
	border-left: none;
	border-right: none;
	vertical-align: center;
}
.SuccessfulMsg p {
	font-weight: bold;
	margin: 0px !important;
	padding: 0px !important;
	vertical-align: center;
}

/*********************************** SITEMAP **************************************/

#sitemap ul {
	padding-left: 50px;
}

/*********************************** LOGIN **************************************/


#loginForm fieldset {
	border: 1px solid #DBDBDB;
	padding: 0px 20px 20px 20px;
}
#loginForm legend {
	color: #00457C;
	font-size: 1.5em;
	padding: 0px 5px;
}
#loginForm ul { 
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 250px;
	float: left;
}
#loginForm li { 
	padding: 3px 0px;
	margin: 0px;
}
#loginForm ul li label {
	font-weight: bold;
	padding: 0px 0px 2px 0px;
	display: block;
}
#loginForm input.textBox {
	border: 1px solid #DBDBDB;
	width: 245px;
	padding: 3px 0 3px 4px;
}
#loginForm input.longTxt {
	width: 325px;
}
#loginForm fieldset.imbedded {
	width: 330px;
	float: right;
	background-color: #F8F8F8;
	margin-top: 10px;
}
#loginForm .checkLabel {
	display: inline;
}
#loginForm .checkBox {
	vertical-align: middle;
}


/**************************** PURCHASE PROGRESS BAR *********************************/


.purchaseBar {
	width: 100%;
	margin: 0px 0px 20px 0px;
	border: 1px solid #DDD;
	border-right: none;
}

.purchaseBar td {
	float: left;
	width: 25%;
	text-align: center;
}
.purchaseBar td span {
	display: block;
	border-right: 1px solid #DDD;
	padding: 5px 0px;
	font-weight: bold;
	background:url(../images/template/grdnt-light.png) left bottom repeat-x;
}
.purchaseBar td.barSelected {
	background-color: #C7DF53;
}


/**************************** PURCHASE PAGE *********************************/


.productslist {
	list-style: none;
	float:left;
	width:225px;
	margin:0 18px 20px 0;
	padding:0;
	background-color:#f7f7f7;
	border:solid 1px #e7e7e7;
	border-bottom: solid 1px #fff;
}
.productslist.last {
	margin-right: 0px;
}
.productslist li{
	margin:0 0 0 0;
	width:215px;
	background-color:#f7f7f7;
	border-bottom:solid 1px #e7e7e7;
	border-top:solid 1px #fff;
	padding:10px 5px;
}
	.productslist li:hover{
		background-color:#efefef;
	}
li.productsheading {
	background-color:#f7f7f7;
	border:solid 0px #fff;
	padding:0;
	margin:0;
}
	li.productsheading:hover {
	background-color:#f7f7f7;
}
li.productsheading + li {
	border-top:solid 0px #fff;
}
.productslist li label {
	color:#444444;
	line-height:15px;
	font-size:12px;
	font-weight:bold;
	margin:0 0 0 2px;
	display: block;
	/*width:135px;
	float:left;*/
	height: 30px;
}
.productslist li label.sub {
	margin:10px 0 0 20px;
	font-weight:normal;
	font-size:11px;
	line-height:14px;
	width: 190px;
	float: left;
	display: inline;
	height: auto;
}
.productslist li input {
	width: 14px;
	height: 14px;
	margin: 0px 4px 10px 0;
	vertical-align: top;
	float: left;
}
.productslist li select{
	margin:4px 0 0 18px;
	width: 190px !important;
	color:#444444;
	float:left;
}
.productslist li span.productCost {
	color:#235685;
	float:right;
	font-size:13px;
	font-weight:bold;
}
.productslist  li span.productDesc, .productslist  li span.productDur{
	float:left;
	margin:0 0 0 20px;
	font-size:11px;
	width:195px;
}
.productslist .readmorelink {
	float:right;
	margin:-18px 0 0 0;
	font-size:11px;
	color: #6EAE08;
}
.productslist h2 {
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.promocode {
	margin:0 0 20px 0;
	background-color:#f7f7f7;
	border:solid 1px #e7e7e7;
	width:auto;
	padding:10px;
}
.promocode label {
	width: 130px;
	font-weight: bold;
	float: left;
	line-height: 25px;
}
.promocode input,
select#PersonalCoachingID,
select#PersonalCoachingCountry {
	border: 1px solid #DBDBDB;
	padding:3px 0 3px 4px;
	width: 100px;
}
.promocode input.error,
select#PersonalCoachingID.error {
	border: 1px #f06b6b solid;
	background-color: #FEECEC;
}
.addtocart {
	background:url(../images/buttons/btn-addtocart.gif) left top no-repeat;
	display:block;
	height:31px;
	width:132px;
	text-indent:-9000em;
	margin: 0px 0;
	float: right;
	position: relative;
	top: -3px;
}
a.addtocart:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.currencyChange {
	float: right;
	width: 460px;
}
.currencyChange .currencyHeading {
	font-size: 1.125em;
	color: #114577;
	font-weight: bold;
	display: block;
	text-align: right;
}
.currencyChange .currencyCaption {
	color: #8F8F8F;
	display: block;
	margin: 7px 0 0 0;
	text-align: right;
}
.currencyChange a {
	float: right;
	margin: 0 0 0 30px;
}
/***************************** PAYMENT LOGIN *******************************/

#newCustomer {
	float: left; 
	width: 260px;
}
#newCustomer fieldset {
	height: 210px;
}
#newCustomer p {
	margin-top: 20px;
}

#existingCustomer {
	float: right; 
	width: 680px;
}

/******************************** PAYMENT *********************************/
.securePayInfo {
	float: right; 
	width: 300px; 
	padding: 30px 80px 0px 0px;
}
.securePayInfo img {
	float: left;
	padding: 0px 10px 0px 0px;
}
#main .pageForm .securePayInfo p {
	padding: 0px;
	margin: 0px;
}

p.smallFont {margin:0px 0px 0px; font-size: 8px;}
/***************************** MEMBER AREA STYLES *******************************/


.memAreaUser {
	width: 360px; 
	float: left;
	margin-bottom: 10px;
}
.memAreaLevel {
	width: 400px;
	float: left;
	margin-bottom: 10px;
}
.memAreaUser p,
.memAreaLevel p {
	padding: 10px 0px;
}
.borderSeperator {
	border-top: 1px dashed #4F4F4F;
	border-bottom: 1px dashed #4F4F4F;
	padding: 10px 0px 0px 0px;
	margin: 10px 0px;
}
.purchasedListing {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.expired,
.expired li {
	background-color: #EFEFEF;
}
.purchasedListing li {
	width: 180px;
	float: left;
	padding: 8px 0px;
}
.purchasedListing .testLabel {
	color:#333333;
	font-size:15px;
	font-weight:bold;
}
.purchasedListing .actionButton {
	text-align: center;
	width: 150px;
	padding: 0px;
}
.purchasedListing .captExt {
	width: 250px;
}
.testTypeH3 {
	font-style: italic;
	clear: both;
	color: #114577;
	padding: 10px 0px 10px 0px;
}
.courseList {
	padding: 4px 0px 4px 18px;
}
.courseList ul {
	margin: 0px;
}

/********************************************  MEMBER AREA TABLE *********************************************/


table.memberAreaTbl {
	margin-top: 20px;
	background-color:#fff;
	width:100%;
}
table.memberAreaTbl th{
	padding:6px;
	background-color:#F4F4F4;
	font-size:15px;
	font-weight:bold;
	color: #738f08;
}
table.memberAreaTbl .rowSep {
	border-bottom: solid 1px #ECECEC;
}
table.memberAreaTbl td{
	padding:6px;
	font-size:13px;
}
table.memberAreaTbl tr.product:hover {
	background-color:#f4f4f4
}
table.memberAreaTbl td span {
	color:#738f08;
}
table.memberAreaTbl tr.seperate {
	border-top:solid 2px #e4e4e4;
}

table.memberAreaTbl td.noPadding {
	padding: 0px 6px;
}

/****************************************  PREVIEW COURSE TABLE  *********************************************/

table.previewCourseTbl th {
	font-weight: bold;
	font-size: 15px;
	padding: 5px 5px 5px 0px;
}
table.previewCourseTbl td {
	padding: 1px 10px 1px 0px;
}


/********************************************  SHOPPING CART  *********************************************/


table#tableData {
	background-color:#fff;
	width:100%;
}
table#tableData th{
	border:solid 1px #ececec;
	padding:6px;
	background-color:#f4f4f4;
	font-size:13px;
	font-weight:bold;
}
table#tableData th.th-right {
	text-align:right;
}
table#tableData th.th-center {
	text-align:center;
}
table#tableData td{
	border:solid 1px #ececec;
	padding:6px;
	font-size:13px;
}
table#tableData tr.product:hover {
	background-color:#f4f4f4
}
table#tableData td span {
	color:#738f08;
}
table#tableData tr.seperate {
	border-top:solid 2px #e4e4e4;
}
table#tableData .remove-item{
	display:block;
	width:16px;
	height:16px;
	background:url(../images/icons/delete.png) left top no-repeat;
	text-indent:-9000em;
	text-align:center;
}
	table#tableData .remove-item:hover{
		opacity:0.8;
	}
table#tableData .remove-all{
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	color:#000;
}

table#tableData .blankCell {
	border: none;	
}

/********************************************  XE CURRENCY CONVERTOR  *********************************************/

#xeConvertor {
	width: 100%; 
	border: 1px solid #E7E7E7;
}
#xeConvertor a {
	color: #808080;
}
#xeConvertor input,
#xeConvertor select {
	border:1px solid #DBDBDB;
	padding:3px 0 3px 4px;		
}
#xeConvertor select {
	width: 260px;
}
#xeConvertor label {
	font-weight: bold;
	line-height: 25px;
}
#xeConvertor .xeNote {
	clear: both;
	display: block;
	color: #808080;
	padding-top: 5px;
}
#xeConvertor .xeHeader,
#xeConvertor .xeFooter {
	background-color: #F7F7F7; 
	color: #808080; 
	text-align: center; 
	padding: 3px 0px;
}
#xeConvertor .xeAmount {
	width: 20%; 
	float: left; 
	padding: 5px 10px 10px 10px;
}
#xeConvertor .xeFrom {
	width: 30%;
	float: left; 
	padding: 5px 0px 10px 0px;
}
#xeConvertor .xeTo {
	width: 30%; 
	float: left; 
	padding: 5px 0px 10px 0px ;
}
#xeConvertor .xeConvertBtn {
	float: left; 
	padding-top: 30px;
}
#xeConvertor .xeBtn {
	width: 100px;
	padding: 3px 3px 3px 3px;
	border: 1px solid #DDDDDD;
	background-color: #F7F7F7;
	color: #808080;
	cursor: pointer;
}
#xeConvertor .xeBtn:hover {
	background-color: #EFEFEF;
}

/* Just Search added CSS */

#links {
	float:right;
	padding-right:28px;
	position:absolute;
	right:0;
	top:280px;
}
#links a:hover img {
	text-decoration:none;
	clear:all;
}
.top {
	color:#114577;
	font-size:21px;
	font-weight:normal;
	line-height:24px;
	padding:0 0 15px;
}
#sidebar .box .boxtop span {
	color:#174C7C;
	font-size:15px;
	font-weight:bold;
	padding:11px 0 0;
	text-align:center;
	display:block;
}

