/* Basic CSS Import----------------------- */
@import url(../common/common.css);
@import url(../common/style.css);

/* Unique CSS ----------------------- */

#live-head	{	background-image:url(../../images/live/live-head.gif);	}

#main h3	{
	width:490px;
	height:32px;
	margin:0;
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	font-size: 1px;
	line-height: 0;
	text-indent: -9999px;
}

#brandNew-live	{	background-image:url(../../images/live/brandNew-live.gif);	}
#past-live	{	background-image:url(../../images/live/past-live.gif);	}


.live-new	{
	padding:0 0 20px;
}

.live-new h4	{
	font-size:13px;
	margin:0 10px 1px;
	padding:0 2px 1px;
	border-bottom:1px dotted #7E7D7D;
}

.live-new p	{
	font-size:11px;
	padding:0 0 5px 0;
	margin-bottom:0;
}


.live-new dl	{
	border-bottom:1px dotted #7E7D7D;
	margin-bottom:10px;
}

.live-new dl dt,.live-new dl dd	{
	font-size:11px;
	line-height:120%;
}

.live-new dl dd	{
	margin-left:80px;
	padding-left:5px;
	border-left:1px solid #999999;
}


#past-live-module dl	{
}

#past-live-module dl dt,#past-live-module dl dd	{
	font-size:11px;
	line-height:120%;
}

#past-live-module dl dd	{
	margin-left:70px;
	padding-left:5px;
	border-left:1px solid #999999;
}