/* CSS Document */
/*nee GUIbloopers3col.css*/
body { /*needed for fixed-width centering - text-align: center - Do NOT change this*/
	margin: 0px;
	text-align: center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em; /*.8ems*/
	color: #00529B; /*default text color - often overwritten in p or h1 or h3 tags*/
	background: #e1e1e2 repeat-y 50% 0;

}

img {
	border: none;
}

#wrapper { /*needed for fixed-width centering*/
	position: relative;
	width: 800px; /*897px*/
	background-color: #fff; 
	margin: 0px auto 0px auto;
}

/***** header *****/
#header {
	margin-top: 0px;
	width: 800px;
	height: 185px;
}
#topBar { /*top bar - logos - login*/
	width: 800px; 
	background-color: #79a3d7;
	height: 70px; /*65px*/
}
.logoLeft {
	float: left;
	margin-top: 8px;
	margin-left: 10px;
	padding-left: 5px; /*for i.e. - I don't know why*/
}
.login { /*login-contact links*/
	margin-right: 10px; 
	margin-left: 390px; 
}
.logoRight { /*elsevier*/
	float: right;
	margin-top: -42px; 
}
#topBar p {
	margin-top: 0px;
	padding-top: 30px;
	font-size: 10px; 
}
#bannerPhoto { 
	height: 121px; 
	margin-left: 0px;
	border: none;
}
* html #bannerPhoto {  
	height: 120px; 
	margin-left: 1px;
}
#header a {
	color: #fff;
	font-weight: bold;
	margin-left: -5px;
	text-decoration: underline;
}
#header a:hover {
	color: #000066; 
}
/***** end header *****/
#leftSidebar {  /*leftNavigation*/
	clear: both;
	float: left;
	width: 140px; 
	padding: 0px 0px 3500px 0px; 
	margin-bottom: -3500px;
}
* html #leftSidebar {  /*leftNavigation*/
}
/***** end leftSidebar *****/
#leftNavigation { /*vertical*/ 
	font-size: .6em; 
	font-weight: bold;
	width: 120px;   
	padding: 15px 10px 15px 10px; 
}
* html #leftNavigation { 
	padding: 15px 0px 15px 0px; 
}
#leftNavigation ul { /*vertical*/ 
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#leftNavigation ul li { /*vertical*/ 
	display: block;
}
#leftNavigation ul li a { /*vertical*/
	display: block;
	text-decoration: none;
	width: 110px; 
	padding: 3px 5px 4px 4px; 
	margin-top: 8px; 
	margin-bottom: 8px; 
	color: #fff;
	background-color: #79a3d7; 
	text-align: left;
}
#leftNavigation ul li a:link { /*vertical */ 
	color: #fff; 
}
#leftNavigation ul li a:hover { 
	color: #fff; 
	background-color: #00529b; 
}
/***/
#leftNavigation a.current, #leftNavigation .current a {
	color: #fff; 
	background-color: #00529b; 
}
/***/
/***** end navigation *****/
#contentWrapper {
	/*background: url(graphics/cimaBkg800.gif);*/
	float: left;
	width: 800px; /*width: 100%; either one works*/
	overflow: hidden; /*hides the sidebar bottom padding*/
}
#content {
	float: left;
	margin-top: 4px;
	padding: 10px 10px 20px 10px;
	width: 498px;/*518*/ /*content 520 - left sidebar 140 - right sidebar 140 = 800*/
	padding-bottom: 500px;  /*added 120707*/
	margin-bottom: -500px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	font-size: 10px;
}
* html #content {
	width: 500px; /*content 520 - left sidebar 140 - right sidebar 140 = 800*/
	padding-bottom: 500px;  /*added 120707*/
	margin-bottom: -500px;
	margin-top: -4px;
	padding-top: 0px;
}
#content h3 {   /*Index - Qualifying to become*/
	font-size: 16px;
	font-weight: bold;
	color: #933A04/*#00529b*/;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 12px; 
	margin-left: 10px; 
}
* html #content h3 {   /*Index - Qualifying to become*/
	margin-top: 12px; 
}
.buyLink {
	background-color: #00529b; 
	color: #fff; 
	padding: 2px 3px;
}
#content h4 {   /*Index*/
	font-weight: bold;
	font-size: 14px;
	color: #933A04; 
	text-align: left;
	margin-top: 6px; 
	margin-bottom: -6px; 
	margin-left: 10px; 
}
* html #content h4 {   /*Index*/
	margin-bottom: -10px;
}
#content h5 {   /*FAQs - questions*/
	font-size: .8em;  
	font-weight: bold;
	color: #000066; 
	text-align: left;
	margin-top: 20px;
	margin-bottom: -15px;
	margin-left: 10px; 
}
/**FAQs**/
#content h6 {   /*FAQs head*/
	font-size: 1em;  
	font-weight: bold;
	color: #79a3d7; 
	text-align: left;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 10px; 
}
* html #content h6 {   /*FAQs head*/
	margin-top: 12px;
}
#content h1 {   /*FAQs subhead*/
	font-size: .95em;  
	font-weight: bold;
	color: #79a3d7; 
	text-align: left;
	margin-top: -5px; 
	margin-bottom: 6px;
	margin-left: 10px; 
}
#content h2 { /*FAQs link to*/
	line-height: 1.166;
	font-size: .8em;
	padding: 1px 0px 2px 0px;
	color: #2a286a; /*2e2d75*/
	text-align: left;
	margin-top: -1px; 
	margin-right: 10px; 
	margin-left: 10px; 
}
/**end FAQs**/
#content p {
	line-height: 1.8;/*1.166*/
	font-size: 12px;
	padding: 3px 0px 3px 0px;
	/*color: #2a286a;*/ /*2e2d75*/
	text-align: left;
	margin-right: 10px; 
	margin-left: 10px; 
}
.subhead { /*closes the gap between h3 and p on index page*/
	margin-top: -10px;
}
#content a {
	color: #00529b; 
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover {
	color: #79a3d7; 
	text-decoration: underline;
}

