@charset "utf-8";
.productstable  {
	font-size: 0.9em;
	margin: 0;
	margin-top: 15px;
	padding: 0;
	color: #000000;
/*	border-top: dotted 1px #006600;
*/	border-bottom: dotted 1px #006600;
}
.productstable td  {
	padding: 5px;
}
.productstable form {
	margin: 0;
	padding: 0;
}
.productstitle  {
	width: 260px;
	margin-right: 10px;
}
.productqtyinput  {
	width: 25px;
}
.productsaddtocart {
	text-align: right;
	width: 170px;
	margin-left: 10px;
}
.productsviewcart {
	text-align: center;
	background-color: #FFF1D5;
	padding: 3px;
	margin-bottom: 35px;
	border: 1px dotted #FFAC2D;
}
.productsviewcart input {
	margin-top: 5px;
}
