/**
 *	Reset stylesheet, written by Eric Meyer: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 *	This stylesheet provides a clean sheet for authors to build styles upon.
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/**
 *  General float-clearing class (whatstyle.net) 
 */
.clearfix:after {
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	content: ".";
}
/**
 * MAIN STYLES:
 */
 /* GERNERAL */
body{
	background: #8c7a7a url(/img/sandpaperbg.gif) repeat-x;
	font-family: arial, helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.6em;
	overflow-y: auto;
}
.container{
	width: 938px; 
	margin: 0 auto 0 auto;
}
h2{
	font-size: 1.9em;
	line-height: 1.9em;
	letter-spacing: .025em;
}
h3{
	font-weight: bold;
/*	letter-spacing: 0.019536902195em;*/
	letter-spacing: 0.019em;
	clear:both;
	padding: 0 0 10px 0;
}
.snippet h3{
	font-weight: normal;
	padding: 0;
	font-size: 1.9em;
	line-height: 1.9em;
	letter-spacing: .025em;
}
.pullback{
	margin-top: -2em;
}
a{
	color: #ab5757;
	text-decoration: none;
}
a:hover{
	color: #e26c6c;
	text-decoration: underline;
}
a:focus{
	outline: 1px #333 dotted;
}
ul .sep{
	float:left;
	padding-right: 10px;
}
.button{
	border: 1px #b5c078 solid;	
	border-bottom: 1px #a4b067 solid;
	border-right: 1px #a4b067 solid;
	background: #c6d188;
	color: #343823;
	height: 2em;
}
.button:hover{
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
a.button.nextbutton{
	float: right;
	position: relative;
	font-size: .9em;
	padding: 0 .5em 0 .5em;
	z-index: 2;
}
a.button.prevbutton{
	float: left;
	position: relative;
	font-size: .9em;
	padding: 0 .5em 0 .5em;
	z-index: 2;
}
.small{
	font-size: .8em;
}
 /* HEADER */
.headertop{
	margin-top: 6px;
	padding: 0 8px 0 8px;
	height: 54px;
	width: 100%;
	background: url(/img/top.png) no-repeat;
	z-index: -1
}
.headerpush{
	height: 63px;
	background: #fff;
	z-index:2;
}
.logo a{
	position:absolute;
	top:0px;
	background: url(/img/logo.png);
	width: 323px;
	height: 73px;
	overflow:hidden;
	text-indent: -999em;
	margin: 28px 18px 0 52px;
}
.logo img{
	display: none;
}
.searchbox{
	float:right;
	margin: 38px;
	margin-top: -.5em;
}
.searchbox input.origvalue{
	width: 210px;
	text-align:center;
	color: #aaa;
	margin-right: 4px;
}
.searchbox input.userinput{
	width: 200px;
	text-align:left;
	color: #343823;
	margin-right: 4px;
}
.searchbox label{
	display: none;
}
 /* NAVIGATION */
#_skipnavigation{
	display: none;
}
fieldset.navigation legend{
	display: none;
}
ul.navigation{
	background: #c6d188 url(/img/navbarbg.png) bottom repeat-x;
	padding: 10px 0px 0px 10px;
	border-top: 1px #a4b067 solid;
	padding-left: 190px;
	height: 28px;
}
.navigation li{
	margin-right: 10px;
	float: left;
	padding: 0 8px 4px 8px;
}
.navigation a{
	text-decoration:none;
	color: #fff;
	-webkit-transition: color .3s;
}
.navigation a:hover{
	color: #343823;
}
.navigation .active a{
	color: #343823;
}
.navigation .active a:hover{
	color: #343823;
}
.navigation li.active{
	border-top: 1px #b4c077 solid;
	border-right: 1px #a4b067 solid;
	border-left: 1px #a4b067 solid;
	background: #dfe6b8;
	text-shadow: 1px 1px 4px #fff;
}
 /* SIDEBAR */
