@charset "ISO-8859-1";
/* CSS Document */

	
	#accordion {
	border: 1px solid #1F669B;
	width: 900px;
	height: 310px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 11px;
	position:relative !important;
	display:block;
	overflow:hidden;
	background-image:url(images/aston.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
	h3 {
			font-size: 12px;
			padding: 6px 6px 4px 35px;
			margin: 0;
			color:#fff;
			border-bottom:1px solid #333333;
			cursor:pointer;
			display:block;
			background-image:url(images/tab-left.gif);
			background-position:top left;
			background-repeat:no-repeat;
	}
	
	#visible {
	background-image:url(images/tab-left-active.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006A83;
	}
	
	.panel_body {
	height:200px;
	display:block;
	position:relative;
	color:#FFFFFF;
	}
	
	.panel_body div {
			padding:3px 5px;
	}
	
	.panel{
	bottom:0px;
	margin:0px;
	padding:0px;
	background-image:url(images/tab-right.gif);
	background-position:top right;
	background-repeat:repeat-x;
	background-color:#333333;
	z-index: 10;
	}
	.wrapper{
		bottom:0px;
		position:absolute;
	}
#accordion a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#accordion a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#accordion a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#accordion a:hover {
	color: #99CC00;
	text-decoration: none;
}
.imageizda {
	float: left;
	margin: 2px;
	padding: 2px;
}