.content_header_pic {
	margin: 13px 25px 25px 15px;	
}

/***/
.product { /*video - covers on products page*/
  position: relative;
  float: right;
  width: 160px;
  max-width: 170px;
  margin-top: 20px;
  padding: 0px 5px 40px 5px; 
  font-size: .90em;
  text-align:center;
  font-weight:bold;
  border: 0;
}
#register { /*holds/places the form*/
	margin-right: 10px; 
	margin-left: 10px; 
}
* html #register { /*holds/places the form*/
	margin-top: -180px;
	padding-bottom: 20px;
	margin-left: 10px; 
}

/***/
#content ul {
	margin-left: 0px; 
	margin-right: 20px;
	padding-left: 0px;
}
* html #content ul {
	margin-left: 0px; 
}
.blue { /*color of text in list*/
	color: #000066;
}
#content ul li {
	/*font-size: .9em;*/
	/*color: #79a3d7;*/ /*bullets*/
	text-align: left;
	margin-left: 10px; 
	margin-right: 20px;
	margin-bottom: .5em; 
}
* html #content ul li {
	/*font-size: .9em;*/
	/*color: #79a3d7;*/ /*bullets*/
	text-align: left;
	margin-left: 35px; 
	margin-right: 20px;
	margin-bottom: .5em; 
}
#content dl {
	/*font-size: .9em;
	color: #000066;*/
	margin-left: 10px; /* aligns with p*/
	margin-right: 30px;
}
* html #content dl {
	margin-left: -20px;
}
#content dl dd {
	/*font-size: .9em;
	color: #000066;*/
	text-align: left;
	margin-bottom: .5em; /*easyread*/
	margin-left:0px; /* keeps items flush left */
}
/***** end content *****/
#sidebar { /*right sidebar*/
	float: left;
	width: 140px; /**/
	padding: 0px 0px 350px 0px; 
	margin-bottom: -350px;
	margin-top: 20px;
}
* html #sidebar {
	width: 138px; 
	padding: 0px 0px 1200px 0px; 
	margin-bottom: -1200px;
}
#adSpace {
	position: relative;
	width: 120px; 
	margin-left: 11px;
	margin-bottom: 10px;
}
* html #adSpace {
	margin-left: 5px;
	margin-bottom: 10px;
}
#sidebar p { 
	line-height: 1.4; 
	font-size: .7em;
	padding: 0px 0px 0px 0px;
	color: #000000;
	text-align: left;
	margin: 5px 0px 3px 0px;
}
.study { /*study support - text*/
	margin-top: -5px;
	margin-bottom: -5px;
}
.studyEmployer { /*text*/
	margin-top: -5px;
	margin-bottom: -5px;
}
#sidebar a {
	text-decoration: none;
	color: #000066;
}
#sidebar a:hover {
	color: #00529b;
}

