#leftcol {
	border-bottom: #C1D7FF 8px solid;
}
#leftcol h1 { /* coloured */
	border-top: #C1D7FF 8px solid;
	border-bottom: #C1D7FF 8px solid;		
}

#rightcol { /* Coloured */
	border-bottom: #C1D7FF 8px solid;
}
	
#rightcol h1, #rightcol h2, #rightcol h2.product_title, #rightcol_noborder h1, #rightcol_noborder h2.product_title { /* coloured */
	border-top: #C1D7FF 8px solid;
	margin-bottom: 8px;
	color: #5283DA;
}
	
#rightcol h1.doublestripe, #rightcol_noborder h1.doublestripe { /* Coloured */
	border-top: #C1D7FF 8px solid;
	border-bottom: #C1D7FF 8px solid;
}
	
h2.product_subtitle { /* coloured */
	color: #5283DA;
}
	
div.product_formrow { /* Coloured */
	border-top: #C1D7FF 2px solid;
}
	
div.product_page_left { /* coloured */
	border-top: #C1D7FF 8px solid;
	border-bottom: #C1D7FF 8px solid;
}

div.product_page_right { /* coloured */
	border-bottom: #C1D7FF 8px solid;
}

dl.tech_data dt { /* Coloured */
	border-top: #C1D7FF 2px solid;
}

h2.sale_item {
	color: #5283DA;
}	
table.sale_item th { /* Coloured */
	background-color: #5283DA;
	color: #ffffff;
}	
table.sale_item .even { /* Coloured */
	background-color: #C1D7FF;
}