﻿table.choose_options th {
	text-align:left;
	font-size:12pt;
}

div.material {
	float:left;
	width:150px;
	height:100px;
	margin-right:5px;
	font-size:14pt;
}

p.help {
	white-space:normal;	
	font-size:8pt;
	display:block;
	background-color:#ffffcc;
	padding:2px;
	text-align:center;
	height:32px;
}

p.price {
	text-align:center;
	display:block;
	font-weight:bold;
}

.hidden {display:none;}

.ontop {
	position:absolute;
	top:5px;
	left:5px;
	z-index:100;
}

table.choose_options th {
	font-size:large;
}

table.choose_options td {
	vertical-align:top;
	padding:4px;
	white-space:nowrap;
	padding-left:20px;
}

img#mat_colour {
	position:absolute;
	top:10px;
	left:10px;
	width:3200px;
	height:200px;
}

img#trim_colour {
	position:absolute;
	top:10px;
	left:10px;
	width:200px;
	height:200px;
}

img#main_sample {
	width:100px;
}

span.mat_thumb {
	display:inline-block;
	width:50px;
	height:50px;
	overflow:hidden;
	position:relative;
}

span.mat_thumb img {
	position:absolute;
	left:0;
	top:0;
}

div.mat_colour_option {
	position:relative;
	width:50px;
}

span.colourhelp {
	background-color:#FFFFCC;
	border:1px silver solid;
	color:black;
	font-size:9pt;
	display:block;
	width:50px;
	height:30px;
	padding:0;
	text-align:center;
	white-space:normal;
}

div.mat_preset {
	float:left;
	width:100px;
	height:175px;
	margin:15px;
	overflow:hidden;
	position:relative;
}

div.mat_preset img {
	position:absolute;
	height:100px;
}

div.preset_description {
	position:absolute;
	top:100px;
	height:25px;
	width:100px;
	font-size:1.1em;		
	text-align:center;
}

div.preset_price {
	position:absolute;
	top:135px;
	height:50px;
	width:100px;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
}

div.mat_preset input {
	width:100px;
	position:absolute;
	top:75px;
}

h3 {
	margin:20px 0;
	background:white url('../artwork/fade_blue_wide.gif');
	width:630px;
	height:23px;
	color:white;
	padding:1px 10px;
}

h3 a {
	font-size:0.8em;
	padding-left:50px;
}

input.custom_add {
	display:block;
	position:absolute;
	top:90px;
	width:100px;
	height:30px;
	text-align:center;
	font-size:1.1em;
}

div#mat_sample {
	width:468px;
	height:141px;
	position:relative;
	overflow:hidden;
}

div#mat_sample img {
	position:absolute;
	top:2px;
	left:2px;
}

div#mat_sample img#all_done {
	position:absolute;
	top:0;
	left:0;
}

div#mat_sample img#large_colour {
	width:200px;
	height:200px;
}

div#mat_sample img#large_trim {
	width:3200px;
	height:200px;
}

div#mat_sample input {
	position:absolute;
	left:358px;
	top:100px;
}

span#msg_complete {
	position:absolute;
	left:200px;
	top:20px;
	font-size:20px;
	color:black;
}

span#msg_button {
	position:absolute;
	left:150px;
	top:100px;
	font-size:20px;
	color:white;
}

p.available img {
	width:20px;
	height:5px;
	margin-right:1px;
}


div#reviews {
	padding:1px 10px;
	clear:both;
}


div#reviews p {
	padding:4px 0;
}

div.customer_review {
	width:185px;
	height:100px;
	float:left;
	margin:0 8px 8px 0;
	border:1px silver solid;
	border-bottom-color:black;
	border-right-color:black;
	padding:10px;
	font-size:8pt;
	text-align:justify;
	color:gray;
	overflow:auto;
}

p.author {
	display:block;
	text-align:right;
	font-weight:bold;
	color:black;
	font-style:italic;
}

div#reviews form {
	width:620px;
	clear:both;
	border:1px gray solid;
	padding:10px;
	margin-top:10px;
}

div#reviews input.wide,
div#reviews textarea.wide {
	font-size:8pt;
	font-family:Verdana;
	color:gray;	
}

div#reviews textarea.wide {
	width:620px;
	margin:4px 0;
}
