/*****************************************************
HTML ELEMENTS
*****************************************************/

html, body
{
	margin: 0;
	padding: 0;
	width: 790px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
}

h1
{
	color: #990000;
	border-bottom: 3px double #a9a9a9;
	font-size: 14px;
	font-weight: bold;
}

h2
{
	color: #003399;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px 10px 5px;
}

h3
{
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
	border-bottom: 1px solid #a9a9a9;
	text-decoration: none;
}

h4
{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	margin: 3px 0px 0px 0px;
}


ul
{ list-style: disc outside; }
li { margin: 2px 0px 2px 6px; }

hr
{
	width: 80%;
	margin: 0 auto;
	clear: both;
	border: 1px solid #e9e9e9;
}

a
{
	color: #3366cc;
}
#home_header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color:Black;
}
#home_para
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
#user_links
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#home_header_g
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:Gray
}

.SearchLink 
{
	font-family : Verdana,Arial, Helvetica, sans-serif;
	font-size : 7.5pt;
	color Gray;
	text-decoration : none;
	background-color: #FFFFFF;
	border: none;
}

.MenuItem 
{
	COLOR: #3366cc; 
	FONT-SIZE: 8.5pt; 
	PADDING-BOTTOM: 2px; 
	VERTICAL-ALIGN: baseline; 
	PADDING-TOP: 2px; 
	FONT-FAMILY: Verdana,Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: underline;
	
}

.MenuItem:hover {
	color: Gray !important;

}
.MenuItem:hover a {
	color: Gray
}

/* START BACKGROUND STYLES */
	.bg_navblue { background-color: #003399; }
	.bg_beige { background-color: #e4e5d7; }
	.bg_beige_dk { background-color: #cccc99; }
	.bg_pale_blue { background-color: #deedf9; }
	.bg_lt_blue { background-color: #bbdaf5; }
	.bg_med_blue { background-color: #6699cc; }
	.bg_c { background-color: #cccccc; }
	.bg_9 { background-color: #999999; }
	.bg_ef { background-color: #efefef; }
	.bg_f { background-color: #ffffff; }
	.bg_red {background-color: #993333;}
	

/* END BACKGROUND STYLES */

/*****************************************************
HEADER STYLE
*****************************************************/

#header {
	height: 90px;
	width: 790px;
	overflow: hidden;
	float: none;
	clear: both;
}

#logoarea {
	position:absolute;
	left:0px;
	top:0px;
	width:180px;
	height:60px;
	vertical-align: middle;
	z-index:5
	}

#topnav {
	position:absolute;
	left:180px;
	right: 790px;
	top:0px;
	width: 610px;
	height:25px;
	z-index:2;
	background: #003399;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: white;
	text-align: center;
	overflow: hidden;
	}

#topnav ul {
	margin: 6px 0 0 18px;
	padding: 0 0 0 0;
	text-align: left;
}

#topnav li {
	list-style: disc inside;
	display: inline;
	margin: 0 30px 0 0;
	padding: 0;
	text-decoration: none;
}

#topnav2 {
	position:absolute;
	left:0px;
	top:67px;
	width: 790px;
	height:20px;
	z-index:4;
	background-color: #990000;
	color: white;
	}
	
.topnav2item {
	font: 11px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px .5em;
}

#rednav {
	position:absolute;
	width:790px;
	height:20px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: white;
	text-align: left;
	overflow: hidden;
	z-index:2;
	left: 0px;
	top: 3px;
}

#rednav ul {
	margin: -23px 0 0 200px;
	padding: 0 0 0 0;
}

#rednav li {
	list-style: disc inside;
	display: inline;
	margin: 0 30px 0 0;
	padding: 0;
	text-decoration: none;
}

#search {
	position:absolute;
	left:450px;
	top:32px;
	width:272px;
	height:30px;
	z-index:3;
}

#search ul {
	float: right;
	margin: 0;
	padding: 0;
}

#search li {
	display: inline;
	list-style: none;
	padding-left: 10px;
	font: 11px Arial, Helvetica, sans-serif;
}

