html, body
{
	width: 100%;
	height: 100%;
	overflow: visible;
}

body
{
	margin: 0px;
	padding: 0px;
	font-family: Georgia;
	color: #483911;
	overflow: visible;
	height: 100%;
	width: 100%;
	font-size: 9pt;
}

address
{
	font-style: normal;
}

input[type="text"], input[type="password"], textarea
{
	border: 1px solid #d9d6b7;
}

td
{
	text-align: left;
}

hr
{
	border: none;
	border-top: 1px solid #d9d6b7;
}

a
{
	color: #41350a;
	text-decoration: none;
}

img
{
	border: none;
}

h2
{
	font-weight: normal;
	font-size: 19pt;
}

a:hover
{
	color: #001b46;
}


#background
{
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	overflow: auto;
	background-color: #001b46;
}

#pagecontainer
{
	width: 890px;
	height: 648px;
	margin-top: auto;
	background-image: url(/images/Bunn.png);
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	position: relative;
}

#mainlogo
{
}

#shoppingcart
{
	float: right;
	color: #41350a;
}

#shoppingcart .cartcontent
{
	margin-right: 10px;
	margin-bottom: -10px;
}

#shoppingcart a
{
	color: #41350a;
	font-size: x-small;
	text-decoration: none;
}

#shoppingcart .cartimage
{
	margin-right: 10px;
	margin-bottom: -5px;
}

h1
{
	margin-top: 0px;
}

h2
{
	margin-top: 0px;
	font-size: 17pt;
}

h3
{
	border-top: 1px solid #483911;
	border-bottom: 1px solid #483911;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14pt;
	padding-left: 0px;
}

p
{
	margin-top: 0px;
}

.lgpanel
{
	padding: 5px;
}

.lgpanel .c
{
	padding-left: 20px;
	padding-right: 20px;
	background-color: White;
	height: 100%;
	overflow: hidden;
}

.frontpanel .c
{
	padding: 0px;
	padding-left: 10px;
}

.lgpanel .t, .lgpanel .b
{
	background-color: White;
	height: 10px;
}

.lgpanel .t .tr
{
	float: right;
	width: 10px;
	height: 10px;
	background-image: url(/images/TR.png);
	background-position: top right;
}

.lgpanel .t .tl
{
	float: left;
	width: 10px;
	height: 10px;
	background-image: url(/images/TL.png);
	background-position: top left;
}

.lgpanel .b .br
{
	float: right;
	width: 10px;
	height: 10px;
	background-image: url(/images/BR.png);
	background-position: bottom right;
}

.lgpanel .b .bl
{
	float: left;
	width: 10px;
	height: 10px;
	background-image: url(/images/BL.png);
	background-position: bottom left;
}

.searchfield
{
	background-image: url(/images/search.png);
	background-repeat: no-repeat;
	width: 148px;
	height: 19px;
	margin-right: 8px;
	margin-top: 10px;
	display: inline-block;
}

.searchfield input[type="text"]
{
	width: 110px;
	border: none;
	height: 14px;
	background-color: Transparent;
	font-size: x-small;
	display: block;
	float: left;
	margin-top: 2px;
	margin-left: 2px;
}

.searchfield input[type="submit"]
{
	border: none;
	width: 32px;
	background-color: Transparent;
	font-size: x-small;
	line-height: 17px;
	color: #483911;
	font-family: Times New Roman;
	cursor: pointer;
	text-transform: uppercase;
}

#bottomtext
{
	text-align: center;
	font-size: 7pt;
	text-transform: uppercase;
	margin-top: 10px;
}

#lgmenu
{
	margin-top: 15px;
	margin-bottom: 15px;
}

#lgmenu a
{
	font-size: 8pt;
	font-weight: 600;
	color: #483911;
	margin-left: 10px;
	margin-right: 10px;
}

#lgmenu a:hover
{
	color: #001b46;
}

#lgmenu .menuitem
{
	/*width: 90px;*/
	text-align: center;
	display: block;
	position: relative;
	text-transform: uppercase;
	height: 20px;
	line-height: 20px;
	z-index: 3000;
}

