/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
/* based on http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
html, body{
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
} 
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, 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;
	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;}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
/* end reset styles */
/* clearing technique */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */
/*........... do not change or amalgamate the above clearfix styles..................*/

p,h1,h2,h3,h4,h5,h6,ul {margin-bottom:.5em}
a img,img{border:none;display:block;}
a{cursor:pointer!important;text-decoration:none}
a:link{color:#346da7;}
a:visited{color:#346da7;}
a:hover{color:#000}
a:active{color:#000;}
a.read-more{color:#346da7!important}
a.read-more:hover{color:#000!important}
.read-more img{
	display:inline;
}

h1,h2,h3,h4,h5,h6{font-weight:bold;font-size:100%}
h1{font-size:159%;}
input{font-family:Verdana, Arial, Helvetica, sans-serif;}

h6{text-transform:uppercase;
}



/* body holds background fade */
body{
	color:#000;
	text-align:center;/* for ie5.+*/
	background:#c7c8ca url(/site/images/bodybg.jpg) repeat-x 0 0;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	padding:5px 0 10px 0;
}

/* eroormessage format */
.errormessage{ color:#990000;
	font-size:10px;
	margin-left:4px;
}
/* #outer is a repeating slice to continue body background */
#outer{
	width:1008px;
	text-align:left;
	margin:auto;
	background:#fff url(/site/images/pagebg2.gif) repeat-y 0 0;
}
/* #inner holds side fades and header top image */
#inner{
	width:1008px;
	margin:auto;
	background:url(/site/images/pagebg.gif) no-repeat 0 0;
	padding:5px 0 0 0;
}
/*..............  start header content ..................*/
#header{
	margin:0 0 0 4px;
	width:1000px;
	background:#535a60 url(/site/images/headerbg.jpg) repeat-x 0 0;
	overflow:auto;
	border-bottom:1px solid #aebbc4;
}
/* container for addtional right content in header */
.rhead{
	float:right;
	width:615px;
}
.rhead img{float:right;}
/* logo is background image but we use image replacement for accessibility */
h1#logo {
	width:368px;
	height:85px;
	position:relative;
	font-size:.6em;
	margin:0;
}
/* mac hide \*/
h1#logo{overflow:hidden}
/* end hide*/
h1#logo a,	h1#logo em {
	width:368px;
	height:85px;
	position:relative;
	display:block;
}
h1#logo em {
	background: transparent url(/site/images/logo.jpg) no-repeat left top;
	position:absolute;
	left:0;
	top:0;
	cursor:pointer;
}
/*..........   end header ............................*/

/* ........ start top horizontal navigation ............*/ 
#nav{
	margin:0 0 0 4px;
	padding:1px 0 1px 0;
	width:1000px;
	background:#2c3d45 url(/site/images/navbg.jpg) repeat-x 0 0;
	border-bottom:1px solid #11161a;
	font-size:93%;
}
#nav li{
	color:#fff;
	float:left;
	background: url(/site/images/divider.gif) no-repeat 100% 6px;
	padding:3px 12px 0;
}
#nav li.last{background:none;}
#nav li a{
	color:#fff;
	float:left;
}
#nav li a:hover{color:#000}
#nav li.search{
	float:right;
	margin:0 1px 0 0;
	display:inline;
	background:none;
	width:225px;
	padding:0;
}
#nav li.search input{float:right}
input.srchtxt{
	background:transparent url(/site/images/search-input.jpg) no-repeat 100% 0;
	border:none;
	font-size:11px;
	width:152px;
	height:18px;
	padding:4px 16px 0 0;
}

