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

#pls-ad-info {
    text-align: left;
    position: relative;
    max-width: 1200px;
    margin: auto;
}

#pls-ad-info-wrapper {
    text-align: center;
}

#pls-ad-info-wrapper h1 {
    padding: 2px 0;
    background-color: #555;
    color: #fff;
}

/* 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; }

.imgTag {
     max-width: 360px;
     max-height: 240px;
}

.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;
                   min-width: 180px;
               }
.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;
}

.pls-matrix .ad-price {
    display: block;
}

.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;
         }

#arrow-left,
#arrow-right {
	cursor: pointer;
	background: url(left-right-arrow.gif) no-repeat;
    /*
    background-color: #eee;
    */
    width: 25px;
    height: 50px;
    text-indent: -999em;

    padding: 0;
    position: absolute;
    display: block;

    top: 60px;
}

#arrow-left {
	left: -30px;
}

#arrow-right {
	left: 255px;
	background-position: -25px top;
}

#ad-info-div-main #arrow-left {
    left: -25px;
}

#ad-info-div-main #arrow-right {
	left: 253px;
}

.pls-ad-print-icon {
    border : none;
    display : block;
    padding-left: 40px;
    position: absolute;
    height: 30px;
    left: 10px;
    top: -25px;
    line-height: 30px;
    background: url(print1.png) no-repeat;
}

#pls-ad-info-tbl-main {
    max-width: 680px;
    margin:auto;
    position:relative;
    margin-top: 1em;
    text-align:left;
}

#pls-ad-info-img {
    float: left;
    min-width: 250px;
    margin-right: 30px;
    text-align: center;
    position: relative;
}

#pls-ad-info-title {
    float: left;
    margin-left: 30px;
    max-width: 363px;
    text-align: center;
}

.product-details h3 {
    font-size: 10pt;
    margin: 0;
}

.product-details dl, .product-details dt, .product-details dd {
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: normal;
}

.product-details dt {
    width: 40%;
    float: left;
    /*
    background-color: red;
    */
}

.product-details dd {
    width: 60%;
    margin-left: 40%;
    /*
    padding-left: 5px;
    */
    /*
    background-color: blue;
    */
}

#pls-ad-info-tbl-main #dealer-details {
	float: left;
    width: 363px;
}

#pls-ad-info-tbl-main #dealer-details div.upper {
    position: relative;
    /*
    height: 30px;
    */
}

#pls-ad-info-tbl-main #dealer-details div.bottom {
    position: relative;
    height: 30px;
    padding-top: 5px;
    padding-left: 25px;
}

#pls-ad-info-tbl-main #dealer-details div.bottom a {
	font-size: 8pt;
    display: block;
    text-align: center;
}

#pls-ad-info-tbl-main #dealer-details div.bottom a.left {
    position: absolute;
    left: 5px;
}

#pls-ad-info-tbl-main #dealer-details div.bottom a.right {
    position: absolute;
    right: 5px;
}

#dealer-details div.upper,
#dealer-details .dealer-box,
#dealer-details div.bottom {
    margin-left: 31px;
}

#pls-ad-info-tbl-main #dealer-details h2 {
    bottom: 2px;
    font-size: 10pt;
    margin: 0;
}

#pls-ad-info-tbl-main #dealer-details div.links {
    /*
	position:absolute;
    right:0px;
    */
    /*
    float: right;
    */
    text-align: right;
    padding-bottom: 2px;
}

#pls-ad-info-tbl-main #dealer-details .links a {
    font-size: 8pt;
    font-weight: normal;
    /*
    display: block;
    */
}

#pls-ad-info-tbl-main #dealer-details .dealer-box {
    border: 2px solid #555;
    height: auto;
    /*
    text-align:center;
    */
    padding: 5px 0 5px 0;
}

#pls-ad-info-tbl-main #dealer-details .dealer-box .inner {

}

#dealer-details .dealer-box .sep {
    border-top: 2px solid #555;
    padding-top: 5px;
}

#pls-ad-info-title div {
	margin: 3em 0;
    font-weight: bold;
    font-size: 120%;
}

/* on dealer sites that use PLS, we do not want to adjust their width to accomodate the dealer reviews */
#pls-ad-info-details {
	clear: left;
}

#pls-ad-info-main {
    float: left;
    margin-top: 20px;
}

div.ff #pls-ad-info-main {
    float: left;
    width: 250px;
    margin-top: -10px;
}

div.ff #pls-ad-info-additional {
    float: left;
    width: 363px !important;
}

#pls-ad-info-tbl-main hr {
    clear: both;
}

#pls-ad-info-print-header {
	font-family: arial;
    font-size: 13px;
	background-color: #efefef;
	text-align:center;
	margin-bottom: 1em;
	/*
	position: absolute;
	padding: 1em;
	right: 0;
	*/
}

#pls-ad-info-print-header h1 {
	margin: 0;
	padding: 0;
	/*
	text-align: right;
	*/
	font-family: arial;
    font-size: 14px;
}


#img-see-larger {
    position: relative;
}

#img-x-of-y {
    position: absolute;
    width: 5em;
    right: 0;
    text-align: right;
    font-weight: bold;
    height: 1em;
}

#pls-ad-info-msg #progress,
#progress, .progress {
    position: absolute;
    width: 250px;
    height: 1.5em;
    font-size: 12px;
    font-weight: bold;
    line-height: 2em;
    background: #fff url(progress.gif) no-repeat left 2px;
    display: none;
    z-index: 1000;
}

#pls-ad-info-print-header .address {
    /*
    text-align: right;
    */
}

.navbar-wrapper {
    /*
    clear:both;
    float:left;
    width:100%;
    */

    overflow:hidden;

    position: relative;
    height: 1.8em;
    margin-bottom: 1em;

}

.navbar a, .navbar span.current {
    font-weight: bold;
}

.navbar-wrapper .navbar {
    float: left;
    left: 50%;
    font-size: 12px;
    height: 1.5em;
    margin: 0 auto;
    position: relative;
    /*
    text-align: left;
    */
}

.navbar-wrapper .navbar a,
.navbar-wrapper .navbar span {
    text-align: center;
    display: block;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    padding-top: 3px;
    right: 50%;
    line-height: 1.2em;
}

.navbar-wrapper .navbar span.current,
.navbar-wrapper .navbar a {
    margin-right: 10px;
}

.navbar-wrapper .navbar span.current {
    text-align: center;
    padding: 3px 5px;
    background: url(current_page_bkg.png) repeat-x;
    height: 22px;
}

#dealer-reviews{
	height: 450px;
	width: 49%;
	/*clear: both;*/
	float: right;
	overflow-y: scroll;
	margin-top: 20px;
	border: 1px solid #000;
	margin-bottom: 10px;
}

#pls-ad-info-details #pls-ad-info-main{
	width: 100%;
}

div.ff #pls-ad-info-additional {
}

.ad_product_details {
	width: 100%;
}
.ad_product_details dl{
	width: 360px;
}
