/*
IMPORT OTHER CSS FILES
*/

@import "popup.css";
@import "readbook.css";
@import "postbook.css";
@import "comments.css";
@import "vote.css";
@import "hps.css";

/*
GENERIC HTML
*/

* {
	margin: 0px;
	padding: 0px;
}
*:focus {
	outline: none !important;
}
/*input::-moz-focus-inner { 
  border: 1px dotted transparent;
}*/
BODY {
	background: white url(../images/bg_body.jpg) no-repeat center top;
}
A {
	text-decoration: none;
}
IMG,
TABLE,
FIELDSET {
	border: 0px;
}
UL {
	list-style-type: none;
}
LEGEND {
	display: none;
}

/*
THE HEADER
*/

DIV#header {
	width: 945px;
	margin: 0px auto;
	padding-top: 49px;
	background: url(../images/bg_header.gif) no-repeat left bottom;
	overflow: hidden;
	clear: both;
}
DIV#header DIV#logo {
	padding-left: 39px;
	margin-bottom: -4px;
	float: left;
}
DIV#header UL.navigation {
	float: left;
	padding-left: 10px;
	margin-top: 30px;
	width: 670px;
	overflow: hidden;
}
DIV#header UL.navigation LI {
	display: block;
	float: left;
}
DIV#header UL.navigation LI A {
	text-indent: -1000cm;
	display: block;
	height: 29px;
	margin-right: 1px;
	background-repeat: no-repeat;
	background-position: left top;
}

DIV#header UL.navigation LI.hem A {
	background-image: url(../images/nav_hem.gif);
	width: 51px;
}
DIV#header UL.navigation LI.bokshop A {
	background-image: url(../images/nav_bokshop.png);
	width: 85px;
}
DIV#header UL.navigation LI.lasbok A {
	background-image: url(../images/nav_lasbok.gif);
	width: 82px;
}
/*
DIV#header UL.navigation LI.tavling A {
	background-image: url(../images/nav_manadensmanus.png);
	width: 145px;
}
*/
DIV#header UL.navigation LI.tavling A {
	background-image: url(../images/nav_manadensnovell.png);
	width: 145px;
}

DIV#header UL.navigation LI.boksm A {
	background-image: url(../images/nav_boksm.gif);
	width: 79px;
}

DIV#header UL.navigation LI.forfattare A {
	background-image: url(../images/nav_forfattare.gif);
	width: 106px;
}
DIV#header UL.navigation LI.forum A { 
	background-image: url(../images/nav_forum.gif);
	width: 69px;
}
DIV#header UL.navigation LI.medlemskap A {
	background-image: url(../images/nav_medlemskap.gif);
	width: 110px;
}
DIV#header UL.navigation LI.kapitelbloggen A {
	background-image: url(../images/nav_bloggen.gif);
	width: 75px;
}

DIV#header UL.navigation LI.help A {
	background-image: url(../images/nav_hjalp.gif);
	width: 62px;
}
DIV#header UL.navigation LI.hem A:hover,
DIV#header UL.navigation LI.hem A.active {background-image: url(../images/nav_hem_active.gif);}

DIV#header UL.navigation LI.bokshop A:hover,
DIV#header UL.navigation LI.bokshop A.active {background-image: url(../images/nav_bokshop_active.png);}

DIV#header UL.navigation LI.lasbok A:hover,
DIV#header UL.navigation LI.lasbok A.active {background-image: url(../images/nav_lasbok_active.gif);}
/*
DIV#header UL.navigation LI.tavling A:hover,
DIV#header UL.navigation LI.tavling A.active {background-image: url(../images/nav_manadensmanus_active.png);}
*/
DIV#header UL.navigation LI.tavling A:hover,
DIV#header UL.navigation LI.tavling A.active {background-image: url(../images/nav_manadensnovell_active.png);}

DIV#header UL.navigation LI.boksm A:hover,
DIV#header UL.navigation LI.boksm A.active {background-image: url(../images/nav_boksm_active.gif);}

DIV#header UL.navigation LI.forfattare A:hover,
DIV#header UL.navigation LI.forfattare A.active {background-image: url(../images/nav_forfattare_active.gif);}
DIV#header UL.navigation LI.forum A:hover,
DIV#header UL.navigation LI.forum A.active {background-image: url(../images/nav_forum_active.gif);}
DIV#header UL.navigation LI.medlemskap A:hover,
DIV#header UL.navigation LI.medlemskap A.active {background-image: url(../images/nav_medlemskap_active.gif);}
DIV#header UL.navigation LI.kapitelbloggen A:hover,
DIV#header UL.navigation LI.kapitelbloggen A.active {background-image: url(../images/nav_bloggen_active.gif);}

DIV#header UL.navigation LI.help A:hover,
DIV#header UL.navigation LI.help A.active {background-image: url(../images/nav_hjalp_active.gif);}

/*
MAIN CONTENT
*/

DIV#main {
	clear: both;
	overflow: hidden;
	width: 975px;
	margin: 0px auto;
	background: url(../images/bg_main.gif) repeat-y 19px top;
}
DIV#main DIV#content {
	overflow: hidden;
	padding-left: 15px;
	background: url(../images/bg_content_right.gif) repeat-y right top; /* bg_content_right.gif */
}

DIV#main DIV#leftborder{
        background: url(../images/bg_content_left.gif) repeat-y 15px top;
        overflow:hidden;
}

/*
LEFT PANE
*/

DIV#main DIV#leftpane {
	float: left;
	width: 636px;
	padding: 0px 0px 20px 4px;
	background: url(../images/bg_content_left.gif) repeat-y left top;
	min-height: 850px;
	font: 12px arial;
	color: #343642;
}
DIV#main DIV#leftpane.readbook {
	padding-left: 0px;
	padding-right: 31px;
	width: 609px;
}
DIV#main DIV#leftpane DIV.body {
	min-height: 600px;
	height: 600px;
}
DIV#main DIV#leftpane > DIV.body {
	height: auto;
}
DIV#main DIV#leftpane.readbookbottom DIV.body,
DIV#main DIV#leftpane.readbook DIV.body {
	float: left;
}
DIV#main DIV#leftpane IMG#findbooks {
	position: absolute;
	display: none;
	z-index: 1;
}
DIV#main DIV#leftpane DIV.content {
	padding: 0px 31px 20px 36px;
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #eeefef;
}
DIV#main DIV#leftpane DIV.content.promo.library{
        margin-bottom:0;
        border-bottom:none;
}
DIV#main DIV#leftpane DIV.content.addnewbook.search{
        border-top: 1px solid #eeefef;
        margin-top:20px;
        padding-top: 20px;
}
DIV#main DIV#leftpane DIV.content.info{
        padding: 0px 0px 20px 36px;
}
DIV#main DIV#leftpane DIV.content.info UL{
        margin-left:-36px;
        padding:20px 0 20px 36px;
        background-color:#FFFBEC;
        list-style-type: none;
        margin-bottom:10px;
        
}
DIV#main DIV#leftpane DIV.content.info IMG.boksmpage{
        margin-right:30px;
}
DIV#main DIV#leftpane DIV.content.info UL LI SPAN{
        float:left;
}
DIV#main DIV#leftpane DIV.content.info UL LI SPAN,
DIV#main DIV#leftpane DIV.content.info UL LI{
        font-size:20px;
        font-weight:bold;
        margin-bottom:5px;
        clear:both;
}
DIV#main DIV#leftpane DIV.content.info P.short{
        width:395px;
}
DIV#main DIV#leftpane DIV.content P {
	width: 410px;
	margin-bottom: 10px;
        font: 12px arial;
}
DIV#main DIV#leftpane DIV.content.info UL LI P{
        padding-left:36px;
        width:370px;
}
DIV#main DIV#leftpane DIV.content P.votedescription {
	width: 400px;
	margin: 0px auto;
	font-style: italic;
	font-size: 14px;
	text-align: center;
}
DIV#main DIV#leftpane DIV.content P.votedescription SPAN {
	font-style: normal;
	font-weight: bold;
	color: black;
}
DIV#main DIV#leftpane DIV.content.textfrontpage{
        background: url("../images/mn_pris_medium.png") no-repeat scroll 39% 3% transparent;
}
DIV#main DIV#leftpane DIV.content.intro {
	background: url(../images/bg_main_book.jpg) no-repeat left bottom;
	height: 299px;
	min-height: 299px;
	border-bottom: 0px;
	padding-bottom: 20px;
	margin-bottom: 0px;
}
DIV#main DIV#leftpane DIV.content.info,
DIV#main DIV#leftpane DIV.content.intro.blog {
	background-image: none;
	border-bottom: 1px solid #eeefef;
	min-height: 1%;
}
DIV#main DIV#leftpane DIV.content.intro.blog{
        margin-top: 30px;
}
DIV#main DIV#leftpane DIV.content.blog.entry {
	border-bottom: 0px;
}
DIV#main DIV#leftpane > DIV.content.intro {
	height: auto;
}

