/* * {	border: 1px solid #fcc;}*/
/*
 *float clear
 */
/* ie */
.sItem {
	zoom: 100%;
}
/* other */
.sItem:after {
	content: ".";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
/*-----shopBox-----*/
#itemBox {
	width:750px;
	margin:0;
}
#itemBox a:link {color:#003399; text-decoration:none;}
#itemBox a:hover {color:#F64CCC; text-decoration:none;}
#itemBox a:visited {text-decoration:none;}
#itemBox h3 {
	clear:both;
	height:35px;
	background:url(../images/h3_bg.gif) top left no-repeat transparent;
	margin:0px;
	padding:0px;
	border-top:2px solid #aaaaaa;
}
.sItem {
	background-color:#efefef;
	margin:6px 6px 10px 6px;
}

.itemTitle {
	font-size:95%;
	font-weight:bold;
	color:#000066;
	text-indent:5px;
	padding:2px 0px 2px 0px;
		background-color:#dfdfdf;
		float:left;
}
.itemMaker {
		margin:0px;
		padding:2px 10px 2px 0px;
		text-align:right;
		background-color:#dfdfdf;
}
.itemImage {
		clear:left;
		width:100px;
		margin-right:5px;
		float:left;
}
.itemText {
		margin:3px 0px 0px 0px;
		padding:0px;
}
.oldPrice {
	font-size:100%;
	line-height:1.4em;
		margin:2px 0px 2px 0px;
}
.oldNum {
	text-decoration:line-through;
}
.newPrice {
	font-size:100%;
	font-weight:bold;
	color:#FF0000;
		line-height:1.3em;
	margin:2px 0px 2px 0px;
}
.newNum {
		font-size:130%;
}
.itemDate {
		line-height:0.8em;
	text-align:right;
}
/*-----shopBox_end-----*/
