﻿#equipment_menu {
	border-collapse: collapse;
	background-image: url('../elements/page_bg.jpg');
	width: 980px;
	height: 500px;
	margin-left: auto; 
	margin-right: auto;
}
.equip a:link {
	text-decoration: none;
	color: #000000;
}
.equip a:visited {
	text-decoration: none;
	color: #000000;
}
.equip a:hover {
	text-decoration: none;
	color: #FF0000;
}
.spacing {
	text-align: center;
	border-width: 0;
	height: 21px;
}
.main_cell {
	text-align: center;
	border-collapse: collapse;
	font-size: xx-large;
	vertical-align: top;
}
.content {
	width: 960px;
	margin-left: auto; 
    margin-right: auto;
}
.news_cell {
	text-align: center;
	width: 430px;
	height: 472px;
}
.new_arrival {
	margin-right: 0px;
	width: 400px;
	height: 100%;
	border-collapse: collapse;
}
.equip_cell {
	width: 530px;
	height: 472px;
	vertical-align: top;
}
.equip_cat {
	border-width: 0px;
	width: 530px;
}
.equip {
	font-family: 微軟正黑體;
	text-align: center;
	font-size: x-large;
	width: 264px;
	height: 120px; 
}
.order_guide {
	font-family: 微軟正黑體;
}
.order_guide a:link {
	text-decoration: none;
	color: #5B0000;
}
.order_guide a:visited {
	text-decoration: none;
	color: #5B0000;
}
.order_guide a:hover {
	text-decoration: none;
	color: #FF0000;
}


