
html, body {
	font-family: Arial;
	font-size: 12px;
	color: #585858;
	background: #ffffff;
}

body.print {
	background: #ffffff;
	padding-left: 20px;
	padding-top: 20px;
}

hr {
	display: block;
	height: 0px;	
	font-size: 0px;
	line-height: 0px;
	border: 0px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}

hr.product {
	margin-top: 0px;
	margin-bottom: 30px;
}

h1 {	
	font-size: 30px;
	line-height: 28px;
	color: #272a2e;
	font-weight: bold;
	margin: 0px;	
	margin-bottom: 10px;
}

h2 {
	font-size: 16px;	
	font-weight: bold;
	letter-spacing: -1px;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #585858;	
}

h2.top {
	padding-bottom: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}

h2.top2 {
	margin: 0px;
	background: url('/_resources/media/img/default/bg_h2top2.png') repeat-x;
	height: 32px;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

h3 {
	font-size: 14px;	
	font-weight: bold;
	color: #585858;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
}


blockquote,ul,ol,dl {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol,ul,dl {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}

.carousel li {
	list-style-type: none;
}

.carousel2 li {
    list-style-type: none;
}

ul li {
	/* Giving UL's LIs generated disc markers. */
	list-style: square outside;
}

em {
	font-style: italic;
}

p{
	line-height: 1.5em;
}
