@charset "utf-8";
/* CSS Document - Copyright 2009 Hen's Teeth NEtwork, All Rights Reserved */

/* Help IE scale images more better */
img {
      -ms-interpolation-mode: bicubic;
}

.note {
	font-size: x-small;
	font-weight: normal;
	line-height: normal;
}

table.product_options_table {
	margin: 0.5em;
	padding: 0;
	border-collapse: collapse;
}

.product_options_table th {
	font-weight: bold;
	text-align:right;
	vertical-align:top;
	padding: 0.25em;
	margin: 0;
}


.product_options_table td {
	margin: 0;
	padding: 0.25em;
	text-align:left;
	vertical-align:top;	
}

/* Category listings, such as on the main store page */
.category_list {
	width: 99%;
	margin: 0 0 0 2em;
}

.category_list_item {
	float: left; 
	width: 140px; 
	height: 250px;
	text-align: center; 
	margin: 1em;
}

/* Images on the main store page */
.category_list_item a img {
	width: 130px;
}