@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
'	Title: Screen styles for Melia Publishing
'	Author: Ehaus Ltd (http://www.ehaus.co.uk/)
'	Copyright: Copyright © Ehasu Ltd, All rights reserved.
'	Date Created: April 2008
'
'	Last Updated: Nov 2010
'	Updated By: Joe

STYLES ORDER 

'	h tag styles
'	common tags/classes
'	links
'	layout
'	main navigation
'	leftcol

PAGE STYLES
'	index
'	display
'	results
'	publisher pages
------------------------------------*/

* {
	margin: 0;
	padding: 0;
	}
body {
	padding:0;
	margin:0;
	background-color: #fff;
	font-family: Arial, Verdana, sans-serif;
	line-height: 1.5em;
	color: #222;
	font-size: 0.8em;
	text-align: left;
	}
h1 {
	color: #c30;
	font-size: 200%;
	line-height: 120%;
	margin-bottom: 0.6em;
	}
h1 span {
	font-size: 80%;
	font-weight: normal;
	}
h2 {
	color: #c30;
	font-size: 160%;
	}
h3 {
	font-size: 140%;
	margin-bottom: 0.4em;
	color: #c30;
	}
	
/* common tags/classes */
p, address {
	margin: 0 0 1.2em;
	font-style: normal;
	}
ul, li {
	list-style: none;
	}
acronym {
	cursor: help;
	border-color: #aaa;
	}
.accessibility {
	display: none;
	}
.clearer {
	clear: both;
	display: block;
	height: 1px;
	width: 100%;
	overflow: hidden;
	visibility: hidden;
	}

/* links */
a, a:visited {
	color: #3775B9; 
	text-decoration: none;
	}
a:hover, a:focus {
	color: #f60; 
	text-decoration: none;
	}
a.details, a.add {
	height: 26px; 
	display: block; 
	margin: 0 0 1em;
	}
a.details {
	background: url("../images/btn_details.png") 0 0 no-repeat; 
	width: 70px;
	}
a.add {
	background: url("../images/btn_add.png") 0 0 no-repeat; 
	width: 120px;
	}
a.details span, a.add span {
	display: none;
	}

/* layout */
#wrapper {
	left: 50%;
	margin-left: -475px;
	position: absolute;
	top: 10px;
	}
#placeholder {
	min-height: 60em;
	float: left;
	width: 950px;
	position: relative;
	z-index: 1;
	}
#main-content {
	min-height: 63em;
	}
#main-content h2 {font-size:150%;}
#banner {
	float: left;
	position: relative; 
	}
.column {
	margin-top: 40px;
	float: left;
	display: inline;
	}
.full {
	width: 760px;
	margin-left: 190px;
	}
.middle {
	width: 550px; 
	margin-left: 190px; 
	}
.right {
	width: 200px; 
	margin-left: 10px; 
	overflow: hidden;
	}	
.footer {
	clear: both; 
	margin-top: 1em; 
	float: left; 
	width: 950px; 
	text-align: center; 
	color: #666; 
	border-top: 6px solid #5098EA; 
	padding: 1em 0 3em;
	}
.rotate {width:100px;}
	
/* main navigation */
#nav-main {
	position: absolute;
	top: 60px;
	left: 0;
	height: 30px;
	width: 950px;
	background: #5098EA;
	font-weight: bold;
	z-index: 9999;
	}
#nav-main li {
	float: left; 
	height: 30px;
	position: relative;
	}
#nav-main li a {
	float: left; 
	color: #fff; 
	padding: 0 10px; 
	text-decoration: none; 
	line-height: 30px;
	}
#nav-main li:hover {
	background-color: #367ED6;
	}
#nav-main li.basket-li {
	float: right; 
	padding-right: 20px; 
	background: url("../images/ico_basket.png") 92% 50% no-repeat;
	}
#nav-main li.basket-li:hover {
	background-color: #367ED6;
	}
