/* body attributes */
body {
	font-family: Arial, Verdana, sans-serif;
	background: #c2ddbb url('/gfx/body-bg.png') repeat-x left top;
	margin: 0px;
	text-align: center;
	color: #003A60;
}

a {outline: none;}
a:link {color: #2F52C5;}
a:visited {color: #008b9f;}
a:hover {color: #D20072 !important;}
a:active {color: #D20072;}

.invlink:link, .invlink:visited {
	text-decoration: none;
	color: #003A60;
}

img {
	border: 0px;
	outline: none;
}

/* standard font-size */
h3, h4, p, .p, th, ul, ol, .date, blockquote, #bc {
	font-size: 12px;
}

/* TEXT ELEMENTS */
h1, h2, h3, h4, p {
	margin: 0px;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

h1 a:link, h1 a:visited {
	color: #003A60;
	text-decoration: none;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

p {
	margin-bottom: 20px;
}

blockquote {
	margin: 0px 0px 0.75em 20px;
}

th {
	text-align: left;
}

hr {
	border-width: 0px;
	border-top: 1px solid #c6d3dc;
	height: 1px;
}

ul, ol {
	margin: 0px 0px 20px 15px;
	padding: 0px;
}

/* FORM */
form {
	margin: 0px;
}

.text, textarea, .submit, select, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input, input {
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
}

div.text {
	background: url('/gfx/text-left.gif') no-repeat 0px 0px;
	height: 26px;
	padding-left: 2px;
}

div.text input {
	background: url('/gfx/text-right.gif') no-repeat right 0px;
	height: 26px;
	max-height: 26px;
	padding: 6px 5px 0px 3px;
	border: 0px;
	font-size: 12px;
	width: 300px;
	color: #333;
}

div.textarea {
	background: url('/gfx/textarea-left.gif') no-repeat 0px 0px;
	height: 171px;
	padding-left: 3px;
	overflow: hidden;
}

div.textarea textarea {
	background: url('/gfx/textarea-right.gif') no-repeat right 0px;
	height: 156px;
	max-height: 156px;
	padding: 13px 13px 0px 10px;
	border: 0px;
	font-size: 12px;
	width: 260px;
	max-width: 276px;
	color: #333;
	overflow: hidden;
	margin: 0px;
}

.textarea .status {
	height: 15px;
	font-size: 12px;
}

div.submit {
	background: url('/gfx/submit-left.gif') no-repeat 0px 0px;
	height: 26px;
	padding-left: 2px;
	position: relative;
}

div.submit input {
	background: url('/gfx/submit-right.gif') no-repeat right 0px;
	height: 26px;
	min-width: 80px;
	padding: 0px 10px;
	color: #fff;
	border: 0px;
	font-size: 12px;
	cursor: pointer;
	outline: none;
}

div.aright {
	float: right;
}

.tf .aright {
	margin-right: 20px;
}

.text, .submit, .fieldtype-string input, .fieldtype-email input, .fieldtype-int input, .fieldtype-price input {
	height: 20px;
}

.checkbox {
	margin: 0px 7px 6px 0px;
	vertical-align: middle;
}

label {
	cursor: pointer;
}
 
.required label {
	font-weight: bold;
}

.fieldtype-string label, .fieldtype-text label, .fieldtype-email label, .fieldtype-price label, .fieldtype-int label, .fieldtype-select label  {
	float: left;
	width: 100px;
	padding-top: 4px;
}

.customform .fieldtype-radio label, .customform .fieldtype-checkbox label {
	margin-left: 30px;
	height: 20px;
	display: block;
}

#content table.tf th, #content table.tf td {
	padding: 4px 8px 4px 0px;
}

#spam .submits {
	width: 350px;
}

/* LAYOUT */
#sides {
	background: url('/gfx/outer-sides.png') repeat-y center top;
}

#main {
	background: #fff;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	margin-bottom: 30px;
}

#top {
	background: #fff url('/gfx/top-bg.png') no-repeat left top;
	height: 135px;
	overflow: hidden;
}

#logo {
	position: absolute;
	margin: 40px 0px 0px 25px;
}

