﻿@media screen
{

	html, body, form
	{
		margin: 0;
		padding: 0;
		height: 100%;
		border: 0;
	}
}

@media print
{
	html, body, form
	{
		margin: 0;
		padding: 0;
		border: 0;
	}
}

body
{
	background-color: #aaaaaa; /*font-family: Helvetica, Verdana, Arial, Sans-Serif;*/
	font-family: Tahoma, Verdana, Helvetica, "Trebuchet MS" , Arial, Sans-Serif;
	font-size: 0.688em;
	color: #373d41; /*font-size: x-small;*/
	height: 100%;
	padding: 0;
	margin: 0;
}

a
{
	color: #b00300;
}
a:hover
{
	text-decoration: none;
}

ul
{
	margin-left: 0px;
	padding-left: 16px;
}

img
{
	border: none 0px black;
}

.inside_white p
{
	margin: 0;
	padding: 3px 0 3px 0;
}


/*---FONTS */
/*------------------------ */

h2
{
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 1em;
}

h1
{
	margin: 0;
	padding: 0;
}

h4
{
	text-transform: uppercase;
	font-size: 1.727em;
	line-height: 1em;
	color: #0b0b0b;
	font-family: tahoma;
	font-weight: normal;
	margin-bottom: 23px;
	margin-top: 0px;
}
h4 span
{
	font-size: 1.158em;
}

h5
{
	color: Black;
	font-family: Arial;
	font-size: medium;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h6
{
	color: #fadd7f;
	font-family: Tahoma;
	font-size: medium;
	font-weight: normal;
	margin: 0px 0px 2px 0px;
}

span.previewheader
{
	color: #fadd7f;
	font-family: Tahoma;
	font-size: medium;
	float: left;
	padding-top: 13px;
}

/*----------------------------
HOVEDSTRUKTUR, MASTERPAGE
---------------------------- */

#container
{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: solid 1px black;
	background-color: rgb(227, 227, 227);
	padding: 5px 10px 10px 10px;
}

#header
{
	width: 100%;
}

#header .logo
{
	display: block;
	float: left;
}

#header .ekstra_info
{
	padding: 5px;
	text-align: left;
	float: left;
	font-family: Verdana; 
	font-size: 7pt;
	background-color: #ffffcc; 
	color: Black;
    border: solid 1px #CC9933; 
    width: 610px;
    margin: 0 0 0 27px;
}

#header .customer_center
{
	float: right;
	margin-top: 35px;
}

#header .customer_center a
{
	font-family: Tahoma;
	font-size: x-small;
	color: Black;
	text-decoration: none;
}

#sidebar
{
	text-align: left;
	float: left;
	width: 190px;
}


#sidebar a
{
	font-family: Tahoma;
	font-size: 1.1em;
	color: Black;
	text-decoration: none;
}

#sidebar a:hover
{
	font-family: Tahoma;
	font-size: 1.1em;
	color: #ad0604;
	text-decoration: none; /*font-weight: bold;*/
}


#sidebar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar h1
{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.167em;
	line-height: 1.571em;
	color: #0b0b0b;
	font-family: verdana;
}

#sidebar h3
{
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.167em;
	line-height: 1.571em;
	color: #fadd7f;
	font-family: verdana;
	margin: 0 0 2px 0px;
}

#sidebar .shopping_cart
{
	padding: 10px 10px 10px 10px;
	background-color: White;
	border: 5px solid Red;
	margin-bottom: 10px;
}

#sidebar .shopping_cart a
{
	color: #b00300;
	font-size: 1em;
	text-decoration: underline;
}

#sidebar .shopping_cart a:hover
{
	text-decoration: none;
}

#sidebar .shopping_cart span
{
	padding: 0 0 0 3px;
	vertical-align: top;
}

#sidebar .shopping_cart .button_row
{
	padding: 0 0 3px 0px;
}

#sidebar .shopping_cart table
{
	padding: 0 0 10px 0;
}

#sidebar .shopping_cart table td
{
	padding: 2x;
}

#sidebar .customer_logged_in
{
	margin-bottom: 10px;
}

#sidebar #nav
{
	margin-bottom: 10px;
}


#sidebar #nav a.subproduct
{
	font-family: Tahoma;
	font-size: x-small;
	color: Black;
	text-decoration: none;
}

#sidebar #nav a.subproduct:hover
{
	font-family: Tahoma;
	font-size: x-small;
	color: #ad0604;
	text-decoration: underline;
}

#sidebar #email_service
{
	margin-bottom: 10px;
}

#sidebar #email_service .text_box
{
	width: 97%;
}

#sidebar #email_service .button_tilmeld
{
	float: right;
	margin: 3px 0 0 0;
}

#sidebar #email_service .button_afmeld
{
	display: block;
	float: left;
	margin: 3px 0 0 0;
}

#sidebar #email_service a
{
	font-size: smaller;
}

#sidebar #nav_diverse
{
	margin-bottom: 10px;
}

#sidebar #nav_diverse a:hover
{
	font-family: Tahoma; /*	font-size: small;*/
	font-size: 1.1em;
	color: #ad0604;
	text-decoration: none; /*font-weight: bold;*/
}

#sidebar #nav_diverse a
{
	font-family: Tahoma; /*font-size: small;*/
	font-size: 1.1em;
	color: White;
	text-decoration: none;
}

#sidebar .extra
{
	text-align: center;
}

#sidebar .extra a
{
		margin-left: auto;
	margin-right: auto;
}

#main
{
	text-align: left;
	float: right;
	width: 743px;
}

#footer
{
	clear: both;
}

/* Alm hvid box */

.tl_white
{
	margin-right: 10px; /* clip right corner */
	background-image: url(Gfx/structure/tl-1080-white.gif);
	height: 10px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}

.tr_white
{
	margin-top: -10px; /* to level of top-left corner */
	margin-left: 10px; /* clip left corner */
	background-image: url(Gfx/structure/tr-white.gif);
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 10px;
	width: 10px;
	float: right;
	font-size: 2px;
}

.bl_white
{
	background-image: url(Gfx/structure/bl-1080-white.gif);
	height: 10px;
	font-size: 2px;
	margin-right: 10px; /* clip right corner */
}

.br_white
{
	background-image: url(Gfx/structure/br-white.gif);
	background-position: 100% 0px; /* under half, right side */
	background-repeat: no-repeat;
	height: 10px;
	font-size: 2px;
	margin-top: -10px; /* to level of bottom-left corner */
	margin-bottom: 10px;
}

.inside_white
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: white;
	padding-left: 9px;
	padding-right: 9px;
}


