* {
    margin: 0px;
    padding: 0px;
}
* html body {
    overflow: hidden;
}

html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    min-width: 980px; /* 2x (LS fullwidth + CC Padding) + RC fullwidth */
    margin: 0 auto;
}

.clear {
    height: 0px;
    line-height: 0px;
    clear: both;
}

a:link, a:visited, a:active {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: underline;
}

h1 {
    border-bottom: 2px solid #EBEBEB;
    font-size: 160%;
    margin: 0 0 5px;
}

h2 {
    border-bottom: 1px solid #EEEEEE;
    margin: 0 0 5px;
    padding: 10px 0 3px;
    font-size: 120%;
}

h3 {
    font-size: 110%;
    font-weight: bold;
    margin: 0 0 5px 0;
    padding: 0;
}

h4 /*sidebox recent*/ {
	padding-top: 6px;
    border-bottom: 1px solid #999;
    font-size: 110%;
    margin: 0 0 5px;
}

#h5_container {
	background: url(./images/title_bg.png) no-repeat;
	width: 980px;
	height: 40px;
	overflow: hidden;
	text-align: center;	
	margin: 10px 0px 20px 0px;
}

h5 /*page title*/ {
	color: #f5f5f5;
	font-size: 120%;
	margin: 12px 0px 0px 0px;
}

#h6_container {
	background: #FFF9E1;
	border: 1px solid #FFF2BF;
	width: 430px;
	height: 40px;
	overflow: hidden;
	text-align: left;	
	margin: 10px 0px 10px 0px;
}


h6 /*search filter*/ {
	color: #B30000;
	font-size: 120%;
	font-weight: bold;
	margin: 5px 0px 20px 0px;
}

span.incluye /*compare si*/ {
	display: block;
	color: #333;
	font-weight: bold;
	margin: 8px 0px 8px 0px;
}

span.no_incluye /*compare no*/ {
	display: block;
	color: #ccc;
	margin: 8px 0px 8px 0px;
}

.compare {
 height: 30px;
}

.over {
background: #f5f5f5;
}
.out {
background: none;
}


a:focus, a:active {
    outline: 0;
}

/* LAYOUT */


#content {
    height: 100%;
    overflow: hidden;
    padding: 5px;
}

#content_detail {
    float: left;
    width: 50%;
    padding: 0 50px 0 0;
}

#content_detail_2 {
    float: right;
    padding: 5px 0 0;
    width: 40%;
}

/* Search Form */

#search_container #keyword {
    width: 294px;
    margin-top: 28px;
	margin-left: 17px;
    border: none;
    font-weight: bold;
    background: none;
	font-size: 150%;
}

#search_container #location {
    width: 190px;
    margin-top: 16px;
    margin-left: 16px;
    border: none;
	font-weight: bold;
    background: none;
	font-size: 150%;
}

#search_container #search_btn{
	position: absolute;
	width: 120px;
    margin-top: 24px;
    margin-left: 20px;
    border: none;
    background: none;
}

/* Forms */
div.form-container {}
/*Add-IT Se quitó para compatibilidad, se regresa por bug en paginación en members*/
div.form-container select.page-numbers  { width: 50px; padding: 1px; font-size: 90%; }
div.table-list caption span.page-numbers { font-size: 90%; padding-bottom: 3px; }
div.table-list caption span.page-numbers-results { font-size: 90%; margin-top: 5px; } 
div.table-list span.page-numbers-results { float: left; }
div.table-list span.page-numbers { float: right; } 
div.table-list span.page-numbers a { text-decoration: none; }
div.table-list span.page-numbers a:hover { text-decoration: underline; }
/*Add-IT*/

/* Fix IE7 double margin bug */
div.form-container form {
    width: 100%;
}

div.form-container form p {
    margin: 0
}

div.form-container form p.note {
    margin-left: 165px;
    font-size: 90%;
    color: #333333;
    margin-top: 3px;
    clear: both;
}

div.form-container form p.note img {
    padding: 0px;
}

div.form-container div.controlset {
    margin-left: 165px;
    float: none;
    margin-top: 1px;
}

div.form-container div.custom {
}

/* Asterisk Next to required form fields */
div.form-container em {
    font-weight: bold;
    font-style: normal;
    position: absolute;
    color: #C00;
    line-height: normal;
    top: -2px;
}

div.form-container div.controlset input {
    vertical-align: -2px;
}

div.form-container div.controlset div.item {
    margin-bottom: 5px;
}

fieldset li {
    list-style: none;
    padding: 5px;
    margin: 0;
    clear: both;
    position: static;
}

/* Removed position: relative to fix IE7 expanding tree overlap */
fieldset label {
    font-size: 12px;
    margin-right: 15px;
    width: 150px;
    display: block;
    float: left;
    text-align: right;
    position: relative;
}

fieldset label em a {
    font-size: 9px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    vertical-align: top;
    padding-right: 2px;
}

label.error {
    color: #C00;
}

div.form-container fieldset.buttonrow {
    border: 0px;
    margin: 0px;
    padding: 0px 0px 10px 190px;
}

span.label {
    font-size: 12px;
    margin-right: 10px;
    padding: 0px 10px 0 0;
    width: 120px;
    display: block;
    float: left;
    color: #666666;
}

fieldset {
    margin-bottom: 15px;
    padding: 10px;
    border: 5px solid #F1F1F1;
    -moz-border-radius: 5px;
}

