body {
    font-family: arial, sans-serif;
    background-color: #FFFFFF;
    color: #000000;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

hr {
    width: 100%;
    height: 1px; 
    text-align: left;
    color: #043;
    background-color: #044;
    clear: left;
    margin: 0px;
    border: 0px;
    padding: 0px;
}

div#toolbar {
	clear: left;
	margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 0px;
    border-style: solid;
    border-color: #000000;
    width: 800px;
    font-size: 10pt;
}

div#toolbar a:link {
    /* color: #000000; */
    text-decoration: none; 
}
        
div#toolbar a:visited {
    /* color: #000000; */
    text-decoration: none;
}
        
div#toolbar a:hover {
    /* color: #000000; */
    text-decoration: underline;
}

div#header {
    float: left;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 0px;
    border: 0px;
    margin: 0px;
    border-style: solid;
    /* border-color: #A5DBFC; */
    height: 100px;
    width: 800px;
    /* background-color: #E2F4FF; */
}

div#top_left {
    float: left;
    margin: 0px;
    border: 0px;
    padding: 0px;
    border-style: solid;
    /* background-color: #E2F4FF; */
    width: 200px;
}

div#title {
    float: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
    border-style: solid;
    width: 300px;
}

div#title p {
    margin: 0px;
    padding: 0px;
    border: 0px;
    font-size: 18pt;
    font-weight: bold;
}

div#title a:link {
    color: #000000;
    text-decoration: none; 
}
        
div#title a:visited {
    color: #000000;
    text-decoration: none;
}
        
div#title a:hover {
    color: #000000;
    text-decoration: underline;
}

span#express {
    font-style: italic;
    color: #009933;
}

span#header_msg {
    font-size: 11pt;
    margin: 0px;
    padding: 0px;
    border: 0px;
    color: #FF8C00;
    font-weight: bold;
    font-style: italic;
}

div#header_status {
    clear: left;
    float: left;
    font-size: 8pt;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px;
    border: 0px;
    border-style: solid;
    width: 300px;
}

div#header_status p {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

div#search {
    float: left;
    position: relative;
    border: 1px;
    border-style: solid;
    border-color: #A5DBFC;
    background-color: #E2F4FF;
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 380px;
    height: 90px;
}

div#search_menu {
    position: absolute;
    top: 15px;
    right: 15px;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 1px;
    border-right: 0px;
    border-style: solid;
    border-color: #A5DBFC;
    padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px; 
    margin: 0px;
    height: 65px;
    font-size: 10pt;
}

form {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

form#search_form p {
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
    border: 0px;
}

input#search_field {
    width: 220px;
}

input.search_field_price {
    width: 50px;
}

span#search_eg {
    color: #A9A9A9;
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

span.search_price {
    color: #000000;
    font-size: 11pt;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

div#search_summary {
    font-size: 12pt;
    clear: left;
}
        
div#search_results {
    font-size: 10pt;
    clear: left;
}

div#search_navigation {
    float: left;
    font-size: 12pt;
}

span#copyright {
    font-size: 12pt;
}

span.w3c {
    font-size: 8pt;
}

table {
	border-spacing: 1px;
    border-collapse: separate;
    background-color: #A5DBFC;
    color: #000000;
}

table.price_list {
	table-layout: fixed;
	width: 1024px;
    border-spacing: 1px;
    border-collapse: separate;
    background-color: #A5DBFC;
    color: #000000;
}

tr.odd {
    background-color: #FFFFFF;
    color: #000000;
}

tr.even {
    background-color: #E2F4FF;
    color: #000000;
}

th.number {
    text-align: right;
    width: 35px;
}

th.store {
    text-align: left;
    width: 85px;
}

th.location {
    text-align: left;
    width: 125px;
}

th.description {
    text-align: center;
    width: 570px;
    /*max-width: 500px;*/
}

th.price {
    text-align: right;
    width: 60px;
}

th.taxprice {
    text-align: right;
    width: 60px;
}

th.similar {
    text-align: left;
    width: 85px;
}

td {
    padding: 3px;
}

tr.odd:hover {
    /* background-color: #ffff99; */
}

tr.even:hover {
    /* background-color: #ffff99; */
}

td.number {
    text-align: right;
    /*color: #000000;*/
}

span.result_url {
    font-size: 8pt;
}

td.location {
    text-align: left;
    font-size: 8pt;
    width: 150px;
}

td.description {
    /*max-width: 500px;*/
}

td.description a:link {
    color: #000000;
    text-decoration: none;
}
        
td.description a:visited {
    text-decoration: none;
}
        
