/**
 * Plugin 'Branchenbuch' for the 'mh_branchenbuch' extension.
 *
 * @author	Martin Hesse <mail@martin-hesse.info>
 * 
 * SAMPLE CSS  
 *#mhbranchenbuch_lettermenu ul li
 *.mhbranchenbuch_letter li
 */

#mhbranchenbuch_lettermenu {
display:inline;
}
.mhbranchenbuch_letter 
{
  float:left;
}

.tx_mh_branchenbuch-standard,
.tx_mh_branchenbuch-advanced,
.tx_mh_branchenbuch-premium,
.tx_mh_branchenbuch-premium-1,
.tx_mh_branchenbuch-premium-2,
.tx_mh_branchenbuch-premium-3 {
  background-color:transparent; 
  height:150px; 
  width: 98%; 
  padding:5px;
  margin:0px; 
  border-top: #666 dotted thin;
  border-bottom: #666 dotted thin;
}

.tx_mh_branchenbuch-standard,
.tx_mh_branchenbuch-advanced
{
  border:1px solid #ececde; 
}

.tx_mh_branchenbuch-premium   {
  background: transparent url(l.jpg) no-repeat;
}


.tx_mh_branchenbuch-premium-1 {
  background: transparent url(xl_1.jpg) no-repeat; 
}

.tx_mh_branchenbuch-premium-2 {
  background: transparent url(xl_2.jpg) no-repeat; 
}

.tx_mh_branchenbuch-premium-3 {
  background: transparent url(xl_3.jpg) no-repeat; 
}

.tx_mh_branchenbuch-tagcloud  { padding:3px; float:left; }

.tx_mh_branchenbuch-advertise { }

.tx_mh_branchenbuch-statistics { }


.tx_mh_branchenbuch_table {
  border:1px solid #ddd;
}

.tx_mh_branchenbuch_table th {
  background-color:transparent; color:333;
}

.tx_mh_branchenbuch_table td {
  background-color:transparent;
}
.tx_mh_branchenbuch-searchbox{
}

