@charset "utf-8";
/* CSS Document */

/* services table */

	table { /* 2nd column */
	border-spacing:1px;
	*border-collapse: expression('separate', cellSpacing = '1px');
	font: normal 11px Geneva, Arial, Helvetica, sans-serif;
	background:#E7E7E7;
	color:#666666;
	width:445px;
	border-left:5px solid #E7E7E7;
	margin-top:2px;
	margin-bottom:8px;
	}
	
	.price {
	font: bold 14px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	}

	td, th{
	padding-right:2px;
	position:relative;
	}

	tbody th { /* 1st column */
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
	/* font */ color:#333333;
	width:110px;
	border:1px solid #ffffff;
	background:#F5F5F5;
	padding-left:5px;
	}

	tbody tr {
	background:#FFF;
	text-align:left;
	}
	
	tbody tr td {
	border:1px solid #ffffff;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	}
	
	.bottomtable {
	margin-bottom:50px;
	}