#type1_center {
	position: relative; 
	width: 80px;
	margin-top: 55px;
	margin-left: 0;
	float: left;
    background: #fff; 
	padding: 3px;
	}
	
#type1_center p {
	margin-left: 18px;
	margin-right: 5px;
	}
	
.switch {
	display: block; 
	color: #fff; 
	width: 15px; 
	height: 15px; 
	background: #fff; 
	cursor: pointer; 
	border: 1px solid #333; 
	float: left; 
	margin: 5px; 
	}
	
.off {
	border-color: #dc5c1e; 
	background: #fff; 
	color: #fff;
	}
	
.hide {
	display: none;
	}

.show {
	position: absolute; 
	top: -3px; 
	left: 130px; 
	display: block; 
	width: 400px; 
	background: #fff; 
	z-index: 2;
	}
	
.show img {
	float: left; 
	padding: 0 10px 10px 0;
	}
	
.clear {
	clear: both;
	}
	
.title {
	text-align: center;
	font-weight: bold;
	line-height: 150%;
	}