/* CSS Document */


/* live accordion
=====================================================*/

	.accordion_toggle {
	display: block;
	background: url(../live/images/arrow01.gif) 0 0 no-repeat #bce3e7;
	padding: 0 0 0 23px;
	color: #de8589;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	border-bottom: 1px dashed #999;
	cursor: pointer;
	margin: 0;
	line-height:25px;
}

	.accordion_toggle_active {
		background: url(../live/images/arrow02.gif) 0 0 no-repeat #90d5d3;
		color: #fff;
		border-bottom: none;;
		line-height:25px;
	}
		.accordion_toggle_active .livetit{
			color:#fff;
		}
	.accordion_content {
	color: #555;
	overflow: hidden;
	}

#live .col{
	background:#fff;
	padding:8px;
	border:none;
	}

#live .livetit{
	border-bottom:none;
	font-size:12px;
	}

#live .accodiontit{
	width:610px;
	border-bottom:none;
	}
