/*--------------------------------------------------------------------------

   Copyright(C) 1998-2006, FurnitureFinders
   E-mail: info@furniturefinders.com
  
   Default CSS styles for the Dealer Inventory pages.
  
---------------------------------------------------------------------------*/

body {
    /*
      font-family : arial; 
      font-size : 8pt;
      font-style : normal; 
      font-weight : normal; color : #000000;
    */
     }

#pls-ad-info {
    text-align: left;
}

/* used to center the next div in IE */
#dealer-listings { text-align: center; }

/* 
   The main search-results container; auto margin makes it centered for
   Firefox and Opera; text-align is forced by the outer div setting
   ( which is there because of IE ), so that the default alignment inside
     is the 'left' again ). 
 */
.dlr-listings { 
                width: 100%;       /* customizable by dealers */
                margin: auto;      /* do not change */
                text-align: left;  /* do not change */
              }

#dealer-listings a.results-layout {
    display: none;
}

.row-dlr-result { margin-bottom: 10px; }

.pls-matrix img,
.row-dlr-result img {
    border: none; 
}

.pls-matrix .row-dlr-result {
    margin-top: 10px; 
}

.row-col-photo { 
                   width: 25%;  
                   float:left; /* float:right; makes the columns 'switch' */
                   padding-top: 7px; 
                   padding-bottom: 7px;
                   text-align: center;
                   margin: 0px;
               }
.row-col-descr { width: 75%; float: left; margin:0px;}
.row-internal-margin { 
                        padding-left:  0px; 
                        padding-right: 0px; 
                     }

.row-title { font-weight: bold; display:block; }
.row-address { 
    font-size: 8pt; 
    font-weight: bold;
}
.row-descr {
    margin-top: 5; 
    margin-bottom: 5;
    font-size: 8pt; 
    display: block;
}
.row-ad-id { 
    display: inline; 
}

.pls-matrix .row-ad-id {
    display: block;
}

.pls-matrix .ad-id { display: inline; }
.pls-matrix .ad-qty { 
    display: inline; 
    padding-left: 5px;
}

.row-ad-partnum { display: none; }

/* 
    'display:none;' hides the whole details section of an ad 
    This class also controls common display settings for the details rows,
    like fonts, color etc.
 */
.row-ad-details { display: block; font-size: 8pt; }

/* set the width of the 'label' column for the details section */
.row-table-col1 { width: 12ex; }

.row-label { color: black; font-weight: normal; }
.row-value { color: black; font-weight: normal; }

/* special settings for the price label and value: */
/*
.row-price-label { color: black; }
.row-price-value { color: black; }
*/

.row-ad-category     { display: block; }
.row-ad-quantity     { display: block; }
.row-ad-moreinfo     { display: block; }
.row-ad-price        { display: block; }

.center { text-align: center; }
.fleft { float: left; }

hr.clear { 
           clear: both; 
           width: 100%; height: 1px; 
           font-size: 0px; line-height:0px;
           margin: 0;
         }

br.clear { 
           clear: both; 
           width: 0px; height: 0px; 
           font-size: 0px; line-height:0px;
           margin: 0;
         }#Table_01 {
	background-color: #999999;
}
#Table_01 #obj4 {
	text-align: center;
}