/***************************************************/

	
/*****************************************************
PAGE LAYOUT STYLES
*****************************************************/

.crumbs {
	margin: 3px 2px 3px 2px;
	font: normal 9px Arial, sans-serif;
	color: #333333;
	text-align: right;
}

#authorbio table
{
	width: 400px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	font: 11px Arial, sans-serif;
}

#container
{
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	width: 790px;
}

#container1
{
	float: left;
	margin: 0 0 30px 0;
	padding: 0;
	width: 1000px;
}
.tablecontainer
{
	width: 790px;
}

#content
{
	width: 390px;
	float: left;
	clear: none;
	margin: 10px 0 0 10px;
	padding: 0 0 20px 0;
	font: 12px Arial, sans-serif;
	background: url(/images/msc_page_anchor.gif);
	background-position: bottom;
	background-repeat:no-repeat;
}


#content table {

	margin-bottom: 10px;
	font: 12px Arial, sans-serif;
}



#content h1 {
	margin: 8px 2px 10px 2px ;
	padding: 3px  2px 3px 6px;
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	background-image:  url(../images/nl_logo.gif);
	background-repeat: no-repeat;
	font: bold 11px Arial, sans-serif;
	text-indent: 20px;
	color: #333333;
	

}
#content_full h1 {
	margin: 8px 2px 10px 2px ;
	padding: 3px  2px 3px 6px;
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	background-image:  url(../images/nl_logo.gif);
	background-repeat: no-repeat;
	font: bold 11px Arial, sans-serif;
	text-indent: 20px;
	color: #333333;
	

}
#content_full h2 {
	font: bold 14px Arial, sans-serif;
	color: #666666;
	text-align: center;
}

#content h2 {
	font: bold 12px Arial, sans-serif;
	color: #666666;

}

#TotalAcccess
{
	width: 300px;
	margin-bottom: 10px;
	font: 12px Arial, sans-serif;
}

	/* Homepage center callouts. FIR is used here. Google "Farhner Image Replacement" or go to ALA's CSS section for more info. */
		#content h1.homepage {
			width: 385px;
			height: 57px;
			margin: 0px;
			padding: 0px;
			text-indent: -1000px;
			border-style: none;
			/*background-image:  url(/images_v2/h1_homepage.jpg);*/
			background-repeat: no-repeat;
		}
		#content h1.studentpros {
			width: 385px;
			height: 21px;
			margin: 0px;
			padding: 0px;
			text-indent: -1000px;
			border-style: none;
			background-image:  url(/images_v2/h1_studentspros.jpg);
			background-repeat: no-repeat;
		}
#content_full
{
	float: right;
	margin: 3px 0 0 0;
	padding: 0;
	width: 600px;
	vertical-align: top;
	font: 12px Arial, sans-serif;

}
#content_full2
{
	float: right;
	margin: 3px 0 0 0;
	padding: 0;
	width: 600px;
	vertical-align: top;
	font: 12px Arial, sans-serif;
	background: url(/images/msc_page_anchor.gif);
	background-position: bottom;
	background-repeat:no-repeat;
}

#content_full2 table {

	margin-bottom: 10px;
	font: 12px Arial, sans-serif;
}

#content_full2 h1 {
	margin: 8px 2px 10px 2px ;
	padding: 3px  2px 3px 6px;
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	border-left: 1px solid #A9A9A9;
	background-image:  url(../images/nl_logo.gif);
	background-repeat: no-repeat;
	font: bold 11px Arial, sans-serif;
	text-indent: 20px;
	color: #333333;
	

}
#content_full2 h2 {
	font: bold 14px Arial, sans-serif;
	color: #666666;
	text-align: center;
}
.content_full
{
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	width: 600px;
	
}

#content_full table {
	width: 600px;
	margin-bottom: 10px;
	font: 11px Arial, sans-serif;
}