#sidebar img {
	margin-top: 5px;
	border: none;
}

/***** end sidebar *****/
#footer {
	clear: both;
	font-size: .595em;
	color: #999;
	border-top: 1px solid #00529b;
	background-color: #fff;
	padding: 10px 5px 10px 5px;
	text-align: center; /*left; if Web support: url is included*/
}
* html #footer {
	font-size: .625em;
	color: #999; 
	padding: 2px 5px 30px 5px;
}
#footer a {
	font-weight: normal;
	text-decoration: none;
	color: #00529b; 
	padding: 2px 1px 2px 1px;
}
#footer a:hover {
	color: #79a3d7; 
}

.adjustFIE { /*left margin adjust for paragraphs within fie*/
	margin-left: -25px;
}
.left {
	margin-right: 200px;
}
.message { /*your email - your password*/
	color: #ff0000; /*red*/
}
.devNote {
	color: #686868;
}
/***** end *****/


/* Form labels and fields */

.form_title { /* The div around a form title */
	text-align:				center;
	font-weight:			bold;
	padding:				5px 5px 15px 5px;
	font-size:				10px;
}
.form_item { /* The div around the label and input item */
	margin-bottom:		5px;
	width:				300px;
}

.form_item label { /* The label tag inside the form item */
	float:				left; 
	text-align:			right;
	font-size:			10px;
}

.form_field { /* The span containing the input item */
	text-align:			left;
	float:				right;
}

.frm_row {
	clear:				left;
	width:				455px;
	
}

* html .frm_row {
	width:				400px;
	
}

.frm_lbl {
	float:				left;
	padding-left:		15px;
	padding-top:		3px;
	width:				135px;
	font-size:			10px;
	text-align:			left;
}

* html .frm_lbl {
	padding-top:		4px;
	width:				130px;
}

.frm_input {
	float:				left;
	width:				200px;
	padding-bottom:		5px;
}

* html .frm_input {
	width:				180px;
	padding-bottom:		5px;
}

.form_submit_button { /* The div around a submit button */
	margin-left:			638px;
	margin-top:				10px;
	margin-bottom:			10px;
}


/* Specific items */

#frm_new_user, #frm_returning_user {
	float:					left;
	width:					240px;
}

#frm_new_user a, #frm_returning_user a {
	font-size:				11px;
}
#new_user_box, #returning_user_box {
	border: 1px solid #e2e8f9;
	margin:				20px 5px 5px 5px;
	padding:	5px 5px 5px 5px;
	background-color:	#F5F7FC; /*blue*/
	width:				320px;
	height: 		250px;
}

* html #new_user_box {
	width:				200px;
	height:				270px;
}

* html #returning_user_box {
	width:				200px;
	height:				270px;
}

#new_user_instructions {
	border: 			1px solid #e2e8f9;
	margin:				-140px 5px 55px 350px;
	padding:			5px;
	background-color:	#F5F7FC;
	width:				250px;
}


#cart_summary_box {
	border: 			1px solid #e2e8f9;
	padding:			5px 5px 5px 5px;
	margin:				10px 10px 0px 0px;
	background-color:	#F5F7FC; /*blue*/
	width:				135px; 
	position:			absolute;
	right:				0px;
	top:				0px;
}

#cart_summary_box table {
	width: 				130px; 
}

#cart_summary_box table th {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	line-height: 		1.166;
	font-size: 			10px; 
}

#cart_summary_box table td {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	line-height: 		1.166;
	font-size: 			9px; 
}

#billing_info_section {
	border: 			1px solid #e2e8f9;
	margin:				20px 5px 5px 5px;
	padding:			5px 5px 25px 5px;
	position:			relative;
	background-color:	#F5F7FC; /*blue*/
	width:				330px; 
}
* html #billing_info_section {
	margin:				20px 5px 5px 5px;
	padding:			5px 5px 5px 5px;
	width:				270px;
}

