.css_none { font-family:"Arial"}
.lefmenu {
	text-decoration: none;
}
.lefmenus {	color: #FFFFFF;	font-size: 11pt; text-decoration: none;}
.news {  font-size: 9pt; line-height: 12px; color:#003366; text-decoration: none}

.newstitle { font-size: 10pt; line-height: 12pt; color:#666666}

.newsmain {  font-size: 9pt; line-height: 18pt; color: #666666; text-decoration: none}
.copyright {  font-size: 8pt; color:#808080; line-height: 13pt; letter-spacing: 1pt; font-weight: normal}
.goodslist {  font-size: 9pt; line-height: normal; color: #6666FF}
.goodstitle { font-size: 12pt; color:#336600; font-weight: bold; text-decoration: none}

.weeklylist {   font-size: 10pt; color:#000000; line-height: 13pt; letter-spacing: 1pt; list-style-type: disk}
.weekly00 {  font-size: 10pt; line-height: 13pt; color:#FF0000; text-decoration: line-through}
.weekly01 {  font-size: 10pt; color:#000000; line-height: 13pt; letter-spacing: 1pt; text-decoration: none}
.weekly02 {  font-size: 10pt; color:red; line-height: 13pt; letter-spacing: 1pt; text-decoration: none}
.weeklyintro {  font-size: 9pt; line-height: 10pt; color:#6666FF; text-decoration: none}
a.weeklytitle:link {  font-size:10pt; color:#004040;  font-weight: bold}

.goodsitem {  font-size: 9pt; line-height: 13pt; color: #408080; text-decoration: none; font-weight: normal}
.goodstext {  font-size: 11pt; color:#000000;  text-decoration: none}
.goodsmain {  font-size: 9pt; line-height: 13pt; color:#666666; font-weight: normal}
.goodscost {font-size:10pt;color:red;font-weight:bold;font-family:Verdana;line-height: 12pt}
.goodscostd {  font-size: 10pt; line-height: 13pt; color:#6666FF; text-decoration: line-through; font-weight: normal;}
.goodsinput {border:0px solid #0E1F69;background-color: #ECEDEC;font-size:8pt;color:#0E1F69}
.goodsfeature {  font-size: 10pt; line-height: 13pt; color:#0000CC}
.goodscolor { color:#cccccc}

.ordertitle { font-size:10pt; color:#000000; background-color: #EAFFA9}
.orderitem { font-size:10pt; color:#000000}
.ordermain { font-size:10pt; color:#000000}
.orderunder { font-size:10pt; color:#000000; background-color: #FFFFCC}

.scroll {
	font-size: 12px;
	color: #779F5A;
	background-color: #ffffff;
	border: none #000000; width: 560px;}
	
.scrollitem { }
.searcmodel {  font-size: 9pt;; color: #3333FF; text-decoration: none; background: #FFFFFF}
.searchsubmit {  font-size: 9pt}
a.lef:hover {	color: #C3C3C3;}
a.lef:link  {
	color: #7D7F65;
	text-decoration: none;
	line-height: 20px;
	font-size: 12px;
}
a.color:link  {  color: #FF0066; }
A:link {
	COLOR: #7D7F65;
	TEXT-DECORATION: none;
}
A:hover { COLOR: #9B2222}
A:active {	COLOR: #9B2222; TEXT-DECORATION: none}
A:visited {
	COLOR: #9B2222;

}
.main {  font-size: 9pt; line-height: 13pt; letter-spacing: 1pt}
.main2 {  font-size: 11pt; line-height: 15pt}
.main3 {  font-size: 10pt; line-height: 13pt}
.f11pt {  font-size: 11pt; line-height: 13pt}
.detail {  font-size: 11pt; line-height: 13pt}
.detail2  {  font-size: 11pt; color:blue; line-height: 13pt}
.weeklytitle {  font-size: 10pt; font-weight: bold; color: #004040; text-decoration: none}
.hotsale-123 {  font-size: 10pt; color: #228686; text-decoration: line-through}
.page-grey1 {  font-size: 9pt; color: #999999}
.alltext {  font-size: 9pt; line-height: 16pt; color: #000000;font-family:"Arial"}

.topmenu{
	background:url(images/button.jpg) no-repeat;
	height:29px;}
.topbtn {
		margin:0; 
		padding-left:500px;
		list-style:none;
	}	
	
	/* Little tricking with positions */
	.topbtn  li {
		float:left;			/* Show list items inline */

		position:relative; 
	}
		
	/* Playing with Main Categories */
	.topbtn  li a {
		
		color:#fff;
		font-size:15px;
		font-family:"微軟正黑體", Arial;
		display:block;  	/* Making sure a element covers whole li area */
		padding:0 12px;
		line-height:29px;
		text-decoration:none; /* No underline */
		text-align:center; 

	}

	.topbtn  li a:hover {
		
	}
		
	/* Sub Cat Menu stuff*/
	.topbtn  ul {
		position:absolute; 
		left:0; 
		display:none; /* Hide it by default */
		margin:0 0 0 -1px; 
		padding:0; 
		list-style:none;
		border-radius:5px;
	}
		
	.topbtn  ul li {
		width:140px; 

		float:left; 
		border-top:none;
	}
		
	/* Sub Cat menu link properties */
	.topbtn  ul a {
		display:block;    	/* Making sure a element covers whole li area */
		height:15px;
		padding:0; 
		color:#fff;
		line-height:30px;
		height:30px;
		background:rgba(0,0,0,.8);
		text-decoration:none;	
		border-top:none;
		font-family:"微軟正黑體", Arial;
		border-bottom:1px dashed #6B6B6B;
	}
		
	.topbtn  ul a:hover {
		background:#900;
		color:#FF0;
		
	}

