@charset "utf-8";
/* Wise Housewares Limited's CSS */
html
{
	scrollbar-arrow-color: #C39F62; /*三角箭頭的顏色*/
	scrollbar-face-color: #2F1D13; /*立體滾動條的顏色（包括箭頭部分的背景色）*/
	scrollbar-3dlight-color: #C39F62; /*立體滾動條亮邊的顏色*/
	scrollbar-highlight-color: #C39F62; /*滾動條的高亮顏色（左陰影？）*/
	scrollbar-shadow-color: #C39F62; /*立體滾動條陰影的顏色*/
	scrollbar-darkshadow-color: #2F1D13; /*立體滾動條外陰影的顏色*/
	scrollbar-track-color: #D8C4A1; /*立體滾動條背景顏色*/
	scrollbar-base-color: #D8C4A1; /*滾動條的基色*/
}
::-webkit-scrollbar {
	width: 12px;
	height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment  {
	display: none;
}
::-webkit-scrollbar-track-piece  {
	background-color: #D8C4A1;
	-webkit-border-radius: 6px;
}
::-webkit-scrollbar-thumb:vertical {
	-webkit-border-radius: 6px;
	background: #2F1D13 url('../images/scrollbar_thumb_bg.png') no-repeat center;
}
body
{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial;
	font-size: 12pt;
	margin: 0px 0px 0px 0px;
}

.company_name
{
	color: #996600;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	line-height: 16pt;
}
.company_profile
{
	color: #000000;
	font-family: Arial;
	font-size: 12pt;
	line-height: 16pt;
}

.category
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
}
.category a:link, 
.category a:visited, 
.category a:active
{
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: none;
}
.category a:hover {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 9pt;
	text-decoration: underline;
}
.sub_category
{
	color: #000000;
	font-family: Arial;
	font-size: 9pt;
}
.nav_link
{
	color: #000000;
	font-family: Verdana;
	font-size: 9pt;
}
.nav_link a:link, 
.nav_link a:visited, 
.nav_link a:active
{
	color: #000000;
	font-family: Verdana;
	font-size: 9pt;
	text-decoration: none;
}
.nav_link a:hover {
	color: #000000;
	font-family: Verdana;
	font-size: 9pt;
	text-decoration: underline;
}
.item_number
{
	color: #996633;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
.product_name
{
	color: #333333;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}
.product_description
{
	color: #333333;
	font-family: Arial;
	font-size: 10pt;
}

.contact_us
{
	color: #000000;
	font-family: Arial;
	font-size: 12pt;
}
.contact_us a:link, 
.contact_us a:visited, 
.contact_us a:active
{
	color: #0000FF;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: none;
}
.contact_us a:hover {
	color: #0000FF;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: underline;
}

.enquiry_form
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}
.enquiry_form_remark
{
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}
.enquiry_form_field {
	width: 400px;
	color: #000000;
	font-family: Arial;
	font-size: 10pt;
}
.enquiry_form_button {
	background-image: url('images/button/button_bg.gif');
	border: 1 soild #999999;
	color: #666666;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	width: 100px;
	height: 22px;
}
.enquiry_form_message
{
	color: #000000;
	font-family: Arial;
	font-size: 12pt;
}
.enquiry_form_message a:link, 
.enquiry_form_message a:visited, 
.enquiry_form_message a:active
{
	color: #0000FF;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: none;
}
.enquiry_form_message a:hover {
	color: #0000FF;
	font-family: Arial;
	font-size: 12pt;
	text-decoration: underline;
}
.red_text {
	color: #FF0000;
	font-family: Arial;
	font-size: 10pt;
}

.product_search_field
{
	width: 183px;
	height: 17px;
	color: #000000;
	font-family: Arial;
	font-size: 12pt;
}

.footer_bold
{
	color: #000000;
	font-family: AGaramond Semibold, Arial;
	font-size: 12pt;
	font-weight: bold;
}
.footer
{
	color: #000000;
	font-family: AGaramond Semibold, Arial;
	font-size: 12pt;
	font-weight: normal;
}

.copyright
{
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
}
.copyright a:link, 
.copyright a:visited, 
.copyright a:active
{
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
}
.copyright a:hover {
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	text-decoration: underline;
}
