/* ----------------------------------------------------------

			|   Logic-Base				 |
			|   ebaytemplate - CSS-Style |
			  -------------------------- 
			|   Version:	 1.0		 |
  	        |   Erstellung:	 08-12-10    |
			  --------------------------
			|                            |

/* ---------------------------------------------------------- */
/*  Detailansicht */
/* ---------------------------------------------------------- */

.lb_bigimg {
	width: 300px;
	height: 300px;
	border: solid 1px #ccc;
	overflow: hidden;
}
.lb_detailimage {
	width: 55px;
}
.lb_thumb {
	width: 55px;
	height: 55px;
	border: solid 1px #ccc;
	display: block;
	float: left;
	margin-right: 3px;
}
.lb_thumb2 {
	width: 55px;
	height: 55px;
	border: solid 1px #ccc;
	display: block;
	float: left;
}
/* Rechte Spalte  */
.lb_detail_right {
	background-color: #e5e5e5;
}
.lb_content {
	padding: 10px;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 445px;
}
.lb_content td {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 445px;
}
/* Herstellerlogo  */
.lb_producer {
	margin-bottom: 20px;
	border: solid 1px #ccc;
	background-color: #FFF;
	text-align: center;
}

