@charset "utf-8";
/* CSS Document */

body {
	font-size:11px;
}

.right {
	float:right;
	width: 270px;
}

.blod {
	font-weight:bold;
}

h3.product_header {
	font-size: 16px;
	width: auto;
	color: #333333;
	font-weight: bold;
	background-image: url(img/obi_01.gif);
	height: 25px;
	background-repeat: no-repeat;
	background-position: bottom;
	padding-left: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
	text-indent:10px;
	clear:both;
}

#links {
	width: 600px;
	float: left;
	height: auto;
	margin-top: 10px;
}

#links ul {
list-style-type: none;
width: 560px;
}

#links li {
/*text-align: center;
float: left;*/
border: 1px dotted #06f;
border-width: 1px 0;
margin: 0px 0px 16px 0px;
list-style:none;
}

#links li a {
color: #00f;
display: block;
font: bold 120% Arial, Helvetica, sans-serif;
padding: 8px;
text-decoration: none;
}
* html #links li a {  /* make hover effect work in IE */
width: 560px;
}
#links li a:hover {
background: #f0f0f0; color:#036;
}
#links a em {
color: #666;
display: block;
font: normal 85% Verdana, Helvetica, sans-serif;
line-height: 125%;
}
#links a span {
color: #000;
font: normal 70% Verdana, Helvetica, sans-serif;
line-height: 150%;
}

.red {
color: #F00;
}

div.contentsarea {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}