@charset "utf-8";
/* @charset "iso-8859-1"; */
/* @charset "shift_jis"; */


 /************ #categoryTitle Start */
#categoryTitle .boxtop {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#categoryTitle div .boxtopleft {
	float: left;
	width: 400px;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: left;
	border-left: solid 8px #b4b4b4;
	padding: 10px 0 10px 10px;
}

#categoryTitle div .boxtopright {
	float: right;
	width: 300px;
	text-align: right;
}

#categoryTitle div .boxtopright img {
	top: 10px;
	position: relative;
}

#categoryTitle .boxbottom {
	font-size: 12px;
	border-left: solid 8px #e5e5e5;
	border-top: solid 1px #e5e5e5;
	padding: 4px 8px 3px 10px;
	margin-bottom: 10px;
}
 /************ #categoryTitle End */
 
 /*********** #proBanner Start */
 
#f_contents #p4_maincontents #proBanner{
	width:765px;
	padding:0 0 0 0;
}

#f_contents #p4_maincontents #proBanner #proBanner1{
	width:527px;
	float:left;
	margin-bottom: 10px;
}

#f_contents #p4_maincontents #proBanner #proBanner2{
	width:225px;
	margin:0 0 0 10px;
	float:right;
	margin-bottom: 10px;
}

#f_contents #p4_maincontents #proBanner #proBanner2 ul{
	margin:0;
	padding:0;
	list-style:none;
}

#f_contents #p4_maincontents #proBanner #proBanner2 li{
	list-style:none;
	padding:0 0 0 12px;
	background: url("/common/src/ch/images/commonparts/list/listmark_pro.gif") no-repeat 0 5px;
	line-height: 1.4;
}
 /************ #proBanner End */
 

 /************ #productList Start */
#productList {
	width: 765px;
	background-color: #dbe4ee;
	padding: 5px 4px 5px 4px;
}

#productList .doubleproduct{
	text-align: center;
	margin: 5px 0px 5px 0px;
}

#productList div .product {
	width: 368px;
	height: 140px;
	text-align: left;
	vertical-align: top;
	background-color: #fff;
	padding: 10px 5px 10px 5px;
	border-top: solid 1px #b4b4b4;
	border-right: solid 1px #b4b4b4;
	border-bottom: solid 1px #b4b4b4;
	border-left: solid 1px #b4b4b4;
}
 
#productList div .leftproduct {
	float: left;
}
 
#productList div .rightproduct {
	float: right;
}

#productList div .noproduct {
	display: none;
}

#productList div div .productname {
	font-size: 13px;
	color: #5C5CB1;
	font-weight: bolder;
	height: 20px;
	padding-left: 10px;
	background: url("/common/src/ch/images/commonparts/list/listmark_pro.gif") no-repeat 0 5px;
	border-bottom: dashed 1px #b4b4b4;
	margin-bottom: 2px;
}

#productList div div .productname a {
	color: #5C5CB1;
	text-decoration: none;
}

#productList div div .parameterimage {
	vertical-align: bottom;
}

#productList div div div .productparameter {
	float: left;
	width: 248px;
	font-size: 12px;
	vertical-align: bottom;
}

#productList div div div div ul {
	margin: 0 5px 5px 10px;
	padding: 0 0 0 0;
	list-style: none;
}

#productList div div div div ul li {
	margin: 0 0 2px 0;
	padding: 2px 0 2px 2px;
}

#productList div div div .productimage {
	float: right;
	text-align: right;
	width: 100px;
	margin: 10px 10px 0px 0px;
}
 /************ #productList End */


 
 
 
/*=============================================

 clearFix

=============================================*/

/*---- for not IE ----*/
#f_contents #p4_maincontents #categoryTitle .boxtop:after,
#f_contents #p4_maincontents #proBanner:after,
#f_contents #p4_maincontents #productList .doubleproduct:after,
#f_contents #p4_maincontents #productList div div .parameterimage:after {
	content:".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

/*---- for IE7 and Mac ----*/
#f_contents #p4_maincontents #categoryTitle .boxtop,
#f_contents #p4_maincontents #proBanner,
#f_contents #p4_maincontents #productList .doubleproduct,
#f_contents #p4_maincontents #productList div div .parameterimage {
	display: inline-block;
	min-height: 1%;
	/* escape MacIE5 \*/
	display: block;      /* for not Mac */
	/* escape MacIE5 */
}

/*---- for IE5 IE6... ----*/

/* escape MacIE5 \*/
* html #f_contents #p4_maincontents #categoryTitle .boxtop,
* html #f_contents #p4_maincontents #proBanner,
* html #f_contents #p4_maincontents #productList .doubleproduct,
* html #f_contents #p4_maincontents #productList div div .parameterimage {
	height: 1%;
}
/* escape MacIE5 */