fieldset.hidden {
    border: 0px;
}

fieldset img {
    padding-left: 10px;
}

fieldset div div img {
    padding: 0px;
}
 /* fix for tree selects */
legend {
    font-weight: bold;
    color: #777777;
    font-size: 1.2em;
    padding: 0px 5px 0px 5px;
}

input.submit {
    background: #FFFFFF url(./images/gradient_silver.gif) repeat-x scroll 0 0;
    border: 1px solid #C6C3C6;
    color: #666;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    width: auto;
    font-family: inherit;
    font-size: 12px;
}

input.submit:hover {
    background-color: #f5f7fa;
    border: 1px solid #79a8f5;
    background-image: none;
}

input.text, textarea.textarea, select.select, select.select_multiple {
    width: 250px;
    background-color: #FFFFFF;
    font-size: 12px;
    color: #000000;
    font-family: inherit;
    border: 1px solid #C0C0C0;
    padding: 3px 5px 3px 5px;
}

textarea.textarea {
    height: 150px;
}

select.select, select.select_multiple {
    width: 262px;
    padding: 2px 3px 2px 3px;
}

select.select option, select.select optgroup, select.select_multiple option, select.select_multiple optgroup {
    padding-left: 5px;
}

input.text:focus, textarea.textarea:focus, input.text.error:focus, textarea.textarea.error:focus {
    background-color: #f5f7fa;
    border: 1px solid #79a8f5;
}

input.text.error, textarea.textarea.error {
    border: 1px solid #C00;
    background-color: #FEF;
}

/* Table List */
div.table-list table {
    width: 100%;
    margin-bottom: 10px;
}

div.table-list table, div.table-list td {
    border: 1px solid #CCC;
    border-collapse: collapse;
    font-family: Arial, Helvetica, sans-serif;
}

div.table-list thead th, div.table-list tbody th {
    background: #FFF url(./images/gradient_silver.gif) repeat-x;
    color: #666;
    padding: 0px 10px;
    border-left: 1px solid #CCC;
    text-align: left;
    height: 26px;
}

div.table-list tbody th {
    background: #fafafb;
    border-top: 1px solid #CCC;
    text-align: left;
    font-weight: normal;
}

div.table-list tbody tr td {
    padding: 5px 10px;
    color: #666;
}

div.table-list tbody tr.odd, div.table-list tbody tr.odd th {
    background: #f6f6f6;
}

div.table-list tbody tr:hover {
    background: #FFF url(./images/table_tr_background.gif) repeat;
}

div.table-list tbody tr:hover th {
    background: #FFF url(./images/table_tr_background.gif) repeat;
    color: #454545;
}

div.table-list tbody tr:hover td {
    color: #454545;
}

div.table-list tfoot td, div.table-list tfoot th {
    border-left: none;
    border-top: 1px solid #CCC;
    padding: 5px 10px;
    background: #ebebeb;
    color: #666;
    font-weight: normal;
    text-align: left;
    vertical-align: middle
}

div.table-list caption {
    text-align: left;
    padding: 5px 0 0 5px;
    color: #666;
    height: 4ex;
}
 /* set height here to fix safari overlap bug */
div.table-list table a:link {
    color: #666;
}

div.table-list table a:visited {
    color: #666;
}

div.table-list table a:hover {
    color: #003366;
    text-decoration: none;
}

div.table-list table a:active {
    color: #003366;
}


div.table-list thead th.table-list-checkbox {
    width: 14px;
}

div.table-list tfoot select {
    width: auto;
    line-height: 16px;
    vertical-align: middle;
}

div.table-list tfoot select option {
    padding-right: 5px;
}

div.table-list tfoot input.submit {
    vertical-align: middle;
}

div.table-list tfoot input.checkbox {
    vertical-align: middle;
}

/* Box Styles */
div.box {
    width: 100%;
    margin: 0px auto;
    padding: 0 0 10px 0;
}

.box .box-header {
    background: transparent url(./images/box_top_left.gif) no-repeat 0px 0px;
}

.box .box-header .box-side {
    position: relative;
    text-align: center;
    margin: 5px 0 0 0;
    font-weight: bold;
    line-height: 28px;
    height: 28px;
    background: transparent url(./images/box_top_right.gif) no-repeat right 0px;
}

.box .box-header img {
    float: right;
    top: 6px;
    left: 180px;
    border: 0px;
    position: absolute;
}

.box .box-body {
    background: transparent url(./images/box_middle_left.gif) repeat-y 0px 0px;
}

.box .box-body .box-side {
    background: transparent url(./images/box_middle_right.gif) repeat right 0px;
}

.box .box-body .box-side .box-content {
    margin: 0px 1px 0px 1px;
    background: #fff url(./images/box_middle_content.gif) repeat 0px 0px;
    padding: 1em;
    text-align: left;
}

.box .box-footer {
    background: transparent url(./images/box_bottom_left.gif) no-repeat 0px 0px;
}

.box .box-footer .box-side {
    font-size: 1px;
    height: 2px;
    background: transparent url(./images/box_bottom_right.gif) no-repeat right 0px;
}

.box .box-header h1 {
    font-size: 12px;
    margin: 0px;
    padding-top: 0px; /*color: #314774;*/
    color: #616161;
    border: 0;
}

.box p {
    margin: 0.5em 0px 0px 0px;
    padding: 0px;
}

