/* 
  ------------------------------------------------
Jarndyce
main CSS
  ------------------------------------------------
*/

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 20px auto;
	padding: 0;
	background: url(../images/layout/bkrgnd_gr2.jpg);
	background-attachment:fixed;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background: #000000 url(../images/layout/header_3.jpg) no-repeat center top;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
}
#column_wrapper {
	background: url(../images/layout/middle.jpg) repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 200px;
	float: left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#left .content {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	padding: 24px;
	padding-top:6px;
	font-size: 0.8em;
	line-height: 1.2em;
}
#left .content p {
	line-height: 1.2em;
}
#left a {
	color: #000000;
	display:block;
	text-decoration:none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	text-decoration:underline;
	background-image:url(../images/layout/arrow_dark.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#right {
	width: 740px;
	float: left;
}
#right .content {
	padding: 15px 18px 2px;
	font-size: 0.9em;
	line-height: 1.65em;
	border-right: solid 1px #000;
}
#right .content div img {
	padding: 2px;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 12px 24px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin-left:200px;
}
#footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #000;
	color:#FFF;
	padding: 0;
	margin: 0;
	font-size: 0.75em;
	clear: both;
	font-size: 0.75em;
	border-top: 1px solid #000;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#topmenu {
	margin: -1px 0 0 0;
	padding: 0;
	list-style-type: none;
	display:block;
	border-bottom: 1px solid #999999;
	border-top: 0px solid #999999;
}
.biz-books {
	/*border:solid 1px #999;*/
}
.menu-options {
	border:solid 1px #CCC;
	padding:10px;
	padding:2px 10px 2px 10px;
	margin-top:3px;
}
.menu-options h2 {
	margin-top:3px;
	font-size:1.0em;
	font-weight:bold;
	color:#000;
}
.menu-options a:hover {
	text-decoration:underline;
	color:#000;
}
.menu-options p img {
	border-style: none;
}
#right a {
	text-decoration:none;
	border-bottom:1px dotted #666666;  /* originally had underline only for :link and not :visited */
	padding-bottom:0px;
	color:#000;
}
#right a:link {
	text-decoration:none;
	border-bottom:1px dotted #666666;
	padding-bottom:0px;
	color:#000;
}
.pleasenote {
	color:#830101;
}
/*#right a:hover, a:active {
	border-bottom:1px solid #990000;
	color:#990000;
}*/
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #333;
	text-decoration:none;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #000;
	text-decoration:underline;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.4em;
	margin: 0;
	font-weight:normal;
	color:#830101;
}
h2 {
	font-size: 1.2em;
	margin: 20px 0 0 0;
	font-weight:normal;
	color:#830101;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
/*** SLIDESHOW **/

#slideshow {
	/*** set the width and height to match the images **/
    position:relative;
	height:400px;
}
#slideshow div {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	/*opacity:0.0;*/
	height: 400px;
	background-color: #FFF;
	width: 690px;
}
#slideshow div.active {
	z-index:10;
	/*opacity:1.0;*/
}
#slideshow div.last-active {
	z-index:9;
}
#slideshow div img {
	height: 400px;
	display: block;
	border: 0;
	margin-bottom: 2px;
}
#slideshow-caption {
	position:absolute;
	top: 320px;
	left: 40px;
	width:200px;
	overflow:hidden;
	text-align: center;
	font-size:0.9em;
}
/*** END SLIDESHOW **/