DIV#main DIV#content DIV.content H1.anvandaravtal {
	background: url(../images/txt_anvandaravtal.gif) no-repeat left top;
}
DIV#main DIV#leftpane DIV.content TABLE P{
        width:auto;
        margin:0;
}

DIV#main DIV#leftpane DIV.content A {
	color: #a40508;
}
DIV#main DIV#leftpane DIV.content.textfrontpage H1,
DIV#main DIV#leftpane DIV.content.intro H1 {
	color: #a40508;
	font: bold 24px helvetica, arial;
	text-transform: uppercase;
	margin-left: 36px;
	text-indent: -1000cm;
	width: auto;
	height: 24px;
	background: url(../images/txt_harfodsframtidens.gif) no-repeat left top;
	margin: 55px 0px 20px;
}
DIV#main DIV#leftpane DIV.content.textfrontpage H1{
	margin-top:10px;
}
DIV#main DIV#leftpane DIV.content.textfrontpage .small H1{
	background: url(../images/txt_mn.png) no-repeat left top;
}

DIV#main DIV#leftpane DIV.content.textfrontpage .forum-comments H1{
        background: url("../images/txt_senaste_kommentarerna.png") no-repeat scroll left 6px transparent;
}
DIV#main DIV#leftpane DIV.content.intro.blog H1 {
	background-image: url(../images/txt_bloggen.gif);
}
DIV#main DIV#leftpane DIV.content.intro P {
	width: 340px;
}
DIV#main DIV#leftpane DIV.content.intro.blog P {
	width: 410px;
}
DIV#main DIV#leftpane > DIV.content UL.promo {
	list-style-type: disc;
	padding-left: 15px;
}
DIV#main DIV#leftpane > DIV.content UL.promo LI {
	font: 14px arial;
	line-height: 18px;
}
DIV#main DIV#leftpane DIV.content.promo.mmtop H2{
	background: url(../images/txt_mn_tavling.png) no-repeat left top;
	height: 26px;
}

DIV#main DIV#leftpane DIV.content.promo.mmtop.amtop H2{
	background: url(../images/txt_am_tavling.png) no-repeat left top;
	height: 26px;
}

DIV#main DIV#leftpane DIV.content.promo H2 {
	text-indent: -1000cm;
	height: 19px;
	margin-bottom: 20px;
	background: url(../images/txt_boktoppen.gif) no-repeat left top;
}
DIV#main DIV#leftpane DIV.content.promo UL {
	overflow: hidden;
	clear: both;
	margin: 25px 0px 10px;
}
DIV#main DIV#leftpane DIV.content.promo.readbook UL {
	margin-top: 0px;
}

DIV#main DIV#leftpane DIV.content.promo UL LI {
	display: block;
	float: left;
	width: 31%;
	height:240px;
	overflow:hidden;
	padding: 7px 0 20px 2%;
	background: url(../images/bg_bookcover.gif) no-repeat center top;
}

DIV#main DIV#leftpane DIV.content.promo.library UL LI{
        height:205px;
	overflow:hidden;
	padding: 7px 0 7px 2%;
}

DIV#main DIV#leftpane DIV.content.promo.content_promo UL LI {
	height:200px;
}
DIV#main DIV#leftpane DIV.content.promo.readbook UL LI {
	background-position: center 36px;
}
DIV#main DIV#leftpane DIV.content.promo.readbook UL LI H3 {
	font: normal 14px arial, helvetica;
	color: #a40508;
	height: 20px;
	margin-bottom: 16px;
	text-align: center;
	padding-right: 10%;
}

DIV#main DIV#leftpane DIV.content.promo.library UL LI SPAN.cover,
DIV#main DIV#rightpane DIV.booktip DIV.cover A,
DIV#main DIV#leftpane DIV.content.coverpage.intro DIV.cover A,
DIV#main DIV#leftpane DIV.content.promo UL LI A {
	display: block;
	float: left;
	margin-left: 35px;
	overflow: hidden;
	width: 90px;
	height: 120px;
}
DIV#main DIV#leftpane DIV.content.promo.library UL LI SPAN.cover{
    padding:0;
}

DIV#main DIV#rightpane DIV.booktip DIV{
        text-align:center;
}
DIV#main DIV#rightpane DIV.booktip DIV SPAN{
        font-style:italic;
}

div#main div#leftpane div.content.promo.library ul li span.cover{
    margin-left: 0 !important;
}

DIV#main DIV#leftpane DIV.content.promo UL LI A.removelibrarybooklist,
DIV#main DIV#leftpane DIV.content.promo UL LI A.addlibrarybooklist,
DIV#main DIV#rightpane DIV.booktip DIV.cover A.addbooklist,
DIV#main DIV#leftpane DIV.content.coverpage.intro DIV.cover A.addbooklist,
DIV#main DIV#leftpane DIV.content.promo UL LI A.addbooklist {
	margin: 0px;
	padding: 100px 13px 0px 3px;
	width: 20px;
	height: 18px;
}

DIV#main DIV#rightpane DIV.booktip DIV.cover A.addbooklist,
DIV#main DIV#leftpane DIV.content.coverpage.intro DIV.cover A.addbooklist {
	padding-top: 135px;
}
DIV#main DIV#leftpane DIV.content.promo UL LI > A.addlibrarybooklist,
DIV#main DIV#leftpane DIV.content.promo UL LI > A.addbooklist {
	padding: 0px;
	margin: 100px -32px 0px 13px;
}
DIV#main DIV#leftpane DIV.content.promo UL LI A.readmore {
	display: block;
	margin: 0px;
	padding-top: 15px;
	width: auto;
	height: auto;
	float: none;
	text-align: center;
	clear: both;
	font-style: italic;
}
DIV#main DIV#leftpane DIV.content.promo UL LI BR {
	clear: both;
}
DIV#main DIV#leftpane DIV.content.promo UL LI H4 {
	display: block;
	clear: both;
	margin-bottom: 10px;
	padding-top: 13px;
	font-weight: bold;
	font-size: 14px;
}
/*
VOTE DISPLAY IS INCLUDED VIA VOTE.CSS
*/
DIV#main DIV#leftpane DIV.content.promo UL LI SPAN {
	font-style: italic;
	display: block;
	float: left;
	padding-left: 6px;
        padding-right:3px;
	margin-left: 3px;
	overflow: hidden;
}
DIV#main DIV#leftpane DIV.content.promo UL LI SPAN.borderleft{
	border-left: 1px solid #343642;
}
DIV#main DIV#leftpane DIV.content TABLE.booksthin {
	margin: 20px auto 0;
	clear: both;
	border-collapse: collapse;
}