/* alm sort boks*/
.tl_black
{
	margin-right: 10px;
	background-image: url(Gfx/structure/tl-1080-black.gif);
	height: 10px;
	font-size: 2px;
}

.tr_black
{
	margin-top: -10px; /* to level of top-left corner */
	margin-left: 10px; /* clip left corner */
	background-image: url(Gfx/structure/tr-tall-black.jpg);
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 10px;
	width: 10px;
	float: right;
	font-size: 2px;
}

.bl_black
{
	background-image: url(Gfx/structure/bl-1080-black.gif);
	height: 10px;
	font-size: 2px;
	margin-right: 10px; /* clip right corner */
}

.br_black
{
	background-image: url(Gfx/structure/br-black.gif);
	background-position: 100% 0px; /* under half, right side */
	background-repeat: no-repeat;
	height: 10px;
	font-size: 2px;
	margin-top: -10px; /* to level of bottom-left corner */
	margin-bottom: 10px;
}

.inside_black
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #454c51;
	padding-left: 9px;
	padding-right: 9px;
}

/* sort boks med header */

.tl_tall_black
{
	background-image: url(Gfx/structure/tl-tall-1080-black.gif);
	height: 44px;
	margin-right: 10px;
	font-size: 2px;
}

.tr_tall_black
{
	background-image: url(Gfx/structure/tr-tall-black.jpg);
	margin-top: -44px; /* to level of top-left corner */
	margin-left: 10px; /* clip left corner */
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 44px;
	width: 10px;
	float: right;
	font-size: 2px;
}

