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

.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 {
	width:580px;
	padding:5px;
	margin:0px;
}
.tx_mh_branchenbuch-premium img { display:block; width:200px; height:150px;}
.tx_mh_branchenbuch-standard,
.tx_mh_branchenbuch-advanced
{
  border:1px solid #ececde; 
}

.tx_mh_branchenbuch-premium   {
	background-color: #F3F3F3;
	background-repeat: no-repeat;
	border: 1px solid #D4CAB6;
}


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

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

.tx_mh_branchenbuch-premium-3 {
  background: #ececde 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:#ddd; color:333;
}

.tx_mh_branchenbuch_table td {
  background-color:#fafafa;
}
.tx_mh_branchenbuch-premium .liendetail {
	background-image: url(../images/detail01.png);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 28px;
	line-height: 28px;
	display: block;
 }
.tx_mh_branchenbuch-detail ul li {
	background-image: url(../images/coche01.png);
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	padding-left: 12px;
 }