.content_full_title {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

.content_full_legend {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333333;
}

#leftcol
{
		float:left;
		clear: none;
		width:172px;
		margin:0; padding:0;
}

#leftcallouts
{
		float:left;
		clear: none;
		width:170px;
		margin:10px 0 0 0; padding:0;
}

#rightcol
{
		float:right;
		clear: none;
		width:194px;
		margin:0;
		padding:0;
}

#rightadinterax
{
	float: right;
	clear: none;
	width: 194px;
	margin: 0; 
	padding: 0 10px 0 0; 
}

/***************************************************/

/*****************************************************
SHOPCART STYLES
*****************************************************/
.carthead
{
	font-family: Arial, Sans-Serif;
	font-size: 20px;
	font-weight: bold;
	color: #cccccc;
	margin: 10px 25px 10px 25px
}

.cartGrid
{
	margin: 10px 15px 10px 15px;
	font-family:Arial;
	font-size: 10px;
}

.ckoutForms
{
	background-color: #F3F3E6;
	margin: 10px 15px 10px 15px;
	width:550px;
	border: solid 1px #999999;
}

.ckoutForms table
{
	font-family:Arial;
	font-size: 10px;
}
/*****************************************************
LEFT CALLOUTS
*****************************************************/

#leftcallouts h2
{
	font: 12px Arial, sans-serif;
	font-weight: bold;
	color: #81814D;
	background-color: #F3F3E6;
	border: 1px solid #a9a9a9;
	margin: 0px 0 0px 5px;
	padding: 3px 5px 3px 5px;
}

#leftcallouts h4 {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}

#leftcallouts p, #leftcallouts ul {
	font: 12px Arial, sans-serif;
	color: #666666;
	margin: 0 0 5px 0;
	padding: 0;
}

#leftcallouts ul {
	margin: 0 10px 0 10px;
	padding: 0 0 10px 0;
}

#leftcallouts li {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}


.lt-callout
{

	margin: 0 0 10px 5px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	border-top-width: 0;
	border-top-style: none;
}

.lt-callout_sm
{
	font: 10px Arial, sans-serif;
	margin: 0 0 10px 5px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	border-top-width: 0;
	border-top-style: none;
}

.lt-callout_a
{
	font: 9px Arial, sans-serif;
	margin: 0 0 10px 5px;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	border-top-width: 0;
	border-top-style: none;
}

.lt-callout-shade
{
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #E4E5D7;
	border: 1px solid #a9a9a9;
	border-top-width: 0;
	border-top-style: none;
}


