/***********************GLOBAL SETTINGS***********************/
/*Changes within this document will apply to the whole site  */
/*************************************************************/

body {
	width: 900px;
	max-width: 900px;
	margin: 0 auto;
	background-color: #fff;
	font-family:Palatino Linotype, Palatino, serif;
	color:#003333;
	border-top: 10px solid #9999ff;
	border-bottom: 9px solid #9999ff;
}
p { margin: 0.5em 0 0.5em 0;}
h2 {padding: 0 0 10px 0;}
h3 { font-size: 1.1em;font-family:Palatino Linotype, Palatino, serif;
}
/*global font family*/
body,
p,
h1,
h2,
h4,
h5,
h6,
address,
table {
	font-family:Palatino Linotype, Palatino, serif;
	/*color:#003333;*/
	font-size:14px;
}
/*global set paddings and margins to 0 for all elements*/
* {
	padding: 0;
	margin: 0;
}
img {
	border: 0px;
}
ul {
	color: #5A5E5E;
}
a:link, a:visited {
	text-decoration:none;
	color: #5A5E5E;
}
a:hover {
	text-decoration:none;
	color: #5E5EC9;
}

a.plist:link, a.plist:visited {
  font-size:14px;
	color: #5E5EC9;
}
a.plist:hover {
	color: #636466;
}



/*//////////////////////FORM SETTINGS HERE///////////////////////////////*/
input,
select,
.input {
	color: #3D0000;
	background-color: #ffffff;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin: 0px 5px 0px 5px;
}
select {
	font-size: 10px;
	
.txtarea {
scrollbar-face-color: #F7EEB0;
scrollbar-shadow-color: #808AA4;
scrollbar-highlight-color: #DDD6F5;
scrollbar-3dlight-color: #F7EEB0;
scrollbar-darkshadow-color: #808AA4;
scrollbar-track-color: #F7EEB0;
scrollbar-arrow-color: #F7EEB0;}

}

/*//////////////////////SITE WIDE STYLES HERE///////////////////////////////*/
.floatright {
	float: right;
}
.alignright {
	text-align: right;
}
.aligncenter {
	text-align: center;
}

.booktitle {
	font-size: 24px;
	color: #000;
	line-height: 28px;
	margin-bottom: 5px;
	font-weight: normal;
}
.title {
font-size: 19px;
width: 100%;
text-align: left;
float: left;
font-weight: normal;
padding: 0 0 4px 0;
}
.featuredbooktitle{
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	line-height: 24px;
	color: #5E5EC9;
}
.booksubtitle{
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #5E5EC9;
}
.desc{
	font-size: 13px;
	font-weight: normal;
	color: #5A5E5E;
}
.author, .signin{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 16px;
	margin: 10px 0;
}
.author {
color: #b2b3b3;
line-height: 18px;
margin: 15px 0 10px 0;
}
#info {
margin: 0 0 15px 0;
}
.bindingtype {
	font-size: 11px;
	font-weight: bold;
	color: #7777777;
}
.bookdetails {
	color: #b2b3b3;
	margin: 10px 0;
}

.socialbookmark {
	color: #5A5E5E;
	margin: 10px 0;
	line-height:20px;
	font-weight:bold;
}

.price {
	color: #000; 
	font-size: 16px;
}
.date {
	font-size: 20px;
	color: #5A5E5E;
	padding: 15px 0 0 0;
	font-weight: normal;
}
.odd {
	background-color: #F5F2ED;
}
.even {
	background-color: #E5F5F8;
}
.plainBoxHeading {
	font : bold 12px Palatino Linotype, Palatino, serif;
	padding-top:20px;
	
	color : #000;
}
.plainHeading {
	font : bold 12px Palatino Linotype, Palatino, serif;
	padding-top:7px;color : #000;
}
.fieldKey {
	font-weight :  bold;
	color : #7777777;
	width : 150px;
	padding-top:8px;
}
.fieldValue {
	font-weight :  bold;
	color : #7777777;
	width : 450px;
	padding-top:8px;
}
.normalprice {
	text-decoration: line-through;
}

.productSpecialPrice {
	/*color: #CC0000;*/
	font-weight: bold;
	padding-bottom: 15mm;
	margin-bottom: 5mm;
}

.productPriceDiscount {
	/*color: #CC0000;*/
	font-weight: normal;
	line-height: 16px;
}