/*............ left and right column styling ........................*/
#left,#right{
	width:196px;
	float:left;
	padding:14px 0 25px;
	margin:0 0 0 4px;
	display:inline;
}
#right{float:right;margin:0 3px 0 0}
#left p{margin:0 12px .5em}
/* round1 button in side columns only*/
.round1,.round1b{
	width:171px;
	background:#484848 url(/site/images/round1.jpg) no-repeat 0 0;
	padding:6px 12px;
	color:#fff;
	font-size:93%;
}
/* round1b is wide button in middle column*/
.round1b{
	width:559px;
	background:#484848 url(/site/images/round1-big.jpg) no-repeat 0 0;
}
/* basic lists in side columns */
ul.side-list{	margin:11px 12px 16px}
ul.side-list li{margin:0 0 4px 0}
ul.side-list a{color:#346da7}
ul.side-list a:hover{color:#000}

/* small form with 3 radio buttons */
.form2{
	margin:0 12px;
	padding:0 0 17px 0;
	line-height:1.3em
}
.form2 input,
.form2 label{vertical-align:middle}
#left .form2 p{margin:0;line-height:1.6em;font-size:93%}
.form2 label a{
	font-weight:bold;
	padding:0 0 0 4px;
	font-size:93%
}
.lastradio{margin:0 0 4px 0}
/* small blocks in side columns with 3px gray border on top */
.sblock{
	width:180px;
	margin:0 0 0 7px;
	border-top:3px solid #c7c8ca;
	padding:10px 0 4px 0;
	line-height:1.2em;
}
.sblock h3,.sblock h4{margin:0 5px 3px 6px}
#left .sblock p{
	margin:0 5px 3px 6px;
	color:#333;
	font-size:85%;
}
.small{font-size:93%;line-height:1.25em}
.small h4{font-size:85%;margin:0 5px 0 6px}
.lastborder{border-bottom:1px solid #c7c8ca}
/*...... end left column styles ...........................*/
/* right column specifics */
.login{
	margin:14px 6px 14px 14px;
	font-size: 77%;
	line-height:20px
}
.login div{clear:both;width:100%}
.login label{float:left}
.login input{
	float:right;
	margin:0 4px 2px 0;
	display:inline;
}


.smalltxt{font-family:arial;}
p.smalltxt{
	clear:both;
	margin:2px 0 10px;
	line-height:1.3em;
}
.login label a{
	font-weight:bold;
	padding:0 0 0 4px;
	font-size:120%
}
input.inptxt{
	width:88px;
	border:1px solid #ddd;
	border-top:2px solid #7c7c7c;
	padding:1px 5px 3px;
	font-size:11px
}
.log{
	text-align:right;
	margin:5px 0 5px 0;
}
.log input,.log label{float:none;vertical-align:middle}
.log a.glemt{
	float:left;
	text-decoration:underline;
	text-align:left;
	font-size:88%
}
.log label{position:relative;top:-1px}
.cart{padding:3px 12px 4px;}
.cart img{
	margin:0 0 0 5px;
	vertical-align:middle;
	display:inline;	
}
.rblock{
	margin:4px 6px 14px 14px;
	min-height:0;
	font-family:arial;
}
.rblock li,.rblock p{font-size:77%;line-height:1.3em;margin-bottom:0}
.rblock p{margin-top:4px;margin-bottom:4px}
.rblock p img,.rblock li img{
	display:inline;
	vertical-align:middle;
	position:relative;
}
.rblock .ltxt{
	font-size:92%;
	font-family:verdana;
	font-weight:bold;
}
/* kims small blocks in right column with 3px gray border on top */
.rblock3{
	width:180px;
	margin:0 0 0 7px;
	border-top:3px solid #c7c8ca;
	padding:10px 0 4px 0;
	line-height:1.2em;
}
.rblock3 h3,.rblock3 h4{margin:0 5px 3px 6px}
#right .rblock3 p{
	margin:0 5px 3px 6px;
	color:#333;
	font-size:85%;
}
.small{font-size:93%;line-height:1.25em}
.small h4{font-size:85%;margin:0 5px 0 6px}
.lastborder{border-bottom:1px solid #c7c8ca}

/* small block with header and floated image to the side */
.rblock2{
	width:180px;
	margin:0 0 0 7px;
	border-top:3px solid #c7c8ca;
	padding:13px 0 13px 0;
	line-height:1.2em;
	font-size:92%;
}
.rblock2 h3,.rblock2 h4{margin:0 5px 3px 5px}
.rblock2 p{
	margin:0 5px 3px 46px;
	color:#333;
	font-size:92%;
}
.rblock2 p.imagefl{
	float:left;
	margin:3px 5px 5px 2px;
}
.graphic{
	width:181px;
	margin:0 0 0 7px;
}
/*............. priser ..................*/
.priseunderbillede {
margin:0 5px 3px 2px;
	color:#333;
	font-size:85%;
}
/*............ middle section   .........*/
#main{
	float:left;
	width:583px;
	margin:0 0 0 13px;
	display:inline;
	padding:14px 0 25px 0;
}

/* two small columns for main article */
.col1{
	float:left;
	width:300px;
	font-size:85%;
	margin:0 0 25px 0;
}
.col2{
	float:right;
	width:273px;
	color:#727171;
	font-size:77%;
	margin:0 0 25px 0;
}
.block2{
	border-top:3px solid #c7c8ca;
	border-bottom:1px solid #c7c8ca;
	padding:10px 2px 10px 5px;
	min-height:0;
}
.col1 p{line-height:1.6em}
.block2 p.image{float:right;margin:0 0 5px 1px}
.block2 p{line-height:1.6em}
#main h4{margin:0 0 2px 0}
.col2 p.image2{margin:5px 0 2px 0}
.col2 p.caption{margin:0 0 20px 0}
.col1 h3{margin:0 0 2px 0}
ul.bullet{margin:15px 0 25px 0}
ul.bullet li{
	background: url(/site/images/blue-bull.gif) no-repeat 1px 5px;
	line-height:1.5em;
	padding:0 0 0 12px;
}
h3.mainhead{
	margin:15px 0 10px 0;
	font-size:136%;
	font-weight:normal
}
/* full width of middle column */
.submain{
	clear:both;
	width:100%;
	font-size:85%;
	padding:0 0 35px 0;
}
.submain p{line-height:1.6em}

/* three little columns across middle column */
.threecol{width:583px;clear:both}
.col3{
	float:left;
	width:185px;
	margin-left:14px;
	padding:10px 0 10px 0;
	border-top:3px solid #c7c8ca;
	border-bottom:1px solid #c7c8ca;
	font-size:77%;
	line-height:1.6em;
}
.col3 ul.bullet li{line-height:1.6em}
.cfirst{margin-left:0}
.mb0{margin-bottom:0!important}

/*............ Footer styles ..............................*/
#footer{
	clear:both;
	width:1008px;
	background: url(/site/images/footer-base.jpg) no-repeat 0 100%;
	padding:0 0 8px 0;
	color:#bbb;
}
#footer ul{
	width:1000px;
	margin:0 0 0 4px;
	border-top:1px solid #b7b7b7;
	padding:4px 0 4px 0;
	font-size:77%;
	background:#e4e4e4; 
	text-align:center;
}
#footer li{
	display:inline;
	padding:0 5px;
	font-weight:bold;
}
#footer li a{padding:0 5px;color:#bbb}
#footer li a:hover{color:#000}
#footer ul strong{font-size:110%;}
/*........ end footer styles ........... */


