/***********************
 * START global 
 ***********************/
* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;
	font-size: 12px;
}

body {
	font-family: Verdana;
	font-size: 10px;
	color: #000000;
	margin: 0px; 
	background-color: #d3d2d2;
}

INPUT {
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	font-size: 10px;
	height: 18px;
}

TEXTAREA {
	background-color: #ffffff;
	border: 1px solid #000000;
	color: #000000;
	font-size: 10px;
}

A {
	color: #4360b5;
	font-size: 10px;
	text-decoration: none;
}

A:hover {
	color: #4360b5;
	font-size: 10px;
	text-decoration: underline;
}

H1 {
	font-size: large;
}

/***********************
 * START header 
 ***********************/
#headerMain {
	width: 993px; 
	margin-left: auto; 
	margin-right: auto; 
}

#headerLeftBorder {
	float: left; 
	border-left: 1px solid #000000; 
	border-top: 1px solid #000000; 
	width: 8px; 
	margin: 10px 0 0 0; 
	height: 152px;
	background-color: #bdbcbc; 
}

#headerContent {
	float: left; 
	border-top: 1px solid #000000; 
	border-left: 1px solid #000000; 
	border-right: 1px solid #000000; 
	width: 980px; 
	height: 162px; 
	background-color: #ffffff;
}

#headerBlueBox {
	background: #4360b5; 
	width: 125px; 
	height: 162px; 
	margin: 0 0 0 0; 
	float: right;
	border-right: 1px solid #ffffff;
}

#headerBlueBoxLogo {
	float: left;
	margin: 111px 0 0 3px;
	height: 30px;
	width: 120px;
}

#headerProductMenu {
	list-style-position: inside; /* fire-fox: display list styles inside */
	clear: both; 
	background: #4360b5; 
	height: 36px
}

#headerGrayMenu {
	margin: 4px 0 0 0;
	list-style-position: inside; /* fire-fox: display list styles inside */
	clear: both; 
	background: #d3d2d2; 
	height: 38px;
}

/***********************
 * START main
 ***********************/
#main {
	width: 993px; 
	margin-left: auto; 
	margin-right: auto; 
}

#mainLeftBorder {
	float: left; 
	border-left: 1px solid #000000;
	background-color: #bdbcbc; 
	width: 990px;
	list-style-position: inside; /* fire-fox: display list styles inside */
}									

#mainContainer {
	float: right;
	width: 980px; 
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	clear: both;
}

/***********************
 * START footer
 ***********************/
#footerMain {
	width: 993px; 
	margin-left: auto; 
	margin-right: auto;
}

#footerLeftBorder {
	float: left; 
	border-left: 1px solid #000000; 
	width: 990px; 
	background-color: #bdbcbc; 
	height: 65px;
}									

#footerContainer {
	float: right;
	width: 980px; 
	height: 64px;
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

A.footermenu {
	color: #4360b5;
	font-weight: bold;
	text-decoration: none;
}

A.footermenu:hover {
	color: #4360b5;
	font-weight: bold;
	text-decoration: underline;
}

A.footermaillink {
	color: #918f8f;
	font-weight: bold;
	text-decoration: none;
}

A.footermaillink:hover {
	color: #918f8f;
	font-weight: bold;
	text-decoration: underline;
}

/***********************
 * START right menu
 ***********************/
#rightMenu {
	margin: 12px 20px 0 0;
	padding: 0 0 0 0;
	border: 1px solid #000000;
	width: 150px;
	float: right;
}

/***********************
 * START left menu
 ***********************/
#leftMenu {
	width: 125px; 
	float: left;
	background: #4360b5;
}

/****************************
 * Products
 ****************************/
/* Root groups */
div.plistrootgroup {
	background-color: #4360b5;
	color: #ffffff;
	font-weight: bold;
	float: none;
	list-style-position: inside; /* fire-fox: display list styles inside */	
}

div.producttoptab {
	background-color: #4360b5;
	border: 1px solid #4360b5;
	list-style-position: inside; /* fire-fox: display list styles inside */
}

plist {
}

#plist dl {
	list-style-type: none;
	font-size: .9em;
	padding: .5em 0;
	overflow: hidden;
}

#plist a img {
	border: 0;
}

#plist dd {
	padding: 4px 5px 0 0;
	float: left;
}

