html, body
{
	margin: 0px;
	padding: 0px;
	background-color: #851e21;
	min-height: 100%;
	font-family: Verdana;
	font-size: 10pt;
}

* html body
{
	height: 100%;
}

div.container
{
	position: absolute;
	left: 50%;
	margin: 0px 0px 0px -415px;
	padding: 0px 25px 0px 25px;
	width: 780px;
	min-height: 100%;
	background-image: url('images/bg_container.png');
}

* html div.container
{
	height: 100%;
}

div.header
{
	width: 780px;
	height: 100px;
	background-image: url('images/header.png');
}

div.menu
{
	padding: 0px 0px 0px 15px;	
	width: 765px;
	height: 25px;
	background-color: #b92025;
}

div.menu a
{
	display: block;
	float: left;
	margin: 5px 0px 0px 0px;
	font-size: 8pt;
	color: #fafae2;
}

div.menu img
{
	float: left;
}

div.content
{
	float: left;
	padding: 0px 30px 0px 15px;
	width: 490px;
	min-height: 500px;
}

*html div.content {
	height: 500px;
	
}

div.extra
{
	float: left;
	padding: 12px 10px 0px 10px;
	width: 225px;
	min-height: 200px;
	background-image: url('images/arrow.png');
	background-repeat: no-repeat;
}

div.crumbs
{
	padding: 2px 0px 0px 0px;
	width: 100%;
	height: 22px;
	background-image: url('images/crumbs.png');
	font-size: 8pt;
	font-weight: bold;
}

a
{
	color: #ba1f23;
	font-weight: bold;
	text-decoration: none;
}

form, p
{
	margin: 0px;
	padding: 0px;
}

img
{
	border: 0px;
}

/* Editor styles */
.titel
{
	font-size: 1.4em;
	font-weight: bold;
}

.subtitel
{
	font-size: 1.2em;
}

/* CMS Stuff */
textarea, select, input
{
	font-family: Verdana;
}

textarea.editor
{
	width: 100%;
	height: 200px;
}
select.contact
{
	border: 1px solid #4b1b1b;
	background-color: #f8f1bd;
	width: 99%;
	color: #000;
	font-size: 1em;
}

textarea.contact
{
	border: 1px solid #4b1b1b;
	background-color: #f8f1bd;
	width: 99%;
	height: 100px;
	color: #000;
	font-size: 1em;
	overflow: auto;
}

input.contact
{
	border: 1px solid #4b1b1b;
	background-color: #f8f1bd;
	width: 99%;
	color: #000;
	font-size: 1em;
}
input.cart
{
	border: 1px solid #4b1b1b;
	background-color: #f8f1bd;
	color: #000;
	font-size: 1em;
}

