/**************************************************
 *
 *	Copyright 2007 Norden Olje
 *
 *
 * ************************************************/


@import "navigation.css";
@import "content.css";
@import "products.css";
@import "loggedIn.css";




/**************************************************
 * Basic settings
 * ************************************************/
body {
	padding: 0;
	margin: 0;
	font: 10px  Verdana, Arial, Tahoma;
	color: #333;
	background-color: #fff;
	font-weight: normal;
}

img {
	border:0px;
	padding:0px;
	margin:0px;
}

hr {
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid #ccc;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {font-weight: bold; font-family: "Lucida Grande", Arial, helvetica, sans-serif;}

h1 {
	font-size: 22px;
	color: #333; 
	display: block;
    padding: 10px 0 5px 0;
	line-height:24px;
	margin: 0;
	clear: left;
}

h2 {
	font-size: 16px;
	color: #333; 
	display: block;
       	padding: 0 0 3px 0;
}

/*--------------------------------------------------------
 *  buttons
 *--------------------------------------------------------*/
a:link {color: #999; text-decoration: none;}
a:visited {color: #999; text-decoration: none;}
a:active {color: #999; text-decoration: none;}
a:hover {color: #333; text-decoration: underline;}


a.orange:link {color: #dea077; text-decoration: none;}
a.orange:visited {color: #dea077; text-decoration: none;}
a.orange:hover {color: #dea077; text-decoration: underline;}

a.green:link {color: #a2b69b; text-decoration: none;}
a.green:visited {color: #a2b69b; text-decoration: none;}
a.green:hover {color: #a2b69b; text-decoration: underline;}

a.black:link {color: #000000; text-decoration: none;}
a.black:visited {color: #000000; text-decoration: none;}
a.black:hover {color: #000000; text-decoration: underline;}

a.pdf {
	float:left;
	margin-top:0px;
	padding:7px 0px 10px 35px;
	background-image:url("../images/pdf_icon.jpg"); 
	background-repeat:no-repeat;  
	color:#333333;
}

a.pdf_small {
	float:left;
	margin-top:0px;
	padding:2px 0px 3px 20px;
	background-image:url("../images/pdf_icon_small.gif"); 
	background-repeat:no-repeat;  
	color:#666666;
}

a.product {
	float:left;
	margin-top:0px;
	padding:7px 0px 10px 25px;
	background-image:url("../images/product_icon.jpg"); 
	background-repeat:no-repeat;  
	color:#333333;
}

a.dk {
	float:left;
	margin-top:0px;
	padding:0px 0px 5px 20px;
	background-image:url("../images/flag_dk.gif"); 
	background-repeat:no-repeat;
	line-height:10px;
	font-size:12px; 
	color:#666666;
}

a.no {
	float:left;
	margin-top:0px;
	padding:0px 0px 5px 20px;
	background-image:url("../images/flag_no.gif"); 
	background-repeat:no-repeat;
	font-size:12px; 
	color:#666666;
	line-height:10px;
}

a.se {
	float:left;
	margin-top:0px;
	padding:0px 0px 5px 20px;
	background-image:url("../images/flag_se.gif"); 
	background-repeat:no-repeat;
	font-size:12px; 
	color:#666666;
	line-height:10px;
}

a.en {
	float:left;
	margin-top:0px;
	padding:0px 0px 5px 20px;
	background-image:url("../images/flag_gb.gif"); 
	background-repeat:no-repeat;
	font-size:12px; 
	color:#666666;
	line-height:10px;
}


.clear {
	clear: both;
}

/*--------------------------------------------------------
 *  Images
 *--------------------------------------------------------*/
.flag {
	margin-left:5px;
}

img.small {
	float:left;
	margin: 5px 10px 2px 0;
}
img.half {
	float:left;
	margin: 5px 10px 2px 0;
}

img.full {
	margin: 5px 0;

}

img.productImage {
	border:1px solid #ddd;
}
a.img_link:link {
	border:0px;
	padding:0px;
	margin:0px;
	text-decoration:0px;

}

/*--------------------------------------------------------
 *  Text
 *--------------------------------------------------------*/
.gray {
	color:#666;
}

.white {
	color:#fff;
}

.productText {
	line-height:16px;	 
}

.productCaption {
	font-size:18px;
	color:#FFFFFF;	
}

/*--------------------------------------------------------
 *  Form
 *--------------------------------------------------------*/
.form_input {
	width:416px;
	border:#666666 1px solid;
}

.form_input_small {
	width:281px;
	border:#666666 1px solid;
}