#frm_default {
	float:				left;
}

#step_content { /*sets a height on the you are logged in step 2 page*/
	position:				relative;
	/*height:					120px;*/ 
	min-height:					100px;
	text-align:					left;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	line-height: 		1.166;
	font-size: 			11px;
	margin-top: 10px; /*ie needs this - messes up step 3 though*/
}

#step_continue {
	position:				relative;
	height:					40px; 
	clear:					both;
	}
#step_continue_button {
	display:				block;
	position:				absolute;
	right:					75px;
	top:					10px;
	cursor:					pointer;
	border:					none;
	padding-bottom: 30px;  /*tc added-feb18*/
	}
	
#cart_review_box {
	border:				1px solid #e2e8f9;
	margin:				20px 5px 5px 5px;
	padding:			5px 5px 5px 5px;
	background-color:	#F5F7FC; /*blue*/
	width:				300px;
}

#cart_review_box table {
	width: 				300px;
}

#cart_review_box table th {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	line-height: 		1.166;
	font-size: 			10px;
}

#cart_review_box table td {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	line-height: 		1.166;
	font-size: 			10px;
}

#billing_shipping_info_box {
	padding:			5px 5px 5px 5px;
	position:			relative;
	width:				300px;
	text-align:			left;
}
* html #billing_shipping_info_box {
	width:				200px;
}

#billing_info_review_box {
}

#billing_review_section { /* Div around the billing address in billing_info_review_box */
	border: 			1px solid #e2e8f9;
	margin:				20px 5px 5px 5px;
	padding:			5px 5px 5px 5px;
	background-color:	#F5F7FC; /*blue*/
	width:				300px;
}

#billing_review_section table {
	width: 				350px;
}

#billing_review_section table th {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	line-height: 		1.166;
	font-size: 			10px;
}

#billing_review_section table td {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	line-height: 		1.166;
	font-size: 			10px;
}

#shipping_review_section { /* Div around the shipping address in shipping_info_review_box */
	border: 			1px solid #e2e8f9;
	margin:				-147px 5px 5px 335px;
	padding:			5px 5px 5px 5px;
	background-color:	#F5F7FC; /*blue*/
	width:				300px;
}

#shipping_review_section table {
	width: 				300px;
}

#shipping_review_section table th {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	line-height: 		1.166;
	font-size: 			10px;
}

#shipping_review_section table td {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	line-height: 		1.166;
	font-size: 			10px;
}

#coupon_entry_box {
 /* Div around the billing address in billing_info_review_box */
	border: 			1px solid #e2e8f9;
	padding:			5px 5px 5px 5px;
	background-color:	#F5F7FC; /*blue*/
	width:				200px;
	position:			absolute;
	top:				0px;
	right:				10px;
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	line-height: 		1.166;
	font-size: 			10px;
}

#products_purchased_box {
	border: 1px solid #e2e8f9;
	margin:	20px 5px 5px 5px;
	padding:			5px 5px 5px 5px;
	position:			relative;
	background-color:	#F5F7FC; /*blue*/
	width:				610px; /*500*/
}
* html #products_purchased_box {
	width:				610px; /*500*/
}

#products_purchased_box table {
	width: 				580px; /*500*/
}

#products_purchased_box table th {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	line-height: 		1.166;
	font-size: 			10px;
}

#products_purchased_box table td {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	line-height: 		1.166;
	font-size: 			10px;
}

#transaction_receipt_box {
	border: 1px solid #e2e8f9;
	margin:	20px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	background-color:#F5F7FC; /*blue*/
	width:300px;
}

#transaction_receipt_box table {
	width: 				300px;
}

#transaction_receipt_box table th {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	line-height: 		1.166;
	font-size: 			10px;
}

#transaction_receipt_box table td {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	line-height: 		1.166;
	font-size: 			10px;
}



#billing_receipt_box table {
	width: 				300px;
}

#billing_receipt_box table th {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	line-height: 		1.166;
	font-size: 			10px;
}

