@charset "utf-8";
/* CSS Document */

.accordion {
	width: auto;
	border-bottom: solid 1px #c4c4c4;
}

.accordion h2 {
}
td{
vertical-align: top !important;
}

.accordion  h3 span {
	font-size: 12px;
	color: #000000;
	margin-left:0px;
	vertical-align:top;
	display:block;	
}
.accordionText  h4, h2 {
	line-height: normal;
	margin: 0px;
	padding-top: 20px;
}


.accordion h3 {
	background: #EFF5F6 url(/images/buttons/toggleDetailsClose.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 130%/100% Trebuchet MS, Arial, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover, .accordion h3.hover {
	background-color: #C9CDCA;
	color: #F1530A;
}
.accordion h3.active {
	background: #5487ae url(/images/royalsrewards/toggleDetailsClose.gif) no-repeat right 5px;
	color: #FFFFFF;
}
.accordion p {
	padding: 10px 15px 20px 10px;
	border-left: dashed 1px #c4c4c4;
	margin-top: 0;
	margin-bottom: 0;
}
.accordion img{
	float: left;
	margin-right:4px;
	border:1px solid #666666;
	
	/*margin:4px;*/
}
.accordion  .accordionText {
	background: #F7F3EA;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
	height: auto;
	width: auto;
	padding-left: 25px;
	padding-bottom: 10px;
	padding-top: 2px;
}
.accordion .accordionText ul {
	margin-top: 0px;
	padding-top: 2px;
}

.accordion  .accordionText  .indent {
	padding-left: 30px;
	display: block;
}

.accordion table {
    margin-top:7px;
	}
	
.distext {
 font-size:11px;
 }

.whitebg {
	background: #FFFFFF;
	display: block;
}
.accordionText li {
	background: url(/images/bullets/arrow-trans.gif) no-repeat 0px 4px;
	padding-left: 18px;
}
.orangebullets li {
	background: url(/images/bullets/list-orangearrow.gif) no-repeat left 6px;
	list-style: none;
	padding-left: 12px;
}