#nav-main ul ul {
	display: none; 
	position: absolute; 
	top: 30px; 
	left: -10px; 
	z-index: 9999; 
	background: url("../images/subnav_bg.png") 40px 0 no-repeat; 
	padding-top: 24px; 
	width: 140px;
	}
#nav-main ul ul li {
	height: auto; 
	float: none; 
	text-align: center; 
	width: 140px;
	}
#nav-main ul ul li a {
	display: block; 
	background: #f60; 
	line-height: normal; 
	float: none; 
	padding: 0.5em 5px; 
	width: 130px;
	}
#nav-main ul ul li a:hover {
	background: #f90;
	}
#nav-main ul li:hover ul {
	display: block;
	}
	
/* leftcol */
.leftcol {
	color: #fff;
	position: absolute;
	top: 90px;
	left: 0;
	width: 180px;
	float: left;
	}
.leftcol .links {
	width: 100%;
	background: url("../images/leftcol_bg.png") bottom left repeat-x #053BA5;
	}
.leftcol form {
	padding: 1.5em 10px 1.2em;
	}
.leftcol form fieldset {
	border: 0;
	}
.leftcol form legend {
	display: none;
	}
.leftcol form label {
	font-weight: bold; 
	margin-bottom: 0.6em; 
	display: block;
	}
form#fm-search fieldset input#qsearch {
	background:transparent url("../images/input_qsearch.png") 0 0 repeat;
	border: 0;
	display: block;
	float: left;
	height: 17px;
	padding:3px 0 0 6px;
	text-align: left;
	width: 110px;
	font-size: 11px;
	}
form#fm-search fieldset #go-btn {
	float:left;
	}
.links ul {
	margin: 0.8em 0 0; 
	padding-bottom: 22px; 
	width: 160px; 
	background: url("../images/leftcol_ul_bg.png") 0 100% no-repeat;
	z-index: 100;
	}
.links ul li {
	border-bottom: 1px solid #5BCCF5; 
	width: 150px; 
	margin-left: 10px; 
	padding: 4px 5px;
	position: relative;
	}
.links ul li:hover {
	border-bottom: 3px solid #5BCCF5; 
	padding-bottom: 2px;
	}
.links ul li.first {
	border-top: 1px solid #5BCCF5;
	}
.links ul li.first:hover {
	width: 150px;
	}
.links ul li a, .links ul li a:visited {
	color: #fff; 
	font-weight: bold; 
	text-decoration: none; 
	display: block;
	width: 150px;
	}
.links ul ul {
	display: none;
	width: 150px;
	position: absolute;
	top: -20px;
	left: 150px;
	background: url("../images/sublist_bg.png") 0 24px no-repeat;
	margin: 0;
	padding: 0 0 0 24px;
	z-index: 9999;
	}
.links ul ul li {
	background: #f60;
	margin: 0;
	padding: 4px 5px;
	border: 0;
	}
.links ul ul li:hover {
	background: #f90;
	padding: 4px 5px;
	border: 0;
	}
.links ul li:hover ul {
	display: block;
	}
.leftcol .feature {
	position: relative;
	margin: 1em 0;
	padding: 10px 6px 12px 8px;
	border: 0;
	display: block;
	background: url("../images/bg_feature_bot.png") 50% 100% no-repeat #F4962D;
	color: #fff;
	}
.leftcol .feature div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url("../images/bg_feature_top.png") 50% 0 no-repeat;
	height: 12px;
	}
.leftcol .feature h2 {
	color: #fff;
	font-size: 140%;
	margin: 0 0 0.3em;
	}
.leftcol .feature p {
	font-weight: bold;
	margin: 0;
	}
.leftcol .feature a {
	text-decoration: underline;
	color: #fff;
	}
.leftcol .feature a:hover {
	background: #fff;
	color: #F78322;
	text-decoration: none;
	}
	
/* index page */
.intro {
	background: url("../images/welcome_bg.jpg") 100% 0 repeat-y #92C030; 
	padding: 10px 120px 20px 10px; 
	color: #fff; 
	font-weight: bold; 
	margin-bottom: 2em;
	}
