
.cleaner{clear: both;line-height:0px;height:0;margin:0;padding:0;font-size:0;}

ul#subn0 li {
	padding:5px 10px;
	margin:5px 20px;
	border:1px solid #eee;
}

.p0{
	background-color:#ffc;
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}
.hide,input.hide{display:none}
#plan {
	position:absolute;
	width:770px;
	height:351px;
	margin: 0 0 0 -180px;
	float:left;
}

#imgp,#videop,#nomp {
	position:absolute;
	display:none;
	box-shadow: 10px 10px 5px grey;
	padding:20px 20px 20px 20px;
	margin:0;
	border:1px solid #aaa;
}
#mplyr{
	display:none;
}
#imgp img {max-width:100%}
#videop,#nomp,#mplyr {
	background-color:#fff;
}
#videop .ttl,#nomp .ttl,#mplyr .ttl {
	height:20px;
	background:url(../images/close.png) no-repeat top right;
	margin:-15px -15px 0 0;
	cursor:pointer;


} 
#mp3data {width:380px;text-align:left;font-size:11px;margin-top:15px }
#mp3data td {
	vertical-align:top; 
	margin:0;padding:1px 3px;
	border-bottom:1px solid #aaa;
	text-transform:uppercase;
}
#mp3data .h {width:30%;color:#777}
#mp3data .m3ct {font-size:12px; color:#e3152b;font-weight:bold;}
#mp3data .m3ct span{color:#FFFFaa}


#nomp {
	padding:0;background-color:#aaa;
	cursor:default;
}

.mapCanvas{
	width:100%;
	height:450px;
	background-color:#fff;
	display:block;
}

#ebbox{max-height:600px;overflow:auto;}
.ebd,.ebe{
	font-size:12px;
}
.ebd {text-transform:uppercase;font-weight:bold;padding:4px 15px}
.ebe{
	border-bottom:1px solid #fff;
	background:rgba(255,255,255,0.4);
	
	
}
.ebdata a,.ebdata span{
	display:block;
	font-size:14px;
	line-height:17px;
	font-weight:bold;
	
}
.ebdata{
	float:left;
	width:61%;
	padding:8px 6px 1px 6px;
	
}
.ebimg{
	float:left;
	width:39%;
	padding-bottom:1px;
}
.lmtitle{
	padding:3px 15px;text-align:left;font-size:11px;font-weight:bold;text-transform:uppercase
}
.rmtitle{padding:3px 10px;margin-bottom:14px;text-align:left;font-size:11px;font-weight:bold;text-transform:uppercase}

.sml{font-size:12px}

.lngsel a{font-weight:bold}

.frmcaptcha {
	float:left;
	margin-bottom:50px;
}
.frmsendbutton {
	float:right;
	text-align:right;
	margin-bottom:50px;
}
.formtbl{
	width:100%;
	
}
.formtbl p{
	padding:0;
	margin:0;
}
.formtbl .ftr {
	padding:9px 0;
	width:100%;
}
.formtbl input[type="text"],
.formtbl textarea
{
	width:100%;
	border:1px inset #fff;
	background-color:#fafafa;
	padding:5px 10px;
}
.formtbl .ftr.o{display:table-row;}
.formtbl .o .ftt,.formtbl .o .ftf {
	display:table-cell;
}
.formtbl .o .ftf {
	width:50px;
	padding:30px:
}
.formtbl .o .ftf input{margin-left:20px}
.formtbl input::-webkit-input-placeholder{
  color: #aaa;
}
.formtbl input:-moz-placeholder{
  color: #aaa;
}
.formtbl textarea::-webkit-input-placeholder{
  color: #aaa;
}
.formtbl textarea:-moz-placeholder{
  color: #aaa;
}

@media only screen and (max-width: 767px ) {
	.formtbl{width:100%;}
}
.gtr{
	padding:20px 0;
}
.gtr fieldset{
	border:1px solid #eee;
	border-radius:10px 10px;
	padding:15px 10px;
}
.gtr legend{
	margin-left:30px;
	font-weight:bold;
	color:#aaa;
	font-size:large;
}
ul.flist,ul.flist ul,.ftbl{
	list-style:none;
	padding:0;
	font-size:12px;
	margin:0;
}
.fgr{color:#aaa}
.chcv{width:50px;padding:0 15px}
input.timepick {width:30px}
table.table, table.orders {
	border-spacing: 0;
    border-collapse: collapse;
	margin:10px 0;
	width:100%;
	background-color:#fff;
}

.table td,.table th,.orders td,.orders th{
	padding:5px 10px;
	border-bottom:1px solid #eee;
}
.table th,.orders th{
	background-color:#fafafa;
	text-align:left;
	font-weight:bold;
	color:#777;
}
.table th.light,.orders th.light{
	background-color:#fdfdfd;
	font-weight:normal;
}
.table.cnt th, .table.cnt td, .table th.cnt, .table td.cnt{text-align:center}
.table.cnt tr th:first-child, .table.cnt td:first-child{
	text-align:left
}
.table.left th, .table.left td, .table th.left, .table td.left{text-align:left}

table.table.sml{
	font-size:11px;
	line-height:13px;
}
table.table.sml td,table.table.sml th{
	padding:3px 5px;
}
table.table.autowidth{
	width:auto;
}
.tright {text-align:right}
.bld{font-weight:bold}

ol.alpha {
  counter-reset: list;
}
ol.alpha > li {
    list-style: none;
    position: relative;
}
ol.alpha > li:before {
    counter-increment: list;
    content: counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
}