.browse{
	float:left;
	clear:none;
	border-right: 2px #a4b067 dotted;
	background: rgba(223,230,184,.7);
	margin: 0 20px 0px 0;
	padding: 10px;
	padding-top: 5.06em;
	width: 120px;
	font-size: .8em;
	line-height: 1.1em;
}
.browse fieldset legend{
	display: none;
}
.browse h3{
	position: relative;
	z-index: 2;
}
ul.by{
	margin-bottom: 3em;
}
.by li{
	font-weight: bold;
	padding: 4px;
}
.by li.active{
	line-height: 1.5em;
	list-style: square url(/img/selector.gif);
}
ol.alphabet{
	margin-bottom: 3em;
}
.alphabet li{
	float: left;
	min-width: 1em;
	padding: 1px;
	padding-left: 0px;
	font-weight: bold;
}
.alphabet a{
	min-width: 1em;
	padding: 2px;
	text-align:center;
	float:left;
	border: 1px transparent solid;
}
.alphabet a:hover{
	min-width: 1em;
	text-decoration:none;
	color: #fff;
	border: 1px #b5c078 solid;	
	border-bottom: 1px #a4b067 solid;
	border-right: 1px #a4b067 solid;
	background: #c6d188;
	text-transform: uppercase;
}
.alphabet a:active, .alphabet a:focus{
	min-width: 1em;
	text-decoration:none;
	border: 1px #b5c078 solid;	
	border-bottom: 1px #a4b067 solid;
	border-right: 1px #a4b067 solid;
	background: #c6d188;
}
ul.basket a.remove{
	padding: 2px;
	text-align:center;
	float:left;
	position: absolute;
	margin-left: -20px;
	border: 1px transparent solid;
	min-width: 1em;
	text-decoration:none;
	font-weight: bold;
}
ul.basket a.remove:hover{
	font-weight: bold;
	border: 1px #b5c078 solid;	
	border-bottom: 1px #a4b067 solid;
	border-right: 1px #a4b067 solid;
	background: #c6d188;
}
.basket li{
	display:block;
	border-bottom: 1px #a4b067 dotted;
	height: 3.29em;
	line-height: 1.1em;
	/*text-align: justify;*/
	overflow: hidden;
	margin: 1em 0 1em 0;
}
.basket li.preview:hover{
	position: relative;
	z-index: 2;
	width: 590px;
	padding: 20px;
	margin-left: -32px;
	padding-left: 32px;
	background: #ffffdd;
	background: rgba(255,255,200,.9);
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,.3);
	-webkit-box-shadow:0px 3px 10px rgba(0,0,0,.3);
	box-shadow: 0px 3px 10px rgba(0,0,0,.3);
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	overflow: visible;	
	height: auto;
	border-bottom: 0;
	-webkit-transition-property: -webkit-box-shadow;
	-webkit-transition-duration: 1s;  
}
.inbasket {
	float:left;
}
.basket li.pricetotal{
	margin-top: 2em;
	margin-bottom: 0px;
	border-bottom: none;
	height: 9.68em;
}
.basket li.pricetotal input{
	margin: .5em;
	margin-left: 2px;
}
.pricetotal em{
	margin-left: 0px;
	font-style: normal;
	font-weight:bold;
}
 /* CONTENT */
.contentwrapper{
	padding: 0 9px 0 9px;
	background: transparent url(/img/mid.png) repeat-y;
}
.content{
	background: #dfe6b8 url(/img/athenabgrev.png) no-repeat;
	padding: 20px;
	color: #343823;
}
.content p{
	padding-bottom: 2em;
}
.content em{
	font-style: italic;
}
.content strong{
	font-weight: bold;
}
.maincontent{
	float:right;
	text-align: justify;
	width: 700px;
	margin-right: 10px;
	clear:none;
}
.maincontent .snippet li{
	list-style: disc outside;
}

