/* CSS Document */

.nodata{
	clear: left;
	padding-top: 1em;
}
#contents{
	text-align: center;
}
#contents img{
	float: none;
	margin: 0;
}

#side form{
	margin-left: 15px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}
#side form input{
	vertical-align: baseline;
}
#side form label{
	font-weight: bold;
}
#catalog{
	width: 603px;
}
#contents ul.cats{
	float: left;
	margin: 0;
	width: 603px;
	padding: 0;
	border-left: 1px solid #999;
}
#contents ul.cats li{
	float: left;
	width: 200px;
	height: 125px;
	list-style: none;
	border: 1px solid #999;
	border-left: none;
	padding-top: 0.5em;
	margin-top: -1px;
	font-size: 16px;
}
#contents ul.cats li img,
#contents ul.tiny-thumbs li img{
	border: none;
}
#contents ul.tiny-thumbs{
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 0.5em;
}
#contents ul.tiny-thumbs li{
	list-style: none;
	display: block;
	float: left;
	width: 150px;
	height: 350px;
	background: #FFFFFF;
}

#products{
	margin: 0 !important;
	padding: 0 !important;
	text-align: center;
	clear: both;
}
#products .imgcontainer img{
	text-decoration: none;
	margin-bottom: 10px !important;
	border: none;
	
}
.product{
	height: 300px;
	background: #fff;
	clear: left;
}
.product dl{
	display: inline;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.product dt{
	display: inline;
	margin: 0;
	padding: 0;
	padding-right: 2px;
	font-weight: normal;
}
.product dd{
	margin: 0;
	padding: 0;
	display: inline;
}
.product dt.desc{
	visibility: hidden;
}
.product dt.sku{
	color: #f00;
	text-align: center;
}
.product dd.price strong{
	color: #c00;
	font-weight: normal;
}
.product dd.desc{
	margin: 0;
	display: block;
}
#footer-links{
	clear: both;
}
.prev-next{
	clear: both;
}
.select_cat{
	font-style: italic;
}

#contents h2,
#contents h3{
	font-family: "Fontdinerdotcom Sparkly", "Times New Roman", serif;
	font-weight: normal;
	font-size: 200%;
}
#contents h3{
	font-size: 170%;
}
/*#contents h2#sterling_silver_goodies,
#contents h2#lampworked_beads,
#contents #corrugated_rounds h3,
#contents #nifty_corrugated h3{
	display: block;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	text-indent: -1000em;  /* This is the part that hides the text 
	text-align: left;
	text-decoration: none; 
	outline: none; /* gets rid of the dotted border on the link 
	border: none;
	background-position: center top;
	height: 60px;
}
#contents h2#lampworked_beads{
	background-image: url(../../images/large_fine_lampworked_beads.jpg);
}
#contents h2#sterling_silver_goodies{
	background-image: url(../../images/sterling.jpg);
}
#contents #corrugated_rounds h3{
	background-image: url(../../images/corrugated_rounds.jpg);
}
#contents #nifty_corrugated h3{
	background-image: url(../../images/nifty_corrugated.jpg);
}*/