* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
/*	background: url(https://images.mywebhost.no/5/main_background.png);*/
	background-color: #ffffff;
}

p {
	margin-bottom: 5px;
}

a, a:link, a:visited {
	color: #900000;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1px #999999 dotted;
}

a:hover {
	color: #900000;
	text-decoration: none;
	border-bottom: 1px #900000 solid;
	cursor: pointer;
}

a:active {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px #900000 solid;
}

ul {
	list-style-type: inherit;
	list-style-image: url(https://images.mywebhost.no/5/ul.png);
	padding-left: 20px;
	line-height: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.ulbig li {
	font: 16px Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
}

li span {
	margin-bottom: 3px;
	display: block;
	font-size: 10px;
	line-height: 12px;
}

li ul {
	list-style-type: inherit;
	list-style-image: url(https://images.mywebhost.no/5/li_ul.png);
	padding-left: 40px;
	line-height: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

hr {
	color: #ffffff;
	border: none;
	border: 1px #999999 dotted;
	margin-top: 10px;
	margin-bottom: 10px;
	border-style: none none dotted;
	background-color: #ffffff;
}

input[type=text] {
	border: 1px #cccccc solid;
	background: #fbfbfb url(https://images.mywebhost.no/5/input-bg.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

input[type=text].default {
	border: 1px #cccccc solid;
	background: #fbfbfb url(https://images.mywebhost.no/5/input-bg.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

input[type=text].noformat {
	background: none;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

input[type=text].focus {
	border: 1px #bbbbbb solid;
	background: #eff0db url(https://images.mywebhost.no/5/input-bg-active.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
	outline: auto 0px -webkit-focus-ring-color;
}

input[type=text].error {
	border: 1px #d12f19 solid;
	background: #fbe3e4 url(https://images.mywebhost.no/5/input-bg-error.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

input[type=password] {
	border: 1px #cccccc solid;
	background: #fbfbfb url(https://images.mywebhost.no/5/input-bg.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

input[type=password].default {
	border: 1px #cccccc solid;
	background: #fbfbfb url(https://images.mywebhost.no/5/input-bg.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

input[type=password].focus {
	border: 1px #bbbbbb solid;
	background: #eff0db url(https://images.mywebhost.no/5/input-bg-active.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
	outline: auto 0px -webkit-focus-ring-color;
}

input[type=password].error {
	border: 1px #d12f19 solid;
	background: #fbe3e4 url(https://images.mywebhost.no/5/input-bg-error.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

textarea.error {
	border: 1px #d12f19 solid;
	background: #fbe3e4 url(https://images.mywebhost.no/5/input-bg-error.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

fieldset {
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	border-right: 1px solid #f6f6f6;
	border-left: 5px solid #cccc99;
	background-color: #f6f6f6;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

legend {
	font-family: Georgia;
	font-size: 20px;
	background-color: #cccc99;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 10px;
	margin-left: -15px;
	font-weight: normal;
}

dt { 
	width: 150px;
	float: left;
	border-top: 1px solid #f6f6f6;
	font-weight: bold;
	margin-bottom: 3px;
}

dd { 
	margin-left: 151px;
	border-top: 1px solid #f6f6f6;
	margin-bottom: 3px;
}

.idleField {
	border: 1px #cccccc solid;
	background: #fbfbfb url(https://images.mywebhost.no/5/input-bg.png) repeat-x;
	font: 14px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
}

.focusField {
	border: 1px #bbbbbb solid;
	background: #eff0db url(https://images.mywebhost.no/5/input-bg-active.png) repeat-x;
	font: 11px Arial, Helvetica, sans-serif;
	padding-left: 3px;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 3px;
	outline: auto 0px -webkit-focus-ring-color;
}

.iconmenu {
	text-align: left;
	clear: right;
	overflow: hidden;
}

.iconmenu img {
	cursor: pointer;
}

.clearleft {
	clear: left;
}

.clearboth {
	clear: both;
}

.cssNoDisplay {
	display: none;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px auto;
	width: 990px;
	position: relative;
}

.container {
	float: none;
	clear: both;
	overflow: hidden; 
}

.container-left {
	float: left;
}

.container-right {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.footer, .push {
	height: 60px;
}

.footer {
	width: 100%;
	position: fixed;
	z-index: 9;
	bottom: 0;
}

.footer-background {
	position: relative;
	width: 980px;
	height: 100%;
	background-color: #ffffff;
	margin: 0 auto 0 auto;
	padding-left: 10px;
}

.footer-line {
	position: relative;
	background: url(https://images.mywebhost.no/5/line-bottom.png) 20px no-repeat;
	height: 27px;
	width: 980px;
	margin: 0 auto 0 auto;
	padding-left: 10px;
}

.left-footer-content {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-top: 3px;
	font-size: 10px;
	font-family: Arial;
	color: #666666;
	width: 700px;
	padding-left: 20px;
}

.left-footer-content span {
	float: left;
	border-right: 1px solid #666666;
	padding-right: 5px;
	padding-left: 5px;
}

.right-footer-content {
	position: absolute;
	margin-top: 3px;
	left: 718px;
	text-align: right;
	width: 210px;
	font-size: 10px;
	font-family: Arial;
	color: #cccc99;
}

.footer-icons {
	position: absolute;
	margin-top: 3px;
	left: 934px;
	width: 45px;
}

.watermark {
	background: url(https://images.mywebhost.no/5/watermark.png) no-repeat;
	height: 665px;
	width: 238px;
}

.logo {
	background: url(https://images.mywebhost.no/5/logo.png) no-repeat;
	position: relative;
	top: 30px;
	left: 50px;
	height: 96px;
	width: 106px;
	cursor: pointer;
}

.logofront {
	background: url(https://images.mywebhost.no/5/logo.png) no-repeat;
	position: relative;
	top: 20px;
	left: 50px;
	height: 96px;
	width: 106px;
	cursor: pointer;
}

.content-left {
	position: relative;
	top: 100px;
	left: 10px;
	float: left;
}

.loginbox {
	margin-bottom: 30px;
}

.loginbox-top {
	background: url(https://images.mywebhost.no/5/loginbox-top.png) no-repeat;
	height: 5px;
	width: 200px;
}

.loginbox-center {
	background: url(https://images.mywebhost.no/5/loginbox-background.png);
	height: auto;
	width: 200px;
}

.loginbox-bottom {
	background: url(https://images.mywebhost.no/5/loginbox-bottom.png) no-repeat;
	height: 5px;
	width: 200px;
}

.loginbox-heading {
	font-family: Georgia;
	font-size: 14px;
	color: #ffffff;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.loginbox-content {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #ffffff;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.loginbox-line {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #999999;
	margin-top: 3px;
	margin-bottom: 3px;
}

.leftmenu {
	margin-bottom: 30px;
}

.leftmenu-top {
	background: url(https://images.mywebhost.no/5/leftmenu-top.png) no-repeat;
	height: 5px;
	width: 200px;
}

.leftmenu-center {
	background: url(https://images.mywebhost.no/5/leftmenu-background.png);
	height: auto;
	width: 200px;
}

.leftmenu-bottom {
	background: url(https://images.mywebhost.no/5/leftmenu-bottom.png) no-repeat;
	height: 5px;
	width: 200px;
}

.leftmenu-heading {
	font-family: Georgia;
	font-size: 14px;
	color: #900000;
	padding-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.leftmenu-content {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333333;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

.text-small {
	font-size: 10px;
}

.text-lbig {
	font-size: 16px;
}

.text-big {
	font-size: 20px;
}

.text-xbig {
	font-size: 30px;
}

.text-normal {
	font-size: 12px;
}

.text-red {
	color: #900000;
}

.text-green {
	color: #529214;
}

.text-heading {
	font-family: Georgia;
}

.left-padding-20 {
	padding-left: 20px;
}

.content-top {
	position: absolute;
	top: 20px;
	left: 240px;
}

.front-content-links {
	position: absolute;
	top: 65px;
	left: 20px;
}

.front-links {
	padding-left: 200px;
	padding-bottom: 5px;
}

.front-top-line {
	background: url(https://images.mywebhost.no/5/line-bottom.png) no-repeat;
	height: 27px;
	width: 951px;
}

.front-content-top-container {
	position: absolute;
	top: 0px;
	left: 200px;
}

.front-content-top-links {
	float: left;
	padding: 5px;
	padding-right: 35px;
}

.front-content-top-links img{
	padding-right: 5px;
	vertical-align: bottom;
}

.front-content-top-links a{
	color: #333333;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px #999999 dotted;
}

.front-content-top-links a:hover{
	color: #333333;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px #999999 solid;
}

.front-content-top-links span {
	color: #999999;
	font-family: Arial, Sans-serif;
	font-size: 10px;
	display: block;
	padding-left: 21px;
	padding-top: 3px;
}

.topmenulinks {
	position: relative;
	top: 17px;
	left: 0px;
}

.topmenulink-selected-bg {
	background-image: url(https://images.mywebhost.no/5/topmenulink-selected-bg.png);
	background-repeat: repeat-x;
	padding-left: 1px;
	padding-right: 1px;
	padding-bottom: 19px;
	overflow: hidden;
}

a.topmenulink, a.topmenulink:link, a.topmenulink:visited {
	font-family: Arial;
	font-size: 18px;
	color: #333333;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom: none;
}

a.topmenulink-selected, a.topmenulink-selected:link, a.topmenulink-selected:visited {
	font-family: Arial;
	font-size: 18px;
	color: #900000;
	text-decoration: none;
	border-bottom: none;
	background-color: white;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 19px;
}

a.topmenulink:hover {
	border-bottom: 1px #900000 dotted;
}

a.topmenulink-selected:hover {
	border-bottom: none;
	text-decoration: underline;
}

a.topmenulink-front, a.topmenulink-front:link, a.topmenulink-front:visited {
	font-family: Arial;
	font-size: 20px;
	color: #333333;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom: 1px #999999 dotted;
}

a.topmenulink-front:hover {
	border-bottom: 1px #900000 dotted;
}


.submenulinks {
	position: relative;
	top: 45px;
	left: 0px;
}

a.submenulink, a.submenulink:link, a.submenulink:visited {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: none;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

a.submenulink-selected, a.submenulink-selected:link, a.submenulink-selected:visited {
	background: #ffffff;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #900000;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 30px;
	border-bottom: none;
	border-top: 1px solid #cccc99;
	border-left: 1px solid #cccc99;
	border-right: 1px solid #cccc99;
}

a.submenulink:hover {
	background: none;
	font-family: Arial;
	font-size: 12px;
	color: #900000;
	text-decoration: none;
	padding-right: 7px;
	padding-left: 7px;
	padding-top: 5px;
	padding-bottom: 12px;
	border-bottom: none;
	border-top: 1px solid #cccc99;
	border-left: 1px solid #cccc99;
	border-right: 1px solid #cccc99;
}

a.submenulink-selected:hover {
	border-bottom: none;
	text-decoration: underline;
}

.topline1 {
	background: url(https://images.mywebhost.no/5/topline1.png) no-repeat;
	height: 26px;
	width: 740px;
	position: absolute;
	left: -10px;
	top: 30px;
	margin-bottom: 3px;
}

.topline2 {
	background: url(https://images.mywebhost.no/5/topline2.png) no-repeat;
	height: 26px;
	width: 740px;
	position: absolute;
	left: -10px;
	top: 95px;
}

.topline2-nobg {
	background: none;
	height: 26px;
	width: 740px;
	position: absolute;
	left: -10px;
	top: 95px;
}

.google-search {
	position: absolute;
	height: 21px;
	width: 148px;
	text-align: right;
	top: 65px;
	left: 565px;
	background: url(https://images.mywebhost.no/5/input-search-border.png);
}

.google-search-container {
	height: 21px;
	width: 148px;
	background: url(https://images.mywebhost.no/5/input-search-border.png);
}

#searchbox, #searchbox-index {
    float: left;
    padding: 0;
    margin: 2px 0 0 4px;
    border: 0;
    width: 119px;
    background: none;
    color: #cccccc;
}

#searchbutton {
    float: right;
    margin: 2px 3px 0 0;
}

.front-google-search {
	position: absolute;
	height: 21px;
	width: 148px;
	text-align: right;
	top: 7px;
	left: 620px;
	background: url(https://images.mywebhost.no/5/input-search-border.png);
}

.searchresult-link {
	line-height: 30px;
}

.searchresult-content {
	color: #000000;
}

.searchresult-showlink {
	color: #999999;
}

.searchresult-summary {
	border-bottom: 1px solid #cccc99;
	color: #333333;
	text-align: right;
	margin-bottom: 10px;
}

.whoami {
	position: absolute;
	top: 6px;
	left: 0px;
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	text-align: right;
	width: 970px;
}

.pathway {
	position: absolute;
	top: -15px;
	left: 0px;
	font-family: Arial;
	font-size: 10px;
	color: #333333;
	max-width: 400px;
}

.pathway2 {
	position: absolute;
	top: -145px;
	left: 0px;
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}

a.path, a.path:link, a.path:visited {
	color: #333333;
	border: none;
}
a:hover.path {
	color: #333333;
	border-bottom: 1px dotted #900000;
}

a.thispath, a.thispath:link, a.thispath:visited {
	color: #900000;
	text-decoration: none;
	cursor: text;
	border: none;
}

.content, .document-main {
	position: absolute;
	top: 150px;
	left: 240px;
	width: 730px;
}

.content-high {
	position: absolute;
	top: 110px;
	left: 240px;
	width: 730px;
}

.front-content {
	position: absolute;
	top: 130px;
	left: 25px;
	width: 940px;
	height: 400px;
}

.front-content-main {
	float: left;
	width: 730px;
	padding-right: 10px;
}

.front-dummy {
	background-color: red;
}

.front-content-main-cell {
	width: 730px;
	padding-bottom: 5px;
	border-bottom: 1px #999999 dotted;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
	min-height: 250px;
}

.front-content-main-left {
	float: left;
	width: 300px;
	padding-bottom: 10px;
	min-height: 200px;
}

.front-content-main-right {
	float: right;
	width: 430px;
	padding-bottom: 10px;
	min-height: 200px;
}

.front-content-main-cell-content {
	float: left;
	width: 730px;
	padding-bottom: 10px;
}

.front-content-main-cell ul {
	list-style-type: inherit;
	list-style-image: url(https://images.mywebhost.no/5/icon-tick.png);
	padding-left: 20px;
	line-height: 15px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.front-content-main-cell li {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	padding-bottom: 5px;
	line-height: 20px;
}

.front-content-main-bottom-left {
	float: left;
	width: 354px;
	border-right: 1px #999999 dotted;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.front-content-main-bottom-right {
	float: left;
	width: 355px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.front-content-main-price-placement1 {
	position: fixed;
	top: 140px;
	left: 600px;
}

.front-content-main-price-placement2 {
	position: fixed;
	top: 300px;
	left: 30px;
}

.front-content-right {
	float: left;
	width: 200px;
}

.front-input-container {
	background-color: #f6f6f6;
	padding: 5px;
}

.frontfooter {
	position: absolute;
	top: 870px;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.title, .document-title {
	font-family: Georgia;
	font-size: 36px;
	color: #333333;
	margin-bottom: 15px;
}

.title-front {
	font-family: Georgia;
	font-size: 36px;
	font-weight: normal;
	color: #900000;
}

.subtitle {
	font-family: Georgia;
	font-size: 23px;
	color: #333333;
	padding-top: 15px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: dotted 1px #cccc99;
}

.subtitle-front {
	font-family: Georgia;
	font-size: 20px;
	color: #900000;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: none;
}

.content-data, .document-text {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #333333;
}

.content-ingress {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	color: #333333;
}

.redtext-normal {
	color: #900000;
}

/* BUTTONS */

.buttons a, .buttons button{
    margin:3px 7px 0 0;
    background-color:#e3e3e3;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:#333333;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

.buttons-small a, .buttons-small button{
    margin:3px 7px 0 0;
    background-color:#e3e3e3;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height:100%;
    text-decoration:none;
    font-weight:normal;
    color:#333333;
    cursor:pointer;
    padding:3px 8px 4px 5px; /* Links */
}
.buttons-small button{
    width:auto;
    overflow:visible;
    padding:2px 8px 1px 5px; /* IE6 */
}
.buttons-small button[type]{
    padding:3px 8px 3px 5px; /* Firefox */
    line-height:15px; /* Safari */
}
*:first-child+html button[type]{
    padding:2px 8px 1px 5px; /* IE7 */
}


/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* DISABLED */

.buttons a.disabled:hover, button.disabled:hover{
    margin:3px 7px 0 0;
    background-color:#e3e3e3;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    border-top:1px solid #cccccc;
    border-left:1px solid #cccccc;
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:#333333;
	cursor: default;
    padding:5px 10px 6px 7px; /* Links */
}

/* END BUTTONS */

.infobox {
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(https://images.mywebhost.no/5/infobox-icon.png) no-repeat #dff4ff 10px 10px;
	color: #336699;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	min-height: 38px;
}

.infobox-container {
	position: relative;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}

.infobox-top {
	background: url(https://images.mywebhost.no/5/infobox-top.png) no-repeat;
	height: 17px;
	width: 180px;
}

.infobox-heading {
	background-color: #cccc99;
	font-family: Georgia;
	font-size: 14px;
	color: #333333;
	width: 170px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.infobox-content {
	background-color: #f0f0db;
	font-family: 'Arial, Helvetica, Sans Serif';
	font-size: 12px;
	color: #333333;
	width: 170px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}

.infobox-bottom {
	background: url(https://images.mywebhost.no/5/infobox-bottom.png) no-repeat;
	height: 20px;
	width: 180px;
}

.tableleft {
	margin-left: 0px;
	margin-right: 0px;
}

.comparetable {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #dff4ff;
	border: 5px solid #7fafcc;
	color: #336699;
	border-collapse: collapse;
}

.comparetable td {
	padding: 8px;
}

.comparetable th {
	text-align: center;
	font-family: Georgia;
	font-weight: normal;
	font-size: 130%;
	padding: 10px;
	border-bottom: dotted 1px #ffffff;
}

.comparetable td.odd {
	background: url(https://images.mywebhost.no/5/table-odd-background.png);
}

.comparetable tfoot {
	font-size: 10px;
}

.comparetable-floating-price-container {
	position: relative;
	height: 0px;
	width: 0px;
}

.comparetable-floating-price {
	position: absolute;
	top: -30px;
	left: -5px;
	display: inline;
}

#comparetable-middle {
	background-color: #7fafcc;
}

#comparetable-fc200 {
	width: 200px;
}

#comparetable-fc300 {
	width: 300px;
}

.comparetable-small {
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: none;
	border-collapse: collapse;
}

.comparetable-small td {
	padding: 2px;
}

.comparetable-small-datarow td {
	border-top: 1px dotted #cccccc;
}

.comparetable-small tfoot {
	font-size: 10px;
	background-color: #ffffff;
}

#comparetable-small-middle {
	background-color: #f6f6f6;
}


.tableleft {
	float: left;
	margin-left: 1px;
	margin-right: 1px;
}

.datatable {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: none;
	color: #333333;
	border-collapse: collapse;
}

.datatable-nomargin {
	margin-top: 0px;
	margin-bottom: 0px;
}

.datatable #alt_row {
	background-color: #EEEEDF;
}

.datatable #special_row {
	background-color: #E6EFC2;
}

.datatable td {
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #c0c0c0;
	font-size: 12px;
}

.datatable th {
	text-align: left;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #cccc99;
	color: #333;
	text-transform: uppercase;
}

.datatable tfoot td {
	font-size: 10px;
	color: #333333;
	border: none;
}

.datatable-tight {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: none;
	color: #333333;
	border-collapse: collapse;
}

.datatable-tight-add {
	margin-top: -20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;
	border: none;
	color: #333333;
	border-collapse: collapse;
}

.datatable-tight #alt_row, .datatable-tight-add #alt_row {
	background-color: #EEEEDF;
}

.datatable-tight #special_row, .datatable-tight-add #special_row {
	background-color: #E6EFC2;
}

.datatable-tight td, .datatable-tight-add td {
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dotted #c0c0c0;
}

.datatable-tight th, .datatable-tight-add th {
	text-align: left;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	background-color: #cccc99;
	color: #333;
	text-transform: uppercase;
}

.datatable-tight tfoot td, .datatable-tight-add tfoot td {
	font-size: 10px;
	color: #333333;
	border: none;
}

.infoline {
	border-left: 5px solid #7fafcc;
	color: #336699;
	background: url(https://images.mywebhost.no/5/icon-info.png) no-repeat #dff4ff 10px 10px;
	padding-right: 10px;
	padding-left: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 25px;
}

a.infoline-link, a.infoline-link:link, a.infoline-link:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #336699;
	text-decoration: none;
	border-bottom: none;
}

a.infoline-link:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #336699;
	text-decoration: underline;
	border-bottom: none;
}

.infoline-big {
	border-left: 5px solid #6299c5;
	color: #336699;
	background: url(https://images.mywebhost.no/5/icon-info.png) no-repeat #dff4ff 10px 10px;
	padding-right: 10px;
	padding-left: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}

.infoline-small {
	border-left: 5px solid #6299c5;
	color: #336699;
	background: url(https://images.mywebhost.no/5/icon-info.png) no-repeat #dff4ff 10px 10px;
	padding-right: 10px;
	padding-left: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

.infoline-error {
	border-left: 5px solid #fbc2c4;
	color: #d12f19;
	background: url(https://images.mywebhost.no/5/icon-error.png) no-repeat #fbe3e4 10px 10px;
	padding-right: 10px;
	padding-left: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}

.infoline-error-small {
	border-left: 5px solid #fbc2c4;
	color: #d12f19;
	background: url(https://images.mywebhost.no/5/icon-error.png) no-repeat #fbe3e4 7px 5px;
	padding-right: 7px;
	padding-left: 26px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}

.infoline-confirm {
	border-left: 5px solid #C6D880;
	color: #529214;
	background: url(https://images.mywebhost.no/5/icon-save.png) no-repeat #E6EFC2 10px 10px;
	padding-right: 10px;
	padding-left: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 25px;
}

.infoline-front-downalert {
	border: 1px solid #be8b00;
	color: #000000;
	background: url(https://images.mywebhost.no/5/icon-front-downalert.png) no-repeat #ffeb99 6px 7px;
	padding-right: 10px;
	padding-left: 36px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	margin-bottom: 10px;
}

.formContainer {
	width: 95%;
	background-color: #f6f6f6;
	border-left: 6px solid #cccc99;
	margin-top: 10px;
	margin-bottom: 10px;
}

.formContainer table {
	width: 100%;
	border-collapse: collapse;
	clear: none;
}

.formContainer th {
	font-family: Georgia;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #cccc99;
	margin-bottom: 100px;
}

.formContainer tfoot td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #d0d0d0;
}

.formContainer tbody td {
	padding: 5px;
}

.formContainer .caption {
	font-weight: bold;
	text-align: right;
	width: 35%;
}

.formContainer .caption30 {
	font-weight: bold;
	text-align: right;
	width: 30%;
}

.formContainer .caption20 {
	font-weight: bold;
	text-align: right;
	width: 20%;
}

.formContainer .caption span {
	display: block;
	font-weight: normal;
	text-align: right;
	font-size: 10px;
}

.formContainer .field {
	width: 65%;
}

.formContainer .field70 {
	width: 70%;
}

.formContainer .field80 {
	width: 80%;
}

.formContainer .field20 {
	width: 20%;
}

.formContainer .field30 {
	width: 30%;
}

.formContainer .field100 {
	width: 100%;
}

.fcWhite {
	background-color: #ffffff;
}

fieldset table {
	width: 100%;
	border-collapse: collapse;
}

fieldset tbody td {
	padding: 5px;
}

fieldset .caption {
	font-weight: bold;
	text-align: right;
	width: 35%;
}

fieldset .caption30 {
	font-weight: bold;
	text-align: right;
	width: 30%;
}

fieldset .caption20 {
	font-weight: bold;
	text-align: right;
	width: 20%;
}

fieldset .caption span {
	display: block;
	font-weight: normal;
	text-align: right;
	font-size: 10px;
}

fieldset .field {
	width: 65%;
}

fieldset .field70 {
	width: 70%;
}

fieldset .field80 {
	width: 80%;
}

fieldset .field20 {
	width: 20%;
}

fieldset .field30 {
	width: 30%;
}

fieldset .field100 {
	width: 100%;
}

#backgroundPopup{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:0px solid #cecece;
	z-index:100;
}

#popupContact{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:284px;
	width:700px;
	background:#ffffff;
	border:2px solid #333333;
	z-index:101;
	padding:12px;
	font-size:13px;
}

#popupContactClose, #popupContactClose a:hover{
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#333333;
	font-weight:700;
	display:block;
	text-decoration: none;
	border-bottom: none;
}

label.error {
	background: url(https://images.mywebhost.no/5/icon-error.png) no-repeat;
	height: 16px;
	width: 16px;
	padding-left: 20px;
	margin-left: 2px;
	color: #d12f19;
}

label.valid {
	background: url(https://images.mywebhost.no/5/icon-save.png) no-repeat;
}

.fronttable {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
	border-collapse: collapse;
	font-size: 10px;
}

.fronttable td {
	padding: 4px;
	border-left: 1px solid #999999;
	text-align: center;
}

.fronttable td.first {
	text-align: left;
	border-left: none;
	font-weight: bold;
}

.fronttable th {
	text-align: center;
	font-weight: bold;
	padding: 4px;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
}

.fronttable th.first {
	text-align: left;
	border-left: none;
}

.fronttable td.odd {
	background: url(https://images.mywebhost.no/5/leftmenu-background.png);
}

.fronttable tfoot {
	font-size: 10px;
}

.fronttable tfoot.td {
	font-size: 10px;
	border-left: none;
}

.fronttable tfoot.td.first {
	text-align: left;
	font-size: 10px;
	border-left: none;
	font-weight: bold;
}

.icon-search {
	position: absolute;
	top: 60px;
	left: 500px;
	height: 120px;
	width: 200px;
}

a.myisplogoutlink, a.myisplogoutlink:link, a.myisplogoutlink:visited {
	font-size: 10px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #333333;
	text-decoration: none;
	border-bottom: none;
}

a.myisplogoutlink:hover {
	font-size: 10px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #900000;
	text-decoration: none;
	border-bottom: 1px #900000 dotted;
}

a.loginboxlink, a.loginboxlink:link, a.loginboxlink:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px #ffffff dotted;
}

a.loginboxlink:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px #ffffff solid;
}

a.imagelink, a.imagelink:link, a.imagelink:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	border: 0px;
}

a.imagelink:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	border: 0px;
}

a.imagelink img {
	border: 0px;
}

.contentDomainSearchContainer {
	height: 180px;
	width: 170px;
	margin-bottom: 16px;
}

.contentDomainSearchDomain {
	line-height: 20px;
	width: 150px;
	overflow: hidden;
	float: left;
}

.contentDomainSearchLoading {
	float: left;
}

.pageinformation {
	min-height: 45px;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333333;
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	background: url(https://images.mywebhost.no/5/icon-pageinformation.png) 1px 10px no-repeat;
}

.iframeinvoice {
	width: 700px;
	height: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.iframefax {
	width: 700px;
	height: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.price {
	font-family: Georgia;
	font-size: 22px;
	font-weight: bold;
	color: #900000;
}

.product-container {
	width: 730px;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
}

.product1 {
	float: left;
	width: 228px;
	padding-right: 15px;
}

.product2 {
	float: left;
	width: 228px;
	padding-right: 15px;
}

.product3 {
	float: right;
	width: 228px;
	padding-right: 15px;
}

.product-double {
	float: right;
	width: 471px;
	padding-right: 15px;
}

.productdetails-container {
	float: right;
	width: 220px;
	background-color: #f0f0f0;
	margin-left: 10px;
	margin-bottom: 10px;
}

.productdetails-prodlist {
	border-bottom: 1px #ffffff solid;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}

.productdetails-prodlist-clickformore {
	padding: 0px;
	text-align: center;
	font-family: Georgia;
	font-size: 14px;
	color: #333333;
	width: 220px;
	background: url(https://images.mywebhost.no/5/productdetails-clickformore.png) 0px 19px no-repeat white;
	height: 30px;
}

.productdetails-images {
	border-bottom: 1px #ffffff solid;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #ffffff;
}

.productdetails-buttons {
	margin-left: 15px;
}

.productdetails-product {
	font-family: Georgia;
	font-size: 18px;
	color: #900000;
	background-color: #f6f6f6;
	padding: 5px;
	margin-left: 15px;
	margin-bottom: 3px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.productdetails-product-selected {
	background: url(https://images.mywebhost.no/5/productdetails-bullet.png) no-repeat white;
	font-family: Georgia;
	font-size: 18px;
	color: #900000;
	padding: 5px;
	padding-left: 20px;
	margin-left: 0px;
	margin-bottom: 3px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}

.productdetails-text {
	float: left;
	font-family: Georgia;
	font-size: 18px;
	color: #900000;
}

.productdetails-price {
	float: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: right;
	vertical-align: bottom;
}

.productdetails-period {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #999999;
}

.productdetails-includes {
	padding-bottom: 10px;
}

.productdetails-includes-heading {
	padding: 15px 15px 5px 15px;
}

.productdetails-includes-feature {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	border-top: 1px solid #999999;
	height: 24px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 7px;
	padding-left: 10px;
}

.productdetails-includes-feature img {
	padding-right: 8px;
	vertical-align: text-bottom;
}

.productdetails-extra {
	border-top: 1px #ffffff solid;
	padding-bottom: 15px;
	padding-right: 15px;
}

.productdetails-extra-content {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 20px;
	padding-right: 15px;
}

.producticon, .producticon-details {
	float: left;
	background-color: #EEEEDF;
	width: 135px;
	height: 180px;
	padding: 5px 5px 5px 5px;
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	margin: 7px 7px 2px 2px;
	overflow: hidden;
}

.producticon-details {
	width: 180px;
}

.producticon:hover, .producticon-details:hover {
	background-color: #cccc99;
	cursor: pointer;
}

.producticon span, .producticon-details span {
	display: block;
	color: #333333;
	padding-top: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
}

.producticon-selected, .producticon-details-selected {
	border: 2px solid #900000;
	margin: 5px 5px 0px 0px;
	background: url(https://images.mywebhost.no/5/bigicon-check.png) #cccc99 no-repeat 90px 140px;
	color: #900000;
}

.producticon-price, .producticon-details-price {
	clear: both;
	width: 145px;
	margin: 3px 0px 5px 2px;
	text-align: right;
}

.producticon-price span, .producticon-details-price span {
	display: inline;
	color: #900000;
	font-family: Georgia;
	font-size: 12px;
	padding: 0px;
}

.producticon-current {
	float: left;
	background-color: #cccc99;
	padding: 5px 5px 5px 5px;
	font-family: Georgia;
	font-size: 16px;
	font-weight: bold;
	margin: 7px 7px 2px 2px;
	overflow: hidden;
	border: 2px solid #900000;
	margin: 5px 5px 0px 0px;
	color: #900000;
}

.ajaxtabload {
	height: 150px;
	background: url(https://images.mywebhost.no/5/ajax-loader-f6f6f6.gif) no-repeat;
}

div.growlUI {
	background: url(https://images.mywebhost.no/5/bigicon-check.png) no-repeat 10px 10px
}

div.growlUI h1 {
	color: white;
	padding: 5px 5px 5px 75px;
	text-align: left;
	font-family: Georgia;
	font-size: 36px;
}

div.growlUI h2 {
	color: white;
	padding: 5px 5px 5px 75px;
	text-align: left;
	font-family: Georgia;
	font-size: 14px;
}

div.jHtmlArea .ToolBar ul li a.custom_disk_button 
{
	background: url(images/disk.png) no-repeat;
	background-position: 0 0;
}

div.jHtmlArea { border: solid 1px #ccc; }

#simplemodal-overlay {background-color:#030303; cursor: wait;}
#simplemodal-container {background-color:#f6f6f6; border:2px solid #333333; padding-left:12px; padding-right:12px; padding-bottom:12px; overflow: auto;}

#simplemodal-container a.modalCloseImg, a.modalCloseImg:link, a.modalCloseImg:visited, a.modalCloseImg:hover {
	background:url(https://images.mywebhost.no/5/x.png) no-repeat;
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
	border-bottom: none;
	text-decoration: none;
}

.qtip-content {
	font-family: Georgia;
	font-size: 14px;
}

.leftmenuEdit {
	background: url(https://images.mywebhost.no/5/icon-page-edit.png) no-repeat;
	height: 16px;
	width: 16px;
	display: inline-block;
	position: absolute;
	left: 175px;
	cursor: pointer;
}

.content-high-order {
	position: absolute;
	top: 105px;
	left: 240px;
	width: 730px;
}

.pathway2-high-order {
	position: absolute;
	top: -100px;
	left: 0px;
	font-family: Arial;
	font-size: 10px;
	color: #333333;
}

#orderPositionContainer {
	top: -20px;
	position: relative;
	width: 570px;
}

.orderPositionBox {
	background: url(https://images.mywebhost.no/5/leftmenu-background.png);
	padding: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #333333;
	margin-right: 5px;
	display: inline-block;
}

.orderPositionBoxActive {
	background: #900000;
	padding: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #ffffff;
	margin-right: 5px;
	display: inline-block;
	font-weight: bold;
}

.orderPositionBoxCompleted {
	background: #E6EFC2;
	padding: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #529214;
	margin-right: 5px;
	display: inline-block;
	font-weight: bold;
}

.orderPositionBoxNA {
	background: #f6f6f6;
	padding: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #cccccc;
	margin-right: 5px;
	display: inline-block;
}

.domainSearchBox {
	background: url(https://images.mywebhost.no/5/leftmenu-background.png);
	padding: 15px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #333333;
	display: block;
	float: none;
	clear: both;
	overflow: hidden; 
}

.orderDomainAdditionalInfoOr {
	text-align: center;
	width: 95%;
}

.paymentIframe {
	width: 95%;
	height: 400px;
	padding: 5px;
	border: solid #900000;
}

.inline-image {
	padding: 5px;
}

.domain-flag {
	padding-right: 10px;
}

.quoteheading {
	font-family: Georgia;
	font-size: 16px;
	background-color: #cccc99;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	line-height: 20px;
}

a.quotelink, a.quotelink:link, a.quotelink:visited, a.quotelink:active, a.quotelink:hover {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	border-bottom: none;
}

a.quotelink:hover div.quotekb {
	background-color: #e4e4cb;
}

a.quotelink:hover div.unquotekb {
	background-color: #e4e4cb;
}

.quote {
	background: url(https://images.mywebhost.no/5/quote.png) 15px 10px no-repeat #f6f6f6;
	margin-top: 20px;
	padding-top: 25px;
	padding-left: 60px;
	padding-right: 60px;
	font-family: Georgia;
	font-size: 14px;
}

.quotekb {
	background: url(https://images.mywebhost.no/5/quote.png) 15px 5px no-repeat #f6f6f6;
	padding-top: 5px;
	padding-left: 60px;
	padding-right: 60px;
	font-family: Georgia;
	font-size: 14px;
	min-height: 30px;
}

.unquote {
	background: url(https://images.mywebhost.no/5/unquote.png) 680px 0px no-repeat #f6f6f6;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 25px;
	padding-left: 60px;
	padding-right: 70px;
	text-align: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: italic;
}

.unquotekb {
	background: url(https://images.mywebhost.no/5/unquote.png) 680px 0px no-repeat #f6f6f6;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 60px;
	padding-right: 70px;
	text-align: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: italic;
}

.unquoteticket {
	background: url(https://images.mywebhost.no/5/unquote.png) 680px 0px no-repeat #f6f6f6;
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 60px;
	padding-right: 70px;
	text-align: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-style: italic;
}

a.bullet-link, a.bullet-link:link, a.bullet-link:visited {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1px #999999 dotted;
}

a.bullet-link:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px #333333 solid;
	cursor: pointer;
}

a.bullet-link:active {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px #900000 solid;
}

.articlegroupcontainer {
	background: url(https://images.mywebhost.no/5/leftmenu-background.png);
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #333333;
	display: block;
	float: none;
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}

.articlegroupleft {
	float: left;
	width: 334px;
	padding-top: 15px;
}

.articlegroupright {
	padding-left: 10px;
	float: left;
	width: 353px;
	padding-top: 15px;
}

.articlegroupheading {
	background: url(https://images.mywebhost.no/5/icon-folder.png) no-repeat;
	padding-left: 20px;
	font-family: Georgia;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.articlegroupheading span {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-left: 10px;
	vertical-align: top;
}

.articlegroupheadingback {
	background: url(https://images.mywebhost.no/5/icon-folder-up.png) no-repeat;
	padding-left: 20px;
	font-family: Georgia;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.articlegrouplistitem {
	background: url(https://images.mywebhost.no/5/icon-page-white.png) no-repeat;
	padding-left: 20px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 5px;
}

.articlegrouplistitem a, .articlegrouplistitem a:link, .articlegrouplistitem a:visited, .articlegrouplistitem a:active {
	color: #333333;
}

.articlegrouplistitem a:hover {
	color: #333333;
}

.articlegroupmore {
	background: url(https://images.mywebhost.no/5/icon-next.png) no-repeat;
	padding-left: 20px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	line-height: 16px;
	padding-bottom: 5px;
}

.kbcommentsheading {
	padding-top: 15px;
}

.kbcommentstitle {
	background: url(https://images.mywebhost.no/5/icon-comments.png) no-repeat;
	padding-left: 20px;
	font-family: Georgia;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	float: left;
}

.ticketcontainer {
	border: none;
	margin-bottom: 5px;
}

.ticketmywhcontainer {
	border: 1px solid #999999;
	margin-bottom: 5px;
}

.ticketmywhcontainer .quoteheading {
	background-color: #EEEEDF;
	border-bottom: 1px dotted #999999;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('https://images.mywebhost.no/5/fancybox/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('https://images.mywebhost.no/5/fancybox/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
	text-decoration: none;
	border: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url('https://images.mywebhost.no/5/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('https://images.mywebhost.no/5/fancybox/fancy_title_left.png') repeat-x;
	text-decoration: none;
	border: none;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('https://images.mywebhost.no/5/fancybox/fancy_title_main.png') repeat-x;
	color: #FFF;
	text-decoration: none;
	border: none;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('https://images.mywebhost.no/5/fancybox/fancy_title_right.png') repeat-x;
	text-decoration: none;
	border: none;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('https://images.mywebhost.no/5/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
	text-decoration: none;
	border: none;
}

#fancybox-right {
	right: 0px;
	text-decoration: none;
	border: none;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
	text-decoration: none;
	border: none;
}

#fancybox-left-ico {
	background: transparent url('https://images.mywebhost.no/5/fancybox/fancy_nav_left.png') no-repeat;
	text-decoration: none;
	border: none;
}

#fancybox-right-ico {
	background: transparent url('https://images.mywebhost.no/5/fancybox/fancy_nav_right.png') no-repeat;
	text-decoration: none;
	border: none;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
	text-decoration: none;
	border: none;
}

#fancybox-left:hover span {
	left: 20px;
	text-decoration: none;
	border: none;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
	text-decoration: none;
	border: none;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('https://images.mywebhost.no/5/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('https://images.mywebhost.no/5/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('https://images.mywebhost.no/5/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('https://images.mywebhost.no/5/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('https://images.mywebhost.no/5/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('https://images.mywebhost.no/5/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('https://images.mywebhost.no/5/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('https://images.mywebhost.no/5/fancybox/fancy_shadow_nw.png') no-repeat;
}

a.imagepreview, a.imagepreview:link, a.imagepreview:visited {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	border: 1px green;
}

a.imagepreview:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
	border: 1px #333333;
}

a.imagepreview img {
	border: 0px;
	padding: 5px;
	background: #eeeeee;
}

.kbpreview {
	border: 0px;
	padding: 5px;
	background: #eeeeee;
}

.loginbox-content a, .loginbox-content a:link, .loginbox-content a:visited {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1px #ffffff dotted;
}

.loginbox-content a:hover {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px #999999 solid;
	cursor: pointer;
}

.loginbox-content a:active {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px #999999 solid;
}

.nowwithcpanel {
	background: url('https://images.mywebhost.no/5/nowwithcpanel.png') 80px 5px no-repeat;
}

.emailbody {
	background: url(https://images.mywebhost.no/5/watermark.png) no-repeat #ffffff;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #333333;
}

.emaillogo {
	background: url(https://images.mywebhost.no/5/logo.png) no-repeat;
	float: right;
	height: 96px;
	width: 106px;
	cursor: pointer;
	margin: 10px;
}

.emailtop {
	width: 100%;
	clear: both;
}

.emailcontent {
	width: 100%;
	clear: both;
}

.emailfooter {
	width: 100%;
	clear: both;
}

.emailtitle {
	font-family: Georgia;
	font-size: 36px;
	color: #990000;
	margin-bottom: 15px;
	margin-left: 20px;
	padding-top: 40px;
}

.emailfootertext {
	margin-left: 20px;
	margin-right: 20px;
}

.emailcontent-data {
	margin-left: 20px;
	margin-right: 20px;
}

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,div.star-rating{float:left;width:17px;height:15px;text-indent:-999em;cursor:pointer;display:block;background:transparent;overflow:hidden}
div.rating-cancel,div.rating-cancel a{background:url(https://images.mywebhost.no/5/rate_delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(https://images.mywebhost.no/5/rate_star.gif) no-repeat 0 0px}
div.rating-cancel a,div.star-rating a{display:block;width:16px;height:100%;background-position:0 0px;border:0}
div.star-rating-on a{background-position:0 -16px!important}
div.star-rating-hover a{background-position:0 -32px}
/* Read Only CSS */
div.star-rating-readonly a{cursor:default !important}
/* Partial Star CSS */
div.star-rating{background:transparent!important;overflow:hidden!important}
/* END jQuery.Rating Plugin CSS */