/*****************************************************
CALLOUT STYLES
*****************************************************/

	.callout_row {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		margin-bottom: 20px;
	}

	.callout_row_big {
		display: block;
		float: left;
		clear: both;
		width: 100%;
		margin-bottom: 20px;
		background-image:  url(/images_v2/callout_bigbkgd_shaded.gif);
		background-position: bottom;
		background-repeat: no-repeat;
	}

	.callout_row .callout_left_shaded {
		display: block;
		float: left;
		clear: both;
		width: 191px;
		background-image:  url(/images_v2/callout_bkgd_shaded.gif);
		background-position: bottom;
		background-repeat: no-repeat;
	}

	.callout_row .callout_right_shaded {
		display: block;
		float: right;
		clear: both;
		width: 191px;
		background-image:  url(/images_v2/callout_bkgd_shaded.gif);
		background-position: bottom;
		background-repeat: no-repeat;
	}

	.callout_row .callout_left_clear {
		display: block;
		float: left;
		clear: both;
		width: 191px;
		background-image:  url(/images_v2/callout_bkgd_clear.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
	}

	.callout_row .callout_right_clear {
		display: block;
		float: right;
		clear: both;
		width: 191px;
		background-image:  url(/images_v2/callout_bkgd_clear.jpg);
		background-position: bottom;
		background-repeat: no-repeat;
	}

	.callout_right_clear p, .callout_left_clear p {
		margin: 5px !important;
		}

	.callout_row h2.students {
		width: 191px;
		height: 14px;
		margin: 0px;
		padding: 0px;
		text-indent: -1000px;
		border-style: none;
		background-image:  url(/images_v2/h2_students.gif);
		background-repeat: no-repeat;

	}

	.callout_row h2.students_o {
		width: 191px;
		height: 14px;
		margin: 0px;
		padding: 0px;
		text-indent: -1000px;
		border-style: none;
		background-image:  url(/images_v2/h2_students_o.gif);
		background-repeat: no-repeat;
	}

	.callout_row h2.business {
		width: 191px;
		height: 14px;
		margin: 0px;
		padding: 0px;
		text-indent: -1000px;
		border-style: none;
		background-image:  url(/images_v2/h2_business.gif);
		background-repeat: no-repeat;
	}

	.callout_row h2.business_o {
		width: 191px;
		height: 14px;
		margin: 0px;
		padding: 0px;
		text-indent: -1000px;
		border-style: none;
		background-image:  url(/images_v2/h2_business_o.gif);
		background-repeat: no-repeat;
	}

	.callout_row h2.pros {
		width: 191px;
		height: 14px;
		margin: 0px;
		padding: 0px;
		text-indent: -1000px;
		border-style: none;
		background-image: url(/images_v2/h2_pros.gif);
		background-repeat: no-repeat;

	}

	.callout_row h2.pros_o {
		width: 191px;
		height: 14px;
		margin: 0px;
		padding: 0px;
		text-indent: -1000px;
		border-style: none;
		background-image: url(/images_v2/h2_pros_o.gif);
		background-repeat: no-repeat;
	}

	.callout_row h2.instructors {
		width: 191px;
		height: 14px;
		margin: 0px;
		padding: 0px;
		text-indent: -1000px;
		border-style: none;
		background-image:  url(/images_v2/h2_instructors.gif);
		background-repeat: no-repeat;

	}

	.callout_row h2.instructors_o {
		width: 191px;
		height: 14px;
		margin: 0px;
		padding: 0px;
		text-indent: -1000px;
		border-style: none;
		background-image:  url(/images_v2/h2_instructors_o.gif);
		background-repeat: no-repeat;

	}

	.callout_row h2.authors {
		width: 191px;
		height: 14px;
		margin: 0px;
		padding: 0px;
		text-indent: -1000px;
		border-style: none;
		background-image:  url(/images_v2/h2_authors.gif);
		background-repeat: no-repeat;

	}

	.callout_row h2.authors_o {
		width: 191px;
		height: 14px;
		margin: 0px;
		padding: 0px;
		text-indent: -1000px;
		border-style: none;
		background-image:  url(/images_v2/h2_authors_o.gif);
		background-repeat: no-repeat;

	}



/***************************************************/

	
/*****************************************************
NAVIGATION STYLES
*****************************************************/

#breadcrumbs { margin: 0 0 8px 5px; }

#lnav {
	width: 172px;
	display: block;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
}

#lnav img {display: block; margin: 0; padding: 0;}

.lnavitemsub {
	width: 160px;
	font: bold 10px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #990000;
	background: #ffffff;
	margin: 0 0 0 10px;
	border-top: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
	padding-left: 10px
}

/* currently not in use
.lnavitemsub ul {
	display: block;
	list-style: none outside ! important;
	margin: 0;
	padding: 0;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #990000;
}

.lnavitemsub li {
	line-height: 14px;
	padding-left: 10px;
	border-left: 3px solid #ffffff;
}

div.lnavitemsub li.active {
	background:  url(images/msc_leftnav_arrow.gif) no-repeat;
	background-position: 0 5px;
	}
*/

/* text-based left nav declarations */
p.lnavitem {
	font: bold 11px Arial, sans-serif;
	color: #990000;
	background: #E9EADE;
	margin: 0px 2px 0px 5px;
	padding: 5px 2px 3px 6px;
	border: 1px solid #A9A9A9;
	border-bottom: 0px;
	border-left: 4px double #A9A9A9;
	
}

p.lnavitem_bottom {
	font: bold 11px Arial, sans-serif;
	color: #990000;
	background: #E9EADE;
	margin: 0px 2px 0 5px;
	padding: 5px 2px 3px 6px;
	border: 1px solid #A9A9A9;
	border-bottom: 0px;
	border-left: 4px double #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
}

