#serviceprice{
	height:auto;
	width: auto;
	overflow:auto;
	padding: 15px 8px 8px 2px;

}


#serviceprice table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
/*	border-collapse:separate;
	border-spacing:0;*/
	margin:0 0 1em;
	color:#000;
	}
#serviceprice table a {
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dotted;
	}
#serviceprice table a:visited {
	color:#444;
	font-weight:normal;
	}

#serviceprice table a:hover {
	border-bottom-style:solid;
	}
#serviceprice thead th,
#serviceprice thead td, #serviceprice tfoot th, #serviceprice tfoot td {
	border:1px solid #523A0B;
	border-width:1px 0;
	color:#663300;
		background-color:#FFFF99;
	font-size:0.9em;
	}
#serviceprice th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:center;
	}
#serviceprice tbody th,
#serviceprice td {
	padding:0.25em 0.5em;
	text-align:center;
	vertical-align:top;
	color:#663300;
	}
#serviceprice tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
#serviceprice tbody th a:link,
#serviceprice tbody th a:visited {
	font-weight:bold;
	}
#serviceprice tbody td,
#serviceprice tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	}
#serviceprice tbody tr.odd th, #serviceprice tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
#serviceprice tbody tr:hover td, #serviceprice tbody tr:hover th {
	background:#ffffee;
	border-color:#523A0B;
	}
#serviceprice caption {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	margin:0;
	color:#663300;
	padding:0.1em 0.25em;
	}