@import url("lightbox.css");

.left { float: left;}
.right { float: right;}
.textR { text-align: right;}
.marB10  { margin-bottom: 10px;}

/* MODULE:catalog-category
-------------------------------- */
#type2column .displayOrder { float: left;}
#type2column .displayFormat { float: right;}
#type2column .displayNumber { margin-bottom: 10px; text-align: right;}

#type3column .displayOrder { margin-bottom: 10px;}
#type3column .displayFormat { margin-bottom: 10px;}
#type3column .displayNumber { margin-bottom: 20px;}

#type2column .catalogBox { width: 688px;}
#type3column .catalogBoxCatchNo .catalogBox { width: 352px !important; width /**/: 337px; margin: 0 auto; padding-left: 15px;}

/*
-------------------------------- */
.catalogBoxCatchYes .catalogBox .grid { margin-bottom: 10px;}
.catalogBoxCatchYes .itemPhoto { overflow: hidden; float: left; width: 157px;}

#type2column .catalogBoxCatchYes .itemInfo { overflow: hidden; float: right; width: 515px;}
#type3column .catalogBoxCatchYes .itemInfo { overflow: hidden; float: right; width: 283px;}

/*
-------------------------------- */
.catalogBoxCatchNo .catalogBox .grid {
	overflow: hidden;
	float: left;
	width: 157px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#type2column02 .catalogBoxCatchNo .catalogBox .grid {
	margin: 0 17px 15px;
}

/*
-------------------------------- */
.itemTitle { line-height: 1.8;}
.itemCondition { line-height: 1.8;}
.itemPrice { line-height: 1.8;}

.catalogBox .grid a { display: block;}
.catalogBox .grid img { display: block;	margin-bottom: 5px;}


/*
-------------------------------- */
.catalogBoxCatchNo .lay-row > div {
  margin-top: 15px;
  margin-bottom: 15px;
}
.itemPhotoG {
  text-align: center;
  margin-bottom: 10px;
}

/*catalog pagination*/
.box.catalogCategory .pageLink ul li{
	list-style:none;
}

/* MODULE:catalog_detail.htm
-------------------------------- */
.catalogDetailBox { margin: 0 0 20px;}
.catalogDetailPurchaseBox {
	float: right;
	width: 340px;
}

#type3column .catalogDetailPurchaseBox {
	float: none;
	width: 100%;
}

#type2column02 .catalogDetailPurchaseBox {
	width: 430px;
}

.purchasePriceTd,
.purchasePoint {
	text-align: right;
}

.purchasePrice {
	font-size: 122%;
	font-weight: bold;
}

.catalogDetailPhotoBox {
	overflow: hidden;
	float: left;
	width: 320x;
}

#type3column .catalogDetailPhotoBox {
	overflow: hidden;
	float: none;
	width: 100%;
}

.catalogDetailPhoto {
	text-align: center;
}

.catalogDetailThumb {
	overflow: hidden;
	width: 320x;
}

.catalogDetailThumb ul {
	width: 330px;
}

.catalogDetailThumb ul li {
	float: left;
	width: 100px;
	margin: 0 10px 10px 0;
	padding: 0;
	background: none;
}

.catalogDetailThumb ul li img {
	width: 100px;
}

.catalogDetailPhoto { margin-bottom: 10px;}

.soldOut { font-size: 114%;}

#type2column02 .catalogDetailPurchaseBox form h4 {
	margin-top: 30px;
	margin-bottom: 10px;
}

/* Disable EC message
-------------------------------------*/

.disable_ec {
	text-align: center;
}
.disable_ec_message > p{
	display: inline-block; 
	text-align: left;
	color:#FF0000;
}

