/* search */
.wideBackground{}


/*-------------------------------------------
search block
-------------------------------------------*/
.searchBlock{
	background:#f5f5f5;
	padding:15px;
}
.searchBlock ul{
	margin:0; padding:0; list-style:none;
}
.searchBlock ul li{
	float:left;
	margin-right:5%;
}
.searchBlock ul li.floatR{
	float:right;
	text-align:right;
	margin:0;
}
.searchBlock input[type=submit]{
	width:100px;
}
/*-------------------------------------------
list
-------------------------------------------*/
.list{
	margin-top:18px;
}
.list thead th{
	padding:5px;
	border-bottom:2px solid #be8b52;
	color:#be8b52;
}
.list tbody td{
	padding:10px 15px;
	border-bottom:1px solid #e5dacf;
}
.list tbody tr:hover{
	background:#fdf8d7;
	color:#000 !important;
}
.list tbody td:nth-child(3), .list tbody td:nth-child(4){
	text-align:center;
}
.list .web{
	display:block;
	width:40px; height:24px;
	background:url(../images/icon-external-link.png) 50% 50% no-repeat;
	text-indent:-99999em;
	background-color:#f5f5f5;
	border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;
}