#login {
	position: absolute;
	margin: 0px 0px 0px 875px;
	width: 104px;
	height: 32px;
}

#login a {
	background: url('/gfx/login-bg.png') no-repeat left top;
	display: block;
	width: 104px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}

#login a:link, #login a:visited, #login a:hover {
	color: #fff !important;
}

#middlelogin {
	width: 189px;
	padding: 8px 0px 0px 7px;
}

#middlelogin table td {
	padding: 0px;
}

#leftlogin .submit, #middlelogin .submit {
	background: url('/gfx/login-submit.png') no-repeat left top;
	width: 33px;
	height: 32px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#leftlogin a, #middlelogin a {
	line-height: 20px;
}

#nav {
	position: absolute;
	width: 850px;
	margin: 9px 0px 0px 0px;
	text-align: right;
	font-size: 12px;
}

#nav a:link, #nav a:visited {
	color: #003a60;
	text-decoration: none;
}

#bottom {
	background: url('/gfx/bottom.png') no-repeat center bottom;
	width: 1020px;
	height: 45px;
	position: absolute;
	margin: 0px 0px 0px -10px;
}

/* TOPNAV */
#topnav {
	font-size: 12px;
}

#topnav a {
	display: block;
	float: left;
	margin-right: 10px;
}

#topnav a.active {
	text-decoration: none;
	color: #003A60;
}

/* SEARCH */
.quicksearch {
	background: url('/gfx/quicksearch-bg.png') no-repeat left top;
	margin-bottom: 10px;
}

.quicksearch form {
	height: 65px;
	margin: 0px;}

.quicksearch div {
	padding: 7px 0px 6px 10px;
	*padding-top: 5px;
	*padding-bottom: 1px;
}

.quicksearch .text {
	background: url('/gfx/quicksearch-text.png') no-repeat left top;
	width: 302px;
	max-width: 302px;
	height: 26px;
	max-height: 26px;
	border: 0px;
	margin-right: 3px;
	padding: 5px 2px 0px 5px;
	vertical-align: top;
}

.quicksearch select {
	margin: 2px 0px 0px 0px;
	font-size: 12px;
	vertical-align: top;
}

.quicksearch .submit {
	background: url('/gfx/quicksearch-submit.png') no-repeat left top;
	width: 45px;
	height: 51px;
	padding: 0px;
	border: 0px;
	position: absolute;
	margin: -9px 0px 0px 480px;
	cursor: pointer;
}

.quicksearch .submit:hover {
	background-image: url('/gfx/quicksearch-submit-hover.png');
}

.advanced {
	background: url('/gfx/quicksearch-advanced.png') no-repeat left bottom;
	display: block;
	width: 124px;
	height: 23px;
	max-height: 20px;
	padding-top: 3px;
	font-size: 11px;
	text-align: center;
	margin-left: 10px;
	cursor: pointer;
	color: #0E4569;
	text-decoration: none;
}

.searchstatus {
	background: #efefef;
	border: 1px solid #999;
	font-size: 12px;
	padding: 2px;
	margin-bottom: 1em;
}

.searchstatus .pages {
	margin-top: 5px;
	font-size: 12px;
}

.stars {
	font-weight: bold;
	font-size: 16px;
	vertical-align: bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 10px;
	height: 5px;
	padding-bottom: 0px;
	color: #c00;
}
.stars .white {
	color: #ccc;
}

.searchhl {
	background: #e7f1e4;
	padding: 0px 2px 0px 2px;
}

/* ADVANCED SEARCH */
#advancedsearch {
	background: url('/gfx/advanced-bg.png') no-repeat left top;
	height: 225px;
	max-height: 175px;
	padding: 25px 20px;
	margin-bottom: 10px;
	display: none;
}

/* MENU */
ul#topmenu, #topmenu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul#topmenu {
	position: absolute;
	margin: 102px 0px 0px 10px;
	font-weight: bold;
	z-index: 0;
}

#topmenu li {
	background: url('/gfx/topmenu-left.png') no-repeat left top;
	padding-left: 3px;
	float:left;
	position:relative;
	margin-right: 1px;
}

