@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
'	Company:ehaus ltd (http://www.ehaus.co.uk/)
'	Copyright © 2009, All rights reserved.
'	Date Created: July 2009
'	Last Modified Date: 5th April 2010
'	Last Modified By: Joe
------------------------------------------------*/

/* reset, styles to reset browser defaults */
html {
	margin: 0;
	padding: 0;
	}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
address,
blockquote,
th,
td {
	margin: 0; 
	padding: 0;
	font-size: 100%;
	}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var	{
	font-style:normal;
	font-weight:normal;
	}
li {
	list-style:none;
	}
caption,
th {
	text-align:left;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	}
abbr,
acronym {
	border:0;
	font-variant:normal;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	}

/* defaults, portable common styles */
body {
	background-color: #fff;
	padding: 0; 
	margin: 0; 
	font: 0.8em/1.5 Arial, Verdana, sans-serif; 
	font-variant: normal;
	color: #222;
	text-align: center;
	}
h1,
h2 {
	color: #30528A;
	font-family: "Trebuchet MS", Calibri, Arial, sans-serif;
	font-weight: bold;
	}	
h1 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 18px;
	}
h2 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 8px;
	}
h3 {
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 6px;
	font-weight: bold;
	}
#index h1 {
	font-size: 1.2em;
	color: #fff;
	margin: 0;
	padding: 0.4em 10px;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background: #4C90D1;
	background: -moz-linear-gradient(top, #6DA1CF, #3282D3);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#6DA1CF), to(#3282D3));
	mar
	}
fieldset,
img {
	border: none;
	outline: none;
	}
a {
	outline: 0;
	}
p,
address {
	margin: 0 0 22px 0;
	}
.al {
	text-align: left;
	}
.ac {
	text-align: center;
	}
.ar {
	text-align: right;
	}
.fl {
	float: left;
	}
.fr {
	float: right;
	}
.cl {
	clear: left;
	}
.cr {
	clear: right;
	}
.cb {
	clear: both;
	}
.cn {
	clear: none;
	}
.imgr {
	float: right;
	margin: 7px 0 20px 20px;
	}
.imgc {
	margin: 0 auto 22px;
	}
.imgl {
	float: left;
	margin: 7px 20px 20px 0;
	}
.assistive-links,
.accessibility {
	display: none;
	}
ol {
	list-style-position: inside;
	}
ol li {
	margin: 0 0 10px 22px;
	list-style: decimal;
	}
ol li ul {
	margin: 0;
	}
ol li ul li {
	margin: 0 0 0 22px;
	list-style: lower-roman;
	}
	
	
/* links  */	
a:link, 
a:visited, 
a:active {
	color: #c30; 
	text-decoration: none;
	font-weight: bold;
	}					 			 
a:hover,
a:focus	{
	text-decoration: underline;
	}
	
/* layout */
body {
	width: 100%;
	}
.wrapper {
	width: 990px;
	background: #fff;
	left: 50%;
	margin: 0 auto;
	text-align: left;
	}

/* common styles */
.feature-list {
	float: left;
	width: 540px;
	}