DIV#main DIV#leftpane DIV.content TABLE.booksthin TD {
	font-size: 12px;
	font-style: italic;
	padding: 1px 15px;
	color: #343642;
}

DIV#main DIV#leftpane DIV.content TABLE TD.title A {
	font-style: normal;
}


DIV#main DIV#leftpane DIV.booklist {
	padding: 0;
}

DIV#main DIV#leftpane DIV.content TABLE.booklist {
	clear: both;
	border-collapse: collapse;
	margin: 0px auto 0px;
	table-layout: fixed;
	width: 100%;
}

DIV#main DIV#leftpane DIV.content TABLE TD UL {
	margin: 0px auto;
	float: none;
}

DIV#main DIV#leftpane DIV.content TABLE.booklist TD.cover {
	width: 140px;
	height: 56px;
	background: url(../images/bg_bookcover_small_white.jpg) no-repeat right 4px;
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
}
DIV#main DIV#leftpane DIV.content TABLE.booklist TR.even TD.cover {
	background-image:url(../images/bg_bookcover_small_yellow.jpg);
}

DIV#main DIV#leftpane DIV.content TABLE.booklist TD.cover IMG {
	margin-top: 10px;
	margin-right: 8px;
}


DIV#main DIV#leftpane DIV.content TABLE.booklist TR.even {
	background-color: #fffbec;
}

DIV#main DIV#leftpane DIV.content TABLE.booklist TR.boksmborder{
        background-color:#A40508;
}
DIV#main DIV#leftpane DIV.content TABLE.booklist TR.boksmborder TD{
        height:2px;
        padding:0; 
        margin:0;
}
DIV#main DIV#leftpane DIV.content TABLE.booklist TD {
	font-size: 12px;
	font-style: italic;
	color: #343642;
	padding-right: 5px;
	overflow: hidden;
	height: 55px;
}

DIV#main DIV#leftpane DIV.content TABLE.booklist TH {
	text-align: left;
	height: 20px;
	vertical-align: bottom;
	padding: 0;
	font-weight: normal;
	height: 55px;
	color: #575a68;
}

DIV#main DIV#leftpane DIV.content TABLE.booklist TH.booklist {
	width: 35px;
}
DIV#main DIV#leftpane DIV.content TABLE.booklist TH.number {
	width: 60px;
}

DIV#main DIV#leftpane DIV.content TABLE.booklist TH.title,
DIV#main DIV#leftpane DIV.content TABLE.booklist TD.title {
	padding: 0 10px;
}

DIV#main DIV#leftpane DIV.content TABLE.booklist TH.genre {
	width: 75px;
}


DIV#main DIV#leftpane DIV.content TABLE.booklist TH.vote {
	width: 87px;
	padding: 0 10px;
	
}




DIV#main DIV#leftpane DIV.content TABLE.booklist TH.cover,
DIV#main DIV#leftpane DIV.content TABLE.booklist TD.cover {
	width: 50px;
	padding: 0px;
	
}

/*DIV#main DIV#leftpane DIV.content TABLE TD.title {
	font-weight: bold;
	font-size: 16px;
}*/


DIV#main DIV#leftpane DIV.content TABLE TD.number {
	color: #898989;
	font-weight: bold;
	font-size: 16px;
	font-style: normal;
	text-align: right;
	padding-right: 15px;
}


/*DIV#main DIV#leftpane DIV.content TABLE TD A {
	font-style: normal;
}*/
DIV#main DIV#leftpane DIV.content.postbook {
	border-bottom: 0px;
}
DIV#main DIV#leftpane DIV.content.blog {
	padding-bottom: 30px;
}
DIV#main DIV#leftpane DIV.content.info H1,
DIV#main DIV#leftpane DIV.content.blog H1 {
	color: #a40508;
	font: bold 24px arial, helvetica;
	margin-bottom: 20px;
}
DIV#main DIV#leftpane DIV.content.blog P {
	width: auto;
	margin-bottom: 10px;
}
DIV#main DIV#leftpane DIV.content.info{
        margin: 45px 0px 20px;
}
DIV#main DIV#leftpane DIV.content.info H1
DIV#main DIV#leftpane DIV.content.blog.entry H1,
DIV#main DIV#leftpane DIV.content.blog H2 {
	font: bold 36px arial, helvetica;
	margin: 45px 0px 20px;
}
DIV#main DIV#leftpane DIV.content.blog P.posted {
	color: #979c9c;
}
DIV#main DIV#leftpane DIV.content.blog DIV.image {
	border: 1px solid #eeefef;
	background-color: #fffbec;
	margin: 20px 0px 25px;
}
DIV#main DIV#leftpane DIV.content.blog DIV.image IMG {
	display: block;
	margin: 15px auto;
}
DIV#main DIV#leftpane DIV.content.blog.entry H3 {
	color: #343642;
	font-weight: bold;
	margin-bottom: 3px;
}
DIV#main DIV#leftpane DIV.content.blog.entry P {
	color: black;
}
DIV#main DIV#leftpane DIV.content.blog.entry A {
	font-style: italic;
}
DIV#main DIV#leftpane DIV.content.blog DIV.bloglinks {
	margin-top: 20px;
	clear: both;
	overflow: hidden;
}
DIV#main DIV#leftpane DIV.content.blog DIV.bloglinks A.comments {
	display: block;
	float: left;
	margin-top: 7px;
	padding-left: 27px;
	padding-top: 1px;
	height: 17px;
	color: #979c9c;
	background: url(../images/icon_speech.gif) no-repeat left top;
}
DIV#main DIV#leftpane DIV.content.blog DIV.bloglinks A.next,
DIV#main DIV#rightpane DIV.login INPUT.login {
	display: block;
	float: right;	
	cursor: pointer;
}
DIV#main DIV#leftpane.readbook DIV.recommenddiv A#btn_recommend.recommend{
	border: 0px;
	margin-left: 2px;
	padding: 8px 26px 8px 26px;
        /*height:12px; */
	/* background: #a40508 url(../images/nav_next.gif) no-repeat 88% center; */
	background-color:#A40508;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
}

DIV#main DIV#leftpane.readbook DIV.recommenddiv > A#btn_recommend.recommend{
        line-height:28px;
}

