/**
 * Listado de items.
 * Controller: Listing.
 */

div.body {
  margin:0 auto;
  width:780px;  
}

.cantImgs {
  font-size: 0.8em;
}

#headerSearch {
  clear: both;
  padding: 10px 0 5px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 2px;
  font-size: 1.1em;
}

table {
  width: 100%;
  font-size: 1em;
  border-collapse: collapse;
}

table tr.empty {
  height: 1px;
  line-height: 1px;
  background-image: none;
}

table tr.even {
  background-color: #f5f5f5;
}

table td {
  padding: 6px 12px;
  color: #222;
  vertical-align: top;  
}

table td.date {
  padding: 6px !important;
}

table td.listing_sponsored {
  padding:0 !important;
}

table tr.empty td {
  padding: 0 !important;
}

table td.date {
  font-size: 1.3em;
  background-color: #283845;
  color: #fff;
}

table td.header {
  padding: 2px 0 0 0 !important;
}

table td.listing_sponsored {
  padding: 0px 0px 0px 1px;
}

table td div.ads_bottom {
  border-top: 1px solid #333;
  margin-top: 24px;
  padding-top: 3px;
}

table td.thumb {
  text-align: center;  
  overflow: hidden;  
  max-width:80px !important;
  width:80px !important;
  padding:6px 12px !important;  
}

table td.item {  
  padding:4px 6px 4px 14px;
  overflow: hidden;
  max-width: 590px;
  width: 590px;
}

table td.thumb img {
  cursor: pointer;
}

table td.price {
  width: 90px;
  text-align: right;
}

table a.title, table span.title {
  font-size: 1.3em;
}

table span.foto {
  color: #f01212;
}

/** loader img **/
.prevImg {
  position: absolute;
}

.loaded {
  width: 1px;
  height: 1px;
}

.loadingImg {
  display: block;
  width: 74px;
  height: 54px;
  background: url('../images/loader.gif') no-repeat 50% 50%;
}

/** colores item list **/
.ofDem { color: #993300; }
.ofInm { color: #808000; }
.ofOfe { color: #339966; }
.ofPart { color: #993300; }
.nofDem { color: #993300; font-weight: bold; }
.nofInm { color: #808000; font-weight: bold; }
.nofOfe { color: #339966; font-weight: bold; }
.nofPart { color: #993300; font-weight: bold; }


/** quick post **/
iframe#quick_post_container_new_id {
  width: 100%;
  clear: both;
}

div#paginator_container {
  clear: both;
  background: transparent url('/images/headers_bk.png') repeat-x scroll left top;
  padding-top: 5px;
  margin: 2px 0px 0px 0px;
  width: 100%;    
}

div.inner_error_box {
  margin-top: 1px;
  border-top: 2px solid red;
  border-bottom: 1px dotted red;
  padding: 20px 15px 15px 15px;
  font-size: 1.2em;
}

div.outter_error_box {
  margin: 10px 0px;
  border-top: 1px solid #2a3a47;
  border-bottom: 1px solid #ff0000;
}

td.listing_sponsored div#MA_Listing_Bottom_Out {
  border-top: 1px solid black;
  margin: 7px 0 0 0;
}

div#closeRow {
  overflow: hidden;
  position: relative;  
}

