/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
	
	
*/
BODY {
  background: #ffffff;
	background-image: url(/grafix/baggrund.jpg);
	background-repeat: repeat-y;
	background-position: center;
  color: #000000;
  margin: 0px;
	padding: 0px;
	font-family: Arial,Verdana,sans-serif;
}
@media screen{
	
	.ietrans{
		filter:alpha(opacity=80);
	}
	
	#printhoved{
		display:none;
		height:0px;
	}
	/* hele siden */
	#total_wrapper{
		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		width:990px;
	}
	/* scroll området */
	#mainpagearea{
		background-color: #cde3d6;
		width: 1016px;
		position: relative;
	}
	/* hovedtabel med højre, venstre og indhold */
	#main_content_table{
		background-color: #ffffff;
		width: 990px;
	}
	/* venstre og højre bar */
	#left_navigation{
		background-image: url(/grafix/leftnavtopbar.png);
		background-repeat: repeat-x;
		background-position:  left top;
		background-color: #13421F;
		padding: 4px 4px 4px 4px;
		width: 500px;
	}
	#right_navigation{
		background-color: #13421F;
		padding: 0px;
		width: 5px;
	}
	/* indholdsområdet */
	.main_content_field{
		background-image: url(/grafix/innerbreadcrumbbar.png);
		background-repeat: no-repeat;
		background-position:  left top;
		padding: 5px 5px 5px 5px;
		background-color: #D9EFE7;
	}
	#med_baggrund{
		background-image: url(/grafix/innerbreadcrumbbar.png);
		background-repeat: no-repeat;
		background-position:  left top;
		background-attachment: scroll;
		background-color: #D9EFE7;
		padding: 0px;
	}
	#med_baggrund TD{
		font-family: Arial, Verdana, sans-serif;
		font-size: 11px;
		line-height: 1.5;
	}
	#med_baggrund_1{
		background-image: url(/images/refako/baggrunde/std.jpg);
		background-repeat: no-repeat;
		background-position:  left top;
		background-attachment: scroll;
		background-color: #D9EFE7;
		padding: 20px;
	}
	#med_baggrund_2{
		background-image: url(/images/refako/baggrunde/std.jpg);
		background-repeat: no-repeat;
		background-position:  left top;
		background-attachment: scroll;
		background-color: #D9EFE7;
		padding: 20px;
	}
	#med_baggrund_3{
		background-image: url(/images/refako/baggrunde/std.jpg);
		background-repeat: no-repeat;
		background-position:  left top;
		background-attachment: scroll;
		background-color: #D9EFE7;
		padding: 20px;
	}
	#med_baggrund_4{
		background-image: url(/images/refako/baggrunde/std.jpg);
		background-repeat: no-repeat;
		background-position:  left top;
		background-attachment: scroll;
		background-color: #D9EFE7;
		padding: 20px;
	}
	#med_baggrund_5{
		background-image: url(/images/refako/baggrunde/std.jpg);
		background-repeat: no-repeat;
		background-position:  left top;
		background-attachment: scroll;
		background-color: #D9EFE7;
		padding: 20px;
	}
	#med_baggrund_6{
		background-image: url(/images/refako/baggrunde/std.jpg);
		background-repeat: no-repeat;
		background-position:  left top;
		background-attachment: scroll;
		background-color: #D9EFE7;
		padding: 20px;
	}
	#med_baggrund_7{
		background-image: url(/images/refako/baggrunde/std.jpg);
		background-repeat: no-repeat;
		background-position:  left top;
		background-attachment: scroll;
		background-color: #D9EFE7;
		padding: 20px;
	}
	#med_baggrund_8{
		background-image: url(/images/refako/baggrunde/std.jpg);
		background-repeat: no-repeat;
		background-position:  left top;
		background-attachment: scroll;
		background-color: #D9EFE7;
		padding: 20px;
	}
	#med_baggrund_9{
		background-image: url(/images/refako/baggrunde/std.jpg);
		background-repeat: no-repeat;
		background-position:  left top;
		background-attachment: scroll;
		background-color: #D9EFE7;
		padding: 20px;
	}
	#stor_margin{
		padding: 20px;
	}
	#sidefod{
		display:none;
		height:0px;
	}
}
#whitecontentbox{
	background-color:white;width:710px;background-repeat:no-repeat;margin-left:10px;
}
@media print{
	body{
		pmargin: 0cm;
		background: none;
	}
	/* sidehoved */
	#printhoved{
		display:block;
		width:100%;
	}
	#sidehoved{
		display:none;
		height:0px;
	}
	#sidefod{
		display:none;
		height:0px;
	}
	/* hele siden */
	#total_wrapper{
		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		width:100%;
		height:100%;
		overflow:visible;
	}
	/* scroll området */
	#mainpagearea{
		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		overflow:visible;
		height: 100%;
		width: 100%;
	}
	/* hovedtabel med højre, venstre og indhold */
	#main_content_table{
		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		width: 100%;
	}
	/* venstre og højre bar */
	#left_navigation{
		display: none;
		width: 0px;
	}
	#right_navigation{
		display: none;
		width: 0px;
	}
	/* indholdsområdet */
	.main_content_field{
		padding:0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		width: 100%;
	}
	#med_baggrund{
		background-image: none;
		background-repeat: no-repeat;
		background-position:  left top;
		background-attachment: scroll;
		background-color: #ffffff;
		padding: 0px;
	}
	#stor_margin{
		padding: 0px;
	}
	.dontprint{width:0px;height:0px;display:none;}
	#whitecontentbox{width:100%;}
	#breadcrumbbar{display:none;}
}
#breadcrumbbar{
	padding-left: 20px;
	font-size: 11px;
	padding-top: 7px;
	margin-bottom: 10px;
	font-weight: bold;
}
hr{
	padding: 0px;
	margin: 0px;
}

