#filter-wrap { /* DOC - customizable, default: padding: 5px; */
	padding: 5px;
}

#reset * {
	font: 400 11px/16px verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
}

#reset a {
	color: #855A9E;
	text-decoration: none;
}

#reset .filter { 
	list-style: none;
	overflow: hidden; 
	width: 100%; 
}

#reset .filter h3, #reset .filter h3 a {
	font-weight: 700;
}

#reset .filter ul {
	list-style: none;
	padding: 0 0 5px 10px;
}

#reset .filter li {
	border-bottom: 1px solid #D5D5D5;
	margin-bottom: 5px;
	overflow: hidden;
}

* html #reset .filter li { /* DOC - FIX IE6 */
	zoom: 1;
}

* + html #reset .filter li { /* DOC - FIX IE7 */
	zoom: 1;
}

#reset .filter .add, #reset .filter .last {
	border: 0;
	margin-bottom: 0;
}

#reset .filter .add ul {
	padding-bottom: 0;
}

#reset .filter ul li {
	border: 0;
	margin-bottom: 0;
}

#reset .filter ul li span {
	color: #888;
}

#reset .filter li.more {
	background: url(../images/ico-arrow-fwd.png) left center no-repeat;
}

#reset .filter li.more a {
	padding-left: 10px;
}

#reset .filter li.reset {
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-align: right;
}

#reset .filter .del a {
	background: url(../images/ico-filter-remove.png) right 2px no-repeat;
	padding-right: 14px;
}

/* DOC - horizontal filter adjustments */
#reset .filter-alt h3 {
	float: left;
}

#reset .filter-alt ul {
	overflow: hidden;
}

* html #reset .filter-alt ul { /* DOC - FIX IE6 */
	float: left;
	zoom: 1;
}

* + html #reset .filter-alt ul { /* DOC - FIX IE7 */
	float: left;
	zoom: 1;
}

#reset .filter-alt ul li {
	display: inline;
	margin-right: 5px;
}

#reset .filter-alt .add {
	display: inline;
}

#reset .filter-alt .add h3 {
	display: inline;
	float: none;
}

* html #reset .filter-alt .add h3 { /* DOC - FIX IE6 */
	margin-right: 5px;
}

* + html #reset .filter-alt .add h3 { /* DOC - FIX IE7 */
	margin-right: 5px;
}

#reset .filter-alt h3:after, #reset .filter-alt h3 a:after {
	content: ':';
}

#reset .filter-alt .add:after, #reset .filter-alt ul li:after {
	content: ',';
}

#reset .filter-alt h3.del:after, #reset .filter-alt .add h3:after, #reset .filter-alt .add h3 a:after, 
#reset .filter-alt ul li.more:after, #reset .filter-alt .last:after {
	content: '';
}
/* */

/* DOC - display filter in colorbox */
#reset #filterbox {
	background: #FFF;	
	height: 400px;
	padding: 10px;
	width: 630px;
}

#reset #filterbox h3 {
	font-weight: 700;
	margin: 3px 0 0 5px;
}

#reset #filterbox #fb_content {
	background: #F1F1F8;
	float: left;
	height: 370px;
	margin-right: 10px;
	overflow: auto;
	width: 470px;
}

* html #reset #filterbox #fb_content { /* DOC - FIX IE6 */
	overflow-x: hidden;
}

* + html #reset #filterbox #fb_content { /* DOC - FIX IE7 */
	overflow-x: hidden;
}

#reset #filterbox #fb_content table {
	width: 100%;
}

#reset #filterbox #fb_content td {
	vertical-align: top;
}

#reset #filterbox #fb_content td div {
	padding: 2px;
}

#reset #filterbox #fb_content .checked {
	font-weight: 700;
}

#reset #filterbox #fb_rail {
	float: left;
	height: 370px;
	overflow: auto;
	width: 150px;
}

#reset #filterbox #fb_rail strong {
	font-weight: 700;
}

#reset #filterbox #fb_rail ul {
	list-style: none;
}

#reset #filterbox #fb_rail li {
	margin-bottom: 2px;
}

#reset #filterbox #fb_control {
	clear: both;
	overflow: hidden;
	padding-top: 10px;
	text-align: center;
}

#reset #filterbox #fb_control input {
	margin-left: 10px;
}
/* */

/* ColorBox Core Style - DO NOT CHANGE */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
/* */

#cboxOverlay{background:#fff;}
#cboxContent{margin-top:32px;}
#cboxLoadedContent{background:#000; padding:1px;}
#cboxLoadingGraphic{background:url(../images/loading.gif) center center no-repeat;}
#cboxLoadingOverlay{background:#000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(../images/controls.png) 0 0 no-repeat;}
#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious.hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext.hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose.hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
