#view #content #parts {
	float:none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: auto;
}


#view #content #center #parts .catalog {
	margin:15px;
	margin-bottom:10px;
	margin-top:10px;
	padding:5px;
	font-size:10px;
	color: #C6150D;
	background-color: #c8c8c8;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: double;
	border-top-color: #63668E;
	border-right-color:#63668E;
	border-bottom-color: #63668E;
	border-left-color: #63668E;
}

#view #content #center tr.header{
	font-size:10px;
	font-weight:bold;
	background-color:#666699;
}

#view #content #center tr.products{
	font-size:10px;
	color:#C6150D;
	height:25px;
}


#view #content #center tr.odd{
	background-color:#CCCCCC;
}

#view #content #center tr.even{
	background-color:#FFFFFF;
}

#view #content #center tr.products td{
	padding-left:4px;
}
