.height-300 {
	height: 300px;
}

.heading {
    margin:25px auto 0;
	padding:0;
	border-bottom: 1px solid #e5e5e5;
}

.heading .headline {
    text-align:center;
    margin: 0 auto 25px;
    padding:0;
}

.heading  .title{
	font-size:20px;
	line-height:22px;
                            
    display:inline-block;
    margin:0;
}

.heading .detail{
	font-size:12px;
	line-height:22px;
	
    display:inline-block;
	margin:0;
	padding:0 8px;
}


.artist-info {
    margin:30px 0 0;
    padding:0;
    border-bottom:solid 1px #e5e5e5;
}



.related-artists h2,
.related-categories h2,
.most-expensive-lot h2 {
    font-weight:bold;
    font-size:12px;
    margin:0 0 3px;
}

.bio div,
.bio p {
    text-align:left;
}

.bio div,
.bio p,
.related-artists p,
.related-categories p, 
.most-expensive-lot p{
    font-size:12px;
    line-height:18px;
    letter-spacing:1px;
    margin:0 0 30px;
}

.most-expensive-lot {
    border-top: 1px solid #e5e5e5;
    margin-top: -5px;
    padding-top: 25px;    
}

.bio a,
.related-artists a,
.related-categories a{
    text-decoration:underline;
}

.bio a:hover,
.related-artists a:hover,
.related-categories a:hover, 
.most-expensive-lot a:hover{
    text-decoration:none;
}

.most-expensive-lot a:focus {
	text-decoration:none;
}

.category-nav{
    margin:15px auto;
    padding:0;
}
	
.category-nav li {
    padding: 0 15px;
}

.category-nav a {
    display:inline-block;
    font-size:12px;
	line-height:20px;
    color: #999;
    text-decoration: none;
}

.category-nav a:focus,
.category-nav a:hover,
.category-nav .active a {
    color: #000;
}



.customSelect {
    width: auto !important;
    margin: 0 0 0 20px !important;
    letter-spacing: 0;
}
.filterArea .customSelect:last-child {
    margin-left: 0 !important;
}
.customSelect button,
.customSelect .btn {
    font: 11px/30px "HelveticaNeue75Bd", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background: #fff !important;
    border-radius: 0;
    padding: 0 45px 0 12px;
    /*padding: 0 15px 0 12px;*/
    box-shadow: none;
    outline: none;
    border: 1px solid #d8d8d8 !important;
    position: relative;
}
.customSelect.open button,
.customSelect.open .btn {
    border-bottom: 0 !important;
    padding-bottom: 1px;
    background: #fff;
    z-index: 2001;
}
.customSelect.open .dropdown-toggle {
    box-shadow: none;
}
.customSelect .dropdown-menu {
    box-shadow: none;
    border: 1px solid #d8d8d8;
    border-radius: 0;
    margin: -1px 0 0;
    text-align: left;
    font: 11px/36px "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.customSelect .dropdown-menu li {
    padding: 0;
}
.customSelect .dropdown-menu li a {
    outline: none;
    padding: 0 20px 0 12px;
    font: 11px/34px "HelveticaNeue", Helvetica, Arial, sans-serif;
}
.customSelect .dropdown-menu li a:hover,
.customSelect .dropdown-menu li a:focus {
    background: none;
    color: #999999;
}




@media screen and (max-width:767px) {
    .heading {
        border:none;
    }

    .heading .headline {
        margin: 30px auto;
    }

    .category-nav {
        border-top: 1px solid #c7c8ca;
        border-bottom: 1px solid #c7c8ca;
        margin: 0;
        overflow-x: scroll;
        white-space: nowrap;
        
    }

    .category-nav li {
        text-align: center;
        margin: 0 10px;
        padding: 0;
    }

    .category-nav li.active a {
        text-decoration: underline;
    }

    .category-nav a {
        display: block;
        font-size:12px;
        line-height:45px;
    }
}