/* Main Structure */
body {
	background-color: #ffffff;
	margin: 0 0 0 0;
	font-family: Verdana, Helvetica;
	font-size: 0.8em;
}

p, input, textarea {
	font-size: 1.0em;
	color: #000000;
	font-family:  Verdana, Helvetica;
}

.left {
	text-align: left;
}

a, legend {
	color: #0296a1;
	text-decoration: none;
}

a:hover {
	color: #0296a1;
	text-decoration: underline;
}

a.grey {
	color: #8f969d;
	text-decoration: none;
}

a.grey:hover {
	color: #0296a1;
	text-decoration: none;
}

.center {
	text-align: center;
}

.product {
	font-size: 1.1em;
	font-weight: normal;
}

.breadcrumb {
	color: #8f969d;
	text-align: right;
}

.echo {
	color: #bfbfbf;
	font-weight: normal;
}

li {
	color: #0296a1;
}

h1.home {
	font-size: 2.5em;
	color: #aa998d;
	text-align:left;
	font-weight: normal;
	font-family: din, futura, helvetica, verdana;
	margin-bottom: -1em;	
}

h1 {
	font-size: 3em;
	color: #8d8d8d;
	text-align:center;
	font-weight: bold;
	font-family: helvetica, verdana;
	margin-bottom: 0em;
	margin-top: 0em;	
}

h1.textpage {
	font-size: 2em;
	color: #8d8d8d;
	text-align:center;
	font-weight: bold;
	font-family: helvetica, verdana;
	margin-bottom: 0em;
	margin-top: 0em;
}

h1.product {
	font-size: 3em;
	color: #0296a1;
	text-align:left;
	font-weight: bold;
	font-family: helvetica, verdana;

}

h2 {
	font-size: 1.4em;
	color: #8d8d8d;
	text-align: left;
	font-weight: normal;
	font-family: helvetica, verdana;
	
}

.blue {
	color: #0296a1;
	font-weight: bold;
}

.footer {
	color: #8f969d;
	font-size: 0.85em;
	text-align: center;
}

.footer2 {
	color: #8f969d;
	font-size: 0.9em;
	text-align: center;
}

.h2eco-mini {
	color: #0296a1;
	font-size: 0.8em;
	vertical-align:middle;
}

.box {
	border-width: 1px 1px 1px 1px;
	border-collapse: collapse;
	border-color: #cbcbcb;
	border-style: solid;
	background: url('images/fade.jpg');
	background-repeat: repeat;
}



td.image {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
}

HR {
	color: #cbcbcb;
}

/*For the auto complete*/

.searchList {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: absolute;
	width: 206px;
	height: 160px;
	overflow-y:auto;
	overflow:-moz-auto-vertical
}
.wrapSearch {
}

#input {
	width: 220px;
	padding: 2px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
.searchList li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	width: 98%;
}
.searchList li a{
	display: block;
	color: #006;
	text-decoration: none;
	background-color: #F9F9F9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.searchList li a:hover{
	color: #FFF;
	background-color: #555;
}

.suggest-link{
	display: block;
	color: #006;
	text-decoration: none;
	background-color: #F9F9F9;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.suggest-link-sel{
	color: #FFF;
	background-color: #555;
}

.listWrap {
	visibility: hidden;
}