/* Email us table */

.emailus {
	font: normal 11px verdana,arial,helvetica,sans-serif;
	color: #000;
	background-color: #fc6;
	width: 211px;
	border-top: 10px solid #fc6;
	border-bottom: 2px solid #ff7d00;
	margin-bottom:10px;
}
.emailus td {
	padding: 0px 10px 6px 5px;
}
.emailus a {
	display: block;
	padding: 0px 10px 8px 5px;
}
/* / Email us table */

/* / main static table */
.statictable {
	margin: 0px 0px 20px 0px;
}
.statictable td {
	color: #000;
	background-color: #fff;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	border: 2px solid #ff7d00;
	margin: 0px;
}
.statictable h6 {
	margin-bottom: 8px;
}
/* main static table */

/* essentials panel */

.essentialpanel {
	border: 2px solid #fc6;
	color: #000;
	background-color: #faf7ea;
	margin-bottom: 10px;
	padding: 5px 5px 10px 5px;
}

.essentialpanel p {
	color: #000;
	background-color: transparent;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 5px 5px 0px;
	margin:0px;
}
.essentialpanel img {
	margin: 5px;
}
.essentialpanel ul {
	margin: 0px 5px 15px 20px;
	list-style-type: disc;	
}
.essentialpanel ol {
	margin: 0px 5px 10px 27px;
	list-style-type: decimal;	
}
.essentialpanel li {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
.essentialpanel ol li {
	padding-bottom: 5px;
}
.essentialpanel h5, .essentialpanel h4 {
 margin-left:0px;
}
.essentialpanel table {
	border: solid 2px #fc6;
	font:normal 11px verdana,arial,helvetica,sans-serif;
	color:#333;
	background-color: #fff;
	width:544px;
	text-align:left;
	margin-bottom: 5px;
}
.essentialpanel table td {
	padding:2px 0px 2px 5px;
}
.essentialpanel table th {
	padding:2px 0px 2px 5px;
	text-align:left;
	background-color:#fc6;
	color:#ff7d00;
}
.essentialpanel .tanrow {
	background-color:#faf7ea;
}
.essentialtext {
	font: bold 13px Arial, Helvetica, sans-serif;
	color:#0065ce;
}
/* / essentials panel */

/* about us / privacy / terms and conditions */
.staticpanel {
	border: 2px solid #ff7d00;
}
/* / about us / privacy / terms and conditions */

/* Editorial Pages */

.editorialtopics {
  color: #000;
  background-color: #fc6;
  width: 211px;
  border-top: 10px solid #fc6;
  border-bottom: 2px solid #ff7d00;
	padding:5px 0px;
}
.editorialtopics a {
	display: block;
	padding: 4px 10px 4px 5px;
  font: normal 12px verdana,arial,helvetica,sans-serif;
}

.editorialquestions {
  margin:5px 0px 0px 5px;
	padding-bottom: 10px;
	width:544px;
  border: 1px solid #ff7d00;
  background-color:white;
}
.editorialquestions ul {
  margin:5px 0px 5px 0px;
  padding-left:20px;
}
.editorialquestions li {
  list-style-image: url('/th/images/buttons/arrow_right_small.gif');
  vertical-align:top;
  margin-left:5px;
	padding-bottom: 3px;
}
.editorialanswers {
  font: normal 11px verdana,arial,helvetica,sans-serif;
  margin: 5px 0px 10px 5px;
	padding-bottom: 20px;
  width:543px;
  border: 1px solid #ff7d00;
  background-color:white;
}
.editorialanswers td {
  font: normal 11px verdana,arial,helvetica,sans-serif;
	padding: 2px;
}
.editorialanswers ul {
  margin:5px 0px;
  padding-left: 5px;
}
.editorialanswers li {
  vertical-align:top;
  margin-left:5px;
	padding-bottom: 3px;
	list-style-type: disc;
}
.editorialanswers h4 {
	padding: 5px 5px 0px 5px;
	margin-left: 0px;
}
.editorialanswers h5 {
	color: #ff7d00;
	padding: 0px 5px 0px 5px;
	margin-left: 0px;
	clear:left
}
.editorialanswers p {
 padding: 0px 10px 5px 5px;
 margin-bottom: 0px;
}
.editorialanswers ul {
	color:black;
	font-weight: normal;
	margin: 0px 10px 10px 17px;
}
.editorialanswers ul li {
	margin: 0px 5px 4px 5px;	
	list-style-type: disc;
}
.editorialanswers ol li {
	margin: 0px 5px 4px 5px;	
}
.editorialanswers ol li .alpha {
	list-style-type: lower-alpha;	
	background-color: red;
}
.backtotop {
  color:red;
	margin:5px 10px 0px 10px;
	display:inline;
	width:100%;
	text-align:right;
}

