body {
	margin: 0;	
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

sup {
	font-size: 14px;	
	color: #333333;
}

.searchers {
	font-family: Arial, Helvetica, sans-serif;
	color: Silver;
	display: none;
}

.style1 {font-size: 14px; color: #FFFFFF}

#header ul {
	padding: 1em 0 0 1em ;
}

#header li {
	margin-left: 0.1em;
	display: inline;
	text-transform: uppercase;
	font-size: 1.2em;
	color: gray;
}

#header li a {
	text-decoration: none;
	color: gray;
	font-weight: bold;
	
}

#header li a:hover {
	text-decoration: underline;
	color: red;
	background-color: white;
}


#navigation  ul {
	list-style: url(../../properties/es/images/arrow-bullet-red.gif);
}

 #navigation h1
,#navigation h2
,#navigation h3
,#navigation h4
,#navigation h5
,#navigation h6
{
	margin-left: 2px;
	font-family: Trebuchet MS, Arial;
}

#navigation a {
	font-weight: bolder;
	color: #CC0000; 
}
#navigation a:hover {
	text-decoration: none;
	background: #ADFF2F;
}

#breadcrumbs {
	color: #7F6914;
	background-color: #EED6A8;
	padding: 0.3em;
}
#breadcrumbs a {

	font-weight: bolder;
	color: black;
	padding: 0.2em;
	
} 

#breadcrumbs a:hover {
	text-decoration: none;
	background-color: #80C31C;
	color: white;
} 


#contentArea {
	padding: 5px;
}


#content {
	padding-left: 4px;
}


#content ul {
	list-style: url(../../properties/es/images/arrow-bullet.gif);
}

#content h1
{
	font-size: 1.5em;
	background-color: #80C31C;
	color: white;
	padding: 0.1em;
}

#content h2
{
	/* position: relative; */
	font-size: 1.4em;
	background-color: #80C31C;
	color: white;
	padding: 0.1em;
}


#content h3 {
	background-color: #9AE230;
	font-size: 1.0em;
}

#content #title h1 {
	font-size: 1.6em;
	font-family: Trebuchet MS, Arial;
	margin: 0;
	padding: 2px;
}

div.featured {
	width: 275px; float: left; margin-bottom: 2em;
}

div.featured img {
	height: 200px;
}

#content #title {
	/* position: absolute; top: 120px; */
	/*background: #EED6A8;*/
}

#imagesBar {
	width: 220px;
}

form{
	margin-bottom: 0px;
	margin-top: 0px;
}

#characteristics th {
	text-align: right;
}

.odd {
	background:#dff0c6;
}

.even {
	background: white;
}

.oddHover {
	background: #FFFFCC;
}

.evenHover {
	background: #FFFFCC;
}


#footer a {
	color: Gray;
}
#footer a:hover {
	color: white;
}

#footer .dimmed {
	color: #515151;
	font-size: 9px;
	margin-bottom: 10px;
}
