.bg_01 {
	background-image: url(images/piece.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

td {
	font-family:Tahoma;
	font-size:11px;
	color:#4C4C4C;
	line-height:13px;}
	


a {
          font-size: 11pt;
          color: #0000ff;
          font-family: Arial,
          Helvetica, sans-serif; TEXT-DECORATION: none
}

a:visited {
          font-size:11pt;
          color:  #0000ff;
          font-family: Arial,
          Helvetica, sans-serif; TEXT-DECORATION: none
}

a:hover {
          font-size: 11pt;
          color: #D76900;
          font-family: Arial, Helvetica, sans-serif;
          TEXT-DECORATION: none
}



a.small_link:active, a.small_link:visited, a.small_link:hover, a.small_link:link { font-size:10px;}

.t_date { color:#9D9D9D;}

.t_list {
	font-weight:bold;
	color:#2E8F03;}
.t_rights {
	font-size:10px;
	color:#929292;}

.t_box { color:#000000;}

.box {
	height:17px;
	width:232px;
	border:1px solid #434343;
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	padding-left:4px;}

.multibox {
	height:111px;
	width:232px;
	border:1px solid #434343;
	background-color:#FFFFFF;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	padding-left:4px;}


.contact {
	font-family:arial;
	font-size:15px;
	color:#4C4C4C;}	


.printcost {
	font-family:arial;
	font-size:14px;
	color:#4C4C4C;}	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: 0px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -500;
left: -100px; /*position where enlarged image should offset horizontally */

}