#lgmenu .subitems
{
	position: absolute;
	z-index: 1000;
	width: 114px;
	display: none;
	left: 0px;
	top: 20px;
	font-weight: normal;
}

#lgmenu .subitems a
{
	color: White;
	font-weight: normal;
}

#lgmenu .subitems a:hover
{
	color: #001b46;
}

#lgmenu .subitems .top
{
	width: 114px;
	height: 21px;
	background-image: url(/images/ddtop.png);
}

#lgmenu .subitems .items
{
	width: 104px;
	background-image: url(/images/ddmid.png);
	text-align: left;
	padding-left: 10px;
}

#lgmenu .subitems .bottom
{
	width: 114px;
	height: 16px;
	background-image: url(/images/ddbot.png);
}

/* PRODUCTS */

.productlist .producttable
{
	/*width: 100%;*/
	border-spacing: 10px;
}

.productlist .producttable td
{
	/*border-top: 1px solid #002255;*/
	padding: 10px;
	text-align: center;
	width: 120px;
	height: 226px;
	background-image: url(/images/produktramme.png);
}

.productlist .item .productname
{
	text-align: left;
	/*color: #002042;*/
	font-size: 7pt;
	font-weight: normal;
		font-size: 9pt;

}

.productlist .item .price
{
	text-align: left;
	font-weight: normal;
	font-size: 9pt;
}

.productlist .item .productinfo
{
	display: block;
	width: 39px;
	height: 15px;
	background-image: url(/images/info.png);
	color: transparent;
	margin-top: 5px;
	float: left;
}

.productlist .item .buy
{
	display: block;
	width: 39px;
	line-height: 15px;
	height: 15px;
	background-image: url(/images/kjop.png);
	color: transparent;
	margin-top: 5px;
	float: left;
}

.productlist .item .imagecontainer
{
	overflow: hidden;
	height: 160px;
	display: table-cell;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
	border: none;
	border-spacing: 0px;
}

.productlist .item .productimage
{
	
}

.productlist .item .mva
{
	font-size: 8pt;
}

.productview
{
	width: 100%;
}

.productview .productimage
{
	width: 360px;
	vertical-align: top;
	text-align: center;
	vertical-align: middle;
}

.productview .productinfo
{
	/*padding-top: 20px;*/
	vertical-align: top;
	/*width: 100%;*/
}

.productview .productinfo .title
{
	display: block;
	font-size: 12pt;
	font-weight: bold;
}

.productview .productinfo .description
{
	display: block;
	margin-top: 15px;
}

.productview .productinfo .price
{
	display: block;
	margin-top: 15px;
}

.productview .productinfo .quantity
{
	width: 20px;
	text-align: right;
	padding: 0px;
	margin: 1px;
	height: 13px;
}

.productview .productinfo .btnbuy
{
	width: 39px;
	height: 15px;
	background-image: url(/images/kjop.png);
	border: none;
	background-color: transparent;
	cursor: pointer;
}

.productview .productinfo .topdescription
{
	height: 300px;
	border-bottom: 1px solid #d9d6b7;
}

.splittable #contentcontainer
{
	margin-left: 0px;
}

#accessories
{
	border-spacing: 10px;
}

#accessories .accessory
{
	text-align: center;
}

#accessories .image
{
	height: 80px;
}

.pagebrowser
{
	text-align: center;
}

.required
{
	color: red;
}

.checkoutalert
{
	border: 1px solid #333;
	background-color: #bbbbbb;
	padding: 10px;
	display: block;
	margin: 5px;
	color: red;
}

.txtedit
{
	float:right;
	display: inline;
}

.prod-item
{
	float: left;
	margin-right: 40px;
	margin-bottom: 10px;
}

.requesttable td
{
	padding-right: 40px;
}

.requesttable table
{
	padding-bottom: 20px;
}

.requestlist
{
}

.requestlist th
{
	border-bottom: 1px solid #d9d6b7;
	padding-right: 40px;
}

.requestlist td
{
	padding-right: 40px;
}

.categorylist .item
{
	font-size: 10pt;
	text-transform: uppercase;
}

.categorylist .subitem
{
	text-transform: none;
	margin-left: 40px;
}