.text1 {
	font-family: Tahoma;
	font-size: 11px;
}
.text2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}

.imageBorder {
	border: 1px solid #000000;
}
.itemBorder {
	border: 1px solid #999999;
	font-family: Tahoma;
	font-size: 11px;
}
.cartBorder {
	border: 1px solid #CCCCCC;
	font-family: Tahoma;
	font-size: 11px;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
