.clearSet{clear:both;}

/*
========================================================================
Styles for Search Templates
========================================================================
*/
#searchWrap{width:940px;}
  
  #searchWrap h3{font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; text-transform:uppercase; margin-top:0; margin-bottom:1em;    }
  
  #searchWrap p{}
    
div#searchIntro{
  width:415px; margin-right:30px; float: left;
  
}

div#searchDiv{
  width:415px;
  float:left;
  padding:0;
}
  #searchDiv p{
    
    }
    
      p a.searchLink{
        font-size:                        0.825em;
        background:                       #790000;
        color:                            white; 
        padding:                          5px 20px 5px 20px; 
        }
        
      p a:hover.searchLink{
        background:                       #333; 
        text-decoration:                  none;
        }
  



/*
====================================================================
Styles for the Listing Templates
====================================================================
*/

  table.listingTable{margin:10px 10px 10px 0;}
  
  .listingTable tr td{
    text-align:                   center; 
    
    }
    .listingTable img{
      margin:                     0 auto;
      }
      
    .listingTable td a{
      background:                 #f3eedb;
      display:                    block; 
      padding:                    10px; 
      font-size:                  0.875em;
      color:                      #333;
      text-align:                 center;
      font-family:                arial;
      
      border:                     1px solid #e6d891;
	  -moz-border-radius:4px; -webkit-border-radius:4px;
      color:#790000; 
      }
  .listingTable a:hover{
      background:                 #f0e8c8; 
      text-decoration:            none;
      }

/*
===============================================================
Styles for the Type Templates
===============================================================
*/

ul#typeList{}

#typeList li{
  list-style-type:                    none;
  font-size:                          0.8125em;
  font-family:                        arial;
  margin-right:                       10px;
  }
  
  #typeList a{
    color:green; 
    font-weight:bold;
    }
    
    
/*
===============================================================
Styles for the View templates
===============================================================
*/

.itemInfoWrap{
  margin: 10px 0 0 0;
  float: left;
  }
  
#viewImages{
  width:              160px; 
  float:              left;
  }
  a.photoFirst img{margin-left:15px;}

.viewInfoWrap{
  width:              400px;
  width: 350px;
  float:              left;
  }
  
  .viewInfoWrap h3{
    font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; text-transform:uppercase; margin-top:0; margin-bottom:1em;    
  }
  
  
  .viewInfoList li{
    padding:                                  0.5em 0; 
    font-size:                                1.125em; 
    border-bottom:                            1px solid #ccc;
    list-style-type:                          none;
    }
  .viewInfoList li h4{
    color:                                    #790000; 
    font-size:                                1.125em; 
    margin:                                   0 0 0.5em 0;
    }  
 .typeNav{
    float:                                    left;
    width:                                    100px;
    }   
	
	
	