.tl_tall_black .icon
{
	background-image: url(Gfx/structure/wrench.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 44px;
	width: 35px;
	margin: 0 0px 0 0;
}

.tl_tall_black h1
{
	color: #fadd7f;
	font-family: Tahoma;
	font-size: medium;
	float: left;
	font-weight: normal;
	margin: 13px 0 0 10px;
}

/* Grå boks */

.tl_grey
{
	margin-right: 10px;
	background-image: url(Gfx/structure/tl-1080-grey.gif);
	height: 10px;
	font-size: 2px;
}

.tr_grey
{
	margin-top: -10px; /* to level of top-left corner */
	margin-left: 10px; /* clip left corner */
	background-image: url(Gfx/structure/tr-grey.gif);
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 10px;
	width: 10px;
	float: right;
	font-size: 2px;
}

.bl_grey
{
	background-image: url(Gfx/structure/bl-1080-grey.gif);
	height: 10px;
	font-size: 2px;
	margin-right: 10px; /* clip right corner */
}

.br_grey
{
	background-image: url(Gfx/structure/br-grey.gif);
	background-position: 100% 0px; /* under half, right side */
	background-repeat: no-repeat;
	height: 10px;
	font-size: 2px;
	margin-top: -10px; /* to level of bottom-left corner */
	margin-bottom: 10px;
}

.inside_grey
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #cccccc;
	padding-left: 9px;
	padding-right: 9px;
}

/* Popup boks med tyk blå kant */

.tl_blue
{
	margin-right: 10px;
	background-image: url(Gfx/structure/tl-1080-blue.gif);
	height: 10px;
	font-size: 2px;
}

.tr_blue
{
	margin-top: -10px; /* to level of top-left corner */
	margin-left: 10px; /* clip left corner */
	background-image: url(Gfx/structure/tr-blue.gif);
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 10px;
	width: 10px;
	float: right;
	font-size: 2px;
}

.bl_blue
{
	background-image: url(Gfx/structure/bl-1080-blue.gif);
	height: 10px;
	font-size: 2px;
	margin-right: 10px; /* clip right corner */
}

.br_blue
{
	background-image: url(Gfx/structure/br-blue.gif);
	background-position: 100% 0px; /* under half, right side */
	background-repeat: no-repeat;
	height: 10px;
	font-size: 2px;
	margin-top: -10px; /* to level of bottom-left corner */
	margin-bottom: 10px;
}

.inside_blue
{
	border-left: 2px solid #c0cfda;
	border-right: 2px solid #c0cfda;
	background-color: White;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 1px;
	
}

/* ------------------------------------ 
Prisberegnings controls
------------------------------------- */

.inside_white_calculator
{
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background: white;
	padding-left: 9px;
	padding-right: 9px;
}

.inside_white_calculator .controls .button
{
	padding-top: 5px;
	clear: left;
}

.inside_white_calculator .controls
{
	float: left;
}

.inside_white_calculator .controls ul 
{
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	/*clear: left;*/
	float: left;
}

.inside_white_calculator .controls ul li label
{
	display: block;
	font-weight: bold;
	padding-bottom: 2px;
}

.inside_white_calculator .controls ul.vertical
{
	width: 100%;
}

.inside_white_calculator .controls ul.vertical li .check_box input
{
	display: inline;
	width: 20px;
	margin: 1px 0 1px 0;
	padding: 0;
}

.inside_white_calculator .controls ul.vertical li .check_box label
{
	display: inline;
}

.inside_white_calculator .controls ul.vertical li .check_box_non_bold label
{
	display: inline;
	font-weight: normal;
}

.inside_white_calculator .controls ul.vertical li .check_box_non_bold input
{
	display: inline;
	width: 20px;
	margin: 0;
	padding: 0;
}

.inside_white_calculator .controls ul.horizontal li
{
	float: left;
	padding-right: 8px;
}

.inside_white_calculator .controls ul.horizontal li .check_box input
{
	display: inline;
	width: 20px;
	margin: 20px 0 0 0;
	padding: 0;
}

.inside_white_calculator .controls ul.horizontal li .check_box label
{
	display: inline;
	margin: 20px 0 0 0;
}

.inside_white_calculator .controls ul.horizontal li.button
{
	margin-top: 15px;
	clear:none;
}

.inside_white_calculator .controls ul.vertical li
{
	display: block;
	width: 95%;
	margin-bottom: 2px;
}

.inside_white_calculator .controls ul.vertical li select
{
	width: 100%;
}

.inside_white_calculator .controls ul.vertical li input
{
	width: 97%;
}

/*-------------------------
Pristabel
---------------------------*/

.price_table
{
	/*display: none;*/
	margin-top: 5px;
	float: right;
width: 100%;
}

.price_table .nav_header
{
	float: right;
	border-width: 1px;
	font-size: 0.9em;
	border-style: solid;
	border-color: Black;
	background-color: #CECECE;
	border-bottom-style: none;
	border-bottom-width: 0px;
	font-weight: bold;
	height: 14px;
	text-align: center;
}

