@charset "utf-8";
/* CSS Document */
html,body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0;
    font-size: 11pt;
    font-family: '微軟正黑體', Tahoma, sans-serif;

}

.NewsDate
{
	color: red;
}

.NewsName
{
	color: blue;
}

.ProductTypeBar
{
	height:26px;
	background: linear-gradient(to bottom, #FEE9A6 0%,#F9C055 65%,#F39801 100%);
    background:-moz-linear-gradient(top,#FEE9A6 0%,#F9C055 65%,#F39801 100%);
    background:-webkit-linear-gradient(top,#FEE9A6 0%,#F9C055 65%,#F39801 100%);
	font-weight: bold;
}

.MainMenuStyle
{
    list-style-type: none;
    overflow: hidden;
    background-color: #727071;
    text-align: center;
    padding: 3px 3px;
	height:52px;
	text-decoration: none;
}

.MainMenuStyle:hover
{
    background-color: #AEACAD;	
}

.MainMenuStyle a
{
	font-size:14pt;
	color:#FFF;
	text-decoration: none;
}


.MainMenuStyleLeft
{
	border-radius: 8px 0px 0px 8px;
    list-style-type: none;
    overflow: hidden;
    background-color: #727071;
    color: white;
    text-align: center;
    padding: 0px 0px;
    text-decoration: none;
	height:52px;
}

.MainMenuStyleLeft a
{
	font-size:14pt;
	color:#FFF;
	text-decoration: none;
}

.MainMenuStyleLeft:hover
{
    background-color: #AEACAD;	
}

.MainMenuStyleRight
{
	border-radius: 0px 8px 8px 0px;
    list-style-type: none;
    overflow: hidden;
    background-color: #727071;
    text-align: center;
    padding: 0px 0px;
    text-decoration: none;
	height:52px;
}

.MainMenuStyleRight a
{
	font-size:14pt;
	color:#FFF;
	text-decoration: none;
}

.MainMenuStyleRight:hover
{
    background-color: #AEACAD;	
}

#ys_ad_block {
	width: 1188px;
	height: 300px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ccc;
}
#ys_ad_block ul.list {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	width: 9363px;
	height: 300px;
	left: 1231px;
}
#ys_ad_block ul.list li {
	float: left;
	width: 1188px;
	height: 100%;
}
#ys_ad_block .list img{
	width: 100%;
	height: 100%;
	border: 0;
}
#ys_ad_block ul.playerControl {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	bottom: 5px;
	right: 5px;
	height: 14px;
}
#ys_ad_block ul.playerControl li {
	float: left;
	width: 23px;
	height: 14px;
	cursor: pointer;
	margin: 0px 2px;
	background: url(../images/rect_ctrl.png);
	background-repeat:repeat-y;
	
}
#ys_ad_block ul.playerControl li.current { 
	background-position: -23px 0;
}


.MainProductItem
{
	background-color:#E6E6E6;
	border-radius: 8px 8px 8px 8px;
	height:166px;
}

.MainProductItem:hover
{
	background-color:#C6C6C6;
}

.prodtext {
    color: black;
    font-size: 11pt;
    font-family: '微軟正黑體', Tahoma, sans-serif;
	text-align:center;
	font-weight: bold;
	
}
