@charset "UTF-8";
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-color: #fff;
	text-align: center; /* Sørger for centrering for IE <= 5.5*/
	color: #464646;
	/*font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-image: url(/images/top_line.png);
	background-repeat: repeat-x;
	background-position: top;
}

a img {
	border: none;
}

p {
	padding: 0;
	margin: 0 0 12px 0;
}

form {
	margin: 0;	
}

a {
	color: #000;
	text-decoration: none;	
}

a:hover {
	text-decoration: underline;	
}

h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 20px;
	color: #000;
	font-weight: normal;
	border-bottom: 1px solid #f2f2f2;
}

h1.bottom_margin {
	margin-bottom: 12px;
}

#page {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 0 10px 0 10px;
	
	/* PGA. footer */
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -90px;
}

#content {
	width: 970px;
	margin: 0 auto;
	line-height: 150%;
}

/* Header */

#header {
	width: 100%;
	height: 70px;
	position: relative;
	margin-bottom: 14px;
}

img.logo {
	position: absolute;
	left: 5px;
	top: 15px;
}

#quick_contact {
	height: 50px;
	border-left: 1px solid #e8e8e8;
	position: absolute;
	top: 20px;
	left: 205px;
	padding-left: 10px;
	line-height: 140%;
	color: #000;
}

/* Footer */

.push {
	height: 90px;	
}

#footer {
	height: 37px;
	padding: 5px 8px;
	background-color: #2c2c2c;
	width: 964px;
	margin: 20px auto 20px auto;
	border-top: 3px solid #e3e3e3;
	color: #fff;
	line-height: 150%;
	text-align: center;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;	
}

/* Menu */

#menu {
	position: absolute;
	right: 0px;
	height: 70px;
	top: 4px;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li {
	float: left;
	position: relative;
}

#menu ul li a {
	color: #bcbcbc;
	text-decoration: none;
	display: inline-block;
	padding: 12px 20px 12px 12px;
	font-size: 14px;
	cursor: pointer;
	background-image: url(/images/menu_sep.png);
	background-position: right 8px;
	background-repeat: no-repeat;
}

#menu ul li a:hover {
	color: #616161;
	text-decoration: none;
}

#menu ul li.selected a {
	color: #fff;
	text-decoration: none;
	background-color: #2c2c2c;
	background-image: none;
}

#menu ul li.last a {
	background-image: none; 
}

/* Under menu */

#menu .submenu {
	position: absolute;
	top: 50px;
	right: 0px;
	left: 0px;
	display: none;
	padding-left: 10px;
}

#menu .submenu ul li {
	padding-right: 10px;
}

#menu .submenu ul li a {
	text-decoration: none;
	color: #646464;
	padding: 0;
	margin: 0;
	font-size: 12px;
	background-image: none;
}

#menu .submenu ul li a:hover {
	text-decoration: underline;
}

#menu .submenu ul li a.selected {
	text-decoration: underline;
	color: #000;
}

#menu .submenu ul li a.selected:hover {
	text-decoration: underline;
}

#menu .logged_in_link {
	color: #0075be;
}

#menu .logged_in_link:hover {
	color: #005aaa;
}

/* Midte */

#clouds {
	width: 980px; height: 145px; margin-bottom: 10px; background-image: url(/images/clouds.png); position: relative;	
}

#userinfo {
	height: 99px; width: 240px; position: absolute; right: 13px; top: 13px; background-image: url(/images/userinfo.png); color: #000;
	padding: 10px;
}

#userinfo ul {
	list-style: circle; margin-top: 3px; padding-left: 20px;
}

#userinfo ul li {
	padding: 1px 0;
}

#userinfo ul li.sep {
	padding: 4px 0 1px 0;
}

#userinfo .logout {
	position: absolute;
	right: 10px;
	top: 10px;
}

#userinfo .logout a {
	text-decoration: none;
	color: #d13939;
	font-weight: bold;
}

#userinfo .logout a:hover {
	text-decoration: underline;	
}

#userinfo a.selected {
	font-weight: bold;
}

/* Produktside */

#categories_container {
	/*border-right: 1px solid #e8e8e8;*/ width: 240px; float: left; margin-top: 10px;
}

#categories {
	width: 230px; background-color: #f2f2f2;
}

#categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#categories ul li {
	padding: 5px;
	border-bottom: 1px solid #e8e8e8;
}

#categories ul li.selected {
	padding: 5px 5px 5px 10px;
	background-color: #f8f8f8;
	font-weight: bold;
}

#categories ul li.sub {
	padding: 5px 5px 5px 15px;
	border-bottom: 1px solid #e8e8e8;
}

#categories ul li.sub_selected {
	padding: 5px 5px 5px 20px;
	background-color: #f8f8f8;
	font-weight: bold;
}

h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}

h2 .code, h1 .code {
	color: #767676;
	font-weight: normal;
}

h3 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}


#search {
	width: 220px; margin-bottom: 10px; color: #fff;
}

#query {
	width: 165px;
}

/*	Bestilling */

