#text div.color_options {
	clear: both;
	text-align: left;
	/*border-top: 1px solid #ccc;*/
	padding: 10px 0 10px 10px;
	margin: 15px;
	}

#text div.color_options h3 {
	color: #666;
	font-weight: normal;
	padding: 10px 0 3px 0;
	margin: 0;
	}

#text div.color_options table.co {
	padding: 0;
	margin: 0;
	}
	
#text div.color_options table.co tr {
	border: 0;
	}
	
#text div.color_options table.co td {
	font-size: 0px;
	border: 1px solid #333;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 2px 1px;
	display: block; 
	float: left;
	}

#text div.color_options table.co td:hover {
	cursor: pointer;
	}

#text table.co td.aqua {
	background-color: #009A99;
	}
	
#text table.co td.blue {
	background-color: #0075BF;
	}	
	
#text table.co td.dark_blue {
	background-color: #001238;
	}

#text table.co td.green {
	background-color: #003C3B;
	}		

#text table.co td.light_gray {
	background-color: #A6A9AA;
	}
	
#text table.co td.pink {
	background-color: #EF8C9E;
	}	
	
#text table.co td.white {
	background-color: #EDEBEB;
	}

#text table.co td.orange {
	background-color: #D0501A;
	}	

#text table.co td.yellow {
	background-color: #FFD815;
	}
	
#text table.co td.gray {
	background-color: #52565B;
	}	
	
#text table.co td.purple {
	background-color: #432E88;
	}

#text table.co td.red {
	background-color: #BB1133;
	}

#text table.co td.tan {
	background-color: #9C8C5D;
	}
	
	
/* PJN3 color change background image styles */	
		
div.tan {
	background: url("http://www.polyjohn.com/images/pjn3_slices/tan.jpg") 0 10px no-repeat;
	}
	
div.aqua{
	background: url("http://www.polyjohn.com/images/pjn3_slices/aqua.jpg") 0 10px no-repeat;
	}
	
div.yellow{
	background: url("http://www.polyjohn.com/images/pjn3_slices/yellow.jpg") 0 10px no-repeat;
	}
	
div.blue{
	background: url("http://www.polyjohn.com/images/pjn3_slices/blue.jpg") 0 10px no-repeat;
	}
	
div.darkblue{
	background: url("http://www.polyjohn.com/images/pjn3_slices/darkblue.jpg") 0 10px no-repeat;
	}
	
div.orange{
	background: url("http://www.polyjohn.com/images/pjn3_slices/orange.jpg") 0 10px no-repeat;
	}
	
div.white{
	background: url("http://www.polyjohn.com/images/pjn3_slices/white.jpg") 0 10px no-repeat;
	}
	
div.gray{
	background: url("http://www.polyjohn.com/images/pjn3_slices/gray.jpg") 0 10px no-repeat;
	}
	
div.lightgray{
	background: url("http://www.polyjohn.com/images/pjn3_slices/lightgray.jpg") 0 10px no-repeat;
	}
	
div.brown{
	background: url("http://www.polyjohn.com/images/pjn3_slices/tan.jpg") 0 10px no-repeat;
	}
	
div.green{
	background: url("http://www.polyjohn.com/images/pjn3_slices/green.jpg") 0 10px no-repeat;
	}
	
div.red{
	background: url("http://www.polyjohn.com/images/pjn3_slices/red.jpg") 0 10px no-repeat;
	}
	
div.pink{
	background: url("http://www.polyjohn.com/images/pjn3_slices/pink.jpg") 0 10px no-repeat;
	}
	
div.purple{
	background: url("http://www.polyjohn.com/images/pjn3_slices/purple.jpg") 0 10px no-repeat;
	}	