.box ul.box_list li.box_list {
    font-size: 12px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0pt;
    background: transparent url(images/arrow.gif) no-repeat scroll 0px 2px;
    padding-left: 18px;
    padding-bottom: 5px;
}

.box ul.box_list {
    font-size: 12px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0pt;
    padding: 0pt;
}

/* Star Rating */
.star-rating {
    background: transparent url(./images/star_rating.gif) repeat-x scroll left top;
    height: 16px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 80px;
}

.star-rating li {
    float: left;
    margin: 0px;
    padding: 0px;
    clear: none;
}

.star-rating li a {
    display: block;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    padding: 0px;
    position: absolute;
    text-decoration: none;
    text-indent: -9000px;
    width: 16px;
    z-index: 20;
}

.star-rating li a:hover {
    background: transparent url(./images/star_rating.gif) repeat scroll left center;
    border: medium none;
    left: auto;
    z-index: 2;
}

.star-rating a.one-star {
    left: 0px;
}

.star-rating a.one-star:hover {
    width: 16px;
}

.star-rating a.two-stars {
    left: 16px;
}

.star-rating a.two-stars:hover {
    width: 32px;
}

.star-rating a.three-stars {
    left: 32px;
}

.star-rating a.three-stars:hover {
    width: 48px;
}

.star-rating a.four-stars {
    left: 48px;
}

.star-rating a.four-stars:hover {
    width: 64px;
}

.star-rating a.five-stars {
    left: 64px;
}

.star-rating a.five-stars:hover {
    width: 80px;
}

.star-rating ul {
    padding: 0px;
}

.star-rating li.current-rating {
    background: transparent url(./images/star_rating.gif) repeat scroll left bottom;
    display: block;
    height: 16px;
    position: absolute;
    text-indent: -9000px;
    z-index: 1;
    padding: 0px;
    padding-left: 0px;
}

/* Status Line */
div#status-line {
    background-color: #F8F8F8;
    border-bottom: 1px solid #C6C3C6;
    overflow: auto;
    padding: 5px 5px 5px 10px;
    height: 17px;
}

#status-line span#login-status {
    color: #525163;
    font-size: 12px;
    float: right;
}

#status-line span#breadcrumbs {
    color: #525163;
    font-size: 12px;
    float: left;
}

#status-line img#home {
    vertical-align: bottom;
}

/* Maintenance */
div#maintenance-line {
    background-color: #ffeaea;
    border-bottom: 1px solid #e82a2a;
    overflow: auto;
    padding: 5px 5px 5px 10px;
    height: 17px;
    text-align: center;
    font-weight: bold;
    color: #e82a2a;
}

div#maintenance-message {
    background-color: #ffeaea;
    border: 1px solid #e82a2a;
    overflow: auto;
    padding: 20px 20px 20px 20px;
    text-align: center;
    font-weight: bold;
    color: #e82a2a;
    margin: 20px;
    font-size: 14px;
}

/* Messages */
#messages div.error, #messages div.success, #messages div.notice {
    -moz-border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 5px 10px 35px;
    border-width: 5px;
    border-style: solid;
    font-size: 1.2em;
}

#messages div.error {
    border-color: #ffb9b9;
    background: #ffeaea url(./images/message_error.gif) no-repeat 10px center;
}

#messages div.success {
    border-color: #aedf7c;
    background: #e2fbc8 url(./images/message_success.gif) no-repeat 10px center;
}

#messages div.notice {
    border-color: #f9ff85;
    background: #dffac2 url(./images/message_notice.gif) no-repeat 10px center;
}

/* Map */
#map {
    border: 5px solid #ccc;
    width: 290px;
    height: 190px;
	-moz-border-radius: 5px;
}

.listing_hot {
    color: red;
    font-size: 9px;
}

.listing_updated {
    color: green;
    font-size: 9px;
}

.listing_new {
    color: green;
    font-size: 9px;
}

.listing_sidebox_title {
    font-weight: bold;
}

.listing_sidebox_description {
    font-size: 10px;
}

.listing_sidebox_details {
    font-size: 9px;
    padding-top: 5px;
}

.listing_sidebox_location {
}

/* Sideboxes */
#sidebox_popular_categories .count {
    color: #525163;
    font-size: 10px;
}



/* Options */
#options select {
    width: 100px;
}

/* Category Styles */
ul.category_list li.category_list {
    font-size: 12px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0pt;
    background: transparent url(images/icon_categories.gif) no-repeat scroll 0px 0px;
    padding: 0px 20px 20px 20px;
}

li.category_list {
    clear: both;
}

ul.category_list {
    font-weight: bold;
    text-decoration: none;
    color: #888888;
}

ul.category_list .category {
    font-size: 12px;
}

ul.category_list .category a {
    font-size: 12px;
}

ul.category_list .category_description {
    font-size: 10px;
}

ul.category_list .subcategories {
    font-size: 9px;
    font-weight: normal;
}

ul.category_list .subcategories a {
    font-size: 9px;
    font-weight: normal;
	color: #999;
}

ul.category_list img {
    float: left;
    padding: 0px 10px 20px 0px;
}

ul.location_list li.location_list {
    font-size: 12px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0pt;
    background: transparent url(images/icon_categories.gif) no-repeat scroll 0px 0px;
    padding: 0px 20px 20px 20px;
}

ul.location_list {
    font-weight: bold;
    text-decoration: none;
    color: #888888;
}

ul.location_list .location {
    font-size: 12px;
}

