/* ctrl_LiveStreamBar.ascx */

div.c_lsb_bottombar
{
	width:100%;
	height:26px;
	position:fixed;
	bottom:0px;
	z-index:10; 
	background-color: #DDE9F7;
	background-image: url(cg_bckg.png);
	background-repeat: repeat-x;
	/*
	border-top: solid 1px #96B6E7;
	border-Bottom: solid 2px #96B6E7;
	*/
}

div.c_lsb_bottombar .canyou_w_open
{
	margin-top: 2px;
	height: 22px;
	width: 220px;
	border-left: solid 1px white;
	border-right: solid 1px white;
	float: right;
	position: relative;
	
}
div.c_lsb_bottombar .canyou_w_open .separator
{
	display: none !important;
}
div.c_lsb_bottombar .canyou_w_closed
{
	height: 24px;
	width: 222px;
	float: right;
	position: relative;
	
}
div.c_lsb_bottombar .canyou_w_closed #csr
{
	float: right !important;
}
div.c_lsb_bottombar .canyou_w_open .canyou,div.c_lsb_bottombar .canyou_w_closed .canyou
{
	position: absolute;	
	line-height: 22px;
	text-align: left;
	z-index: 12;
	left: 0px;
}
div.c_lsb_bottombar .canyou_w_open .canyou
{	
	border-left: solid 1px #C1C0BC;
	border-right: solid 1px Gray;
	border-bottom: solid 1px Gray;
	width: 218px;
	background-color: White;
	height: 21px;
	top: -3px;
	padding-top: 3px;
	background-image: url(cg_close.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
div.c_lsb_bottombar .canyou_w_closed .canyou
{
	height: 21px;
	width: 218px;
	padding: 2px 2px 0;
	background-image: url(cg_open.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
div.c_lsb_bottombar .canyou_w_open .canyou a, div.c_lsb_bottombar .canyou_w_closed .canyou a
{
	text-decoration: none;
	display: block;
	width: 188px;
	padding-right: 30px;
	text-align: right;
}
div.c_lsb_bottombar .canyou_w_open .canyou a::-moz-focus-inner , div.c_lsb_bottombar .canyou_w_closed .canyou a::-moz-focus-inner 
{ 
	border-color: transparent ! important; 
}
div.c_lsb_bottombar .canyou_w_closed .menu
{
	display: none;
}
div.c_lsb_bottombar .canyou_w_open .menu 
{
	display: block;
	border: solid 1px #D4D0C8;
	border-right-color: Gray;
	border-bottom-color: Gray;
	width: 896px;
	padding: 5px 5px 5px;
	float: none;
	position: absolute;
	bottom: 24px;
	left: -688px;
	background-color: White;
	font-size: 12px;
	z-index: 11;
	font-weight: normal;
}
div.c_lsb_bottombar .menu div
{
	padding:5px 0;
	cursor: pointer;
}
div.c_lsb_bottombar .menu #allinprod, 
div.c_lsb_bottombar .menu #allincat
{
	border-top:1px solid #C1C1C1;	
	padding:5px 0;
	cursor: pointer;
}
/*
div.c_lsb_bottombar .menu #lsb_q0,
div.c_lsb_bottombar .menu #lsb_q1,
div.c_lsb_bottombar .menu #lsb_q2,
div.c_lsb_bottombar .menu #lsb_q3,
div.c_lsb_bottombar .menu #lsb_q4
{
	padding:5px 0;
	cursor: pointer;
}
*/
div.c_lsb_bottombar .menu a .qttl
{
	color: #3E33CC;	
}
div.c_lsb_bottombar .menu .lsselected a .qttl
{
	color: White;	
}
div.c_lsb_bottombar .menu .lsselected
{
	background-color:#4D7CD6;
	color: White;
}

div.c_lsb_bottombar .c_lsb_body
{
	width: 962px;
	margin: 0 auto;	
}
div.c_lsb_bottombar .section
{
	margin-top: 2px;
	height: 22px;
	line-height: 22px;
	float: left;
}
div.c_lsb_bottombar .separator
{
	margin-top: 1px;
	border-left: solid 1px white;
	border-right: solid 1px white;
	background-color: #96B6E7;
	height: 23px;
	width: 1px;
	float: left;
}
div.c_lsb_bottombar .left
{
	
}
div.c_lsb_bottombar .fixyaw
{
	border-right: solid 1px #96B6E7;
	border-left: solid 1px #96B6E7;
	width: 59px;
	height: 23px;
	float: left;	
}
div.c_lsb_bottombar .fixyalogo
{
	width: 57px;
	background-image: url(cg_logo.png);
	background-repeat: no-repeat;
}
div.c_lsb_bottombar .middle
{
	padding-left: 10px;
	width: 660px;
	overflow: hidden;
}
div.c_lsb_bottombar #lsb_text
{
	font-size: 13px;	
}

div.c_lsb_bottombar .menu a.nolink
{
	text-decoration: none;
	color: Black;	
}
div.c_lsb_bottombar .menu .lsselected a.nolink
{
	color: white;
}