#left_navigation table, #right_navigation table{
	margin-top: 4px;
}
#right_navigation table.infoBox, #right_navigation table.infoBoxContents, #left_navigation table.infoBox, #left_navigation table.infoBoxContents{
	margin-top: 0px;
}

.i_kurv{
	font-style: italic;
	color: #BC1f30;
}

SPAN.fhus{
	padding-left: 5px;
}
.bilmodel{
font-weight: bold;
}
.bilmodel140{
font-weight: bold;
}
TD.productDescSuppItem {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #0000ff;
  padding: 1px 7px 1px 7px;
}
TD.productDesc {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
  padding: 1px 7px 1px 7px;
}
.phplm, .phplmnormal{ font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033;}
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #BC1f30; text-decoration: underline; }

a.phplm:hover,a.phplm:active{
	color: rgb(26,49,24);
  text-decoration: none;
}

A {
  color: #BC1f30;
  text-decoration: none;
}

A:hover {
	color: rgb(26,49,24);
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #29a259; 
	/* 158542 */
}

TD.headerNavigation {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #29a259;
  color: #000000;
  font-weight : bold;
}

A.headerNavigation { 
  color: #000000; 
	text-transform: capitalize;
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #29a259;
}

TD.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #29a259;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #b6b7cb;
	padding: 0px 0px 0px 0px;
}
.infoBoxContents {
  background: #D9EFE7;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
	padding: 2px;
}

TABLE.infoBoxContents{
	border-right: 2px solid #D9EFE7;
	border-left: 2px solid #D9EFE7;
	border-bottom: 2px solid #D9EFE7;
}
.infoBoxContentsSquare {
  background: #D9EFE7;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
	padding: 2px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  background: #D9EFE7;
  color: #000000;
  padding: 5px;
  padding-bottom: 0px;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  /*background: #f8f8f9;*/
  background: transparent;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
	  border-spacing: 1px;

}

/* logon box i menu */
.BOX_LOGON input{
	width:95px;
}

.productListing-heading-outer {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  border-top: 1px solid #000000;
}