/* text-based left nav declarations */
.lnavitem {
	font: bold 10px Arial, sans-serif;
	color: #990000;
	background: #E9EADE;
	margin: 0px 2px 0px 5px;
	padding: 5px 2px 3px 6px;
	border: 1px solid #A9A9A9;
	border-bottom: 0px;
	border-left: 4px double #A9A9A9;
}

p.lnavitem:hover {
	background: #990000;
	color: #fff !important;
	border-color: #fff;
}
p.lnavitem:hover a {
	background: #990000;
	color: #ffffff
}

p.lnavitem a {
	text-decoration: none;
	text-transform: uppercase;
	font: 11px Arial, sans-serif;
	font-weight: bold;
	color: #900;
}
	
p.lnavitem a:hover {
	text-decoration: none;
	color: #ffffff !important;
}

p.lnavitem_bottom:hover {
	background: #990000;
	color: #fff !important;
	border-color: #fff;
}
p.lnavitem_bottom:hover a {
	background: #990000;
	color: #ffffff
}

p.lnavitem_bottom a {
	text-decoration: none;
	text-transform: uppercase;
	font: 11px Arial, sans-serif;
	font-weight: bold;
	color: #900;
}
	
p.lnavitem_bottom a:hover {
	text-decoration: none;
	color: #ffffff !important;
}

p.lnavitem-active {
	font: bold 11px Arial, sans-serif;
	color: #ffffff;
	background: #990000;
	margin: 0px 2px 0px 5px;
	padding: 5px 2px 3px 6px;
	border: 1px solid #A9A9A9;
	border-bottom: 0px;
}

p.lnavitem-active a {
	text-decoration: none;
	text-transform: uppercase;
	font: 11px Arial, sans-serif;
	font-weight: bold;
	color: #fff !important;
}
	
.lnavitemsub_bottom {

	font: bold 10px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #990000;
	background: #ffffff;
	margin: 0px 2px 10px 5px;
	border-right: 1px solid #a9a9a9;
	padding-left: 10px;
	border-bottom: 1px solid #A9A9A9;
}

/* end text-based left nav declarations */


#topnav a:link { color: white; }
#topnav a:hover { color: #a9a9a9; }
#topnav a:visited { color: white; }
#rednav a:link { color: white; }
#rednav a:hover { color: #a9a9a9; }
#rednav a:visited { color: white; }

/***************************************************/

	
/*****************************************************
SECTOR PAGE STYLES
*****************************************************/
#sectorhome h1 {
	border-top: 1px solid #a9a9a9;
	border-bottom: 4px double #a9a9a9;
	border-left-style: none;
	padding: 30px 230px 2px 0;
	background: url(/images_v2/bkgd_sectorhome_h1.jpg) right no-repeat;
}

#pbuhome h1 {
	border-top: 1px solid #a9a9a9;
	border-bottom: 4px double #a9a9a9;
	border-left-style: none;
	padding: 30px 230px 2px 0;
	background: url(/images_v2/automotive.jpg) right no-repeat;
}

#careeredhome h1 {
	border-top: 1px solid #a9a9a9;
	border-bottom: 4px double #a9a9a9;
	border-left-style: none;
	padding: 30px 230px 2px 0;
	background: url(/images_v2/careered.jpg) right no-repeat;
}

#healthcarehome h1 {
	border-top: 1px solid #a9a9a9;
	border-bottom: 4px double #a9a9a9;
	border-left-style: none;
	padding: 30px 230px 2px 0;
	background: url(/images_v2/healthcare.jpg) right no-repeat;
}

#tnthome h1 {
	border-top: 1px solid #a9a9a9;
	border-bottom: 4px double #a9a9a9;
	border-left-style: none;
	padding: 30px 230px 2px 0;
	background: url(/images_v2/technology.jpg) right no-repeat;
}

#specializations {
	display: block;
	width: 380px;
	margin: 0 0 16px 0;
	padding: 0 0 5px 0;
	background-color: #fff;
	background: #e4e5d7;
	border-bottom: 1px solid #ccc;
}