#topmenu a {
	background: url('/gfx/topmenu-right.png') no-repeat right top;
	display: block;
	height: 32px;
	max-height: 23px;
	padding: 9px 15px 0px 15px;
	text-decoration: none;
}

#topmenu a:link, #topmenu a:visited, #topmenu a:hover {
	color: #fff !important;
}

#topmenu li.hover { background-image: url('/gfx/topmenu-hover-left.png') }
#topmenu li.hover a { background-image: url('/gfx/topmenu-hover-right.png') }

#topmenu li.act { background-image: url('/gfx/topmenu-act-left.png') }
#topmenu li.act a { background-image: url('/gfx/topmenu-act-right.png') }

#topmenu ul {
	background: url('/gfx/topmenu-dropdown.png') no-repeat left bottom;
	position: absolute;
	display: none;
	width: 200px;
	min-height: 160px;
	*height: 160px;
	top: 32px;
	left: 0px;
	padding: 15px 0px;
	font-weight: normal;
}

#topmenu .hover ul li, #topmenu .hover ul li a {
	background: transparent;
}

#topmenu li li {
	float: none;
}

#topmenu ul a {
	padding: 3px 15px;
	height: auto;
}

#topmenu ul a:hover, #topmenu ul .act a:link, #topmenu ul .act a:visited {
	color: #003A60;
}

/* CATMENU */
#left {
	float: left;
	width: 199px;
}

.simplebox {
	background: url('/gfx/box-bg.png') no-repeat center top;
	padding: 8px;
}

#left .simplebox p a, #middlelogin p a {
	margin-bottom: 5px;
}

#left h2, #middlelogin h2 {
	background: url('/gfx/header-bg.png') no-repeat left top;
	color: #fff;
	height: 44px;
	max-height: 38px;
	padding: 6px 8px 0px 8px;
	font-size: 12px;
	margin: 0px;
}

#catmenu {
	margin-bottom: 20px;
}

#catmenu h2 {
	color: #fff;
}

#catmenu a:link, #catmenu a:visited, #catmenu .act ul a:link, #catmenu .act ul a:visited, #left .simplebox ul a:link, #left .simplebox ul a:visited {
	color: #003A60;
	text-decoration: none;
}

#catmenu a:hover {
	color: #D20072 !important;
}

#content #catmenu ul, #left .simplebox ul {
	list-style: none;
	margin: 0px;
	padding: 0px 10px;
}

#content #catmenu ul ul {
	padding-right:  0px;
}

#catmenu .act a:link, #catmenu .act a:visited, #catmenu .act ul .act a:link, #catmenu .act ul .act a:visited {
	color: #D20072;
}

#catmenu .act li a:link, #catmenu .act li a:link {
	color: #003A60;
}

#catmenu .catmenu {
	background: #e7ecf2 url('/gfx/box-shadow-bg.png') repeat-x left top;
	padding: 2px 7px 15px 7px;
}

#catmenu ul.menugrp {
	margin: -5px 0px 15px 0px !important;
}

#catmenu .catmenu h2.menugrp a {
	color: #fff;
}


/* BOXES */
.box {
}
.box .ul {
	background: no-repeat left top;
	height: 6px;
	font-size: 1px;
	overflow: hidden;
	padding-left: 6px;
}
.box .ul div {
	background: no-repeat right top;
	height: 6px;
}
.box .ls {
	background: repeat-y left top;
}
.box .rs {
	background: repeat-y right top;
	padding: 0px 2px;
	_width: 100%;
}
.box .ll {
	background: no-repeat left bottom;
	height: 6px;
	font-size: 1px;
	overflow: hidden;
	padding-left: 6px;
}
.box .ll div {
	background: no-repeat right bottom;
	height: 6px;
}

.shadow .ul, .line .shadow .ul { background: url('/gfx/box-shadow-ul.png') no-repeat left top; }
.shadow .ul div, .line .shadow .ul div { background: url('/gfx/box-shadow-ur.png') no-repeat right top; }
.shadow .ls, .line .shadow .ls { background: url('/gfx/box-shadow-ls.png') repeat-y left top; border: 0px; }
.shadow .rs, .line .shadow .rs { background: url('/gfx/box-shadow-rs.png') repeat-y right top; border: 0px; }
.shadow .ll, .line .shadow .ll { background: url('/gfx/box-shadow-ll.png') no-repeat left bottom; }
.shadow .ll div, .line .shadow .ll div { background: url('/gfx/box-shadow-lr.png') no-repeat right bottom; }