.price_table .nav_header span
{
	padding: 0 0 0 50px;
}

.price_table .nav_header .controls
{
	width: 50px;
	float: right; /*position: relative;*/
	text-align: right;
	padding: 0 2px 0 0;
}

.price_table .table
{
	clear: right;
}

.below_price_table
{
	padding: 10px 0 0 0;
	text-align: right;
	float: right;
}

.below_price_table p
{
	padding: 10px 0 0 0;
	margin: 0;
}

/* --------------
PRICE GRIDVIEW
----------------*/

.GridView
{
	width: auto;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	color: #373d41; 
	clear: both;
}

.GridView a
{
	text-decoration: none;
}

.GridView a:hover
{
	text-decoration: underline;
}

.GridViewRowStyle a
{
	text-align: right;
	color: #838383;
}

.GridViewRowStyle a:hover
{
	text-align: right;
	color: #838383;
}

.GridViewSelectedColumn a
{
	color: #000000;
}

.GridViewSelectedColumn a:hover
{
	color: #000000;
}

/*.price_table .GridView td
{
	padding: 0px 0px 0px 0px;
}

.price_table .gridView th
{
	padding: 0px 0px 0px 0px;
}*/

.GridViewHeaderStyle
{
	border-width: 1px;
	border-style: solid;
	border-color: Black; /*background-color: #ACC4D5;*/
	background-color: #CECECE;
	color: #000000;
	text-align: center;
}

.GridViewHeaderStyleLeft
{
	border-width: 1px;
	border-style: solid;
	border-color: Black; /*background-color: #ACC4D5;*/
	background-color: #CECECE;
	color: #000000;
	text-align: left;
}

.GridViewRowStyle
{
	text-align: right;
	color: #838383;
}

.GridViewLeftColumn
{
	text-align: left;
	font-weight: normal;
	color: #000000;
}

.GridViewLeftColumnBold
{
	text-align: left;
	font-weight: bold;
	color: #000000;
}

.GridViewSelectedColumn
{
	color: Black;
	border: 1px solid black;
	border-top: 0px;
	border-bottom: 0px;
	text-align: right;
	background-color: #f7f7f7;
}

.LastSelectedCell
{
	color: Black;
	border: 1px solid black;
	border-top: 0px;
	text-align: right;
	background-color: #f7f7f7;
}

.GridViewPoolPrintCell
{
	color: Green;
	text-align: right;
}
.GridViewPoolPrintCell a
{
	color: Green;
}

.GridViewPoolPrintCell a:hover
{
	color: Green;
}

.GridViewBusinessCardsCell
{
	color: Black;
	text-align: right;
}

.GridViewBusinessCardsCell a
{
	color: #000000;
}

.GridViewBusinessCardsCell a:hover
{
	color: #000000;
}

/*----------------------------------------------------
 Bøger*/
/* --------------------------------------------------- */

#books_placeholder
{
	padding: 9px 0 9px 0;
}

#books_placeholder .book_title
{
	border-style: solid;
	border-color: Black;
	border-width: 1px;
	padding: 5px 5px 5px 5px;
}

#books_placeholder .book_title .navn
{
	padding: 0px 2px 2px 0px;
}

#books_placeholder .book_title .oplag
{
	float: left;
	padding: 0px 5px 2px 0px;
}

#books_placeholder .book_title .sider
{
	float: left;
	padding: 0px 2px 2px 0px;
}
#books_placeholder .book_title .indbinding
{
	clear: left;
	padding: 0px 2px 2px 0px;
}
#books_placeholder .book_title .hardcover
{
	float: right;
	padding: 0px 20px 2px 5px;
}
#books_placeholder .book_title .spiral
{
	float: right;
	padding: 0px 20px 2px 0px;
}
#books_placeholder .book_title .kachering
{
	float: right;
	padding: 0px 2px 2px 0px;
}
#books_placeholder .book_title .validation
{
	clear: both;
}
#books_placeholder .book_title .luk_knap
{
	float: right;
}

#books_placeholder .book_title .luk_knap .popup_close
{
	float: right;
}

.button_area
{
	display: inline;
	padding: 0 0 0 3px;
}


/*----------------------------------------------
bestillings Popup*/
/* ------------------------------------------ */

