@charset "UTF-8";

@import url("../../css/common.css");

h1 {
	margin: 0;
	text-indent: -999em;
	background-image: url(../img/title.png);
	width: 162px;
	height: 50px;
	overflow: hidden;
}
#main-area {
	background-image: url(../img/bg_main.png);
}
#main-area form {
	margin: 0;
}
table#cart {
	margin: 0;
	border-collapse: collapse;
	border-top: 1px solid #600;
	width: 100%;
}
#cart th {
	padding-right: 1em;
	height: 2em;
	white-space: nowrap;
}
#cart td {
	border-bottom: 1px solid #600;
}
#cart img {
	border: 1px solid #aaa;
}
#cart td.spec {
	padding: 0 10px;
	vertical-align: top;
	white-space: nowrap;
}
#cart td em {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
#cart dl {
	margin: 0 0 0 1em;
	padding: 0;
}
#cart dt {
	text-align: center;
	margin: 0;
	background-image: url(../../img/bg-spec-top.png);
	float: left;
}
#cart dt span {
	color: #fff;
	font-size: 10px;
	line-height: 14px;
	background-image: url(../../img/bg-spec-bottom.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 14px;
	width: 70px;
	display: block;
}
#cart dd {
	margin: 0 0 1px 75px;
	padding: 0;
	white-space: nowrap;
}
#cart tr#total-row td {
	padding-top: 5px;
	border: none;
}
dd.subtotal, dd#total {
	color: #f00;
	font-weight: bold;
}
a#go-order {
	margin-top: 0.5em;
	text-indent: -999em;
	background-image: url(../img/go_order.png);
	background-position: left top;
	display: block;
	width: 97px;
	height: 21px;
	overflow: hidden;
}
a#go-order:hover {
	background-position: left bottom;
}
#recommended {
	margin-top: 20px;
	background-image: url(../img/recommended_bottom.png);
	background-position: left bottom;
}
#recommended h2 {
	padding: 10px;
	background-image:url(../img/recommended_top.png);
}
div.accessory {
	padding-left: 10px;
	width: 250px;
	height: 14em;
	float: left;
}
.accessory img {
	border: 1px solid #aaa;
	float: left;
}
.accessory p {
	margin: 0 0 4px 100px;
	width: 150px;
}
.accessory em {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
}
a.get-into-cart {
	background-image:url(../img/get_into_cart.png);
}
