.menu {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
}
.menu a {
	color:  #000000;
	text-decoration: none;
}
.menu a:hover {
	font-weight: bold;
}

.button {
	width: 75px;
	height: 25px;
	font-weight: bold;
	border: solid 2px;
	border-color: #C0C0C0;
	color: #000066;
	background-color: #FFFFFF;
}
.des {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
	text-align: center;
}

.product_detail {
	font-family: Tahoma;
	font-size: 10pt;
	color: #000000;
}
.product_detail a {
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: underline;
	color: #CC0000;
}

.price {
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: line-through;
	color: #111111;
}
.price_on {
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #FF0000;
}

.button_image {
	width: 100px;
	height: 25px;
	background: url("images/cart.gif");
	border: none;
	cursor: pointer;
}

.button_confirm {
	width: 200px;
	height: 35px;
	background: url("images/confirm.jpg");
	border: none;
	cursor: pointer;
}

.cart {
	font-family: Tahoma;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

.cart_detail {
	font-family: Tahoma;
	font-size: 10pt;
	color: #6600FF;
}
.cart_detail a {
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
	color: #6600FF;
}
.cart_detail a:hover {
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration: none;
	color: #FF0000;
}

.bor {
	border-left: solid 2px;
	border-left-color: #C8C8C8;
	border-right: solid 2px;
	border-right-color: #C8C8C8;
}

.bor_flash {
	border: solid 2px;
	border-color: #BEBEBE;
}