/* CSS Document */

body
{
	margin: 0px;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* this means 1em = 10px */
	color: #01539F;
}


#mainNavigation, #login, #left, #leftShowroom, .mainMenu
{
	display: none !important;
}

img, label, .splitIt
{
	display: block;
	padding: 0px 0px 10px 0px;
}

.devide, .devideShort, .productDetailed
{
	clear: both;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 7px 0px 10px 0px;
	border-bottom: solid 1px #DFE2E9;
}

/***********************************************************************/
/* basic xhtml styling :)                                              */
/***********************************************************************/

p
{
	line-height: normal;
	color: #01539F;
	padding: 0px 0px 12px 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
}

p a
{
	color: #01539F;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-transform: lowercase;
	text-decoration: underline;
}

p a:hover
{
	color: #01539F;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
}

h1
{
	font-size: 1.3em;
	line-height: normal;
	color: #01539F;
	padding: 0px;
	margin: 0 0 0.5cm 0;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}

h2
{
	font-size: 1.3em;
	line-height: normal;
	color: #01539F;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}

h3
{
	font-size: 1.2em;
	line-height: normal;
	color: #01539F;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
}

/************************************************/

#leftHome img, #footer, .push img
{
	display: none;
}

span.toggle#toggle
{
	display: block !important;
	visibility: visible !important;
}

/***********************************************************************/
/* bg account details                                                  */
/***********************************************************************/

#accountDetails		{
	color: #0051A0;
	
}	

#accountDetails table	{
	width: 250px;
	margin-left: 100px;
	margin-bottom: 200px;
	
}
#accountDetails td.title	{
	text-transform: uppercase;
	vertical-align: top;
	
}



