﻿body
{
	font-family: Verdana;
	font-size: 11px;
	background-color:#f4f2f2;
}

input
{
	font-size:11px;
}

button
{
	font-size:11px;
}

select
{
	font-size:11px;
}

a
{
    text-decoration:none;
    color:#454545;
}

a:hoover
{
    text-decoration:none;
    color:#ff0000;
}

h1
{
   font-family:helvetica,arial,verdana;
   font-size:14px;
   font-weight:bold;
   color:#666666; 
}

h2
{
	font-size:12px;
	font-weight:bold;
	color:#454545;
}

h3
{
    font-family:Helvetica;
    font-size:12pt;
    color:#ff6d06;
    font-weight:bold;
    text-align:left;
}

h4
{
    font-family:Verdana;
    font-size:14px;
    color:#b0b0b0;   
}

h5
{
	font-size:11px;
	font-weight:bold;
	color:#454545;
}

b
{
    color:#454545;
}

.inputCartItems
{
	font-size:11px;
	width:25px;
	text-align:right;	
}

/*************************/
.radioPaymentType
{
	color:#000;
	vertical-align:middle;
}

.radioPaymentType td
{
	height:30px;
	vertical-align:top;
}

.radioPaymentType label
{
	padding-left:15px;
	padding-top:5px;
}

.radioPaymentType input
{
	vertical-align:bottom;
	margin-top:-2px;
	padding-top:5px;
	float:left;
}

.radioPaymentType p
{
	padding-left:35px;
	padding-bottom:5px;
	vertical-align:top;
}
/***********************/

.radioDeliverymethod
{
	color:#000;
	vertical-align:middle;
}

.radioDeliverymethod td
{
	height:15px;
	vertical-align:top;
}

.radioDeliverymethod label
{
	padding-left:15px;
	padding-top:5px;
}

.radioDeliverymethod input
{
	vertical-align:bottom;
	margin-top:-2px;
	padding-top:5px;
	float:left;
}

.radioDeliverymethod p
{
	padding-left:35px;
	padding-bottom:5px;
	vertical-align:top;
}
/******************************/

.sitemaninfo {
	background: #ffc; border: 1px solid #9c6;
	padding: 20px; margin: 21px 0 0 0;
	line-height: 1.5em;
	/* Alle hjørner */
	 	border-radius: 5px;    		/* CSS3 */
	 	-moz-border-radius: 5px;	/* MOZILLA */
	 	-webkit-border-radius: 5px	/* SAFARI, CHROME */ }
.sitemaninfo h1 { color: #000; margin: 0 0 1em 0; font-size: 1.7em }
.sitemaninfo a { color: #369; text-decoration: underline }
.sitemaninfo a:hover { color: #000; text-decoration: none }
