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

body {
	font-family: Verdana;
	font-size: 12px;
	color: #535353;
	margin: 0px; 
	background: #fdfdfd url(http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/background.png) repeat-x;
}

INPUT, TEXTAREA {
	font-size: 12px;
	font-family: Verdana;
	background-color: #ffffff;
	color: #010101;
}

INPUT.submit {
	font-size: 12px;
	font-family: Verdana;
	background-color: #ffffff;
	color: #010101;
}

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

A:hover {
	color: #FFCC00; 
}

h1 {
	font-size: 16px;
	padding: 0 0 5px 0;
}

#logo a {
	text-decoration: none;
}

#logo div {
	position: relative;
	left: 0px;
	top: 0px;
}

a.footer {
	text-decoration: none;
	color: #ffffff;
}

a.footer:hover {
	text-decoration: none;
	color: #8a8a8a;
}

div.breadcrum {
	padding: 4px 0 0 0; 
	color: #ffffff;
	font-size: 12px;
}

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

div.producttoptab {
	background-color: #2c6396;
	border: 1px solid #2c6396;
		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;
}

#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.bornholms-elektromotor.dk/designs/v2.1/mavi1000/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 {
	border-bottom: 2px solid #676767;
}

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

a.productList {
	color: #162647;
	text-decoration: none;
}

/****************************
 * Top menu
 ****************************/
div.paramsTab {
	border-bottom: 1px solid #2c6396;
	border-left: 1px solid #2c6396;
	border-right: 1px solid #2c6396;
	float: left;
	width: 100%;
	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.bornholms-elektromotor.dk/designs/v2.1/mavi1000/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.bornholms-elektromotor.dk/designs/v2.1/mavi1000/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.bornholms-elektromotor.dk/designs/v2.1/mavi1000/btn-left-2.png) no-repeat left top;
}

#prodtabmenu .current a span {
	background: url(http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/btn-right-2.png) no-repeat right top;
	padding: 5px 12px 7px 6px;
	color: #ffffff;
}

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

/****************************
 * Top
 ****************************/
div.topleft {
	float: left; 
	background: url("http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/top-left-2.png"); 
	width: 20px; 
	height: 35px
}

div.topmidt {
	float: left; 
	background-color: #2c6396;
	height: 35px; 
	width: 956px; 
	text-align: left;
}

div.topright {
	float: left; 
	background: url(http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/top-right-2.png) repeat-y right top; 
	width: 24px; 
	height: 35px;
}

div.topcreditcard {
}

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

#bread li {
	display: inline;
}

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

/****************************
 * Right menu
 ****************************/
td.rightMenu {
	background-color: #ffffff;
}

/****************************
 * Right login menu
 ****************************/
td.rightLoginMenuTop {
	background: url(http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/menu-gray-user.png) no-repeat left top;	
	height: 27px;
	padding: 3px 0 0 35px;
}

td.rightLoginMenu {	
	height: 20px;
	background: #ececec;
	border-left: 1px solid #c6c9cc;
	border-right: 1px solid #c6c9cc;
	padding: 0 5px 5px 5px;
}

td.rightLoginMenuBottom {
	background: url(http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/menu-gray-bottom.png) no-repeat left top;	
	height: 8px;
	font-size: 6px;
}

/****************************
 * Right basket menu
 ****************************/
td.rightBasketMenuTop {
	background: url(http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/menu-yellow-top.png) no-repeat left top;	
	height: 27px;
	padding: 3px 0 0 35px;
}

td.rightBasketMenu {	
	height: 20px;
	background: #f9f6e5;
	border-left: 1px solid #c6c9cc;
	border-right: 1px solid #c6c9cc;
	padding: 0 5px 5px 5px;
}

td.rightBasketMenuBottom {
	background: url(http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/menu-yellow-bottom.png) no-repeat left top;	
	height: 8px;
}

.quickcontent {
	font-size: 10px;
}

#basketcontent {
	font-size: 10px;
	padding: 5px 0 0 0;
	float: left;
	width: 100%;
}

#basketitemsmain {
	font-size: 10px;
	border-top: 1px solid #232323;
	margin: 5px 0 0 0; 
}

#baskettotal {
	padding: 5px 0 5px 0;
	width: 100%;
	float: left;
	width: 136px;
}

