 
#rb-toggleRootContainer {
	max-width:980px;	
}
 
#rb-toggleRootContainer h2 {
   margin-top: 10px !important;
	 margin-bottom: 0 !important;
   padding: 0 !important;
   font-weight: bold;
}

h3.rb-toggleHeader {
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 0 0 0 10px !important;
	margin: 5px 0 0 0 !important;
	border:1px solid #dfdfdf;
	background-color: #F1F1F1;
	background-image: -ms-linear-gradient(top, #F9F9F9, #ECECEC);
	background-image: -moz-linear-gradient(top, #F9F9F9, #ECECEC);
	background-image: -o-linear-gradient(top, #F9F9F9, #ECECEC);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#ECECEC));
	background-image: -webkit-linear-gradient(top, #F9F9F9, #ECECEC);
	background-image: linear-gradient(top, #F9F9F9, #ECECEC);
	height: 34px;
	line-height: 34px !important;
	width: 600px;
	font-size: 15px !important;
	font-weight: normal !important;
	float: left;
}

h3.rb-toggleHeader a {
	background:url(../images/arrow-light.png) 99% 50% no-repeat;
	color: #464646;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	display: block;
	text-shadow:#fff 0 1px 0;
}

h3.rb-toggleHeader a:hover {
	background:url(../images/arrow-dark.png) 99% 50% no-repeat;
	color: #444;
}

h3.rb-active {
	background-position: left bottom;
}

.rb-toggleContainer {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 1px solid #dfdfdf;
	border-top:none;
	background: #fcfcfc;
	overflow: hidden;
	font-size: 12px;
	clear: both;
	color:#333;
	width:610px;
}

.rb-toggleContainer .rb-toggleBlock {
	padding: 20px;
}
 