﻿section.section_filter
{
	width			: 100%;
	background-color: White;
	text-align		: left;
	color			: #252525;
}

section.section_filter strong
{
	color: #252525;
}

section.section_filter h2
{
	color: #252525;
}

section.section_filter h3
{
	background-image	: url("../CssImages/SearchResultFilter/titleBackground.png");
	background-repeat	: repeat-x;
	height				: 22px;
	margin				: 0;
	color				: #252525;
	border-color		: #BEBEBE;
    border-style		: solid;
    border-width		: 0 1px 1px;
    padding				: 3px 5px 0 5px;
    cursor				: pointer;
    font-size			: 12px;
}

section.section_filter h3.first
{
	background-clip	: padding-box;
    border-radius	: 4px 4px 0 0;
    border-top		: 1px solid #BEBEBE;
}

section.section_filter section.filterContent
{	
    border-style	: solid;
    border-width	: 0 1px 1px 1px;
	border-color	: #BEBEBE;
	padding			: 5px;
	text-overflow	: ellipsis;
    white-space		: nowrap;
    overflow		: hidden;
}

section.section_filter section.filterPrice input
{	
    width: 40px;
}

.pearModalWindow .modalContent table td
{
	padding-top		: 4px;
	padding-right	: 30px;
}

.pearModalWindow .modalContent table td.td_firstLevel
{
	padding-top: 10px;
}