DIV#main DIV#leftpane DIV.content.addnewbook.search INPUT.submit,
DIV#main DIV#leftpane DIV.content A#joincompetition,
DIV#main DIV#leftpane DIV.content A#bookjoincompetition,
DIV#main DIV#leftpane DIV.content.blog A.next,
DIV#main DIV#rightpane DIV.login INPUT.login,
DIV#main DIV#leftpane DIV.comments.write INPUT.comment,
DIV#main DIV#leftpane DIV.content.coverpage A.readbook,
DIV#main DIV#leftpane DIV.content.readbook.illustration INPUT.submit,
DIV#main DIV#leftpane DIV.content.register INPUT.submit,
DIV#main DIV#leftpane DIV.content.register A.updatelater,
DIV#main DIV#leftpane DIV.content.readbook.search INPUT.submit {
	border: 0px;
	margin-left: 2px;
	padding: 8px 26px 8px 12px;
	background: #a40508 url(../images/nav_next.gif) no-repeat 88% center;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	cursor: pointer;
}
DIV#main DIV#leftpane DIV.content.addnewbook.search INPUT.submit,
DIV#main DIV#leftpane DIV.content.readbook.illustration INPUT.submit,
DIV#main DIV#leftpane DIV.content.readbook.search INPUT.submit {
	min-width: 100px;
}
DIV#main DIV#leftpane DIV.content.profile H1 {
	color: #343642;
	font: bold 24px arial, helvetica;
	margin: 60px 0px 0px;
	padding-left: 92px;
	padding-top: 55px;
	background-repeat: no-repeat;
	background-position: left top;
}
DIV#main DIV#leftpane DIV.content.profile H4 {
	color: #343642;
	font: bold 12px arial, helvetica;
}
DIV#main DIV#leftpane DIV.content.profile UL LI A {
	font-style: italic;
	font-size: 14px;
}
DIV#main DIV#leftpane DIV.content.authors {
	border-bottom: 0px;
}
DIV#main DIV#leftpane DIV.content.authors.illustration {
	background: url(../images/bg_laptop.jpg) no-repeat right 25px;
}
DIV#main DIV#leftpane DIV.content.authors H1,
DIV#main DIV#leftpane DIV.content.readbook H1 {
	text-indent: -1000cm;
	background: url(../images/txt_mestlastaochnyasteforfattarna.gif) no-repeat left top;
	margin: 60px 0px 20px;
	height: 23px;
}
DIV#main DIV#leftpane DIV.content.authors P A {
	font-style: italic;
}
DIV#main DIV#leftpane DIV.content.authors UL.list {
	padding-top: 70px;
	background-repeat: no-repeat;
	border-top: 1px solid #eeefef;
	float: left;
	width: 317px;
}
DIV#main DIV#leftpane DIV.content.authors UL.list.mostread {
	background-image: url(../images/txt_mestlasta.gif);
	border-right: 1px solid #eeefef;
	background-position: 70px 28px;
	margin-left: -36px;
}
DIV#main DIV#leftpane DIV.content.authors > UL.list.mostread {
	background-position: 40px 28px;
}
DIV#main DIV#leftpane DIV.content.authors UL.list.newest {
	background-image: url(../images/txt_nyaste.gif);
	background-position: 30px 32px;
	margin-right: -31px;
	width: 345px;
}
DIV#main DIV#leftpane DIV.content.authors > UL.list.newest {
	width: 317px;
}
DIV#main DIV#leftpane DIV.content.authors UL.list LI {
	background-repeat: no-repeat;
	background-position: 75px 15px;
	border-bottom: 1px solid #eeefef;
	padding: 105px 50px 15px 75px;
	height: 60px;
	overflow: hidden;
	color: #575a68;
	clear: both;
}
DIV#main DIV#leftpane DIV.content.authors UL.list.newest LI {
	padding-left: 30px;
	background-position: 30px 15px;
}
DIV#main DIV#leftpane DIV.content.authors UL.list LI H4 A {
	font: bold 24px/22px arial, helvetica;
	color: #575a68;
}
DIV#main DIV#leftpane DIV.content.authors UL.list LI SPAN A {
	color: #979c9c;
	display: block;
	margin-top: 2px;
	font: normal 12px arial, helvetica;
}
DIV#main DIV#leftpane DIV.content.authors UL.list LI SPAN.anfang {
	font: bold 40px arial, helvetica;
	display: block;
	float: left;
	height: 45px;
	width: 35px;
	color: #575a68;
	margin-left: -10px;
}
DIV#main DIV#leftpane DIV.content.authors UL.list > LI SPAN.anfang {
	margin-left: -35px;
}
DIV#main DIV#leftpane DIV.content.readbook.illustration {
	background: url(../images/bg_lasbok_book.jpg) no-repeat right bottom;
	padding-bottom: 20px;
	border-bottom: 0px;
}
DIV#main DIV#leftpane DIV.content.readbook H1 {
	background-image: url(../images/txt_hittadinfavoritbok.gif);
}
DIV#main DIV#leftpane DIV.content.readbook.illustration P.findbook {
	color: black;
	font-size: 14px;
	width: auto;
	margin: 0px;
}
DIV#main DIV#leftpane DIV.content.readbook.illustration SELECT {
	width: 150px;
	font-size: 14px;
	padding: 1px;
	margin: 0px 4px;
}
DIV#main DIV#leftpane DIV.content.readbook.illustration INPUT.submit {
	background-image: none;
	padding-right: 12px;
}
DIV#main DIV#leftpane DIV.content.readbook.output {
	display: none;
	height: 0px;
	margin-top: -21px;
	padding-left: 0px;
	padding-right: 0px;
}
DIV#main DIV#leftpane DIV.content.addnewbook.search INPUT.input,
DIV#main DIV#leftpane DIV.content.readbook.search INPUT.input {
	font: 24px arial, helvetica;
	margin-top: 5px;
	margin-right: 10px;
	width:210px;
}
DIV#main DIV#leftpane DIV.content.addnewbook.search INPUT.submit,
DIV#main DIV#leftpane DIV.content.readbook.search INPUT.submit {
	padding-right: 12px;
	padding-left: 26px;
	background-image: url(../images/icon_zoom.gif);
	background-position: 30% center;
	vertical-align: bottom;
}
DIV#main DIV#leftpane DIV.content.readbook.search DIV.genre {
	overflow: hidden;
	clear: both;
	margin-top: 10px;
}
DIV#main DIV#leftpane DIV.content.readbook.search LABEL {
	/* background: url(../images/txt_sokbocker.gif) no-repeat 0 20%; */
	background: url(../images/txt_sokbokforfattare.png) no-repeat 0 20%;
	text-indent: -1000cm;
}
DIV#main DIV#leftpane DIV.content.readbook.search DIV.genre SPAN {
	text-align: right;
}
DIV#main DIV#leftpane DIV.content.readbook.search LABEL,
DIV#main DIV#leftpane DIV.content.readbook.search DIV.genre SPAN {
	display: block;
	float: left;
	padding-right: 15px;
	width: 220px;
	clear: left;
	height: 60px;
	min-height: 60px;
	color: #343642;
}

DIV#main DIV#leftpane DIV.content.readbook.search DIV.genre SPAN{
        width: 126px;
        height: 70px;
}

DIV#main DIV#leftpane DIV.content.readbook.search > LABEL{
	height: auto;
}
DIV#main DIV#leftpane DIV.content.readbook.search DIV.genre INPUT {
	margin: 0px;
}
HTML>/**/BODY DIV#main DIV#leftpane DIV.content.readbook.search DIV.genre INPUT {
	margin: 0px 2px 10px;
}
DIV#main DIV#leftpane DIV.content.readbook.search DIV.genrebox{
        float:left;
        width: 122px;
}
DIV#main DIV#leftpane DIV.content.readbook.search DIV.genre LABEL {
	display: inline;
	color: #979c9c;
	float: none;
	text-indent: 0px;
	padding: 0px;
	width: auto;
	clear: none;
	height: auto;
	min-height: 0px;
	background: none;
	padding-right: 5px;
	white-space: nowrap;
}


