/*  Title:     TD08 Shops CSS          
    Creator:   cf                          
    Date:      080616                      
    Content:                               
               - Columns
               - Boxen auf Startseite
               - Suchresultate                                                  
*/


/* COLUMNS -------------------------------------------------------- */
#shopsC1 {
  width:380px;
  float:left;
}

#shopsC2 {
  width:200px;
  float:left;
  margin-left:20px;
  overflow:hidden;
}


/* BOXES ---------------------------------------------------------- */
#shopSearch h4{
 margin:5px 0 0 0;
 font-weight:bold;
 color:#333;
 font-size:11px;
}
#shopSearch * input[type=text], #shopSearch * select{
 width:180px;
}
#shopSearch form {
 width:180px;
}

/* SEARCHRES ---------------------------------------------------------- */
.shopSearchResult {
 position:relative;
 width:260px;
 float:left;
 margin:10px;
 border-bottom:1px dashed #ccc;
 padding:10px;
}
.shopSearchResult h3 {
 margin:0;
}
.shopSearchResult h3 a {
 font-size:13px;
 text-decoration:underline;
 margin:-3px 0 5px 0;
}
.shopSearchResult img.country {
 position:absolute;
 top:10px;
 right:10px;
}
.shopSearchResult p.shopType {
 font-size:10px;
 color:#999;
 margin:3px 0 5px 0;
}
.shopSearchResult p.address {
 font-size:12px;
}

/* SHOPINFO ----------------------------- */
#shopOffers {
 margin:10px 40px 10px 40px;
}
#shopOffers td h3 {
 margin-top:10px;
 margin-bottom:10px;
 font-size:14px;
 color:#222;
}
#shopOffers td.offer {
 padding:0 30px 30px 30px; 
}
#shopOffers td.offer h4 {
 margin:0;
 font-size:12px;
 color:#333;
}
