@CHARSET "UTF-8";

#accordion {
    clear: both;
}

.toggler {
    margin: 0;
    padding: 10px 11px;
    background: #999 url('images/acctop.jpg');
    border: 0px;
    font-weight: bold;
    background-color: #fff;
    text-decoration: none;
    word-spacing: normal;
    text-align: left;
    letter-spacing: 0;
    line-height: 1.4em;
    cursor: pointer;
    clear: both;
	height: 20px;
}

#accordion h3 .title_bold {
    font-size: 14px;
	font-weight: bolder;
	color: #292325;
	text-shadow: 1px 1px 1px #EADFC9;
}

#accordion h3 .title_normal {
    font-size: 11px;
	font-weight: normal;
	color: #fff;
}

.element {
    margin: 0px;
    padding: 0px;
    overflow-y: visible;
}

.element {
    
}

.element .content {
	background: #fff url('images/acccont.jpg');
    background-repeat: repeat-x;
    padding: 15px 14px 0px 11px;
	font-family: Helvetica Neue, Helvetica, Arial;
}

.content_cottom {
	display: block;
	height: 20px;
	clear: both;
    background: url('images/content_bottom.jpg') bottom repeat-x;
}

.float-right {
    padding: 10px 20px;
    float: right;
}

blockquote {
    padding: 5px 0 5px 10px;
}

