/*
	The "_"(IE6) and "*"(IE7) hacks are used throughout this stylesheet to handle the fact the IE interperates margins incorrectly, and counts
	margins as part of the width of an element.  Non-IE browsers will use the non-hacked styles (i.e. "margin", but not "_margin") 
*/

/*****************************************************
HTML ELEMENTS
*****************************************************/

html
{
	background: url(/images_v2/cengageBGgradiant.jpg) repeat-x scroll left top #013658;
	height:720px;
	
}
body
{

	background:transparent /*url(/images/holder_bg.jpg)*/ no-repeat scroll center 90px;
	color:#666667;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:750px;
	line-height:16px;
	margin:0pt;
	padding:0pt;
	text-align:center;
	
}
table
{
	font: 11px Arial, Helvetica, sans-serif;
}

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: #6a7f10;
	border-bottom: 1px solid #a9a9a9;
	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: #0089c5;
}

a:hover
{
	color: #ef3c23;
}

/* START BACKGROUND STYLES */
	.bg_navblue { background-color: #6a7f10; }
	.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 
{
clear:both;
float:left;
font-size:10px;
margin:0px;
overflow:hidden;
width:790px;
height: 100px;
position: relative;

}

#CLLogo
{
	float: left;
	width:350px;
}

#logoarea 
{
	height:45px;
	padding:0px;
	vertical-align:middle;
	width:180px;
	z-index:5;
}

#LogonReg 
{
	clear: both;
	text-align: right;
	height: 25px;
}

#LogonReg ul 
{
	margin: 0;
	padding: 0;
	margin-left: 175px;
}

#LogonReg li 
{
	display: inline;
	list-style: none;
	padding-left: 0px;
	font: 10px Arial, Helvetica, sans-serif;
}

#LogonReg a
{
	color: #CE3C23;
}
#HeadLinks
{
	vertical-align: middle;
}

#navbar 
{
	clear:both;
	float:left;
	font-size:10px;
	margin-left:10px;
}


#navbar a {
	color:#FFFFFF;
}

#region
{
	float:right;
	right: 0px;
	color: #9EDBFF;
	font-family: Arial;
	font-size: 10px;
}

#region span
{
	margin-left: -1px;
	margin-right: -1px;
	color: #9EDBFF;
}

#region a
{
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#region a:hover
{
	color: #ef3c23;
}

#QuickSearchDiv
{
	float: right;
	position: relative;
	margin-top: 5px;
	/*top: -45px; _top: -50px; /*ie6*/*/
	right: 0px;
	
}

#QuickSearchDiv a
{
	font-size: 10px;
	color: #0089c5;
	text-decoration: none;
}

#QuickSearchDiv a:hover
{
	color: #ef3c23;
}

.QSCengage
{
	background: url(/images_v2/cengage_button_search.gif) no-repeat scroll 0% 50%;
	border:medium none;
	width: 62px;
	height: 21px; _height: 22px; *height: 22px; /* (ie6 "_" | ie7 "*") */
	float: none;
}

.QSTitle
{
	font-size: 14px;
	color: #666667;
	float: left;
	font-weight: bold;
	padding: 3px;
}

.advsearch
{
	margin-left: 60px;
}

.QSTextBox
{
	border: solid 1px #666667;
	height: 17px;
	vertical-align: top;
	width: 150px;
	float: none;
}

/***************************************************/

	
/*****************************************************
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;
	width: 790px;
	background: #fff;
	min-height: 650px;
	
}

#small_container
{
	width: 390px;
	margin: 0px auto
}

#small_container h1 
{
	margin: 3px 2px 10px 2px;
	padding: 5px 2px 3px 6px;
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	border-left: 4px solid #ef3c23;
	font: bold 11px Arial, sans-serif;
	color: #333333;
	text-transform: uppercase;
}

.tablecontainer
{
	width: 790px;
}

#content
{
	width: 390px;
	float: left;
	clear: none;
	margin: 10px 0 0 10px;
	padding: 0 0 20px 0;
}


#content table 
{
	width: 390px;
	margin-bottom: 10px;
}

#content h1 
{
	margin: 3px 2px 10px 2px;
	padding: 5px 2px 3px 6px;
	border-top: 1px solid #A9A9A9;
	border-bottom: 1px solid #A9A9A9;
	border-left: 4px solid #ef3c23;
	font: bold 11px Arial, sans-serif;
	color: #333333;
	text-transform: uppercase;
}

	/* 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;
		}

#leftcol
{
		clear:none;
float:left;
width:172px;
}

#rightcol
{
		float:right;
		clear: none;
		width:192px;
		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;
}

/*****************************************************
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; }

#leftnav
{
	font: 11px Arial, Helvetica, sans-serif;
	width: 157px;
	margin-top: 10px;
	margin-left: 5px;
	padding-right: 10px;
	border-right: 1px solid #cdcccb;
}

html>body #leftnav
{
	width: 157px;
	margin-top: 0px;
	margin-left: 5px;
	padding-right: 10px;
	min-height: 100%;
}

#leftnav li a
{
	text-decoration: none;
	font: 11px Arial, sans-serif;
	font-weight: bold;
	color: #336699;
	display: block;
	width: 100%;
	padding: 3px 10px 3px 3px;
}

html>body #leftnav li a 
{
	width: auto;
}

ul#lnav
{
	padding:0;
	margin:0;
	background: #fff;
}
#lnav li.sector 
{
	list-style-type:none;
	border-bottom: 1px dashed #CDCCCB;
	margin: 0px;
}

#lnav li a:hover
{
	color: #ce3c23;
}

#lnav li a.sector-active
{
	color: #ce3c23;
}

ul#lnavitemsub
{
	width: 100%;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #336699;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
	border: none;
}

html>body ul#lnavitemsub 
{
	width: auto;
}


#lnavitemsub li
{
	list-style-type: disc;
	border: none;
	padding-bottom: 1px;
	margin-left: 20px;
	color: #666666;
}

#lnavitemsub li a
{
	text-decoration: none;
	text-transform: none;
	font: bold 10px Arial, Helvetica, sans-serif;
	height: auto;
	color: #666666;
	width: auto;
	padding: 2px 0px 2px 3px;
	_padding: 0px; /*ie workaround*/

	display: block;
}

