/*********************************************************/
/* styles.css                           		         */
/* Developed by Objectnet AS for Maritim (C) 2006        */
/*********************************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	color: #464646;
}
table {
	clear: both;
}

/******* hyperlink and anchor tag styles *******/

a {
	color: #165b9f;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}



/************** header tag styles **************/

h1 {
	margin: 0;
	padding-bottom: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #d1e9ff;
}
h2 {
	margin: 0;
	padding-bottom: 6px;
	font-size: 11px;
	font-weight: bold;
	color: #464646;
}
h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}
h4 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #676767;
	font-weight: normal;
}
h5 {
	margin: 0;
	padding-bottom: 2px;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}
h6 {
	margin: 0;
	padding-bottom: 4px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

p {
	margin: 0;
	padding: 0;
}


/********* form and related tag styles *********/

table {
	font-size: 1.0em; /* IE5.x fix */
}

td {
	vertical-align: top;
	font-size: 10px;
	
}
.textField {
	margin-right: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	padding-left: 3px;
}
.textFieldCenter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 9px;
	padding-left: 3px;
}

.textField2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-top: 9px;
	padding-left: 3px;
}
.textField3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	margin-top: 4px;
	padding-left: 3px;
	font-weight: normal;
}
.textField4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	padding-left: 3px;
	border: 1px solid #a37067;
	width: 128px;
	margin-top: 4px;
}

.textFieldCommentForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
	width: 250px;
	margin-bottom: 6px;
}
.button {
	margin-top: 9px;
}
.button2 {
	margin-top: 4px;
}
/***********************************************/
/* Layout Divs and Tables                      */
/***********************************************/

.tableBorder
{
    border: 1px solid #cccccc;
}

.tableFormHeader 
{
    background-color: #f4f4f4;
    font-weight: bold;
    color: #4E4E4E;    
    padding-left: 10px;
}

.tableHeaderGray 
{
    background-color: #f4f4f4;
    font-weight: bold;
    color: #4E4E4E;    

}
.tableGray 
{
    color: #707070;    
}

.tableFormWide
{   
    padding-left: 10px;
    
}
.tableForm 
{   
    padding-left: 10px;
    width: 120px;
    
}
.tableFormSmall
{   
    padding-left: 10px;
    width: 80px;
    
}
.tableFormSmallError
{   
    padding-left: 10px;
    width: 80px;
    color: #ff0000;
}
.formTextField 
{
    width: 150px;
}

#webWrapper {
	position: relative; /* Activate absolute */
	text-align: left; /* If text-align = center in body */
	width: 955px; /* Total width of webpages */
}
.left {
	width: 220px;
	/*background-color: #fff; 165b9f;*/
}
.middle {
	width: 573px;
}
.right {
	width: 162px;
	padding-top: 41px;
}
#contentContainer {
	position: relative;
	width: 526px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #464646;
	padding-left: 27px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
}

.frontpageLeft {
	width: 351px; 
}
.frontpageMiddle {
	width: 18px; 
}
.frontpageRight {
	width: 157px; 
}


/***********************************************/
/* Component Divs (Boxes)                      */
/***********************************************/

#loginContainer {
	width: 546px;
	height: 27px;
	text-align: right;
	padding-right: 27px;
	padding-top: 14px;
	color: #909090;
}
#loginContainer a {
	font-weight: bold;
	text-decoration: underline;
}
#loginContainer a:hover {
	text-decoration: none;
}
.menuContainer {
	width: 545px;
	height: 27px;
	text-align: center;
	background-image: url(images/menu_bg_nospace.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
}
.menuContainer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
}
.menuContainer a:hover {
	color: #c7e0f8;
	text-decoration: none;
}

