/* Overwritten styles from main css just for the patterns and colours page */

.table_main_page .td_main_content .table_colours {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 97%;
}


.table_main_page .td_main_content .table_colours td {
	margin: 0px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 13px;
	text-align: center;
}


.table_main_page .td_main_content .table_patterns {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 97%;
}


.table_main_page .td_main_content .table_patterns td {
	margin: 0px;
	vertical-align: top;
	border: 1px solid #CCCCCC;
	padding: 9px;
	text-align: center;
}



/* New styles for the patterns and colours page */

/* Colour Picture frame */	
#colourpic {
	position:relative;
	left:10px;
	top:0px;
	width:409px;
	height:42px;
	z-index:1;
	margin-right:14px;
}

.table_main_page .td_main_content .table_colours #colourpic table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}


.table_main_page .td_main_content .table_colours #colourpic table td {
	margin: 0px;
	vertical-align: middle;
	border: none;
	padding: 0px;
	text-align: center;
}
	

/* Pattern Picture Frame */

#patternpic {
	position:relative;
	left:10px;
	top:0px;
	width:408px;
	height:42px;
	z-index:1;
	margin-right:10px;
}

.table_main_page .td_main_content .table_patterns #patternpic table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.table_main_page .td_main_content .table_patterns #patternpic table td {
	margin: 0px;
	vertical-align: middle;
	border: none;
	text-align: center;
}	


