body { 
	margin:0px;
	padding:0px;
	color:#000000; }

body, table, td, p , div { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; }

a:link, a:active, a:visited   { 
	color: #0376D1}

a:hover {
	color: #000000;
	text-decoration: underline }
	
form { 
	padding: 0;
	margin: 0 }

#account_menu {}

.smitem { 
	height: 15px; }
	
.smiteml { 
	height: 20px;
	width: 6px; }		
	
.smitemr { 
	height: 20px;
	width: 6px; }

.smitem a:link, .smitem a:visited, .smitem a:active { 
	color: #0000ff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	margin-left:2px;
	margin-right:3px;
	padding-left:2px;
	padding-right:1px; }

.updates { 
	color: #0376D1;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	margin-left:5px;
	margin-right:7px;
	padding-left:5px;
	padding-right:5px; }

.smitem a:hover { 
	color:#FD9300; }

.cattitle {
	color:#0066FF;
	text-align: center; }
	
.pageinfo {
	color:#0000FF;
	font-size:14px;
	text-align: center; }	
	
.copycode {
	color:#0000FF;
	font-size:13px;
	text-align: center;
	font-weight: 600;  }
	
.nextpage {
	font-size:14px;
	font-weight:bold; }

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

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

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

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0;
	padding: 0px;
	position: absolute;
	margin-top: 125px; }

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	position: fixed; /* <--added for Firefox/Mozilla*/
	visibility: visible;
	margin-top: 125px;
	left: auto; /*position where enlarged image should offset horizontally */ }


