div.linie {
	height: 1px;
	overflow: hidden;
	margin: 3px 0;
	background: url(bg-line_repx.gif) repeat;
}

table#product {
	width: 100%;
}

table#product td {
	vertical-align: top;
}

table#product img.border {
   float: left;
   margin-right: 5px;
   border: 1px solid #7f7f7f;
}

table#product p.title a {
	color:#ff0000; 
	font-weight:bold; 
}

table#product div.info {
	font-weight: bold;
	color: #333;
}

table#product div.info span {
	font-weight: normal;
	color: #f00;
}

table#product a.buton { 
    display: block;
	width: 70px;
	padding: 5px;
	font: normal normal bold 12px Arial;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background-color: #6d98bf;
}
