﻿body, form, .nomargin, ul
{
	margin: 0px;
	padding: 0px;
}
td, div, input, textarea, a, select
{
	font-family: arial;
	font-size: 10pt;
}
img
{
	border: 0px;
}
a, input, .pointer
{
	cursor: pointer;
}
ul.horizontal li
{
	list-style: none;
	display: inline;
}

#container, #header, #main, #footer
{
	width: 750px;
}
#container
{
	position: relative;
	left: 50%;
	margin-left: -375px;
}

#header
{
	height: 120px;
}

.hdr-image
{
	background-image: url( '../images/verhuisdozengigant.png' );
	background-repeat: no-repeat;
	background-position: center top;
	width: 750px;
	height: 85px;
}
.hdr-image h1
{
	display: none;
}
#hdr-menu
{
	margin-top: 5px;
	padding: 2px;
	height: 22px;
	background-color: #A09D9D;
}
#hdr-menu, #hdr-menu a
{
	color: #ffffff;
}
#hdr-menu .cartlink
{
	float: right;
}

.bgcolor1, body
{
	background-color: #E5E3E3;
}
.bgcolor2, #container, #main, #hdr-menu
{
	background-color: #A09D9D;
}
.bgcolor3, #footer, .formRowHdr span
{
	background-color: #817473;
}
.bgcolor4, #leftcontent ul
{
	background-color: #E5E3E3;
}
.strong
{
	font-weight: bold;
}
.pointer
{
	cursor: pointer;
}
.nounderline
{
	text-decoration: none;
	cursor: text;
}
.collapse
{
	border-collapse: collapse;
}
.nowrap
{
	white-space: nowrap;
}
.textright
{
	text-align: right;
}

#leftcontent
{
	width: 190px;
	float: left;
}
#content
{
	position: relative;
	width: 530px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#footer, #footer a
{
	clear: both;
	color: #fff;
	height: 17px;
}

.pageText ul, .noindent
{
	margin: 0px;
	padding-left: 1.5em;
}
#breadcrumbs, #breadcrumbs a
{
	font-weight: bold;
	color: #000;
}

/* LOGIN CTRL CLASSES */
.loginContainer
{
	width: 200px;
	background-color: White;
	border: 2px solid Black;
}

.loginContainer div
{
	padding: 3px;
}

.loginContainerHdr
{
	padding: 3px;
	width: 194px;
	background-color: Black;
	color: White;
}

.loginPnl
{
}
.loginUserName
{
	width: 97%;
}

.loginButton
{
	width: 99%;
}

/*CollapsiblePanel*/
.collapsePanel
{
	background-color: white;
	overflow: hidden;
}

.collapsePanelHeader
{
	width: 100%;
	height: 30px;
	background-image: url(../images/bg-menu-main.png);
	background-repeat: repeat-x;
	color: #FFF;
	font-weight: bold;
}

.collapsePanelHeader a
{
	color: #FFF;
}
.collapsePanelHeader a:hover
{
	text-decoration: none;
	background: none;
}

/* PAGE CLASSES */
.pageContent
{
	width: 100%;
	float: left;
}

.mainMenu
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.menuHdr, .menuItem
{
	border: thin solid #000;
	list-style: none;
	padding: 5px;
}

.menuHdr a:link, .menuHdr a:visited, .menuHdr a:active, .menuHdr a:hover, .menuItem a:link, .menuItem a:visited, .menuItem a:active, .menuItem a:hover
{
	color: Black;
	text-decoration: none;
}

.menuHdr a:hover, .menuItem a:hover
{
	text-decoration: none;
}

.menuHdr
{
	font-weight: bold;
	background-color: #C7C3C2;
}

.menuItem
{
	background-color: #E5E3E3;
}

.hidden
{
	display: none;
}
.editLink
{
}
.editButton
{
	float: right;
	color: blue;
	font-weight: bold;
}
.pageText
{
	margin-top: 10px;
}

.cartPrice
{
	text-align: right;
}

