/*Layout*/

.series_intro{
	font-size:12px;
}

.series_intro p{
	display:block;
	width:529px;
}

.series_intro a{
	font-weight:bold;
	text-decoration:none;
	color:#5fa2ab;
}

.product_box{
	display:block;
	width:741px; 
	height:auto;
	margin:0 0 30px 0;
	padding:0px;
	background-image:url(../images/site/fauxcols.gif);
	background-repeat:repeat-y;
}

.product_col_1{
	display:block;
	width:213px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}
.product_col_1 img{
	padding:0 0 0 3px;
}
.product_img{
	display:block;
	width:213px;
	height:auto;
	margin:0 0 10px 0;
	padding:0px;
}
.product_img img{
	padding:0px;
}

.product_col_1 a{
	display:block;
	margin:5px 5px 0 5px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#231f20; /*dark grey*/
	color:#5fa2ab; /*light teal*/	
}

.product_col_2{
	display:block;
	display:inline;	/*added to fix the double margin bug in IE6*/
	width:316px; /*316+7+7=330*/
	height:auto;
	margin:0px 7px 0px 7px;
	padding:0px;
	float:left;	
}
.product_col_2 h2{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	color:#7e242e;
	padding:0;
	margin: 0 0 0 5px;
}

.product_col_2 ul{
	list-style-image: url(../images/site/bullet_red.gif);
	margin:0 0 12px 24px;
	padding:0px;
	font-size:12px;
}
.product_col_2 li{
	margin:5px 0 0 0;
	padding:0px;
}

.product_col_2 h3{
	padding:0 0 2px 5px;
	margin:0px;
	font-size:14px;
	color:#000;
}

.idealbox{
	display:block;
	width:316px;
	height:auto;
	margin:0px;
	padding:0px;
	background-repeat:repeat-y;
}
.idealbox_left{
	width:84px;
	height:auto;
	margin:0px;
	padding:5px;
	float:left;
	font-size:12px;	
	color:#fff;	
}
.idealbox_right{
	width:212px;
	height:auto;
	margin:0px;
	padding:5px;
	float:left;
	font-size:12px;	
	color:#fff;	
}

.product_col_3{
	display:block;
	width:188px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;	
}
.printer_type{
	display:block;
	width:168px; /*168 + 10 + 10 = 188*/
	height:auto;
	margin:0px;
	padding:10px;	
	background-color:#9f192c;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}
.product_col_3 p{
	display:block;
	width:168px; /*168 + 10 + 10 = 188*/
	height:auto;
	margin:0px;
	padding:10px;	
	font-size:12px;	
	color:#000;	
}

.product_col_3 table{
	font-size:12px;
	margin:0 0 0 0px;
	padding:0px;
}

.product_col_3 td{
	margin:0px;
	padding:0 0px 0 0px;
}