/*DIV#main DIV#leftpane DIV.content.readbook.search TABLE {
	margin-bottom: 20px;
	width: 100%;
	table-layout: fixed;
}*/
/*DIV#main DIV#leftpane DIV.content.readbook.search TABLE TR.even,
DIV#main DIV#leftpane DIV.content.readbook.search TABLE TR.even TD.cover {
	background-color: #fffbec;
}
*/


/*DIV#main DIV#leftpane DIV.content.readbook.search TABLE TH {
	font-style: normal;
	font-weight: normal;
	color: #575a68;
	padding-bottom: 14px;
}*/
/*DIV#main DIV#leftpane DIV.content.readbook.search TABLE TD {
	height: 55px;
}*/
/*DIV#main DIV#leftpane DIV.content TABLE TD.author A,
DIV#main DIV#leftpane DIV.content.readbook.search TABLE TD,
DIV#main DIV#leftpane DIV.content.readbook.search TABLE TD A {
	font-style: italic;
}*/
/*DIV#main DIV#leftpane DIV.content.readbook.search TABLE TD UL {
	margin: 0px auto;
	float: none;
}
DIV#main DIV#leftpane DIV.content.readbook.search TABLE TD.cover {
	width: 140px;
	height: 56px;
	background: url(../images/bg_bookcover_small_white.jpg) no-repeat right 4px;
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
}

DIV#main DIV#leftpane DIV.content.readbook.search TABLE TD.cover IMG {
	margin-top: 6px;
	margin-right: 5px;
}*/
/*DIV#main DIV#leftpane DIV.content.readbook.search TABLE TD.title A {
	font: normal bold 16px arial, helvetica;
}*/
/*DIV#main DIV#leftpane DIV.content.readbook.search TABLE TR.even TD.cover {
	background-image: url(../images/bg_bookcover_small_yellow.jpg);
}*/
DIV#main DIV#leftpane DIV.content.readbook.search TABLE TH.abooklist {
	width: 100px;
	text-align: left;
}
DIV#main DIV#leftpane DIV.content.coverpage {
	border-bottom: 0px;
}
DIV#main DIV#leftpane DIV.content.coverpage.intro {
	padding: 0px;
	background: none;
}
DIV#main DIV#rightpane DIV.booktip DIV.cover,
DIV#main DIV#leftpane DIV.content.coverpage.intro DIV.cover {
	margin: 0px auto;
	background: url(../images/bg_bookcover_large_white.jpg) no-repeat center top;
	margin-top: 50px;
	padding-top: 14px;
	width: 260px;
	height: 174px;
}
DIV#main DIV#rightpane DIV.booktip DIV.cover A,
DIV#main DIV#leftpane DIV.content.coverpage.intro DIV.cover A {
	width: 120px;
	height: 160px;
	margin-left: 75px;
}
DIV#main DIV#rightpane DIV.booktip DIV.cover A.addbooklist,
DIV#main DIV#leftpane DIV.content.coverpage.intro DIV.cover A.removelibrarybooklist,
DIV#main DIV#leftpane DIV.content.coverpage.intro DIV.cover A.addbooklist {
	padding-top: 135px;
}
DIV#main DIV#rightpane DIV.booktip DIV.cover > A.addbooklist,
DIV#main DIV#leftpane DIV.content.coverpage.intro DIV.cover > A.removelibrarybooklist,
DIV#main DIV#leftpane DIV.content.coverpage.intro DIV.cover > A.addbooklist {
	padding: 0px;
	margin: 135px -72px 0px 47px;
}
DIV#main DIV#leftpane DIV.content.coverpage.intro H1 {
	text-align: center;
	background: none;
	font: 48px georgia;
	color: black;
	text-indent: 0px;
	width: auto;
	height: auto;
	text-transform: none;
	margin: 0px;
	margin-bottom: 15px;
}
DIV#main DIV#leftpane DIV.content.coverpage P {
	font: 16px/25px georgia;
	color: black;
	width: auto;
	margin-bottom: 10px;
}
DIV#main DIV#leftpane DIV.content.coverpage.intro P {
	text-align: center;
	color: #979c9c;
}
DIV#main DIV#leftpane DIV.content.coverpage.intro P SPAN {
	color: black;
}
DIV#main DIV#leftpane DIV.content A#bookjoincompetition{
        display: block;
	padding-right: 12px;
        margin-right:10px;
	background-image: none;
	width: 140px;
	text-align: center;
        float:left;
}
DIV#main DIV#leftpane DIV.content.coverpage A.readbook {
	display: block;
	margin: 30px auto 20px;
	padding-right: 12px;
	background-image: none;
	width: 100px;
	text-align: center;
}
DIV#main DIV#leftpane DIV.content.register {
	margin-bottom: 0px;
	border-bottom: 1px solid #eeefef;
}
DIV#main DIV#leftpane DIV.content.register.intro {
	background: url(../images/bg_starperson.jpg) no-repeat right bottom;
	color: #343642;
        padding-top: 45px;
}
DIV#main DIV#leftpane DIV.content.register H1 {
	background-image: url(../images/txt_tackochvalkommen.gif);
}
DIV#main DIV#leftpane DIV.content.register H1.choosepassword,
DIV#main DIV#leftpane DIV.content.register H1.welcomeuser {
	width: auto;
	background-image: none;
	text-indent: 0px;
	text-align: left;
	text-transform: none;
}
DIV#main DIV#leftpane DIV.content.register H1.update {
	background-image: url(../images/txt_uppdateraprofil.gif);
}
DIV#main DIV#leftpane DIV.content.register H1.becomemember {
	background-image: url(../images/txt_detblirroligaresommedlem.gif);
}
DIV#main DIV#leftpane DIV.content.register INPUT.submit,
DIV#main DIV#leftpane DIV.content.register A.updatelater {
	display: block;
	float: left;
	clear: both;
	overflow: hidden;
	padding-right: 12px;
	background-image: none;
	margin: 20px 0px 10px;
}
DIV#main DIV#leftpane DIV.content.register.expanded,
DIV#main DIV#leftpane DIV.content.register.author {
	text-align: center;
}
DIV#main DIV#leftpane DIV.content.register.expanded {
	background-color: #fffbec;
	padding-top: 10px;
}
DIV#main DIV#leftpane DIV.content.register.author {
	background-color: #f9f3da;
}
DIV#main DIV#leftpane DIV.content.register H2 {
	text-indent: -1000cm;
	height: 10px;
	background-position: left top;
	background-repeat: no-repeat;
	margin-top: 8px;
	text-align: left;
}
DIV#main DIV#leftpane DIV.content.register.expanded H2 {
	background-image: url(../images/txt_utokadprofil.gif);
}
DIV#main DIV#leftpane DIV.content.register.expanded LABEL {
	padding: 3px 0px;

}
DIV#main DIV#leftpane DIV.content.register.author H2 {
	background-image: url(../images/txt_omdig.gif);
}
DIV#main DIV#leftpane DIV.content.register DIV.miscinformation,
DIV#main DIV#leftpane DIV.content.register LABEL {
	display: block;
	width: 460px;
	margin: 15px auto 0px;
	font: bold 20px/16px arial, helvetica;
	color: #a40508;
        
}
DIV#main DIV#leftpane DIV.content.register LABEL SPAN {
	font: normal 12px arial, helvetica;
	color: #343642;
}
DIV#main DIV#leftpane DIV.content.register LABEL.hidden {
	display: none;
}

