/* clearfix  */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
/* WinIE7 only */
*:first-child+html .clearfix{
	height:1%;
}

 /* WinIE6 and below */
 /*?*/
 * html .clearfix{height:1%;}
 /**/
 
 /* MacIE only */
 /*?*//*/
 .clearfix{
 	display:inline-table;
}
/**/


.liveBox a {
	text-decoration: none;
}
.liveBox a:hover {
	text-decoration: none;
}
.liveBox a img {
	border: none;
}
.liveBox {
	width: 320px;
	overflow: hidden;
	margin-bottom: 7px;
}
.liveBox .liveTab {
	float: left;
	margin-right: 10px;
}
.liveBox .maxtvTab {
	float: left;
	margin-right: 5px;
}
.liveBox .poptvTab {
	float: left;
}
.liveBox .liveControls {
	background-image: url("../images/live-controls-bg.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #f0f0f0;
	color: #999;
	text-align: right;
	line-height: 16px;
	border-left: 1px solid #c1c1c1;
	border-right: 1px solid #c1c1c1;
	border-bottom: 1px solid #dadada;
	height: 25px;
	padding: 0 5px 0 5px;
}
.nowLive .liveControls {
	background-image: url("../images/live-controls-bg-live.png");
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #BA0E00;
	color: #DD8780;
	text-align: right;
	line-height: 16px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	overflow: hidden;
	height: 26px;
}
.liveBox .liveControls .upArrow {
	background-image: url("../images/live-box-up-arrow-gray.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 15px;
	height: 15px;
	overflow: hidden;
	margin: 6px 0 0 5px;
	display: block;
	float: right;
}
.liveBox .liveControls .upArrow:hover {
	background-image: url("../images/live-box-up-arrow-gray.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.liveBox .liveControls .downArrow {
	background-image: url("../images/live-box-down-arrow-gray.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 15px;
	height: 15px;
	overflow: hidden;
	margin: 6px 0 0 5px;
	display: block;
	float: right;
}
.liveBox .liveControls .downArrow:hover {
	background-image: url("../images/live-box-down-arrow-gray.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.nowLive .liveControls .upArrow {
	background-image: url("../images/live-box-up-arrow.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.nowLive .liveControls .upArrow:hover {
	background-image: url("../images/live-box-up-arrow.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.nowLive .liveControls .downArrow {
	background-image: url("../images/live-box-down-arrow.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.nowLive .liveControls .downArrow:hover {
	background-image: url("../images/live-box-down-arrow.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.liveBox .liveTab {
	background-image: url("../images/live-box-live-tab-gray.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 155px;
	height: 30px;
	overflow: hidden;
}
.liveBox .liveTab:hover {
	background-image: url("../images/live-box-live-tab-gray.png");
	background-repeat: no-repeat;
	background-position: top right;
}
/*.liveBox .liveTab {
	background-image: url("../images/live-box-live-tab.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 102px;
	height: 30px;
	overflow: hidden;
}
.liveBox .liveTab:hover {
	background-image: url("../images/live-box-live-tab.png");
	background-repeat: no-repeat;
	background-position: top right;
}*/

.nowLive .liveTab {
	background-image: url("../images/live-box-live-tab.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 155px;
	height: 30px;
	overflow: hidden;
}
.nowLive .liveTab:hover {
	background-image: url("../images/live-box-live-tab.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.liveBox .maxtvTab {
	background-image: url("../images/live-box-maxtv-tab.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 97px;
	height: 30px;
	overflow: hidden;
}
.liveBox .maxtvTab:hover {
	background-image: url("../images/live-box-maxtv-tab.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.liveBox .poptvTab {
	background-image: url("../images/live-box-poptv-tab.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 320px;
	height: 50px;
	overflow: hidden;
}
.liveBox .poptvTab:hover {
	background-image: url("../images/live-box-poptv-tab.png");
	background-repeat: no-repeat;
	/* background-position: top left;*/
}
.liveBox .selected {
	background-position: top right;
}
.liveBox .stream {
	background-image: url("../images/stream-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	width: 300px;
	height: 50px;
	overflow: hidden;
	padding: 7px 5px 7px 5px;
}
.liveBox .irpiniatube {
	width: 300px;
	height: 240px;
	overflow: hidden;
	padding: 7px 5px 7px 5px;
}
/*.liveBox .chanPoptv {
	background-image: url("../images/stream-bg-poptv.png");
	background-repeat: no-repeat;
	background-position: center;
}*/
.liveBox .chanMaxtv {
	background-image: url("../images/stream-bg-maxtv.png");
	background-repeat: no-repeat;
	background-position: center;
}
.liveBox .chan24ur {
	background-image: url("../images/stream-bg-24ur.png");
	background-repeat: no-repeat;
	background-position: center;
}
.liveBox .streamThumb {
	width: 64px;
	height: 50px;
	float: left;
	overflow: hidden;
	margin-right: 10px;
}
.liveBox .streamContent {
	float: left;
	width: 220px;
	overflow: hidden;
}
.liveBox .streamContent h3 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
	display: block;
	width: 210px;
	/*height: 32px;*/
	overflow: hidden;
}
.liveBox .streamTime {
	font-size: 11px;
	line-height: 11px;
	color: #888;
}
.liveBox .streamTime strong {
	color: #BA0E00;
}
.liveBox .maxtvContent {
	background: transparent;
	background-image: url("../images/live-box-maxtv-bg.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 310px;
	height: 280px;
	overflow: hidden;
	padding: 0;
	border-left: none;
	border-right: none;
	padding: 5px;
}
.liveContent {
	padding: 3px 5px 0;
	_height: 196px;
	min-height: 196px;
	overflow: hidden;
	background-image: url("../images/live-box-content-bg.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
.poptvContent {
	padding: 3px 5px 0;
	_height: 222px;
	min-height: 545px;
	overflow: hidden;
	background-image: url("../images/live-box-content-bg.png");
	background-repeat: no-repeat;
	background-position: bottom left;
}
.liveBox .poptvContent a {
	color: #333;
}
.liveBox .poptvContent a:hover {
	color: #999;
}
.liveBox .live {
	background-image: url("../images/stream-live-bg.png");
	background-repeat: no-repeat;
	background-position: center;
	color: white;
}
.liveBox .livePoptv {
	background-image: url("../images/stream-live-bg-poptv.png");
	background-repeat: no-repeat;
	background-position: center;
}
.liveBox .liveMaxtv {
	background-image: url("../images/stream-live-bg-maxtv.png");
	background-repeat: no-repeat;
	background-position: center;
}
.liveBox .live24ur {
	background-image: url("../images/stream-live-bg-24ur.png");
	background-repeat: no-repeat;
	background-position: center;
}
.liveBox .live .streamContent {
	width: 140px;
	overflow: hidden;
}
.liveBox .live .streamContent a {
	color:white;
}
.liveBox .live .streamTime {
	font-size: 11px;
	line-height: 11px;
	color: #DD8780;
}
.liveBox .live .streamTime strong {
	color: white;
}
.liveBox .stream .live-play {
	display: block;
	float: left;
	background-image: url("../images/live-play-btn.png");
	background-repeat: no-repeat;
	background-position: top left;
	width: 49px;
	height: 49px;
	overflow: hidden;
	margin: 2px 2px 0 0;
}
.liveBox .stream:hover .live-play {
	background-image: url("../images/live-play-btn.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.maxtvContent h3 {
	color: white;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}
.maxtvContent h3 span {
	font-weight: bold;
}
.maxtvContent h4 {
	color: #e6bf91;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}
.maxtvContent h4 span {
	font-weight: bold;
}
.maxtvContent .info {
	margin: 9px 7px 0 7px;
}
.maxtvContent a img {
	margin-top: 9px;
}
.live-box-on-poptv {
	background-image: url("../images/live-box-on-poptv.png");
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	width: 210px;
	height: 19px;
	overflow: hidden;
	margin: 4px 0 0 50px;
	float: left;
	display: inline;
}
.live-box-on-poptv:hover {
	background-image: url("../images/live-box-on-poptv.png");
	background-repeat: no-repeat;
	background-position: top right;
}
.liveTab h2 {
	display: none;
}
.maxtvTab h2 {
	display: none;
}
.poptvTab h2 {
	display: none;
}
.liveSpecial {
	background-color: transparent;
	background-image: url("../images/live-box-featured-bg.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	_height: 197px;
	min-height: 197px;
	border-left: none;
	border-right: none;
	padding: 2px 5px 0 5px;
}
.liveSpecial .streamThumb {
	float: none;
	display: block;
	height: 172px;
	overflow: hidden;
	width: 310px;
}
.liveSpecial .liveBoxBottom {
	display: none;
}
.liveSpecial .streamContent {
	background-color: transparent;
	background-image: url("../images/live-box-featured-content-bg.png");
	background-repeat: no-repeat;
	background-position: top left;
	float: none;
	overflow: hidden;
	width: auto;
	height: 21px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 4px 7px 0 7px;
}
.liveSpecial .streamContent a {
	color: #f0aba3;
	text-transform: none;
	font-weight: normal;
}
.liveSpecial .streamContent a:hover {
	color: white;
}
.liveCurrentPage {
	float: right;
	margin-top: 6px;
}