/* Style sheet */

/* Body attributes */


html{
    font-size: 100%;
}


body {	
	font-size:10px;	
	font-family: Arial, verdana;	
	color:#000000;	
	background-color:#ffffff;	
	/*background-image: url("img_src/snake_ani.gif");*/
	text-align:center;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	margin:0px;
}


#content {
    margin-top: 0px;
     margin-left: auto ;
  margin-right: auto ;
  z-index: 1;
}

#snakeground {
	z-index: -1;
        opacity: 1;
	position: absolute;
        top: 0px;
	left:  80px;
        width:800px;
	margin: 0px;
	color: #000000;
   font:25px Lucida Console, Verdana; 
   background-color:#ffffff;
   font-weight: bold;
   
}

#showme {
	z-index: 10;
        opacity: 1;
	position: absolute;
        top: 80px;
	left:  5px;
        width:250px;
	margin: 0px;

}

#show_snake {
	z-index: 10;
        opacity: 1;
	position: absolute;
        top: 10px;
	left:  0px;
        width:200px;
	margin: 0px;
	color: #666666;
	font:10px Lucida Console, Verdana; 
        font-weight: bold;

}

#entry {
	margin: 0px;
	font-family: Arial, verdana, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFF00;
	text-align:left;

}



/* The main table */
TD {font-family: Arial, verdana, sans-serif; font-size: 12px; color: #000000; background-color: #FFFFFF; text-align:left;}
TD.transparent {background-color: transparent;}
TD.black {background-color: #000000;}

/* This is the main link style */
a { text-decoration: underline; font-weight: bold; }
a:link		{ 
	color: #000000; background-color: transparent; 
}
a:visited	{ color: #000000; background-color: transparent; }
a:active	{ color: #999999; background-color: transparent; }
a:hover		{ color: #999999; background-color: transparent; }

a.small			{ font-size: 11px; text-decoration: underline; font-weight: normal; }
a.small:link	{ color: #000000; background-color: transparent; }
a.small:visited	{ color: #000000; background-color: transparent; }
a.small:active	{ color: #999999; background-color: transparent; }
a.small:hover	{ color: #999999; background-color: transparent; }
a.red           { color: #cc0000; background-color: transparent; }



.main_table {
    width: 710px;
    margin-top: 63px;
    margin-left: auto;
    margin-right: auto;
    z-index:1000;
}


/* CSS definitions for fonts */
.header			      { font-family: Arial, Helvetica, sans-serif; font-size: 20px; color: #444444; font-weight: bold; }
.price			      { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #c9007a; font-weight: bold; }
.catalog		      { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #222222; font-weight: bold; }
.artist		      	      { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; font-weight: normal; }
.title		      	      { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #888888; font-weight: normal; }
.desc		      	      { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; font-weight: normal; }
p			      { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #444444; font-weight: normal; text-align: left; }

a.catalog { text-decoration: none; font-weight: normal; }
a.catalog:link	{ color: #c9007a;}
a.catalog:visited	{ color: #c9007a;}
a.catalog:active	{ color: #c9007a;}
a.catalog:hover		{ text-decoration: underline; color: #c9007a; }

