@charset "utf-8";

@import "base.css";

h2 {
	width:178px;
	height:32px;
	background:url(images/price-md.png) left top no-repeat;
	padding:0;	
}

h2 span {
	display:none;
}

div.title {
	padding:0 8px;
	margin:8px 0;
	font-size:14px;
	font-weight:bold;
}

#shop-head {
	width:942px;
	/*height:60px;*/
	margin:8px auto;
	padding:8px;
	border:solid 1px #ddd;
	background:#fff;
}


#shop-desc {
	width:942px;
	height:auto;
	margin:0;
	padding:8px;
	border:solid 1px #ddd;	
}

#nv3 table {
	width:942px;
	border:solid 1px #ccc;
	margin:0;
	padding:0;	
	border-collapse: collapse;
	font-size:12px;
}

#nv3 table tr.evn {
	background:#f0f8ff;
}

#nv3 table tr:hover {
	background:#ffd;	
}

#nv3 table th {
	padding:4px;
	border:solid 1px #ccc;
	background:#eee;
}

#nv3 table td {
	padding:4px;
	border:solid 1px #ccc;
	vertical-align:top;
}

#nv3 table td.cname {
	
}

#nv3 table td.price {
	width:120px;
	font-size:10px;	
	padding-left:10px;
}

#nv3 table td.year,#nv3 table td.restore {
	width:60px;
	font-size:12px;	
	text-align:center;
}

#nv3 table td.run,#nv3 table td.cc {
	width:60px;
	font-size:10px;	
	text-align:right;
	padding-right:8px;
}

#nv3 table td.ken {
	width:60px;
	font-size:12px;	
	text-align:center;
}

#nv3 div.car-photo {
	float:left;
	width:120px;
	height:90px;
	border:solid 1px #ccc;	
	padding:0;
	margin:0 8px 0 0;
	cursor:pointer;
}

#nv3 a.cname {
	display:block;
	font-weight:bold;
	font-size:16px;	
	height:56px;
}

#nv3 div.sales {
	height:14px;
	line-height:14px;
	font-size:11px;
	color:red;	
	font-weight:bold;
}

#nv3 span.price {
	font-weight:bold;
	color:red;
	font-size:16px;	
}

#nv3 span.total {
	font-weight:bold;
	color:#666;
	font-size:16px;	
}

#nv3 span.run,#nv3 span.cc {
	font-size:12px;
}

#nv3 div.opt {
	font-size:10px;
	color:#666;	
	border:solid 1px #ddd;
	margin:0 0 0 124px;
	height:20px;
	line-height:20px;
	background:#efe;
}

#pager {
	margin:2px 0;
	padding:1px;	
	border:solid 1px #ccc;
	background:#eee;
}

#pager div.page,#pager a.page {
	display:block;
	float:left;
	width:16px;
	height:16px;
	border:solid 1px #ccc;	
	font-size:12px;
	line-height:16px;
	padding:2px;
	margin:0 1px 0 0;
	text-align:center;
	background:#fff;
}

#pager div.page.sel {
	background:#36f;
	color:#fff;	
}

#pager div.view {
	float:right;
	height:16px;
	font-size:12px;
	line-height:16px;	
	padding:2px;
	margin:0 4px 0 0;
}

a.totop {
	display:block;
	width:100px;
	height:24px;
	float:right;
	text-align:right;
	font-size:11px;
	line-height:24px;
	margin:10px 8px 0 0;
	text-decoration:none;
}