/*******************
HTML Elements
********************/
html
{
	background: none;
	text-align: left;
}

body
{
	text-align: left;
}


/*****************************************************

PAGE LAYOUT STYLES

*****************************************************/
#cart_wrapper /*wraps page, allows #cart_container to center content & sets background*/
{
	background: #013658 url(/images_v2/cengageBGgradiant.jpg) repeat-x scroll left top
}

#cart_container  /*main cart content*/
{
	width: 790px;
	margin: 0px auto;
	background: #fff;
	min-height: 650px;	
}

/*****************************************************

HEADER STYLE

*****************************************************/
#cart_header 
{
clear:both;
font-size:10px;
margin:0 auto;
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;
}

/***************************************************/


	