#billing_receipt_box table td {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	line-height: 		1.166;
	font-size: 			10px;
}
/*********************************/

/*********************************/
#billing_receipt_section {
	border: 1px solid #e2e8f9;
	margin:	20px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	background-color:#F5F7FC; /*blue*/
	width:300px;
}
/*********************************/

/*********************************/
#shipping_receipt_section {
	border: 			1px solid #e2e8f9;
	/*margin:				25px 5px 5px 25px;*/
	margin:				-147px 5px 5px 335px;
	padding:			5px 5px 5px 5px;
	background-color:	#F5F7FC; /*blue*/
	width:				300px;
}

/*********************************/

/*********************************/
#credit_card_receipt_box {
	border: 1px solid #e2e8f9; /*ebf0fb 243359 black*/
	margin:	25px 5px 5px 5px;
	padding:			5px 5px 5px 5px;
	position:			relative;
	background-color:	#F5F7FC; /*blue*/
	width:				300px;
}

#credit_card_receipt_box table {
	width: 				300px;
}

#credit_card_receipt_box table th {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	line-height: 		1.166;
	font-size: 			10px;
}

#credit_card_receipt_box table td {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#000;
	line-height: 		1.166;
	font-size: 			10px;
}

#credit_card_box {
	border: 1px solid #e2e8f9; /*ebf0fb 243359 black*/
	margin:	20px 5px 5px 5px; /*-145px 5px 5px 40px -- 25px 5px 5px 25px;*/
	padding:			5px 5px 5px 5px;
	position:			relative;
	background-color:	#F5F7FC; /*blue*/
	width:				325px; /*300px;*/ /*250px;*/  /*300*/
	text-align:			left;
}

* html #credit_card_box {
	width:				350px; /*250px;*/  /*300*/
}

#cc_image_div {
	position:			absolute;
	right:				10px;
	top:				32px;
}

* html #cc_image_div {
	position:			absolute;
	right:				10px /*15px*/;
	top:				34px /*42px*/;

}

#cc_image {
	padding:			0px 0px 0px 5px;
	visibility:			hidden;
}

.begin_course { /* Span around the begin course link on the receipt */
	font-weight:		bold;
	/*font-size:			larger;*/
	border:				1px solid #933A04;
	padding:			2px 2px 2px 2px;
	margin-bottom:		4px;
	display:			inline-block;
	text-align:			center;
	width:				110px;
	background-color:	#FEE4A9;
}

.begin_course a {
	text-decoration:	none;
	color:				#933A04
}

#passcode_entry_box {
	border: 1px solid #e2e8f9; /*ebf0fb 243359 black*/
	margin:	20px 5px 5px 5px; /*-130px 5px 5px 40px -- 25px 5px 5px 50px;*/
	padding:			5px 5px 5px 5px;
	/*position:			relative;*/
	background-color:	#F5F7FC; /*blue*/
	width:			300px; /*290px;*/ /*245px;*/ /*160*/
	height: 		70px;
	
}

* html #passcode_entry_box {
	width:			290px; /*245px;*/ /*160*/
	height: 		85px;
	
}

#frm_passcode_entry {
	float:					left;
	width:					320px;
}

.js_link {	/* generic class used for links with javascript actions */
	cursor:					pointer;
	}
	
.page_message { /* error messages on checkout pages */
	color:					#CC0066;
	font-size:				1em;
	font-weight:			bold;
	margin-bottom:			12px;
	margin-left:			22px;
	margin-top:				20px;
	text-align:				left;
}

.footer_line_1 {
	color: #000000;	
}


.content_index { /* Specific to the home page */
	background-image: url("graphics/backgroundwguy.jpg");
	background-repeat: no-repeat;
	text-align: left;
}

.index_list_div {
	margin: 30px 0px 20px 180px;
	color: #933a04;
	font-size: 14px;
}

.index_list_div span.ul_intro {
	font-weight: bolder;
}

#content ul.index_list {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#content ul.index_list li {
	list-style: none;
	width: 300px;
	/*height: 40px;*/
	display: block;
	margin: 4px 3px 0px 0px;
	padding: 0px;

}

#content ol {
	text-align: left;
	font-size: 12px;
}

