/**
 * PAGE TITLE
 **/
.page-title {
	background-color: #2c190e;
	color: white;
	padding: 8px;
    height: 60px;
    box-sizing: border-box;
	border-top: 3px solid #79461c;
}
.page-title .description {
	float: left;
	margin-left: 5%;
	height: 100%;
}
.page-title .description.ext {
    padding-right: 10px;
    /*border-right: 1px solid #FFFFFF;*/
}
.page-title .description > img {
	float: left;
	margin-top: -3px;
}
.page-title .description span.main{
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-left: 10px;
    float: left;
    margin-top: -5px;
    font: 1.5em/2.25em 'fmbolyarpro-100';
}
.page-title .description span.sub{
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 15px;
}
.page-title .description span.sub a {
	text-decoration: none;
	color: white;
    vertical-align: top;
}
.page-title .description span.sub a:hover {
	text-decoration: underline;
}
.page-title .description span.sub img {
    height: 20px;
    margin: 0;
}
.page-title .search {
	float: right;
	margin-right: 5%;
	height: 100%;
}
.page-title .search form {
	height: inherit;
}
.page-title .search .keyword, .page-title .search select {
	height: 100%;
    font-size: 20px;
    padding-left: 10px;
	width: 250px;
	border: none;
	font-family: 'frutigerlight', helvetica, arial, sans-serif;
}
.page-title .search .keyword {
	width: 210px;
}
.page-title .search select {
	margin-right: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url(/resources/img/icon/button_arrow_dropdown.png) no-repeat right center;
	padding: 0 50px 0 10px;
}
.page-title .search button {
    -webkit-appearance: none;
    background: #B27A00 url(../img/icon-search.png) no-repeat center center;
    border: none;
    line-height: 1.813em;
    padding: 0;
    width: 44px;
    height: 100%;
	cursor: pointer;
}
@media screen and (max-width: 1600px) {
    .page-title .description span.sub{
        display: none;
    }
	
	.page-title .description.ext {
		padding-right: 0px;
		border-right: none;
	}
}
@media only screen and (max-width: 1000px){
	.page-title .description {
		margin-left: 0;
	}
	.page-title .search {
		margin-right: 0;
	}
}
/**
 * PAGING
 **/
.table-paging {
	width: 100%;
	margin-top: 24px;
	height: 38px;
}
.table-paging td:nth-child(1) {
	width:15%;
	text-align: left;
}
.table-paging td:nth-child(2) {
	width:70%;
	text-align: center;
	font-size: 16px;
	font-weight: bold;

}
.table-paging .search_top_link {
	font-size: 16px;
}
.table-paging td:nth-child(3) {
	width:15%;
	text-align: right;
}
/**
 * SEARCH
 **/
.search-title {
	border: none;
}
.search-filter {
	width: 100%;
	text-align: right;
	margin-bottom: 20px;
}
.table-search {
	width: 100%;
	border-collapse: collapse;
	border-left: 2px solid #C18902;
	border-right: 2px solid #C18902;
	border-bottom: 2px solid #C18902;
}

.table-search th {
	text-align: center;
	color: white;
	height: 40px;
	padding: 10px;
}

.table-search th.blank {width: 20%;}
.table-search th.title {width: 29%;}
.table-search th.price {width: 17%;}
.table-search th.offer {width: 17%;}
.table-search th.place {width: 17%;}

.table-search th:nth-child(even) {background: #B37800;}

.table-search th:nth-child(odd) {background: #C18902;}

.table-search tr {
	color: #C18902;
	background: linear-gradient(to right, currentColor 0%, currentColor 50%, transparent 50%, transparent 100%) repeat-x left bottom;
	background-size: 10px 2px;
}

.table-search tr:last-child {
    background: none;
}

.table-search td:nth-child(even) {
	border-left: 2px solid #C18902;
	border-right: 2px solid #C18902;
}

.table-search td:nth-child(2) {
  text-align: left;
}

.table-search td {
	padding: 8px;
	text-align: center;
	color: #000;
}
  
.table-search td img {
  border: 5px solid #b27a00;
  width: 100px;
  height: 100px;
}