body { margin:0px; padding:0px; color:#CC00FF; }
body, table, td, p , div { font-family:Arial, Helvetica, sans-serif; font-size:12px; }

a:link, a:active, a:visited   { color: #CC00FF}
a:hover                         { color: #000000; text-decoration: underline }
form  { padding: 0; margin: 0 }

#account_menu {}

.smitem { background: #FFCCFF; }
.leftcats { background: #CC00FF; font-size:16px; padding-left:3px; color:#FFFFFF }
.sites { background: #FFCCFF; }

.smitem a:link, .smitem a:visited, .smitem a:active { color: #CC00FF; text-decoration:none; font-size:12px; font-weight:bold; margin-left:5px; margin-right:7px; padding-left:5px; padding-right:5px; }
.leftcats a:link, .leftcats a:visited, .leftcats a:active { color: #CC00FF; text-decoration:none; font-size:14px; font-weight:normal; margin-left:5px; margin-right:7px; padding-left:5px; padding-right:5px; }
.sites a:link, .sites a:visited, .sites a:active { color: #000000; text-decoration:none; font-size:14px; font-weight:bold; margin-left:0px; margin-right:0px; padding-left:0px; padding-right:0px; }

.smitem a:hover { color:#000000; }
.leftcats a:hover { color:#000000; }
.sites a:hover { color:#000000; }

.cattitle {
	color:#9900ff;
	text-align: center; }
	
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.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 */

}


