﻿
#product #productMenu
{
	width: 160px;
	height: 480px;
	background-color: #f0f0f0;
}

#product #productContent
{
	margin-left: 10px;
	width:585px;
}

#product #box_title
{
	background-image: url(/big5/images/box_top1.jpg);
	background-repeat: no-repeat;
	height: 35px;
	padding: 5px;
	font-size: 16px;
	color: Yellow;
	font-weight: bold;
}

#product #productMenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#product #productMenu li
{
	margin: 0;
	padding: 0;
	border-bottom: solid 1px #8da3b0;
}

#product #productMenu li a
{
	display: block;
	font-size: 12px;
	text-decoration: none;
	color: White;
	border-left: solid 6px blue;
	background-color: #8da3b0;
	line-height: 200%;
	border-bottom: solid 1px #f0f0f0;
	padding: 0 0 0 5px;
}

#product #productMenu li a:hover
{
	background-color: #aac0cd;
	border-left: solid 6px Yellow;
}