td.description a:hover {
    color: #8B0000;
    text-decoration: underline;
}
        
td.price {
    color: #009933;
    font-weight: bold;
    text-align: right;
}

td.taxprice {
    /*color: #009933;*/
    font-weight: bold;
    text-align: right;
}

td.similar {
    /*font-size: 8pt;*/
}

td.similar a:link {
    color: #C11B17;
    text-decoration: none;
}
        
td.similar a:visited {
    text-decoration: none;
}
        
td.similar a:hover {
    color: #8B0000;
    text-decoration: underline;
}
        
td.store a:link {
    color: #C11B17;
    text-decoration: none;
}
        
td.store a:visited {
    text-decoration: none;
}
        
td.store a:hover {
    color: #8B0000;
    text-decoration: underline;
}

#footer {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border: 0px;
}

#footer p {
    clear:left;
}

span#qr-code {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0px;
    border: 0px;
}

#ad_space1 {
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border: 1px;
    border-style: none;
    width: 738px;
    height: 25px;
}

#ad_space2 {
    position: absolute;
    left: 0px;
    margin-left: 10px;
    margin-top: 30px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border: 0px;
    border-style: solid;
    width: 478px;
    height: 70px;
}

div.page {
    width: 800px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-left: 0px;
    border-right: 1px;
    border-top: 0px;
    border-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

div#result_page {
	padding-left: 10px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
    margin: 0px;
}

div#intro {
	clear: left;
    width: 360px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 15px;
    float:left;
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-style: solid;
    border-color: #D3D3D3;
}

div#top_searches {
    width: 300px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 0px;
    float:left;
    border-left: 1px;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
    border-style: solid;
    border-color: #D3D3D3;
    margin-top: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    margin-right: 0px;
}

div#tip {
    background-color: #FFFFE0;
    border: 1px;
    border-style: solid;
    border-color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    width: 635px;
}

div#tip h4 {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

span.search_summary {
    font-weight: bold;
}

span.search_summary_price_range {
    color: #009933;
    font-weight: bold;
}

span.fine_print {
    font-size: 8pt;
    padding-left: 40px;
    border: 0px;
    border-style: solid;
}

div#related_keywords {
    position: absolute;
    top: 10px;
    left: 720px;
    width: 280px;
    border-color: #000000;
    border: 0px;
    border-style: solid;
    padding: 0px;
    margin: 0px;
}

div#related_keywords p {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

div#related_keywords a:link {
    text-decoration: none;
}

div#related_keywords a:visited {
    text-decoration: none;
}

div#related_keywords a:hover {
    /*color: #FF8C00;*/
    /*text-decoration: underline;*/
    color: #FFFFFF;
    background-color: #0000FF;
    text-decoration: none;
}




/* map properties */

span.description a:link {
    color: #000000;
    text-decoration: none;
}
        
span.description a:visited {
    text-decoration: none;
}
        
span.description a:hover {
    color: #8B0000;
    text-decoration: underline;
}
        
span.price {
    color: #009933;
    font-weight: bold;
    text-align: right;
    /* position: absolute; */
    /* right: 5px; */
}

span.taxprice {
    /*color: #009933;*/
    font-weight: bold;
    text-align: right;
}

div.price {
	position: absolute;
	top: 4px;
    right: 5px;
}

span.similar {
    /*font-size: 8pt;*/
}

span.similar a:link {
    color: #C11B17;
    text-decoration: none;
}
        
span.similar a:visited {
    text-decoration: none;
}
        
span.similar a:hover {
    color: #8B0000;
    text-decoration: underline;
}
        
span.store a:link {
    color: #C11B17;
    text-decoration: none;
}
        
span.store a:visited {
    text-decoration: none;
}
        
span.store a:hover {
    color: #8B0000;
    text-decoration: underline;
}

div.odd {
    background-color: #FFFFFF;
    color: #000000;
    margin: 1px;
    padding: 4px;
    position: relative;
}

div.even {
    background-color: #E2F4FF;
    color: #000000;
    margin: 1px;
    padding: 4px;
    position: relative;
}

div.marker {
	float: left;
	margin-left: 0px;
	margin-right: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 60px;
	border: 0px solid;
	border-color: #000000;
	padding: 0px;
}

div.map_desc {
	height: 60px;
}

div.marker img {
	border: 0px;
}

table#map_results {
	border-spacing: 1px;
    border-collapse: separate;
    background-color: #A5DBFC;
    color: #000000;
}

div#map_results_column {
	width: 410px;
	height: 510px;
	overflow: hidden;
}

div#map_locations_column {
	width: 600px;
	height: 510px;
}

