h1 {
font-style:normal;
font-weight:normal;
border-bottom:2px solid #999;
padding-bottom:7px;
font-size:40px;
color:#333;
text-transform:uppercase;
font-weight:bold;
margin-bottom:24px;
}

ul.tabs li#tab-top-10 a {
	background-image: url(/assets/en/tabs/tab-top-10.png);
	width: 78px;
	background-color: transparent;
}
ul.tabs li#tab-topics a {
	background-image: url(/assets/en/tabs/tab-topics.png);
	width: 78px;
	background-color: transparent;
}

dl	{
	margin-bottom: 18px;
	line-height: 18px;
}
dt	{
	line-height: 18px;
	padding: 9px 10px 9px 35px;
	font-size: 12px;
	background: #f2f2f2 url('/assets/en/howdoi/images/graphics/faq-bullets.gif') no-repeat 7px -92px;
	font-weight: normal;
	border: 1px solid #ededed;
	margin-bottom: 9px;
	cursor: pointer;
}
dt.active	{
	background: #f2f2f2 url('/assets/en/howdoi/images/graphics/faq-bullets.gif') no-repeat 7px -192px;
	font-weight: bold;
	border-top: 1px solid #ededed; 
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	font-weight: bold;
	margin-bottom: 0;
	border-bottom: 1px solid #fff;
}
dd	{
	margin: 0 0 9px 0;
	padding: 18px 30px 10px 35px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ededed;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
}
dd.active	{
	display: block;
}
dd p	{
	margin-bottom: 9px;
	line-height: 18px;
	padding:0 !important;
	font-size:12px;
}

ul.faq-links li {
	position: relative;
	padding: 16px 20px 16px 42px;
	background: url(/assets/images/ul-link.png) no-repeat 3px 3px;
	font-size: 1.2em;
}