/*
Bobolo CMS **************************************************************************************************
*/

/* -- RESET -- */
html, body, 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, strong, 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;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

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;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
/* --RESET -- */

body {
	background: #3D71BB;
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
}

p,
body,
textarea,
#containerMain table td,
.mceContentBody table td {
	font: normal 11.5px Geneva, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	line-height: 1.7em;
}

/* TinyMCE specific rules */
body.mceContentBody {
	background: #fff;
	text-align: left;
	padding: 10px;
}


/* TEXT */
p {
	color: #000;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1.2em;
	padding-top: 0px;
}

p.preamble {
	font-size: 1.2em;
}

p.subline {
	padding: 0;
	color: #555;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* LISTS */
ul, ol {
	margin-bottom: 10px;
}

ul {
	list-style-position: inside;
	list-style: none;
}

ol {
	list-style-position: outside;
	margin-left: 20px;
}

ol li,
ul li {
	padding-bottom: 5px;
}

/* HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6,
div.list ul li h1,
div.list ul li h1 a {
	color: #9A215B;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
	font-family: Baskerville, Georgia, Garamond, "Times New Roman", Arial, Helvetica;
	letter-spacing: 0em;
	line-height: 1.2em;
	font-weight: normal;
}

h1 {
	font-size: 2.6em;
	padding: 25px 0 5px 0;
}

h2 {
	font-size: 1.8em;
	padding: 20px 0 5px 0;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.0em;
}

hr {
	padding: 0px;
	margin: 0;
	border: 0;
	color: #999;
	background-color: #999;
	height: 1px;
}


/* VARIOUS */
blockquote {
	background-color: #f5f5f5;
	margin: 10px 0px 10px 0px;
	padding: 10px 20px 15px 20px;
	font-style: italic;
	font-size: 1.3em;
}

blockquote p {
	color: #555 !important;
	padding: 0 !important;
}

code {

}

pre {

}


/* Used to make all divs relative */
/*
div {
	position: relative;
}
*/

/* Wrappers */
#wrapper_header {
	clear: both;
	display: block;
	position: relative;
}

#wrapper_main,
#wrapper_main_front {
	width: 100%;
	z-index: 10;
}

body.in-adminfunction #containerAll #wrapper_main {
	background: transparent;
}

#wrapper_footer {
	clear:both;
	float:left;
	width:100%;
}

#containerAll,
#containerHeader,
#containerMaster,
#containerFooter {
	width: 990px;
}



/* ALL */
#containerAll {
	position: relative;
	
	display: block;
	z-index: 1;
	
	margin: 0;
	padding: 0;
	
	margin-left: auto;
	margin-right: auto;

	text-align: left;
}




/* HEADER */
#containerHeader {
	background: url("../images/background_logo.gif") no-repeat top left;
	width: 990px;
	margin-left: auto;
	margin-right: auto;

	position: relative;
	z-index: 2;
	height: 91px;
	text-align: left;
}

/* LOGO */
#containerLogo {
	position: relative;
	z-index: 3;

	display: block;
	padding: 0;
	margin: 0;
	
	text-align: left;
	
	height: 45px;
	padding: 17px 0 0 20px;
}

	#containerLogo h1 {
		padding: 0;
		margin: 0;
		height: 45px;
	}

	#containerLogo a:link,
	#containerLogo a:active,
	#containerLogo a:visited {
		text-decoration: none; 
		border: 0px;
		padding: 0px;
		color: #fff;
	}

	#header-logotype {
	}



/* MASTER */
#containerMaster { 
	background: #fff url("../images/background_content.gif") repeat-y top left;
	float: left;
}

/* MENU */
#containerMenu {
	position: relative;
	/* background: #000 url("../images/bg-menu.jpg") repeat-x top left; */

	z-index: 3;

	width: 960px;
	margin-left: auto;
	margin-right: auto;
	
	padding: 0px;

	height: 50px;
}

