.forms {
	border: 1px solid #545454;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.formbuttons {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #000000;
}
.formbuttons:hover {
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
.formbuttonsProduct {
	font-size: 12px;
	font-weight: normal;
	color: #C01340;
	background-color: #FFFFFF;
	border: 1px solid #9FB23F;
	width: 124;
	height: 30;
	text-decoration: none;
}
.formbuttonsProduct:hover {
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}	
.productTitleBlack {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.productTitlePink {
	font-size: 14px;
	font-weight: normal;
	color: #C01340;
	text-decoration: none;
}
.productDescription {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.productDescription:hover {
	font-size: 11px;
	font-weight: normal;
	color: #C01340;
	text-decoration: underline;
}
.productDescLink {
	font-size: 11px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
.productDescLink:hover {
	font-size: 11px;
	font-weight: normal;
	color: #C01340;
	text-decoration: underline;
}
.cartTitle {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.cartItem {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.inrow1 {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.inrow2 {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
.inrowH {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}