/* stylesheet for Karacatures*/
/* Created by Kara Wald 09/2002 */
/* Style Rules appear by HTML codes, then classes */
/* Revised by Kara Wald */
/* Revised on 5/10 */

/* Color guide:
#336699 - dark blue
#3399ff - sky blue 
#eeeeee - light gray
#cccccc - medium gray
#ff9900 - orange
#cc6600 - dark orange
#ffcc66 - yellow-orange
#339900 - green
#cc0000 - red
*/


/* This style is used for text in all pages if no style is defined */
body, table, td, th {
font-size: 13px;
    FONT-FAMILY: "Comic Sans MS", sans-serif;
}

/* This style is used for hyperlinks  */
a:link {color: #336699;}
a:active {color: #336699;}
a:visited {color: #cc6600;}
a:hover {color: #99cccc;}


/* This style is used for page title text - the name of the page in dark blue */
h1 {
	font-weight: bold;
	font-size: 24px;
	color: #ff3300;
	font-family: "Comic Sans MS", sans-serif;
}

/* This style is used for Subtitle text, the Collection or Generic Clearance name in orange */
h2 {
    font-weight: bold;
    font-size: 18px;
    color: #CC6600;
}

h3 {
    font-weight: bold;
    font-size: 12px;
} 

/*this is for the zoom on the samples pages */
/*******************************************************************************/
/*zoom div */
#zoom {
	width: 75%;
	margin-left: auto;
  	margin-right: auto;
	padding: 10px 0;
	background-color: #fff;
	overflow: visible;
	border: 2px solid;
	}

#zoom p	{
	text-align: center;
	margin-bottom: 1.5em;
	}
	
#zoom img {
	margin-left: auto;
  	margin-right: auto;
	width: 75px;
	height: 94px;
	outline: 2px solid #000;
	border: 1px;
	align: center;
	}
	
.zoomtitle	{
	font-color: #000;
	}
a:hover.zoomtitle {
	font-color: #ffffff;
	background-color: #e74516;
	}

#zoom a:hover img {
	outline: 1px solid #000;
	width: 160px;
	height: 200px;
	padding: 5px;
	background-color: #e74516;
	border: 2px solid #333;
	z-index: 100;
	}

#zoom a	{
	text-decoration: none;
	font-size: 1.2em;
	margin-bottom: 2px;	
}

#zoom table	{
	vertical-align: top;
	width: 100%;
	}

#zoom td {
	vertical-align: top;
	width: 33%;
	margin-left: auto;
  	margin-right: auto;
}


