Label.header {
	font-weight: bold;
	font-size: 10pt;
}

H4.Title {
	border-bottom: solid 1px black;
	display: block;
	margin-bottom: 0px;
	margin: 0px;
	padding: 0px;
}

.PartDescription {
	overflow: scroll;
	width: 100%;
	height: 300px;
	white-space: normal;
	padding-right: 10px;
	text-align: justify;
	font-size: x-small;
}

.orderButton, .questionButton
{
    padding:2px 20px;
    margin:0px 5px;
    background:#F99;
    color:#000;
    border: solid 1px #666;
    font-weight:bold;
    text-decoration:none;
    -webkit-border-radius: 10px 2px;
    -moz-border-radius: 10px 2px;
    font-size:0.8em;
}

.orderButton:hover{background:#FCC;}

.questionButton{background:#99F;}
.questionButton:hover{background:#CCF;}

.priceGuarantee
{
    color:#f00;
    font-size:2;
    padding-top:10px;
    display:block;
}