ul.location_list .location a {
    font-size: 12px;
}

ul.location_list .location_description {
    font-size: 10px;
}

ul.location_list .sublocations {
    font-size: 9px;
    font-weight: normal;
}

ul.location_list .sublocations a {
    font-size: 9px;
    font-weight: normal;
	color: #999;
}

ul.location_list img {
    float: left;
    padding: 0px 10px 20px 0px;
}

/*Se quitó el diseño de los listing_results*/

/* Images Search */
.image_results ol {
    margin: 0 0 10px 0;
    padding: 0;
}

.image_results li {
    list-style: none;
    padding: 20px;
    margin: 0;
    clear: both;
    border: #DDD 1px solid;
	height: 120px;
	margin-top: 10px;
}

.image_results .image {
    float: left;
    vertical-align: middle;
    margin-right: 20px;
}

.image_results .image_details {
    vertical-align: middle;
}

.image_results .image_title {
    font-weight: bold;
}

/* Documents Search */
.document_results ol {
    margin: 0 0 10px 0;
    padding: 0;
}

.document_results li {
    list-style: none;
    padding: 20px;
    margin: 0;
    clear: both;
    border: #DDD 1px solid;
}

.document_results .document_details {
    vertical-align: middle;
}

.document_results .document_title {
    font-weight: bold;
}

/* Classifieds Search */
.classifieds_results ol {
    margin: 0 0 10px 0;
    padding: 0;
}

.classifieds_results li {
    list-style: none;
    padding: 20px;
    margin: 0;
    clear: both;
    border: #DDD 1px solid;
    overflow: auto;
}

.classifieds_results .image {
    float: left;
    vertical-align: middle;
    margin-right: 20px
}

.classifieds_results .classifieds_details {
    vertical-align: middle;
}

.classifieds_results .classifieds_title {
    font-weight: bold;
}

/* Lists */
li.sitemap_li {
}

ul.sitemap_ul {
    margin-left: 10px;
    padding-left: 1.0em;
    padding-top: 0.2em;
    list-style-image: url('./images/point.gif')
}

.listing_default {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration: underline;
    font-weight: bold;
    color: black;
}

/* Tree */
.dhtmlx_tree_wrapper {
    padding: 5px;
    min-height: 150px;
    width: 250px;
    border: #C0C0C0 1px solid;
}

/* Image Gallery */
#image_gallery {
    list-style: none;
    width: 500px;
    margin-top: 10px;
}

#image_gallery li {
    float: left;
    display: block;
    cursor: pointer;
    border: 3px solid #fff;
    outline: 1px solid #ddd;
    margin-right: 14px;
    margin-bottom: 14px;
}

#image_gallery li img {
    border: 0;
}

#image_gallery_image {
    border: 3px solid #fff;
    outline: 1px solid #ddd;
    margin: 10px 0 10px 0;
}

#image_gallery_image_title {
    font-weight: bold;
    font-size: 14px;
    margin-left: 5px;
}

#image_gallery_image_description {
    margin-left: 5px;
}

/* Classified Image Gallery */
#classified_image_gallery {
    list-style: none;
    width: 500px;
    margin-top: 10px;
}

#classified_image_gallery li {
    float: left;
    display: block;
    cursor: pointer;
    border: 3px solid #fff;
    outline: 1px solid #ddd;
    margin-right: 14px;
    margin-bottom: 14px;
}

#classified_gallery li img {
    border: 0;
}

#classified_image_gallery_image {
    border: 3px solid #fff;
    outline: 1px solid #ddd;
    margin: 10px 0 10px 0;
}

/* FAQ */
.faq_category {
    font-size: 14px;
    font-weight: bold;
    color: #777777;
    display: block;
    margin: 15px 0 3px 0;
}

.faq_category_hr {
    color: #CCCCCC;
    height: 1px;
    line-height: 1px;
}

.faq_question {
	width: 600px;
    display: block;
    margin: 10px 0px 10px 165px;
	padding: 15px;
	border: 1px solid #666;
	background-color: #333;
	-moz-border-radius: 5px;
	text-align: center;
}

.faq_question:link, .faq_question:hover {
	color: #f5f5f5;
	font-size: 120%;
	font-weight: bold;
}

.faq_question_open, .faq_question_open:visited, .faq_question_open:link {
    text-decoration: underline;
}

.faq_answer {
	width: 700px;
	background-color: #f5f5f5;
    margin: 10px 0 10px 115px;
    padding: 10px;
	-moz-border-radius:5px;
}

.faq_answer ul {
  list-style-type: disc;
  padding: 0;
  margin: 0 0 0 15px;
}

/* Table */
table.frame {
    border-collapse: collapse;
    border-color: #EBEBEB;
    border-style: solid solid none;
    border-width: 1px 0 0 1px;
    margin: 0 0 10px;
    padding: 0;
}

.table {
    border-collapse: collapse;
    width: 100%;
}

.table .label {
    width: 150px;
    background-color: #F5F5F5;
    color: #333333;
    text-align: right;
}

.table tr td {
    padding: 10px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
}

/* User Orders View */
#user_orders_view_listing_links {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

#user_orders_view_listing_links li {
    padding: 5px 0;
}

#user_orders_view_listing_links li img {
    vertical-align: text-top;
    padding: 0 5px 0 0;
    border: 0;
}

/*Jquery page-flip*/
#pageflip {
    position: relative;
    z-index: 200;
}

