#cart>p, #emptycart>p {
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
#quantity, #subtotal, #options {
	text-align: center;
}
#type, #id, #price, #subtotal {
	font-weight: bold;
}
#quantity input[type="text"] {
	text-align: center;
}
#remove a {
	width: 30px;
	height: 30px;
	display: block;
	background: url(../_graphics/cart/remove.png) no-repeat;
}
#remove a:hover {
	background: url(../_graphics/cart/remove_hover.png) no-repeat;
}
#remove a:active {
	background: url(../_graphics/navi/remove_hover.jpg) no-repeat center 1px;
}
.total {
	float: right;
	clear: right;
	color: #00F;
	font-size: 1.1em;
	margin: 10px 40px 0px 0px;
}
.select {
	font-style: italic;
	margin: 30px 0px 0px 70px;
}
select {
	cursor: pointer;
	margin: 30px 0px 0px 10px;
}
input[type="submit"] {
	float: right;
	width: 80px;
	height: 30px;
	cursor: pointer;
	text-align: center;
	margin: 5px 5px 0px 0px;
	color: blue; 
}
.transport {
	float: right;
	clear: right;
	color: #00F;
	margin: 5px 20px 0px 0px;
}
.grandtotal {
	float: right;
	clear: right;
	color: #00F;
	font-size: 1.1em;
	margin: 10px 20px 0px 0px;
}
#nav {
	margin: 0;
	list-style: none;
	padding: 0;
}
#nav li {
	float: left;
	list-style: none;
	z-index: 10;
	padding: 20px 0px 0px 415px;
}
#nav a {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 156px;
	height: 45px;
	float: left;
	background: url(../_graphics/mainnav/navi.jpg) no-repeat;
	padding: 12px 0px 0px 0px;
}
#nav a:hover {
	background: url(../_graphics/mainnav/navi_hover.jpg) no-repeat;
}
#nav a:active {
	background: url(../_graphics/mainnav/navi_hover.jpg) no-repeat center 0.5px;
}
