#basic_html {
	width: 800px;
	background-position: left top;
	background-repeat: no-repeat;
	margin: 5px;
	}

#basic_html H1 {
	display:block !important;
	text-indent: 0 !important;
	padding: 0 0 20px 0;
	margin: 0;
	text-transform:uppercase;
	clear: both;
	color: #333;
	font-size: 3em;
	line-height: 1em;
	font-weight: normal;
	}

#basic_html h2 {
	padding: 10px 0 10px 0;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	}

#basic_html h3 {
	padding: 8px 0 12px 0;
	font-weight: bold;
	text-transform: none;
	font-size: 1.1em;
	}

#basic_html p {
	padding: 0 0 12px 0;
	color: #333333;
	}


#basic_html a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	}

#basic_html a:hover,
#basic_html a:focus {
	color: #999;
	text-decoration: underline;
	}



#basic_html table {
	background-color: #000000;
	width: 99%;
	font-size: 0.95em;
	margin-bottom: 15px;
	margin-top: 10px;
	}

#basic_html table table {
	font-size: 1em;
	}

#basic_html th {
	background: #efefef;
	vertical-align:top;
	text-align:left;
	padding: 5px 5px 5px 5px;
	}

#basic_html td {
	background: #fff;
	text-align: left;
	padding: 5px 5px 5px 5px;
	}

#basic_html td p.footnote {
	font-size: 0.9em;
	}
	
#basic_html td.center_row,
#basic_html th.center_row {
	text-align: center;
	}

#basic_html ul {
	margin-bottom: 10px;
	}

#basic_html ul li {
	list-style-type:disc;
	margin-left: 14px;
	padding-left: 0px;
	list-style-position: inherit;
	}



#basic_html h2 {
	padding: 15px 0 15px 0;
	font-size: 1.8em;
	font-weight: normal;
	text-transform: uppercase;
	border-top: 1px dotted #d5d5d5;
	margin: 15px 0 0 0;
	}

#basic_html h3 {
	text-transform: uppercase;
	}

#basic_html a.backtotop {
	color: #666;
	text-decoration: underline;
	font-weight: normal;
	}

#basic_html a.backtotop:hover,
#basic_html a.backtotop:focus {
	text-decoration: none;
	}

#basic_html ul.help_terms_menu {
	float: left;
	width: 300px;
	padding: 0 30px 0 0;
	margin: 0 0 15px 0;
	list-style-type: none;
	}

#basic_html ul.help_terms_menu li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 2px 0;
	}


#basic_html TH, #basic_html TD {
	padding: 3px;
	}

#basic_html TABLE {
	margin-bottom: 15px;
	}
	
#basic_html .delivery TH, #basic_html .delivery TD {
	border: 1px solid #000;
	background-color: #fff;
	}

#basic_html .delivery TBODY TH {
	text-align: left;
	}

#basic_html .delivery .country {
	width: 180px;
	}

#basic_html .delivery .bg_grey {
	background-color: #efefef;
	}
		
#basic_html #delivery_table TH, #basic_html #delivery_table TD {
	border: 1px solid #000;
	}

