div.breadcrumbs{
	font-size: 0.8em;
	color: #000;
	margin: 10px 10px 10px 10px;
}
div.breadcrumbs a{
	text-decoration: none;
	color: #0060f9;
}
div.breadcrumbs a:hover{
	text-decoration: underline;
}
div.submenu{
	font-size: 0.85em;
	color: #000;
	margin: 10px 10px 10px 10px;
}
div.submenu a{
	text-decoration: none;
	color: #0060f9;
}
div.submenu a:hover{
	text-decoration: underline;
}
div.entrylist{
	padding: 10px 20px 10px 10px;
}
div.entry h3{
	color: #333;
	font-size: 0.8em;
}

div.entry h2{
	margin: 5px 15px 5px 10px;
	color: #024;
	font-weight: bold;
	font-size: 0.8em;
	padding: 2px 0 0 16px;
	background:url('../images/subtitle_a.gif') no-repeat;
}
div.entry div.body{
	color: #333;
	margin-left:  5px;
	padding-left: 15px;
	padding-top: 5px;
/*	border-left: solid 1px #31659c;*/
	margin-bottom:20px;
	line-height:1.4em;
	font-size: 0.8em;
}
/* category_hosting */
table.price{
  width:100%;
}
table.price th,table.price td{
  border: solid 1px #999;
  padding: 5px;
}
table.price th{
  background-color:#aaa;
  color:#fff;
  width:40%;
}
table.price td{
  background-color:#fff;
  color:#000;
  width:30%;
}
/* category_blog */
table.blog{
  width:100%;
}
table.blog th,table.blog td{
  border: solid 1px #999;
  padding: 5px;
}
table.blog th{
  background-color:#aaa;
  color:#fff;
  width:50%;
}
table.blog td{
  background-color:#fff;
  color:#000;
  width:50%;
}