.intro h1 {
	color: #fff; 
	font-size: 320%;
	line-height: 90%; 
	margin-bottom: 0.4em;
	}
.intro h1 span {
	font-size: 60%;
	}
.intro a, .intro a:visited {
	color: #fff;
	text-decoration: underline;
	}
.intro a:hover, .intro a:active, .intro a:focus {
	text-decoration: none;
	background: #fff;
	color: #92C030;
	}
.featured {
	margin-right: -10px;
	}
.featured h2 {
	color: #c30; 
	margin: 0 0 1em;
	}
.featured-titles {
	width: 500px;
}
	
.booklist li {
	width: 260px; 
	height: 17em; 
	margin: 0 10px 0 0; 
	float: left;
	}
.booklist dt, .booklist dd {
	margin-left: 110px;
	} 
.booklist dt.pr-img {
	float: left; 
	width: 100px; 
	margin: 0; 
	text-align: center;
	}
.booklist dt.pr-img a img {
	border: 0;
	}
.booklist dt.title {
	font-weight: bold; 
	font-size: 110%;
	}
.booklist dd.price {
	margin: 1em 0 1em 110px;
	}
.banner-bestseller {
	background: url("../images/bestseller_bg.jpg") bottom left no-repeat #E7B712; 
	padding: 10px 10px 110px; 
	margin-bottom: 10px; 
	font-weight: bold; 
	font-size: 120%; 
	text-align: center; 
	display: block;
	}
.banner-bestseller h3 {
	color: #fff;
	} 
.banner-bestseller a {
	color: #fff; 
	text-decoration: underline;
	}
.banner-bestseller a:hover {
	color: #E7B712;
	background: #fff; 
	text-decoration: none;
	}
.banner-new {
	background: #F4962D; 
	padding: 10px 10px 20px; 
	display: block; 
	text-align: center; 
	color: #fff; 
	font-weight: bold;
	}
.banner-new img {
	margin-bottom: 1em;
	border: 2px solid #fff;
	}
.banner-new a, .banner-new a:visited {
	text-decoration: underline;
	color: #fff;
	}
.banner-new a:hover, .banner-new a:focus {
	background: #fff;
	color: #F4962D;
	text-decoration: none;
	}
#scroller {
	clear: both; 
	float: left; 
	width: 950px; 
	border-top: 6px solid #5098EA; 
	margin: 1em 0 0; 
	padding-top: 2em;
	}
#mycarousel li {
	width: 102px;
	height: 102px; 
	margin-right: 7px; 
	float: left;
	}
#mycarousel li a img {
	border: 1px solid #fff;
	}
#mycarousel li a:hover img {
	border-color: #ccc;
	}
	
/* display */
.jacket-col {
	float: left; 
	text-align: center; 
	width: 200px;
	}
.jacket-col img {
	border: 1px solid #ccc;
	}
.biblio-col {
	margin-left: 210px;
	}
.display-page dl {
	margin-bottom: 1em; width: 250px;
	}
.display-page dd {
	padding: 2px 10px;
	}
.display-page dd span {
	font-weight: bold; 
	text-transform: uppercase;
	}
.display-page dd.alt {
	background-color: #D1F1FC;
	}
.display-page .pr-btn {
	margin-top: 1em; 
	padding-left: 0;
	}
.display-page h2 {
	font-size: 150%;
	margin-top: 1.2em;
	}
.display-page .description {
	clear: left; 
	float: left;
	}
	
/* results */
.results-page h2 {
	font-size: 130%;
	margin-bottom: 0.5em;
	}
.page-nav {
	float: left;
	margin: 1em 0;
	
	}
.page-nav h3 {
	clear:both;
	float:left;
	font-size: 1.1em;
	margin-right: 0.4em;
	}
.page-nav ul {
	float: left;
	list-style: none;
	margin: 0pt 0pt 15px;
	}
.page-nav li {
	border-right: 1px solid #ddd;
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	padding: 1px 5px;
	}
.page-nav a { padding: 1px 5px;}
.page-nav a:visited { padding: 1px 5px;}
.page-nav li.last {
	border: none;
	}
