/* core.css */

BODY {
	font-family: Verdana,Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal;
	color: #000000;
	background-color:#FFFFFF;
	margin-top:5px;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0px;
	border-bottom: 1px solid #000000;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
}
li { margin-bottom:10px; }
A {
	text-decoration:underline;
	color:#000000
	}
.small {font-size: 9px;}
.img {

	border:1px solid #e4c984;
}
.product{
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
}
#infobar{ 
 
			font-size:0.8em;
			padding-left:5px; 
			padding-right:5px; 
			padding-top:2px; 
			padding-bottom:2px;
			/*
			background-color:#e4c984;
			color:#000000;			
			*/
			background-color:#272727;
			color:#e4c984;

}
#infobar a{
			color:#e4c984;
	text-decoration:none;

}

#navigation a, #header a, #header{
text-decoration:none;
color:#FFFFFF;
}
.madein {
	color:#e4c984;
	}
.maininfo { 
	padding:20px; 
}
.hearline{
	text-align:justify;
}
.title {
	color: #464646;
	font-weight: bold;
}
#navigation { 
		padding-top: 10px;
		font-weight: bold;
		background-color:#272727;
}
#navigation a:hover {
text-decoration: underline;
}
#navigation .sub{ 
		font-weight: normal;
}
#navigation td{
	height:1.5em;
}

#box{
   border: 1px solid #6c5517;
   background-color:#1e4be;
   color: #000000;
   font-family: Verdana, Arial,Helvetica,sans-serif;
   width: 100%;
   padding:3px;
   margin-bottom:10px;
}
#box h2{
   padding:3px;
   margin-top:-3px;
   margin-left:-3px;
   margin-right:-3px;
   margin-bottom:3px;
   background-color:#e4c984;
   font-size:1em;
   color:#6c5517;
}
#error{
   background-color:#F8BCB1;
   color: #B82D20;
   font-family: Verdana,Arial,Helvetica,sans-serif;
   border: 1px solid #900;
   position:relative; top:2px;
   margin-bottom:10px;
   padding: 3px;
   width:100%;
   text-align:left;
}
#error h2 {
  margin-top: -1px;
  margin-bottom: -1px;
  font-size: 1.6em;
  color: #900;
}
