/* ==================      */
#printersidebyside {
    line-height: 1.25em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
form td, form th, .printerComparisonTable
{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-color:#eee;
font-size:.9em;
}

/* ==================      */

.printerComparisonTable {
    border-collapse: collapse;
    background-color: #fff ;
    border: solid #ccc .5em;
    width: 100%;

}

.printerComparisonTable th {
background-color: #fff;
border: solid #fff .5em;	
}

.printerComparisonTable td {
 border: solid #fff .5em;
 background-color: #fff;
}
/* ==================      */



h1, h2, h3, h4, h5, h6, form, p {
    margin: 0px;
    padding: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
    padding-left: 1.5em;
}
/*th {
text-decoration: underline;
color:#0000CC;
}*/
form {

}

fieldset legend
{
 font-size:25px; 
 font-weight:bold;
 padding:10px;
 color:#0000CC;
}
fieldset 
{
 padding:10px;
}




.noBorder {
    border: none;
}

.printerModelBox img {
    margin: 30px 30px 30px 0px;
}

.float_left {
    float: left;
    margin-right: 10px;
}

.float_right {
    float: right;
    margin-left: 10px;
}

.continuebutton {
    float: right;
}

.col1 {
    width:5%;
	text-align:left;
}

.col2 {
    width:40%;
	text-align:left;
}

.col3 {
    width:10%;
	text-align:left;
}

.col4 {
    width:10%;
	text-align:left;
}

.copy_instructions {
	font-size:1em;
	color: #666666;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	display:none;
}

#quote,#quote2  {
    background-color: #ffffcc;
	border-top:solid 3px #333300;
	border-bottom:solid 3px #333300;
    padding:10px;
}

.clear {
    clear: both;
}

.smallestFont {
    font-size: .80em;
}

.highlight {
	background-color: #FFFFCC;
	font-weight:bold;
}
td.topBorder {
    border-top:solid 2px #aaa;
}
/* debug */
div, img {
    border: solid #000 0px; /**/
}
#thumbBox { /*Outermost DIV for thumbnail viewer*/
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    padding: 5px;
    padding-bottom: 0;
    background: #aaa;
    visibility: hidden;
    z-index: 10;
    cursor: hand;
    cursor: pointer;
}

#thumbBox .footerbar { /*Footer DIV of thumbbox that contains "close" link */
    font: bold 16px Arial;
    letter-spacing: 5px;
    line-height: 1.1em;
    color: #000;
    padding: 5px 0;
    text-align: right;
	background: #aaa;
	
}

#thumbBox #thumbImage { /*DIV within thumbbox that holds the enlarged image */
    background-color: #ddd;
}

#thumbLoading { /*DIV for showing "loading" status while thumbbox is being generated*/
    position: absolute;
    visibility: hidden;
    border: 1px solid black;
    background-color: #ddd;
    padding: 5px;
    z-index: 5;
}