DIV#main DIV#leftpane DIV.comments.forum P {
	width: 410px;
	margin-bottom: 20px;
	margin-left: 40px;
}

DIV#main DIV#leftpane DIV.comments.write SELECT.input,
DIV#main DIV#leftpane DIV.comments.write INPUT.input,
DIV#main DIV#leftpane DIV.content.register INPUT.input,
DIV#main DIV#leftpane DIV.content.register TEXTAREA {
	width: 260px;
	padding: 1px;
	font: 20px arial, helvetica;
	margin-top: 10px;
}

DIV#main DIV#leftpane DIV.comments.write SELECT.input{
	width: 265px;
}
DIV#main DIV#leftpane DIV.content.register TEXTAREA {
	height: 195px;
	font: 14px "courier new", serif;
}
DIV#main DIV#leftpane DIV.content.register INPUT.submit {
	margin-left: auto;
	margin-right: auto;
	float: none;
}
DIV#main DIV#leftpane DIV.content.register DIV.miscinformation {
	color: #343642;
	font: 12px arial, helvetica;
	text-align: left;
	padding-left: 25px;
	width: 245px;
}
DIV#main DIV#leftpane DIV.content.register DIV.miscinformation A {
	text-decoration: underline;
	vertical-align: baseline;
}
DIV#main DIV#leftpane DIV.content.register DIV.miscinformation INPUT {
	margin: 8px 8px 0px -25px;
}
DIV#main DIV#leftpane DIV.content.register DIV.miscinformation LABEL {
	display: inline;
	width: auto;
	margin: 0px;
	color: inherit;
	font: inherit;
	vertical-align: baseline;	
}


DIV#main DIV#leftpane DIV.register_expanded,
DIV#main DIV#leftpane DIV.register_author {
	background-image: none;
}
DIV#main DIV#leftpane DIV.register_expanded LABEL {
	padding: 3px 0px 1px;
}
DIV#main DIV#leftpane DIV.register_expanded DIV.miscinformation {
	padding-left: 0px;
	width: 300px;
}
DIV#main DIV#leftpane DIV.register_expanded DIV.miscinformation LABEL {
	font-size: 12px;
	padding: 0px;
	color: black;
	font-weight: normal;
	display: inline;
	width: auto;
	line-height: 100%;
}
DIV#main DIV#leftpane DIV.register_expanded DIV.miscinformation INPUT {
	margin: 0px;
}





/*
RIGHT PANE
*/

DIV#main DIV#rightpane {
	float: left;
	width: 316px;
	overflow: hidden;
	font: 12px arial;
}
DIV#main DIV#rightpane A {
	color: #a40508;
}
DIV#main DIV#rightpane H2 {
	color: #a40508;
	font: bold 20px arial;
	display: block;
	margin: 30px 0px 20px 29px;
}
DIV#main DIV#rightpane P.introduction {
	color: #a40508;
	clear: both;
	margin-left: 53px;
}

DIV#main DIV#rightpane H3 {
	text-indent: -1000cm;
	height: 12px;
	margin: 15px 0px 10px 29px;
	background-position: left top;
	background-repeat: no-repeat;
}
DIV#main DIV#rightpane H3.booktipboksm {
        background-image: url(../images/rubRightBokSM.gif);
        height: 20px;
}

/* DIV#main DIV#rightpane H3.bookrecommendationlist {background-image: url(../images/txt_minarekommendationer.gif);} */
DIV#main DIV#rightpane H3.bookrecommendationlist {background-image: url(../images/txt_mn_rekommendationer.png);}
DIV#main DIV#rightpane H3.bookmarks {background-image: url(../images/txt_minabokmarken.gif);}
DIV#main DIV#rightpane H3.ownbooks {background-image: url(../images/txt_minabocker.gif);}
DIV#main DIV#rightpane H3.booklist {background-image: url(../images/txt_minboklista.gif);}
DIV#main DIV#rightpane H3.didyouknow {background-image: url(../images/txt_vissteduatt.gif);}
DIV#main DIV#rightpane H3.booktip {background-image: url(../images/txt_boktipset.gif);}
DIV#main DIV#rightpane H3.readersprice {background-image: url(../images/price_title.png);}

DIV#main DIV#rightpane DIV.login {
	background: #eae8dc url(../images/bg_rightpane.gif) no-repeat 0px top;
	padding: 47px 29px 15px 27px;
	color: black;
}
DIV#main DIV#rightpane DIV#userloggedin {
	padding-top: 20px;
}
DIV#main DIV#rightpane DIV.content {
	background-color: #eae8dc;
	clear: both;
	overflow: hidden;
}
DIV#main DIV#rightpane DIV.login H1 {
	margin-bottom: 10px;
	font-size: 24px;
}
DIV#main DIV#rightpane DIV.login H2 {
	margin: 35px 0px 10px;
	padding-right: 20px;
}
DIV#main DIV#rightpane DIV.login LABEL {
	color: #a40508;
}
DIV#main DIV#rightpane DIV.login INPUT.input {
	font-size: 20px;
	width: 260px;
	margin-bottom: 10px;
	padding: 1px;
}
DIV#main DIV#rightpane DIV.login INPUT.rememberme {
	vertical-align: middle;
}
HTML>/**/BODY DIV#main DIV#rightpane DIV.login INPUT.rememberme {
	margin-top: 10px;
	vertical-align: bottom;
}
DIV#main DIV#rightpane DIV.login INPUT.login {
	vertical-align: middle;
}
DIV#main DIV#rightpane DIV.login P {
	clear: both;
	padding-top: 10px;
}
DIV#main DIV#rightpane DIV.becomemember {
	background: url(../images/bgBlimedlem.gif) no-repeat center top;
	padding: 104px 27px 0px 24px;
	margin-top: 5px;
	height: 198px;
	color: white;
}

