#body {width:1000px; margin: 0 auto 100px;}

div.view_skin{
	min-height: 400px;
	margin-top: 40px;
}
div.view_skin > h1{
	height: 50px;
	padding: 0px 20px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #E1E1E1;
	background-color: #F5F5F5;
	font-size: 18px;
	font-weight: normal;
	line-height: 50px;
}
div.view_skin > table{
	width: 100%;
	border-collapse: collapse;
}
div.view_skin > table > tbody > tr > td{
	width: 120px;
	height: 50px;
	padding: 0px 20px;
	border-bottom: 1px solid #E1E1E1;
	color: #999999;
	font-size: 14px;
}
div.view_skin > table > tbody > tr > td.auto{
	width: auto;
}
div.view_skin > table > tbody > tr > td > span{
	margin-left: 10px;
	font-size: 14px;
}
div.view_skin > p.button{
	margin-top: 40px;
	text-align: center;
}
div.view_skin > p.button > a{
	display: inline-block;
	width: 150px;
	height: 50px;
	border-style: none;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 50px;
	text-decoration: none;
}
@media(max-width: 768px){
	div.view_skin{
		min-height: auto;
		margin: 20px 10px;
	}
	div.view_skin > h1{
		height: auto;
		padding: 10px;
		font-size: 14px;
		line-height: 130%;
	}
	div.view_skin > table > tbody > tr > td{
		width: 90px;
		height: 30px;
		padding: 0px 10px;
		font-size: 10px;
	}
	div.view_skin > table > tbody > tr > td > span{
		margin-left: 5px;
		font-size: 10px;
	}
	div.view_skin > p.button{
		margin-top: 20px;
	}
	div.view_skin > p.button > a{
		width: 90px;
		height: 30px;
		font-size: 12px;
		line-height: 30px;
	}
}




form.write_skin{
	margin-top: 40px;
}
form.write_skin > table{
	width: 100%;
	border-top: 1px solid #333333;
	border-collapse: collapse;
}
form.write_skin > table > tbody > tr > th{
	width: 100px;
	padding: 10px 20px;
	border-bottom: 1px solid #E1E1E1;
	background-color: #FAFAFA;
	font-size: 14px;
	font-weight: normal;
}
form.write_skin > table > tbody > tr > td{
	padding: 10px 20px;
	border-bottom: 1px solid #E1E1E1;
}
form.write_skin > table > tbody > tr > td > select{
	width: 40%;
	height: 30px;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	font-size: 14px;
}
form.write_skin > table > tbody > tr > td > input[type="text"]{
	width: 80%;
	height: 28px;
	border: 1px solid #E1E1E1;
	font-size: 14px;
}
form.write_skin > table > tbody > tr > td > input.half{
	width: 40%;
}
form.write_skin > table > tbody > tr > td > label{
	margin-left: 20px;
	font-size: 14px;
	cursor: pointer;
}
form.write_skin > table > tbody > tr > td > label:first-child{
	margin-left: 0px;
}
form.write_skin > table > tbody > tr > td > label > input{
	width: 17px;
	height: 17px;
	margin: 8px 0px;
	vertical-align: -4px;
	cursor: pointer;
}
form.write_skin > table > tbody > tr > td > button{
	width: 60px;
	height: 30px;
	border-style: none;
	background-color: #333333;
	color: #FFFFFF;
	cursor: pointer;
}
form.write_skin > p{
	margin-top: 40px;
	text-align: center;
}
form.write_skin > p > input{
	width: 150px;
	height: 50px;
	border: 1px solid #333333;
	font-size: 14px;
	cursor: pointer;
}
form.write_skin > p > input[type="submit"]{
	background-color: #333333;
	color: #FFFFFF;
}
form.write_skin > p > input[type="button"]{
	background-color: #FFFFFF;
	color: #333333;
}
.msg_sound_only{
	display: none;
}
.sound_only{
	display: none;
}
@media(max-width: 768px){
	form.write_skin{
		margin: 20px 0px;
	}
	form.write_skin > table > tbody > tr > th{
		padding: 10px 0px;
		background-color: #FFFFFF;
		font-size: 12px;
	}
	form.write_skin > table > tbody > tr > td{
		padding: 10px 0px;
	}
	form.write_skin > table > tbody > tr > td > select{
		font-size: 12px;
	}
	form.write_skin > table > tbody > tr > td > input[type="text"]{
		font-size: 12px;
	}
	form.write_skin > table > tbody > tr > td > input.half{
		width: 80%;
	}
	form.write_skin > table > tbody > tr > td > label{
		margin-left: 10px;
		font-size: 12px;
	}
	form.write_skin > table > tbody > tr > td > label > input{
		vertical-align: -5px;
	}
	form.write_skin > p{
		margin-top: 20px;
	}
	form.write_skin > p > input{
		width: 90px;
		height: 30px;
		font-size: 12px;
	}
}



