/* CSS Document */
body{
	background:url("../images/tracuudiem/bg_body.jpg") repeat-x;
	margin:0 auto; 
	padding:0;
	font-family:Verdana;
	font-size:11px;
	color:#222222;
}
a{
	text-decoration:none;
	color:#222;
	outline:none;
}
img{
	border:0px;
}
.clr{
	clear:both;
}
.clear{
	clear:both;
}
/*Begin Wrap*/
#wapper{
	width:1000px;
	margin:0 auto;
	padding:0px;
}
/*End Wrap*/
#head{	
	margin:0 auto;
	background:url("../images/tracuuhoso/banner1.png") no-repeat;
	min-height:80px;
	padding:110px 0px 0px 0px;
	text-align:center;
}
#head p{
	font-size:24px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#FF0000;
}
/*Begin Content*/
#content{	
	margin:0 auto;
	padding:0px;
}
#leftside{
	width:200px;
	float:left;
}
#leftside .box{
	margin:0px;
	padding:5px 0px;
}
#main{
	margin:0 auto;
	padding:0px;
	min-width:600px;
	float: left;	
}
#main .box{

}
.tbl_results{
	font-size: 12px;
	border:1px #999999 solid;
	color:#333333;
}
.tbl_results th{
	background:#0000FF;
	color:#FFFFFF;
}
.tbl_results td{
	padding:5px 5px;
	background:#E4E4E4;
}
.tbl_results td:hover{
	background:#FFFFCC;
	color:#000000;
}
.tbl_results{
}
#tracuu{
	margin:0px auto;
	/*padding:15px 0px 0px 76px;
	height:200px;*/
}
#tracuu h3{
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	/*background:url("../images/tracuuhoso/tk-top.png") no-repeat scroll left top transparent;
	color:#0000FF;
	float:left;
	
	margin:0;
	padding-top:25px;
	
	width:448px;*/
}
#tracuu #box-top {
	/*background:url("../images/tracuuhoso/tk-backh.png") repeat-y scroll left top transparent;
	float:left;
	margin:0;
	padding-left:20px;
	padding-top:10px;
	text-align:left;
	width:448px;*/
	background: #F0F0F0;
	border: 1px solid #CCC;
	padding: 10px;
}
#tracuu #box-bottom {
	background:url("../images/tracuuhoso/tk-bottom.png") no-repeat scroll left bottom transparent;
	float:left;
	height:41px;
	width:448px;
}
#rightside{
	width:200px;
	float:right;
}
#rightside .box{
	margin:0px;
	padding:5px 0px;
}

/*End Content*/
#footer{	
	margin:0 auto;
	margin-top:30px;
	padding: 10px;
	background:#c1f1ff;
}
#footer .copyright{
	font-size:12px;
	font-weight:bold;
}
#footer .infos{
	line-height:20px;
}
#fResult{
	margin: 0px auto;
	max-width: 500px;
}
.row{
	padding: 5px 0px;
	margin: 5px 0px;
}
.row label{
	width: 30%;
	display: inline-block;
	font-weight: bold;
}
	#box-top-result .row label{
		width: 40%;
	}
.show_desk{
	display: block;
}
.show_mobile{
	display: none;
}

@media (max-width:768px){
	#wapper, #content, #head, #main{
		width: 100%;
		float: none;
	}
	#main{
		min-width: auto!important;
	}
	#head{
		background:none;
		padding-top: 0px;
	}
	#leftside, #rightside{
		display: none;
		float:none;
	}
	#tracuu{
		padding:0px;
	}
	#fResult{
		padding: 10px;	
	}
	#fResult h3{
		text-align: center;
	}
	input{
		font-size: 16px;
	}
	.show_desk{
		display: none;
	}
	.show_mobile{
		display: block;
	}
}