/* PRODUCTS Configurator STYLES */
/* Document Version 1.0  */



#configSpot {
	width:450px;
	overflow:visible;
	margin:0 auto;
	text-align:left;
	}
	#configSpot div.configHead{
	font-size:90%;
	color:#333333;
	margin-top:60px;
	clear:both;
	}
	#configSpot .button{
		margin: 15px 0 0 100px;
		}
	
table.configTable1 {
	margin-left: 90px;
	width: 330px;
	border-collapse: collapse;
	margin-top:15px;
/*	font-size:90%;
*/	}
	
	table.configTable1 td, table.configTable1 th {
		font-weight:normal;
		padding: 10px;
		vertical-align:top;
		}
	table.configTable1 td {
		}
	table.configTable1 th {
		}
	table.configTable1 td.gap {
		width: 22px;
		background:	transparent url(../../images/trim_arrow.gif) center 10px no-repeat;
		}




table.configTable2 {
	margin-left: 95px;
	width: 330px;
	border-collapse: collapse;
	margin-top:15px;
/*	font-size:90%;
*/	}
	
	table.configTable2 td, table.configTable2 th {
		padding: 5px;
		vertical-align:top;
		text-align: center;
		}
	table.configTable2 td {
		font-weight:normal;
		}
	table.configTable2 th {
		padding-bottom:10px;
		}
	table.configTable2 td.gap {
		width: 22px;
		background:	transparent url(../../images/trim_arrow.gif) center 5px no-repeat;
		}

