#accordion {
	margin:20px 0px;
}

#accordion.offer{
	margin-top:27px;
}

h3.toggler {
	cursor: pointer;
	width:505px;
	font-size: 12px;
	background: #D2E0E6;
	
	padding:10px;
	margin-left:9px;
	border-bottom:1px dashed #ffffff;
	
}

h3.long{
	width:610px;
	margin-left:0;
	
}



h3.long:hover{
	background:#EEEEEC;
	
}


div.element{
width:520px;
padding:10px;

}

h3.offer{
height:29px;
background:url(../images/accordion_offer_a.jpg) no-repeat top left;
padding:0 0 0 64px;
display:block;
line-height:29px;
border-bottom:none;
border-top:1px solid #585753;
margin-top:-1px;
width:566px;
}

h3.offer:hover{

background:url(../images/accordion_offer_b.jpg) no-repeat top left;

}

h3.first{
background:url(../images/accordion_offer_first_a.jpg) no-repeat top left;
height:30px;
border-top:none;
}
h3.first:hover{
background:url(../images/accordion_offer_first_b.jpg) no-repeat top left;
}
div.long{
	width:630px;
	margin-left:0;
	padding:0;
}

div.element p, div.element h4 {
	margin:0px;
	padding:4px;
}

blockquote {
	padding:5px 20px;
	
}

div.element.offer{
	
	height:auto;
	padding-bottom:4px !important;
}
