﻿/**************************************************************************************/
/*
/*		Designed by 'AS Designing'
/*		Web: http://www.asdesigning.com
/*		Web: http://www.astemplates.com
/*		License: ASDE Commercial
/*
/**************************************************************************************/

table
{
    border: 1px solid #00; border-collapse: collapse;
}
tr, td 
{
    border: 1px solid #00;
}


/**************************************************************************************/
/*   全域
/**************************************************************************************/

/*@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+SC&family=Noto+Sans+TC&display=swap);*/
/* @import url(http://www.tonsam.com.tw/templates/as002057free/css/NotoSans-SC-TC.css); */





/**************************************************************************************/
/*   Sidebars
/**************************************************************************************/


/*標準選單的標題風格*/
#aside-row-2-left h2,
#aside-row-2-left .module_title
{
	background-color: #c65752;
	color: white;
	padding: 8px 20px;
	font-family: 'Noto Sans TC', sans-serif;
}

/*標準選單的選項風格*/
#aside-row-2-left .moduletable,
#aside-row-1-right .moduletable
{
	border: 1px solid #c65752;
	height: 520px;
	overflow: auto;
	font-family: 'Noto Sans TC', sans-serif;
	border-radius: 2px;
	padding: 0px;
	margin-top: -3px;
}

.nav > li > a.menu-product-item,
a.menu-product-item a:hover,
a.menu-product-item a.selected
{
	margin: 0 40px 0 15px;
	border-bottom: 1px solid #cccccc;
	padding: 10px 0 20px 0;
}

/**************************************************************************************/

/*產品資訊選單*/
.menu-product a{
	color: #333333;
	font-family: Tahoma;
}

.menu-product a:hover,
.menu-product a.selected
{
	color: #c65752;
}



/**************************************************************************************/

