div.native_listings {
    margin: 0px;
    padding: 0px;
    width: 530px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}
table.native_listings {
    border-spacing: 0px;
    border-style: none none none none;
    border: 1px solid #7a6f63;
    border-collapse: collapse;
    width: 530px;
    margin-top: 10px;
    margin-bottom: 10px;
}
table.native_listings th {
    border-width: 0px 0px 0px 0px;
    background-color: #e2b098;
    padding: 8px;
    border-style: inset inset inset inset;
    text-align: left;
    font-size: 12pt; 
    font-weight: bold;
}
table.native_listings td {
    border-width: 0px 0px 0px 0px;
    padding: 8px;
    border-style: inset inset inset inset;
    height: 40px;
    font-size: 10pt;
}

ul.search_filter {
    list-style-type: none;
    list-style-image: none;
}
ul.search_filter li {
    margin-left: 10px;
    display: block;
}
li.search_filter_selected {
    background-color: #ccc;
    font-weight: bold;
}

a.button {
    background: transparent url('http://api.mobilenative.com/images/button_a_red.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
}
a:link {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
}     /* unvisited link */
a:visited {
	color: #6E2B32;
	text-decoration: none;
	font-weight: bold;
}  /* visited link */
a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}   /* mouse over link */
a:active {
	color: #006633;
	text-decoration: none;
	font-weight: bold;
}   /* selected link */
a.button:hover {
    cursor: pointer;
    cursor: hand;
}
a.button span {
    background: transparent url('http://api.mobilenative.com/images/button_span_red.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 9px;
}
a.button:active {
    background: transparent url('http://api.mobilenative.com/images/button_a_pressed_red.gif') no-repeat scroll top right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}
a.button:active span {
    background: transparent url('http://api.mobilenative.com/images/button_span_pressed_red.gif') no-repeat;
    padding: 6px 0 4px 9px; /* push text down 1px */
}

div.native_record {
    width: 650px;
    margin: 0px;
    padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}
span.white_box {
    background: transparent url('http://api.mobilenative.com/images/box_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 9px; /* sliding doors padding */
    text-decoration: none;
}
span.white_box span {
    background: transparent url('http://api.mobilenative.com/images/box_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 9px;
}
.rounded {
    z-index: 1;
    position: relative;
    border: 1px solid #7a6f63;
    background-color: #faefe3;
    zoom: 1;
}
.tl {
    background: url(http://api.mobilenative.com/images/tl_t.gif) no-repeat top left;
    margin:-1px;
}
.tr {
    background: url(http://api.mobilenative.com/images/tr_t.gif) no-repeat top right;
}
.br {
    background: url(http://api.mobilenative.com/images/br_t.gif) no-repeat bottom right;
}
.bl {
    background: url(http://api.mobilenative.com/images/bl_t.gif) no-repeat bottom left;
}
.tr, .tl, .bl, .br {
    zoom:1;
    position:relative;
}
.bl{
    padding:10px;
}


/* ---- Slide Viewer ---- */

/*preload classes*/
.svw {
    background: #fff;
    border: 1px solid #7a6f63;
}
.svw ul {position: relative; left: -999em;}

/*core classes*/
.stripViewer {
position: relative;
overflow: hidden;
border: 1px solid #7a6f63;
margin: 0 0 1px 0;
}
.stripViewer ul { /* this is your UL of images */
margin: 0;
padding: 0;
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none !important;
list-style-image: none !important;
}
.stripViewer ul li {
float:left;
}
.stripTransmitter {
overflow: auto;
width: 1%;
}
.stripTransmitter ul {
margin: 0;
padding: 0;
position: relative;
list-style-type: none !important;
list-style-image: none !important;
}
.stripTransmitter ul li{
width: 20px;
float:left;
margin: 0 1px 1px 0;
}
.stripTransmitter a{
font: bold 10px Verdana, Arial;
text-align: center;
line-height: 22px;
background-color: #e2b098;
color: #fff;
text-decoration: none;
display: block;
}
.stripTransmitter a:hover, a.current{
background: #fff;
color: #6E2B32;
}

/* ---- END Slide Viewer ---- */

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.4.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.4
 * @date November 17, 2007
 * @category jQuery plugin
 * @copyright (c) 2007 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

/* ---- END Lightbox ---- */

/* ---- jQuery Accordion ---- */

.native_nav {
	font-family: verdana;
    list-style-type: none !important;
    list-style-image: none !important;
}
ul.native_nav {
    margin: 0;
    padding: 0;
}
ul.native_nav li { 
    margin: 0; 
    margin-bottom: 2px; 
    padding: 0; 
    background-image: url(http://api.mobilenative.com/images/accordion-left.png); 
    background-repeat: no-repeat; 
}
ul.native_nav li a.ui-accordion-link { 
    display: block; 
    padding-left: 5px; 
    margin-right: 3px;
    height: 20px; 
    background-image: url(http://api.mobilenative.com/images/accordion-middle.png); 
    color: #000; 
    text-decoration: none; 
    line-height: 20px; 
    font-size: 10pt;
    font-weight: bold;
}
ul.native_nav li .ui-accordion-right { 
    display: block; 
    background-image: url(http://api.mobilenative.com/images/accordion-right.png); 
    position: absolute; 
    top: 0px; 
    right: 0px; 
    height: 20px; 
    width: 3px;  
}
ul.native_nav li:hover { 
    background-image: url(http://api.mobilenative.com/images/accordion-left-over.png); 
}
ul.native_nav li:hover a.ui-accordion-link { 
    background-image: url(http://api.mobilenative.com/images/accordion-middle-over.png); 
}
ul.native_nav li:hover .ui-accordion-right { 
    background-image: url(http://api.mobilenative.com/images/accordion-right-over.png); 
}
ul.native_nav li.selected { 
    background-image: url(http://api.mobilenative.com/images/accordion-left-act.png); 
}
ul.native_nav li.selected a.ui-accordion-link { 
    background-image: url(http://api.mobilenative.com/images/accordion-middle-act.png); 
}
ul.native_nav li.selected .ui-accordion-right { 
    background-image: url(http://api.mobilenative.com/images/accordion-right-act.png); 
}

.native_nav_listing {
    width: 185px;
    margin-right: 20px;
    float: left;
    white-space: nowrap;
    height: 13px;
    line-height: 13px;
    overflow: hidden;
}

.native_nav_distance {
    height: 13px;
    line-height: 13px;
}

.native_nav_listing_large {
    width: 165px;
    margin-right: 20px;
    float: left;
    white-space: nowrap;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    font-size: 11pt !important;
    font-weight: normal !important;
}

.native_nav_distance_large {
    height: 16px;
    line-height: 16px;
    font-size: 11pt !important;
    font-weight: normal !important;
}

.native_nav div {
    margin-right: 3px;
	background-color: #eee;
	font-size: 10px;
}

/* ---- END jQuery Accordion ---- */

/* ---- Star Ratings ---- */
div.star {  margin: 0; padding: 0; width: 95px; height: 20px; position: relative; }
div.starinner { padding: 0; margin: 0; background: url('http://api.mobilenative.com/images/stars.gif') repeat-x; width: 85px; height: 20px; z-index: 20; position: absolute; top: 0px; left: 5px}
div.starrating { padding: 0; margin: 0; background: url('http://api.mobilenative.com/images/stars.gif') left 25px; width: 0px; height: 20px; z-index: 30; position: absolute; top: 0px; left: 5px}
div.staruser { position: relative; font-size: 13px; height: 20px; font-family: Arial; color: #888; margin-top: 6px}
/* ---- End Star Ratings ---- */