.category-links {
	font-family: Palatino Linotype, Palatino, serif;
	font-size: 14px;
	line-height: 22px;

	}
.note {
	color: #cc0000;
	font-weight: bold;
	font-style: italic;
	line-height: 22px;

}

#page {
	background: #fff;
	margin: 0 auto;
}

/*//////////////////////HEADER//////////////////////*/
#header {
	color: #5A5E5E;
	background: #fff ;
	width: 900px;
	height: 80px;
	font-size: 12px;
}
#header td {
	width: 900px;
	font-size: 12px;

}
#header td form {
	float: right;
	width: auto;
	text-align: right;
	padding: 0 0 0 10px;
	margin: 20px 0 0 0;
	vertical-align: bottom;
	line-height: 14px;
}
#header td form input.text {
	color: #5A5E5E;
	width: 205px;
	margin-bottom: 3px;
	height: 16px;
	border: 1px solid #eee;
	border-top: 1px solid #adadad;
	border-left: 1px solid #adadad;
	margin-top: 10px;
}
#header td form p {
	color: #5A5E5E;
	margin-top: 10px;
	padding-left: 5px;

}
#header td form input.submit {
margin: 10px 0 0 10px;
bottom: -5px;
height: 15px;
vertical-align: bottom;

}
/*//////////////////////NAVBAR//////////////////////*/
#NavBar {
	background: #F8EA98 url("../../images/33928.jpg") repeat-x;

	margin: 5px 0px 0px 0px;
	padding: 0;
	border-collapse:collapse;
	width: 900px;
	height: 43px;
}
#NavBar td {
	padding: 0px 20px;
	color: #fff;
	text-align : left;
	font-size: 12px;
}
#NavBar td.nav {
	vertical-align: bottom;
	line-height: 50px;
}
#NavBar td.nav a {
	float: left;
	height: 43px;
	color: #5E5EC9;
	padding: 0 12px 0 12px;
	font-size: 18px;
	text-transform: uppercase;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;

}
#NavBar td.nav a:hover {
	background-color: #ffffff;
	border-left: 1px solid #9A9999;
	border-right: 1px solid #9A9999;
	text-decoration: none;
}
#NavBar td.nav a.selected:hover,
#NavBar a.selected  {
	background-color: #fff;
}
/*#NavBar a.link {
	font-size: 12px; 
	font-weight: bold;
}
#NavBar a.search {
	font-size: 12px; 
	font-weight: 800;
}
#NavBar input  {
	height: 14px;
	color: #370407;
	background-color: #ffffff;
	font: bold 10px Arial, Helvetica, sans-serif;
	border-bottom: 0px solid #9A9999;
	border-top: 0px solid #9A9999;
	border-left: 0px solid #9A9999;
	border-right: 0px solid #9A9999;
	margin: 0;
}
#NavBar .submit {
	height :  16px;
	width: 16px;
	border : 0px;
	margin-top : 1.5px;
	padding : 1px;
}*/
/*#NavBar .submit {height :  18px; width: 16px; border : 0px; margin : 1mm; padding : 2mm; }*/

#NavBar td.links {
	padding: 15px 15px 0 15px;
	color: #5A5E5E;
	text-align: right;
	font-size: 12px;
	vertical-align: middle;	
}
#NavBar td.links a {
	color: #5A5E5E;
	padding: 12px 0 0 0;
	text-transform: uppercase;
	text-decoration: none;
}
#NavBar td.links a.cart {
	padding-left: 38px;
	background: url("../images/cart.gif") no-repeat;
}
#NavBar td.links a:hover {
	color: #5E5EC9;
}

/*//////////////////////MainTable//////////////////////*/
div.content {
	background: #fff url("../images/border_horiz.gif") repeat-x;
	margin: 4px 0 0 0;
	padding: 4px 0 0 0;
	width: 100%;
}
.homepage .content {
padding: 0 0 0 0;
}
.homepage .content #flashcontainer {
margin: 0 0 0 0;
}
#MainTable {
	cellpading: 0px;
	cellspacing: 0px;
	z-index:9999;
}