.page-nav li a:hover span {
	display: inline;
	}
.results-page .img-col {
	float: left; 
	text-align: center; 
	width: 100px;
	}
.results-page .img-col a img {
	border: 1px solid #ccc;
	}
.results-page dl {	
	margin-bottom: 1em; 
	margin-left: 112px;
	}
.results-page dd {
	padding: 2px 0;
	}
.results-page dd span {
	font-weight: bold; 
	text-transform: uppercase;
	}
.results-page .pr-btn {
	margin-top: -8em; 
	float: right;
	}
.results-page .pr-img {
	float: left; 
	text-align: center; 
	width: 100px;
	}
.results-page h4 {
	font-size: 1.2em; 
	margin-bottom: 0.2em; 
	margin-left: 112px;
	}
.results-page h4 span {
	font-weight: normal;
	}
ul.results {
	clear: left;
	float: left; 
	width: 100%; 
	border-top: 1px solid #ccc;
	}
ul.results li {
	padding: 1em 0; 
	border-bottom: 1px solid #ccc;
	}
	
/* publisher pages */
#pubqs {
	position: relative;
	margin: 0 auto;
	display: block;
	padding: 15px 20px;
	border: 1px solid #FFC1B2;
	background: #FDD9B0;
	margin-bottom: 1.4em;
	}
#pubqs fieldset {
	border: 0;
	width: 550px;
	margin: 0 auto;
	}
#pubqs legend {
	display: none;
	}
#pubqs label {
	margin-right: 1em;
	font-weight: bold;
	float: left;
	}
#pubqs #pubsearch {
	width: 190px;
	background: url("../images/input_qsearch.png") 0 0 no-repeat;
	border: none;
	float: left;
	display: block;
	font-size: 11px;
	height: 17px;
	padding: 3px 0pt 0pt 6px;
	}
#pubqs #search {
	padding: 0 12px;
	}
#pubqs #submit {	
	float: left;
	}
	
.logo {
	float: right;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 0 0 10px 10px;
	}
.jacket-list {
	display: inline;
	margin: 0 0 1em;
	float: left;
	}
.jacket-list li {
	border-top: 1px solid #ccc;
	padding: 1em 0;
	float: left; 
	width: 550px;
	}
/*.jacket-list li.mac-entry {
	width: 500px; 
	margin-right: 2px;
	}
.jacket-list li.mac-entry li.desc {
	width:325px;
	}
.jacket-list li.mac-entry dt.jkt-img {
	float: right;
	padding-right:12px;
	padding-left:2px;
	}*/
.jacket-list li a img {
	border: 1px solid #ccc;
	}
.jacket-list dt.jkt-img {
	float: right;
	padding: 0 0 10px 5px;
}
.jacket-list dt span {
	display: none;
	}
.jacket-list dt.title {
	font-weight: bold; 
	font-size: 120%;
	}
.jacket-list dt.author {
	margin-bottom: 1em;
	}
.jacket-list dd ul li {
	border: 0;
	padding: 0;
	float: left; 
	clear: left;
	width: 380px;
	}
.jacket-list a.add {
	margin-top: 1em;
}
.jacket-list span.number {
	color: #ff9900;
	display: inline;
	font-size: 200%;
	font-weight: bold;
	line-height: 120%;
	}
.publisher-list li {
	padding-right:10px;
	width:365px;
	border: 0;
	}
.publisher-list dd ul li {
	width: 180px;
	}
.publisher-list li.entry {
	min-height: 15em;
	}
	
/* publisher pages */
.publisher-page h4 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
	}
.main-col {
	float: left;
	width: 550px;
	}
.right-col {
	width: 200px;
	margin-left: 10px;
	float: left;
	text-align: center;
	}
.publisher-workman h2 {
	margin-bottom: 1em;
	}
.publisher-workman .right-col h2 {
	padding-top: 10px;
	color: #fff;
	font-size: 140%;
	margin-bottom: 10px;
	}