.books{
	font-size: .9em;
}
.books li{
	margin-bottom: 2em;
	background: rgba(223,230,184,.7);
}
.books p{
	margin-left: 9em;
	padding-bottom: 0;
	border-bottom: 1px #ab5757 dotted;
}
.books ul.images{
	border: 0;
	margin-left: 9em;
}
.books ul.images li{
	margin-top: 5px;
	margin-right: 5px;
	float: left;
	margin-bottom: 0;
}
.books p img{
	float: right;
	margin: 5px 0px 5px 10px;
}
.books strong{
	font-weight: bold;
}
.books em{
	font-style: italic;
}
a.bookdetail{
	color: #343823;
}
a.bookdetail:hover{
	text-decoration: none;
	color: #AB5757;
}
a.bookdetail:hover .booktype{
	color: #AB5757;
}
a.bookdetail:hover img{
	opacity: .8;
}


.books .highlight{
	border-bottom: 1px dotted #AB5757;
	text-shadow: 0px 0px 4px #fff;
}
.price{
}
.booktype{
	margin-left: 1em;
	color: #545833;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
}
.books h3.keywords{
	margin-top: 1em;
	padding:0;
	font-weight: normal;
}
.books .keywords{
	margin-left: 9em;
}
.books ul.keywords{
	padding-bottom: 2em;
}
.books .keywords li{
	margin: 0;
	padding: 0;
	list-style: none;
}

a.zoom b{
	display: none;
	position: absolute;
	color: #fff;
	font-weight: normal;
	width: 75px;
	height: 75px;
	background: url('/img/zoom.png');
	text-indent: -999em;
}
a.zoom b.out {
	background: url('/img/zoomout.png');
}
a.zoom:hover b{
	display: block;
}

div.highlights{
	width: 100%;
	margin-top: 1em;
	margin-left: -50px;
	margin-right: -10px;
	margin-bottom: 1.5em;
	padding: 20px;
	position: relative;
	z-index: 1;
	background: #ffffdd;
	overflow: hidden;
	background: rgba(255,255,255,.5);
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,.3);
	-box-shadow: 0px 3px 10px rgba(0,0,0,.3);	
}
div.highlights .mask{
	padding: 1em;
	overflow: scroll;
	overflow-y: hidden;
}
div.highlights ul{
	float: left;
	position: relative;
	left: 0px;
	width: 2000px;
	height: 200px;
}
div.highlights ul li{
	float: left;
	clear: none;
	margin-right: 30px;
	width: 320px;
	height: 180px;
	overflow: hidden;
	font-size: .8em;
	line-height: 1.2em;
}
div.highlights ul li img {
	margin: 0px 10px 5px 0px;
	float: left;
	clear: none;
}
div.highlights .next, div.highlights .prev{
	position: relative;
	z-index: 2;
	background: url(/img/arrows.png);
	width: 32px; height: 32px;
	border:0;
	bottom: 32px;
	float: right;
	clear: none;
	cursor: pointer;
	outline: none;
	font-size: 0;
	text-indent: -999em;
}

div.highlights .next:active, div.highlights .prev:active,
div.highlights .next:focus, div.highlights .prev:focus{
	outline: none;
}

div.highlights .next{
	background-position: 0 -33px;
}
div.highlights .next:hover{
	background-position: 0 0px;
}

div.highlights .prev{
	float: left;
	background-position: -32px -33px;
}
div.highlights .prev:hover{
	background-position: -32px 0px;
}

div.highlights h3{
	margin: 0 0 0 2em;
	padding: 0;
}
div.highlights cite{
	margin: 0 0 0 2em;
	font-size: 1em;
	letter-spacing: .025em;
	font-weight: normal;
	color: #545833;
	font-style: italic;
}
div.highlights cite:before{
	content: open-quote;
}
div.highlights cite:after{
	content: close-quote;
}

input.add{
	float:left;
	clear: none;
	width: 92px;
	height: 20px;
	margin-top: 5px;
}
.ordercontainer .books p{
	margin-left: 7em;
}

