h3#guarantee_head {
	font-size: 18px;
	color: #6eb5eb;
	margin: 0 0 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #e9e9e9;
}

#accordion h4 {
	margin: 0 0 2px;
	padding: 0;
	background: url(../../../images/backgrounds/guarantee_tab.png) no-repeat left top;
	height: 27px;
	width: 179px;
	line-height: 27px;
}

#accordion h4 a {
	display: block;
	font-size: 13px;
	height: 27px;
	width: 179px;
	width: 700px;
	color: #363636;
}

#accordion h4 a:hover {
	color: #363636;
}

#accordion h4.open a {
	color: #363636;
}

#accordion h4 a span {
	display: block;
	background: url(../../../images/backgrounds/guarantee_tab_num.png) no-repeat left center;
	float: left;
	margin-left: 10px;
	_margin-left: 10px;
	height: 27px;
	width: 16px;
	line-height: 27px;
	color: #fff;
	text-align: center;
	margin-right: 10px;
}

#accordion h4.closed.last { margin-bottom: 0; }

#accordion div.accordsnippet {
	display: none;
	padding: 8px 10px 10px;
}

#accordion div.accordsnippet.last { padding-bottom: 0; }

#accordion div.accordsnippet a { color: #6eb5eb; }

#accordion div.accordsnippet a:hover { color: #000; }

