body{
	font-family: Tahoma, "MS Serif";
	font-size : 14px;
}
h1{
	color:#D392A4;
}
h2{
	color:#D392A4;
}
input{
	font-family: Tahoma;
	font-size : 14px;
	border: 1px solid #999999;
}
textarea{
	font-family: Tahoma;
	font-size : 14px;
	border: 1px solid #999999;
}
select{
	font-family: Tahoma;
	font-size : 14px;
	border: 1px solid #999999;
}
td{
	font-family: Tahoma, "MS Serif";
	font-size : 14px;
	color:#A3A3A3;
}
hr{
	border:dashed #CCCCCC; 
	border-width:1px 0 0 0; 
	height:0;
	line-height:0px;
	font-size:0;
	margin:0;
	padding:0;
}

#header{

}
#footer{
	font-family: Tahoma, "MS Serif";
	font-size : 11px;
	padding: 20px 0px 20px 0px;
}
select{
	font-family: Tahoma, "MS Serif";
	font-size : 14px;
}
#navigation{
	margin-top:-30px; 
	margin-right: 20px; 
	text-align:right;
}
#productCategory{
	font-family: Tahoma, "MS Serif";
	font-size : 14px;
	font-weight : bold;
	height : 22px;
	margin-top: 13px; 
	background-color:#F7DBE4;
	padding: 10px 20px 0px 20px;
	border-bottom: 2px solid #FF99CC;
}

a:link {text-decoration: none; color: #8B4150;}
a:visited {text-decoration: none; color: #8B4150;}
a:active {text-decoration: none; color: #727272;}
a:hover {text-decoration: none; color: #FF3399;}

/*
.productPhoto{
	opacity:0.8;
	filter:alpha(opacity=10);
}
.productPhoto:hover {
	opacity:1;
	filter:alpha(opacity=0);
}
*/