#product-attachments {
	border: 1px solid #666666;
	color: #333333;
	font-size: x-small;
}

#product-attachments .cautions {
	background-image:  url("../images/CAUTIONS.gif");
	background-position: 2px 1px;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#product-attachments .etc {
	background-image:  url("../images/ETC.gif");
	background-position: 2px 1px;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#product-attachments .pdf {
	background-image:  url("../images/PDF.gif");
	background-position: 2px 1px;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#product-attachments .chapter {
	background-image:  url("../images/chp.gif");
	background-position: 2px 1px;
	background-repeat: no-repeat;
	padding-left: 25px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#product-attachments .explain {
	font-size : xx-small;
}

#product-attachments .img {
	padding-bottom: 4px;
	padding-right: 4px;
	padding-top: 4px;
	text-align : right;
}

#product-attachments h2 {
	background: url(../images/title_bg.gif) repeat;
	color: #F9F9F9;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 4px;
}

#product-attachments dl {
	margin: 4px;
}

#product-attachments dl dt {
}

#product-attachments dl dd {
	margin-bottom: 8px;
	margin-left: 0px;
	padding: 0px;
}

#product-attachments dl dd ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 8px;
}

#product-attachments div.indent0 {
	padding: 3px 2px 3px 2px;
	margin-left: 0em;
}
#product-attachments div.indent1 {
	padding: 3px 2px 3px 2px;
	margin-left: 0em;
}
#product-attachments div.indent2 {
	padding: 3px 2px 3px 2px;
	margin-left: 2em;
}
#product-attachments div.indent3 {
	padding: 3px 2px 3px 2px;
	margin-left: 4em;
}


/* TITLE section */
table#recommend{
	color: #333333;
	font-weight: bold;
	padding: 0px;
	vertical-align: middle;
	font-size: x-small;
	border: 1px solid #666666;
}
table#recommend .content .content-header td{
	padding: 5px;
	color: #333333;
	font-size: x-small;
/*	padding: 7px; */
/*	color: #000000; */
	font-weight: bold;
	white-space: nowrap;
}
/* i */
table#recommend td.title{
	font-size: x-small;
}

table#recommend tr.data-odd td{
	text-align: left;
	background-color : #FFFFFF ;
	padding: 4px 2px 4px 2px;
}
table#recommend tr.data-even td{
	text-align: left;
	background-color : #F4F6EF ;
	padding: 4px 2px 4px 2px;
}
