html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #fff;
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

input, textarea, select {
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

.input-text, .input-textarea {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1px;
	width: 250px;
}
.input-textarea {
	width: 350px;
	height: 75px;
}
.input-button {
	height: 19px;
	background-image: url(../images/button_bg.png);
	background-repeat: repeat-x;
	border: 1px solid #cdcdcd;
	margin: 5px 0;
	font-weight: bold;
	padding: 0 20px;
}

img {
	border: 0;
}

.input-text, .input-search {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 1px;
}
.input-search {
	text-align: right;
	padding-top: 2px;
	font-size: 10px;
	width: 160px;
}

#header-container {
	height: 155px;
	background-color: #000;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 7px;
	width: 100%;
}
#header {
	height: 155px;
	margin: 0 auto;
	padding-top: 7px;
	width: 990px;
	/*text-align: center;*/
}

#header a.logo {
	display: block;
}

#header div.header-menu a {
	color: #777;
	display: block;
	float: left;
	font-family: Arial, helvetica, sans-serif;
	font-size: 11px;
	margin: 0 12px 0 0;
	text-decoration: none;
}

#header div.header-menu a:hover {
	color: #fff;
}

#flashTopContainer {
	float: right;
}

#menu-container {
	background-color: #97bf3d;
	height: 33px;
}

#menu {
	width: 990px;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

#menu div.backhome {
	cursor: pointer;
	float: left;
	margin-top: 10px;
	padding-right: 20px;
	text-align: left;
}

ul.mainmenu {
	display: block;
	float: right;
	margin: 0 270px 0 0;
	padding: 10px 0;
}
ul.mainmenu li {
	display: inline;
	padding: 2px 10px;
/*	border-left: 1px solid #000; */
	border-left: 1px solid #FFFFFF;
}
ul.mainmenu li.first {
	border-left: 0;
}

ul.mainmenu li a:link, ul.mainmenu li a:active, ul.mainmenu li a:visited {
	/*color: #000;*/
	color: #FFFFFF;
	text-decoration: none;
}
ul.mainmenu li a:hover {
	/*color: #fff; */
	color :#777777;
}

#search {
	position: absolute;
	right: 10px;
	top: 5px;
}
.search-submit {
	background-image: url(../images/button.png);
	color: #fff;
	height: 19px;
	width: 68px;
	border: 0;
	padding: 1px;
}

#content-container {
	width: 990px;
	margin: 0 auto;
	margin-top: 50px;
}
#leftcolumn, #content, #rightcolumn {
	float: left;
	/*border: 1px solid red;*/
}
#leftcolumn {
	width: 250px;
}
#content {
	width: 460px;
}
#rightcolumn {
	width: 280px;
	padding-top: 5px;
}

.clear {
	clear: both;
	font-size: 0px;
}
.clear-left {
	clear: left;
	font-size: 0px;
}

#footer-container {
	width: 100%;
	height: 32px;
	background-color: #000;
	margin-top: 15px;
}
#footer {
	width: 990px;
	margin: 0 auto;
	/*margin-top: 15px;*/
	text-align: center;
	padding-top: 10px;
	color: #fff;
	position: relative;
}
#footer-image {

	width: 180px;
	height: 23px;
	background-image: url(../images/footer_image.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 20px;
	top: 4px;
	cursor: pointer;
}

ul.leftmenu {
	margin: 0 28px 0 0px;
	padding: 0;
	list-style: none;
}
ul.leftmenu li {
	height: 26px;
	padding: 4px 0;
	border-bottom: 1px solid #505050;
}
ul.leftmenu li.first {
	border-top: 1px solid #505050;
}

ul.leftmenu li.active ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.leftmenu li.active ul li {
	border: 0;
	font-size: 12px;
	padding: 10px 0 0 18px;
}

.h_divider {
	background-image: url(../images/h_divider.png);
	background-repeat: repeat-x;
	height: 7px;
	font-size: 1px;
}

h1 {
	font-size: 18px;
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: normal;
	position: relative;
}

h1.page-head {
	font-size: 26px;
}

h1 .highlight {
}

/* SEARCH */
div.search-result span.highlight {
	color: #f78e1f;
	font-style: italic;
}
p {
	margin: 5px 0;
}

