
.notused .contentSmall {  
   width: auto; 
   padding: 10px; 
   background-color: #ffffff;
   xmargin-right: 5px; 
   xmargin-left: 5px; 
   margin: 2% 15% 0% 15%;
   border: 1px solid blue;
}

.contentListing {
   border: none; 
   width: 820px; 
   margin: 0px auto; 
   text-align: left;
   xbackground-color: #ffffff;
   xmargin-top: 0px;
   padding-top: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   padding-left: 5px;
   xmin-height: 500px;
   height: auto;
}

.contentListing .listing {
   -moz-border-radius: 1.0em;
   -webkit-border-radius: 1.0em;
   -khtml-border-radius: 1.0em;
   border-radius: 1.0em;
   xbehavior: url(/css/border-radius.htc);
   padding: 4px; 
   margin: 0px 4px 5px 4px;
   border: 2px solid slategray;
   height: auto; 110px;
   xbackground-image:  url(../images/system/gradient-listing.gif) ;
   xbackground-color: #fffff0 ;
   background-color: #ffffff ;
}

.contentListing img { border: none; }

.notused .listingimage {    
   border: none; 
   width: 100px;
   margin: 2px;
}

.contentCatalog {
   border: none; 
   xwidth: 820px; 
   margin: 0px auto; 
   text-align: left;
   xbackground-color: #ffffff;
   xmargin-top: 0px;
   padding-top: 10px;
   padding-right: 10px;
   padding-bottom: 10px;
   padding-left: 5px;
   xmin-height: 500px;
   height: auto;
}

.roundedCorner {
   -moz-border-radius: 1.0em;
   -webkit-border-radius: 1.0em;
   -khtml-border-radius: 1.0em;
   border-radius: 1.0em;
   xbehavior: url(/css/border-radius.htc);
}

.notused .sponsor {
   -moz-border-radius: 0.4em;
   -webkit-border-radius: 1.0em;
   -khtml-border-radius: 1.0em;
   border-radius: 1.0em;
   behavior: url(/css/border-radius.htc);
   padding: 0px; 
   margin: 0px 4px 2px 4px; 
   border: 1px solid black;
   background-color: lightblue;
}

.notused .sponsorimage {
   border: none; 
   height: 50px; 
   width: 50px;
   margin: 2px;
}

.notused .reco {
   -moz-border-radius: 0.4em;
   -webkit-border-radius: 1.0em;
   -khtml-border-radius: 1.0em;
   border-radius: 1.0em;
   behavior: url(/css/border-radius.htc);
   padding: 2px; 
   margin: 0px 4px 2px 4px;
   border: 1px solid black;
   height: auto;
   background-color: lightyellow;
   color: blue;
   font-size: 9px;
   border: 1px dashed blue;
}

INPUT.text {
  border: 1px solid Gray; 
  padding-left: 4px;
}

a.map {
   background: url(../images/icons/map.gif) no-repeat 0 100%; /* relative to css file */
   padding: 0 0 0 17px ;
}

