#symptom_about_content {
	padding: 10px 5px;
}

#symptom_about_text {
	overflow: hidden;
}

#symptom_about_avatar {
    float: left;
    width: 150px;
	margin-right: 10px;
}

#symptom_about_avatar > img {
	border-radius: 10px;
	width: 150px;
	height: 150px;
}

#quick_nav {
	padding: 10px 15px;
    background-color: #F5F5F5; 
    border-radius: 5px;
    margin-top: 5px;
	margin-bottom: 5px;
} 

#quick_nav a {
	font-size: 115%;
    color: #76724a;
	margin-right: 10px;
}

#symptom_description_content {
	padding: 10px;
}

#symptom_description .h2 {
	line-height: 26px;
    font-size: 20px;
	margin-bottom: 8px;
}

#symptom_description .h2, #symptom_description div, #symptom_description p, #symptom_about div, #symptom_about p {
	color: #525252;
}

#seo_text, #seo_text2 {
	margin-bottom: 10px;
	font-size: 11px;
	color: gray;
	padding: 10px;
}

.b-gurufilters__filter {
	margin-top: 10px;
}

.b-gurufilters__filter-name_outer {
    position: relative;
    padding-left: 15px;
	display: inline;
}

.b-gurufilters__filter-name-i {
    background: url("/design/css/img/filters-plus.gif") no-repeat scroll center center transparent;
    cursor: pointer;
    display: block;
    font-size: 1px;
    height: 14px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 9px;
}

.b-gurufilters__filter-name-i_opened {
    background: url("/design/css/img/filters-minus.gif") no-repeat scroll center center transparent;
    display: block;
    font-size: 1px;
    height: 14px;
    left: 1px;
    position: absolute;
    top: 1px;
    width: 9px;
}

.b-gurufilters__filter-name {
    border-bottom: 1px dotted #004D9C;
	color: #004D9C;
    cursor: pointer;
    position: relative;
}

.b-gurufilters__filter-content {
	padding-left: 15px;
}
