@charset "utf-8";
#tblshopping th {
	font-family: Cambria;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FF6600;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#tblshopping {
	margin-top: 10px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


#tblshopping caption {
	font-family: Cambria;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #0831A7;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #0831A7;
}