/* MAIN */
#containerMain {
	text-align: left;

	min-height: 450px;
	height: auto !important;

	margin: 0px;

	padding-top: 3px;
	padding-left: 15px;
	padding-right: 23px;
	padding-bottom: 10px;

	width: 697px;
	display: block;
	float:left;
}

/* LEFT */
#left {
	width: 190px;
	float:left;
	padding: 20px 20px 0 25px;
}

div.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.clear {
	display: inline;
}

* html div.clearfix { height: 1%; }
div.clearfix { display: block; }


/* FOOTER */
#containerFooter {
	background: url("../images/background_footer.gif") no-repeat top left;
	position: relative;
	
	z-index: 2;

	margin: 0;
	padding: 10px 10px 10px 10px;
	
	height: 65px;
	width: 970px;

	margin-left: auto;
	margin-right: auto;
}

	#containerFooter p {
		padding: 29px 0 0 0;
		margin: 0;
		text-align: center;
		color: #fff;
		font-size: 1.0em;
	}

	#containerFooter p a:link,
	#containerFooter p a:active,
	#containerFooter p a:visited {
		color: #fff;
		font-weight: normal;
		text-decoration: none;
	}


/* OFFLINE */

#containerOffline {

}


/* NAVLIST */
#navlist {
	display: block;

	height: 50px;
	list-style: none;

	margin: 0;
	padding: 0 0 0 10px;
	font-size: 1.3em;
}

	#navlist li {
		text-align: left;
		position: relative;
		z-index: 9;
		display: inline;

		padding: 0;
		margin: 0;

		float: left;
		text-align: center; 

	}

	#navlist li a:link,
	#navlist li a:active,
	#navlist li a:visited {
		display: inline;

		padding: 10px 15px 10px 15px;
		margin: 0;

		height: 50px;
		line-height: 50px;

		text-decoration: none;
		font-weight: normal;
		color: #fff;
		/* text-shadow: 1px 1px 0px #000; */
	}

	#navlist li a:hover {
		text-decoration: none;
		color: #00c681;
	}


	/* External url (only on top level) */
	#navlist li.external {

	}
	
	/* Selected (only on top level) */
	#navlist li.selected {
		/*
		background: #fff url("../images/bg-menu-selected.png") repeat-x top left;
		border: 1px solid #000;
		border-style: none solid none solid;
		*/
	}

	#navlist li.selected a {
	}

	#navlist li.selected a:hover {
	}

	/* IE */
	#navlist a {
		width: 80px;
	}
	/* others */
	#navlist li>a {
		width: auto;
	}
	
	/* regular hovers */
	#navlist li.folder a:hover {
	}


/* PAGE TEXT */
div.divPageText {
	position: relative;
}


/* LIST */
/* ARTICLES */
/* EVENTS */
/* PRODUCTS */
/* FILES */
/* SEARCH */

div.list {
	position: relative;
	clear: both;
}

	div.list ul {
		margin: 0;
		padding: 0;
		text-align: left;
		list-style: none;
		clear: both;
		list-style-position: outside;
	}

	div.list ul li {
		position: relative;
		margin: 0;
		padding: 10px 0 0 0;
		background: none;
		clear: both;
		display: block;
	}

	div.list ul li.odd {
	}

	div.list ul li h1,
	div.list ul li h1 a {
		text-decoration: none !important;
		color: #9A215B !important;
	}
	
	div.list ul li h1 {
		display: block;
		font-size: 1.5em;
		padding-bottom: 0;
		padding-top: 5px;
		line-height: 1.2em;
	}
	
	span.author,
	span.comments,
	span.date {
		font-style: normal;
		font-size: 0.9em;
	}

	span.comments {
		padding-left: 5px;
	}

	div.list ul li span.text {
		color: #000;
	}

	div.list ul li img.image {
		width: 150px;
		float: right;
		margin-right: 15px;
		margin-top: 10px;
	}

	div.list ul li p a.readmore {
	}

	div.list ul li div.links {
		text-align: right;
	}

	div.list ul li div p {
		padding-bottom: 0.2em;
	}



