/* CSS Document */
.product-content{
	text-indent: 28px;
	width:975px;
}
.product-content table {
    border-spacing: 0px;
}

.p_i_header
{
	font-weight: bold;
	text-align: center;	
}
.p-table {
    width: 100%;
    border-spacing: 0px;
}
.graphic--container {
    clear:both;
	box-sizing: border-box;
	width: 850px;
	height: 500px;
	padding: 20px 15px 15px 15px;
	margin: 15px auto 30px auto;
	border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    text-indent:0px;
}
.detail-graphic--container {

	box-sizing: border-box;
	width: 850px;
	height: 500px;
	padding: 20px 15px 15px 15px;
	margin: 15px auto 30px auto;
	border: 1px solid #ddd;
	background: #fff;
	background: linear-gradient(#f6f6f6 0, #fff 50px);
	background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
	background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
	box-shadow: 0 3px 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    text-indent:0px;
}
.p-rowa {
    background-color: #989FAB;
    height: 30px;
	text-align: center;
}
.p-detail-table{
	width: 100%;
	border-spacing: 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}
.p-detail-tb{
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
}
.p-rowb {
    background-color: #FFFFFF;
    height: 35px;
    text-align: center;
}
.p-rowc {
    background-color: #e0e2e5;
    height: 35px;
    text-align: center;
}
.p-ytitle
{
	width: 40px;
	height: 530px;
	float: left;
	vertical-align: middle;
	position: relative;
	left: 0px;
	top: 0px;   
}
.p-xtitle
{
	height: 50px;
	text-align: right;
	position: relative;
	left: 0px;
	top: 530px;   
}
.graph-place-hold
{
	width: 800px;
	height: 530px;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}