.vList {
	list-style: none;
	margin-bottom: 10px;
	padding: 0;
}
.vList img {
	width: 120px;
	height: 72px;
	float: left;
	margin-right: 10px;
}
.vList li {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
    border: 1px solid #BBBBBB;
    color: #333333;
    text-shadow: 0 1px 0 #FFFFFF;
    clear: both;
    margin: 10px;
    overflow: hidden;
    position: relative;
	border: 1px solid 		#aaa /*{c-body-border}*/;
	color: 					#333 /*{c-body-color}*/;
	text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/;
	background: 			#f9f9f9 /*{c-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-body-background-start}*/), to( #eee /*{c-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/);
}
.vList .zebra {
	border: 1px solid 		#aaa /*{c-body-border}*/;
	color: 					#333 /*{c-body-color}*/;
	text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/;
	background: 			#f9f9f9 /*{c-body-background-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-body-background-start}*/), to( #eee /*{c-body-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/);
}
.vList div {
	display: table;
	height: 72px;
}
.vList div>div {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;

}

@media all and (min-width: 800px){
	.vList li {
		display: inline-block;
		width: 48%;
		margin: 0  0 0 10px;
	}
}

#searchD {display: none;}

.ui-bar-z {
	background: #FFCE39 /*{a-bar-background-color}*/;
	color: #000000 /*{a-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #eeeeee /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #FFc666 /*{a-bar-background-start}*/), to( #e5a253 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #FFc666 /*{a-bar-background-start}*/, #e5a253 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #FFCE39 /*{a-bar-background-start}*/, #FFCE39 /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #FFc666 /*{a-bar-background-start}*/, #e5a253 /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #FFc666 /*{a-bar-background-start}*/, #e5a253 /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #FFc666 /*{a-bar-background-start}*/, #e5a253 /*{a-bar-background-end}*/);
}
.ui-bar-x {
	border: 1px solid #B13400 /*{a-bar-border}*/;

	color: #ffffff /*{a-bar-color}*/;
	font-weight: bold;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #444444 /*{a-bar-shadow-color}*/;
background: #d35726;
background: -moz-linear-gradient(top,  #d35726 0%, #f7ac22 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d35726), color-stop(100%,#f7ac22));
background: -webkit-linear-gradient(top,  #d35726 0%,#f7ac22 100%);
background: -o-linear-gradient(top,  #d35726 0%,#f7ac22 100%);
background: -ms-linear-gradient(top,  #d35726 0%,#f7ac22 100%);
background: linear-gradient(to bottom,  #d35726 0%,#f7ac22 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d35726', endColorstr='#f7ac22',GradientType=0 );

}
.ui-header .ui-title { overflow: visible; margin: 0;}

.iframe {
	width: 99%; height: 200px
}
.nSpace span{
	white-space: pre-wrap;
}
.share img {
	display: inline;
	width: 48px;
	height: 48px;
	margin: 0 5px 0 2px ;
}
.share {
	margin: 10px 0 10px 0 ;
	text-align: center;
}
.share a:active, .share a:hover {
	opacity:0.4;
}
.ui-listview-z, .ui-listview-filter {
	margin: 15px 0 0 0 !important;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
#btnTopPage {
  display: none;
  position: fixed;
  bottom: 5px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 4px;
  width: 130px;
}
#btnTopPage:hover {
  background-color: #555;
}
.vjs_iframe {
	width: 100%;
	height: 420px;
	max-height: 420px;
}