/*............  styles for Books4 page but buttom code may be re-used on othe rpages so beast to kepp css in main.css */
.breadcrumb a{
	color:#fff!important;
	text-decoration:underline;
}
/* light gray buttons */
.button{float:right}
.button b{
	padding:0 25px 3px 5px
}
.button a,
.button em,
.button span,
.button b {
	float:left;
	font-weight:bold;
	font-style:normal;
	cursor:pointer;
  line-height:1.4;
	white-space:nowrap;
}
.button a{background:url(/site/images/bl1-off.gif) no-repeat 0 100%;padding-bottom:3px}
.button em{background:url(/site/images/tl1.gif) no-repeat 0 0;padding-left:5px}
.button span{background:url(/site/images/tr1.gif) no-repeat 100% 0}
.button b{background:url(/site/images/br1-off.gif) no-repeat 100% 100%}
.button {font-size:11px!important}
.button b {position:relative;top:3px;}
.button a:hover{background:url(/site/images/bl1-over.gif) no-repeat 0 100%}
.button a:hover em {background-position:0 -100px}
.button a:hover span{background-position:100% -100px}
.button a:hover b{background:url(/site/images/br1-over.gif) no-repeat 100% 100%}
/* green button*/
.button2 a{background:url(/site/images/bl2-off.gif) no-repeat 0 100%;padding-bottom:3px}
.button2 em{background:url(/site/images/tl2.gif) no-repeat 0 0;padding-left:5px}
.button2 span{background:url(/site/images/tr2.gif) no-repeat 100% 0}
.button2 b{background:url(/site/images/br2-off.gif) no-repeat 100% 100%}
.button2 a:hover{background:url(/site/images/bl2-over.gif) no-repeat 0 100%}
.button2 a:hover em {background-position:0 -100px}
.button2 a:hover span{background-position:100% -100px}
.button2 a:hover b{background:url(/site/images/br2-over.gif) no-repeat 100% 100%}
/* end*/
/* orange button*/
.button3 span{background:url(/site/images/tr3.gif) no-repeat 100% 0}
/* end*/