.publisher-workman .right-col ul li h3 {
	font-size: 120%;
	font-weight: normal;
	}
.publisher-workman .right-col ul li a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	}
#list1a {
	border: 1px solid #FFC1B2;
	display: block;
	margin-bottom: 2em;
	width: 500px;
	}
#list1a h2 {
	border-bottom: 1px solid #FFC1B2;
	background-color:#FDD9B0;
	font-size: 120%;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 0.6em;
	padding: 5px 10px;
	}
#list1a div,
#list1a h3,
#list1a p {
	margin: 10px;
	}
#list1a div p {
	margin: 0 0 10px;
	}
#list1a h3 {
	font-size: 120%;
	}
#list1a h3:hover {
	cursor: pointer;
	}
	
.right-col ul li a:hover, 
.right-col ul li a:active, 
.right-col ul li a:focus {
	text-decoration: none;
	background: #fff;
	}
.right-col .quick {
	background: #5098EA;
	margin-bottom: 10px;
	}
.right-col .quick ul {
	padding: 10px;
	border-top: 1px solid #4084DB;
	}
.right-col .quick ul li {
	text-align: left;
	padding: 0 0 2px 10px;
	background: url("../images/bullet_blue.png") 0 50% no-repeat;
	}
.right-col .quick ul li a:hover, .right-col .quick ul li a:active, .right-col .quick ul li a:focus {
	color: #5098EA;
	background: #fff;
	}

.right-col .recent {
	background: #F4962D;
	margin-bottom: 10px;
	}
.right-col .recent ul {
	border-top: 1px solid #DC790C;
	}
.right-col .recent ul li {
	padding: 10px 10px;
	border-bottom: 1px solid #DC790C;
	}
.right-col .recent ul li img {
	border: 1px solid #ccc;
	padding: 8px;
	background: #fff;
	}
.right-col .recent ul li a:hover, .right-col .recent ul li a:active, .right-col .recent ul li a:focus {
	color: #F4962D;
	}
	
ul.feature-pane {
	position: relative;
	}
ul.feature-pane li {
	display: block; 
	border: 1px solid #eee; 
	padding: 10px; 
	margin-bottom: 2em;
	}
ul.feature-pane h3 {
	font-size: 130%;
	}
.publisher-workman dl {
	margin: 0;
	}
.publisher-workman .jacket {
	float: right; 
	margin: 0 0 10px 10px;
	}
.publisher-workman dt.title {
	margin-bottom: 0.4em; 
	margin-top: 0; 
	font-size: 130%;
	}
.publisher-workman dt.title a {
	font-weight: bold;
	}
.publisher-workman dt.title a.aub {
	font-weight: normal;
	} 
.publisher-workman dt, .publisher-workman dd {
	margin: 0.2em 0;
	}
.publisher-workman dd span {
	font-weight: bold; 
	text-transform: uppercase;
	}
.publisher-workman dd.biblio {
	margin: 1em 0;
	}
.right-col .logo {
	padding: 9px; 
	background: #fff; 
	float: none; 
	margin: 0 0 10px;
	}

ul.feature-pane li.one {
	background: url("../images/bg_one.png") 0 0 no-repeat; 
	border-color: #5098EA;
	min-height:18em;
	}
* html>.ul.feature-pane li.one,
* html>.ul.feature-pane li.two,
* html>.ul.feature-pane li.three {
	height:18em;
	}
ul.feature-pane li.two {
	background: url("../images/bg_two.png") 0 0 no-repeat; 
	border-color: #92C030;
	min-height:18em;
	}
ul.feature-pane li.three {
	background: url("../images/bg_three.png") 0 0 no-repeat; 
	border-color: #F4962D;
	min-height: 18em;
	}
.new-series {
	text-indent: -9999em; 
	line-height: 1px; 
	background:url("../images/new_series.png") 50% 50% no-repeat; 
	width: 65px; 
	height: 65px; 
	position: absolute; 
	top: 34px; 
	right: 8px;
	}

.googlemap {
	margin: 2em 0;
	}