h3 {
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

a.link {
	text-decoration: none;
	font-weight: bold;
	padding-left: 12px;
	background-image: url(../images/link_bullet.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

a.back-link {
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(../images/back_arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.quote-title {
	background-image: url(../images/quotes.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 51px;
	height: 24px;
	right: 15px;
	bottom: 1px;
}

* html .quote-title { /* IE6 is stupid */
	top: 1px;
}

.rightbox {
	margin: 0 0 15px 35px;
	width: 235px;
}

.rightbox-divider {
	margin-bottom: 30px;
}

.leftbox {
	width: 218px;
	margin: 10px 0 10px 0;
}

.leftbox img, .rightbox img {
	margin-top: 2px;
}
.leftbox-content, .rightbox-content {
	background-image: url(../images/sidebox_bg.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #f1f1f1;
	width: 215px;
	padding: 11px 10px 30px 10px;
}
.leftbox-content {
	width: 198px;
}
.article {
	padding: 10px 0 25px 0;
}

.forfatter {
	padding: 15px 0 25px 0;
}

.article-image-left {
	float: left;
}
.article-image-right {
	float: right;
	margin-left: 8px;
}

.article-header {
	color: #767676;
	margin: 15px 0;
	font-weight: bold;
}


.forfatter-header {
	color: #767676;
	margin: 0 0 15px 0;
	font-weight: bold;
}


.article-text {
	line-height: 15px;
}

.section-button {
	float: left;
	margin-top: 8px;
	padding-right: 20px;
	cursor: pointer;
}

.page-item {
	padding: 15px 0;
	line-height: 18px;
}

.page-form {
	padding: 15px 0;
	line-height: 18px;
	border-top: 1px solid #d8d8d8;
}


a.basket-link:link, a.basket-link:active, a.basket-link:visited {
	color: #fff;
}
a.basket-link:hover {
	color: #000;
}

a.basket-link {
	text-decoration: none;
	font-weight: bold;
	padding-left: 12px;
	background-image: url(../images/link_bullet2.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.books {
	padding: 4px 0;
}
.book-container {
	float: left;
	margin-left: 5px;
}
.book {
	width: 111px;
}
.book-container-first {
	margin-left: 0;
}
.book-text {
	padding: 10px 0;
}

.writers {
	padding: 4px 0;
}
.writer-container {
	float: left;
	margin-left: 9px;
}
.writer {
	width: 108px;
}
.writer-container-first {
	margin-left: 0;
}
.writer-text {
	padding: 4px;
}

.basket {
	width: 219px;
	margin: 15px 0;
}

.basket-content {
	background-color: #df8d2f;
	padding: 10px;
}

.news-item {
	padding: 5px 0;
	border-bottom: 1px solid #d8d8d8;
}

.news-item .news-image {
	float: left;
	margin: 0 10px 5px 0;
}

div.price {
	font-weight: bold;
	padding: 5px 0;
}
span.price {
	font-size: 15px;
}
span.price-big {
	font-size: 24px;
}
.shop-back-link {
	position: absolute;
	right: 0px;
	bottom: 5px;
	font-size: 11px;
}

* html .shop-back-link { /* IE 6 again... */
	top: 15px;
}

#shop-steps {
	padding: 25px 0;
}
.shop-step {
	width: 144px;
	height: 22px;
	background-image: url(../images/shop.png);
	background-repeat: no-repeat;
	float: left;
}
.active-step {
	background-image: url(../images/shop_active.png);
}
.shop-step .step-text {
	padding-top: 5px;
	color: #5a5a5a;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
}
.step-spacer {
	width: 14px;
	float: left;
}
.step-number {
	padding: 0 10px 0 15px;
	color: #5a5a5a;
}

.shop-summary {
	width: 100%;
	border-collapse: collapse;
}
.shop-summary tr th {
	font-weight: normal;
	padding: 2px;
}
.shop-summary tr td {
	padding: 6px 2px;
	border-bottom: 1px dotted #868686;
}
.shop-summary tr.freight td, tr.buttons td, .shop-summary tr.total td {
	border: 0;
	padding: 15px 5px;
}
.shop-summary tr.total td {
	background-color: #e3e5e6;
	color: #626262;
	padding: 4px 5px;
	font-weight: bold;
}
.shop-summary tr.total td.total-price {
	color: #000;
}
.shop-summary tr.spacer td {
	height: 20px;
	padding: 0;
	border: 0;
}
tr.card-details td {
	padding: 15px 0;
}
tr.buttons td {
	border-top: 1px solid #cfd0d1;
	padding-top: 15px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.shop-amount {
	width: 30px;
	text-align: center;
}
.product-image {
	
}
.product-name {
	font-weight: bold;
}
table.card-details {
	width: 100%;
	background-image: url(../images/cards.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}
table.card-details tr td {
	border: 0;
	padding: 5px;
}
.order-form {
	width: 200px;
}
.order-form-postal {
	width: 45px;
}
.order-form-city {
	width: 125px;
}

table.details tr td {
	padding: 5px 0;
}
table.order-details tr td {
	vertical-align: top;
}
#details2 {
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	padding: 10px;
	display: none;
	margin-bottom: 15px;
}
.shop-finish-message {
	padding: 40px 50px;
	text-align: center;
	color: #626262;
}
#wrapper{
  margin:0 auto;
  padding:5px 1px;
  text-align:left
}
#content {
  margin:0 auto;
  padding-bottom:10px;
}
.demo {
  margin:0;
  padding:0.25em 0.25em 0.1em;
}
.collapse p {padding:0 10px 1em}
.top{font-size:.9em; text-align:right}
#switch, .switch {margin-bottom:5px; text-align:right}

.expand{padding-bottom:.75em}


.expand a {
  display:block;
  padding:3px 10px;
  border:1px dotted #ccc;
  border-width:0 0 1px;
}
.expand a:link, .expand a:visited {
  border-width:1px;
  background-image:url(../images/arrow-down.gif);
  background-repeat:no-repeat;
  background-position:98% 50%;
}
.expand a:hover, .expand a:active, .expand a:focus {
  text-decoration:underline
}
.expand a.open:link, .expand a.open:visited {
  border-style:solid;
  background:#eee url(../images/arrow-up.gif) no-repeat 98% 50%
}

