body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	}
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	}	
form, h1, h2, h3 {
	padding: 0px;
	margin: 0px;
	}
h1 {
	font-size: 24px;
	color: #800000;
	margin-bottom: 20px;
	border-bottom: 1px solid #800000;
	}
h2 {
	font-size: 18px;
	color: #800000;
	margin-bottom: 20px;
	border-bottom: 1px solid #800000;
	}
select  { 
	} 
option  { 
	} 

#header, #body, #footer { margin: 5px auto; }

#header {
	width: 1000px;
	background-color: #FFCC00;
	border: 1px solid #000000;
	height: 306px;
	}
#buscadorTitle {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #343434;
	text-align: center;
	padding: 6px;
	}
#topImage {
	width: 694px;
	float: left;
	height: 306px;
	}
#topColumn {
	width: 306px;
	float: right;
	}
#buscador {
	padding: 15px;
	text-align: left;
	}
.selectCombo {
	width: 99%;
	}
	
#pcodesubmit {
	display: inline-block;
	clear: both;
	}
#pcodeArea {
	width: 150px;
	height: 40px;
	display: inline-block;
	float: left;
	}
#pcodeArea input {
	width: 99%;
	border: 1px solid black;
	}
#submitArea {
	width: 100px;
	height: 40px;
	display: inline-block;
	float: right;
	text-align: right;
	padding: 0px;
	}
#submitArea input {
	width: 99%;
	border: 2px solid black;
	background-color: #F0F0F0;
	font-family: impact, Arial Narrow, Arial;
	font-weight: normal;
	margin-top: 12px;
	margin-left: 10px;
	}
#body {
	width: 1000px;
	background-color: #FFFFFF;
	display: inline-block;
	text-align: left;
	}

#navColumn {
	width: 200px;
	display: inline-block;
	float: left;
	}
#navColumn ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
	}
 #navColumn li{
	border: 2px solid #c0c0c0; /* Gray border beneath each menu item */	
	border-top: none; /* Gray border beneath each menu item */
	border-bottom: 2px solid #c0c0c0; /* Gray border beneath each menu item */
	}
#navColumn li a{
	display: block;
	color: black;
	width: auto;
	padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 8px;
	text-decoration: none;
	}
#navColumn li a:visited, #navColumn li a:active{
	color: black;
	}
#navColumn li a:hover{
	background-color: #D0D0D0;
	color: black;
	}
#navColumn li.lastitem, #navColumn li.lastitem a{
	border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
	}
#navColumn li.lastitem a{
	padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
	}
#navColumn #cilogo { margin: 20px; }

#pageNavTop {
	border-bottom: 3px solid #800000;
	padding: 10px;
	margin-bottom: 10px;
	text-align: right;
	}
#pageNavBottom {
	border-top: 3px solid #800000;
	padding: 10px;
	margin-top: 10px;
	text-align: right;
	clear: both;
	}
#pageNavTop input, #pageNavBottom input {
	border: 2px solid #808080;
	width: 30px;
	}

#menuTitle {
	background-color: #800000;
	padding: 5px;
	color: #ffffff;
	font-weight: bold;
	}
	

#dataColumn  {
	width: 780px;
	display: inline-block;
	float: right;
	}
	
#footer {
	width: 1000px;
	border-top: 5px solid #800000;
	padding-top: 10px;
	text-align: left;
	}
#footer #copyright {
	width: 460px;
	color: #800000;
	font-weight: bold;
	font-size: 10px;
	padding: 10px;
	float: left;
	}
#footer #baseMenu {
	width: 460px;
	color: #800000;
	font-size: 14px;
	padding: 8px 10px;
	float: right;
	text-align: right;
	font-weight: bold;
	}
#footer #baseMenu a {
	color: #808080;
	font-weight: normal;
	font-size: 12px;
	}

#resultsArea {
	clear: both;
	width: 780px;
	display: inline-block;
	}
	
.resultRow {
	width: 780px;
	display: inline-block;
	padding: 5px 0px;
	border-bottom: 1px solid #CCCCCC;
	}
.result-container {
	width: 380px;
	display: inline-block;
	float: left;
	}
.result-Thumb {
	display: inline-block;
	width: 85px;
	float: left;
	text-align: center;
	font-size: 10px;
	margin-right: 10px;
	}
.result-Thumb img {
	border: 2px solid #800000;
	}
.result-Thumb a {
	color: #808080;
	text-decoration: none;
	}
.result-Data {
	width: 275px;
	float: left;
	}

.leftColumn { float: left; }
.rightColumn { float: right; }

