.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.qa-faqs .left-half, .qa-faqs .right-half {
	float: left;
	width: 45%;
}

.entry-content a.qa-faq-anchor  {
    color: #555555;
    line-height: 40px;
    text-decoration: none;
	}

.entry-content h3.qa-faq-title {
    background: url("qa-faq-title.jpg") repeat-x scroll center center transparent;
    color: #555555;
    height: 40px;
    margin: 0;
    padding: 0 20px;
}
.qa-faq-answer {

	background: #fefefe url("qa-faq-answer.jpg") 0 0 repeat-x;
    color: #555555;
    font-size: 15px;
    font-weight: normal;
    margin: 0 10px;
    padding: 5px 30px;
}
.faq-title-up
{
    background: url("faq-title-up.png") no-repeat right center ;
    display: table;
    width: 100%;
}
.faq-title-down
{
    background: url("faq-title-down.png") no-repeat right center ;
    display: table;
    width: 100%;
}
.faq-title-arraw
{
    background: url("faq-title-up.png") no-repeat right center ;
    display: table;
    width: 100%;
}
.qa-faq {
    border: 1px solid #D2D2D2;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    margin: 5px 0;
    overflow: hidden;
    padding: 0;
    }
.qa-faqs {
}

.qa-faqs .right-half {
	margin-left: 5%
}

.qa-category {
		font-size: 20px;
		font-size: 1.5rem;
		color: #E51937;
		font-weight: bold;
}

.collapsible .qa-faq-answer {
	display: none;
}

.open .qa-faq-answer {
	display: block;
background : #21759B;
}

.qa-show-more {
	display: block;
	margin: 10px 0 0;
	font-size: 80%;
}

#qaplus_searchform {
	margin-bottom: 20px;
}

.qaplus_search {
	width: 50%;
	margin: 0 10px 0 0;
}

.tooltip {
	display:none;
	position:absolute;
	border:1px solid #d5d5d5;
	background-color:#ededed;
	border-radius:5px;
	padding:10px;
	color:#555;
	font-size:12px Arial;
}
.entry-content h2.faq-catname
{
	padding:10px 0;
	margin:0px;

}