/*/////////////////////LEFT NAV COLUMN /////////////////////*/
#MainTable #navcolumn {
	width: 175px;
	padding: 10px 5px 0px 13px;
	vertical-align: top;
	font: normal 16px Palatino Linotype, Palatino, serif;
	background: url("../images/border_vert.gif") repeat-y right;
}
#blank_holder {
width: 175px;
height: 1px;
}
#MainTable #navcolumn h2 {
	font : 16px Palatino Linotype, Palatino, serif;
	color : #5A5E5E;
	text-transform: uppercase;
	padding: 0px 0px 2px 0px;
}
/*settings for all lists(menus) in nav*/
#MainTable #navcolumn ul {
	list-style-type:none;
}
#MainTable #navcolumn ul ul {
	padding-left: 10px;
	font-size: 14px;
}
#MainTable #navcolumn ul a {
	font-family: Palatino Linotype, Palatino, serif;
	list-style-position:inherit;
	line-height: 20px;
	color: #5A5E5E;
}
#MainTable #navcolumn ul a:hover {
	color: #5E5EC9;
	text-decoration:none;
}
#MainTable #navcolumn ul li a span.cat-selected, #MainTable #navcolumn ul li a.cat-selected {
	color: #5E5EC9;
}
#home_leftColWrap {
width: 210px;
float: left;
display: inline;
clear: right;
margin: 10px 10px 0 0;
}
#home_leftnav {
width: 210px;
height: 228px;
_height: 220px;
border: 1px solid #dcdcdc;
border-top: none;

}
#bottom_box {
width: 900px;
height: 40px;
border: 1px solid #dcdcdc;
padding: 5px 0 5px 0;
margin-top: 8px;

}
#searchbutton {
float: right;
display: inline;
margin: 2px 10px 0 0;
}
#home_leftnav span.home_navHeader {
background: #4074BC;
height: 30px;
display: block;
padding: 0 0 0 15px;
-moz-outline-style: none;
}
#home_leftnav span.home_navHeader h2 {
padding: 0;
}
#home_leftnav ul {
margin: 10px 0 15px 15px;
_margin: 15px 0 8px 15px;
list-style: none;
}
#home_leftnav ul li {
font-size: 12px;
font-weight: 0.5em;
line-height: 22px;
}

#home_leftnav span.home_navHeader h2 {
color: #fff;
font-size: 16px;
line-height: 30px;
}
#home_rightcol {
width: 690px;
float: left;
margin: 10px 0 0 10px;
_margin: 10px 0 0 8px;
display: inline;
} 
/*/////////////////////MAIN COLUMN IN 1 COLUMN LAYOUT /////////////////////*/

#MainTable #MainColumn {
	width: 100%;
	vertical-align : top;
	font-family:Palatino Linotype, Palatino, serif;
	color:#5A5E5E;
	font-size:14px;
	line-height:18px;
	padding: 10px;
}

#MainTable #MainColumn h1 {
	font: normal 24px Palatino Linotype, Palatino, serif;
	padding: 5px 5px 5px 0px;
	color: #000;
}
#MainTable #MainColumn p {
	padding: 5px 0px 0px 0px;
	font: normal 14px Palatino Linotype, Palatino, serif;
}

/*
#MainTable #MainColumn a {
	color : #370407;
	font-weight: 700;
	font-size: 14px;
}
*/
#MainTable #MainColumn ul {
	list-style-position: inside;
	list-style-type: none;
	padding: 0;
	font-size: 14px;
	color: #370407;
}
#maincontent {
	width: auto;
	padding: 0 0px 0px 0;
}
#MainTable #MainColumn #maincontent table{
	width: 100%;
}
#MainTable #MainColumn #maincontent tr {
	padding: 15px 0px 0px 0px;
	width: 100%;
}
#MainTable #MainColumn #maincontent td {
	//line-height: 20px;
}
/*//////////////////////FOOTER//////////////////////*/
#footer_home {
	color: #5A5E5E;
}
#footer {
	background: #fff url("../images/border_horiz.gif") repeat-x;
	margin: 0 0 5px 0;
	padding: 0;
	cellpading: 0px;
	cellspacing: 0px;
	width: 900px;
	height: 20px;
	font-size: 12px;
	z-index: 9999;
	font-weight: normal;
	color: #5A5E5E;
}
#footer td {
	vertical-align: middle;
	padding: 15px 14px 0px 14px;
	/*text-align : right;
	
	font-weight : bold;*/
}

/*////////////////////////////////////////////////////////////////////////*/
/*//////////////////////PAGE SPECIFIC SETTINGS HERE//////////////////////*/
/*//////////////////////////////////////////////////////////////////////*/