.modal_popup
{
	background-color: Transparent;
	border-width: 0px;
	border-style: hidden;
	padding: 3px;
	width: 650px;
	z-index: 1;
	position: relative;
}

.modal_popup .right
{
	float: right;
}

.modal_popup .left
{
	float: left;
}

.modal_popup h1
{
	clear: right;
	text-align: center;
	width: 100%;
	color: Black;
	font-family: Arial;
	font-size: medium;
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}


/*-----------------------------------------------------
 Flydende kontaktboks*/
/* --------------------------------------------------- */

.float_box
{
	width: 200px; /*background-color: rgb(227, 227, 227);*/
	background-color: rgb(227, 227, 227);
	border: solid 1px black;
	padding: 0 0 0px 3px;
	margin: 0 0 5px 0;
}

.float_box h1
{
	font-size: 1.167em;
	font-weight: bold;
	font-family: Verdana;
	text-align: center;
	padding: 0;
	margin: 0;
}

.float_box h2
{
	text-align: center;
	padding: 0;
	font-weight: normal;
	margin: 2px 0 4px 0;
}

.float_box h2 a
{
	color: Black;
	/*color: Gray;*/
}

.float_box_fixed_state
{
	position: absolute;
	top: 0px;
	/*right: 5px;*/
}

.float_box_float_state
{
	position: fixed;
	top: 5px;
	/*right: 5px;*/
}

/* -------------------
HEADER NEWS SCROLLBAR 
----------------------*/

#scroller
{
	clear: both;
	position: relative;
	width: 960px;
	height: 20px;
	overflow: hidden;
	margin-top: -10px;
}

#scroller .items
{
	width: 2000em;
	position: absolute;
}

#scroller .items div
{
	float: left;
	width: 960px;
	text-align: center;
	font-size: 7pt;
}

/*---------------------------------------------------
 Andet*/
/* ------------------------------------------------- */

.ikon
{
	display: block;
	float: left; /*clear: left;*/
	padding: 5px 5px 0px 0px;
}

.block_paragraph_1
{
	float: left;
	padding: 5px 0 5px 0;
}

.alert
{
	color: Red;
	font-weight: bold;
}

.close_button
{
	background: url(Gfx/close.gif) no-repeat top right;
	height: 19px;
	width: 19px;
	color: White;
	border-width: 0px;
}

.float_clear
{
	clear: both;
	margin: 0;
	padding: 0;

}

.video
{
	padding: 10px 0 0 5px;
}

.question_mark
{
	font-family: Tahoma;
	font-size: small;
	color: #ad0604;
	text-decoration: none;
	cursor: pointer;
}

.middle_button
{
	height: 15px;
	background-image: url(Gfx/button_middle.gif);
	background-repeat: repeat-x;
	color: White;
	border-width: 0px;
	cursor: pointer;
	font-size: 11px;
	font-weight: normal;
	vertical-align: top;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	overflow: visible;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px; /*margin: 5px 0 5px 0;*/
}

/* Almindelig tabel for indhold */
/* ---------------------------------------------------------------------------------------------------------------- */

td.tl
{
	width: 10px;
	height: 10px;
	background-position: top left;
	background-image: url(Gfx/tl.gif);
}

td.tc
{
	height: 10px;
	background-image: url(Gfx/tc.gif);
	background-repeat: repeat-x;
}

td.tr
{
	width: 10px;
	height: 10px;
	background-image: url(Gfx/tr.gif);
}

td.ml
{
	width: 10px;
	background-image: url(Gfx/ml.gif);
}

td.mc
{
	background-color: White;
}

td.mr
{
	width: 10px;
	background-image: url(Gfx/mr.gif);
}

td.bl
{
	width: 10px;
	height: 10px;
	background-image: url(Gfx/bl.gif);
}

td.bc
{
	height: 10px;
	background-image: url(Gfx/bc.gif);
}

td.br
{
	width: 10px;
	height: 10px;
	background-image: url(Gfx/br.gif);
}

/* Box 2 - Tabel med mørk baggrund og runde hjørner */
/* ---------------------------------------------------------------------------------------------------------------- */

td.btl
{
	width: 10px;
	height: 10px;
	background-image: url(Gfx/box2_tl.gif);
}

td.btc
{
	height: 10px;
	background-color: #383d41;
}

td.btr
{
	width: 10px;
	height: 10px;
	background-image: url(Gfx/box2_tr.gif);
}

td.bml
{
	width: 10px;
	background-color: #383d41;
}

