#products{
	width: 804px;
	margin-top: 10px;
	margin-left: 80px;
	font-size: 78%;
}
#route {
	width: 100%;
	height: 33px;
	padding-left: 40px;	
	background: url(imgs/bg-route-products.gif) top left no-repeat;
}
.routes {
	display:block;
	float:left;
	height:33px;
	line-height:33px;
	padding-left: 16px;
	margin-right: 1em;
	color: #737373;
	background: url(imgs/bg-routes.gif) center left no-repeat;
}

.product-panel {
	width: 100%;
	overflow: hidden !important;
	overflow /**/: hidden;
	margin-top: 16px;
	margin-bottom: 3em;
	border: 1px solid #e0e0e0;
	background: #F2F5F5;
}
#product-panel2 {
	margin-top: 12px;
	margin-left: 30px;
}
table {
	width: 740px;
	margin-bottom: 3em;
	border-collapse: collapse;
	border-left: 1px solid #CCCCCC;
}
caption {
	padding: 5px 0 5px 35px;
	font-size: 90%;	
	letter-spacing: 0.12em;
	text-align: left;
	color: #fff;
	background: url(imgs/bg-products-title.gif) top left no-repeat;
}
.product-list {
}
.product-list a{
	color: #000;
	text-decoration: none;
}
.product-list a:hover{
	color: #224272;
	text-decoration: underline;
}
.product-list td {
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #cccccc;
	background: #fff;
}
.product-list td img {
margin-top: 8px;
}
.product-list td span a {
	display: block;
	font-size: 80%;	
}
.product-list dl {
	font-size: 77%;	
	margin-bottom: 2em;
}