.productListing-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #ffffff;
  color: #000000;
  font-weight: bold;
}

.productPrint_Listing-heading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  background: #29a259;
  color: #FFFFFF;
  font-weight: bold;
}
TR.productListing-even {
  background: #dfede3;
}
TR.productPrint_Listing-even {
  background: #dfede3;
}
TR.productPrint_Listing-white{
  background: white;
}

.productListing-data {
  font-family: Tahoma,Arial, Verdana, sans-serif;
  font-size: 10px;
  vertical-align: top;
  background: white;
  border-bottom: 1px solid #000000;
}

.productListing-data-koeb {
  font-family: Tahoma,Arial, Verdana, sans-serif;
  font-size: 10px;
  vertical-align: top;
  background: white;
}

.productPrint_Listing-data {
  font-family: Tahoma,Arial, Verdana, sans-serif;
  font-size: 10px;
  vertical-align: top;
}

TD.productListing-pricedata {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  vertical-align: bottom;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
	color: rgb(26,49,24);
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #BC1f30;
  padding-left:20px;
}

H1 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #BC1f30;
	padding-bottom:0px;
	margin:0px 0px 0px 0px;
}
H2 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #BC1f30;
	padding-bottom:0px;
	margin:0px 0px 0px 0px;
}
H3, H4, H5, H6 {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
	padding-bottom:0px;
	margin:0px 0px 0px 0px;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #000000;
}

TD.main, P.main {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
}

SPAN.subheading{
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
}

TD.accountCategory {
  font-family: Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  color: #ff0000;
}

SPAN.greetUser {
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
	/*display: none;*/
}

SPAN.productSpecialPrice {
  font-family: Arial, Verdana, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial, Verdana, sans-serif;
  color: #ff0000;
}

/* form elementer */
CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}
TEXTAREA {
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 11px;
}

/* rækker i moduler, fx. valg af butik */
.moduleRow { }
.moduleRowOver { background-color: #dfede3; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #cde3d6; }

/* checkout bar, i bunden mens man er i checkout proceduren */
.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }

/* message box */
.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */
.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ff0000; }

SPAN.highperf { color: #ff0000; }

a.topmenu{
	font-size:16px;
	font-weight: bold;
	color: white;
	text-decoration:none;
}

a.topmenu:visited{
	font-size:16px;
	font-weight: bold;
	color: white;
	text-decoration:none;
}

a.topmenu:hover{
	font-size:16px;
	font-weight: bold;
	color: rgb(211,233,224);
	text-decoration:none;
}

a.topmenu:active{
	font-size:16px;
	font-weight: bold;
	color: white;
	text-decoration:none;
}

a.bottommenu{
	font-size:13px;
	color: white;
	text-decoration:none;
}
a.bottommenu:visited{
	font-size:13px;
	color: white;
	text-decoration:none;
}
a.bottommenu:hover{
	font-size:13px;
	color: rgb(211,233,224);
	text-decoration:none;
}
a.bottommenu:active{
	font-size:13px;
	color: white;
	text-decoration:none;
}
.sidevalg{font-size:13px;}
/* refako robert i toppen af siderne, og den røde bar lige under ham */
.roberttop{	width:704px;height:304px;margin:auto;margin-left:15px; }
.redbox{width:710px;height:31px;background-repeat:no-repeat;margin-left:10px;}
.redbox table{width:100%;height:31px;border:0px;font-size:13px;}
.redboxtext{color: white;}
/* reservedelsgenveje i index.php */
.reservedelsgenvej{margin-left:10px;float:left;width:170px;height:135px;margin-bottom:10px;}
.reservedelsgenvej a{line-height:170%;padding-left:5px;}
/* søgeside */
.varepassertilbil{font-size:9px;}
.varepassertilbil .bilmodel{font-size:11px;}
/* produktliste */
#whiteproductlistingbox{background-color:transparent;width:710px;background-repeat:no-repeat;margin-left:10px;}

