body 
{
    font-family: Verdana;
    font-size: 9px;
	color: #555555; 
	background: #ffffff url(../img/pageComponents/backgroundLines.gif) repeat;
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 12px;
}

h2
{
	font-size: 11px;
}

h3
{
	font-size: 9px;
	margin: 22px 0 5px 0;
}

h4 
{
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 12px;
}

h4.linkCategory 
{
    margin-bottom: 10px;
}

h5
{
	font-size: 16px;
	font-weight: bold;
}

h6
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
}

input {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial;
}

textarea {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial;
}

select {
	font-size: 10px;
	font-family: Verdana, Helvetica, Arial;
}

.Datum 
{
	font-size: 10px;
	color: #999999;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
}

.TopicHeader
{
	border-bottom: solid 1px #FAA500;
	background-color: #ffffff;
	color: #7A7A7A;
	font-family: Arial, Helvetica, Arial, Sans-Serif;
	font-weight: bold;
	margin-bottom: 16px;
	margin-top: 10px;
	line-height: 20px;
	text-transform: uppercase;
}

a:link, a:visited { 
	font-weight: normal;  
	color: #777777;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active { 
	text-decoration: none; 
	color: #555555;
	}

/*.notisBlock 
{
	width: 100%;
	margin-top: 18px;
	line-height: normal;
}*/

.notisBlock  {
	width: 100%;
	margin-top: 1.8em;
	line-height: normal;
	height: 6.5em;
	/*background-color:#CC9999;*/
}

.notisBlock img 
{
	margin: 0 10px 0 10px;
	float: left;
}

.notisHeading a:link,
.notisHeading a:visited,
.notisHeading a:hover,
.notisHeading a:active 
{
	color: #555555;
	margin: 0;
}

.notisHeading {
	font-size: 10px;
}

.notisText a:link,
.notisText a:visited,
.notisText a:hover,
.notisText a:active 
{
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	margin: 0;
}


.TIM 
{
	width: 100%;
	margin: 10px 0 10px 0;
	clear: both;
}

.TIM_Datum
{
	width: 13%;
	float: left;
	text-align: right;
}

.TIM_Text 
{
	width: 80%;
	float: right;
}

.ArkivLink 
{
	margin-top: 10px;
    font-size: 9px;
    width: 100%;
	text-align: right;
	clear: both;
}

.ArkivLink a:link,
.ArkivLink a:visited
{
	font-weight: normal;
	/* color: #FEC20F; */
	color: #7A7A7A;
	text-decoration: none;
}

.ArkivLink a:hover,
.ArkivLink a:active
{
	text-decoration: underline;
}

#MainContainer 
{
    position: absolute;
    left: 0;
    top: 0;
    width: 886px;
    padding-bottom: 10px;
}

#SideMenu
{
    position: relative;
    float: right;
    width: 120px;
    top: 88px;
	margin: 0;
	padding-left: 10px;
	padding-right: 10px;
	background: #f9f9f9;
	font-size: 10px;
	height: 100%;
	border-bottom: solid 1px #cecece;
}

#SideMenu img 
{
    position: relative;
    margin-left: 12px;
    border-width: 0;
}

#SideMenu input
{
	background: #eeeeee;
	padding: 1px 1px 1px 1px;
	width: 96%;
	border:1px solid #dddddd;
}

#SideMenu h2 
{
	margin-bottom: 6px;
	margin-top: 19px;
}

#SideMenu ul
{
	margin:0 0 0 15px;
	padding: 0;
	line-height: 14px;
}

#SideMenu li
{
	padding: 0;
	margin-bottom: 3px;
	list-style-position: outside;
	list-style-image: url(../img/pageComponents/smallArrow.png);
}


#SideMenu a:link
{ 
	font-size: 10px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}

#SideMenu a:visited
{ 
	font-size: 10px;
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}

#SideMenu a:hover
{ 
	text-decoration: underline;
}

#SideMenu p 
{
    line-height: 14px;
    margin: 0;
}

#MainColumn 
{
    position: absolute;
    left: 0px;
    width: 746px;
    height: auto;
}

#PageHeader
{	
	height: 69px;
	width: 886px;
	background-color: #ffffff;;
	font-size: 9px;
	color: #7A7A7A;
	line-height: 12px;
}

#DropDownMenu ul, #DropDownMenu ul ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#DropDownMenu
{
    list-style: none;
    width: 875px;
    height: 19px;
    top: 69px;
    /* background: #FAA500; */
    background: #F9BD0F;
    margin: 0;
    padding: 0 0 0 11px;
    font-size: 9px;
    font-weight: normal;
    z-index: 200;
}

#DropDownMenu a 
{
    color: #ffffff;
    font-weight: bold;
}