#pageflip img {
    width: 50px;
    height: 52px;
    z-index: 99;
    position: absolute;
    right: 0;
    top: 0;
    -ms-interpolation-mode: bicubic;
}

#pageflip .msg_block {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 50;
    right: 0;
    top: 0;
    background: url(./images/banner_peel.png) no-repeat right top;
    text-indent: -9999px;
}

/*jquery pageflip*/

/*Diseño página*/

table {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

tr {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	border: none;
	padding: 0;
	margin: 0;
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#header_container {
	background: url(./images/header_container_bg.png) repeat-x;
	background-color: #fbdd83;
	height: 150px;
	width: 100%;
	overflow: hidden;
}

#header_container_2 {
	width: 980px;
	height: 150px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
}

#logo_container {
	position: absolute;
	width: 170px;
	height: 100px;
	margin: 10px 0px 0px 10px;
	overflow: hidden;
}

#search_container {
	background: url(./images/search_bg.png) no-repeat;
	position: absolute;
	width: 700px;
	height: 80px;
	margin: 20px 0px 0px 240px;
	overflow: hidden;
}

#search_results_container {
	height: auto;
	width: 750px;
	padding: 0;
	margin: 0;
}

#search_results_info {
	background-color: #F9F9F9;
	border-bottom: 1px solid #F2F2F2;
	margin: 10px 0px 10px 0px;
	padding: 10px 5px 10px 5px;
	color: #666;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}

#search_results_pagination {
	background-color: #F9F9F9;
	border-bottom: 1px solid #F2F2F2;
	margin: 10px 0px 10px 0px;
	padding: 10px 5px 10px 5px;
	color: #999;
	font-size: 110%;
	text-align: center;
}

#search_results_pagination a {
	color: #666;
	text-decoration: none;
}

#search_results_pagination a:hover {
	color: #333;
	text-decoration: underline;	
}

#listing_results_container {
	width: 100%;
	height: auto;
}

.listing_basico {
	background: url(./images/listing_results_basico_bg.png) no-repeat;
	width: 750px;
	height: 100px;
	margin-bottom: 10px;
}

.listing_empresarial {
	background: url(./images/listing_results_empresarial_bg.png) no-repeat;
	width: 750px;
	height: 100px;
	margin-bottom: 10px;
}

.listing_corporativo {
	background: url(./images/listing_results_corporativo_bg.png) no-repeat;
	width: 750px;
	height: 100px;
	margin-bottom: 10px;
}

.listing_ad {
	width: 750px;
	height: 0px;
}

.listing_results_score {
	width: 80px;
	height: 25px;
	padding: 0;
	overflow: hidden;
	font-size: 150%;
	color: #666;
	position: absolute;
	margin: 45px 0px 0px 650px;
	text-align: center;
}

.listing_results_rating {
	position: absolute;
	width: 80px;
	height: 16px;
	overflow: hidden;
	padding: 0;
	margin: 76px 0px 0px 650px;
}

.listing_results_logo {
	width: 80px;
	height: 80px;
	overflow: hidden;
	position: absolute;
	margin: 10px 0px 0px 10px;
}

.listing_results_title a{
	width: 480px;
	height: 32px;
	overflow: hidden;
	position: absolute;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	color: #333;
	margin: 6px 0px 0px 120px;
}

.listing_results_title a:hover {
	text-decoration: underline;
	color: #333;	
}

.listing_results_address {
	font-size: 80%;
	width: 250px;
	overflow: hidden;
	position: absolute;
	margin: 76px 0px 0px 120px;
}

.listing_results_recent {
    font-size: 80%;
	width: 190px;
	overflow: hidden;
	position: absolute;
	margin: 76px 0px 0px 400px;
}

.listing_results_description {
	width: 480px;
	height: 32px;
	font-size: 90%;
	overflow: hidden;
	position: absolute;
	margin: 40px 0px 0px 120px;
	color: #666;
}

#toolbar_container {
	position: absolute;
	margin-top: 120px;
	width: 980px;
	height: 25px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
}


#toolbar_container a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}

#toolbar_container a:hover {
	text-decoration: underline;
}

#body_container {
	width: 980px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#body_container_left {
	width: 750px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	overflow: hidden;
}

#body_container_right {
	width: 200px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
	overflow: auto;
}

#compare_container {
	width: 980px;
	overflow: hidden;
}

#pricing_container {
	margin: 20px 0px 0px 0px;
	font-size: 130%;
}

#payments_container {
	font-size: 150%;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px 20px 0px;
	width: 980px;
}

#breadcrumbs_container {
	background: url(./images/breadcrumbs_bg.png) no-repeat;
	width: 980px;
	height: 22px;
	overflow: hidden;
	margin: 0 auto;
	padding: 3px 0px 0px 5px;;
	color: #f5f5f5;
	font-size: 90%;
}

#breadcrumbs_container a {
	color: #fff;
	padding-top: 2px;
}

#index_top {
	width: 980px;
	height: 130px;
	margin: 10px 0px 0px 0px;
	padding: 0;
}

#header_ad {
	position: absolute;
	width: 250px;
	height: 120px;
	margin: 0px 0px 0px 680px;
	overflow: hidden;
}

#footer_container {
	background: url(./images/footer_container_bg.png) repeat-x;
	background-color: #333;
	height: 200px;
	width: 100%;
	overflow: hidden;
}