/* RIGHT */
#related {
	float: right;
	width: 200px;
}

#related .box {
	margin-bottom: 10px;
}

#related .navi {
	font-size: 12px;
}

#related .navi div {
	margin-bottom: 5px;
}

#related .navi div.act a:link, #related .navi div.act a:visited {
	color: #003A60;
	text-decoration: none;
}

#related h2 a:hover {
	color: #fff !important;
}

#cartbox {
	font-size: 12px;
}

#cartbox h2 {
	background: url('/gfx/cart-header.png') no-repeat left top;
	height: 53px;
	font-size: 12px;
}

#cartbox h2 a {
	display: block;
	padding: 16px 0px 0px 10px;
}

#cartbox h2 a:link, #cartbox h2 a:visited {
	color: #fff;
	text-decoration: none;
}

#cartbox div {
	margin: 0px 10px 5px 0px;
}

#cartbox div a {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
}

#cartbox div a:visited {
	color: #2F52C5;
}

#cartbox span {
	display: block;
	float: right;
	padding-right: 5px;
}

#cartbox span.searchhl {
	float: none;
	display: inline;
}

#cartbox .total {
	background: #e7f1e4;
	margin-top: 10px;
	padding: 5px;
	font-weight: bold;
}

#cartbox .total span {
	padding: 0px;
}

#cartbox .tocart {
	border-top: 3px double #bfced7;
	padding-top: 8px;
}

.tocart a {
	background: url('/gfx/link-arrow.png') no-repeat right center;
	display: block;
	height: 32px;
	max-height: 27px;
	padding: 5px 40px 0px 0px;
	text-align: right;
}

/* BC */
#bookmark {
	float: right;
	margin: 4px 8px 0px 10px;
}

#bc {
	height: 30px;
	max-height: 25px;
	padding: 5px 5px 0px 5px;
}

#bc a:link, #bc a:visited {
	color: #003A60;
	text-decoration: none;
}

/* CONTENT */
#content {
	background: url('/gfx/content-bg.gif') repeat-x left top;
	min-height: 400px;
	padding: 5px 12px 30px 12px;
}

#content .inner {
	margin-left: 215px;
}

#content.right .inner {
	margin-right: 215px;
}

#content ul, #content ol {
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 1em;
	margin-top: 5px;
}

#content li {
	line-height: 140%;
}

.date, .totop {
	float: right;
	clear: right;
	padding-left: 10px;
}

/* CONTENT TABLE */
#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

#content th, #content td {
	padding: 2px;
}

#content table tr td {
	font-size: 12px;
}

/* HOME */
.bigbook .price a:link, .bigbook .price a:visited, .bigbook .shopprice a:link, .bigbook .shopprice a:visited {
	color: #003A60;
	text-decoration: none;
}

.bigbook p {
	margin-bottom: 0px;
	height: 60px;
}

/* CATALOGUE */
#books {
	position: relative;
}

#subpages {
	margin-bottom: 20px;
}

.header, .tabs {
	background: url('/gfx/category-tabs.png') no-repeat left top;
	height: 33px;
	font-size: 15px;
	font-weight: bold;
	color: #003A60;
	line-height: 33px;
	padding: 0px 20px;
	margin: 0px 0px 20px -3px;
}

.tabs {
	font-size: 12px;
}

.tabs a {
	display: block;
	float: left;
	padding:  0px 15px;
	text-decoration: none;
}

.tabs a:link, .tabs a:visited {
	color: #003A60;
}

.tabs a.act {
	background: url('/gfx/category-atab.png') repeat-x left center;
}

.tabs a.act:link, .tabs a.act:visited {
	color: #fff;
}

.book {
/*	float: left;
	width: 50%; */
	min-height: 260px;
}

