@charset "utf-8";
/*-------------------------*/
#grid-layout {
	margin: 20px 0px 50px 22px;
	height: 600px;/*300px*/
}
#grid-layout .nodata {
	color: #999999;
	text-align:center;
	margin: 100px;
}
/*商品用BOX*/
.itemBox {
	position: absolute;
	width: 200px;
	margin: 0 15px 15px 0;
	float: left;
	background-color: #FFFFFF;
	display: block;
}
.itemBox {
	/*
	min-height: 250px;
	*/
	/*border,shadow*/
	border: 1px solid #CCCCCC;
    border: 1px solid rgba(0, 0, 0, 0.3);
	
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
	
	/*radius*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.itemBox-dummy {
	border: none;
    box-shadow: 0px 0px  0px rgba(255, 255, 255, 0);
    -moz-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
    -webkit-box-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
}
.itemBox .img {
	margin: 0 10px 10px 10px;
	max-width: 160px;
	/*
	min-height: 100px;
	*/
	height: 160px;
	
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.itemBox .img img{
	display: block;
	margin:0 auto 0 auto;
}
.itemBox .title {
	margin: 10px;
}
.itemBox .user {
	margin: 10px;
}
.itemBox .user dl {
	overflow: hidden;
	white-space: nowrap;
}
.itemBox .user dl dt {
	float: left;
	width: 35px;
	line-height: 200%;
}
.itemBox .user dl dd {
	line-height: 200%;
	padding-left: 35px;
}
.itemBox .menu {
	clear: left;
	text-align: center;
	margin: 0;
	padding-top: 5px;
	border-top: 1px dashed #CCCCCC;
	position: relative;
}
.itemBox .menu a {
	margin-bottom: 5px;
	padding: 2px 0;
	display: block;
	width: 99px;
	float: left;
	height: 35px;	
}
.itemBox .menu a:hover {
	background: #F5F5F5;	
}
.itemBox .menu a:first-child {
	border-right: 1px solid #CCCCCC;
}
.itemBox .menu span {
	display: block;
}
.itemBox .edit {
	clear: left;
	margin: 10px;
	position: relative;
}
.itemBox .itemDel {
	margin: 2px 2px 0px auto;
	text-align: right;
	/*
	cursor: pointer;
	background: url(../images/del.png) no-repeat;
	width:11px;
	height:11px;
	*/
}
/*---*/
#IndicatorLine {
	width:900px;
	position:absolute;
	filter: alpha(opacity=20);
	opacity: 0.20;
	height: 27px;
}
#IndicatorLine .loading {
	display: block;
	height: 27px;
	padding-left: 20px;
	line-height: 27px;
	vertical-align:middle;
	background-image: url(../images/loading.gif);
	background-repeat: repeat;
	color: #000000;
}
/*-------------------------*/
.commentBubble {
	background-color: #FF6600;
	color:#FFFFFF;
	display:inline-block;
	padding:0 6px;
	
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	
	position: absolute;
	left: 5px;
	top: 5px;
}
.itemBox .foryou {
	position: absolute;
	margin: -5px auto auto -5px;
	
	border: 1px solid #999999;
	background-color:#FFFFFF;
	padding: 0px 3px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

















