body {
	margin: 0;
	padding: 10px;
	font-size: 62.5%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	text-decoration: none;
	color: #0e6598;
}

a:hover, a:focus {
	color: #F88509;
}

a img {
	border: none;
}

a.closeModal {
	font-size: 1.2em;
	float: right;
	display: block;
	margin: 5px 5px 0 0;
	padding-right: 16px;
	background: url(../images09/close.gif) right no-repeat scroll;
}

h1 {
	font-size: 1.6em;
	letter-spacing: -1px;
	margin: 20px 0 10px 0;
}

/* SPECS TABLES */

div#sizeChart, div#availability {
	font-size: 1.2em;
}

table#sizes {
	font-size: 1.1em;
	border-right: 1px solid #d3e4ee;
	border-top: 1px solid #d3e4ee;
	width: 690px;
}
table#sizes th, table#sizes td {
	vertical-align: top;
	text-align: center;
	border-bottom: 1px solid #d3e4ee;
	border-left: 1px solid #d3e4ee;
	padding: 3px;
}
table#sizes thead th {
	background-color: #d3e4ee;
	font-size: .8em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 10px 3px 10px 3px;
	border-left: 1px solid #fff;
}
table#sizes tbody th {
	padding: 7px 3px 3px 6px;
	background-color: #356e8f;
	color: #fff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}
table#sizes tbody td {
	padding: 10px 3px 10px 3px;
}
table#sizes td.accessories {
	text-align: left;
	padding-bottom: 15px;
}

/* DELIVERY TIMES TABLES */

div#delTimes {
	
}

div#delTimes h1 {
	font-size: 1.6em;
	margin-bottom: 20px;
}

div#delTimes table td {
	padding: 5px 0 5px 0;
}