#content ol li {
	margin: 5px 0px 0px 0px;
}

#content ol li ul {
	font-size: 12px;	
}

.index_list img .icon {
	
}

.index_list_text {
	color: 				#933a04;
	background-color: 	#fee4a9;
	height: 34px;
	padding: 4px 4px 0px 6px;
	margin: -41px 0px 0px 41px;
	font-size: 11px;
	font-family: verdana, arial;

}

.index_intro_line_1 {
	font-weight: bold;
	margin: 20px 10px 0px 15px;
	font-size: 18px;
}

.index_intro_line_2 {
	margin: 3px 10px 0px 80px;
	font-style: italic;
	font-size: 20px;
}

.index_intro_line_3 {
	margin: 8px 10px 0px 15px;
	font-size: 10px;
	font-weight: bold;
}

.index_line_1 {
	font-weight: bold;
}

#content.content_index a {
	color: 	#933A04;
}

.index_line_2 {

}

.generic_block {
	margin: 10px 10px 10px 10px;
	line-height: 16px;
	
}

.generic_block_title {
	color: #933A04;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
}

.generic_block_text {
	margin: 0px 0px 0px 25px;
	font-size: 12px;
}

.generic_block_text p {
	font-size: 12px;
	}

#contentPopUp{
	background-color: #fff; 
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 10px 10px 10px;
}
/**/
#contentPopUp p { /*100% ;*/
	font-size: 12px;
	line-height: 1.45;
	margin-top: 5px;
	margin-bottom: 10px; 
	margin-left: 20px;
}
#contentPopUp h3{   /*popUp title - page title*/
	font-size: 14px;
	font-weight: bold;
	/*color: #004080;*/
	margin-top: 2px; 
	margin-bottom: -2px; 
	margin-left: 10px; 
}
*:first-child+html #contentPopUp h3{	/* IE7 cut off bottom of letters with descenders */
        margin-bottom:0px;
}
#contentPopUp h4 {   /*sub heads*/
	font-size: 12px; 
	font-weight: bold;
	/*color: #004080;*/
	margin-top: 8px;
	margin-bottom: -2px;
	margin-left: 10px;
}
#contentPopUp a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	/*color:  #CC0066;*/
}
#contentPopUp a:hover {
	text-decoration: underline;
	/*color: #0099cc;*/
}
#contentPopUp .blockquote {
	/*font-weight: bold;*/ 
	margin-left: 10px;
}
#contentPopUp .message {
	color: #ff0000;
}

#contentPopUp ul, #contentPopUp ol, #contentPopUp dl {
	font-size: 12px;	
}

#contentPopUp dl dd + dt {
	margin-top:.5em;
}

#contentPopUp li {
	font-size: inherit;	
}

#contentPopUp img {
	border: none;	
}



/** Catalog **/
.course { /*table color - choose course*/
	line-height: 1.166;
	font-size: .8em;
	padding: 3px 0px 3px 0px;
	color: #fff; /*cc0066 -- 2A286A*/
	text-align: left;
	margin: 3px 3px;
	padding-left: 5px; 
	background-color: #0099cc; /*EA6891-pink -- cc0066 -- FFD1E0*/
	position: relative;
}
.detail {
	font-size: .75em;
	padding: 3px 0px 3px 0px;
	color: #fff; /*cc0066 -- 2A286A*/
	text-align: left;
}
.buy {
	position: relative;
  	float: right;
	margin-right: 0px; 
	border: 0;
	width: 115px;
  	max-width: 120px;
  	margin-top: -25px;
}

* html .buy {
	margin-top: -27px;	
}

