/*---- TABLES ----*/



table {
	border-collapse: collapse;
	border: 2px solid #c2bd97;
	/*background: #f9f8ee;*/
	}
	
	
.fullwidth {
	width: 100%;
	}

.rates {
	margin-bottom: .4em;
	}

.rates thead tr {
	background: transparent url(../img/bg-img.jpg);
	}
	
.rates thead th {
	text-align: center;
	}
	
.rates thead th {
	text-align: left;
	}
	
.rates thead th + th {
	text-align: center;
	}	
	
.rates th, .rates td {
	border: 1px solid #c2bd97;
	}
	
.rates tbody td {
	text-align: right;
	}
	
.rates tbody tr:hover td,
.rates tbody tr:hover th {
	background: #f9f8ee;
	}
	
.rates tbody th span {
	font-weight: normal;
	}	
	
	