.related a{
	margin-left: 5em;
	font-size: .8em;
}
ol.ordernavigation{
	margin-right:-100px;
}
.ordernavigation li{
	float:left;
	clear:none;
	list-style:decimal;
	color: #545833;
	padding: .4em;
	padding-left: .5em;
	padding-right: .5em;
	margin-right: 4.0em;
}
.ordernavigation li.active{
	background: #ffffdd;
	background: rgba(255,255,255,.5);
	color: #343823;
	font-weight:bold;
}
.ordernavigation a{
	color: #545833;
}
.ordernavigation a:hover{
	color: #343823;
	text-decoration: none;
}
.ordercontainer{
	clear:both;
	padding: 1em;
	margin-bottom: 3em;
	background: #ffffdd;
	background: rgba(255,255,255,.5);
}
.ordercontainer ul{
}
.ordercontainer ul input.add.button {
	width: 64px;
	float: left;	
}
.ordercontainer .books li{
	background: transparent;
}
.ordercontainer .total{
	width: 6em;
	float:left;
	clear:none;
}
.ordercontainer .hr{
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px #ab5757 dotted;
}
/* FORM */
.ordercontainer input, .ordercontainer select, .ordercontainer label{
	height: 1.5em;
	display: block;
}
.ordercontainer input.button {
	height: 2em;
}
.ordercontainer input.text{
	float: left;
	clear: right;
	width: 300px;
	margin-bottom:5px;
}
.ordercontainer label{
	float:left;
	width: 210px;
	clear:left;
	margin-bottom:5px;
}
.ordercontainer label small{
	font-size: .78em;
}
.ordercontainer input.street{
	width: 250px;
	margin-right: 10px;
}

.ordercontainer input.housenumber{
	width: 34px;
}
.ordercontainer select{
	float: left;
	width: 200px;
	clear: none;
}
.ordercontainer input.small{
	width: 110px;
}
.ordercontainer label.required em{
	font-weight:normal;
	font-style:normal;
	color: #f44;
}
.ordercontainer input.checkbox{
	float: left;
	clear: none;
	margin-right: 5px;
	margin-bottom: 5px;
}
.ordercontainer input.radio{
	float: left;
	clear: none;
	margin-right: 5px;
	margin-bottom: 5px;
}


.ordercontainer label.cookie{
	clear:none;
	width: 400px;
	overflow: hidden; /*  IE qurik*/
}
.ordercontainer #_cookie{
	float: left;
}
/*
.ordercontainer dl{
	height: 4em;
}
*/
.ordercontainer dt{
	float: left;
	clear: left;
	width: 7em;
}

.ordercontainer dd{
	font-weight: bold;
}
.ordercontainer dd .details{
	font-weight: normal;
	font-style: italic;
}
.ordercontainer fieldset{
	width: 600px;
	overflow: auto;
	position: relative;
	display: block;
}

 /* FOOTER */
