@charset "utf-8";
/* CSS Document */
/* The "stylev" is to make Zen Cart cascade it over stylesheet.css. */

/*
 * NEARLY ALL PAGES
 */

.screenKill { display: none }

body {
 margin: 0;
 padding: 0;
 font: 80%/1.2 Arial, Helvetica, sans-serif;
 color: #000;
 background-color: #fff;
}

.pageContainer {
 width: 770px;
 padding: 5px;
 background-color: #fff
}


/*
 * Full Part Number Assembler Pages
 */
.partAssembleSectionHeader {
	position:relative;
	margin:1em 0 .3em 0;
	font-size:1.5em;
}
.partAssembleSectionHeader div {
	position:absolute;
	top:22px;
	left:0;
	border-top:1px #000 solid;
	font-size:1px;
	width:740px;
	height:1px;
}
.partAssembleImage {
	margin-right:10px;
}
.partAssembleDescription {
    text-align:justify;
}
.partAssembleSplitList {
    position:relative;
    margin-top:3px;
}
.partAssembleSplitList ul {
	font-size:85%;
	margin:0 0 0 8px;
	padding:0 0 0 8px;
}
.partAssembleFormTable {
	margin-top:30px;
	margin-bottom:70px;
}
.partAssembleSmallText {
	font-size:85%;
}
