@charset "utf-8";
#con_mid /* CSS Document */

 ol  {
	margin-bottom: 25px;
	margin-left: 25px;
}
#con_mid  ol  li  {
	list-style-type: decimal;
	line-height: 20px;
	list-style-position: outside;
}
#products    {
	padding-bottom: 20px;
	padding-top: 5px;
	margin-left: 15px;

}
#products  li  {
	line-height: 20px;
	list-style-type: disc;
	margin-left: 10px;
	list-style-position: outside;
	padding-bottom: 15px;
}
#products_list li{
	list-style-type: decimal;
	list-style-position: inside;
	margin-top: 5px;
	padding-bottom: 15px;
	line-height: 20px;
}
#map {
	float: right;
	height: 180px;
	width: 520px;
}
#map a {
	font-size: 12px;
	text-decoration: none;
}
#products_table  {
	margin-bottom: 30px;
	border: 3px solid #C4CAD0;
	margin-right: auto;
	margin-left: auto;
	background-color: #B1BAC2;
	width: 90%;

}
#products_table td {
	vertical-align: middle;
	text-align: center;
	border: 2px solid #C4CAD0;
	padding: 6px;
}
#products_table img {
	border: 1px solid #758393;
	padding: 1px;
	margin: 5px;
}
.pictures_width {
	width: 240px;
}

#con_mid  h4  {
	margin-bottom: 10px;
	margin-top: 10px;
}
#con_mid  h5  {
	margin-bottom: 10px;
	font-weight: bold;
	text-decoration: underline;
	font-size: 18px;
}
#con_mid  h6  {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A9ADB1;
	padding-bottom: 5px;
	margin-top: 10px;
	font-size: 20px;
	margin-bottom: 15px;
}
#product2 {
	padding-bottom: 20px;
}
#product2 li {
	height: 110px;
	padding-bottom: 10px;
}
#product2 img {
	float: left;
	margin-right: 10px;
	border: 1px solid #758393;
	padding: 1px;
	margin-top: 0px;
}

.graph {
	margin-left: 20px;
}

#gallery li {
	float: left;
	margin-right: 2px;
	margin-left: 5px;
	margin-bottom: 10px;
	border: 1px solid #8995A3;
	padding: 1px;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
#gallery li:hover {
	border: 1px solid #FFF;
	filter: Alpha(Opacity=100);
	opacity: 1;
}
#gallery img {
	margin: 0px;
	padding: 0px;
}
