
/* -------------------Price Table-------------------- */

table {
	border-collapse: collapse;
	width: 620px;
	margin-left: 10px;
	}

#pricetable td, th {
	border: none;
	}
	
.vans {
	border-collapse: collapse;
	width: 620px;
	border: none;
}

.camperimages {
 	border-collapse: collapse;
	width: 620px;
	border: none;
	margin-left: 10px;
}

.camperimages td {
	height: 50px;
}
.extras {
	width: 380px;
}

.seasons {
	width: 350px;
}

.optionPrices {
	font-weight: bold;
	width: 100px;
	}

.seasonPrices {
	font-weight: normal;
	width: 50px;
}

.vans td {
	border: none;
	text-align: center;
}

td, th {
	vertical-align: center;
	padding: 5px 0 20px 5px;
	text-align:  left;
	width: 80px;
	border: 1px solid gray;
	}
	
.monthDate {
	background: url(../images/pricetablevignette.jpg);
	font-weight: bold;
}

.vans td {
	border: none;
	text-align: center;
}

/* -------------------Images Table-------------------- */

.camperImages td, th {
	border-collapse: collapse;
	width: 620px;
	border: none;
	}
	
.campers p {
	color: gray;
}

.campers td {
	border: none;
}

