.faq_header {
	color: #782631;
	text-decoration: underline;
	font-weight: bold;
	padding-top: 10px;
	display: block;
}
.faq_link {
    color: #782631;
}

.highlight {
    background:#000000;
    color: #FFFFFF;
}

.toplink {
display:block;
margin-bottom:6px;
text-align:right;
}

/* =FAQ page specific styling to overwrite thomsonWorldwide.css
-----------------------------------------------------------------------------*/

#content,#holiday_summary_div {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
    border: solid 4px #616569;
  	width: 686px;
	float: right;
	font-size:1.2em;
	display: inline; /* for IE6 double margin bug */
}

.topLeftCurveBox{
	background: #fff;
	padding: 4px;
	margin-bottom: 2em;
	border:none !important;
}

.highlight {
    background:#000000;
    color: #FFFFFF;
}

p.highlight, #offerBox p, h2.highlight{
    background:#000;
    color: #fff;
    font-weight:bold;
    margin-bottom:6px;
    padding:2px 6px 2px 10px;
}

/* Volcano FAQs */
.faqsVolcano ul li strong {
	font-size: 1.2em;	
}
.faqsVolcano .btt {
	clear: both;
	display: block;
	float: right;	
}
.faqsVolcano .highlight {
	clear: both;
}


/* FAQ Definition list */ 

dl.list dd {float: left; display: inline; width: 150px;}
dl.list dt {float: left; display: inline; width: 150px; clear:both}
dl.list {width: 350px; overflow: auto; margin-bottom: 15px;}

dl.wideList dd{ float: right; display: inline; width: 300px; }
dl.wideList dt {float: left; display: inline; width: 170px; clear:both;}
dl.wideList {width: 550px; overflow: auto; margin-bottom: 15px;}
dl.wideList .header { font-weight: bold; margin-bottom: 5px; }