td.bmc
{
	background-color: #383d41;
	color: White;
}

td.bmr
{
	width: 10px;
	background-color: #383d41;
}

td.bbl
{
	width: 10px;
	height: 10px;
	background-image: url(Gfx/box2_bl.gif);
}

td.bbc
{
	height: 10px;
	background-color: #383d41;
}

td.bbr
{
	width: 10px;
	height: 10px;
	background-image: url(Gfx/box2_br.gif);
}

/* Box 3 - Tabel med mørk baggrund og runde hjørner */
/* ---------------------------------------------------------------------------------------------------------------- */

td.box3tl
{
	width: 10px;
	height: 10px;
	background-image: url(Gfx/box3_tl.gif);
}

td.box3tc
{
	height: 10px;
	background-color: #c9cacc;
}

td.box3tr
{
	width: 10px;
	height: 10px;
	background-image: url(Gfx/box3_tr.gif);
}

td.box3ml
{
	width: 10px;
	background-color: #c9cacc;
}

td.box3mc
{
	background-color: #c9cacc;
}

td.box3mr
{
	width: 10px;
	background-color: #c9cacc;
}

td.box3bl
{
	width: 10px;
	height: 10px;
	background-image: url(Gfx/box3_bl.gif);
}

td.box3bc
{
	height: 10px;
	background-color: #c9cacc;
}

td.box3br
{
	width: 10px;
	height: 10px;
	background-image: url(Gfx/box3_br.gif);
}

/* Box 4 - Box 3 med farvede hjørner til at placere i Box 2*/
/* ---------------------------------------------------------------------------------------------------------------- */

table.emailboxtable
{
	height: 38px;
	overflow: hidden;
}

td.emailleft
{
	width: 9px;
	background-image: url(Gfx/EmailBoxLeft.jpg);
}

td.emailcenter
{
	background-image: url(Gfx/EmailBoxFill.jpg);
}

td.emailright
{
	width: 9px;
	background-image: url(Gfx/EmailBoxRight.jpg);
}

/* Preview Tabel */
/* ---------------------------------------------------------------------------------------------------------------- */

td.previewleft
{
	width: 10px;
	height: 44px;
	background-image: url(Gfx/title_l.jpg);
}

td.previewcenter
{
	height: 44px;
	background-image: url(Gfx/title_tall.gif);
}

td.previewright
{
	width: 10px;
	height: 44px;
	background-image: url(Gfx/title_r.jpg);
}

img.previewimage
{
	float: right;
}

.wrench
{
	background-image: url(Gfx/title_r2.jpg);
	height: 44px;
	width: 35px;
	float: right;
}

/* Links */
/* ---------------------------------------------------------------------------------------------------------------- */

a.other:link
{
	font-family: Tahoma;
	font-size: small;
	color: Black;
	text-decoration: none;
}

a.other:visited
{
	font-family: Tahoma;
	font-size: small;
	color: Black;
	text-decoration: none;
}

a.other:active
{
	font-family: Tahoma;
	font-size: small;
	color: Black;
	text-decoration: none;
}

a.other:hover
{
	font-family: Tahoma;
	font-size: small;
	color: #ad0604;
	text-decoration: none; /*font-weight: bold;*/
}



/* Knapper */
/* ---------------------------------------------------------------------------------------------------------------- */

input.okbutton
{
	width: 50px;
	height: 19px;
	background-image: url(Gfx/go.gif);
	color: White;
	border-width: 0px;
	cursor: pointer;
}

.marquee
{
	background-color: Transparent;
	color: White;
}

.button_wrap
{
	padding: 5px 5px 5px 0;
}

/* ASP-Controls */
/* ---------------------------------------------------------------------------------------------------------------- */

.TextBox
{
	width: 93%; /*color: #3e4449;*/ /*border-color: #e3e3e3;*/
	border-width: 1px;
	border-style: solid;
	border-color: #cacaca;
	font-family: Tahoma, Verdana, Helvetica, "Trebuchet MS" , Arial; /*font-size:0.688em;*/
	color: #373d41;
}

.TextBoxMultiline
{
	width: 93%; /*color: #3e4449;*/ /*border-color: #e3e3e3;*/
	height: 70px;
	border-width: 1px;
	border-style: solid;
	border-color: #cacaca;
	font-family: Tahoma, Verdana, Helvetica, "Trebuchet MS" , Arial; /*font-size:0.688em;*/
	color: #373d41;
}