.book h2 {
	font-size: 14px;
	font-weight: bold;
	margin-right: 25px;
}

#content .odd h2 {
	margin-right: 40px;
}

.book h2 a:link, .book h2 a:visited {
	color: #003A60;
	text-decoration: none;
}

.book h3 {
	font-weight: normal;
}

.book .txt {
	float: right;
	font-size: 12px;
	margin-right: 25px;
}

#content .odd .txt {
	margin-right: 40px;
}

.book .unpublished {
	width: 112px;
}

.price {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}

.price span {
	font-size: 11px;
}

.savings, .savings a:link, .savings a:visited {
	color: #D20072;
	text-decoration: none;
}

.book .savings {
	margin: 2px 0px 5px 0px;
}

.pic {
	background: url('/gfx/book-picture-bg.png') no-repeat center bottom;
	padding-bottom: 20px;
	width: 110px;
}

.zoom {
	width: 20px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	margin: -10px 0px 0px 177px;
}

.buy {
	background: url('/gfx/buy-small.png') no-repeat left top;
	display: block;
	width: 104px;
	height: 46px;
	max-height: 32px;
	text-decoration: none;
	padding: 14px 0px 0px 8px;
	margin-top: 5px;
}

.buy:link, .buy:visited, .buy:hover {
	color: #fff !important;
}

/* BOOK */
#book .pic, .bigbook .pic {
	background-image: url('/gfx/book-bigpicture-bg.png');
	width: 187px;
}

#book h1, .bigbook h1 {
	margin-bottom: 5px;
	font-size: 18px;
}

#book .float, .bigbook .float {
	float: right;
	width: 335px;
}

#book .float h3, .bigbook .float h3 {
	font-weight: normal;
	margin-bottom: 15px;
}

#book .price, .bigbook .price {
	font-size: 24px;
}

#book .price span, .bigbook .price span {
	font-size: 12px;
}

#book .shopprice, #book .savings, #book .buy, .bigbook .shopprice, .bigbook .savings, .bigbook .buy, .wish {
	font-size: 12px;
}

#book .savings, .bigbook .savings {
	margin-bottom: 10px;
}

#book .facebooklike {
	padding-top: 10px;
}

div.overlay {
	width: 300px;
	display: none;
	z-index: 9999;
}

div.overlay div.close {
	background: transparent url('/gfx/close.png') no-repeat right top;
	position:absolute;
	top:-20px;
	right:-20px; 
	width:340px;
	height:600px;
	cursor:pointer;
	z-index: 9999;
}

img.link {
	cursor: pointer;
}

.minirel {
	float: right;
	width: 545px;
	margin: 10px 0px 0px 0px;
}

.facts {
	background: url('/gfx/facts.png') repeat-x left top;
	padding:  20px;
}

.desc {
	font-size: 12px;
	margin-bottom: 20px;
}

#content .facts td {
	padding: 2px 20px 2px 0px;
}

.authorlink a {
	background: url('/gfx/link-arrow.png') no-repeat left center;
	display: block;
	font-size: 12px;
	height: 30px;
	max-height: 25px;
	padding: 5px 0px 0px 35px;
	margin-bottom: 20px;
}

#book .buy {
	background-image: url('/gfx/buy-big.png');
	width: 124px;
	height: 52px;
	max-height: 32px;
	margin: 0px;
	padding-top: 20px;
}
#book .facts {
	width:220px;	
}
.wish {
	background: url('/gfx/wishlist.png') no-repeat left top;
	display: block;
	width: 124px;
	height: 63px;
	max-height: 37px;
	text-decoration: none;
	padding: 26px 0px 0px 8px;
	margin: 0px;
	color: #fff;
}

.wish, .wish:link, .buy:visited, .wish:hover {
	color: #fff !important;
}

/* WISHLIST */
#wishlist .bigbook .float {
	width: 260px;
}


/* SPAM */
#pagetype-spam #content div.text input {
	width: 230px;
}

#pagetype-spam #content th {
	width: 80px;
}

#pagetype-spam #content .submits {
	width: 328px;
}

/* CHECKOUT */
#checkout h1 img {
	vertical-align: middle;
	margin-left: 15px;
}

