/*** Livestream Box ***/
#box_livestream {
	background-image: url(/images/PORTAL_LIVESTREAMS_box_background.jpg);
	width: 336px;
margin-top: -1px;
margin-right: 11px;
margin-bottom: 23px;
margin-left: 11px;
border-top: 1px;
border-right: 1px;
border-bottom: 1px;
border-left: 1px;
border-color: #A7A9AC;
border-style: solid;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
}

#box_livestream .inside_box {
    color: #000222;
    font-family: Arial,Sans-Serif;
    font-size: 14px;
    font-weight: normal;
	border-spacing: 0 0;
	box-shadow: -5px 5px 5px #A7A9AC;
	min-width: 312px;

}

#box_livestream .inside_box a {
	text-decoration: none;
	color: #000222;
	font-weight: bold;
}

#box_livestream .inside_box a:hover {
	color: #4B79BE;
}

#box_livestream .inside_box tr {

}

#box_livestream .inside_box td {
	border-bottom: 2px solid #D2CFCF;
	height: 25px;
	line-height: 25px;
	padding: 0;
}

#box_livestream .inside_box td.bullet {
	background: url(/images/bullet_8x8_black.png) 9px center no-repeat;
	width: 30px;
}

#box_livestream .inside_box td.link {
	width: 140px;
}

#box_livestream .inside_box .ellipsis {
	width: 140px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#box_livestream .inside_box td.resolution {
	text-align: right;
	padding-right: 6px;
}

#box_livestream .inside_box td.icons {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

#box_livestream .inside_box td.icons img{
    margin: 0 3px;
}

#box_livestream .inside_box td.icons * {
    vertical-align: middle;
}

#box_livestream .inside_box td.viewers {
	background: url(/images/icons/g18_live_viewers.png) right 4px center no-repeat;
	width: 40px;
	color: #DB1F26;
	text-align: right;
	padding-right: 24px;
}
/*
<!--[if lt IE 8]>
#box_livestream .inside_box span {
    display: inline-block;
    height: 100%;
}
<![endif]-->
*/