#footer   /* 天, 地, 主內容的區塊 */
{
  margin: 0 auto;
  padding: 0;
  width: 931px;
}

body,td,div,span
{
	font-size:12px;
}

a{
	text-decoration:none;
	color : #333333;
}
a:link{
	text-decoration:none;
	color : #333333;
}                                       
a:visited{
	text-decoration:none;
	color : #333333;
}                                      
a:active{
	text-decoration:none;
	color : #333333;
}                                 
a:hover {
	text-decoration:none;
	color : red;
}

/*天地連結*/

a.common_header:hover 
{
	text-decoration:none;
	color : blue;
}

a.common_footer:hover 
{
	text-decoration:none;
	color : blue;
}
		
		
		.weight_font
		{
			color: #E0316C;
			font-weight: bold;
		}
		
		.bid_cal_list
		{
		list-style-type: none;
		}
		
		.shop_click
		{
			color : #19B4C8;
			font-weight: bold;
			text-decoration:none;
		}
		
		.shop_title_2_num
		{
			font-size:54px;
			padding:5px;
			font-family: Arial;
			font-weight: bold;
		}
		.shop_title_3_border
		{
			padding:5px;
		}
		.product_img
		{
			border: 2px solid #DCE1E7;
			margin-bottom: 5px;
		}

	.shop_sale_price
	{
		font-family:"Century Gothic";
		font-size:22px;color:#F00;
		letter-spacing:-1px;
		font-weight:bold;
	}
	
	.shop_prd_list_border
	{
		border: 2px solid #BEBEBE;
		color:#ffffff;
		padding:2px;
		margin-bottom:4px;
	}
	.shop_prd_list_url_border
	{
		background-color:#5F5F5F;
		color:#ffffff;
		padding:3px;
		font-weight: bold;
	}
	.shop_prd_list_info_border
	{
		background-color:#EAEAEA;
		border: 1px solid #BEBEBE;
		padding:5px;
	}
	.shop_prd_name
	{
   	text-overflow: ellipsis;
   	overflow:hidden;
   	white-space:nowrap;
   	width:130px;
   }
	
	.service_qna_question
	{
		cursor:pointer;
		font-weight: bold;
		color:blue;
	}
	
	.service_qna_answer
	{
		padding:5px;
		margin-left:20px;
		display:none;
	}
	
	.country_flag_tag
	{
		border: 1px solid #cccccc;
		cursor:pointer;
	}
	
	.country_flag_tag_on
	{
		position : relative;
		top:4px;
		border: 1px solid #FFFFFF;
		cursor:pointer;
	}
	
	.big_ad_btn
	{
		position:absolute;
		top:215px;
		background-color:#D40E01;
		color:#FFFFFF;
		text-align: center;
		font-weight: bold;
		width:20px;
		height:16px;
		padding:3px;
		cursor:pointer;
		z-index:1000;
	}
	.big_ad_btn_on
	{
		position:absolute;
		top:215px;
		background-color:#000000;
		color:#FFFFFF;
		text-align: center;
		font-weight: bold;
		width:20px;
		height:16px;
		padding:3px;
		cursor:pointer;
		z-index:1000;
		}
		
		
.tips
{
	background-color:#FFFFFF;
	border: 2px solid #cccccc;
	padding:2px;
	width:150px;
	display:none;
}

.tooltip{
	position:absolute;
	z-index:999;
	left:-9999px;
	background-color:#dedede;
	padding:2px;
	width:250px;
}
.tooltip_ezshop{
	border: 2px solid #18B5C6;
}

.tooltip p{
	margin:0;
	padding:2;
	color:#000000;
	background-color:#FFFFFF;
}



/* 舊CSS */
#DeliverForm dl {margin:8px; width:96%;}
#DeliverForm dt {float:left; padding:3px; clear:both;}
#DeliverForm dd {margin-left:5px; padding:3px;}
#DeliverForm div p {margin:8px; text-align:left;}
