
/*
 * 更新履歴
 * 2009-06-01 webark taniguchi カスタマイズ：商品検索、商品カテゴリー、商品詳細画面でお知らせ設定商品の場合「品切」→「入荷お知らせ受付中」に変更
 * 
 */

/* CSS for product_list_board_style.html =[] = .product_list_board_style */
/* .product_list 用　（カテゴリーページの商品一覧/ 掲示板形式）　CSS　ここから ↓*/
.product_list{
	clear: both;
	width: 600px;
	height: auto;
	text-align: center;
}
.product_list a{
	text-decoration: underline;
	color: #3366CC;
}

.product_list h3{
	text-indent:-9999px;
	
}
.product_list .sort_select{
	clear: both;
	width: 100%;
	height: 50px;
	margin: 10px 0px;
	padding: 15px 0px;
	border-top: 1px silver solid;
	text-align: left;
}
.product_list .sort_select span{
	display: inline;
}
.product_list .sort_result_qty{
	float: left;
}
#ProductConditionOrder{
	float: right;
}
#ProductConditionOrderAnchor{
	clear: both;
	display: none;
}
.product_list ul{
  margin: 0px;
  padding: 0px;
  clear: both;
}

.product_list li{
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: inline;
}
.product_list .sort_result_list{
	clear:both;
	margin-top: 20px;
}

.product_list  table{
  width: 100%;
  border-collapse: collapse; 
  border-spacing: 0px;
}
.product_list  th{
  background: #eff7e6;
  padding: 2px;
  text-align: center;
  font-weight: normal;
}
.product_list td{
  /* border-bottom: 1px silver dotted;*/
  border-collapse: collapse; 
  border-spacing: 0px;
  padding: 5px;
  vertical-align:middle!important;
}

.product_list .code{
	margin: 0px;
	color:red;
	text-decoration: none;
}
.product_list .goods_summary{
	font-size: 0.9em;
	line-height: 1.2em;
}
.product_list .icon{
	width: auto;
	height: auto;
}
.product_list .icon span{
	float:left;
	width: auto;
	height: auto;
	margin-right: 4px;
}
.product_list .sale_price .goods_base_price
,.product_list .sale_price .customer_price{
	font-weight: normal;
	color:#15860f;
	

}
.product_list .sale_price .goods_price{
	color:#ff8507;
	font-weight: bold;

}
.product_list table{
  width: 100%;
  border: solid silver 1px;
  border-collapse: collapse; 
  border-spacing: 0px;
}
.product_list th{
  background: #eff7e6;
  padding: 2px;
  text-align: center;
  font-weight: normal;
}
.product_list td{
  border-collapse: collapse; 
  border-spacing: 0px;
  padding: 5px;
  border-top:none!important;
  border-left:none!important;
  border-right:none!important;
}

.product_list .column-1{
	width: 64px;
}

.product_list .column-1 .img{
	 text-align: center;
}
.product_list .column-2{
	text-align:left;
}

.product_list .maker{
	width: 60px;
	text-align: center;
}
.product_list .stock{
	text-align: center;
	width: 30px;
}
.product_list .customer_price{
	color:#fb811e;
	font-weight: normal;
}
.product_list .goods_base_price{
	color:#fb811e;
	font-weight: normal;
}

.product_list .prices{
  width: 80px;
  text-align: right;	
}
	.product_list .prices .original_price,
	.product_list .prices .retail_price{
			color: #ff8507;
		}
	.product_list .prices .price,
	.product_list .prices .current_price{
			color:#15860f;
			font-weight: bold;
		}

		
	.product_list .point{
		width:80px;
		color:#cb811e;
		text-align: right;	
	}

.product_list form{
  margin:0;
  padding:0;
  width: 20px;
}
.product_list .column-3{
  width: 40px;
  text-align: center;
}
.product_list .column-5{
  width: 30px;
  text-align: center;
}

.product_list .column-6{
  width: 30px;
  text-align: center;
}
.product_list .column-7{
  width: 20px;
  text-align: center;
}

.product_list .paging{
	clear: both;
	text-align:center;
	margin: 20px 0px;
}

/* 2009-06-01 webark taniguchi add start-----------------------------------------*/
.name .soldout_info_mail_set{
  color: orange;
  font-weight:bold;
}
/* 2009-06-01 webark taniguchi add end-------------------------------------------*/

/* ↑　.product_list 用　（カテゴリーページの商品一覧/ 掲示板形式）　CSS　ここまで　↑*/

