

/* Products */

.product {
	margin: 15px 0px;
	overflow: hidden;
}

.productPic {
	width: 150px;
	text-align: center;
	padding: 0 20px;
	float: left;
}

.productPic img {
	max-width: 150px;
}

.productInfo {
	float: left;
	width: 450px;
	padding: 0 0 0 20px;
}

.productInfo h1 {
	margin-bottom: 10px;
	font-size: 1.1em;
}

.productInfo h1 a {
	color: #000;
}

.productInfo h1 a:hover {
	text-decoration: underline;
}

a.moreInfo {
	margin-top: 10px;
	display: block;
	width: 100px;
	height: 19px;
	line-height: 19px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: url(bg/moreInfo.jpg) no-repeat;
}

/* Product page */

#main {
	
}

#item {

}

#item .img {
	float: left;
	padding: 10px;
	width: 220px;
	text-align: center;
	margin-top: 20px;
	overflow: hidden;
}

#item .img img {
	max-width: 200px;
}

#item .context {
	width: 440px;
	padding-left: 10px;
	float: left;
	overflow: hidden;
}


#productForm {
	margin: 20px 0px 0px 0px;
	padding: 10px 10px 10px 20px;
	width: 197px; 
	height: 470px;
	text-align: left;
	background: url(bg/productForm.jpg) no-repeat left top;
	overflow: hidden;
}

.pfTextInput {
	border: 1px solid #a0a0a0;
	width: 165px;
	padding: 1px;
	font: 12px Arial, sans-serif;
}

.pfTextarea {
	border: 1px solid #a0a0a0;
	width: 165px;
	height: 100px;
	padding: 1px;
	font: 12px Arial, sans-serif;
}
