body  {
  font-size: 13px;
  line-height: 18px;
  font-family: "Lucida Grande", Arial, Verdana, sans-serif;
  margin: 0px;
  padding: 0px;
  color: #1c1c1c;
}

h1 {
	font-size: 22px;
	margin-top: 0px;
	color: #292929;
}

h2 {
	font-size: 18px;
	margin-top: 0px;
	color: #292929;
	text-shadow: 0px 2px 3px #fff;
}

h2.dark {
	text-shadow: 0px 2px 3px #555;
}

h3 {
	font-size: 16px;
	margin-top: 0px;
	color: #292929;
}

small {
	font-size: 80%;
}

input, select {
	font-size: 100%;
	padding: 3px;
  font-family: "Lucida Grande", Arial, Verdana, sans-serif;
}

textarea {
	font-size: 100%;
	padding: 2px;
  font-family: "Lucida Grande", Arial, Verdana, sans-serif;
  width: 80%;
}

.submit {
	font-size: 100%;
}

.tekst {
  line-height: 22px;
}

.left_menu {
  line-height: 150%;
}

.title {
  line-height: 150%;
}


a.biglink {
	color: #1c1c1c;
	text-decoration: none;
	border: 0;
}

a.biglink:visited {
	color: #1c1c1c;
	text-decoration: none;
	border: 0;
}

a.biglink:hover {
	color: #1c1c1c;
	text-decoration: none;
	border: 0;
}

a.nolink {
	text-decoration: none;
	border: 0;
}

.retningslinjer_blok {
	margin: 10px 50px 30px 25px;
}

.hjaelp_blok {
	margin: 10px 25px 30px 25px;
}

.bottom_nav {
	background:url(/graphics/bottom_background.jpg) repeat-x #EFEFE5;
}

.bottom_nav a {
	text-decoration: none;
	border-bottom: 0;
}

.bottom_nav a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #515345;
	padding: 3px 0px 3px 0px;
}

.mininav {
  font-size: 90%;
	float: left;
	width: 175px;
}

.mininav li {
	list-style:none;
	color:#585858;
	padding-bottom: 2px;
}

.mininav span {
	color:#0f0f0f;
	font-weight: bold;
}

.mininav a {
	text-decoration: none;
}

.imageborder {
	padding:8px;
  border:1px solid #ddd;
  background-color: #fff;
}

.newsbox {
	border: 1px solid #ddd;
  padding:8px;
}

.newsbox a {
	text-decoration: none;
	border-bottom: 0;
}

.pagebox {
	border: 1px solid #ddd;
  padding:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	padding: 25px 35px 25px 35px;
}

.pagebox ol li {
  padding-bottom:15px;
}

.pageboxtab {
	float: left;
	padding: 4px 13px 4px 13px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom: 0;
	margin-left: 5px;
	cursor: pointer;

	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;

}

.pageboxtab a {
	text-decoration: none;
	border-bottom: 0;
}

.pageboxtab.selected {
	background: #fff url('/graphics/background_tab.jpg') no-repeat top left;
	font-weight: bold;
}

.pagebox a {
	/*
	text-decoration: none;
	border-bottom: 0;
	*/
}

.headerbox {
	border: 1px solid #ddd;
	border-bottom: 3px solid #ddd;
	display: inline-block;
	padding: 35px 35px 25px 35px;
	margin-bottom: 20px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.headerbox a {
	text-decoration: none;
	border-bottom: 0;
}

.rss_left {
	padding-left: 30px;
	padding-top: 25px;
	float:left;
	width:500px;
	font:normal 14px/20px "Lucida Grande", Arial, Verdana, sans-serif;
}

.rss_right {
	padding-top: 50px;
	float:left;
}

.blog_left {
	padding-left: 30px;
	float:left;
	width:60%;
}

.blog_right {
	padding-left: 25px;
	//padding-top: 50px;
	float:left;
	width:27%;
}

.spacer {
	margin:0; padding:0; line-height:0; font-size:0; clear:both;
}

.pagenum {
	font-size: 13px;
	display: inline-block;
	border: 1px solid #ddd;
	min-width: 18px;
	padding: 1px;
	cursor: pointer;
}

.pageselected {
	font-weight: bold;
	background:url(/graphics/pagenum.jpg) repeat-x #fff;
	border: 1px solid #aaa;
}

.pagenum a {
	text-decoration: none;
}

.favourite {
	cursor: pointer;
}

.list li {
	list-style: square;
	padding-bottom: 5px;
}


.norm_cell {
}

.alt_cell {
	background-color: #EFEFE5;
}

#news {
	margin: 0;
	padding: 0;
}

#news a {
	text-decoration: none;
	border-bottom: 0;
}

#news li {
	list-style:none;
}

.rating_bar {
  width: 88px;
  background: url(/graphics/stars_off.png) 0 0 repeat-x;
}

.rating_bar div {
  height: 15px;
  background: url(/graphics/stars_on.png) 0 0 repeat-x;
}

#container h3 {
	padding-top: 0;
	margin-top: 0;

}

.submoretab_selected {
	background: url('/graphics/background_top_bar.jpg') repeat-x 0 0 #fff;
	font-weight: bold;
}

.submoretab_unselected {
	background: none;
	font-weight: normal;
}


.used_books_badge {
	position: absolute;
	padding-top: 4px;
	top: -6px;
	left: 70px;
	width: 27px; height: 26px;
	text-align: center;
	text-decoration: none;
	letter-spacing: -1px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background: url(/graphics/used_books_badge.png) no-repeat;
	display: block;
}

.used_books_badge_clean {
	padding-top: 4px;
	width: 27px; height: 26px;
	text-align: center;
	text-decoration: none;
	letter-spacing: -1px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background: url(/graphics/used_books_badge.png) no-repeat;
	display: block;

}

.ftable {
	border: 0;
}

.ftable td {
	border-top: 1px solid #ddd;
	padding: 5px;
}

.ftable td.noshow {
	border: 0;
	height: 5px;
	padding-top: 0;
}

.ftable td.clean {
	border: 0;
}

.ftable td.header {
	border: 0;
	font-weight: bold;
}

.ftable td.alt {
	background:url(/graphics/ftable_alt_background.jpg) repeat-x #fdfedc;
}


#tagcloud {
	line-height: 27px;
	text-align: center;
}

#tagcloud a:link, #tagcloud a:visited {
  text-decoration: underline;
  border: 0;
}

#tagcloud a:hover, #tagcloud a:active {
  color: #fff;
  background-color: #73704c;
}

#tagcloud span {
	padding: 4px;
}

#tagcloud .smallest {
  font-size: 15px;
  color: #9c984c;
}

#tagcloud .small {
  font-size: 17px;
  font-weight: bold;
  color: #878359;
}

#tagcloud .medium {
  font-size: 19px;
  font-weight: bold;
  color: #73704c;
}

#tagcloud .large {
  font-size: 21px;
  font-weight: bold;
  color: #5e5c3e;
}

#tagcloud .largest {
  font-size: 23px;
  font-weight: bold;
  color: #000;
}


.infobox {
	background:url(/graphics/ftable_alt_background.jpg) repeat-x #fdfedc;
	border: 1px solid #eee;
	padding: 10px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.forminfo {
	color: #878686;
}


.tweet a {
	color: #fff;
}