#contents a {
	text-decoration: underline;
}

#contents #items a:visited {
	text-decoration:none;
}


/* products layout */

.category-list #main-content h1 {
	margin: 0;
	padding: 0;
	border: 0;
}
.category-list #main-content div {
	clear: both;
}
.category-list #main-content div ul {
	float: left;
	width: 180px;
	_width: 210px;		/* IE 6 */
	padding: 15px;
	text-align: center;
}
.category-list #main-content h2 {
	margin-bottom: 10px;
	padding: 3px;
	border: 1px solid #a5a198;
}
.category-list #main-content div li {
	margin-top: 5px;
}

/* products/category layout */

ul#category-list2 {
	margin-bottom: 20px;
	padding-left: 40px;
}
ul#category-list2 li {
	float: left;
	width: 190px;
	margin-top: 15px;
}

/* products/category/subcategory layout */

#main-content h3, #h3 {
	padding: 2px 0 2px 10px;
	background-color: #a5a198;
	font-weight: bold;
	font-size: 100%;
	color: #ffffff;
}
div#category-list3 {
	margin: 5px 0 20px;
	border-top: 1px solid #a5a198;
	text-align: center;
}
div#category-list3 ul {
	width: 600px;
	margin: auto;
	_margin: 0;		/* IE 6 */
}
div#category-list3 li {
	line-height: normal;
	float: left;
	width: 200px;
	margin-top: 15px;
}
#category-list3 a {
	text-decoration: none;
}
#category-list3 a img {
	margin-bottom: 5px;
}

/* products/category/subcategory/items layout */

ul.products-navi {
	clear: both;
	float: left;
	width: 100%;
	line-height:1.7em;
	padding-top:2px;
	padding-bottom:2px;
	margin: 5px 0;
	border-top: 1px solid #a5a198;
	border-bottom: 1px solid #a5a198;
}
ul.products-navi li {
	float: left;
	margin: 0 20px 0 5px;
	white-space:nowrap;
}
ul.products-navi li.products-active a {
	font-weight: bold;
	color: #cc6601;
}
#main-content h4, #h4 {
	clear: both;
	margin: 0 0 20px 20px;
	font-weight: bold;
}

#main-content ul#items {
}
#main-content ul#items li {
	float: left;
	margin-bottom: 10px;
	padding: 5px 0 5px 20px;
	background-color: #f7f7f7;
}
#main-content ul#items li img {
	float: left;
	margin-right: 10px;
}
#main-content ul#items li p {
	float: left;
	width: 560px;
}

/* products/category/subcategory/items/detail layout */

.detail #item {
	margin-bottom: 7px;
	padding-left: 20px;
	zoom: 1;
}
.detail #item:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
}
.detail #item .image {
	float: left;
	width: 220px;
}
.detail #item .summary {
	float: right;
	width: 395px;
}
.detail #item .pdfList {
	margin-top: 5px;
}
.detail #item h1 {
	margin-bottom: 3px;
	padding: 0;
	background: none;
	border: 0;
	font-weight: bold;
	font-size: 130%;
}
.detail #item strong {
	display: block;
	margin-bottom: 2px;
}
.detail #item h2 {
	margin: 7px 0 3px;
	padding: 6px 0 0;
	border: 0;
	border-top: 1px solid #a5a198;
}
.detail #main-content .box {
	float: left;
	width: 635px;
	margin-top: 20px;
	padding: 10px 0 10px 20px;
	border-top: 1px solid #a5a198;
}
.detail #main-content .box h2, .h2 {
	margin: 0 0 10px;
	border: 0;
	font-weight: bold;
	font-size: 130%;
	color: #544f32;
}
.detail #main-content .box ul{
	float: left;
}
.detail #main-content .box li {
	float: left;
	width: 160px;
	margin-right: 30px;
	padding-bottom: 20px;
}
.detail #main-content .box li img {
	margin-bottom: 5px;
}

/* side-navi search-container layout */

#side-navi #search-container {
	padding: 10px;
	background-color: #f4f1ec;
	border: 1px solid #deded6;
	border-top: 1px solid #ffffff;
	border-bottom: 0;
}

#product-search {
	padding: 7px 9px;
	background-color: #dfdbd0;
	border: 1px solid #cfccc5;
}
#product-search h3 {
	margin-bottom: 6px;
}
#product-search #search-bar {
	width: 223px;
	padding: 2px 0;
	background-color: #f0ede8;
	border-top: 1px solid #d0ccc3;
	border-bottom: 1px solid #d0ccc3;
}
#product-search #search-bar img {
	float: left;
	margin-left: 5px;
}
#product-search #search-bar #q {
	width: 137px;
	height: 12px;
	_height: 17px;		/* IE 6 */
	margin: 0 5px;
	font-size: 90%;
}
#product-search #search-bar #sa {
	overflow: hidden;
	text-indent: -9999px;
	width: 33px;
	height: 18px;
	background: url("../../common/images/go.gif") top left no-repeat;
	border: 0;
	text-align: left;
}
#product-search p {
	clear: both;
	width: 223px;
	margin-top: 2px;
}