#keywords, #keywords_cat {  /* (quick search field) */
	margin-top:10px;
	width:130px;
}
#quicksearchbtn, #catsearchbtn {
	width: 28px;
	background-image:url(../images/layout/btn_bkgrnd.jpg);
	background-repeat:repeat-y;
	border: 0;
	color: #FFF;
	font-size: 0.9em;
	margin: 0 0 0 0;
	padding:0;
	height:21px;
}
.advancedsearch a {
	color: #000000;
	display:block;
	text-decoration:none;
	background-image:url(../images/layout/arrow_adv_light.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#advancedsearch a:link {
	color: #000000;
}
#advancedsearch a:visited {
	color: #333333;
}
#advancedsearch a:hover, #myselection a:hover  {
	text-decoration:underline;
	background-image:url(../images/layout/arrow_adv_dark.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#detailsearch {
	border-top-style: none;
}
input {   /* search field */
	width: 10em;
	background-color: #fafafa;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #000;
}
.record-nav {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
	line-height:1.8;
	font-size: 80%;
	height:30px;
}
.record-nav a {
	color: #333333;
	border: 0;
	text-decoration: none;
	margin-top: 12px;
	margin-right: 2px;
	margin-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	line-height: 1em;
}
.record-nav a:hover {
	/*border: 1px solid #000;*/
}
.bookdesc {
	line-height:1.5;
	border: solid 1px #CCC;
	margin-top:2px;
	margin-bottom:14px;
	padding:10px;
	padding-top:3px;	
	padding-bottom:6px;	
	float:left;
	width:680px; /* needed for IE6 */
	background-color:#FFF;
	background:url(../images/layout/bkgrnd_paper.jpg);	
}
.bookdesc-detail {
	font-size:110%;
	margin-bottom:10px;
	margin-top:2px;
	background:none;
}
/*.detailview a:hover {
	font: italic 90% Georgia, "Times New Roman", Times, serif, sans-serif;
	margin-left:10px;
	color: #666;
}*/
.bookdesc a:hover {
	/*color: #666;*/
	color: #C00;	
	font-style:italic;
}
.image-detail {
	/*float: left;*/
	margin: 3px 0 0 0;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
}
.image-detail img {
	border: 1px solid #999;
}
.image-detail a img {
	border: 1px solid #999;
}
.image-right-border {
	float: right;
	margin: 3px 0px 0px 12px;
	padding: 0px;
	/*	border: 1px solid #666666;*/
}
.image-right-border a img {
	border: 1px solid #CCC;
	padding:0px;
} 
.image-right-border a  {
	text-decoration:none;
	border-bottom:none;
	padding-bottom:30px; 
}
/****** FORM ELEMENTS ********/
form {
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;*/
}
select {
	font-size: 0.9em;
	color: #000000;
	background-color: #F2F2F2;
	border: 1px solid #777777;
	margin-left: 0px;
}

input,textarea{
	background-color:#F4F4F4;
	border: 1px solid #666666;
	margin-left: 0px;
	margin-right: 0px;
}
legend{
	padding:2px 5px;
	color:#666666;
}
fieldset {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
}
form.searchform label{
	cursor: pointer; 	
	display: block;
}

input {
	border: 1px solid #666666;
}
.required {
 	color:#F00;
}
input:focus{
background-color: #ffffcc;
color:#000000;
}
#searchbtn {
	width: 60px;
	background-image:url(../images/layout/btn_bkgrnd.jpg);
	background-repeat:repeat-y;
	border: 0;
	color: #FFF;
	font-size: 1em;
	margin-top: -5px;	
	margin-bottom: 5px;
	height: 25px;
	padding: 0px;
	padding-bottom:5px;
}
input {   /* search field */
	/*width: 12em;*/
	background-color: #fafafa;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	/*margin-bottom:6px;*/
	padding-right:6px;
	padding-right:6px;	
	color: #000;
}
.menu-options input {   /* search field */

	margin-bottom:6px;

}
#right .content a:hover { 
	border-bottom:1px solid #990000;
	color:#990000;
	font-style:italic;
}
#right .image-right-border a:link, #right .image-right-border a:hover  {  /*prevents border from appearing below thumbnail images */
	border:none;
}
/*
links to add items to enquiry list. CSS simulates text hover effect.
*/
.addtolist input[type="submit"] , .addtolist input[type="reset"] {
	padding:0;
	border:0;
	margin: 0 0 0 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px dotted #333;	
	background-color:transparent;
}
.addtolist input[type="submit"]:hover , .addtolist input[type="reset"]:hover{
	color: #990000;
	font-style:italic;
	border-bottom:1px solid #990000;
}
.addtolist input[type="submit"]:focus {
	background-color:#FFF;
}
.textfieldServerError {
  display:inline;
  margin:0px;
  color:#CC3333;
  border: 1px solid #CC3333;
  font-size:90%;
  font-weight:normal;
}
#login {
	color: #FFFFCC;
	float:right;
	text-align:right;
	color:#FFF;
	padding-right:30px;
	padding-top:8px;
	font-size:0.75em;
	position:absolute;
	right:1px;
	top:1px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	/*font-variant:small-caps;*/
}
#login a:link, #login a:visited {
	color: #FFF;
}
#login a {
	text-decoration:none;
	border-bottom:1px dotted #FFFFCC;
	color: #FFF;
	padding-bottom:1px;
}
#login a:link {
	text-decoration:none;
	border-bottom:1px dotted #FFF;
	padding-bottom:1px;
}
#login a:visited {
	/*border-color:#FFFFCC;*/
}
#login a:hover {
	border-color:#FFF;
	border-bottom:1px solid #FFF;
	color:#FFFFCC;
}