/* OVERRIDE PAGE STYLES */

/* GENERAL PLUGIN STYLES */
.tx-productcatalog-pi1 {
	margin-top: 20px;
}


.wrapper {
	overflow: auto;
	width:98%;
}


.filter-title {
	font-weight: bold;
}

/* GENERAL TABLES */
.pc-list {
	width: 100%;
}
.pc-list th {
	background-color: #00A1DE;
	color: #ffffff;
	padding: 3px;
	border-left: 1px solid #0B90BF;
	border-bottom: 1px solid #0B90BF;
	text-align: center;
}
.pc-list td {
	border-bottom: 1px solid #CFCFCF;
	padding: 3px;
	vertical-align: top;
	color: #00A1DE;
}
.pc-list .even {
	background-color: #E8F5FD;
}
.pc-list .odd {
	
}
.pc-list td.image {
	padding: 3px 0;
}


.pc-buttons {
	text-align: right;
	padding: 3px 0 10px 0;
	width: 100%;
	float: left;
}

#result {
	padding: 3px;
	margin-bottom: 5px;
	font-weight: bold;
	background-color: #ED1C24;
	color: #FFFFFF;
	float: left;
}

.result {
	padding: 3px;
	margin-bottom: 5px;
	font-weight: bold;
	background-color: #00A1DE;
	color: #FFFFFF;
}

.pc-buttons input {
	border: 1px solid #838385;
}


.pc-filter_box_wrapper {
	float: left;
	padding-bottom: 10px;
}

.pc-filter_box, .pc-filter_box_sml {
	border: 1px solid #838385;
	background-image: url('../images/filter.gif');
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 3px;
	color: #00A1DE;
	font-weight: bold;
}

.pc-filter_box_sml {
	float: left;
	width: 239px;
	margin-right: 10px;
}

.pc-filter_box_sml table {
	width: 100%;
}

#pc-product_filter p {
	padding: 10px 0;
}

#pc-product_filter img {
	margin: 0 5px 0 0;
}

.pc-message {
	margin: 10px 0;
	font-weight: bold;
	padding: 3px;
	background-color: #00A1DE;
	color: #FFFFFF;
}

#pc-result_list {
	overflow: auto;
}

.pc-b_space td {
	padding-bottom: 5px;
}

/* RESULT TABLE */

#pc-result_list tr.active {
	background-color: #EFEFEF;
}

option.disabled {
	color: #808284;
}

#pc-result_slider {
	margin: 10px;
}

.ui-widget-content .ui-slider-handle.ui-state-default,
.ui-slider-handle.ui-state-default,
.ui-widget-content .ui-slider-handle.ui-state-focus {
	background: url("ui-lightness/images/ui-icons_ffffff_256x240.png") scroll -143px -16px no-repeat #00A1DE;
	border: 1px solid #00A1DE;
}