/* Default tags */
body { 
	background-color: #eff7ef; 
	color: #000;
	text-align: center; 
	min-height: 100%;
	height: 100%;
}

p {
	display: inline;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}
.kurv_dark {
	padding: 3px;
	line-height: 15px;
	font-weight: bold;
	background: #e3ebeb;
	border-right: 1px solid #fff;
}
.kurv_light {
	padding: 3px;
	line-height: 15px;
	background: #fff;
	border-right: 1px solid #e3ebeb;
	border-bottom: 1px solid #e3ebeb;
}

.kurv_light_last {
	border-right: 0;
}
.kurv_medium_price{
	padding: 3px;
	line-height: 15px;
	font-weight: bold;
	background: #f3f7f7;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.kurv_medium{
	padding: 3px;
	line-height: 15px;
	background: #f3f7f7;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td { 
	color: #646464;
	font-size: 10px;
	line-height: 15px;
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
	text-align: left;
}


a:link { 
	color: #c5221a; 
	font-weight: bold; 
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
}

a:visited {
	color: #c5221a;
	font-weight: bold;
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
}

a:hover {
	color: #c5221a;
	font-weight: bold;
	font-family: verdana,arial,sans-serif;
	text-decoration: underline;
}
/* custom classes*/
.selectouter {
	position: relative; /* This is the key */
	z-index: 24;
	top: -15px;
	left: 0;
	background-color: #ccc;
	color: #000;
	text-decoration: none;
}
#currency {
width: 200px;
}
.selectinner {
	position: relative; /* This is the key */
	z-index: 24;
	background-color: #f0f6f4;
	border-left: 8px solid #c0d2d2;
	color: #ccc;
	text-align: left;
	text-decoration: none;
	visibility: hidden;
	display: none;
}

.forms { 
color: #c5221a; 
font-size: 10px; 
font-family:verdana,arial,sans-serif; text-decoration: none }
		
/* Structural ids */

#container {
	position: relative;
	top: 13px;
	margin: 0 auto;
	width: 770px;
	text-align: left;
}

#leftline {
	background: #88b2a9;
}

#leftline td {
	font-size: 5px;
	line-height: 5px;
}

#leftbottom {
	height: 271px;
	min-height: 271px;
	width: 151px;
	background: url('../images/menu_baggrund.jpg') repeat-x scroll top center;
}

#maintable {
	width: 770px;
	padding: 0;
	margin: 0;
	background: #fff;
	border: 1px solid #8bb5a7;
	border-top: 0;
}

#rightcontainer {
	height: 100%;
	min-height: 100%;
	width: 413px;
}
#lefttop {
height: 4px; 
line-height: 4px;
font-size: 4px;
border-top: 4px solid #88b2a9;
border-right: 1px solid #fff;
}

.topborder {
height: 1px; 
line-height: 1px;
font-size: 1px;
border-top: 4px solid #bad7d3;
border-right: 1px solid #fff;
}
.oneborder {
height: 1px; 
line-height: 1px;
font-size: 1px;
background-image: url('../images/border_horizontal.gif');
background-repeat: repeat-x;
background-position:  top; 
}
#righttop {
height: 4px; 
line-height: 4px;
font-size: 4px;
border-top: 4px solid #e2ebe9;
}
#topbar {
	height: 37px;
	width: 619px;
}


.mod_catalogue_order .input_text{
	width: 110px;
}
.mod_catalogue_order {
padding: 10px 10px 10px 10px;
background: #eff7f7;
/*background: url('../images/menu_baggrund.jpg') repeat-x scroll top center;*/
}
/* Variable modules */
#variable_1 {
	width: 619px;
	height: 140px;
}

/* Predefined modules */
#predefined_1 a,#predefined_2 a,#predefined_3 a {
color: #b6b6b6;
}
#predefined_1 {
	padding: 0;
	padding-left: 5px;
	border: 0;
	text-align: left;
}

#predefined_4 {
border: 1px solid #000;
	padding: 0;
	padding-right: 5px;
	border: 0;
	text-align: right;
}
  
/* The logo */  
#predefined_5 {
	height: 177px;
	background: #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#predefined_5 img {
	height: 177px;
	width: 151px;
}

/* The menu */
#predefined_6 {
	padding: 0;
	border: 0;
	border-bottom: 1px solid #fff; 
	background: #bdd6ce;
}

#predefined_6 ul{
	margin-top: 15px;
	margin-left: 5px;
	padding: 0;
	list-style-type: square; 
	list-style-position: inside;
	list-style-image: url('../images/dot_admin.gif');
}

#predefined_6 li{
	vertical-align: top;
	line-height: 22px;
}