.footer{
	margin-top: 2em;
	font-size: .8em;	
	padding-bottom: 10px;
	margin-bottom: 0;
}
.footer ul{
	clear:both;
	margin-left: 170px;
}
.footer li{
	float: left;
	margin-right: 10px;
	border-right: 1px #a4b067 dotted;
	padding-right: 10px;
}
.footer li.last{
	border-right: 0px;

}
.bottomnavigation{
	margin-top: 3em;
	margin-bottom: 2em;
	height: 8em;
}
.bottomnavigation span{
	font-size: .9em;
	display: block;
	position: relative;
	z-index: 0;
	width: 700px;
	top: 1.1em;
	text-align: center;
}
.bottomnavigation span.noprevious{
	text-align: left;
}
.acceptance{
	float:right;
	margin-right: 10px;
	margin-top: -24px;
	width: 176px;
	height: 48px;
	background: url(/img/acceptance.png) no-repeat 63px 0;

	/* TEMPORARILY */
	display: none;
}
fieldset.search{
	margin-top: 1em;
	margin-left: -1em;
	margin-right: -1em;
	padding: 2em;
	margin-bottom: 1.5em;
	background: rgba(255,255,255,.5);
	-moz-box-shadow: 0px 3px 10px rgba(0,0,0,.3);
	-webkit-box-shadow: 0px 3px 10px rgba(0,0,0,.3);
	-box-shadow: 0px 3px 10px rgba(0,0,0,.3);
}
fieldset.search h2{
	margin-top: -.5em;
	margin-bottom: 1em;
}
fieldset.search label, fieldset.search input, fieldset.search select{
	margin-bottom: .5em;
	margin-top: 0;
}
fieldset.search label{
	float: left;
	clear: left;
	width: 100px;
	margin-right: 2em;
}
fieldset.search input{
	float: left;
}
fieldset.search textarea{
	float: left;
	height: 8em;
}
fieldset.search .userinput{
	width: 500px;
}
fieldset.search select{
	float: left;
}
fieldset.search select .defaultValue{
	margin-bottom: .2em;
	border-bottom: 1px #ddd solid;
	font-weight: bold;
}
fieldset .fielddivider{
	display: none !important;
}
p.searchhelp{
	margin-bottom: 3em;
}
span.mailhelp{
	float: right;
	margin-right: 45px;
	color: #747863;
	font-style: italic;
}
.button.emphasis{
	margin-top: 1em;
	outline: 2px #fff solid;
	margin-left: 0;
}
.button.emphasis:hover{
	outline: 2px #eee solid;
}
div.pointer{
	position: absolute;
	color: #ced5aa;
	font-size: 3.5em;
	background: rgba(223,230,184,.3);
	opacity: .7;
	box-shadow: 0px 5px 15px rgba(0,0,0,.3); 
	-moz-box-shadow: 0px 5px 15px rgba(0,0,0,.3); 
	-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,.3); 
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 48px;
	margin-left: 720px;
	padding-left: 10px;
	padding-right: 10px;
	z-index: -1;
	margin-top: -15px;
	padding-top: 25px;
	font-family: Georgia, Times, serif;
	font-style: italic;
}
h3.error{
	margin-top: 1em;
}
ul.error{
	margin-bottom: 8em;
	list-style: disc;
	list-style-position: outside;
}
ul.error li{
}
p.error{
	color: #ab5757;
}
/* */
#garp_login_form input {
	float: left; 
	width: 200px;
	clear: right;
}
#garp_login_form label {
	float: left; 
	width: 120px;
	clear: left;
}
#garp_login_form input.submit {
	float: left;
	margin: 10px;
	margin-left: 120px; 
	width: auto;
	clear: both;
}
#garp_login_form p {
	clear: both;	
}
#lost_password_form{
	height: 220px;
}

dl.orderdefinition {
	float: left;
	width: 240px;
}
dl.orderdefinition dd{
	font-weight: normal;
	text-align: right;
	margin-right: 1em;
}
dl.orderdefinition dt{
	width: 6em;
	margin-right: 1em;
}

dl.orderdefinition .sum{
	border-top: 1px #ab5757 dotted;
	font-weight: bold;
}
dl.orderdefinition .spice{
	margin-right: -1em;
	width: 1em;
	font-weight: bold;
}

fieldset.payment{
	float: right;
	width: 670px;
}
fieldset.payment input{
	float:left;
	clear:left;
}
fieldset.payment label{
	float:left;
	clear: none;
}
textarea.specimina{
	font-family: arial, helvetica, sans-serif;
	height: 360px;
	font-size: 1em; 
	width: 690px;
	background: rgba(255,255,255,.5);
	border: none;
	padding: 10px;
	margin-bottom: 20px;
}
ol.specimina {
	width: 690px;
	background: rgba(255,255,255,.5);
	padding: 10px;
	-moz-column-count:5;
	-webkit-column-count:5;
	column-count: 5;
	text-align: right;
	-moz-column-rule: 1px solid #000;
	-moz-column-gap: 20px;
	-webkit-column-rule: 1px solid #000;
	-webkit-column-gap: 20px;
	margin-bottom: 20px;
}
ol.specimina a{
	display: block;
	padding: 0 5px 0 5px;
}
ol.specimina li:hover{
	background: #fff;
}
a.specimina {
	display: block;
	text-align: left !important;
	margin: 0 0 10px 0;
}
#flashMessage {
	color: #000;
	background: #FFF;
	opacity: 0;
	text-align: center;
	font-size: 1.4em;
	height: 110px;
	line-height: 25px;
	padding-top: 60px;
	border-bottom: 2px #888 solid;
	position: fixed;
	top: 0;
	width: 920px;
	left: 50%;
	margin-left: -460px;
	z-index: 9999;
}
