@charset "UTF-8";
/* CSS Document */

#shop{
	margin:auto;
	width: 850px;
   }

#shop span{
    display:none;}

#shop h1.title{
	width: 850px;
	height: 22px;
	background-image: url(../image/shoptitle.gif);
	text-align: right;
	font-size: 12px;
	font-weight: lighter;
	margin: 25px 15px 15px 0;
    padding-top: 10px;
}

#shop table{
	clear: both;
	margin:auto;
	margin-top: 30px;
}

#shop table.list{

	border-collapse:collapse;
	font-size:12px;
	background-color:#fff;
}

#shop table.list th{
	font-size: 13px;
	text-align: left;
	padding: 15px 5px 5px 0;
	background-color:#eee8c6;
	color: #705A22;
}
#shop table.list td{
	border:1px solid #AAA;
	padding: 5px;
}
#shop table.list td.tohead{
	padding: 5px;
	text-align: right;
	background-color:#eee8c6;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #eee8c6;
	border-bottom-color: #eee8c6;
	border-left-color: #eee8c6;
}
#shop table.list td.top{
	border:1px solid #AAA;
	padding: 1px;
	background-color:#DDD;
	font-weight: bold;
	color:#777;
}

#shop li{
    display:inline;}

#shop dl.tuhou{
	font-size: 12px;
}
#shop dl.tuhou dt{
    margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	border-left: 6px solid #9c873d;
}

#shop dl.tuhou dd li{
    display: inline;
	padding: 0 4px 0px 2px;
	border-right: 1px solid #9c873d;
}

#shop dl.tuhou dd li.last_item {
	border: none;
}

#box1{
	width:400px;
	Float:left;
	margin-left: 10px;
	_margin-left: 5px;/*IE6*/
}

#box2{
    width:350px;
    Float:left}



