@import "nti-common.css";

#searchField {
	width: 680px;
	margin: 0px auto 20px;
	text-align: left;
	font-size: 100%;
}
/* refineBox --------------------------- */
.refineBox {
	margin: 0px 0px 15px 0px;
	background: #FFF;
	width: 680px;
	border: solid 1px #ccc;
}
.refineBox dt {
	padding: 3px 7px;
	background: #f2f1ed;
	border-bottom: solid 1px #ccc;
}
.refineBox dd.refineList {
	padding: 8px 0px 0px 12px;
}
.refineBox dd.refineList li {
	min-width: 130px;
	white-space: nowrap;
	line-height: 1.8em;
	float: left;
	_width: 130px;
}
.refineBox dd.refineList li input {
	vertical-align: middle;
}
.refineBox .refineBtn {
	padding: 5px 0px 2px 0px;
	text-align: center;
	background: #FFF;
}


/* orderBox --------------------------- */
table.orderBox {
	margin: 0px 0px 0px 0px;
	width: 680px;
}
table.orderBox td {
	vertical-align: top;
	line-height: 2.05em;
}
table.orderBox th {
	vertical-align: top;
	padding: 2px 0px 0px;
	width: 90px;
}
table.orderBox span {
	margin: 0px 13px;
}

div.comment {
	width:680px;
	margin:0px auto 0px;
	text-align:left;
	overflow:visible;
	font-size: 100%;
}
.page {
	width:680px;
	padding: 4px 0px 3px;
	margin:0px auto 5px;
	text-align:right;
	font-size: 100%;
	color: #666;
}
.page img {
	margin: 0px 10px 0px 0px;
}

.page a {
	font-weight: bold;
}
.page a,
.page span {
	border: solid 1px #999;
	padding:  3px 6px 2px;
	margin: 0px 3px 0px 0px;
	line-height: 1.2;
	text-decoration: none;
	font-size: 100%;
}

/*
===== ClearFix ====================================================
*/

.page:after,
.refineBox dd.refineList ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.page,
.refineBox dd.refineList ul {
  display: inline-table;
  min-height: 1%;
}

/* Hides from IE-mac \*/
* html .page,
* html .refineBox dd.refineList ul { height: 1%; }

.page,
.refineBox dd.refineList ul { display: block; }
/* End hide from IE-mac */


.empty{
	width: 680px;
	margin: 0 auto;
	padding:30px 0 50px 0;
	border-top: #999 dashed 1px;
	color:#F00;
	font-weight:bold;
	text-align:center;
	line-height:1.5em;
}
	