
/* set white bg and set standard PRINT font size */
body {
   background: #fff;
   font-size: 10pt;
   font-family: Arial, Helvetica, sans-serif;
   overflow: visible;
}

body * {
   float: none !important;
}

#skipLinks,
#styleSheetSwitcher,
#h_toplinks,
#h_search_basket,
#m_nav,
#m_side,
#m_footer,
input,
select
{
	display: none;
}


#logo {
	display: none !important;
}

#print_logo {
	display: block !important;
	float: none !important;
	margin-bottom: 10px;
}


#m_wrapper {
	width: 670px;
}

#m_header {
	background: #FDFDF3;
	overflow: hidden;
}


/* TYPO
------------------------------------------------*/

h1,h2,h3,h4,h5,h6 { 
	font-family: Georgia, Times, serif;
}
	
h1 {
	margin: 0;
	font-size: 1.8666666666666667em;
	line-height: 1.1em;
	margin-bottom: 0.5em;	
	font-style: italic;
	font-weight: normal;
	color: #A4863E;
}
h2 {
	margin: 0;
	font-size: 1.3333333333333333em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
	font-weight: normal;
}
h3 {
	margin: 0;
	font-size: 1.1666666666666667em;
	line-height: 1.28em;
	margin-bottom: 1em;
	font-weight: normal;
	color: #606060;
}
h4 {
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	font-size: 1.1666666666666667em;
	line-height: 1.28em;
	margin-bottom: 0.52em;
}
h5 {
	margin: 0;
	font-size: 1.1666666666666667em;
	line-height: 1.28em;
	margin-bottom: 0.5em;
}



a:link, a:visited {
   color: #A4863E;
   background: transparent;
   text-decoration: underline;
   margin: 0;
   padding: 0;
}

ul {
	list-style: none;
}
   
   
#clear-all {
	display: none;
}


table {
	font-size: 1em;
}

table th,
table td {
	border: 1px solid #999;
}