label.textfield, label.option, span.description {
	font-weight: bold; display: block; color: #313131;	
}

input[type=text], input[type=password] {
	outline: none; padding: 3px; border-top: 1px solid #6f6f6f; border-right: 1px solid #ababab; border-bottom: 1px solid #cecece; border-left: 1px solid #ababab; font-size: 12px; font-family: Helvetica, Arial, sans-serif;	
}
input[type=text][disabled=disabled] {
	background-color: #f1f1f1;	
}

.error_input {
	background-color: #FFC;
}

.success {
	font-weight: bold;
	color: #090;
}

.error {
	font-weight: bold;
	color: #C00;
}

.order_item_price {
	font-weight: bold;
	margin: 5px 0;
}

.order_item_price_text {
	font-weight: bold;	
}

.order_item_row {
	border-bottom: 1px solid #f2f2f2;	
}

/* Knapper */

span.submit_button {
	display: inline-block;
	height: 23px;
	background-image: url(/images/buttons/submit_left.png);
	color: #fff;
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	background-color: transparent;
	cursor: default;
	line-height: 150%;
}

span.submit_button:hover {
	background-image: url(/images/buttons/submit_left_hover.png);
	text-decoration: none;
	background-color: transparent;
}

span.submit_button strong {
	display: inline-block;
	background-image: url(/images/buttons/submit_right.png);
	background-position: right;
	height: 21px;
	margin-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	font-weight: bold;	
	color: #fff;
}

span.submit_button:hover strong {
	background-image: url(/images/buttons/submit_right_hover.png);
	text-decoration: none;
	background-color: transparent;
}

span.button {
	display: inline-block;
	height: 23px;
	background-image: url(/images/buttons/left.png);
	color: #000;
	background-repeat: no-repeat;
	background-position: left;
	text-decoration: none;
	background-color: transparent;
	cursor: default;
	line-height: 150%;
}

span.button:hover {
	background-image: url(/images/buttons/left_hover.png);
	text-decoration: none;
	background-color: transparent;
}

span.button strong {
	display: inline-block;
	background-image: url(/images/buttons/right.png);
	background-position: right;
	height: 21px;
	margin-left: 7px;
	padding-right: 7px;
	padding-top: 2px;
	font-weight: bold;	
	color: #000;
}

span.button:hover strong {
	background-image: url(/images/buttons/right_hover.png);
	text-decoration: none;
	background-color: transparent;
}

/* Produktliste */

div.item_list_container {
	clear: both; height: 132px; position: relative;	
}

div.item_list_image {
	width: 128px; height: 128px; float: left; margin-right: 10px; background-position: center center; background-repeat: no-repeat; background-color: #fff;
}

div.item_list_info {
	width: 571px; float: left;	
}

div.item_list_order {
	width: 581px; position: absolute; left: 138px; bottom: 15px;
}

.item_list1 {
	padding: 5px; margin-bottom: 1px; background-position: top; background-repeat: repeat-x; background-image: url(/images/line1.png); background-color: #fff; 
}

.item_list2 {
	padding: 5px; margin-bottom: 1px; background-position: top; background-repeat: repeat-x; background-image: url(/images/line2.png); background-color: #f2f2f2;
}

.item_list3 {
	padding: 5px; margin-bottom: 1px; background-position: top; background-repeat: repeat-x; background-image: url(/images/line3.png);
}

/* Produktvisning */
div.product_image {
	width: 308px; height: 308px; float: left; margin-right: 10px; background-position: center center; background-repeat: no-repeat; background-color: #fff;
}


/* Ordrelister */

/* Indhold */

table.lists {
	margin-bottom: 10px;	
}

table.lists thead td {
	background-color: #f4f4f4;
	padding: 8px 5px;
	cursor: default;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

table.lists tr.row1 td {
	background-color: #ecf3fe;
	color: #000;
}

table.lists tr.row2 td {
	background-color: transparent;
	color: #000;
}

table tr.current td {
	font-weight: bold;
}

/* Brugere */

table.users_container {
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #f2f2f2;
}

table.users_container td.description {
	width: 200px;
	font-weight: bold;
}

table.users_container table.input td {
	padding-right: 5px;
	padding-bottom: 5px;
}

/* Felt-info og hints */

span.field_info {
	display: block;
	color: #999;
	font-size: 11px;
}

span.outer_hint {
	position: relative;
}

span.hint {
	top: -4px; left: 5px; white-space: nowrap; position: absolute; border: 1px solid #c93; padding: 3px; background-color: #fcfbbf; display: none;
}

/* Kurv */

#quickview_cart_container {
	position: relative;
	margin-top: 10px;
}

#quickview_cart {
	height: 160px;
	width: 230px;
	overflow: hidden;
	position: relative;
	background-color: #f2f2f2;
	border-top: 2px solid #646464;
	border-bottom: 2px solid #646464;
}

#quickview_cart_inside {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 240px;
}

#quickview_cart_buttons {
	text-align: right; padding: 5px 10px 0 0;	
}