.filters-header  .filter-button-wrap{
	margin-top:-75px;
}

.filters-header .open-advanced-filters-button{
	padding-right: 8px;
	opacity:0.4;
	float:right;
	width:75px;
	height:30px;
	line-height:30px;
	border:solid 1px #d6d6d6;
	border-left:0px;
	padding-left:10px;
	cursor:not-allowed;
	color:#fff;
	background: #5e5e5e; /* Old browsers */
	background: -moz-linear-gradient(top,  #5e5e5e 0%, #353535 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5e5e), color-stop(100%,#353535)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #5e5e5e 0%,#353535 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #5e5e5e 0%,#353535 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #5e5e5e 0%,#353535 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #5e5e5e 0%,#353535 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#353535',GradientType=0 ); /* IE6-9 */
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;	
	font-weight:bold;
}

.filters-header .open-filters-button.filter-header-button{
	float:right;
	line-height:30px;
	width: 82px;
	height:30px;
	border:solid 1px #d6d6d6;
	padding-left:10px;
	cursor:pointer;
	color:#2e2e2e;
	background-image:url(../images/filter-slide-icon.png);
	background-repeat:no-repeat;
	background-position:right;
	font-weight:bold;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;	
}

.filters-header .active-adv{
	opacity:1;
	cursor:pointer;
}

.km_filter_sort_order_wrapper
{
	float:left;
	width:900px;
	margin-top:20px;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.75);
	margin-bottom:20px;
}

.km-sort-table-header
{
	float:left;
	width:890px;
	margin:4px;
	height:25px;
	font-size:15px;
	background-color:#666666;
}

.km-sort-header-title
{
	color:#fff;
}

.km-sort-header-title,
.km-sort-item-col
{
	width:150px;
	float:left;
	height:25px;
	line-height:25px;
	padding-left:10px;
	border-right:1px solid #ffffff;
	overflow:hidden;
}

.km-sort-item-first-col
{
	width:250px;
}

.sort_model_wrap
{
	float:left;
	width:890px;
	margin:4px;
	height:25px;
	font-size:15px;
	background-color:#e3e3e3;
}



.sort_model_wrap:hover
{
	cursor:pointer;
}

.sort-model-page-title
{
	text-decoration:underline;
}
.km-sort-button-wrap
{
width:105px;
height:25px;
float:right;
}

.km-sort-button
{
	float:left;
	width:25px;
	height:25px;
	margin-left:10px;
	display:block;
	background-repeat:no-repeat;
}
.view-photo
{
	background-image:url(../images/view-picture-button.png);
}

.edit-model
{
	background-image:url(../images/edit-profile-button.png);
}

.view-profile
{
	background-image:url(../images/view-profile-button.png);
}

.km-sort-button:hover
{
	opacity:0.6;
}

iframe.cboxIframe .wpadminbar
{
	display:none;
}