/*
DIV#main DIV#rightpane DIV.becomemember H1 {
	height: 19px;
	width: 130px;
	margin-bottom: 0px;
	background: url(../images/txt_blimedlem.gif) no-repeat left top;
	text-indent: -1000cm;
	text-transform: uppercase;
}
*/
DIV#main DIV#rightpane DIV.becomemember > H1 {
	margin-bottom: 10px;
}
/*
DIV#main DIV#rightpane DIV.becomemember P {
	height: 55px;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
}
*/
DIV#main DIV#rightpane DIV.becomemember UL {
	padding-left: 16px;
	list-style-type: none;
        margin:0;
}
DIV#main DIV#rightpane DIV.becomemember DIV.list{
        height: 85px;
        
}
DIV#main DIV#rightpane DIV.becomemember DIV.text {
	height:64px;
}
HTML > BODY DIV#main DIV#rightpane DIV.becomemember UL {
	padding-left: 16px;
       
}
DIV#main DIV#rightpane DIV.becomemember UL LI {
	height:22px;
	
}
DIV#main DIV#rightpane DIV.becomemember UL LI P {
        font: bold 14px arial, helvetica;
	height: auto;
	font-size: 14px;
	line-height: 18px;
}
DIV#main DIV#rightpane DIV.becomemember A {
	display: block;
	padding-top: 8px;
	height: 22px;
	width: 124px;
	text-align: center;
	margin-top: 0px;
	margin-left: 74px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
}
DIV#main DIV#rightpane DIV.readersprice,
DIV#main DIV#rightpane DIV.didyouknow,
DIV#main DIV#rightpane DIV.booktip,
DIV#main DIV#rightpane UL.sortable,
DIV#main DIV#rightpane UL.unsortable {
	margin-bottom: 30px;
}
DIV#main DIV#rightpane UL.sortable LI,
DIV#main DIV#rightpane UL.unsortable LI {
	padding: 4px 0px 4px 53px;
	background-position: 29px 6px;
	background-repeat: no-repeat;
	font-style: italic;
	color: #343642;
	height: 15px;
}
DIV#main DIV#rightpane UL.unsortable.bookrecommendlist LI {
	background-position: 29px 0px;
}
DIV#main DIV#rightpane DIV#userloggedin UL.unsortable {
	margin-bottom: 0px;
}
DIV#main DIV#rightpane DIV#userloggedin UL.unsortable LI {
	padding: 0px;
	padding-left: 20px;
	padding-bottom: 3px;
}
DIV#main DIV#rightpane UL.sortable LI {
	cursor: move;
	overflow: hidden;
}
DIV#main DIV#rightpane UL.unsortable.empty LI,
DIV#main DIV#rightpane UL.sortable.empty LI {
	cursor: default;
	background-image: none !important;
}
DIV#main DIV#rightpane UL.sortable LI.even, 
DIV#main DIV#rightpane UL.unsortable LI.even {
	background-color: #f0efe6;
}
/* DIV#main DIV#rightpane UL.ownbooks LI.boksm {background-image: url(../images/icoBokSMSmall.gif);} */
DIV#main DIV#rightpane UL.ownbooks LI.boksm {
	background-image: url(../images/mn_pris_small.png);
	background-position:27px 4px;
}

DIV#main DIV#rightpane UL.ownbooks LI {background-image: url(../images/icon_ownbook.gif);}
DIV#main DIV#rightpane UL.sortable.bookmarks LI {background-image: url(../images/icon_bookmark.gif);}
DIV#main DIV#rightpane UL.sortable.booklist LI {background-image: url(../images/icon_heart.gif);}
/* DIV#main DIV#rightpane UL.unsortable.bookrecommendlist LI {background-image: url(../images/icoBokSMSmall.gif);} */
DIV#main DIV#rightpane UL.unsortable.bookrecommendlist LI {
	background-image: url(../images/mn_pris_small.png);
	background-position:27px 4px;
}

DIV#main DIV#rightpane UL.sortable LI A,
DIV#main DIV#rightpane UL.unsortable LI A {
	color: #a40508;
	font-style: normal;
}
DIV#main DIV#rightpane UL.unsortable LI A.deletelistitem,
DIV#main DIV#rightpane UL.sortable LI A.deletelistitem {
	float: right;
	display: block;
	width: 12px;
	height: 12px;
	background: url(../images/icon_delete_listitem.gif) no-repeat left top;
	margin-right: 20px;
	visibility: hidden;
}

DIV#main DIV#rightpane DIV.readersprice H3{
        margin-bottom: 10px;
}
DIV#main DIV#rightpane DIV.booktip H3,
DIV#main DIV#rightpane DIV.didyouknow H3 {
	margin-bottom: 0px;
}
DIV#main DIV#rightpane DIV.readersprice P,
DIV#main DIV#rightpane DIV.didyouknow P,
DIV#main DIV#rightpane DIV.booktip P {
	clear: both;
	overflow: hidden;
	padding: 145px 29px 0px;
	font-style: italic;
	background-position: center top;
	background-repeat: no-repeat;
}
DIV#main DIV#rightpane DIV.amodule{
         padding-top:20px;
}
DIV#main DIV#rightpane DIV.booktip DIV.cover {
	background-image: url(../images/bg_bookcover_large_yellow.jpg);
	margin-top: 0px;
	margin-bottom: 15px;
	overflow: hidden;
	clear: both;
}
div#main div#rightpane div.booktip h4 A{
        font: bold 16px arial, helvetica;
	text-align: center;
	color: #575a68;
}
DIV#main DIV#rightpane DIV.booktip H4 {
	font: bold 16px arial, helvetica;
	text-align: center;
	color: #575a68;
}
DIV#main DIV#rightpane DIV.booktip P {
	padding-top: 20px;
	margin-top: 0px;
}

/*
THE FOOTER
*/

DIV#printchapter {
	display: none;
}

DIV#bottomshadow {
	overflow: hidden;
	clear: both;
	text-align: center;
	width: 979px;
	margin: 0px auto;
	padding-top: 25px;
	font: 12px arial;
	color: #41434e;
	height: 35px;
	background: url(../images/bg_footer.gif) no-repeat 15px top;
}
DIV#bottomshadow SPAN {
	font-weight: bold;
}
DIV#bottomshadow A {
	font-style: italic;
	color: #a40508;
}
DIV#footer {
	overflow: hidden;
	clear: both;
	padding: 32px 0px 100px;
	background-color: #575a68;
}
DIV#footer DIV.content {
	width: 955px;
	padding-left: 18px;
	margin: 0px auto;
	overflow: hidden;
	clear: both;
}
DIV#footer DIV.content UL.panes {
	float: left;
}
DIV#footer DIV.content UL.panes LI.left,
DIV#footer DIV.content UL.panes LI.middle {
	float: left;
	padding-right: 30px;
	width: 214px;
}
DIV#footer DIV.content UL.panes LI H2 {
	padding: 8px 11px;
	font: bold 14px arial, helvetica;
	color: #a0a2ab;
	background-color: #2b2d34;
	text-transform: uppercase;
}
DIV#footer DIV.content UL.panes LI UL.linklist {
	margin-bottom: 12px;
}
DIV#footer DIV.content UL.panes LI H2,
DIV#footer DIV.content UL.panes LI UL.linklist LI {
	margin-bottom: 3px;
}
DIV#footer DIV.content UL.panes LI UL.linklist LI A {
	display: block;
	background-color: #41434e;
	padding: 8px 11px;
	font: 14px arial, helvetica;
	color: white;
}
DIV#footer DIV.content UL.panes LI.middle UL.linklist LI A {
	background-color: #676b75;
}
DIV#footer DIV.content UL.panes LI UL.linklist LI A:hover {
	background-color: #373a44;
}
DIV#footer DIV.content UL.panes LI.middle UL.linklist LI A:hover {
	background-color: #4c5059;
}
DIV#footer DIV.content UL.panes LI UL.linklist LI UL {
	margin: 5px 0px;
	padding-left: 10px;
}
DIV#footer DIV.content UL.panes LI UL.linklist LI UL LI {
	margin: 0px;
}
DIV#footer DIV.content UL.panes LI UL.linklist LI.expanded UL LI A {
	padding: 4px 0px 4px 10px;
	background-color: transparent;
}
DIV#footer DIV.content UL.panes LI UL.linklist LI.expanded UL LI A:hover {
	background-color: #676b75;
}
DIV#footer DIV.content DIV.kapitel1information {
	float: left;
	width: 425px;
}
DIV#footer DIV.content DIV.kapitel1information DIV {
	background-color: #41434e;
	padding: 20px;
	color: white;
}
DIV#footer DIV.content DIV.kapitel1information DIV A {
	font: italic 14px arial, helvetica;
	color: white;
}
DIV#footer DIV.content DIV.kapitel1information DIV UL {
	text-align: center;
	margin-bottom: 30px;
}
DIV#footer DIV.content DIV.kapitel1information DIV UL LI {
	display: inline;
	padding: 0px 3px 0px 5px;
	border-left: 1px solid white;
}
DIV#footer DIV.content DIV.kapitel1information DIV UL LI.first {
	border-left: 0px;
}
DIV#footer DIV.content DIV.kapitel1information DIV UL LI A {
	text-decoration: underline;
	font-style: normal;
}
DIV#footer DIV.content DIV.kapitel1information DIV P {
	font: italic 14px arial, helvetica;
	margin-bottom: 20px;
	color: #cfd0d3;
}
DIV#footer DIV.content DIV.kapitel1information P.cooperation {
	color: white;
	font: italic 12px arial, helvetica;
	text-align: center;
	line-height: 40px;
}

