body {background-color: black}
h1 { font-size:20pt; color: #FFA500} 

hr {color:navy} 
p {font-family: sans-serif; font-size:11pt; margin-left: 10px; color: #000000} 

.caution {
	font-family: sans-serif; 
	font-size: 10pt; 
	color: red; 
}
.ok {
	font-family: sans-serif; 
	font-size: 10pt; 
	color: blue; 
}  
.list {
	font-family: sans-serif; 
	font-size: 8pt;
	color: #FFA500; 
	text-align: left; 
}
.main {
	font-family: times-new-roman; 
	font-size: 10pt;
	color: #E6B856; 
}
.ceramica {
	font-family: times-new-roman; 
	font-size: 10pt;
	color: #E6B954;
}
.mobilier {
	font-family: times-new-roman; 
	font-size: 10pt;
	color: #E7A209;
}

.tablouri {
	font-family: times-new-roman; 
	font-size: 10pt;
	color: #FCA637;
}
.diverse {
	font-family: times-new-roman; 
	font-size: 10pt;
	color: #E46A07;
}
.h3ceramica {
	font-family: times-new-roman; 
	text-align: right; 
	color: #E6B954;
}
.h3mobilier {
	font-family: times-new-roman; 
	text-align: left; 	
	color: #E7A209;
}
.h3tablouri {
	font-family: times-new-roman; 
	text-align: right; 
	color: #FCA637;
}
.h3diverse {
	font-family: times-new-roman; 
	text-align: left; 
	color: #E46A07;
}

.AG {
	font-family: arial; 
	font-size: 10pt;
	color: #E6B954;
}
.EL {
	font-family: arial; 
	font-size: 10pt;
	color: #E7A209;
}

.IM {
	font-family: arial; 
	font-size: 10pt;
	color: #FCA637;
}
.ANV {
	font-family: arial; 
	font-size: 10pt;
	color: #E46A07;
}
.h3AG {
	font-family: arial; 
	text-align: right; 
	color: #E6B954;
}
.h3EL {
	font-family: arial; 
	text-align: left; 	
	color: #E7A209;
}
.h3IM {
	font-family: arial; 
	text-align: left; 
	color: #FCA637;
}
.h3ANV {
	font-family: arial; 
	text-align: right; 
	color: #E46A07;
}

.indicator {
	font-family: verdana; 
	font-size: 8pt;
	text-align: left; 
	color: #E6B856;
}

.level1 {
	font-family: verdana; 
	font-size: 9pt;
	text-align: center;  
	color: #E6B856;
	
}
.level2 {
	font-family: arial; 
	font-size: 9pt;
	text-align: center; 
	color: #E46A07;
}

.level3 {
	font-family: arial; 
	font-size: 11pt;
	text-align: center;  
	color: #E6B856;
}

.level3b {
	font-family: arial; 
	font-size: 13pt;
	font-weight:bold;
	text-align: center;  
	color: #E6B856;
}
.level1:link, .level1:visited
{
	color: #E6B856;

	text-decoration: none;
}

.level2:link, .level2:visited
{
	color: #E46A07;

	text-decoration: none;
}
#bg {
    background: #000000 url(product/MainImg/17.jpg) no-repeat scroll top center ;
}
input
{
color: #524217;
background: #fee3ad;
border: 1px solid #524217
}

textarea { 
  overflow: auto;
  background: #1E1707;
  border: 1px solid #524217;
 }

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0; 
  background-color:#000000;
  color:#E6B856;
}

form fieldset {
  /* clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border: solid 1px #000000;
  border-style: solid;
  padding: 0;        /* padding in fieldset support spotty in IE */
  margin: 0;
  background-color:#000000;
  color:#E6B856;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
					   /*font-weight:bold;*/
  	background-color:#000000;
  	color:#E6B856;
  	border-color:#E6B856;
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 300px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
  	color:#E6B856;
  	font-size: 88%;
}

form .originalCode {
	width: 400px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.box {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #006699;
	background-color:#1E1707;
	font-size: 13px;
	color:#E6B856;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px #006699;
	background-color:#524217;
	font-size: 12px;
	color:#E6B856;
}
form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 0 ; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border-top-color: #E6B856;
	border-right-color: #E6B856;
	border-bottom-color: #E6B856;
	border-left-color: #E6B856;
   background-color:#1E1707;
   color:#E6B856;
}

form input#reset {
	margin-left:1px; /* set margin-left back to zero on reset button (set above) */
	 color:#E6B856;
}

textarea { overflow: auto;
  background-color:#000000;
  color:#E6B856;
 }

form small {
	display: block;
	margin: 12px 5px 0 0; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
  background-color:#000000;
  color:#E6B856;
}

form .required{font-weight:bold;color:#E6B856} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

label {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 500px;
  max-width: 1000px;
  width: 900px; 
  background-color:#000000;
  color:#E6B856;
}

