.toolSearch {
 margin-bottom:20px;
}
#List_View {   }

/*----------------- VIEW 1 ----------------*/
#List_View .View1 {
	float: left; 
	border-bottom:1px solid #ececec; 
}

#List_View .View1 div {
	float: left; 
	padding:10px 0px;
	padding-right:20px;
	margin-right: 20px; 
	width: 420px;
}

#List_View .View1 .last {
	border:none;
	padding-right:0px;
	margin-right: 0px;
}

#List_View .View1 ul {list-style:none;}
#List_View .View1 li {border-top:1px solid #ececec; padding:3px 0px;}

#List_View .img {
	border: 1px solid #ccc;
	padding: 2px;
	text-align: center;
}

#List_View .View1 h3 {
	padding:3px 0px;
}

#List_View .View1 h3 a {
 	font-weight: bold;
}

#List_View .View1 h3 a:hover {
 	text-decoration: none;
}



#List_View .viewMore {
	text-align: right;
	padding-right: 10px;
}

#List_View .noItem {
	padding: 50px;
	text-align: center;
	color: #ff0000;
}

/*----------------- VIEW 2 ----------------*/
.box-item {
	width:100%;
	overflow:hidden;
	border-bottom:1px dotted #CCC;
	padding-bottom:10px;
	margin-bottom:10px;
}

.box-item .infoL {
	width:67%	;
	border-right:1px dotted #bfbfbf;
	padding-right:15px;
}
.box-item .infoR {
	width:30%	; 
}
.box-item p {
	margin: 0px;
	padding: 5px 0px;
}

.box-item h3 {
	color:#085297;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
	padding-bottom:10px;
	text-transform:uppercase
}

.box-item h3 a {
	text-align: left;	  
	text-decoration:none;
}
  
.box-item .img_left {
	border: 1px solid #d4d4d4;
	padding: 2px;
	text-align: center;
	float:left;
	margin-right:5px;	
}
.box-item .img_right {
	border: 1px solid #d4d4d4;
	padding: 2px;
	text-align: center;
	float:right;
	margin-left:5px;	
}

.box-item .short {
	text-align: justify;
}

.box-item p.more {
	margin: 0px;
	padding: 2px 0px;
	text-align: right;
}

.hr {
	background: url(../images/hr.gif) repeat-x center;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

/* DETAIL*/  
#boxDetail  {
	 
}
#boxDetail .title {
	font-family: "Times New Roman";
	color: #c00007;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom:10px;
}

#boxDetail .imgDetail_left {
	display: block;
	float: left;
	margin-right: 7px;
	border:1px solid #ccc;
	padding:1px;
}

#boxDetail .imgDetail_right {
	display: block;
	float: right;
	margin-left: 7px;
	border:1px solid #ccc;
	padding:1px;
}

#boxDetail .fDespic {
	font-size: 9px;
	color: #999999;
	text-align: center;
}

#boxDetail .note {
	margin: 5px 0px;
	padding: 5px;
	border: 1px solid #bbbbbb;
	background-color: #e8e8e8;
	text-align: justify;
}


#boxDetail .poster {
	color:#CC0000;
}

#boxDetail .tools {
	background:#f8f8f8;
	padding:5px;
}

.maps {
	border: 1px solid #313131;
	text-align: center;
	padding: 3px;
}


/* CSS box */
#box_search {
	padding:10px 10px;
}
#box_search select {
	width: 100%;
}
#box_search .textfiled {
	width: 100%;
}
#modSearch select,
#modSearch input{
	width: 100%;
	border: solid 1px #bbbcbf;
	background: #f3f3f3;
	height: 40px;
	border-radius: 0px;
	color: #333333;
	box-shadow: none;
}
#modSearch .form-submit{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#modSearch .form-submit button{
	border: solid 1px #ed1b24;
    background: #ed1b24;
    height: 40px;
    border-radius: 0px;
    box-shadow: none;
}
#modSearch .form-submit button span{
    color: #ffffff;
}

