
/*---------------------
	PDS
-----------------------*/

div.application{
	width: 500px;
	margin: 0 0 0 0;
	padding-bottom: 15px;
}
div.application div.l{
	width: 332px;
	float: left;
}
div.application div.r{
	width: 163px;
	float: right;
}
div.application img.marginB5{
	margin-bottom: 5px;
}

/*Spec*/

table.pdsSpec {
	width: 495px;
	border-top: 1px #ccc solid;
	border-right: 1px #ccc solid;
}
table.pdsSpec caption{
	padding: 10px 0 5px 12px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	background: url("../../img/list_point02.gif") 0 13px no-repeat;
}
table.pdsSpec col.col1{
	width: 150px;
}

table.pdsSpec th,
table.pdsSpec td {
	padding: 3px 5px;
	border-bottom: 1px #ccc solid;
	border-left: 1px #ccc solid;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
table.pdsSpec th {
	background-color: #f1fad9;
}