.inCart { /*table color - remove course*/
	line-height: 1.166;
	font-size: .8em;
	padding: 3px 0px 3px 0px;
	color: #000066; /*cc0066 -- 2A286A*/
	text-align: left;
	margin: 3px 3px; 
	padding-left: 5px; 
	background-color: #efefef; /*0099cc -- EA6891-pink -- cc0066 -- FFD1E0*/
	position: relative;
}
.remove {
	position: relative;
  	float: right;
	margin-right: 10px; /*3px*/
	border: 0;
	width: 115px;
  	max-width: 120px;
  	margin-top: -20px;
	padding: 2px;
}
.remove a img {
	border: 0;
}
#catalogue h4 { /*Prices*/
	font-size: .95em;  /*1.05*/
	font-weight: bold;
	color: #0099cc; 
	text-align: left;
	margin-top: 15px; 
	margin-bottom: -8px;
	margin-left: 22px; /*10*/
}
#catalogue p {
	line-height: 1.166;
	font-size: .8em;
	padding: 0px 0px 3px 0px;
	color: #2A286A;
	text-align: left;
	margin-right: 20px; 
	margin-left: 22px; 
}
.continue { /*continue button - bottom of catalogue*/
  text-align: right;
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 40px; /*new 18feb08*/
  border: 0;
  padding-bottom: 40px; /*new 18feb08*/
  clear: both;
}

* html .continue {
	margin-right: 0px;	
}

.steps {
	margin-left: 10px;
	margin-right: 5px;
	padding-left: 0px;
}
.white {
	line-height: 1.166;
	font-size: .8em;
	padding: 3px 0px 3px 0px;
	/*color: #fff;*/
	text-align: left;
	margin-right: 0px; 
	padding-left: 5px; 
	background-color: #e5f9ff; 
}

#products_container {
	width: 505px;
	/*height: 200px;*/
	position: relative;
}

* html #products_container {
	width: 500px;	
}

#products_container a {
	color: 	#933A04;
	text-decoration: underline;
}

#category_container {
	position: relative;
	overflow: auto;
	padding: 5px;	
}

#cart_container {
	margin: 0px 0px 20px 0px;	
}

* html #cart_container {
	margin-top: 	
}

#cart_container a {
	color: 	#933A04;
	text-decoration: underline;
}

#outer_tab_container {
	height: 340px;
	position: relative;
}

.dojoTab div span {
	font-size: 10px;	
}

.cat {
	margin-left: 0px;
	margin-right: 5px;
	padding-left: 0px;
	width: 500px;
}
* html .cat { /*the courses box - rows*/
	margin-left: -10px;
}

.catalog_track {
	margin: 10px 0px 5px 0px;
	position: relative;
	float: left;
}

.track_color {
	color: #007E3A;
}

.catalog_track_title {
	color:#0066CC;
	font-family:Arial,Helvetica,sans-serif;
	font-size:164%;
	font-weight:bold;
}


.full_course_cat_div {
	position: relative;
	clear: both;
	width: 470px;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 2px 2px 2px 10px;
	font-size: 100%;
	font-weight: normal;
	background-color: #FEE4A9;
	color: #933A04;
}

* html .full_course_cat_div {
	margin-left: 5px;
	width: 460px;	
}

.full_course_cat_div_zebra {
	position: relative;
	clear: both;
	width: 470px;
	/*background-color: #8affbf;*/
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 2px 2px 2px 10px;
	background-color: #FEE4A9;
	color: #933A04;
}

* html .full_course_cat_div_zebra {
	margin-left: 5px;
	width: 460px;	
}

.full_course_cat_row_1 {
	float: left;
	width: 350px;

}

.full_course_cat_row_oneline, .full_course_cat_row_2 {
	/*margin: 2px 0px 2px 10px;*/
	padding: 2px 0px 2px 5px;
	float: left;
	width: 163px;
	clear: both;
	text-align: left;
}

.full_course_cat_title {
	float: left;
	/*width: 400px;*/
	font-weight: bold;
}

.full_course_cat_buy_button {
	float: left;
	text-align: right;
	width: 100px;
	margin: -12px 0px 0px 7px;
}

.full_course_cat_price {
	float: left;
	text-align: right;
	width: 190px;
}

* html .full_course_cat_price {
	width: 175px;	
}

.full_course_cat_buy_button img {
	border: none;	
}

.full_course_cat_dropdown {
	float: left;
	clear: both;
	text-align: left;
	margin: 10px 0px 0px 0px;
}

.full_course_dropdown_link {
	cursor:	pointer;
	width: 150px;
	display: block;
}

.full_course_cat_dropdown_content {
	display: none;
	margin: 10px 0px 0px 0px;
}

.track_cat_title {
	float: left;
	/*width: 400px;*/
	font-weight: bold;
	color: #007E3A;
	text-align: left;
	overflow: hidden;
}