#menuContainerx {
	width: 573px;
	height: 22px;
	text-align: center;
	background-image: url(images/menu_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 5px;
}
#menuContainerx a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #FFF;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}
#menuContainerx a:hover {
	color: #c7e0f8;
	text-decoration: none;
}
#pathContainer {
	width: 546px;
	height: 18px;
	text-align: left;
	color: #909090;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 27px;
	padding-top: 4px;
}
#pathContainer a {
	font-weight: normal;
	font-size: 10px;
	color: #165b9f;
	text-decoration: underline;
}
#pathContainer a:hover {
	text-decoration: none;
}
.headerContainer {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}
#logoContainer {
	position: relative;
	width: 220px;
	height: 97px;
	background-color: #FFF;
}
#searchContainer {
	width: 192px;
	height: 33px;
	background-image: url(images/search_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-top: 15px;
	padding-right: 15px;
}
 #shoppingCart {
    width: 192px;
    background-image: url(images/cart_bg.gif);
    background-position: top;
    background-repeat: no-repeat;
    padding-left: 13px;
    padding-top: 11px;
    padding-right: 15px;
    padding-bottom: 10px;
    border-top: 1px solid #8db4db;
    border-bottom: 1px solid #2664a1;
} 
.cartLeft {
	color: #FFF;
	padding-bottom: 2px;
}
.cartLeft a {
	color: #FFF;
	text-decoration: none;
}
.cartLeft a:hover {
	color: #FFF;
	text-decoration: underline;
}
.cartRight {
	color: #d1e9ff;
	padding-bottom: 2px;
}
.cartsumLeft {
	color: #FFF;
	padding-top: 4px;
	padding-bottom: 6px;
	font-weight: bold;
}
.cartsumRight {
	font-weight: bold;
	color: #d1e9ff;
	padding-top: 4px;
	padding-bottom: 6px;
}
.cartBtn {
	color: #FFF;
	padding-top: 3px;
	padding-left: 4px;
}
.cartBtn a {
	color: #FFF;
	text-decoration: none;
}
.cartBtn a:hover {
	text-decoration: underline;
}
.btn {
	padding-top: 5px;
}
.counter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #676767;
}
.orderProduct {
	font-size: 10px;
	color: #000;
	padding-top: 6px;
}
.orderProductGray {
	font-size: 10px;
	color: #676767;
}
.product {
	font-size: 10px;
	color: #676767;
	padding-top: 6px;
}
.product a {
	font-size: 10px;
	color: #165b9f;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}
.product a:hover {
	text-decoration: none;
}
.price {
	font-size: 12px;
	color: #ff0000;
	font-weight: bold;
	padding-top: 11px;
}
.quantity {
	font-size: 10px;
	color: #000000;
	padding-top: 12px;
	text-align: center;
}
.orderTotal {
	font-size: 10px;
	color: #000000;
	padding-top: 12px;
	padding-left: 20px;
}
.receiptHeader {
	margin: 0;
	padding-bottom: 6px;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.cartTotal {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	padding-top: 11px;
	text-align: center;
}
#productContainer {
	width: 192px;
	background-image: url(images/product_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	padding-left: 13px;
	padding-top: 11px;
	padding-right: 15px;
	padding-bottom: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
}
#stepContainer {
	position: relative;
	width: 526px;
	height: 51px;
	background-image: url(images/divider_horizontal2.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #7b7a7a;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
}
#stepContainer a {
	color: #165b9f;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
#stepContainer a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#stepContainer a:active {
	font-weight: bold;
	text-decoration: underline;
}
.step1 {
	position: absolute;
	top: 0px;
	left: 45px;
}
.arrow1 {
	position: absolute;
	top: 5px;
	left: 151px;
}
.step2 {
	position: absolute;
	top: 0px;
	left: 199px;
}
.arrow2 {
	position: absolute;
	top: 5px;
	left: 347px;
}
.step3 {
	position: absolute;
	top: 0px;
	left: 395px;
}
#productViewContainer {
	width: 526px;
	padding-bottom: 20px;
}
#productView {
	width: 179px;
	float: left;
	padding-bottom: 8px;
	text-align: center;
}
#productInfo {
	width: 332px;
	float: left;
	padding-left: 15px;
	padding-bottom: 8px;
}
#priceContainer {
	width: 169px;
	height: 18px;
	padding: 5px;
	background-color: #f4f4f4;	
	font-size: 15px;
	color: #ff9c00;
	text-align: left;
	margin-top: 14px;
}
.priceTag {
	font-size: 15px;
	font-weight: bold;
}
#productLinks {
	width: 151px;
	padding-right: 10px;
	float: left; 
}
#productLinks a {
	background-image: url(images/icon_productlink.gif);
	background-position: left;
	background-repeat: no-repeat; 
	padding-left: 6px;
}
#tipsContainer {
	width: 171px;
	float: left; 
	font-weight: bold;
	color: #000;
}
.frontpageMainProduct {
	font-size: 10px;
	color: #000;
}
.frontpageMainProduct a {
	font-size: 11px;
	color: #165b9f;
	text-decoration: underline;
	font-weight: bold;
}
.frontpageMainProduct a:hover {
	text-decoration: none;
}
.frontpageProduct {
	font-size: 10px;
	color: #000;
}
.frontpageProduct a {
	font-size: 10px;
	color: #165b9f;
	text-decoration: underline;
	font-weight: bold;
}
.frontpageProduct a:hover {
	text-decoration: none;
}
#frontpageMainPriceContainer {
	width: 212px;
	height: 18px;
	padding: 5px;
	background-color: #f4f4f4;	
	font-size: 13px;
	color: #000;
	text-align: left;
	font-weight: bold;
}
#frontpagePriceContainer {
	width: 148px;
	height: 18px;
	padding: 5px;
	background-color: #f4f4f4;	
	font-size: 13px;
	color: #000;
	text-align: left;
	font-weight: bold;
}
.frontpagePriceTag {
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
}
.frontpagePrice {
	font-size: 13px;
	font-weight: bold;
	color: #ff0000;
}
.skattekisten {
	font-size: 10px;
	color: #533b01;
	padding-left: 10px;
	padding-right: 10px;
}
.skattekisten2 {
	font-size: 10px;
	color: #533b01;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.skattekistenHeader {
	height: 18px;
	padding-top: 4px;
	padding-left: 13px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}
.verktoy {
	font-size: 10px;
	color: #0a4d61;
	padding-left: 10px;
	padding-right: 10px;
}
.verktoyHeader {
	height: 18px;
	padding-top: 4px;
	padding-left: 13px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}
.verktoy2 {
	font-size: 10px;
	color: #0a4d61;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.tips2 {
	font-size: 10px;
	color: #6f1507;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.tipsHeader {
	height: 18px;
	padding-top: 4px;
	padding-left: 13px;
	font-size: 11px;
	color: #FFF;
	font-weight: bold;
}
.tips {
	background-image: url(images/tips_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	font-size: 10px;
	color: #6f1507;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

.commentDate {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #676767;
	font-weight: normal;
}
/***** logo styles *****/

.logo {
	position: absolute;
	top: 19px;
	right: 0px;
}

/***********************************************/
/* Other styles                                */
/***********************************************/

#stepContainer div.activeUnderline a {
   text-decoration: underline;
}

#pageCounter {
	bottom: 9px;
}

.menurootstyle 
{
    font-size: 16px;
    text-decoration: underline;
}