#lnavitemsub li.sub a:hover
{
	color: #ce3c23;
}

#lnavitemsub li.sub-active
{
	color: #ce3c23;
}

#lnavitemsub li.sub-active a
{
	background: #EBE7DC;
	text-decoration: none;
	font: bold 10px Arial, Helvetica, sans-serif;
	color: #ce3c23;
	display: block;
	width: auto;
}

#lnavitemsub li.sub-active a:hover
{
	text-decoration: none;
	color: #ce3c23;
	background: #EBE7DC;
}
	
/* 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: 0px 10px 0 170px;
	padding: 0;
}

#specializations p.normal {
	margin: 0 10px 10px 10px;
	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 0px;

}
.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
{
	margin: 20px 0px;
	padding: 10px 50px;
	font: 11px Arial, sans-serif; 
}

.ErrorText
{
    font-family: arial, helvetica, sans-serif;
    color: #ff0000;
    font-size : 11px;
    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: #FFF;
    border-color: Black;

    
    
}

textarea
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    background-color: #FFF;
    
   
    
}
.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-left: solid 1px #990000;
	border-top: solid 1px #990000;
	border-right: solid 2px #6F0000;
	border-bottom: solid 2px #6F0000;
}


/***************************************************/

	
/*****************************************************
RIGHT COLUMN STYLES
*****************************************************/
#rightcol h2
{
	font-size: 12px;
	font-weight: bold;
	color: #6a7f10
	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: 11px Arial, sans-serif;
	color: #666666;
	margin: 0 0 5px 0;
	padding: 0;
}

#rightcol ul {
	margin: 0 10px 0 10px;
	padding: 0 0 10px 0;
}

#rightcol li {
	list-style: none;
	margin: 5px 0;
	padding: 0;
}

#rightadinterax h2
{
	font-size: 12px;
	font-weight: bold;
	color: #6a7f10;
	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-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
*****************************************************/
#footerHolder
{
		clear: both;
		width: 790px;
		text-align: left;
		margin: 0pt auto;
		height: 100%;
		vertical-align: top;
		/*margin-top: -20px !important;*/
}


#footer_mid
{
	clear: both;
	width: 790px;
	text-align: left;
	font-family: Arial;
	font-size: 11px;
	padding: 0px 0px 10px 0px;
	/*background: #00335D;*/
	color: #FFF;
	height: 40px;
	_height:70px;
	line-height: 25px;
	
}


#footer_mid a
{
	color: #FFF;
	margin-right: 3px;
	margin-left: 3px;
	text-decoration: none;
}


#footer_mid_lt
{
	float: left;
}

#footer_mid_rt
{
	float: right;
}


#footer_bttm 
{
	clear: both;
	width: 100%;
	text-align: left;
	font-family: Arial;
	font-weight:bold;
	font-size: 11px;
	padding: 0px 0px 10px 0px;
	/*background: #00335D;*/
	color: #FFF;
	
}


#footer_bttm a
{
	color: #FFF;
	margin-right: 3px;
	margin-left: 3px;
	text-decoration: none;
}



/* END FOOTER STYLES */

#wrapper_cen
{
	width: 790px;
	text-align: left;
	margin: 0px auto;
}

#loginBody, #regBody, #userpage, #bg_override
{
	background: url(/images_v2/blank.gif) #fff !important;
}

.tdl_nmchng
{
	color: #989898;
	text-decoration: none;
	font-family: Arial;
	font-size: 10px;
	position: relative;
	top: 20px;
	left: 70px;
}