.prodlist div.text input {
	width: 30px;
	text-align: right;
}

.prodlist h3 {
	font-size: 14px;
	margin-bottom: 5px;
}

.prodlist td {
	border-bottom: 1px solid #c6d3dc;
	padding: 10px !important;
}

.prodlist td.first {
	padding-left: 0px !important;
}

.prodlist td.last {
	padding-right: 0px !important;
}

.prodlist .currency {
	padding-left: 30px !important;
}

.prodlist .price {
	text-align: right;
	font-weight: normal;
}

.prodlist tfoot td {
	text-align: right;
	border: 0px;
}

.prodlist .total td {
	font-weight: bold;
}

.prodlist .total .currency, .prodlist .total .price {
	border-bottom: 4px double #c6d3dc;
}

ul#steps {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 50px;
}

#steps li {
	float: left;
	color: #bfbfbf;
	width: 150px;
	line-height: 28px;
	font-weight: bold;
}

#steps span {
	background: url('/gfx/step.png') no-repeat left center;
	display: block;
	float: left;
	width: 33px;
	height: 32px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
}

#steps a {
	display: block;
}

#steps a:link, #steps a:visited {
	color: #bfbfbf;
	text-decoration: none;
}

#steps .done span {
	background-image: url('/gfx/step-done.png');
	text-indent: -9999px;
}

#steps .act span {
	background-image: url('/gfx/step-act.png');
	text-indent: 0px;
}

#steps .act a:link, #steps .act a:visited {
	color: #1D5072;
}

.customertype h3 {
	float: left;
	font-weight: normal;
	padding-top: 2px;
}

.customertype p {
	margin-left: 150px;
}

.submits {
	vertical-align: top;
}

.leftalignedsubmits {
	height: 27px;
}

#checkout .lowersubmits {
	height: 40px;
	padding-top: 20px;
}

.lowersubmits img, .paymentmethod img {
	vertical-align: middle;
	margin-right: 4px;
}

.paymentmethod {
	margin-bottom: 15px;
}

.paymentmethod p {
	line-height: 30px;
}

.paymentmethod input {
	margin-bottom: 0px;
}

#eanfields label {
	float: left;
	width: 96px;
	height: 22px;
	margin-left: 24px;
}

#eanfields div {
	margin-left: 120px;
	margin-bottom: 5px;
}

.gift {
	background: url('/gfx/cart-gift.png') no-repeat left top;
	padding-left: 65px;
	min-height: 46px;
	padding-top: 10px;
}

.gift input {
	float: left;
	margin-top: 0px;
	vertical-align: top;
}

.gift label {
	display: block;
	margin-left: 30px;
}

.submits div {
	float: right;
	margin-left: 20px;
}

.receipt .submits {
	height: 80px;
}

#content table.orderinfo tr th, #content table.orderinfo tr td, #content table.addresses tr td {
	padding-left: 20px;
}

#content table.orderinfo tr td {
	font-size: 14px;
}

div.link {
	background: url('/gfx/link-arrow.png') no-repeat left top;
	height: 26px;
	padding-left: 31px;
	font-size: 12px;
	line-height: 24px;
	margin-bottom: 5px;
}

/* BESTSELLER */
#related .bestsellers h2 {
	background: url('/gfx/related-bestseller-header.png') no-repeat left top;
	height: 54px;
	margin: 0px;
	font-size: 12px;
}

#related .bestsellers h2 a {
	display: block;
	line-height: 27px;
	padding: 10px 10px 0px 10px;
}

#related .bestsellers h2 a:link, #related .bestsellers h2 a:visited {
	color: #fff;
	text-decoration: none;
}

#related .bestsellers .simplebox {
	background-position: left top;
	min-height: 100px;
	margin-bottom: 10px;
}

#related .bestsellers .simplebox .pic {
	background: url('/gfx/related-pic-bg.png') no-repeat center bottom;
	width: 65px;
	padding-bottom: 9px;
	float: left;
}

#related .bestsellers .simplebox p {
	margin: 0px 0px 0px 72px;
	font-size: 11px;
}

