
table {
	font:normal 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	}
	
table a {
	color:#523A0B;
	text-decoration:none;
	border-bottom: none;
	}
	
table a:visited {
	color:#444;
	font-weight:normal;
	}
table a:visited:after {
	content:"\00A0\221A";
	}
table a:hover {
	border-bottom-style: none;
	}
	
thead th,
thead td,
tfoot th,
tfoot td {
	border:1px solid #000000;
	border-width:1px 0;
	color: #ffffff;
	background:#00F;
	}
	
th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
tbody th,
td {
	padding:0.0em 0.5em;
	text-align:left;
	vertical-align:top;
	}
tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
tbody th a:link,
tbody th a:visited {
	font-weight:bold;
	}
tbody td,
tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	}
tbody tr.odd th,
tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
tbody tr:hover td,
tbody tr:hover th {
/*	background:#ffffee; 
	border-color:#523A0B;*/
	}
	
.none table {
	font:normal 76%/150% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	}
	
.none thead th,
.none thead td,
.none tfoot th,
.none tfoot td {
	border:0px;
	border-width: none;
	background:#ffffff;
	}
	
.none th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
	
.none tbody th,
.none td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align:top;
	}
	
.none tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
	
.none tbody th a:link,
.none tbody th a:visited {
	font-weight:bold;
	}
	
.none tbody td,
.none tbody th {
	border: none;
	border-width:0px 0;
	}
	
.none tbody tr.odd th,
.none tbody tr.odd td {
	border: none;
	background:#ffffff;
	}
	
.none tbody tr:hover td,
.none tbody tr:hover th {
	background:#ffffff;
	border: none;
	}
	
caption {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0.5em 0.25em;
	color: #009;
	}
	
.TableTitle {
	vertical-align: middle;
}
.TablePrice1 {
	vertical-align: middle;
}

.TablePrice2 {
	vertical-align: middle;
}

table span {
	float: right;
}

.calc_menu_sel{
	width:45%; 
	margin-top: 25px;
	float: left;  
	height: 40px; 
	line-height: 40px;
	background-image:url(/images/tab-sel.png); 
	background-repeat:no-repeat; 
	background-size: 100% 40px;
}

.calc_menu_nosel{
	width:45%; 
	margin-top: 25px;
	float: left;  
	height: 40px; 
	line-height: 40px;
	background-image:url(/images/tab.png); 
	background-repeat:no-repeat; 
	background-size: 100% 40px;
}