#specializations h2 {
	width: 100%;
	height: 14px;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	font-size: 12px;
	line-height: 15px;
	color: #900;
	background-color: #fff;
}

#specializations h3 {
	margin: 10px 220px 0 0;
	padding: 0;
	text-align: right;
	border-style: none;
}

#specializations p {
	margin: -14px 10px 0 170px;
	padding: 0;
}

#specializations p.normal {
	margin: 0 10px 10px 10px;
	padding: 0;
}

#specializations>p {
	margin: -12px 10px 0 170px;
	padding: 0;
}


/***************************************************/

	
/*****************************************************
PRODUCT STYLES
*****************************************************/

.producttable
{
	margin: 10px 0px 10px 0px
}

.description {
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #333333;
	margin: 10px 25px 10px 25px;
}

.disclaimer {
	font: bold 9px Arial, Helvetica, sans-serif;
	line-height: 12px;
	color: #990000;
	margin: 5px 10px 5px 0px;
}

.features li{
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #333333;
	margin: 0px 0px 10px 20px
}


.cartbutton {
	margin: 10px 20px 0px 0px;
	color: #993333;
	padding: 0;
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F3E6;
}

.prevlinks {
	margin: 10px 3px 10px 3px;
	text-decoration: none;
	padding: 2px 5px 2px 5px;
	color: #000000;
	border: solid 1px #990000;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	background-color: #F3F3E6;
}

.cartContinueButton
{
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	background-color:#efefef;
	border: solid 2px #990000;
	margin: 0px 10px 0px 10px;
}

.listprice {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px 25px 0px 25px;
}

.yourprice {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #990000;
	margin: 0px 25px 0px 25px;
}

.productbox {
	font: normal 11px Arial, Helvetica, sans-serif;
	clear: both;
	margin: 10px 0px 10px 10px;

}
.productbox p 
{
	margin: 0 0 10px 120px;
}

.productbox p.booktitle {
	font-weight: bold;
	font-size: 12px;
}

.productbox p.description {
	display:block;
	text-align:justify;
	margin-right: 10px;
}


.productbox p.listprice {
	font-weight: bold;
	color: #333333;
}

.productbox p.yourprice {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.ProductDetailPanels
{
	width:390px;
}


/*****************************************************
Validation and Error Text
*****************************************************/
#error table
{
	width: 500px;
	margin: 50px 0px 30px 0px;
	padding: 10px 10px 10px 10px;
	font: 12px Arial, sans-serif;
	background-color: #e4e5d7; 
}

.ErrorText
{
    font-family: arial, helvetica, sans-serif;
    color: #ff0000;
    font-size : 12px;
    font-weight: bold;
    text-align: center;
    background-color:lightYellow;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ErrorPageText
{
    font-family: arial, helvetica, sans-serif;
    font-size : 12px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

/*****************************************************
FORM ELEMENTS
*****************************************************/
select
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-color: #DAE7FD;
    border-color: Black;
}

textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: White;
    border-color: Black;
}
.textbox
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background-color: White;
    width: 30px
}

.button
{
	font: normal 9px Verdana,Arial, Helvetica, sans-serif;
	background-color:#efefef;
	border: solid 1px #990000;
}


/***************************************************/

	
/*****************************************************
RIGHT COLUMN STYLES
*****************************************************/
#rightcol h2
{
	font-size: 12px;
	font-weight: bold;
	color: #81814D;
	background-color: #F3F3E6;
	border: 1px solid #a9a9a9;
	margin: 0;
	padding: 3px 5px 3px 5px;
	width: 174px;
}

#rightcol h4 {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}

#rightcol p, #rightcol ul {
	font: 12px Arial, sans-serif;
	color: #666666;
	margin: 0 0 5px 0; 
	padding: 0;
	list-style: disc outside;
	
}

#rightcol ul {
	margin: 0 0 0 0;
	padding: 0 0 5px 0;
	list-style: disc outside;
	
}

#rightcol li {
	list-style: none;
	margin: 0 3px 0 0;
	padding: 0;
}