#footer_container_2 {
	width: 980px;
	height: 200px;
	margin: 0 auto;
	padding: 0px;
	overflow: hidden;
	color: #fff;
}

#toolbar_footer_container {
	position: absolute;
	margin-top: 170px;
	width: 980px;
	height: 25px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}


#toolbar_footer_container a {
	color: #f5f5f5;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}


#logo_footer_container {
	position: absolute;
	width: 130px;
	height: 76px;
	margin: 50px 0px 0px 10px;
	overflow: hidden;
}

#footer_ad {
	position: absolute;
	width: 250px;
	height: 130px;
	margin: 20px 0px 20px 180px;
	overflow: hidden;
}

#login_container {
	position: absolute;
	width: 500px;
	height: 130px;
	margin: 20px 0px 20px 470px;
	overflow: hidden;
}

.login_container_in {
	background: url(./images/login2_bg.png) no-repeat;
	margin: 0;
	padding: 0;
	width: 500px;
	height: 130px;
}

.login_container_out {
	background: url(./images/login_bg.png) no-repeat;
	margin: 0;
	padding: 0;
	width: 500px;
	height: 130px;
}

#login_logged_as {
	position: absolute;
	width: 120px;
	height: 30px;
	overflow: hidden;
	margin: 90px 0 0 370px;
	padding: 2px;
	font-size: 90%;
	text-align: center;
}

#login_logged_as a{
	color: #f5f5f5;
}

#user_reminders {
	position: absolute;
	width: 110px;
	height: 100px;
	margin: 15px 0px 0px 15px;
	padding: 0px;
	overflow: hidden;
	font-size: 90%;
	text-align: left;
}

#user_reminders ul {
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0;
}

.user_menu {
	position: absolute;
	width: 50px;
	height: 50px;
	padding: 0;
}

#user_add {
	margin: 10px 0 0 160px;
}

#user_edit {
	margin: 10px 0 0 230px;
}

#user_payments {
	margin: 10px 0 0 300px;
}

#user_profile {
	margin: 70px 0 0 160px;
}

#user_favorites {
	margin: 70px 0 0 230px;
}

#user_logout {
	margin: 70px 0 0 300px;
}

#login_container #user_login {
	position: absolute;
    width: 155px;
	height: 20px;
    margin-top: 18px;
	margin-left: 53px;
    border: none;
    font-weight: bold;
    background: none;
	font-size: 120%;
}

#login_container #user_pass {
	position: absolute;
    width: 155px;
	height: 20px;
    margin-top: 58px;
    margin-left: 53px;
    border: none;
	font-weight: bold;
    background: none;
	font-size: 120%;
}

#login_container .item {
	position: absolute;
    margin-top: 100px;
    margin-left: 20px;
    border: none;
	font-size: 90%;
}

input.login_btn {
	position: absolute;
    margin-top: 95px;
    margin-left: 154px;
    background: #FFFFFF url(./images/gradient_silver.gif) repeat-x scroll 0 0;
    border: 1px solid #C6C3C6;
    color: #666;
    padding: 2px 5px 2px 5px;
    cursor: pointer;
    width: auto;
    font-family: inherit;
    font-size: 12px;
}

input.login_btn:hover {
    background-color: #f5f7fa;
    border: 1px solid #79a8f5;
    background-image: none;
}

#login_container a.forgotten {
	color: #f5f5f5;
	position: absolute;
    margin-top: 100px;
    margin-left: 310px;
}

/*Diseño Categorias*/
/*#categories_container {
	width: 900px;
	min-height: 320px !important;
	margin: 0px 0px 20px 40px;
	text-align: center;
}

#categories_container_in {
	width: 720px;
	margin: 0px 0px 0px 15px;
	text-align: center;
}

#categories_container a {
	width: 140px;
	height: 30px;
	padding: 12px 0 0 0;
	margin: 19px;
	display: block;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	float: left;	
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #333;
	vertical-align: middle;
}

#categories_container_in a {
	width: 140px;
	height: 30px;
	padding: 12px 0 0 0;
	margin: 19px;
	display: block;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	float: left;	
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #333;
	vertical-align: middle;
}

#categories_container a:hover {
	background-color: #F1CD21;
	border: 1px solid #666;
}

#categories_container_in a:hover {
	background-color: #F1CD21;
	border: 1px solid #666;
}*/

/*Diseño Ciudades*/
#locations_container {
}

#locations_container_in {
	width: 720px;
	margin: 0px 0px 0px 15px;
	text-align: center;
}

#locations_container {
	
}

#locations_container_in a {
	width: 140px;
	height: 30px;
	padding: 12px 0 0 0;
	margin: 19px;
	display: block;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	float: left;	
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #333;
	vertical-align: middle;
}

#locations_container {
	
}

#locations_container_in a:hover {
	background-color: #F1CD21;
	border: 1px solid #666;
}
/*Diseño alphas*/

#alpha_menu_container {
	width: 960px;
	margin: 10px 0 10px 30px;
	height: 40px;
	overflow: hidden;
}

#alpha_menu_container a {
	width: 12px;
	height: 12px;
	padding: 5px;
	margin: 5px;
	display: block;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	float: left;	
	text-align: center;
	font-size: 90%;
	color: #333;
}

#alpha_menu_container a:hover {
	background-color: #F1CD21;
	border: 1px solid #666;
}


/*ADDIT listings*/

#listing_header_container {
	width: 980px;
	height: 540px;
	overflow: hidden;
}