DIV#fgtext P * {
	display: inline;
}

DIV#fgtext P.flagged {
	background:#ffffe5;
}




DIV#main DIV#leftpane DIV.content.recommendations P{
        font-weight:bold;
}

DIV#main DIV#leftpane DIV.content DIV.recommendations {
	background: url(../images/icoBokSMMedium.gif) no-repeat 0px center;
	padding-left: 55px;
	height: 60px;
	margin-bottom:0px;
	
}


div#main div#leftpane div.boksmfrontpage h1.write{
	margin-top: 10px;
	background: url(../images/rubBokSM2009.gif) no-repeat;
	
	margin-bottom: 10px;
	width: 350px;
	padding-top: 4px;
	height: 40px;
	overflow: hidden;
}
div#main div#leftpane div.content.boksmfrontpage p {
        width:350px;
}
div#main div#leftpane div.boksmfrontpage h1 span{
	display: block;
	float: left;
	width: 90px;
	text-indent: -1000cm;
}

div#main div#leftpane div.boksmfrontpage .boksmimg{
	margin-top:15px;
	float:right;
	width:169px;
	height:35px;
        padding-top:120px;
	background: url(../images/bokSmLogoFrontpage.gif) no-repeat 0 40px;
}

div#main div#leftpane div.boksmfrontpage .center{
	text-align:center;
}
DIV#main DIV#leftpane DIV.content TABLE.nomatch {
	clear: both;
	border-collapse: collapse;
	margin: 0px auto 0px;
	table-layout: fixed;
	width: 100%;
}
div#main div#leftpane DIV.content TABLE.nomatch TD{
        padding:35px;
}

DIV#main DIV#leftpane DIV.content DIV.center{
        text-align:center;
        text-transform:uppercase;
}



/* BANNERS */

DIV#bannerdiv DIV.bannergroup_outside{
	position:relative;
	width: 945px;
	margin: 0px auto;
	height:0px;
}

DIV#bannerdiv DIV.banneritem_outside{
	position:absolute;
	left:990px;
	top:150px;
	width:200px;
	font-size:14px;
	font-family:arial;
}
DIV#bannerdiv DIV.banneritem_outside A:hover H2,
DIV#bannerdiv DIV.banneritem_outside A:hover P,
DIV#bannerdiv DIV.banneritem_outside A:hover{
	text-decoration:underline;
}
DIV#bannerdiv DIV.banneritem_outside A{
	color:#A40508;
	font-style:italic;
}
DIV#bannerdiv DIV.banneritem_outside A P{
	color:#000;
	font-style:normal;
}
DIV#bannerdiv DIV.banneritem_outside H2{
	font-size:15px;
	font-weight:bold;
	font-style:normal;
}
DIV#main DIV#leftpane DIV.banner{
        background:url(../images/rubMainReklam.gif) no-repeat 55% 0;
        padding-left:6px;
        padding-top:25px;
}

DIV#main DIV#rightpane DIV.banneritem,
DIV#main DIV#rightpane DIV.amodule DIV.banner{
        background:url(../images/rubMainReklam.gif) no-repeat 50% 3%;
        text-align:center;
        padding-top:45px;
	padding-bottom:20px;
	margin-top:20px;
        border-top:2px solid #CCCCCC;
        border-bottom:2px solid #CCCCCC;
}

.filterforum{
	padding:1px;
	width:100px;
}

.addthis_toolbox{
	padding-top:5px;
}

div#main div#leftpane div.content.coverpage.intro div.recommend p,
div#main div#leftpane div.recommend  P{
	width:410px;
	font-family: Georgia;
	font-size: 15px;
	text-align:left;
	color:#000;
	line-height:normal;
}
div#main div#leftpane div.content.coverpage.intro div.recommend h1.write,
div#main div#leftpane div.recommend h1.write{
	margin-top: 40px;
	background: url(../images/txt_mn_rekommendera_denna.png) no-repeat;
	margin-bottom: 25px;
	width: 450px;
	padding-top: 4px;
	height: 22px;
	overflow: hidden;
}
div#main div#leftpane div.recommend h1 span{
	display: block;
	float: left;
	width: 90px;
	text-indent: -1000cm;
}

div#main div#leftpane div.recommend .recommendimg{
	margin-top:45px;
	float:right;
	width:125px;
	height:155px;
	background: url(../images/mn_pris.png) no-repeat;
	/* background: url(../images/bokSMlogoK1.png) no-repeat; */
}

div#main div#leftpane div.recommend .center{
	text-align:center;
	clear:both;
}

div#main div#leftpane div.intro div.recommend{
	padding-right:25px;
}

div#main div#content div#leftpane p.librarylink{
    margin-left:93px;
    margin-bottom:20px;
    width: 330px;
}



DIV#main DIV#leftpane DIV.content.addnewbook.search LABEL {
	/* background: url(../images/txt_sokbocker.gif) no-repeat 0 20%; */
	background: url(../images/rubSokBokISBN.png) no-repeat 0 20%;
	text-indent: -1000cm;
}

DIV#main DIV#leftpane DIV.content.addnewbook.search LABEL{
	display: block;
	float: left;
	padding-right: 15px;
	width: 142px;
	clear: left;
	height: 60px;
	min-height: 60px;
	color: #343642;
}

DIV#main DIV#leftpane DIV.content.addnewbook.search > LABEL{
	height: auto;
}

div#main div#leftpane div.textfrontpage .small{
    float:left;
    width: 260px;
}
div#main div#leftpane div.textfrontpage .forum-comments{
    float:left;
    width: 308px;
}
div#main div#leftpane div.textfrontpage .forum-comments span{
    font-size: 10px;
}
div#main div#leftpane div.textfrontpage .small p{
    width:210px;
}

div#main div#leftpane div.textfrontpage .forum-comments p{
    margin-top: 5px;
}

.textfrontpage .forum-comment span{
    float:left;
    width:90px;
    overflow: hidden;
}

.textfrontpage .forum-comment{
    overflow: hidden;
}

.profile-left{
    width:440px;
    float:left;
}

.profile-right{
    width: 115px;
    float:right;
    margin-top: 60px;
}

DIV#main DIV#leftpane DIV.content.coverpage DIV.caption > DIV.information {
    width: 200px;
    overflow: hidden;
}


DIV#main DIV#leftpane DIV.content.coverpage DIV.caption > DIV.like {
    float: right;
    overflow: visible;
    padding-top: 27px;
    text-align: right;
    width: 160px;
}

DIV#main DIV#leftpane DIV.content.coverpage,
DIV#main DIV#leftpane DIV.content.promo,
DIV#main DIV#leftpane DIV.content.coverpage DIV.caption,
DIV#main DIV#leftpane DIV.content.profile{
    overflow: visible;
}