#rightadinterax h2
{
	font-size: 12px;
	font-weight: bold;
	color: #81814D;
	background-color: #F3F3E6;
	border: 1px solid #a9a9a9;
	margin: 0;
	padding: 3px 5px 3px 5px;
	width: 174px;
}

#rightadinterax h4 {
	color: #990000;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
}

#rightadinterax p, #rightadinterax ul {
	font: 11px Arial, sans-serif;
	color: #666666;
	margin: 0 0 5px 0;
	padding: 0;
}

#rightadinterax ul {
	margin: 0 10px 0 10px;
	padding: 0 0 10px 0;
}

#rightadinterax li {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}

.rt-callout
{
	width: 174px;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	border-top-width: 0;
	border-top-style: none;
}

.rt-callout_lic
{
	width: 172px;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	border-top-width: 0;
	border-top-style: none;
	font: 10px Arial, sans-serif;
}

.rt-callout-shade
{
	width: 174px;
	margin: 0 0 10px 0;
	padding: 5px;
	background-color: #E4E5D7;
	border: 1px solid #a9a9a9;
	border-top-width: 0;
	border-top-style: none;
}

.quoteattr
{
	font-style: italic;
	margin-left: 1em;
}

/*****************************************************
FOOTER STYLES
*****************************************************/
#footer
{
	clear: both;
	width: 790px;
	margin: 20px 0px;
	text-align: left;
	font-family: Arial;
	font-size: 10px;
	padding: 0px;
	color: #000000;
}

#footer .date
{
	float: left;
	text-align: left;
}

#footer .contact
{
	float: right;
	text-align: right;
}


.footerGrey, .footerGrey a:link, .footerGrey a:visited {
    color:#999999;
    font-size:10px;
    text-decoration:none;
}

.footerGrey a:hover, .footerGrey a:active {
    color:#666666;
}

.footer, .footer a:link, .footer a:visited { 
	color:#3366CC;
    font-size:10px;
	text-decoration:none;
} 

.footer a:hover, .footer a:active {
    color:#999999;
}

/* END FOOTER STYLES */
.CourseSeries {
	font-size: 11px;
}

.ViewCourses {
	font-weight: bold;
	/*background-color: #9AD19A;*/
	font-size: 12px;
	color: #3366cc;
	text-align: center;
	text-decoration: underline;
	height:10;
	width:100;
	vertical-align:top;


}
.ViewCourses a {
	font-weight: bold;
	/*background-color: #9AD19A;*/
	font-size: 12px;
	color: #3366cc;
	text-align: center;
	text-decoration: underline;
	height:10;
	width:100;
	vertical-align:top;

}

.RequestInfo {
	font-size: 10px;
	text-align: center;
	vertical-align:sub;

}
.Titles {
	font-size: 12px;
	font-weight: bold;

}
.CourseHR 
{
	width: 100%;

}
/*******************************************************************/\
.dashdata {
  FONT-FAMILY: ARIAL, HELVETICA, sans-serif;
  FONT-SIZE: 8pt;
  FONT-WEIGHT: NORMAL;
  BORDER-RIGHT: 1px solid #E9EADE;
  BORDER-BOTTOM: 1px solid #E9EADE;
  background: #f7f7f7;
  COLOR: #000000;
}
.dashsubhead {
  FONT-SIZE: 8pt;
  FONT-WEIGHT: BOLD;
  BORDER-BOTTOM: 1px solid #800000;
  COLOR: #FFFFFF;
  BACKGROUND-COLOR: #B45050;
}
.basetable {
  FONT-FAMILY: ARIAL, HELVETICA, sans-serif;
  BORDER-TOP: thin solid #800000;
  BORDER-LEFT: thin solid #800000;
  BORDER-RIGHT: thin solid #800000;
  BORDER-BOTTOM: thin solid #800000;
  color: #000000;
}
.dashhead {
  FONT-FAMILY: ARIAL, HELVETICA, sans-serif;
  FONT-SIZE: 10pt;
  FONT-WEIGHT: BOLD;
  BORDER-BOTTOM: 2px solid #800000;
  COLOR: #FFFFFF;
  BACKGROUND-COLOR: #800000;
}