/* Home Page Default CSS */

/* Image */
.hp-image, .hp-pline-image, .hp-model-image {
	height: 300px;
	width:	400px;
	border:	0px;
	position: center center;
	max-height: 300px;
	max-width:	400px;
}

/* Description */
.hp-desc, .hp-pline-desc, .hp-model-desc {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: black;
	text-decoration: normal;
}

/* Product Line/Model List Link */
.hp-pline-list, .hp-pline-list:link, .hp-pline-list:visited, .hp-selected-pline, .hp-selected-pline:link, .hp-selected-pline:visited, .hp-model-list, .hp-model-list:link, .hp-model-list:visited, .hp-selected-model, .hp-selected-model:link, .hp-selected-model:visited {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #336699;
	text-decoration: normal;
}

/* Current selected Product Line/Model from the list */
.hp-selected-pline, .hp-selected-model {
	font-weight: bold;	
}

/* Punch-in Link (Selector, Model and Part-detail punchins)*/
.hp-selector-punch-in, .hp-selector-punch-in:link, .hp-selector-punch-in:visited, .hp-model-punch-in, .hp-model-punch-in:link, .hp-model-punch-in:visited, .hp-assoc-file:link, .hp-assoc-file:visited, .hp-part-punch-in, .hp-part-punch-in:link, .hp-part-punch-in:visited {
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #336699;
	text-decoration: normal;
}
