/* ----------- OVERALL STYLES ---------- */

/* ----------- Headings ---------- */
.head1 {font-size: 16px;
		font-weight:bold;
		color: #b12c1b;
		}
.head2 {font-size: 15px;
		font-weight: bold;
		padding-bottom: 1em;
		color: #b12c1b;
		}
.head3 {font-size: 14px;
		font-weight: bold;
		color: #b12c1b;
		}
.head4 {font-size: 12px;
		font-weight: bold;
		color: #b12c1b;
		}
.head4plain {font-size: 12px;
		font-weight: bold;
		color: #333;
		}
.head5 {font-weight: bold;
		color: #b12c1b;
		font-size: 10px;
		}
.head6 {font-size: 14pt;
		color: #333;
		}
/* ----------- Avail Sizes table ---------- */
table.accessory {
	width:580px; 
	text-align:center;
	margin:1em auto; 
	font-size:12px;
 	border-collapse:collapse;
	}
table.accessory td{ padding: 4px, 0, 4px, 0; background-image:url(images/line.jpg); background-repeat:repeat-x; background-position:bottom; }	
.textaligntd {text-align:left;}
thead th {
	background: #666666;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color:#fff;
	padding: 4px, 0, 4px, 0;
	}