
h1 {
	color: #E94685;
	font-weight: normal;
	font-size: 20px;
	text-align: right;
	font-family: verdana, arial, helvetica, sans-serif;
}
a {
	text-decoration:underline;
}
a:hover {
	color:EA548C
}

.btn_addtocart {
	margin: 6px 0px;
}
table.products {
	border-spacing: 0;
	border-collapse: collapse;
}
.products td {
	color: e83d7e;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	width: 204px;
	height: 160px;
	vertical-align: top;
	text-align: center;
	line-height: 19px;
}
.products div {
	margin: 10px 4px;
}
.rgt {
	text-align: right;
}
.lft {
	text-align: left;
}
.pinkGrad {
	background-image: url(../imgs/pinkgradient.gif);
}
img {
	border: 0px;
}
.sendTo input {
	border: 1px;
	border-style: inset;
	padding: 2px;
	font-size : 10px;
	font-weight: bold;
	margin: 2px 0px;
	background-color: #fef6f9;
	color: #ee75a2;
	font-family: verdana, arial, helvetica, sans-serif;
}
div#results {
	/*display: none;*/
	font-size : 10px;
	font-weight: bold;
	background-color: #ee75a2;
	padding: 4px;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
}

#product_view
{
  display: block;
  width: 375px;
  height: 465px;
  background: url("http://chicanawear.com/content/products/images/FULLP038.jpg") no-repeat 0 0;

}

#product_view:hover
{ 
  background-position: 0 -465px;
}

#product_view span
{
  display: none;
}

