@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
}

.styleTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #660066;
}
.styleProductName {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.styleProductTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.styleProductPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
.styleLink:link {
	font-size: 14px;
	text-decoration: none;
	color: #660066;
	font-weight: bold;
}
.styleLink:visited {
	font-size: 14px;
	text-decoration: none;
	color: #660066;
	font-weight: bold;
}
.styleLink:hover {
	font-size: 14px;
	text-decoration: none;
	color: #660066;
	font-weight: bold;
}
.styleLink:active {
	font-size: 14px;
	text-decoration: none;
	color: #660066;
	font-weight: bold;
}

.styleCellLink:link {
	font-size: 14px;
	text-decoration: none;
	color: #660066;
	font-weight: bold;
}
.styleCellLink:visited {
	font-size: 14px;
	text-decoration: none;
	color: #660066;
	font-weight: bold;
}
.styleCellLink:hover {
	font-size: 14px;
	text-decoration: none;
	color: #660066;
	font-weight: bold;
}
.styleCellLink:active {
	font-size: 14px;
	text-decoration: none;
	color: #660066;
	font-weight: bold;
}

.styleCellLinkMouseOver {
	cursor: auto;
	border: #660066 thin solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660066;
}
.styleCellLinkMouseOut {
	cursor: auto;
	border-top:#CCCCCC thin solid;
	border-bottom:none;
	border-left:none;
	border-right:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660066;
}

.styleCellMouseOver {
	cursor: pointer; cursor: hand;
	border: #660066 thin solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #660066;
}
.styleCellMouseOut {
	cursor: auto;
	border-top:#CCCCCC thin solid;
	border-bottom:none;
	border-left:none;
	border-right:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
}
.styleCellRow {
	border-top:#CCCCCC thin solid;
}