input.contact_button
{
	border: 1px solid #521c1a;
	background-color: #521c1a;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}

td.title
{
	font-size: 1em;
	font-weight: bold;
	text-align: right;
}

input.admin
{
	border: 1px solid #4b1b1b;
	background-color: #f8f1bd;
	color: #000;
	font-size: 1em;
	width: 300px;
	padding: 2px;
}

select.admin
{
	border: 1px solid #4b1b1b;
	background-color: #f8f1bd;
	color: #000;
	font-size: 1em;
	width: 300px;
	padding: 2px;
}

input.admin_button
{
	border: 1px solid #521c1a;
	background-color: #521c1a;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
}

textarea.admin
{
	border: 1px solid #4b1b1b;
	background-color: #f8f1bd;
	color: #000;
	font-size: 1em;
	padding: 2px;
	width: 300px;
	height: 150px;
}

div.paginate, div.sortoptions
{
	clear: both;
	height: 20px;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	width: 489px;
}

div.sortoptions
{
	text-align: right;
}

div.paginateLeft
{
	color: #b92023;
	float: left;
	width: 70px;
}

div.paginateMiddle
{
	float: left;
	width: 349px;
	text-align: center;
}

div.paginateRight
{
	color: #b92023;
	float: left;
	width: 70px;
	text-align: right;
}

div.paginate a
{
	color: #777777;
}

div.paginate strong
{
	color: #b92023;
	font-size: 1.1em;
}
/*
div.book
{
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

div.bookCover
{
	float: left;
	padding: 0px 10px 0px 10px;
	width: 100px;
}

div.bookInfo
{
	float: left;
}

div.bookTitle
{
	margin-bottom: 7px;
	color: #b92025;
	font-size: 1.1em;
	font-weight: bold;
}

div.bookAuthor
{
	margin-bottom: 7px;
	color: #050300;
	font-size: 0.8em;
	font-weight: bold;
}

div.bookType
{
	margin-bottom: 7px;
	font-size: 0.8em;
}

div.bookCondition
{
	margin-bottom: 7px;
	font-size: 0.8em;
}

div.bookDescription
{
	margin-bottom: 7px;
	font-size: 0.8em;
}

div.bookReadOn
{
	margin-bottom: 7px;
	font-size: 0.8em;
}

div.bookPrice
{
	float: left;
	padding: 2px;
	width: 111px;
	height: 21px;
	color: #ffffff;
	background-color: #b92025;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

div.bookOrder
{
	cursor: pointer;
	float: left;
	margin-left: 10px;
	padding: 2px;
	width: 226px;
	height: 21px;
	color: #ffffff;
	background-color: #521c1a;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
*/

div.bookCategory
{
	padding: 5px;
	margin: 0px 0px 10px 0px;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 2px solid #b92023;
	background-color: #f5e597;
}

div.bookLeft, div.bookRight
{
	padding: 5px 0px 5px 5px;
	margin: 0px 5px 5px 0px;
	float: left;
	width: 235px;
	height: 160px;
	background-color: #f5e597;
	border: 1px solid #b92023;
	font-size: 8pt;
}

div.bookRight
{
	margin: 0px -3px 5px 0px;
}

div.bookCover
{
	float: left;
	margin: 0px 5px 0px 0px;
	width: 100px;
}

div.bookInfo
{
	float: left;
	margin: 5px 0px 0px 0px;
	width: 125px;
	height: 110px;
}

div.bookTitle
{
	font-weight: bold;
	color: #b92023;
}

div.bookAuthor a
{
	font-weight: normal;
	font-style: italic;
	color: #000000;
}

div.bookType
{
	margin: 10px 0px 0px 0px;
}

span.originalPrice
{
	font-size: 8pt;
	text-decoration: line-through;
}

div.bookPrice
{
	float: left;
	width: 125px;
	height: 20px;
	background-color: #b92023;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	color: #fafae2;
}

div.bookOrder
{
	float: left;
	margin: 3px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	width: 123px;
	height: 18px;
	background-color: #fafae2;
	color: #b92023;
	border: 1px solid #b92023;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

div.editBook
{
	position: absolute;
	width: 100px;
	border-bottom: 2px solid black;
	background-color: #cccccc;
	text-align: center;
}

table.extra
{
	margin: 0px 0px 10px 0px;
	font-size: 0.8em;
	border-collapse: collapse;
}

td.extraLeft
{
	width: 20px;	
}

td.extraMiddle
{
	color: #b92025;
	border-bottom: 1px solid #b92025;
	font-weight: bold;
}

td.extraRight
{
	width: 50px;
	text-align: right;
	font-weight: bold;
}

div.search
{
	float: right;
	width: 235px;
	height: 40px;
	text-align: center;
	margin: 60px 10px 0px 0px;
	padding: 0px;
	font-size: 8pt;
}

* html div.search
{
	margin: 60px 5px 0px 0px;
}

div.search a
{
	color: #fafae2;
	text-decoration: underline;
	font-weight: normal;
}

input.search
{
	border: 1px solid #521c1a;
	background-color: #851e21;
	color: #ffffff;
}

input.submitSearch
{
	background-color: #521c1a;
	border: 1px solid #521c1a;
	# border: none;
	color: #ffffff;
}

div.authorResults
{
	padding: 0px 0px 20px 0px;
}

td.cart
{
	font-weight: bold;
}

input.cart
{
	width: 4em;
}

div.review
{
	margin: 0px 0px 10px 0px;
}

div.review_created
{
	font-size: 8pt;
	font-weight: bold;
	color: #851e21;
	border-bottom: 1px solid #cccccc;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #b92025;
	background-color: #f5e597;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	color: #ffffff;
	background-color: #b92025;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	color: #ffffff;
	background-color: #b92025;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}

p.message {
	font-weight: bold;
	padding: 5px 0;
}

div.footer {
	clear: both;
	background-image: url('images/crumbs.png');
	background-repeat: repeat-x;
	margin: 0px 30px 0px 15px;
	padding: 25px 0px 10px 0px;
	width: 490px;
	font-size: 10px;
}
