
body {
   margin:0px;
   padding:0px;
}


.unhighlight {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

div:focus, img:focus, h1:focus, h2:focus, h3:focus, h4:focus, select.focus {
    outline: none !important;
}
.clear{clear:both;}

.imsection{
	background-image: url(../images/bgr.jpg);
	background-position:center center;
	background-size:cover;
	padding: 0px;
}
.imsection .textbgr{
	background: rgba(14, 42, 77, .9);
	padding: 20px 0 20px;
	color:#ffffff;
}
.testCategories{margin: 50px 0;}
.center{text-align:center;}
.maintitle{padding: 30px 0 20px;}
.testCategories .row{margin:10px 0;padding: 10px 0;}
.testCategories .row.gray{background-color:#f4f4f4;}
.testimage{width:100%;height:auto;margin-bottom:20px;}
.getstbutton{display:inline-block;width:125px;height:30px;float:right;margin-right:5px;}
.getstbutton:hover{margin-right:0px;}
.getstbutton img{width:125px;height:30px;}
.patmobheadline{width:100%;height:auto;display:none;margin:10px 0;}
.disclamerPc{margin-bottom: 30px;}



.atFilter{
	margin-top:110px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	border: 2px solid #ce6b00;
	padding: 15px;
	color:#ffffff;
	width:99%;
}

.atFilter select{
	display:inline;
	width:100%;
	margin-top:15px;
	padding:4px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	border: 1px solid #c7c7c7;
	color:#000000;
}

.atFilter #findBtn{
	display:inline-block;
	margin-top:15px;
	padding:4px 10px;
	float:right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	border: 1px solid #a75600;
	color:#ffffff;
	background: #e27500;
	background: -webkit-linear-gradient(#d56f02, #e27500);
	background: -o-linear-gradient(#d56f02, #e27500);
	background: -moz-linear-gradient(#d56f02, #e27500);
	background: linear-gradient(#d56f02, #e27500);
	cursor:pointer;
}
.atFilter #findBtn:hover{color:#ffac53;}

.recommendTitleWrap{display:none;margin: 30px 0 10px;border-bottom: 1px solid #cccccc;}

#recommendinterview{
	padding-bottom:15px;
	display:none;
}

.interviews-index-row-subject{margin-bottom:15px;}
.interviews-index-timer-icon img{width:28px;}
.interviews-index-price-right-border {border-right: 1px solid #c3c3c3;padding-left:10px;padding-right:10px;}
.interviews-index-time-period {color: #c3c3c3;}
.interviews-index-time-period-price {
    font-size: 1.2em;
    padding-left: 15px;
}

.loadinterviewpage{
	padding: 0px;
	
}
#interview_list{padding-left:0px;width:100%; margin-bottom: 0px;}
.loadinterviewpage li{
	list-style: none;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0;
	width: 100%;
}

.loadinterviewpage li a{
	display:inline-block;
	width: 100%;
}
.loadinterviewpage img {
	margin-bottom:10px;
}