.buttons .button {clear:right;margin:0 0 10px 0}
/* product information with image floated to the left */
.product{
	clear:both;
	width:546px;
	padding:20px 19px 12px 18px;
	background:url(/site/images/base-fade1.jpg) repeat-x 0 100%;
}
.prodimage{
	float:left;
	margin:0 16px 15px 0;
}
.prod{
	overflow:auto;
	min-height:0;
}
.product p{
	color:#736b6b;
	font-size:86%;
	line-height:1.6em
}
.product h3.mainhead{margin:-5px 0 1px 0}
.col1 h3.mainhead {font-size:167%;	margin:1px 0 1px 0;
}
.product dl{
	float:left;
	width:254px;
	font-size:77%;
	line-height:1.6em;
	margin:4px 0 0 0;
}
.product dt{
	color:#736b6b;
	float:left;
	clear:left;
	font-size:108%;
}
.product dd{color:#000}
.buttons{
	float:right;
	width:166px;
	margin:20px 0 0 0;
}
/* four tabs */
#tabs{
	clear:both;
	padding:2px 0 0 0;
	font-size:85%;
}
#tabs li{margin:0 2px 0 0}
#tabs li,#tabs a, #tabs span{float:left}
#tabs a{
	padding:0 0 0 5px;
	color:#000!important;
	background:url(/site/images/ltab.jpg) no-repeat 0 -80px;
	outline:none;
}
#tabs span{
	padding:7px 15px 6px 10px;
	background:url(/site/images/rtab.gif) no-repeat 100% -80px;
}
#tabs a:hover,#tabs li a.current{background-position:0 0;	}
#tabs a:hover span,#tabs a.current span{background-position:100% 0}
/* toggle tabs on and off */
/* hide other content initially*/
.off{
	position:absolute;
	top:-999em;
}
/* turn divs on by adding class of .over */
.over{position:relative;top:0;}
#tabcontent1,
#tabcontent2,
#tabcontent3,
#tabcontent4{
	padding:15px 0 5px 0;
	width:583px;
}
/* webbooks_how_to*/
#how_to{
	margin:0 0 0 4px;
	padding:1px 0 1px 0;
	width:580px;
	background:#dae1e3 url(/site/images/menuer_how_to/how_tobg.gif) repeat-x 0 0;
	border-bottom:1px solid #919799;
	font-size:93%;
}
#how_to li{
	color:#000;
	float:left;
	padding:3px 12px 3px;
}
#how_to li.last{background:none;}
/* end*/


/* forsidebøger*/
.cat {
	position:relative;
	width:260px;
	font-size:12px;
	font-weight:bolder;
	margin-top:5px;
	margin-bottom:20px;
}

.fullegetblock { width:600px;}

h6 {
	background-image: url(/site/images/cat_bg.gif);
	position:relative;
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: 0 0;
	text-transform:uppercase;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 12px;
	width: 258px;
	clear:both;
}

/*li {
	background:transparent url(/site/images/bg_hover.gif) no-repeat scroll left bottom;

}*/

.row { display:inline;
width:270px;}

.rowleft { display:inline;
width:270px;}


.rowright { display:inline;
width:270px;}


.c { display:inline-table;
	padding-left: 15px;
	padding-top: 5px;
	width: 280px;
	height: 150px;
	margin-bottom:10px;
	margin-top:10px;
	background:transparent url(/site/images/bg_hover.gif) no-repeat scroll left top;
	
}

.c img {
	float:left;
	margin-right: 10px;
	padding-top: 14px;
}


.title {
	font-size: 12px;
	font-weight: bold;
	padding-right: 15px;
	padding-top: 10px;
}

.title a {
	color: #333;
	text-decoration: none;
}

.price-reg {
	font-size: 10px;
	color: #666;
	font-weight: bold;
	padding-bottom: 5px;
}

.auth {
	font-size: 9px;
	color: #666;
	font-weight:normal;
	padding-top: 5px;
	padding-bottom: 5px;
}

.buy_frontpage {
	
}
/* end*/
