#box1 {
	width : 830px;
	margin-bottom : 30px;
}

#box_left {
	float : left;
	width : 400px;
}

#box_left p {
	padding : 4px;
	border : solid 1px #b4b4b4;
}

#box_right {
	float : right;
	width : 400px;
}

h4#type1 {
	margin-bottom : 20px;
	padding : 15px 17px 16px 25px;
	border-top : solid 6px #00005a;
	border-bottom : solid 1px #b4b4b4;
	background-image : url(../../common/circle.gif);
	background-repeat : no-repeat;
	background-position : 0 14px;
	font-size : 85%;
}

#box_right p {
	margin-bottom : 20px;
	font-size : 75%;
	line-height : 2.1em;
}


#data {
	width : 100%;
	margin-bottom : 35px;
	border-top : solid 1px #b4b4b4;
	border-left : solid 1px #b4b4b4;
	border-right : solid 1px #b4b4b4;
}

#data th {
	width : 69px !important;
	width /**/: 90px;
	padding : 10px;
	background : #e1e1e1;
	border-bottom : solid 1px #b4b4b4;
	border-right : solid 1px #b4b4b4;
	text-align : center;
	font-size : 75%;
	font-weight : normal;
	line-height : 1.85em;
}

#data td {
	padding : 10px 13px 10px 13px;
	border-bottom : solid 1px #b4b4b4;
	background : #ffffff;
	font-size : 75%;
	line-height : 1.85em;
}

h4#type2 {
	clear : both;
	margin-bottom : 30px;
	padding : 15px 17px 16px 25px;
	border-top : solid 6px #00005a;
	border-bottom : solid 1px #b4b4b4;
	background-image : url(../../common/circle.gif);
	background-repeat : no-repeat;
	background-position : 0 14px;
	font-size : 85%;
}

ul#products {
	list-style : none;
	width : 830px;
}

ul#products li.type1 {
	float : left;
	width : 258px;
	margin : 0 28px 25px 0;
}

ul#products li.type2 {
	float : left;
	width : 258px;
	margin : 0 0 25px 0;
}

ul#products li.type3 {
	float : left;
	width : 258px;
	margin : 0 28px 0 0;
}

ul#products li.type4 {
	float : left;
	width : 258px;
	margin : 0;
}

ul#products li p {
	padding : 4px;
	border : solid 1px #b4b4b4;
}

ul#products li p a:hover img {
	opacity : 0.6;
	filter : alpha(opacity=60);
}