@charset "UTF-8";
/* CSS Document */

/*------- details-specs-table ----------*/

table.details-specs-table {
	border-spacing:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	width:100%;
	line-height: 20px;
	color: #333333;

}
	
table.details-specs-table tbody td{
	padding: 5px 0px;
	border-bottom: 1px solid #dfdfdf;
}
table.details-specs-table tbody th{
	padding: 5px 0px;
	border-bottom: 1px solid #dfdfdf;
}

table.details-specs-table tbody th {
	font-weight:bold;
	width:120px;
	vertical-align:top;
}


/*------- details-form-table ----------*/

table.details-form-table {
	border-spacing:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	width:100%;
	line-height: 20px;
	color: #000;
	margin-left:20px;
}
	
table.details-form-table tbody td{
	padding: 5px 0px;
	border:none;
}
table.details-form-table tbody th{
	padding: 5px 0px;
	border:none;
}

table.details-form-table tbody th {
	font-weight:bold;
	width:120px;
	vertical-align:top;
}

/*------- profile-form-table ----------*/

table.profile-form-table {
	border-spacing:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	width:385px;
	line-height: 20px;
	color: #000;
	margin-top:20px;
	margin-right:40px;
	float:left;
}
	
table.profile-form-table tbody td{
	padding: 5px 0px;
	border:none;
}
table.profile-form-table tbody th{
	padding: 5px 0px;
	border:none;
}

table.profile-form-table tbody th {
	font-weight:bold;
	width:120px;
	vertical-align:top;
}