td a{text-decoration:none;}
#tbl_top_store{
	width:100%;
	/*border:gray 1px solid;*/
	border:none;
	border-collapse:collapse;
}

#tbl_top_store thead td{
	background:#efefef;
	
}
#tbl_top_store tr:hover{
	background:#f7f7f7;
}
#tbl_top_store td{
	border:#dedede 1px solid;
	border-bottom:#c0c0c0 1px solid !important;
	padding:4px 8px;
	font-size:11pt !important; 
}
#tbl_top_store td.center{
	text-align:center;
}

#div_search {
	margin-bottom:30px;
}

#btn_search{
	width:100px;
}

@media(max-width:1000px){
	.mhidden{
		display:none;
	}

	.msize{
		font-size:1em;
	}
}