.feature-list li {
	background: #EFEFEF;
	float: left;
	height: 320px;
	width: 250px;
	padding: 5px;
	overflow: hidden;
	margin: 0 10px 10px 0;
    -moz-box-shadow: 0 1px 2px #AAA;
    -webkit-box-shadow: 0 1px 2px #AAA;
	box-shadow: 0 1px 2px #AAAA;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}
.feature-list li h2 {
	font-size: 1.2em;
	color: #fff;
	padding: 0.4em 10px;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	background: #4C90D1;
	background: -moz-linear-gradient(top, #6DA1CF, #3282D3);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#6DA1CF), to(#3282D3));
	margin: -5px -5px 5px -5px;
	}
.feature-list li h3 {
	font-size: 16px;
	line-height: 20px;
	}
.feature img {
	float:right;
	margin: 0 0 5px 5px;
	border: 1px solid #d0d0d0;
	}
.feature h2 span {
	font-size:80%;
	padding-top:6px;
	}
.feature-list li .feature h3 {
	font-size: 14px;
	}
.feature p {
	margin:0 0 0.8em;
	}
	
/* header styles */
.header {
	height: 125px;
	position: relative;
	width: 100%;
	overflow:hidden;
	margin: 0 0 1em;
	}
.header .logo {
	position: absolute;
	top: 12px;
	left: 30px;
	/*
	background:url("../images/logo.png") 0 0 no-repeat;
	width: 121px;
	height: 67px;
	*/
	background:url("../images/fwi_logo.png") 0 0 no-repeat;
	width: 350px;
	height: 76px;
	display: block;
	text-indent: -9999em;
	}
.header .nav {
	height: 30px;
	position: absolute;
	top: 95px;
	left: 0;
	width: 100%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #026CB5;
	background: -moz-linear-gradient(top, #0078BF, #0360AB);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#0078BF), to(#0360AB));
	}
.header .nav ul {
	background:url("../images/bg_li_nav.png") 0 100% no-repeat;
	float: left;
	margin: 0 0 0 1em;
	}
.header .nav li {
	float: left;
	background:url("../images/bg_li_nav.png") 100% 100% no-repeat;
	}
.header .nav li:hover {
	float: left;
	background: #4090C7;
	background: -moz-linear-gradient(top, #097BC0, #7EAED4);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#097BC0), to(#7EAED4));
	}
.header .nav a {
	font-size: 1.1em;
	padding: 0 1.5em !important;
	line-height: 30px;
	display: inline-block;
	margin: 0 0 0 1px;
	color: #fff;
	text-shadow: 1px 2px 1px #01487B;
	font-weight: bold;
	}
.header .nav a:hover,
.header .nav a:hover,
.header .nav a:hover {
	text-decoration:none;
	}
.qs {
	position: absolute;
	right: 0;
	top: 10px;
	height: 55px;
	float: right;
	border-left: 1px solid #ccc;
	width: auto;
	padding: 20px 0 0 10px;
	}
.qs legend,
.qs label {
	display: none;
	}
.qs label {
	color:#fff;
	font-weight: bold;
	font-size: 1.2em;
	}
.qs input {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	}
.qs input[type=text] {
	width: 188px;
	background: #EFEFEF;
	height: 24px;
	line-height: 24px;
	padding: 0 5px;
	border: 1px solid #C0C0C0;
	-moz-box-shadow:inset 0 0 4px #C0C0C0;
	-webkit-box-shadow:inset 0 0 4px #C0C0C0;
	box-shadow:inset 0 0 4px #C0C0C0;
	}
.qs input[type=submit] {
	width: 40px;
	color: #fff;
	background: #CD3710;
	background: -moz-linear-gradient(top, #E0592C, #CC330D);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#E0592C), to(#CC330D));
	border: 1px solid #CD3710;
	font-weight: bold;
	height: 26px;
	padding: 0;
	border: none;
	margin: 0 0 0 4px;
	cursor: pointer;
	}
.qs a {
	display: inline;
	font-weight: bold;
	margin: 0.4em 0 0 5px;
	float: left;
	}
.qs a:hover,
.qs a:focus {
	}
	
/* leftcol */
.sidecol1 {
	float: left;
	width: 190px;
	}
/* sidecol */
.sidecol1 h3 {
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	color: #164BA3;
	text-shadow: 0 1px 0 #ddd;
	font-weight: bold;
	padding: 5px 10px;
	background: #D4D4D4;
	background: -moz-linear-gradient(top, #D6D6D6, #C4C4C4);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#D6D6D6), to(#C4C4C4));
	border-bottom: 1px solid #bbb;
	margin: 0;
	font-size: 1em;
	}
.sidecol1 ul {
	padding: 0 0 12px;
	margin: 0 0 5px 0;
	}
.sidecol1 ul li {
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 17px;
	}
.sidecol1 ul ul {
	padding: 3px 0;
	background: #EFEFEF;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	-moz-box-shadow: 0 1px 2px #aaa;
	-webkit-box-shadow: 0 1px 2px #aaa;
	box-shadow: 0 1px 2px #aaa;
	margin: 0 0 1em;
	}
.sidecol1 ul ul li {
	line-height:17px;
	margin:2px 5px;
	padding:2px 5px;
	width:150px;
	}
.sidecol1 ul li a,
.sidecol1 ul li a:visited {
	color: #555;
	display: block;
	font-weight: normal;
	}
.sidecol1 ul li a:hover,
.sidecol1 ul li a:focus  {
	color: #000;
	text-decoration: none;
	}
.sidecol1 ul ul li a span {
	color: #888;
	}
.sidecol1 ul.alternate-links {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -border-radius: 0;
    -moz-box-shadow: 0 0 0 #aaa;
    -webkit-box-shadow: 0 0 0 #aaa;
    box-shadow: 0 0 0 #aaa;
    background: none;
    padding: 0;
	text-align: center;
	}
.sidecol1 ul.alternate-links li {
	background: #30528A;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 0.5em;
	padding: 5px 0;
	width: 190px;
	}
.sidecol1 ul.alternate-links li a {
	color: #fff;
	}
.sidecol1 ul.alternate-links li:hover {
	background: #3684D3;
	}
.sidecol1 ul ul ul {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: 0 0 0 #aaa;
	-webkit-box-shadow: 0 0 0 #aaa;
	box-shadow: 0 0 0 #aaa;
	}
	
.change {
	margin-top: 20px;
	}

/* maincol */
.maincol {
	margin: 0 10px 50px 200px;
	}
.breadcrumb {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	font-weight: bold;
	}
.breadcrumb li {
	float: left;
	margin-right: 10px;
	}
.breadcrumb li a {
	float: left;
	}
.intro-panel {
    -moz-box-shadow: 0 1px 2px #AAA;
    -webkit-box-shadow: 0 1px 2px #AAA;
	box-shadow: 0 1px 2px #AAAA;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	float: left;
	width: 530px;
	margin: 0 0 1em;
	}
.intro-panel blockquote {
	margin: 10px 0 0 50px;
	width: 315px;
	font-size: 16px;
	line-height: 24px;
	}
.page-content {
	float: left;
	width: 100%;
	}

/* bestsellers list */
.bestsellers {
	float: right;
	width: 240px;
	font-size: 13px;
	margin: 0 0 20px;
	}
.bestsellers h2 {
	-moz-border-radius: 4px 4px 0 0;
	-mwebkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
    background: -moz-linear-gradient(center top , #D6D6D6, #C4C4C4) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #BBBBBB;
    color: #164BA3;
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
    text-shadow: 0 1px 0 #DDDDDD;
	}
.bestsellers ol {
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
    -moz-box-shadow: 0 1px 2px #AAAAAA;
    -webkit-box-shadow: 0 1px 2px #AAAAAA;
    box-shadow: 0 1px 2px #AAAAAA;
    background: none repeat scroll 0 0 #EFEFEF;
    margin: 0 0 1em;
    padding: 3px 0;
	overflow: hidden;
	}
.bestsellers ol li,
.bestsellers ul li {
	list-style: none;
	margin: 0;
	}
.bestsellers dl {
	margin-bottom: 10px;
	width: 100%;
	float: left;
	}
.bestsellers dt,
.bestsellers dd {
	float: right;
	width: 140px;
	}
.bestsellers dt.img {
	float: left;
	width: 90px;
	margin: 0 0 0 10px;
	}
.bestsellers dt.img img {
	border: 1px solid #ccc;
	}
.bestsellers dd.aub {
	font-style: italic;
	}
.bestsellers ul li {
	float: left;
	margin-right: 5px;
	width: auto;
	}
.bestsellers dd.pr {
	font-weight: bold;
	}
.bestsellers ul li a {
	padding-right: 10px;
	background: url("../images/arrow.png") 100% 50% no-repeat;
	color: #6F9013;
	}
	
/* index page specific */
	
/* display */
.display .jkt {
	float: left;
	margin-right: 20px;
	}
.display .biblio {
	float: left;
	width: 550px;
	}
.display .biblio h1 {
	line-height: 30px;
	margin: -4px 0 25px;
	}
.display .biblio h1 span {
	display: block;
	font-weight: normal;
	font-style: italic;
	}
.display .jkt img {
	border: 1px solid #ccc;
	}
.display .biblio ul {
	float: left;
	width: 100%;
	line-height: 28px;
	margin-bottom: 20px;
	}
.display .biblio li {
	float: left;
	width: 100%;
	}
.display .biblio li span {
	font-weight: bold;
	}
.display .biblio .buy {
	color: #96BF0D;
	font-weight: bold;
	}
.display .biblio .buy a {
	height: 28px;
	display: block;
	}

.display .biblio .buy a.azbln {
	background-image: none;
	display: inline;
	text-indent: 0;
	cursor: pointer;
}
.display .pr-desc {
	clear: left;
	float: left;
	margin-top: 30px;
	WIDTH: 100%;
	}
.display .pr-desc p:first-child {
	font-weight: bold;
	}
.display .pr-desc ul {
	margin: 10px 0;
	}
.display .pr-desc li {
	float: left;
	margin: 0 20px 0 0;
	border-right: 1px solid #ccc;
	}
.display .pr-desc li a {
	padding: 0 30px 0 0;
	background:url("../images/arrow.png") 92% 50% no-repeat;
	}
	
/* contact */
#contact {
	margin: 20px 0;
	}
#contact input,
#contact label,
#contact select {
	margin-bottom:5px;
	}
	  
/* results */
#frmSort {
	position: absolute;
	right: 0;
	top: 0;
	}
.pagenav, 
.pagenav h3, 
.pagenav ul, 
.pagenav li {
	float: left;
	line-height: 20px;
	}
.pagenav {
	margin: 1em 0 2em;
	width: 100%;
	position: relative;
	}
.pagenav h3 {
	margin: 0 0.4em 0 0;
	font-size: 12px;
	}
.pagenav ul {
	border-left: 1px solid #ddd;
	} 
.pagenav li {
	border-right: 1px solid #ddd;
	font-weight: bold;
	padding: 1px 5px;
	font-size: 12px;
	}
.pagenav li span {
	display: none;
	}
ul.results-list {
	border-bottom: 1px solid #ddd;
	clear: left;
	}
ul.results-list li {
	width: 100%;
	border-top: 1px solid #ddd;
	padding: 15px 0 0;
	}
ul.results-list h2 span {
	display: block;
	font-size: 15px;
	color: #999;
	}
ul.results-list .img-col {
	float: left;
	margin:0 15px 15px 0;
	width:100px;
	}
ul.results-list .img-col img {
	border: 1px solid #ccc;
	}
ul.results-list .biblio-col {
	margin-left: 115px;
	}
ul.results-list .biblio-col span.value {
	font-weight:bold;
	}
ul.results-list .biblio-col .aub a,
ul.results-list .biblio-col .aub a:hover,
ul.results-list .biblio-col .aub a:focus {
	color: #0066CC;
	}
	
/* news */
.news-intro {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	}
		
/* footer */
.footer {
	clear: both;
	padding: 20px 0;
	margin: 15px 0 0;
	font-weight: bold;
	}
.footer ul {
	}
.footer li {
	padding: 0 6px 0 3px;
	border-right: 1px solid #222;
	display: inline;
	}
.footer li a {
	color: #222;
	}
.footer li.ehaus {
	border: 0;
	}


a.morelink {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	color: #fff;
	background: #CD3710;
	background: -moz-linear-gradient(top, #E0592C, #CC330D);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#E0592C), to(#CC330D));
	border: 1px solid #CD3710;
	font-weight: bold;
	padding: 0.2em 0.6em;
	}
a.morelink:hover,
a.morelink:focus {
	background: #E0592C;
	text-decoration: none;
	}

