﻿
.partMedia 
{
    text-align: center;
	float: left;

}

.partDetail * {
/*     text-align: justify; */
     margin: 0em 0.2em 0.3em 0.2em;
}

.partDetail a { text-decoration: underline; }
.partDetail h2 { font-size: 1.2em; }
.partDetail h3 { font-size: 1.1em; }
.partDetail p { text-align: justify; }

div.partDetail ul { display: block; width: 150px; clear: left;} 

div.partDetail ul,
div.partDetail ul li
{
	
    margin-left: 1em;
    list-style-type: circle;
}



.partDetail {
	
}


.partPrice 
{
    float: right;
	text-align: center;
	width: 140px;
	border: 2px solid gray;
}

.partPrice span {
	
}

.partPrice a {
	display: block;
}

.partPrice table 
{
    width: 95%;
    margin: 0 auto 0 auto;
}

.partPrice td.partTablePrice {
	color: Red;
	font-weight: bold;
}

#qtyDiscHolder {
	float: left;
}

.imgnoborder {
	border: none;
}
