@charset "utf-8";
/* CSS Document			*/
/* author: Julie Berlin	*/

/*	removing this because I think it can't find the right path... path is set in conditional IE comments
body {
	behavior: url(csshover2.htc);	
}
*/


#sub_nav li li {
	height: 1em;
}

#sub_nav {
	margin-bottom: 50px;
}



/*	HOVERS here	*/
#main_nav li:hover,
#sub_nav li:hover {
	cursor: pointer;
}






.website_list {
	margin-top: 1.3em;
	margin-left: -204px;
}

a.choose_site:visited {
	color: #666;
}




.search_area input {
	margin-bottom: -1px;		/*	this fixes alignment problem with input area and button	*/
}

a.search_link:hover {
	color: #FFF;
}

#useful_btns {
	margin-top: 0;
}

.book_specs .author {
	margin-bottom: 18px;
}

div.book .image {	
	padding: 0 5px 3px 0;
	margin: 6px 10px 10px 0;
}

.office_country h2 a:hover {
	color: #900;
}

a.to_top:hover {
	text-decoration: underline;
}

div.feedback_form span.required {
	color: #666;;
}

span.number_results {
	margin-top: 28px;
}

/* email popup	*/

.email_popup img.icon {
	margin-right: 0.4em;
}

.email_popup div.buttons {
	margin-right: 10%;
}

.email_popup div.buttons input.submit_btn {
	padding-bottom: 0;
}

.email_popup .cancel_btn {
	padding: 0;
	margin: 0;
}

.email_popup th {
	width: 20%;
}

