/* CSS Document */

table {
	width: 400px;
	table-layout: fixed;
	border: 1px solid #000000;
	border-collapse: separate;
	border-spacing: 0px;
	margin: 0px 0px 0px 10px;		
}

td {
	font: 9px verdana, arial, helvetica, sans-serif;
	background-color: #e6e6e6;
	font-weight: normal;
	text-align: left;
	color: #003399;
	border-bottom: 1px solid #999999;
	padding: 2px;
}

.head {				/* product heading td*/
	font-family: 'Trebuchet MS', Marlett, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 8px;
	background-color: #000000;
	color: #ffffff;
}

.data {  			/* nested tables that are full of product data.*/
	table-layout: auto;
	width: 396px;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
}
.data.td {
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}

.hlshape, .hlsize, .hllbs, .hlpallet, .hlsqft {		/* rows of tds that are repeated headings for data*/
	background-color: #cccccc;
	color: #333333;
	border-bottom: 1px solid #999999;
	border-top: 1px solid #999999;
}

.hlshape {width: 72px;}
.hlsize {width: 125px;}
.hllbs {width: 40px;}
.hlpallet {width: 40px;}
.hlsqft {width: 45px;}

.thumbnail {		/* td that holds the product image*/
	width: 150px;
	margin: 0px;
	padding: 0px;
}

.color {		/* td that holds the product color choices*/
	width: 250px;	
	margin: 0px;
	padding: 4px;
	color: #003399;
	text-align: left;
	vertical-align: top;
}

.product {			/* product images*/
	border: 1px solid #000000;
	margin: 2px;
	padding: 0px;
}

td.gallery {
	width: 90px;
	margin: 2px;
	padding: 0px;
}