#ItemDetail #column2 {
	margin: 0 0 0 262px;
	width: 235px;
	font : 14px Arial, Helvetica, sans-serif;
}
#ItemDetail #column2 p.book_desc {
	line-height: 16px;
	color: #464646;
	font-family: Helvetica, sans-serif;
}
#column3 {
	color: #5A5E5E;
	width: 155px;
	padding-left: 15px;
	background: url("../images/border_vert.gif") repeat-y left;
	height: 100%;
	vertical-align: top;
	padding: 10px 10px 0 15px;
	font-size: 14px;
}
#column3 a {
	font-size: 14px;
}
#itemnum, #popularstyle, #iteminfo {
	font-size: 14px;
	color: #000;
	margin-bottom: 5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#itemnum {
float: left;
margin: -15px 0 0 0;
}
#discounted {
	color: #5A5E5E;
	text-decoration: line-through;
	font-family: Arial, Helvetica, sans-serif;
}
/*#ItemDetail #column3 .related {
	width : 145px;
	border-left : 2px solid #DFE9E1;
	padding-left : 7px;
	color : #3D0000;
	font : Bold 16px Georgia,Arial, Helvetica, sans-serif;
}*/
/*#ItemDetail #column3 .related span {
	color:#FF3900;
}*/
/*johan edit, recommended style*/
#column3 .related {
	padding: 10px 0 0 0;
}

#MainTable #column3 .related a {
	color: #5A5E5E;
}
#MainTable #column3 .related a:hover {
	color: #000;
	}

#column3 .related h2 {
	font-size: 14px;
	color:#000;
	margin-bottom:1em;
}


.prodimage {
	vertical-align: top;
	border: 1px solid #808080;	
	margin: 5px 5px 5px 5px;
} 

.detailname {
	font-size: 24px;
	line-height: 22px;
	margin-bottom: 5px;
	font-weight: normal;
}

.discountsapply {
	font-size: 13px;
	color: #C8001B;
}
.detaildiscounts {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #C8001B;

}

.smallest {
	font: 13px;
	}

.prod-divider {
	width:100%;
	color:#ccc;
	height:1px;
	border:1px solid #ccc;
	align: center;
	clear:both;
	}
.specs {
	font-size: 13px;
	font-style: normal;

}

.desc {
	font-size: 12px;
	font-style: italic;
} 

a.detail-link {
	font-size: 14px;
	font-style: italic;
	text-align: center;
}
.detailprice{
	padding-top: 10px;

}
a.goback {
	font-size: 14px;
	font-style: italic;
	text-align: center;
	line-height:30px;
	padding-left: 10px;
}


/*/////////////////////CATEGORY PAGE////////////////////////*/
/*//////////////////////Featured Table//////////////////////*/
#FeaturedTable {
	width: 600px;
	border-width : 0px;
	margin: 20px 0 0 0;
}
#FeaturedTable img {
	height: 80px;
}
#FeaturedTable td {
	text-align: center;
	vertical-align : top;
	width : 300px;
	padding : 8px 8px 8px 8px;
}
#FeaturedTable #cell1 {
	border-color : White;
	border-style : solid;
	border-width : 0px 0px 8px 0px;
}
#FeaturedTable #cell2 {
	border-color : White;
	border-style : solid;
	border-width : 0px 0px 8px 8px;
}
#FeaturedTable #cell3 {
	border-color : White;
	border-style : solid;
	border-width : 0;
}
#FeaturedTable #cell4 {
	border-color : White;
	border-style : solid;
	border-width : 0px 0px 0px 8px;
}


/*//////////////////////CHECKBOX / RADIO HACK - GOES AT END//////////////////////*/
.checkbox, .radio {
	border:0px;
}/* CSS Document */


/*Johans edits*/

/*12px headline*/
a span.booktitle, a:visited span.booktitle {
	font-size:12px !important;
}

/*same color on hover*/
#MainColumn #FeaturedTable a:hover {
	color: #370407 !important;
}

/*margin between checkboxes*/
#column1 input, #column2 input {
	margin: 0 4px 1px 0;
}

/*padding in cells*/
#ItemDetail table tr.even td, #ItemDetail table tr.odd td {
	padding:3px;
}

#homelink {
	width:270px;
	float: left;
	height:45px;
	text-indent: -9000px;
	text-decoration:none;
}

#column1 span.display{
	font-size:10px;
	font-style:italic;
}

#column2 span.nav {
	font-size:11px;
	font-style:normal;
}
#column2 span.nav strong.current {
	color: #FF3900;
}