div.list_skin{
	margin-top: 40px;
	padding: 20px;
	border: 1px solid #E1E1E1;
	background-color: #F5F5F5;
}
div.list_skin  {text-align:center;}
div.list_skin:after{
	display: block;
	clear: both;
	content: '';
}
div.list_skin > form{

	width: 100%;
}

div.list_skin > form > h1{
	margin-bottom: 10px;
	font-size: 18px;
}
div.list_skin > form > p > select{
	width: 30%;
	height: 40px;
	border: 1px solid #242424;
	background-color: #FFFFFF;
	font-size: 14px;
}
div.list_skin > form > p > input{
	width: 60%;
	height: 38px;
	border: 1px solid #242424;
	background-color: #FFFFFF;
	font-size: 14px;
}
div.list_skin > form > p > button{
	width: 30%;
	height: 38px;
	border:none;
	background-color: #2ac1bc;
	font-size: 14px;
	cursor: pointer;
	color:#fff;
}
form.list_skin{
	min-height: 400px;
	margin-top: 40px;
}
.mapp{
	height: 400px;
	border: 1px solid #E1E1E1;
}
div.list_skin.skin_search {width:700px; padding:10px;margin:0;border:none; background:none;}
.skin_search_desc {font-size:16px; text-align:left;padding-left:30px;margin-bottom:20px;}
div.list_skin.skin_search form {margin-bottom:20px;}
.skin_search > h1{
	margin: 40px 0px;
	font-weight: normal;
	text-align: center;
}
.skin_search > h1 > a{
	display: inline-block;
	margin: 0px 10px;
	width:85px;
}
.skin_search > h1 > a img {width:50px;margin-bottom:15px}
.skin_search > h1 > a > span {display:block; padding:5px; border-radius:3px; background:#0eaa90; color:#fff; margin:-10px auto 0;font-size:14px;position:relative;}
.skin_search > h1  div {margin:20px 0 0;font-size:16px;}
form.list_skin > h1 > a > img{
	margin-bottom: 10px;
}
form.list_skin > table{
	width: 100%;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #E1E1E1;
	border-collapse: collapse;
}
form.list_skin > table > tbody > tr > td{
	height: 80px;
	border-top: 1px solid #E1E1E1;
	font-size: 14px;
	text-align: center;
}
form.list_skin > table > tbody > tr > td.half{
	width: 5%;
	min-width: 30px;
}
form.list_skin > table > tbody > tr > td.name{

}
form.list_skin > table > tbody > tr > td.icon{

}
form.list_skin > table > tbody > tr > td.icon img {width:36px;}
form.list_skin > table > tbody > tr > td.auto{
}
form.list_skin > table > tbody > tr > td > input{
	width: 17px;
	height: 17px;
	cursor: pointer;
}
form.list_skin > table > tbody > tr > td > strong{
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}
form.list_skin > table > tbody > tr > td > span{
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}
form.list_skin > table > tbody > tr > td > a > i{
	color: #0066CC;
	font-size: 18px;
	vertical-align: -3px;
}
form.list_skin > p{
	margin-top: 40px;
}
form.list_skin > p:after{
	display: block;
	clear: both;
	content: '';
}
form.list_skin > p > button{
	width: 150px;
	height: 50px;
	border: 1px solid #333333;
	font-size: 14px;
	cursor: pointer;
}
form.list_skin > p > button[type="submit"]{
	float: left;
	background-color: #333333;
	color: #FFFFFF;
}
form.list_skin > p > button[type="button"]{
	float: right;
	background-color: #FFFFFF;
	color: #333333;
}
nav.pg_wrap{
	margin-top: 40px;
	text-align: center;
}
nav.pg_wrap > span.pg > strong.pg_current{
	display: inline-block;
	width: 50px;
	height:50px;
	border: 1px solid #333333;
	background-color: #333333;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	line-height: 48px;
	text-align: center;
}
nav.pg_wrap > span.pg > a.pg_page{
	display: inline-block;
	width: 50px;
	height:50px;
	border: 1px solid #E1E1E1;
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
}
.sound_only{
	display: none;
}
@media(max-width: 768px){
	div.list_skin{
		margin-top: 0px;
		padding: 10px;
		border-style: none;
		border-bottom: 1px solid #E1E1E1;
	}
	div.list_skin > form{
		width: 100%;
		margin-top: 10px;
	}
	div.list_skin > form:first-child{
		margin-top: 0px;
	}
	div.list_skin > form > h1{
		margin-bottom: 5px;
		font-size: 14px;
	}
	div.list_skin > form > p > select{
		height: 30px;
		font-size: 12px;
	}
	div.list_skin > form > p > input{
		height: 28px;
		font-size: 12px;
	}
	div.list_skin > form > p > button{
		height: 28px;
		font-size: 12px;
	}
	form.list_skin{
		min-height: auto;
		margin: 0px 0px 20px 0px;
	}
	form.list_skin > div{
		height: 200px;
		border-style: none;
		border-bottom: 1px solid #E1E1E1;
	}
	form.list_skin > h1{
		margin: 20px 0px;
	}
	form.list_skin > h1 > span{
		margin: 0px;
		font-size: 10px;
	}
	form.list_skin > h1 > span > img{
		width: 50%;
		margin-bottom: 5px;
	}
	form.list_skin > table > tbody > tr > td{
		width: 25%;
		min-width: 80px;
		height: 40px;
		font-size: 12px;
	}
	form.list_skin > table > tbody > tr > td.web{
		display: none;
	}
	form.list_skin > table > tbody > tr > td.half{
		width: 10%;
		min-width: 32px;
	}
	form.list_skin > table > tbody > tr > td.name{
		width: auto;
		min-width: 64px;
		padding: 0px 5px;
	}
	form.list_skin > table > tbody > tr > td.icon{
		width: 25%;
		min-width: 80px;
	}
	form.list_skin > table > tbody > tr > td > img{
		width: 24px;
	}
	form.list_skin > table > tbody > tr > td > strong{
		font-size: 12px;
	}
	form.list_skin > table > tbody > tr > td > span{
		font-size: 12px;
	}
	form.list_skin > table > tbody > tr > td > a > i{
		font-size: 14px;
		vertical-align: -2px;
	}
	form.list_skin > p{
		margin: 20px 10px 0px 10px;
	}
	form.list_skin > p > button{
		width: 90px;
		height: 30px;
		font-size: 12px;
	}
	nav.pg_wrap{
		margin-top: 20px;
	}
	nav.pg_wrap > span.pg > strong.pg_current{
		width: 30px;
		font-size: 12px;
		line-height: 28px;
	}
	nav.pg_wrap > span.pg > a.pg_page{
		width: 30px;
		font-size: 12px;
		line-height: 28px;
	}
}