#predefined_6 a{
	color: #646464;
	font-size: 12px;
	font-weight: normal;
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
}

#predefined_6 a:hover{
	text-decoration: underline;
}

#predefined_6 ul ul{
	margin-top: 0;
	margin-left: 5px;
	padding: 0;
	list-style-type: square; 
	list-style-position: inside;
	list-style-image: url('../images/dot_admin.gif');
}
/* Ny menu */

.menu_selected {
	background: #d1e2dc;
}
.menu_selected .menu_img {
	border-bottom: 1px solid #8bb5a7;
}
.menu_selected .menu_txt {
	border-bottom: 1px solid #8bb5a7;
}

.menu_selected .menu_item {
	font-weight: bold;
}

.menu_img {
	line-height: 11px;
	font-size: 11px;
	width: 11px;
	height: 11px;
	padding: 7px 5px 7px 5px;
}
.menu_text {
line-height: 11px;
height: 11px;
	padding: 7px 2px 7px 2px;
}
.menu_subselected {
	background: #e2eeee;
}

/* The links */
#predefined_7 {
	padding: 0;
	border: 0;
	background: #bdd6ce;
}

#predefined_7 ul {
	margin-top: 15px;
	margin-left: 5px;
	padding: 0;
	list-style-type: none; 
	list-style-position: inside;
}

#predefined_7 li{
	vertical-align: top;
	line-height: 18px;
}

#predefined_7 a {
	color: #646464;
	font-size: 10px;
	font-weight: normal;
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
}

#predefined_7 a:hover {
	text-decoration: underline;
}

#predefined_7 ul ul {
	margin-top: 0;
	margin-left: 5px;
	padding: 0;
	list-style-type: none; 
	list-style-position: inside;
}

/* Footer */
#predefined_8 {
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 7px;
	border: 0;
	width: 770px;
	color: #646464;
	font-size: 10px;
  	line-height: 15px; 
	font-family: verdana,arial,sans-serif;
}

/* Breadcrumb trail */
#leftcontainer {
	background-image: url('../images/border_vertical.gif');
background-repeat: repeat-y;
background-position: right; 
padding-right: 1px;
}

.right_module {
width: 206px;
padding-bottom: 1px;
background-image: url('../images/border_horizontal.gif');
background-repeat: repeat-x;
background-position:  bottom; 
}
.middle_module {
background-image: url('../images/border_vertical.gif');
background-repeat: repeat-y;
background-position: right; 
padding-right: 1px;
}

#right_border {
padding-left: 1px;
background-image: url('../images/border_vertical.gif');
background-repeat: repeat-y;
background-position: left;
}
#predefined_10 {
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	font-style: normal;
	background-image: url('../images/border_horizontal.gif');	
	background-repeat: repeat-x;
	background-position:  bottom; 
}

.searchbutton {
height: 19px;
	border: 1px solid #7c9cbd;
	background: #fff;
	color: #000;
	font-size: 11px;
	margin-left: 5px;
}
.input_text {
	height: 19px;
	border: 1px solid #7c9cbd;
	background: #fff;
	color: #000;
	font-size: 11px;
	font-family: verdana,arial,sans-serif; text-decoration: none;
}

.input_textarea {
	border: 1px solid #7c9cbd;
	background: #fff;
	color: #000;
	font-size: 11px;
	font-family: verdana,arial,sans-serif; text-decoration: none;
}


.button {
	border: 1px solid #656565;
	background: #e3efeb;
	color: #656565;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}
#breadcrumbtrail a{
	color: #646464;
	font-size: 10px;
	font-weight: normal;
	font-family: verdana,arial,sans-serif;
	text-decoration: none;
}

#breadcrumbtrail a:hover{
	text-decoration: underline;
}


#predefined_9 {
	width: 619px;
	text-align: left;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0;
	border-bottom: 1px dotted #9b9b9b;
}

#predefined_9 em {
	margin-left: 5px;
	font-weight: bold;
	font-style: normal;
}
h2 {
 color: #646464; 
 font-style: normal; 
 font-weight: bold; 
 font-size: 18px;
 line-height: 18px;
   font-family:arial,verdana,sans-serif;
    text-decoration: none;
   margin-top: 0;
}
.itemlisttitle {
color: #646464; 
 font-style: normal; 
 font-weight: bold; 
 font-size: 14px;
 line-height: 14px;
   font-family:arial,verdana,sans-serif;
    text-decoration: none;
   margin-top: 0;
}
h5 {
 color: #646464; 
 font-style: normal; 
 font-weight: bold; 
 font-size: 10px;
  line-height: 10px;
   font-family:verdana,arial,sans-serif;
    text-decoration: none;
}