#DropDownMenu a {
	text-decoration: none;
}

#DropDownMenu li 
{
	position: relative;
	vertical-align: middle;
	float: left;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 3px;
	height: 16px;
}

.Menu.li:hover, .Menu.li.over, .Menu li ul li.over
{
	background-color: #EDB000;
	color: #555555;
}


#DropDownMenu li:hover, #DropDownMenu li.over
{
	background-color: #EDB000;
	color: #555555;
}

#DropDownMenu li ul li:hover, #DropDownMenu li ul li.over
{
	background-color: #EAEAEA;
	color: #555555;
}

/*
#DropDownMenu li ul li.over
*/



/* Firefox */
/*
#DropDownMenu li ul li:hover a, #DropDownMenu li ul li.over a, #DropDownMenu li.over
{
	color: #555555;
	background-color: #EFEFEF;
	
}
*/

/*


#DropDownMenu.over
#DropDownMenu a:hover 

*/


#DropDownMenu li ul 
{
	list-style: none;
	display: none;
	z-index: 500;
	width: 150px;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 19px;
	left: 0px;
	float: none;
}

#DropDownMenu li li 
{
	width: 100%;
	display: block;
	margin: 0;
	float: none;
	background-color: #fefefe;
	/* filter: alpha(opacity=95); */
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-style: solid;
	border-color: #bbbbbb #bbbbbb #bbbbbb #bbbbbb;
}

#DropDownMenu li li a 
{
	display: block;
	color: #000000;
}

#DropDownMenu li:hover ul, #DropDownMenu li.over ul, #DropDownMenu li ul:hover {
	display: block;
}


#PageContent 
{
    background-color: #ffffff;
    padding-top: 22px;
    padding-left: 20px;
    padding-right: 20px;
    width: 704px;
    border-right: 1px solid #cecece;
    border-left: 1px solid #cecece;
    font-size: 11px;
    overflow: auto;
    z-index: 1;
    line-height: 150%;
}

.Hype 
{
	line-height: 17px;
}

.ColumnContainerBlock
{
	width: 99%;
	overflow: auto;
	margin-bottom: 10px;
	z-index: 100;
}

.LeftColumn 
{
	width: 48%;
	float: left;
	height: auto;
}

.RightColumn 
{
	width: 48%;
	float: right;
	height: auto;
}

#MainColumnCloser 
{
    background: #ffffff;
    width: 730px;
    height: 15px;
    float: left;
    border-bottom: solid 1px #cecece;
    border-left: solid 1px #cecece;
}

#MainColumnCloserCorner 
{
    background: transparent url(../img/pageComponents/bottomrightcorner.gif) no-repeat;
    height: 15px;
	width: 15px;
	float: right;
}


#Disclaimer 
{
	clear: both;
	margin-top: 100px;
    margin-left: 570px;
	font-size: 9px;
	color: #aaaaaa;
	z-index: 10000;
	position: relative;
	float: left;
}

.boxed_in {
	border-top-style: solid; 
	border-top-width: 1px;
	border-top-color: #aaaaaa;
	border-bottom-style: solid; 
	border-bottom-width: 1px;
	border-bottom-color: #aaaaaa;
	border-left-style: solid; 
	border-left-width: 1px;
	border-left-color: #aaaaaa;
	border-right-style: solid; 
	border-right-width: 1px;
	border-right-color: #aaaaaa;
}

.whiteBox {
	border-top-style: solid; 
	border-top-width: 1px;
	border-top-color: #ffffff;
	border-bottom-style: solid; 
	border-bottom-width: 1px;
	border-bottom-color: #ffffff;
	border-left-style: solid; 
	border-left-width: 1px;
	border-left-color: #ffffff;
	border-right-style: solid; 
	border-right-width: 1px;
	border-right-color: #ffffff;
}

.alertText {
	color: #C90000;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	text-align: center;
	background-color: #efefef;
}

.notisMainHeading {
	font-size: 1.8em;
	font-weight: bold;
	margin-top: 0.6em;
	margin-bottom: 0.1em;
	margin-top: 0.1em;
	font-family: Arial;
	line-height: 1.2em;
	margin-top: 1.0em;
}

.article h1 {
	font-size: 18px;
	margin: 10px 0px 0px 0px;
}

.article h2 {
	font-size: 10px;
	margin: 10px 0px 20px 0px;
}

.article p {
	margin: 10px 0px 10px 0;
}

.TextPane h1 {
	font-size: 20px;
}

.TextPane h2 {
	font-size: 16px;
}

.TextPane h3 {
	font-size: 14px;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

#scroller {
	background-color: #f9f9f9;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-top: 0px;
	padding-bottom: 4px;
	font-size: 10px;
}