#listing_gallery {
	position: absolute;
	width: 322px;
	margin: 0px;
	padding: 0px;
	z-index: 9000;
}

#listing_video {
	position: absolute;
	width: 322px;
	height: 206px;
	margin: 334px 0 0 0;
	padding: 0px;
	background: url(./images/listing_video_bg.png) no-repeat top left;
}

#listing_ads {
	position: absolute;
	width: 322px;
	height: 206px;
	margin: 334px 0 0 0;
	padding: 0px;
	text-align: center;
}

#listing_info {
	position: absolute;
	width: 650px;
	height: 540px;
	margin: 0px 0px 0px 330px;
	padding: 0px;
	overflow: hidden;
	background-color: #f0f0f0;
	-moz-border-radius: 10px;
	border: none;
}

#listing_title {
	width: 630px;
	font-size: 15px;
	padding: 5px 0 5px 0;
	color: #333;
	font-weight: bold;
	margin: 10px 0px 5px 10px;
	text-align: center;
	background-color: #F3D439;
	-moz-border-radius: 5px;
}

#listing_map {
	position: absolute;
	width: 300px;
	height: 200px;
	overflow: hidden;
	margin: 330px 0px 0px 340px;
	background: url(./images/listing_map_bg.png) no-repeat top left;
}

#listing_address {
	position: absolute;
	width: 320px;
	height: 200px;
	overflow: hidden;
	margin: 330px 0px 0px 10px;
	padding: 0;
	border: none;
	-moz-border-radius: 5px;
	background: #FDFDFD;
	color: #333;
}

#listing_address td {
	font-size: 90%;
}

#listing_categories {
	width: 630px;
	height: 14px;
	font-size: 90%;
	margin: 0px 0px 5px 10px;
	overflow: hidden;
	text-align: center;
}

#listing_info_in {
	width: 630px;
	height: 260px;
	margin: 0 0 0 10px;
	overflow: hidden;
	background-color: #FDFDFD;
	border: none;
	-moz-border-radius: 5px;
}

#listing_rating {
	width: 100px;
	height: 80px;
	margin: 5px 0 0 520px;
	padding-top: 8px;
	background-color: none;
	position: absolute;
	overflow: hidden;
	text-align: center;
	font-size: 90%;
	color: #333;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
}
#listing_rating a{
	color: #666;
}
#listing_rating a:hover{
	color: #333;
}

#listing_social {
	width: 100px;
	height: 145px;
	margin: 100px 0 0 520px;
	padding-top: 8px;
	background-color: none;
	position: absolute;
	overflow: hidden;
	text-align: center;
	font-size: 90%;
	color: #333;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
}

#listing_social a {
	font-size: 90%;
	color: #333;
}

#listing_contact {
	position: absolute;
	width: 310px;
	height: 250px;
	margin: 5px 0 0 5px;
	padding: 0;
	overflow: hidden;
}

.listing_contact {
	width: 300px;
	height: 40px;
	margin: 0 0 10px 0;
	overflow: hidden;
	font-weight: bold;
	font-size: 120%;
	color: #333;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
}

.tr {
	display: table-row;
}

.td {
	display: table-cell;
	vertical-align: middle;
}

.lc_data /*Listing Contact Data*/ {
	height: 40px;
	padding-left: 45px;
}

#listing_phone_yes {
	background: url(./images/phone_icon.png) no-repeat top left;
}

#listing_phone_no {
	background: url(./images/phone_no_icon.png) #ccc no-repeat top left;
}

#listing_fax_yes {
	background: url(./images/fax_icon.png) no-repeat top left;
}

#listing_fax_no {
	background: url(./images/fax_no_icon.png) #ccc no-repeat top left;
}

#listing_cel_yes {
	background: url(./images/mobile_icon.png) no-repeat top left;
}

#listing_cel_no {
	background: url(./images/mobile_no_icon.png) #ccc no-repeat top left;
}

#listing_mail_yes {
	background: url(./images/mail_icon.png) no-repeat top left;
}

#listing_mail_no {
	background: url(./images/mail_no_icon.png) #ccc no-repeat top left;
}

#listing_www_yes {
	background: url(./images/web_icon.png) no-repeat top left;	
}

#listing_www_no {
	background: url(./images/web_no_icon.png) #ccc no-repeat top left;
}

#listing_menu {
	position: absolute;
	width: 190px;
	height: 248px;
	margin: 5px 0 0 318px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
}

ul.listing_options li.listing_options { font-size: 90%; list-style-image: none; list-style-position: outside; list-style-type: none; margin: 4px 0 0 10px; padding-left: 20px; }

li.listing_options { line-height: 16px; padding-bottom: 5px; }

#listing_content_container {
	height: auto;
	width: 950px;
	border: 5px dashed #ccc;
	padding: 10px;
	-moz-border-radius: 5px;
	margin: 20px 0 20px 0;
}

#listing_content_container ul{
	margin: 20px 0;
}

#listing_content_container li{
	list-style: disc;
	margin: 5px 0 5px 20px;
}

/*ADDIT listings*/

/*Members*/
#members_index_info a {
	width: 230px;
	padding: 5px;
	margin: 5px;
	display: block;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #333;
}
#members_index_info a:hover {
	background-color: #F1CD21;
	border: 1px solid #666;
}

.mls {
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	margin: 10px 0 10px 65px;
	width: 800px;
	padding: 10px;
}