.price {
	color: #646464; 
 	font-style: normal; 
 	font-weight: bold; 
 	font-size: 14px;
 	line-height: 14px;
   	font-family:arial,verdana,sans-serif;
    text-decoration: none;
   	margin-top: 0;
}


.sidebartitle {
	color: #646464; 
 	font-style: normal; 
 	font-weight: bold; 
 	font-size: 13px;
 	line-height: 13px;
   	font-family:arial,verdana,sans-serif;
    text-decoration: none;
   	margin-top: 0;
}


.linkbar {
background: #eff7ef;
line-height: 11px;
padding-left: 15px;
padding-right: 15px;
padding-top: 9px;
padding-bottom: 9px;
color: #c5221a;
 font-style: normal; 
 font-weight: bold; 
 font-size: 11px;
   font-family:arial,verdana,sans-serif;
    text-decoration: none;
   margin-top: 0;
}

.conf_chosen {
	color: #646464; 
 	font-style: normal; 
 	font-weight: bold; 
 	font-size: 12px;
 	line-height: 12px;
   	font-family:arial,verdana,sans-serif;
    text-decoration: none;
   	margin-top: 0;
}

.discount {
color: #e73129;
 font-style: normal; 
 font-weight: bold; 
 font-size: 14px;
 line-height: 14px;
   font-family:arial,verdana,sans-serif;
    text-decoration: none;
   margin-top: 0;
}
.tilkoeb {
	width: 176px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top: 15px;
	
}

.previousprice {
	text-decoration: line-through;
}
.smallfont {
font-size: 12px;
 line-height: 12px;
}
.offerprice {font-weight: bold;color: #cc2a22;}
.red { color: #f00 }
/*
.box_menu   { padding: 4px; border-right: 1px dotted #9b9b9b; border-bottom: 1px dotted #9b9b9b; border-left: 1px dotted #9b9b9b }
.box_menu_nobottom { padding: 4px; border-right: 1px dotted #9b9b9b; border-bottom: 1px; border-left: 1px dotted #9b9b9b }
.box_menu_nopad { border-right: 1px dotted #9b9b9b; border-bottom: 1px dotted #9b9b9b; border-left: 1px dotted #9b9b9b }
.box  { padding: 15px; border-right: 1px dotted #9b9b9b; border-bottom: 1px dotted #9b9b9b }
.box_nobottom  { padding: 15px; border-right: 1px dotted #9b9b9b }
.box_low  { padding: 8px 15px; border-right: 1px dotted #9b9b9b; border-bottom: 1px dotted #9b9b9b }
.header { color: #646464; font-style: normal; font-weight: bold; font-size: 13px; line-height: 18px; font-family:verdana,arial,sans-serif; text-decoration: none }
.header_big { color: #646464; font-style: normal; font-weight: bold; font-size: 16px; line-height: 22px; font-family:verdana,arial,sans-serif;text-decoration: none }
a.menu:link  { color: #646464; font-style: normal; font-weight: normal; font-size: 12px; font-family:verdana,arial,sans-serif; text-decoration: none }
a.menu:visited  { color: #646464; font-style: normal; font-weight: normal; font-size: 12px; font-family:verdana,arial,sans-serif; text-decoration: none }
a.menu:hover  { color: #646464; font-style: normal; font-weight: normal; font-size: 12px; font-family: verdana,arial,sans-serif;text-decoration: underline }

*/

	
.articles {
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.articles tbody tr td {
    background-color: #eee;
    }
.articles tbody tr.odd  td {
	background-color: #fff;
    }
.articles td {
	padding-left: 4px;
	padding-right: 4px;
   	border-left: 1px dotted #000;
    border-right: 1px dotted #000;
    }
.articles tfoot {
	font-size: 0.8em;
    background-color: #ddd;
    }
.articles thead {
   	font-weight: normal;
   	font-variant:small-caps;
  	font-size: 1em;    	
	}
.articles th {
	padding-left: 4px;
	padding-right: 4px;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
   	}
.articles caption {
	font-size: 0.9em;
	background-color: #ddd;
	border-left: 6px solid #ddd;
    }
    
.mod_newsletter .input_text{
	width: 110px;
}
.mod_newsletter {
padding: 10px 10px 10px 10px;
background: #eff7f7;
}


.mod_newsletter_green .input_text{
	width: 110px;
}

.mod_newsletter_green {
padding: 10px 10px 10px 10px;
background: #009a47;
color: #fff;
}

.mod_newsletter_green .itemlisttitle {
color: #fff;
}

.mod_newsletter_green a:visited  {
color: #fff;
}


.mod_newsletter_green a:link  {
color: #fff;
}

.mod_newsletter_green img {
display: none;
}

.address_error {
color: red;
}