.subNav, .subNav a, .subNav a:visited
{
    color: #7A7A7A;
}

.LoggedInBox 
{
    border: 1px solid #DFDFDF;
    background-color: #F0F0F0;
    margin-top: 20px;
    padding: 4px 4px 4px 4px;
}

.infoContent {
	padding-right: 30px;
}

/* SÖKRESULTAT */
.search_result_date
{
	font-size: 10px;
	color: #444444;
	margin-top: 20px;
}

.search_result_heading,
.search_result_heading a,
.search_result_heading a:visited
{
	font-size: 12px;
	color: #555555;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 0px;
	text-decoration: none;
}

.search_result_text,
.search_result_text a,
.search_result_text a:visited
{
	font-size: 10px;
	color: #555555;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
}

/* NEWSDESK */
#newsdesk_company_information {
	visibility: hidden;
	position: absolute;
}

#newsdesk_pressroom h3 {
	font-size: 16px;
	font-family: Arial, Helvetica, 'Sans-Serif';
	margin-bottom: 2px;
}

#newsdesk_pressroom h4 {
	font-size: 16px;
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: 2px;
	padding-bottom: 0px;
	margin-top: 30px;
	font-family: Arial, Helvetica, 'Sans-Serif';
}

#newsdesk_pressroom h5 {
	margin-bottom: 2px;
	padding-bottom: 0px;
	margin-top: 30px;
}

#newsdesk_pressroom h5 a, #newsdesk_pressroom h5 a:visited {
	font-size: 12px;
}

.newsdesk_date {
	font-size: 10px;
	color: #aaaaaa;
}

.newsdesk_summary {
	margin-top: 4px;
}

#newsdesk_pressroom img {
		border: 0px;
}

/* För bokhandeln */
.content {
	font-family: Verdana, Helvetica, 'Sans-Serif';
}

 .citat {
	font-size: 10px;
	font-family: Arial, Helvetica, 'Sans-Serif';
	font-style: italic;
} 

.rec {
	font-size: 10px;
	font-family: Arial, Helvetica, 'Sans-Serif';
	margin-bottom: 18px;
	font-weight: bold;
	margin-top: 3px;
}

/* =====================
   | B O K H A N D E L |
   =====================
*/

.book_index_desc {
	margin-top: 0px; 
	margin-bottom: 4px;
}

.book_index_desc a, .book_index_desc a:visited {
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
}

.book_index_desc_small {
	margin-top: 0px; 
	margin-bottom: 4px;
	font-size: 9px;
}

.book_index_desc_small a, .book_index_desc_small a:visited {
	text-decoration: none;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	line-height: 15px;
}

.book_index_title {
	font-size: 12px; 
	margin-bottom: 0px; 
	margin-top: 0px;
	color: #000000;
}
.book_index_title a, .book_index_title a:visited {
	font-size: 12px; 
	margin-bottom: 0px; 
	margin-top: 0px;
	color: #000000;
}

.book_index_image {
		border: 1px solid #bfbfbf;
		margin-right: 4px;
}

.book_breadcrumb {
	font-size: 10px;
	height: 30px;
}

.book_breadcrumb a, .book_breadcrumb a:visited {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}

.book_breadcrumb a:hover {
	text-decoration: underline;
}

.book_campain_heading {
	font-size: 14px;
	font-family: Arial, Helvetica, 'Sans-Serif';
	margin-bottom: 4px;
}

.book_price {
	font-size: 12px;
	margin-top: 4px;
	padding-top: 0px;
}

.book_sale_price {
	font-weight: bold;
	color: #C6161D;
}

.book_std_price {
	font-size: 10px;
}

.book_campain_subheading {
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #C6161D;
	margin: 0;
}

.view_book_title a, .view_book_title a:visited {
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	color: #000000;	
}

.view_book_price {
	color: #A81B11;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, 'Sans-Serif';
}

.view_book_reg_price {
	font-size: 10px;
	font-family: Arial, Helvetica, 'Sans-Serif';
	color: #555555;
	font-weight: normal;
}

.pdf_table {
	font-size: 10px;
}

.book_category {
	font-size: 16px;
	font-family: Arial, Helvetica, 'Sans-Serif';
	color: #555555;
	margin-bottom: 20px;
	margin-top: 20px;
}

.book_list {
	margin-top: 6px;
}

.cat_heading {
	margin-bottom: 0px;
}

.book_info_container {
	/* padding-left: 20px;
	margin-right: 40px; */
}

.info-ruta {
	border: 1px solid #bbbbbb;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}

.msg_body {
	padding: 3px 3px 3px 3px;
	background-color: #eeeeee;
}
