#pageNavigation {
	color: #dadada;
	margin: 3px 0px 10px 30px;
}

#pageNavigation a {
	color: #3375ba;
}

#rightSide {
	width: 266px;
	background-image: url('/resources/images/products/printers/advancedJet/rightSideBackground.gif');
	background-repeat: repeat-y;
	float: right;
	margin: 10px 20px 5px 0px;
}

#rightSide p {
	margin: 0px 10px 5px 10px;
}


/* 3 column with new left */

#leftColumn {
	float:left;
	margin:10px 20px 10px 30px;
	width:295px;
}


#centerColumn {
	float:left;
	margin:10px 20px 10px 0px;
	width:295px;
}


/* 2 column new */

#leftColumn2col {
	float:left; 
	padding:8px 10px 10px 30px; 
	width:420px;
}

#rightColumn2col {
	float:right; 
	padding:8px 30px 10px 10px; 
	width:420px;
}




/* old left */

#leftSide {
	margin: 30px 620px 10px 30px;
}


#leftSideLeftSide {
	margin: 10px 250px 10px 20px;
}


#leftSideLeftSide p {
	padding: 2px 0px 2px 20px;
}

#leftSideLeftSide li {
	list-style-type: disc;
	margin-left: 50px;
}

.tabbed {
	margin-left: 15px;
	font-weight: bold;
}

#leftSideRightSide {
	float: right;
	width: 290px;
	margin:20px 20px 0 0;
}

#leftSideRightSide p {}

.blue {
	color: #3375ba;
}

.leftSpace {
	margin-left: 30px;
}

.borderBox {
	border: 1px solid #dddddd;
}

.boxTitle {
	background: #eeeeee;
	padding: 10px 0px 10px 20px;
	color: black;
	font-weight: bold;
}

#topHeadline {
 	margin-left:30px;
	margin-top:15px;
	background-image:url(/resources/images/products/headlineUnderline.gif); 
	background-repeat:no-repeat; 
	background-position:2px 30px
}
.headline {
	font-size : 31px;
	
}
table.specifications { 
	
	background-color: #ffffff;
	border:0px;
	
}
table.specifications tr th {
	background-color:#eeeeee;
	color:#333333;
	font-weight:bold;
	font-size:12px;
	text-align:left;
	padding: 2px 4px;
}
table.specifications td {
	border-bottom:1px #eeeeee solid;
	text-align:left;
	font-size:11px;
	color:#333333;
	vertical-align:top;
}
table.specifications td.tableheading { 
	font-weight:bold;
}

/* -- Image Padding -- */

.imgAlignRight {
	 padding:4px 0 8px 8px;
	 float:right;
}
.imgAlignLeft {
	 padding:4px 8px 8px 0px;
	 float:left;
}

a:hover {
color:#CC0000;
text-decoration:none;
}

a:link {
color:#3366CC;
text-decoration:none;
}