.short_course_cat_div {
	position: relative;
	clear: both;
	width: 420px;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 2px 2px 2px 35px;
	font-size: 100%;
	font-weight: normal;
	background-color: #FFFFFF;/*#FEE4A9;*/
	color: #933A04;
	border: 1px solid #933A04;
}

* html .short_course_cat_div {
	margin-left: 15px;
	padding-right: 0px;
	width: 420px;
}

.short_course_cat_div_zebra {
	position: relative;
	clear: both;
	width: 420px;
	/*background-color: #8affbf;*/
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 2px 2px 2px 35px;
	background-color: #FFFFFF;/*#FEE4A9;*/
	color: #933A04;
	border: 1px solid #933A04;
}

* html .short_course_cat_div_zebra {
	margin-left: 15px;
	padding-right: 0px;
	width: 420px;	
}

.short_course_cat_row_1 {
	float: left;
	width: 290px;

}

.short_course_cat_row_2 {
	/*margin: 2px 0px 2px 10px;*/
	padding: 2px 0px 2px 5px;
	float: left;
	width: 163px;
	clear: both;
	text-align: left;
}

.short_course_cat_title {
	float: left;
	/*width: 400px;*/
	font-weight: bold;
	text-align: left;
	overflow: hidden;
}

.short_course_cat_buy_button {
	float: left;
	text-align: right;
	width: 100px;
	margin: -12px 0px 0px 7px;
}

.short_course_cat_price {
	float: left;
	text-align: right;
	width: 140px;
}

.short_course_cat_buy_button img {
	border: none;
}

.short_course_cat_dropdown {
	float: left;
	clear: both;
}


.dojoDialog { /* dialog box for more information */
	background: 			#eee;
	border: 				1px solid #999;
	-moz-border-radius: 	5px;
	padding: 				4px;
	text-align:				left;
	}


/* learning_objective_dialog box -- popUP */
.learning_objectives_dialog_content { /* the content from the database in a module dialog popUp */
	padding: 5px 5px 5px 5px;
	background-color: #fbfbfb;
	border: 1px solid #999;
}
* html .learning_objectives_dialog_content { /* module dialog popUp */
	padding: 5px 10px 5px 10px;
	background-color: #fbfbfb;
	border: 1px solid #999;
}
.learning_objectives_dialog_content h1 { /* module dialog popUp */
	font-size: 14px;
	color: #3e3e3e; /*616161 525252*/
	margin-top: -5px;
	margin-left: -15px;
}
* html .learning_objectives_dialog_content h1 { /* module dialog popUp */
	margin-left: -15px;
}
.learning_objectives_dialog_content ul { /* module dialog popUp ul*/
	margin-top: 5px;
	/*margin-left: -20px; to fix ie7*/
	margin-right: 10px;
}
* html .learning_objectives_dialog_content ul { /* module dialog popUp ul*/
	margin-left: 20px;
}
.learning_objectives_dialog_content li { /* module dialog popUp li*/
	color: #3e3e3e;
}
.learning_objectives_dialog_buy {
	cursor: pointer;
	margin-top: 5px;
	padding-top: 15px;
}
.learning_objectives_dialog_buy img {
	border: none;
}
.learning_objectives_dialog_close { /* the close text in the module dialog */
	cursor: pointer;
}
/* end learning_objective_dialog box -- popUP */


.js_link {	/* generic class used for links with javascript actions */
	cursor:					pointer;
	text-decoration: underline;
	}

a.js_link {
	text-decoration: underline;
}

/* Checkout css */

#contentCat {
	position: relative;
	margin: 15px 0px 0px 145px; /*140px*/
	padding: 0px 0px 20px 0px;
	width: 610px; /*content 658 - left sidebar 140 = 758*/
	/*padding-bottom: 500px; */ /*added 120707*/
	/*margin-bottom: -500px;*/
	/*border-left: 1px solid #cc0066;*/ /*changed 18Feb08*/
	/*background-color:#00FFCC; green to see - remove*/
}
* html #contentCat {
	/*margin-top: -180px;*/
	margin-left: 150px;
}

#verify_login {
	margin-top: 80px;
}