#payments_bg {
	background: url(./images/payments_bg.png) top left no-repeat;
	width: 950px;
	height: 400px;
	margin: 0 0 0 15px;
	padding: 0px;
}
/*Members*/

/*Custom Jquery Addit*/

/*Popeye*/
.ppy-outer {
    display:                none;
}
.ppy-active .ppy-outer {
    display:                block;
}
.ppy-stage {
    background-repeat:      no-repeat !important;
    background-position:    center center !important;
    position:               relative;
}

.ppy-placeholder {
    position:               relative;
}

.ppy-caption,
.ppy-captionwrap {
    overflow:               hidden;
}

.ppy-hidden {
    display:                none !important;
}
/*Popeye editable*/
#ppy1.ppy-active {
    width:          262px;
    float:          left;
    margin:         0 20px 10px 0;
}

#ppy1 .ppy-outer {
    padding:        10px;
    border:         1px solid #666;
    border-radius:          0 10px 10px 10px;
    -moz-border-radius:     0 10px 10px 10px;
    -webkit-border-radius:  0 10px 10px 10px;
    background:     #666;
}

#ppy1 .ppy-stage {
	/*Change this to fit your thumbnails*/
    width:          300px;
    height:         300px;
    border-radius:          0 5px 5px 5px;
    -moz-border-radius:     0 5px 5px 5px;
    -webkit-border-radius:  0 5px 5px 5px;
}

#ppy1 .ppy-outer:hover,
#ppy1.ppy-expanded .ppy-outer {
    border:         1px solid #333;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
}

#ppy1 .ppy-caption {
    margin:         5px 0 0 0;
    padding:        10px;
    font-size:      0.9em;
    line-height:    1.3em;
    color:          #f5f5f5;
    background:     #333;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -webkit-border-radius:  5px;
    box-shadow:         0 0 7px #ccc;
    -moz-box-shadow:    0 0 7px #ccc;
    -webkit-box-shadow: 0 0 7px #ccc;
    visibility:         hidden; /* prevent flash of content before popeye loads */
}

#ppy1 .ppy-caption a {
    color:          #f5f5f5;
}
#ppy1 .ppy-caption a:hover {
    text-decoration:underline;
}

#ppy1 .ppy-counter {
    border-bottom:  1px solid #999;
    color:          #ccc;
    padding:        0 0 2px 0;
    margin:         0 0 5px 0;
    font-size:      0.9em;
}

#ppy1 .ppy-stagewrap {
    background:     #414141;
    border-radius:          0 5px 5px 5px;
    -moz-border-radius:     0 5px 5px 5px;
    -webkit-border-radius:  0 5px 5px 5px;
}

#ppy1 .ppy-loading {
    background:     #333 url(./images/loading3.gif) no-repeat center !important;
}

#ppy1 .ppy-nav {
    background:     #333;
    background:     -moz-linear-gradient(
        center bottom,
        #999 0%,
        #000 100%
    );
    width:          104px;
    height:         32px;
    padding:        5px;
    position:       absolute;
    top:            0;
    left:           0;  
    border-radius:          0 0 5px 5px;
    -moz-border-radius:     0 0 5px 5px;
    -webkit-border-radius:  0 0 5px 5px;   
}

#ppy1 .ppy-nav a {
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px; 
}

#ppy1 .ppy-prev {
    width:          22px;
    background:     url(./images/prev3.png) no-repeat center;
}

#ppy1 .ppy-next {
    width:          22px;
    background:     url(./images/next3.png) no-repeat center;
}

#ppy1 .ppy-switch-enlarge {
    width:          30px;
    background:     url(./images/enlarge3.png) no-repeat center;
}

#ppy1 .ppy-switch-compact {
    width:          30px;
    background:     url(./images/compact3.png) no-repeat center;
}

#ppy1 .ppy-nav a:hover {
    background-color:   #000;
    cursor:         pointer;
}
/*Popeye end*/

/*ScrollTo*/
#nav-dock {
	position: fixed;
	right: 15px;
	top: 35%;
}
#nav-dock a {
	display: block;
	padding: 3px 10px;
	margin: 3px 0;
	background: #666;
	color: #fff;
	-moz-border-radius: 5px;
}
#nav-dock a:hover {
	background: #000;
}
#nav-dock #next {
	margin-bottom: 10px;
}

/*ScrollTO end*/

/*Tooltip*/
.tooltip {
	display:none;
	background: #191919;
	border:1px solid #000;
	color: #fff;
	padding:10px;
	font-size:12px;
	-moz-box-shadow: 2px 2px 11px #666;
	-webkit-box-shadow: 2px 2px 11px #666;
	z-index: 1000;
}

.tooltip a {
	color: #ccc;
	text-decoration: none;
}

.tooltip a:hover {
	text-decoration: underline;
}
.tooltip ul {
  list-style-type: circle;
  padding: 0;
  margin: 0 0 0 15px;
}
/*Tooltip end*/

/*Featurify*/
.recent_listings {
	font: normal;
	font-size: 90%;
}

.recent_listings ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#recent_listings_container {
	position: absolute;
	margin: 20px 0px 0px 50px;
	width: 600px;
	height: 96px;
	overflow: hidden;
	background-color: #F5F5F5;
	border: 2px dashed #ccc;
	-moz-border-radius: 5px;
}
/*Featurify end*/

/*Custom Jquery Addit end*/


/*Diseño página*/
