@charset "utf-8";
/* CSS Document */
html {
	overflow-Y: scroll;
}

*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}

.container {
	width: 330px;
	height:auto;
}

h2.acc_trigger {
	padding: 0 0 8px 15px;	margin: 0 0 2px 0;
	
	background-color:#c1c1c1;
	height: 20px; line-height:30px;
	width: 288px;
	font-weight: normal;
	float:left;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-bottom-top-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	text-shadow: 1px 1px 1px #fff;
}
h2.acc_trigger a {
	color:#000;
	text-decoration: none;
	display: block;
	padding: 0 0 0 20px;
}
h2.acc_trigger a:hover {
	color:#033;
	background-color:#CCC;
		-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-bottom-top-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	height:28px;
}
.package-title{padding: 0;	margin: 0 0 2px 0;
	background-color: #ee7c32;
	height: 30px; line-height:35px;
	width: 283px;
	font-weight: normal;
	float: left;
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-bottom-top-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	color:#FFF;
	text-decoration: none;
	display: block;
	font-size:14px; font-weight:bold;
	padding: 0 0 0 20px;
	height:33px;
	text-transform:uppercase;
	}

h2.active {background-position: left bottom;}
.acc_container {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	width: 300px;
	clear: both;
	background: #fff;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.acc_container-1 {
	margin: 0 0 5px; padding: 0;
	overflow: hidden;
	width: 302px;
	clear: both;
	background: #fff;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px; 
}
.acc_container-1 .block {
	padding: 10px;
}
.acc_container .block {
	padding: 10px;
}
.acc_container .block p {
	padding: 5px 0;
	margin: 5px 0;
}
.acc_container h3 {
	font: 2.5em normal Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #ccc;
}
.acc_container img {
	float: left;
	margin: 10px 15px 15px 0;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ccc;
}
#bg-accordion{ background-color:#930; border:4px solid #960; border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius:5px;}
