@charset "utf-8";

section.content{ padding:0; }
section.content header
{ 
	-moz-border-radius-topleft:12px; 
	-webkit-border-top-left-radius:12px;
	border-top-left-radius:12px;
	-moz-border-radius-topright:12px;
	-webkit-border-top-right-radius:12px;
	border-top-right-radius:12px;
	background:url(../imgs/topic-bg.jpg) top left repeat-x;
	background-image: -moz-linear-gradient(top, #ffffff, #dcdcdc);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ffffff),color-stop(1, #dcdcdc)); 
	padding:10px;
} 
section.content article{ padding:15px; }
section.content article table caption{ text-align:left; font-size:14px; padding-bottom:9px; font-weight:bold; }
section.content article table{ margin-bottom:20px; }
section.content article table thead tr th{ background-color:#eee; border-bottom:1px solid #e0e0e0; }
section.content article table thead td{ font-size:14px; font-weight:bold; text-align:right; padding:10px; }
section.content article table td{ padding:10px; border-bottom:1px solid #e0e0e0; }
section.content article table td.tot{ text-align:right; }
section.content article table td.noline{ border:0; }
section.content article table td.tots{ background-color:#fff; }
section.content article table td.price{ text-align:right; }
section.content article table td.hk{ background-color:#e6f0e5; }
section.content article table td.us{ background-color:#eefbff; }
section.content article table p{ margin-bottom:0; color:#666; }
form input{ border:0; }
form input#total{ border:1px solid #ccc; }
table  td.fill{ background-color:#f6f6f6; }
td img{ padding-left:4px; }