/*table highlite*/
tr.hi td, td.hi { background-color: #eee; }
table.extra tr.hi td, table.extra td.hi {
	color: red;  
  text-decoration: underline overline;
  background-color: transparent;
}
table#productspec {border: 0; border-collapse: collapse; width: 200px;}
table#productspec input {width: 20px; margin: 0; padding: 0;}
table#productspec td {margin: 0; padding: 2px; border: 0; border-collapse: collapse;}
table#productspec tr#help-row td {text-align: center;}
table#productspec tr#help-row td a {display: block; height: 20px; width: 22px; font-weight: bold;}
table#productspec tr#help-row td a:link {color: #369;}
table#productspec tr#help-row td a:visited {color: #369;}
table#productspec tr#help-row td a:hover {color: #000;}
table#productspec tr#help-row td a:active {color: #369;}
#r1, #r2,#r3,#r4,#r5,#r6,#r7,#r8 {border: 1px dotted #eee; padding: 0; margin: 0;}
table#productspec h2 {
	background: #369;
	color: white;
	font-size: 13px; 
	margin: 0;
	padding: 4px 4px;
	}
table#productspec .expl {padding: 3px;}
table#productspec .expl ul {margin: 0 5px 0 0px; padding: 0 0 0 16px;}
table#productspec .expl .expl-option {font-weight: bold;}
label {display: block;}
legend {
	background: #eee;
	border: 1px solid #ccc;
	border-bottom-color: #999;
	border-right-color: #999;
	padding: 4px 8px;
	}
.req {color: #f00; }
/* Main table */
#contact {margin-top: 1em; font-size: 12px;}
#contact table { 
	/*background-color: #fff;*/
	border: 2px solid #eee;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5em;
	}
/* Any Table inside the form */	
#contact table table {
	margin-left: 0;
	border: 0px solid #ddd;
	}
#contact table table td	{	border: 0px solid #ddd;}
	
/* TD's */	
#contact td { 
	font-family: arial, helvetica, sans-serif;
	border: 2px solid #eee;
	vertical-align: middle;
	padding: 4px 6px;
	}
/* Left Cells */
#contact td.labelcell { 
	background-color: transparent; 
	text-align: right;
	white-space:nowrap;
	width: 140px;
	vertical-align: top;
	padding-top: 10px;} 
/*Right Cells */
.fieldcell {width:250px;	} 

/* Misc */
textarea {height: 100px; display:block; width: 90%; margin-left: auto; margin-right: auto;}

/* WARNINGS */
#form-warning-top {
	margin-top: 1em;
	margin-bottom: 0.5em;
	color: #f00;
	font-size: 14px;
	font-weight: bold;
	}
/* SHow hide instruction div */
#contact table tr td .form-warning-inside {display: none;}
#contact table tr.req td .form-warning-inside {
	display: block;
	background-image: url('assets/error.gif');
	background-repeat:no-repeat;
	background-position: top left;
	padding: 2px 2px 2px 22px;
	color: black;
	}

/* Showing/hiding rows */
/*invisible*/
#contact table tr td.instructioncell {
	width: 200px;
	white-space: nowrap;
	color: #000;
	}
	
/*visible*/
#contact table tr.req {
	border: 2px solid #f00;
	background-color:#FCD6D4;
	border-collapse: separate;
	}
/*color*/
#contact table tr.req td.labelcell .req {color: #000;}
#contact table tr.req td.labelcell 				{background-color:#FCD6D4; color: #000;}
#contact table tr.req td.fieldcell 				{background-color:#FCD6D4; color: #000;}
#contact table tr.req td.instructioncell 	{background-color:#FCD6D4; color: #000;}	
#contact table tr.req td.instructioncell {
	padding: 4px;
	padding-left: 20px;
	background-image: url('assets/error.gif');
	background-repeat:no-repeat;
	background-position: center left;
	border-width: 0;
	color: #000;
	}