@charset "UTF-8";

/* *html body			for ie6 */
/* *:first-child+html	for ie7 */

#products h2,
#products .pageTitle {
	margin-bottom:15px;
}
#products h3{
	font-size:16px;
	font-weight:bold;
	color:#fff;
	padding:7px 0 10px 10px;
	margin-bottom:7px;
	background:#1370b8 url(../../products/images/detail_bg.gif) repeat-x left bottom;
}
#products .product_detail span {
	font-size:14px;
	font-weight:bold;
	color:#1370b8;
}
#products p {
	line-height:150%;
	margin-bottom:12px;
}
#products ul {
	list-style-type:none;
	line-height:150%;
}

.product_detail {
	padding:0 5px;
	margin-bottom:10px;
}
.product_detail .use {
	float:left;
}
.product_detail .use span {
	font-size:14px;
	font-weight:bold;
	color:#1370b8;
	display:block;
	background: url(../../products/images/arrow_big.gif) no-repeat left center;
	margin:0;
	padding-left:15px;
}

.product_detail .use_tk100 {
	width:300px;
}
.product_detail .use_tk100 span {
	font-size:14px;
	font-weight:bold;
	color:#1370b8;
	display:block;
	background: url(../../products/images/arrow_big.gif) no-repeat left center;
	margin:0;
	padding-left:15px;
}


.product_detail .use_detail {
	margin:0 0 5px 20px;
}
.product_detail .use_detail li {
	background: url(../../products/images/arrow_small.gif) no-repeat left center;
	padding-left:10px;
}
.product_detail img {
	float:right;
	margin:5px 0 0 0;
}

#support_area {
	background:#f9f9f9;
	border:#d7d7d7 1px solid;
	padding:10px;
	margin-bottom:20px;
}
#support_area h4 {
	font-size:16px!important;
	color:#353b90!important;
	margin:0 0 10px 0!important;
	padding:0!important;;
	border-bottom:none!important;;
}
#support_area li {
	display:inline;
	font-size:14px;
	background:url(../../products/images/arrow_support.gif) no-repeat left center;
	padding-left:10px;
	margin-right:30px;
}
#support_area a {
	font-weight:bold;
}

#product_detail .left {
	width:300px;
	float:left;
}
.product_detail table {
	border-collapse:collapse;
	border-spacing: 0px;
	margin-bottom:20px;
	border:1px #999 solid;
}
.product_detail caption {
	text-align:left;
	font-weight:bold;
	color:#1370b8;
}
.product_detail th {
	text-align:left;
	padding:5px 10px 2px 10px;
	border:1px #999 solid;}
.product_detail td {
	text-align:left;
	padding:0 5px;
	border:1px #999 solid;
}
.product_detail th.mi01 {
	width:85px;
}
.product_detail th.mi02 {

}
.product_detail th.mi03 {
}

.mb20{margin-bottom:20px!important;}
.mb40{margin-bottom:40px!important;}
.mb60{margin-bottom:60px!important;}