/* LINKS */
.mceContentBody a:link,
.mceContentBody a:active,
.mceContentBody a:visited {
	color: #456c9c !important; /* FF requires a important here */
	font-weight: normal;
	text-decoration: underline;
}

#left a:link,
#left a:active,
#left a:visited,
#containerMain a:link,
#containerMain a:active,
#containerMain a:visited {
	color: #456c9c;
	text-decoration: underline;
	font-weight: normal;
}

#containerMain a:hover {
	color: #456c9c;
	text-decoration: underline;
}

a.pdf {
	background: url("../images/page_white_acrobat.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

a.txt {
	background: url("../images/page_white_text.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

a.doc {
	background: url("../images/page_white_word.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

a.zip {
	background: url("../images/page_white_compressed.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

a.ppt {
	background: url("../images/page_white_powerpoint.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

a.xls {
	background: url("../images/page_white_excel.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

a.email {
	background: url("../images/email.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

a.external {
	background: url("../images/external.png") no-repeat right center;
	line-height: 20px;
	padding: 2px 16px 2px 0;
}

a.comments {
	background: url("../images/icon-comment.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

a.calendar {
	background: url("../images/icon-date.png") no-repeat left center;
	line-height: 20px;
	padding: 2px 0 2px 20px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}







/* FORMS */

form.form {
	/* background: #dfd; */
}

form.form label {
	width: 180px;
	display: block;
}

a.button,
form.form textarea,
form.form input,
form.form select {
	margin: 0px;
	padding: 5px;
	border: 1px solid #999;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

form.form textarea,
form.form input,
form.form select {
	width: 300px;
}

form.form textarea {
	height: 200px;
}

form.form select optgroup {

}

form.form select optgroup option {

}

form.form textarea:hover,
form.form input:hover,
form.form select:hover {
	border-color: #000;
}

form.form textarea:focus,
form.form input:focus,
form.form select:focus {
	border-color: #555;
	background-color: #f5f5d5;
}

form.form textarea.disabled:hover,
form.form input.disabled:hover,
form.form select.disabled:hover {
	border-color: #ccc;
}

form.form input.error {
	background-color: #f99;
	border-color: #a00;
}

form.form input.error:focus {
	background-color: #fbb;
	border-color: #a00
}

form.form input.error:hover {
	background-color: #fbb;
	border-color: #a00;
}

form.form label.error {
	color: #f00;
	margin-left: 10px;
	display: inline;
}

form.form label.checked,
form.form label.checked {
	display: none;
}

a.button,
form.form input.button,
form.form input.button_main {
	cursor: pointer;
	text-shadow: 1px 1px 0px #000;
	width: auto;
	color: #fff !important;
	background: #000;
	-moz-border-radius: 12px;
	-khtml-border-radius: 12px;
	-webkit-border-radius: 12px;
	border: 2px solid #ebebeb;
	padding: 3px 15px 5px 15px;
}

a.button:hover,
form.form input.button:hover,
form.form input.button_main:hover {
	background-position: 0px -15px;
	cursor: pointer;
	border-color: #f55;
}

form.form input.button_main {
	background: #ddd url("../images/bg-button-orange.gif");
}

form.form input.checkbox,
form.form input.radio {
	position: relative;
	width: 15px;
	height: 15px;
	cursor: pointer;
	clear: none;
	padding: 0;
	margin: 0 8px 0 0;
}

form.form label.label_radio_checkbox {
	position: relative;
	clear: none;
	display: inline;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

span.required, 
form.form span.required {
	color: #f00;
	padding-left: 5px;
}

a.button {
	text-decoration: none !important;
}







/* SEARCH */
ul.search_result {
	list-style: none;
	list-style-position: outside;
}

span.searchWordHighlight {
	font-weight: bold;
}

a.page_url {
	text-decoration: none !important;
}

a.page_url:visited {
	color: #888 !important;
}

ul.search_result li h1 a:link {
	color: #9A215B !important;
}

ul.search_result li h1 a:visited {
	color: #777 !important;
}

ul.search_result li p span.type {
	color: #777;
	text-transform:uppercase;
	padding-right: 5px;
}


/* STATIC BLOCKS */
div.divStatic {
	position: relative;
}





/* TABLES */
table {
	padding: 0;
	margin: 0;
}

table td {
	vertical-align: top;
}

table.table_full_width {
	width: 100%;

	padding: 0;
	margin: 0;
}

td.column,
td.column_leftmost50,
td.column_leftmost,
td.column_rightmost50,
td.column_rightmost {
	vertical-align: top;
	margin: 0;
}

td.column_leftmost50 {
	padding: 0 10px 0 0;
}

td.column_leftmost {
	padding: 0 13px 0 0;
}

td.column {
	padding: 0 7px 0 7px;
}

td.column_rightmost50 {
	padding: 0 0 0 10px;
}

td.column_rightmost {
	padding: 0 0 0 13px;
}

.width_20 { width: 20%; }
.width_25 { width: 25%; }
.width_30 { width: 30%; }
.width_33 { width: 33%; }
.width_50 { width: 50%; }
.width_60 { width: 60%; }
.width_70 { width: 70%; }
.width_80 { width: 80%; }


/* CALENDAR */
table.calendar {
	background: #fff;
	border: 1px solid #999;
}

table.calendar thead {
	background: #f5f5f5;
}

table.calendar tbody {
}

table.calendar thead th,
table.calendar tbody td {
	height: 20px;
	line-height: 20px;
	width: 30px;
	text-align: center;
}

table.calendar tbody td.booked {
	background: #ff9;
}

table.calendar tbody td.today {
	background: #acf;
}

table.calendar tbody td.empty {
	background: #ddd;
	color: #777;
}

table.calendar div.dayDiv {
	display: none;
	background: #fff;
	width: 150px;
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	text-align: left;
	padding: 10px;
	border: 1px solid #999;
}

div.download_calendar {
	padding: 5px 0 5px 0px;
}


/* COMMENTS */
div.commentsDiv {
	font-size: 1em;
	padding: 10px 0 0 0;
	border: 1px none #ccc;
	border-top-style: solid;
	margin-top: 15px;
}

div.commentsDiv h4 {
	margin: 0 0 10px 0;
	font-weight: bold;
}

div.commentsDiv p {
	color: #666;
	line-height: 1.7em;
	margin: 0;
	padding: 5px 0 10px 0;
}

div.commentsDiv div.one_comment {
	border: 1px none #ccc;
	border-bottom-style: solid;
	margin-bottom: 10px;
	position: relative;
}

div.commentsDiv span.name {
	font-size: 1.1em;
	margin-right: 5px;
	padding-right: 10px;
	border: 1px none #999;
	border-right-style: solid;
}

div.commentsDiv span.comment-timestamp {
	color: #999;
}

span.comments-count {
}

span.comments-writtenby {
}

span.comments-name {
	font-weight: bold;
}

div.comments-count {
	padding: 12px 10px 5px 10px;
	background: #f5f5f5;
	border: 1px none #aaa;
	border-style: solid none solid none;
}

div.commentsDiv form {
	margin: 0;
	padding: 4px 0 0 0;
}

div.commentsDiv form h4 {
	padding: 10px 0 10px 0;
}

div.commentsDiv form label {
	font-weight: bold;
}

/* Ta bort highlightruta */
a {
	outline: 0;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* PAGE NAVIGATION */
div.page_navigation {
	display: block;
	padding: 5px 0 5px 0;
}

div.page_navigation ul {
	list-style: none;
}

div.page_navigation ul li {
	display: inline;
	margin-right: 5px;
	
}

div.page_navigation ul li.page_info {
	padding: 3px 5px 3px 0px;
}

div.page_navigation ul li.first_last_page {
	margin-right: 5px;
}

div.page_navigation ul li a {
	padding: 3px 5px 3px 5px;
	border: 1px solid #bbb;
	text-decoration: none !important;
}

div.page_navigation ul li.active_page a {
	border-color: #000;
	color: #000 !important;
	background: #ddd;
}

div.page_navigation ul li a:hover {
	border-color: #000;
	color: #000 !important;
	background: #ddd;
}


/* TEXT SIZE */
#change_font_size {
	padding: 10px 0 0 0;
}

#change_font_size p {
	text-transform: uppercase;
	color: #333;
	font-size: 10px !important;
}

#change_font_size p a {
	padding-left: 5px;
	padding-right: 5px;
	background: #555;
	text-decoration: none !important;
	color: #fff !important;
}


/* SLIDESHOW */
div.div_slideshow {
	margin: 0;
	width: 720px;
	top: 1px;
	display: block;
	height: 320px;
	overflow: hidden;
	background: #777;
	z-index: 5;
}

/* CRUMBTRAIL */
div.crumbtrail {
}

div.crumbtrail p {
	font-size: 0.9em;
	color: #999;
}

div.crumbtrail p a:link,
div.crumbtrail p a:active,
div.crumbtrail p a:visited {
	color: #777 !important;
}

div.crumbtrail p a:hover {
	color: #9A215B !important;
}

sup {
	vertical-align: super;
	font-size: 0.8em;
}

/* ------------------------------------------------------------------------------ */
/* Add new elements after here -------------------------------------------------- */

.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 1.0em;	
}

.treeview, 
.treeview ul a,
.treeview ul a:link,
.treeview ul a:active,
.treeview ul a:visited { 
	text-decoration: none;
	color: #000 !important;
	padding: 0px;
	margin: 0px;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url("../images/treeview-default.gif") -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
	padding: 0px;
	margin: 0px;
}

.treeview li { 
	margin: 0;
	padding: 2px 0pt 2px 16px;
}

.treeview li a,
.treeview li a:link,
.treeview li a:active,
.treeview li a:visited { 
	text-decoration: none !important;
	color: #000 !important;
	padding: 0px;
	margin: 0px;
}


.treeview a.selected {
	color: #000;
	border: 1px #000;
	border-style: none none solid none;
	padding: 0px;
	margin: 0px;
}

#treecontrol { margin: 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url("../images/treeview-default-line.gif") 0 0 no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url("../images/treeview-default.gif"); }  
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }

.treeview-red li { background-image: url("../images/treeview-red-line.gif"); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url("../images/treeview-red.gif"); } 

.treeview-black li { background-image: url("../images/treeview-black-line.gif"); }
.treeview-black .hitarea, .treeview-black li.lastCollapsable, .treeview-black li.lastExpandable { background-image: url("../images/treeview-black.gif"); }  

.treeview-gray li { background-image: url("../images/treeview-gray-line.gif"); }
.treeview-gray .hitarea, .treeview-gray li.lastCollapsable, .treeview-gray li.lastExpandable { background-image: url("../images/treeview-gray.gif"); } 

.treeview-famfamfam li { background-image: url("../images/treeview-famfamfam-line.gif"); }
.treeview-famfamfam .hitarea, .treeview-famfamfam li.lastCollapsable, .treeview-famfamfam li.lastExpandable { background-image: url("../images/treeview-famfamfam.gif"); } 


.filetree li { padding: 3px 0 2px 16px; }
.filetree span.folder, .filetree span.file { padding: 1px 0 1px 16px; display: block; }
.filetree span.folder { background: url("../images/folder.gif") 0 0 no-repeat; }
.filetree li.expandable span.folder { background: url("../images/folder-closed.gif") 0 0 no-repeat; }
.filetree span.file { background: url("../images/file.gif") 0 0 no-repeat; }


/* LISTS  */
body.mceContentBody ul li,
div.divPageText ul li {
	background: url("../images/list-bullet.png") no-repeat 5px 7px;
	padding-left: 25px;
}

p.produced_by {
	color: #fff;
	font-size: 0.9em;
	padding: 0 0 10px 0;
	margin: 0;
}

p.produced_by a:link,
p.produced_by a:active,
p.produced_by a:visited,
p.produced_by a:hover {
	color: #fff;
}

/* TABLES */
table.table_2_col,
table.table_2_col_blue,
table.table_2_col_prod,
table.table_3_col,
table.table_3_col_blue,
table.table_3_col_version {
	background-color: #eee;
	margin: 0 0 10px 0;
	border: 0px none;
	border-spacing: 1px;
}

table.table_2_col_blue,
table.table_3_col_blue {
	background-color: #a5c3da;
}


table.table_2_col tr td,
table.table_2_col_blue tr td,
table.table_2_col_prod tr td,
table.table_3_col tr td,
table.table_3_col_blue tr td,
table.table_3_col_version tr td {
	padding: 2px 7px 2px 7px;
	background: #fff;
}

table.table_2_col tr td p,
table.table_2_col_blue tr td p,
table.table_2_col_prod tr td p,
table.table_3_col tr td p,
table.table_3_col_blue tr td p,
table.table_3_col_version tr td p {
	padding: 0;
	margin: 0;
}


/* Två kolumner (artikelnummer) */
/* Två kolumner (blå) */
table.table_2_col tr td.tab2_column_1,
table.table_2_col_blue tr td.tab2_column_1 {
	width: 190px;
	font-weight: bold !important;
}

table.table_2_col tr td.tab2_column_2,
table.table_2_col_blue tr td.tab2_column_2 {
	width: 245px;
	font-weight: bold !important;
}

/* Tre kolumner (apotekkolumn) */
/* Tre kolumner (apotekkolumn, blå) */
table.table_3_col tr td.tab3_column_1,
table.table_3_col_blue tr td.tab3_column_1 {
	width: 190px;
	font-weight: bold !important;
}

table.table_3_col tr td.tab3_column_2,
table.table_3_col_blue tr td.tab3_column_2 {
	width: 115px;
	font-weight: bold !important;
}

table.table_3_col tr td.tab3_column_3,
table.table_3_col_blue tr td.tab3_column_3 {
	width: 115px;
	font-weight: bold !important;
}

/* Två kolumner (Produktspecifikation) */
table.table_2_col_prod tr td.tab2_column_1 {
	width: 190px;
}

table.table_2_col_prod tr td.tab2_column_2 {
	width: 245px;
}

/* Tre kolumner (version) */
table.table_3_col_version tr td.tab3_column_1 {
	width: 190px;
	font-weight: bold !important;
}

table.table_3_col_version tr td.tab3_column_2 {
	width: 115px;
	font-weight: bold !important;
}

table.table_3_col_version tr td.tab3_column_3 {
	width: 115px;
	font-weight: bold !important;
}


/* SEARCH */
#searchDiv form p input.searchField {
	float: left;
	width: 130px;
	margin-right: 5px;
}

#searchDiv form p input.searchButton {
	float: left;
}


/* VARNINGSRUTA */
table.varningsruta {
	border: 2px solid;
	padding: 20px 20px 10px 20px;
}

table.varningsruta tbody tr td h1,
table.varningsruta tbody tr td h2,
table.varningsruta tbody tr td h3,
table.varningsruta tbody tr td h4,
table.varningsruta tbody tr td p {
	color: #000;
}

table.varningsruta tbody tr td p {
	color: #000;
	font-size: 1.3em;
	line-height: 130%;
	font-weight: bold;
}

table.varningsruta ul li {
	padding-bottom: 0;
}


/* TOP OF PAGE */
div.top_of_page {
	padding-top: 25px;
}

p.top_of_page_p {
	padding: 0 !important;
	margin: 0 !important;
}