#basketitem {
	clear: both;
	font-size: 10px;
	border-bottom: 1px solid #232323;
	padding: 5px 0 20px 0;
	width: 136px;
}

/****************************
 * Right sub menu
 ****************************/
table.rightSubMenu {
	width: 150px;
}

td.rightSubMenuTop {
	background: url(http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/menu-top.png) no-repeat left top;	
	height: 27px;
	padding: 3px 0 0 35px;
}

td.rightSubMenu2 {	
	height: 20px;
	background: #d8e9fc;
	border-left: 1px solid #c6c9cc;
	border-right: 1px solid #c6c9cc;
}

td.rightSubMenu3 {
	padding: 5px 0 2px 5px;
}

a.rightSubMenu {	
	color: #010101;
	font-size: 10px;
	text-decoration: none;
}

a.rightSubMenu:hover {	
	color: red;
}

td.rightSubMenuBottom {
	background: url(http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/menu-blue-bottom.png) no-repeat left top;	
	height: 8px;
	font-size: 6px;
}

/******************************
 * Sub menu top
 ******************************/
a.subMenu {	
	color: #ffffff;
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
}

a.subMenu:hover {	
	color: red;
}

/****************************
 * Main
 ****************************/
 
div.maincontent {
	float: left; 
	margin: 15px 0 0 15px; 
	width: 670px; 
	text-align: left; 
	overflow: auto;
	list-style-position: inside; /* fire-fox: display list styles inside */
} 
 
td.topLeft {
	background: url(http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/top-left.png) no-repeat left top;
	width: 20px;
	height: 40px;
} 

td.topMidt {
	background-color: #162647;
	height: 40px;
} 

td.topRight {
	background: url(http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/top-right.png) no-repeat left top;
	width: 23px;
	height: 40px;
} 
 
.mainTop {
	width: 1000px;
}

.main {
	width: 570px;
	background-color: #fdfdfd;
	border-left: 1px solid #8e8e8e;
	border-right: 1px solid #8e8e8e; 
	border-bottom: 1px solid #8e8e8e;
	padding: 4px 5px 5px 5px;
}

.main2 {
	width: 970px;
	border-left: 1px solid #8e8e8e;
	padding: 4px 5px 5px 5px;
	background-color: #ffffff;
}

td.mainLeft {
	background-color: #162647;
	border-left: 0px solid #c4c4c4;
	width: 15px;
}

td.mainMenu {
	background-color: #162647;
	width: 330px;
}

td.mainRight {
	background: url(http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/border-left-gray.png) repeat-y right top;
	width: 6px;
}

td.mainBottom {
	background: url(http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/bottom.png) no-repeat right top;
	width: 1000px;
	height: 54px;
	color: #dfdfdf;
	text-align: center;
}
/****************************
 * Top menu
 ****************************/
#tabmenu {
	bottom: 0;
	float: right;
	width: 100%;
	background: transparent;
	line-height: normal;
}

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

#tabmenu li {
	display: inline;
}

#tabmenu a {
	float: left;
	background: url(http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/btn-left.png) no-repeat left top;
	padding: 0 10px 0 6px;
	text-decoration: none;
}

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

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

#tabmenu a:hover span {
}

#tabmenu .current a {
	background: url(http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/btn-y-left.png) no-repeat left top;
}

#tabmenu .current a span {
	background: url(http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/btn-y-right.png) no-repeat right top;
	padding: 5px 10px 7px 6px;
	color: black;
}

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


/*********************
 * Main bottom
 *********************/
div.mainbottomleft {
	float: left; 
	width: 37px; 
	background: url("http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/bottom-left-2.png") no-repeat; 
	height: 55px;
}

div.mainbottom {
	float: left; 
	width: 935px; 
	background: url("http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/bottom-2.png") repeat-x right top; 
	height: 55px;
}

div.mainbottomright {
	float: right; 
	width: 28px; 
	background: url("http://www.bornholms-elektromotor.dk/designs/v2.1/mavi1000/bottom-right-2.png") no-repeat; 
	height: 55px;
}

/*********************
 * Params
 *********************/
.productParams, .productMainGroup, .productList, .product {
	font-size: 12px;
}