#plist dd a {
	display: block;
	float: left;
	width: 220px;
	height: 35px;
	font-size: .95em;
	text-decoration: none;
}

#plist dd a:hover {
	text-decoration: none;
	background-color: #f8f8f8; 
}

/* Groups */
#productlist, #grouplist {
	overflow: auto;
}

tr.productListTr {
	cursor: pointer;
}
tr.productListTr:hover {
	background-color: #f8f8f8;
}

#productlist ul, #grouplist ul {
	list-style-type: none;
	font-size: .9em;
}

#productlist li, #grouplist li {
	float: left;
	width: 146px;
}

#productlist a, #grouplist a {
	background: url(http://www.elektro.dk/designs/v2.3/bronderslev/lightShadowBig.png) no-repeat;
	margin-left: 0.6em;
	margin-right: 0.6em;
	margin-bottom: 4px;
	margin-top: 4px;
	display: block;
}

#productlist img, #grouplist img {
	height: 75px;
	width: 100px;
	margin: 10px 15px;
}

#productlist span, #grouplist span {
	display: block;
	padding-left: 4px;
	padding-right: 4px;
	height: 2.5em;
	overflow: hidden;
	cursor: pointer;
}

#productlist a:hover, #productlist a, #productlist a:visited, #grouplist a:hover, #grouplist a, #grouplist a:visited {
	text-decoration: none;
}

#productlist li:hover, #grouplist li:hover {
	background-color: #f8f8f8;
}

#productlist img, #grouplist img {
	border: 0;
}

/* Parm list */
.productMainGroup {
	background: #4360b5;
	color: #ffffff;
	padding: 1px 0 2px 4px;
	font-size: 12px;
}

div.productMainGroup {
	background: #4360b5;
	color: #ffffff;
	padding: 1px 0 2px 4px;
	font-size: 12px;
	float: left;
}

td.productList {
	border-bottom: 1px solid #afafaf;
}

a.productList {
	color: #4360b5;
	font-size: .9em;
	text-decoration: none;
}

.productGroupTop {
}

.groupdesc {
	float: left;
	list-style-position: inside;
}

/****************************
 * Product tabmenu
 ****************************/
div.paramsTab {
	border-bottom: 1px solid #4360b5;
	border-left: 1px solid #4360b5;
	border-right: 1px solid #4360b5;
	border-top: 4px solid #4360b5;
	float: left;
	width: 814px;
	padding: 4px;
}

#prodtabmenu {
	bottom: 0;
	float: right;
	width: 100%;
	background: transparent;
	line-height: normal;
}

#prodtabmenu ul {
	list-style: none;
	padding-left: 20px;
}

#prodtabmenu li {
	display: inline;
}

#prodtabmenu a {
	float: left;
	background: url(http://www.elektro.dk/designs/v2.3/bronderslev/btn-left.png) no-repeat left top;
	padding: 0 10px 0 6px;
	text-decoration: none;
}

#prodtabmenu a span {
	float: left;
	display: block;
	background: url(http://www.elektro.dk/designs/v2.3/bronderslev/btn-right.png) no-repeat right top;
	padding: 5px 12px 7px 6px;
	font-size: 11px;
	font-weight: bold;
}

#prodtabmenu a span {
	float: none;
	color: #ffffff;
}

#prodtabmenu a:hover span {
}

#prodtabmenu .current a {
	background: url(http://www.elektro.dk/designs/v2.3/bronderslev/btn-left-blue.png) no-repeat left top;
}

#prodtabmenu .current a span {
	background: url(http://www.elektro.dk/designs/v2.3/bronderslev/btn-right-blue.png) no-repeat right top;
	padding: 5px 12px 7px 6px;
	color: #ffffff;
}

#prodtabmenu a:hover span {
	color: red;
}

/****************************
 * Bread crum
 ****************************/
#bread {
	clear: both;
	margin: 4px 0 11px 3px;
	list-style: none;
	font-size: .7em;
	color: #000000;
}

#bread li {
	display: inline;
}

#bread a, #bread a:visited, #bread a:active {
	text-decoration: none;
	color: #4360b5;
}
	
#bread a:hover {
	text-decoration: underline;
}

div.breadcrum {
	padding: 4px 0 0 0; 
	color: #000000;
	font-size: 12px;
	width: 100%;
	border-top: 1px solid #4360b5;
	border-bottom: 1px solid #4360b5;
	float: left;	
}
