/* CSS Document */
div[style*=text-align]{
	display:none;
	}/*CSS屬性選取器刪除廣告*/

body{
    margin:0px;
	background-color: #CCCCCC;
}
body,td,th {
	font-family: 新細明體, Arial, 細明體, Verdana;
	font-size: 12px;
}

.mosttx{
	color:#595959;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
#bar{
    height:50px;
    background-color:#996600;
    padding-top:5px;
}
/*************以下為主要商品頁************/
#wrapper{
	width:960px;
	margin: 0px auto;
	background-color: #A9F0E8;
	position: relative;
	box-shadow: 1px 1px 25px #999;
}

nav{
	background-color: rgba(169,240,232,0.7);
	width: 90px;
	/*margin-top: 30px;*/
	border-radius: 5px;
/*	box-shadow: 2px 2px 2px #999 inset;*/
	position: fixed;
	right: 10px;
	bottom: 350px;
}
nav ul{
	list-style-type: none;
	margin-top: 0px;
	padding: 10px 10px 0px 10px;
}
nav ul li{
	font-size: 13px;
	font-family: "Courier New", Courier, monospace;
	margin-bottom: 10px;
	text-transform: capitalize;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
	border-bottom: 1px dashed #706541;
}
nav ul li:last-child {
	border-bottom: none;
	margin-bottom: -3px;
}
nav ul li a{
	display: block;
	height: 30px;
	text-decoration: none;
	line-height: 30px;
}
nav ul li a:hover{
	text-decoration: none;
	background-color: rgba(102,204,204,0.8);
	color: #FFF;	
	font-size: 13px;
}

header{
    height:1111px;
}
#content_top{
    height:995px;
	/*float: left;*/
	}
#content_bottom{
    height:1004px;
	/*float: left;*/
}
#content_bottom_new{
    height:575px;
	/*float: left;*/
}
footer{
	background-color: #A9F0E8;
	height:80px;
	clear:both;
	/*background-image: url(img/960_r19_c1.jpg);*/
}

footer table{
    padding-top:10px;
}