#related .bestsellers strong {
	display: block;
	margin-bottom: 5px;
}

#pagetype-bestseller .bigbook {
	margin-bottom: 20px;
}

#pagetype-bestseller .bigbook .float {
	width: 270px;
}

/* CALENDAR */
.events h2 a:link, .events h2 a:visited {
	color: #003A60;
	text-decoration: none;
}

#pagetype-calendar #content hr {
	margin: 20px 0px;
}

.nextevent img {
	margin-bottom: 5px;
}

.nextevent {
	margin-bottom: 15px;
}

.nextevent strong {
	display: block;
	margin-bottom: 5px;
}

.nextevent p {
	margin-bottom: 5px;
}

.nextevent .links a {
	display: block;
	margin-bottom: 3px;
}

/* FOOTER */
#footer {
	background: url('/gfx/footer.png') no-repeat center center;
	height: 40px;
	max-height: 28px;
	margin-top: -15px;
	padding-top: 12px;
	font-size: 12px;
	text-align: center;
	clear: both;
	vertical-align: middle;
}

#footer img {
	vertical-align: middle;
}

#footer span {
	margin-left: 20px;
}

/* LISTS */
.list div {
	font-size: 12px;
	margin-bottom: 1em;
}

/* CONTENT PAGES */
.pages {
	font-size: 12px;
	height: 40px;
}

.pages select {
	vertical-align: middle;
	margin: 0px 3px;
}

.pages div {
	float: right;
}

.pages a, .pages b, .pages span {
	float: left;
	display: block;
	background: no-repeat left top;
	height: 22px;
	line-height: 20px;
	text-align: center;
	vertical-align: middle;
}

.pages span {
	margin-right: 20px;
}

.pages a {
	padding: 0px 5px;
}

.pages a, .pages a:link, .pages a:visited {
	color: #003A60;
	text-decoration: none;
}

.pages a.act, .pages b {
	background-image: url('/gfx/pager-act.png');
	color: #fff;
}

.pages a.act:link, .pages a.act:visited, .pages a.act:hover {
	color: #fff !important;
}

.pages a.dis {
}

/* FUNC */
#func {
	float: right;
	font-size: 12px;
}

#func img {
	vertical-align: middle;
	margin: 0px 0px 20px 10px;
	cursor: pointer;
}

#func a:link, #func a:visited {
	color: #003A60;
	text-decoration: none;
}

/* VALIDATION */
.invalid {
	color: #D20072;
}

.mandatory {
	color: #900;
}

/* SITEMAP */
#sitemap {
	padding: 20px 0px;
	margin: 0px auto;
	width: 980px;
	text-align: left;
	font-size: 12px;
}
#sitemap a:link, #sitemap a:visited {
	color: #333;
}

.sitemap {
	margin-bottom: 1em;
}

.sitemap div.inner {
	margin-left: 20px;
	margin-top: -20px;
}

.sitemap div {
	margin-bottom: 20px;
}

.sitemap div div {
	margin: 0px;
}

/* NEWS */
.whatsnew img {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* SHOPS */
.ui-tabs-hide { display: none; }
#shops {
	position: relative;
}

#shops .first {
	float: left;
	margin: 0px;
}

.area {
	width: 250px;
	margin-left: 260px;
}

#shop .pic {
	background: transparent;
	padding: 0px;
	margin-bottom: 20px;
	width: auto;
}

/* pagetype-send */
#pagetype-send #content div.text input {
	width: 299px;
	max-width: 276px;
}

/* EVENTS */
.events img {
	float: left;
}

.events .txt {
	margin-left: 220px;
	min-height: 200px;
}

/* PRINT */
#backlink {
	display: none;
}

/* ADAPT */
#adapt {
	display: none;
	text-align: right;
	font-size: 12px;
	padding-top: 5px;
	width: 1000px;
	margin: 0px auto;
}

#adapt a:link, #adapt a:visited {
	color: #888;
	text-decoration: none;
}

/* DEBUGGER */
body #debugger {
    background: #fff;
    margin: 20px;
    text-align: left;
    color: #333;
    border: 20px solid #fff;
}
