@charset "utf-8";
/* CSS Document */


/* Right Navi */

.rightnavi{
	width:267px;
	height:60px;
	/*background:url(../images/right-navi.png) no-repeat center top;*/
	margin:0;
	padding:0;
	float:left;
	position:relative;
	z-index:999;
}

.rightnavi .aboutbox{
	width:267px;
	height:30px;
	float:left;
	position:absolute;
	bottom:5px;
}

.rightnavi .aboutbox .about{
	width:115px;
	height:30px;
	float:left;
	font-size:11px;
	line-height:30px;
	padding:0 32px;
	margin:0;
	padding:0;	
}

.rightnavi .aboutbox .about a{
	color:#fff;
}

.rightnavi .aboutbox .about a:hover{
	color:#fff;
	border:0;
	text-decoration:none;
}

.rightnavi .aboutbox .contactads{
	width:107px;
	height:30px;
	float:left;
	font-size:11px;
	line-height:35px;
	padding:0 5px 0 20px;
	padding:0;
	background:url(../images/tele-ico.png) no-repeat right 11px;
	position:relative;
	z-index:999;
}

.rightnavi .aboutbox .contactads a{
	color:#fff;
}

.rightnavi .aboutbox .contactads a:hover{
	text-decoration:none;
}

.rightnavi .searchbox{
	width:267px;
	height:30px;
	float:left;
	position: absolute;
	top:-4px;
	z-index:1;
}


#mod-wrapper{
	font: 12px Arial, Helvetica, sans-serif; 
	color:#666; 
	position: absolute; 
	right:0; 
	bottom:0px; 
}

/*#fullborder{
	background:url(../images/fullborder_bg.png) no-repeat; 
	width:267px;
	height:81px;
}*/

#fullborder{
	background:url(../images/fullborder_bg_2.png) no-repeat; 
	width:267px;
	height:30px;
}

#mod_content{
	display:block; 
	margin:0; 
	padding:0; 
	height:30px; 
	overflow:hidden;
}

.searchform{
	/*background:#09C;*/
	width:267px;
	height:30px;
	margin:0;
	padding:0;
}

.searchform .radio{
	width:267px; 
	height:25px;
	margin:0; 
	padding:0;
	float:left;
}

.searchform .radio input[type="radio"] {
	height:25px;
	float:left;
	margin:0 0px 0 10px;
	display:inline;
}

.searchform .radio label{
	color:#fff;
	font-size:11px;
	line-height:25px;
	float:left;
	display:inline;
	margin:0 10px 0 5px;
}

.searchform .text_input{
	width:267px;
	height:30px;
	margin:0; 
	padding:0;
	float:left;
}

.searchform .text_input input[type="text"]{
	color:#a5a5a5;
	height:13px;
	width:190px;
	margin:5px 0 5px 10px;
	font-size:11px;
	padding:2px 5px;
	float:left;
}

.searchform .text_input input[type="submit"]{
	width:25px;
	height:20px;
	margin:5px 0 5px 20px;
	float:left;
	display:inline;
	cursor:pointer;
	background:transparent;
}

.searchform .text_input label{
	line-height:20px;
	float:left;
	display:inline;
	margin:0 0px 0 10px;
}

.searchform .text_input label a{
	color:#fff;
	font-size:11px;
	text-decoration:none;
}

.searchform .text_input #mod_show{
	background:url(../images/mod-show.png) no-repeat right center;
	height:20px;
	float:left;
	margin:0 5px 0 10px;
	padding:0 10px 0 0px;
	cursor:pointer;
}

.searchform .text_input #mod_hide{
	background:url(../images/mod-hide.png) no-repeat right center;
	height:20px;
	float:left;
	margin:0 5px 0 10px;
	padding:0 10px 0 0px;
	cursor:pointer;
}

.searchform .select{
	width:267px; 
	height:36px;
	margin:0; 
	padding:0;
	float:left;
}

.searchform .select select{
	font-size:11px;
	margin:12px 0 10px 7px;
	width:90px;
	height:15px;
	line-height:15px;
	padding:0px 5px 0 5px;
	border:0;
	color:#a5a5a5;
}








