@charset "utf-8";
/* CSS Document */

#productPrice{
	font-size:18px;
	font-weight:bold;
	width:auto;
	text-align:left;
}

.catSmallContainer
{
	width: 175px;
	height: 250px;
	float: left;
	padding:5px;
	margin: 4px;
	border: solid 1px #ffffff;
	cursor: pointer;
}

.prodSmallContainer
{
	height: 250px;
}

.prodSmallContainer a
{
	text-decoration: none;
}

.catSmallContainer .image
{
	text-align: center;
	height: 200px;
	margin-bottom: 3px;
}

.catSmallContainer .name, .catSmallContainer .price
{
	text-align: left;
	font-size: 12px;
	color: #666;
}

.catSmallContainer .price
{
	color: #666;
}

.errMsg
{
	width: 400px;
	color: #F00;
	padding: 10px;
	margin: 10px;
	border: solid 1px #F00;
}

table.register td 
{
	padding: 3px;
}
table.register td input, table.register td select
{
	border: solid 1px #999999;	
}

a.addProdButton
{
	display: block; 
	width: 20px;
	height: 31px;
	background: url(../images/add_to_cart.jpg) no-repeat;
}
a.addProdButton:hover
{
	background-position: 0px -31px;
}