.HoverPanel
{
	background-color: White;
	border-width: 1px;
	border-style: solid;
	width: 200px;
	padding: 3px 3px 3px 3px;
	z-index: 60000;
	position: relative;
}

.HeaderTable
{
	border-width: 1px;
	font-size: 0.9em;
	border-style: solid;
	border-color: Black; /*background-color: #ACC4D5;*/
	background-color: #CECECE;
	border-bottom-style: none;
	border-bottom-width: 0px; /*width: 366px;*/
	font-weight: bold;
	text-align: center; /*table-layout:fixed;*/
}

.HeaderTable td
{
	padding: 1px 1px 1px 1px;
	border-width: 0px;
	border-style: solid;
	border-color: Black;
}

.HeaderTableBottom
{
	height: 0;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-width: 0px;
}

.HeaderMiddle
{
	width: 202px;
}

/*html>body .HeaderMiddle
{
	width: 202px;
}*/



.BusinesscardsPriceLabel
{
	padding: 0 0 0 20px;
	font-size: large;
}

.BusinesscardsPriceLabel2
{
	padding: 0 0 0 20px;
	font-size: inherit;
}

.checkBox
{
	font-weight: bold;
}



.Oplag_header
{
	width: 202px;
}

.Oplag_single
{
	width: 70px;
}

/* Andet HTML */
/* ---------------------------------------------------------------------------------------------------------------- */

.product_table
{
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: Black;
}

.leverings_tabel
{
	width: 99%;
	padding: 2px 0 2px 2px;
}

.leverings_tabel_header_row_left
{
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-top-style: solid;
	border-top-color: Black;
	border-right-color: Black;
	border-right-style: solid;
	border-left-color: Black;
	border-left-style: solid;
	background-color: #ACC4D5;
	font-weight: bold;
}

.leverings_tabel_header_row_right
{
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-top-style: solid;
	border-top-color: Black;
	border-right-color: Black;
	border-right-style: solid;
	background-color: #ACC4D5;
	font-weight: bold;
}

.leverings_tabel_leftcolumn
{
	font-weight: bold;
	width: 100px;
}

.leverings_tabel_header_row_middle
{
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-top-style: solid;
	border-top-color: Black;
	border-right-color: Black;
	border-right-style: solid;
	background-color: #ACC4D5;
	text-align: left;
	font-weight: bold;
}

.layout_table_cell
{
	padding: 10px 0 0 0;
}

.tabel_header_left
{
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-top-style: solid;
	border-top-color: Black;
	border-right-color: Black;
	border-right-style: solid;
	border-left-color: Black;
	border-left-style: solid;
	background-color: #ACC4D5; /*width: 80px;*/
	text-align: left;
	font-weight: bold;
}

.tabel_header_middle
{
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-top-style: solid;
	border-top-color: Black;
	border-right-color: Black;
	border-right-style: solid;
	border-left-color: Black;
	border-left-style: none;
	background-color: #ACC4D5;
	text-align: center;
	font-weight: bold;
}

.tabel_header_right
{
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-top-style: solid;
	border-top-color: Black;
	border-right-color: Black;
	border-right-style: solid;
	border-left-color: Black;
	border-left-style: none;
	background-color: #ACC4D5;
	text-align: center;
	font-weight: bold;
}

.trykfiler_tabel_left
{
	/*	width: 80px;*/
}

.trykfiler_table_cell
{
	text-align: right;
}

.tabel_header_twocolumns_left
{
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-top-style: solid;
	border-top-color: Black;
	border-right-color: Black;
	border-right-style: solid;
	border-left-color: Black;
	border-left-style: solid;
	background-color: #ACC4D5; /*width: 80px;*/
	text-align: left;
	height: 30px;
	width: 120px;
}

.tabel_header_twocolumns_right
{
	border-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: Black;
	border-top-style: solid;
	border-top-color: Black;
	border-right-color: Black;
	border-right-style: solid;
	border-left-color: Black;
	border-left-style: none;
	background-color: #ACC4D5;
	text-align: center;
	height: 30px;
}

.PriceTable_left
{
	width: auto;
	padding: 0 0 0 0;
}

.PriceTable_right
{
	width: auto;
	padding: 0 0 0 0;
}

td.filechosen_label
{
	font-family: Arial;
	font-size: 7pt;
	color: Gray;
}



