/* MacIE escaped \*/
@import "base.css";

body {
	text-align: center;
}
body div {
	margin: 0 auto;
	text-align: left;
}
#contents {
	width: 840px;
	padding: 80px 10px 10px 10px;
	font-size: 82%;
	background: url(img/logo.jpg) no-repeat 15px 25px;
}
.skip {
	display: none;
}
#navi {
	text-align: right;
	border-bottom: 5px double #ddd;
}

/*============================
             End
==============================*/

#contents hr {
	border: 1px dashed #aaa;
	margin: 10px 0;
}
#footer {
	text-align: right;
	clear: both;
	padding-bottom: 30px;
}
#footer p {
	margin: 0;
	padding: 0;
}
address {
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.pad30 {
	padding: 30px !important;
}
.boxA {
	border: 1px solid #ddd;
}
.rightF {
	float: right;
	margin: 5px;
}
.leftF {
	float: left;
	margin: 5px;
}
.clr {
	clear: both;
}
.alert {
	padding: 0 0 0 20px;
	background: #fff url(img/alert.gif) no-repeat top left;
	border: 1px solid #ff2626;
}
/*
======= unusual use ======
*/
ul.newslist li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 18px;
	background: url(img/arrow_news.png) no-repeat top left;
}
ul.newslist li li {
	list-style-type: circle;
	margin: 0 0 0 18px;
	padding: 0;
	background: none;
}
ul.newslist li.recent {
	background: url(img/arrow_news_recent.png) no-repeat top left;
}
.nobullet {
	list-style-type: none;
	background: none !important;
	margin: 0;
	padding: 0;
}
.note {
	padding: 15px;
	width: 220px;
	border: 1px solid #aaa;
}
dl.cube dt {
	padding: 0 0 0 15px;
	background: url(img/cube.gif) no-repeat left center;
}
dl.cube dd {
	border-left: 5px solid #ddd;
	padding: 0 10px;
}
dl.cube dd dt {
	background: none;
}
dl.cube dd dd {
	border: none;
}
.jacket {
	font-size: 80%;
}
.thumblist {
	list-style-type: none;
}
.thumblist:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.thumblist li {
	float: left;
	text-align: center;
	width: 130px;
	height: 170px;
}

/* link decoration */

a.arwlink {
	padding: 0 0 0 20px;
	background: url(img/arrow_right.png) no-repeat left center !important;
}
a.arwlink:hover {
	background: #e00028 url(img/arrow_right.png) no-repeat left center !important;
}

body#goods form input {
	font-size: 90%;
}
body#goods form select {
	width: 40px;
}

#products {
	float: left;
	width: 500px;
}
#cart {
	float: left;
	width: 340px;
}
table.cart {
	width: 320px;
}
table .total td {
	text-align: right;
}
table .total th {
	text-align: left;
}
#movable {
	position: absolute;
}
.product {
	border: 2px solid #aaa;
	margin: 10px;
	padding: 5px;
}
.product dt {
	border: 2px solid #ccc;
	border-left: none;
	border-right: none;
	padding: 5px;
	margin: 5px 0;
}
.product dd {
	padding: 5px;
	border-bottom: 1px solid #ccc;
	text-align: right;
	background: #eee;
	margin-left: 30px;
}
.button {
	text-align: center;
}
.button input {
	cursor: pointer;
	cursor: hand;
}
input.cartsubmit {
	background: url(img/cart_submit.jpg) no-repeat top left;
	border: none;
	width: 135px;
	height: 27px;
	padding: 27px 0 0;
	overflow: hidden;
}
input.ordersubmit {
	background: url(img/order_submit.jpg) no-repeat top left;
	border: none;
	width: 135px;
	height: 27px;
	padding: 27px 0 0;
	overflow: hidden;
}
input.emptysubmit {
	background: url(img/empty_submit.jpg) no-repeat top left;
	border: none;
	width: 135px;
	height: 27px;
	padding: 27px 0 0;
	overflow: hidden;
}
form>input.cartsubmit,
form>input.ordersubmit,
form>input.emptysubmit {
	height: 0px;
}
#order input {
	width: 200px;
}
#order em.errormsg {
	font-style: normal;
	font-weight: bold;
	margin: 0 8px;
	color: #aaa;
}