/*//////////////////////INFO PAGE//////////////////////*/
.infoHeader {
	font : bold 11px Georgia,Arial, Helvetica, sans-serif;
	color: #333;
	padding-bottom:0px;
}
.infoborder {
	width : 450px;
	border-bottom : 2px solid #DFE9E1;
}
.infoList li {
	list-style-type:circle;
	font-family:arial,helvetica,verdana,sans-serif;
	color:#444;
	font-size:11px; 
	line-height: 14px; 
	list-style-position: inside;
	padding-left: 20px;
}


/*//////////////////////Product listing PAGE//////////////////////*/
#pagenum_top {
	vertical-align: bottom;
	width: auto;
	bottom: 0;
	margin: 10px 10px 0 0;
	height: 20px;
	text-align: right;
	padding: 0 10px 0 0;
}
#pagenum_bottom {
	vertical-align: top;
	padding: 0 10px 0 0;
	height: 20px;
	width: auto;
	float: right;
}
#pagenum_top_nopadding {
	vertical-align: bottom;
	bottom: 0;
	margin: 22px 0 0 0;
	_margin: 0 0 0 0;
	height: 20px;
	text-align: right;
	padding: 0 0 0 0;
}
#sortlist {
	text-align: right;
	padding: 0 30px 0 0;
	height: 20px;
	width: 230px;
	white-space: nowrap;
}
#maincontent table#prodList td#cart_price {
	vertical-align: top;
	padding-right: 0;
}
#MainColumn #maincontent table#prodList h3 {
	color: #000;
	font-weight: bold;
}
#MainColumn #maincontent table#prodList {
	border-bottom: 1px solid #939598;
	margin: 20px 0 20px 0;
}
table#prodList tr.prodList_row#odd td, table#prodList tr.prodList_row#even td {
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #939598;
}
#maincontent table#prodList #cart_desc, #maincontent table#prodList #cart_desc a:link, #maincontent table#prodList #cart_desc a:visited {
	vertical-align: top;
	line-height: 14px;
	font-weight: normal;
	font-family:arial,helvetica,verdana,sans-serif;
	color: #636466;
	text-decoration: none;
}
#maincontent table#prodList #cart_desc a:hover {
	color: #000;
}

#maincontent table#prodList #cart_desc a.plist:link, #maincontent table#prodList #cart_desc a.plist:visited {
	color: #000;
}
#maincontent table#prodList #cart_desc a.plist:hover {
	color: #636466;
}

#prodList_price {
	display: inline;
	width: 75px;
	text-align: right;
	height: 15px;
	float: left;
	margin: 0 6px 0 0;
	_margin: 0;
	padding: 0;
	clear: right;
}
#prodList_addcart {
	display: inline;
	width: auto;
	height: 15px;
	border-left: 1px solid #939598;
	float: left;
	text-align:left;
	margin-left:0 ;
	padding: 0 0 0 9px;
}
#prodList_addcart a:link, #prodList_addcart a:visited {
	color: #3599ff;
}
#prodList_addcart a:hover {
	color: #000;
}

/*///////////////////////MINOR DETAILS/////////////////////*/
#capIt {
text-transform: uppercase;
}
#showBullet a:link, #showBullet a:visited {
background: url("../images/bullet.gif") no-repeat center right;
padding-right:8px;
height: 5px;
}

#bottom_divider	{
background: #fff url("../images/border_horiz.gif") repeat-x;
height: 10px;
width: 100%;
}
#footer_home {
	/*background: #3D0000;*/
	/*background: #fff url(../images/border_horiz.gif) repeat-x;*/
	padding: 0;
	cellpading: 0px;
	cellspacing: 0px;
	width: 900px;
	height: 20px;
	font-size: 11px;
	float: left;
	display: inline;
	margin: 40px 0 0 0;
	/*position:relative;
	z-index:10;*/
}
#giftwrap {
margin: 70px 0 0 0;
padding: 3px;
}
#includes {
color: #5A5E5E;
}

/* CLEARFIX (http://www.positioniseverything.net/easyclearing.html)
--------------------------------------------------------------------*/
.clear {height: 0px; clear: both; font-size: 1px;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
#friendBox #newsbutton {
float: right;
display: inline;
margin: -18px 15px 0 0;#
}
#searchbutton {
float: right;
margin: 0 0 0 0;#
}
#home_leftnav ul li {
font-size: 12px;
font-weight: bold;#
line-height: 22px;
}