div.specification_table{
	width:640px; 
	margin:0 auto;
}

div.breadcrumb{
	padding-left: 20px;
	font-size: 10px;
}

table.specification_table{
margin-left: auto;
margin-right: auto;
border-collapse:collapse;
width: 500px;
border: 1px;
border-color:black;
}

table.year_table{
margin-left: auto;
margin-right: auto;
border-collapse:collapse;
width: 100%;
border: 1px;
border-color:black;
}

table.year_table td{
 text-align: center;
}

table.specification_table th{
	font-weight: bold;
	text-align: center;
}

table.coin_type_table th{
	font-weight: bold;
	text-align: center;
}

table.denomination_table th{
	font-weight: bold;
	text-align: center;
}

table.specification_table td {
	border-top: 1px solid #C8C8C8;
}

td.bold_cell{
	font-weight: bold;
}

tr.grey_row{
	background-color: #EEEEEE;
}

div.coin_images{
	width:640px; 
	height: 160px;
	margin:0 auto;
}

div.imgleft {
    float:left; /* Float the first element */
    margin-left:180px; /* Here's that 30px you wanted */
} 

div.imgright {
    float:right; 
    margin-right:180px; 
}
div.three_coin_images{
	width:580px; 
	height: 160px;
	margin:0 auto;
}
div.tri_imgleft {
    float:left; /* Float the first element */
} 

div.tri_imgcenter{
  float:left; /* Float the first element */
	margin-left: 90px;
}

div.tri_imgright {
  float:right; 
}

a.grouped_images, a.grouped_images:link, a.grouped_images:visited {
	background: #eaeaea;
	padding: 6px;
	border: solid 1px #d6d6d6;
	text-align: center;
	display: block;
	width: 124px;
}

a.grouped_images:hover, a.grouped_images:active {
	background: #ddd;
}

a.grouped_images img {
	display: inline;
	border: none;
	border: solid 1px #d6d6d6;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * DataTables row classes
 */
table.mintage_table tr.odd.gradeA {
	background-color: #ddffdd;
}

table.mintage_table tr.even.gradeA {
	background-color: #eeffee;
}

table.mintage_table tr.odd.gradeC {
	background-color: #ddddff;
}

table.mintage_table tr.even.gradeC {
	background-color: #eeeeff;
}

table.mintage_table tr.odd.gradeX {
	background-color: #ffdddd;
}

table.mintage_table tr.even.gradeX {
	background-color: #ffeeee;
}

table.mintage_table tr.odd.gradeU {
	background-color: #ddd;
}

table.mintage_table tr.even.gradeU {
	background-color: #eee;
}


tr.odd {
	background-color: #E2E4FF;
}

tr.even {
	background-color: white;
}
