@charset "UTF-8";

.products-index h1 {
	margin-bottom: 1em;
}

.products-index h2,
.products-index .list_title {
	border-bottom: double 8px #669966;
	margin-top: 0.5em;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 10px;
}

.products-index .list_title h2 {
	border-bottom: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.products-index h2 a,
.products-index .list_title_ {
	background-color: #ccccff;
	border-bottom: dashed 3px #99cc99;
}

.products-index .list_title h2 a {
	background-color: transparent;
	border-bottom: none;
}

.products-index h2 a:hover,
.products-index .list_title_:hover {
	background-color: #ffffcc;
}

.products-index h2 {
	font-size: 122%;
}

.products-index h2 a,
.products-index h2 a:hover,
.products-index .list_title .demo a,
.products-index .list_title .demo a:hover {
	color: black;
	display: block;
	text-decoration: underline;
}

.products-index .list_title h2 a {
	width: 100%;
}

.products-index .list_title_ {
	position: relative;
	top: 0;
	left: 0;
}

.products-index .list_title_ .demo {
	position: absolute;
	top: 0.8em;
	right: 0;
	font-size: 88%;
	text-align: right;
	width: auto;
}

.products-index h2 a span.pad {
	display: block;
	padding: 3px;
}

.products-index h2 a img {
	vertical-align: middle;
}

.products-index ul {
	background-color: #eeffee;
	line-height: 1.33em;
	margin-top: 0.2em;
	margin-right: 20px;
	margin-bottom: 0.5em;
	margin-left: 15px;
	padding: 5px 10px;
}


* html .products-index .list_title_ .demo {
	right: 20px;
}

* html .products-index .list_title_ .demo a:hover {
	background-color: #ffffcc;
}
