
	
		.accordion_toggle {
			display:block;
			height: 25px;
			width: 100%;
			background: url(/images/newdesign/bol_banner_blue.gif) no-repeat top right;
			outline: none;
			border-bottom: 1px solid #fff;
			cursor: pointer;
		}

		.accordion_toggle h2 {
			line-height: 25px;
			font-weight: normal;
			font-size: 12px;
			color: #fff;
			text-decoration: none;
			margin: 0;
			padding-left: 5px;
		}
		
		.accordion_toggle_active {
			background: url(images/newdesign/bol_banner_red.gif) no-repeat top right;
			color: #ffffff;
			border-bottom: 1px solid #fff;
		}
		
		.accordion_content {
			background-color: #efefef;
			color: #000;
			overflow: hidden;
			padding-bottom: 10px;
		}

		.accordion_content td {
			padding: 3px;
			font-family: Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#000;
		}

			
		.accordion_content th {
			padding: 3px;
			background-color:#efefef;
			color: #000;
			text-align:left;
			font-weight: bold;
			font-family: Arial, Helvetica, sans-serif;
			font-size:10px;
			border-bottom: 2px solid #ccc;
		}
			
			
	.accordion_content_footer {
			height: 30px;
		}