/*================================
  stylesheet for oscommerce pages.

===================================*/


/* --------- products list ---*/
#contents table th	{
	white-space: nowrap;
	}/* 20081217 tamura */

div#wine	{
	clear: both;
	margin-top: 10px;
}

div.winebox	{
	width: 100px;
	padding: 0;
	float: left;
}

div.wineimg	{
	margin: 0;
	padding: 3px;
	text-align: center;
}

div.winename	{
	margin: 0;
	height: 48px;
	text-align: left;
}

div.winename p	{
	margin: 0 3px 0 3px;
	padding: 0;
}


/* 20091130 kaori*/
table.productIndex td	{
	padding-top: 15px;
	}
/* --------- producer list ---*/
#producerList{
	text-align:center;
	}

#producerList h3{
	width:100%;
	text-align:center;
	background:#ad5dad;
	color:#ffffff;
	font-size:1.6em;
	padding-top:3px;
	padding-bottom:3px;
	height:22px;
	clear:left;
	}

#producerList h4{
	padding-top:6px;
	padding-bottom:6px;
	text-align:center;
	border:0px solid #333333;
	border-top-width:1px;	
	background:#fdedfd;
	clear:left;
	}

#producerList li{
	list-style-type:none;
	float:left;
	margin-left:12px;
	margin-top:12px;
	margin-bottom:12px;
	background:#ffffff;
	text-align:center;
	height: 100px;
	}

/*============= productInfo =============*/


#leadMes{
margin: 1em auto 1em 1em;
font-size: 1.2em;
color: #cc66ff;
font-weight: bold;
	}

#productInfo li{
	list-style-type:none;
	}

#productInfo h2{
	background:#990066;
	font-size:15px;
	font-weight:bold;
	padding-left:10px;
	padding-top:3px;
	padding-bottom: 3px;
	margin-top:3px;
	margin-bottom:3px;
	color:#ffffff;
}

#productInfo h3{
	font-size:15px;
	margin-top:0px;
	}

/*
#productInfo h2 img{
	margin-left:12px;
	}
*/

#wineInfo{
	float:left;
	}

#itemInfo{
	position:relative;
/*	margin-left:-24px;*/
	}

#itemInfo li{
	margin-bottom:4px;
	}

#itemInfo li.price,
#itemInfo li.specialPrice,
#itemInfo li.specialPrice2{
	font-size:15px;
	margin-bottom:20px;
	font-weight:bold;
	}

#itemInfo li.specialPrice{
	color:#fe3021;
	}

#itemInfo li.specialPrice2{
	color:#fe7e32;
	}

#productInfo form select{
	float:left;
}

#unit{
	float:left;
	text-align:left;
	margin-left:0px;
	margin-right:40px;
	}


#wineImage{
	float:right;
	text-align: center;
	}

#detail{
	clear:both;
	position:relative;
	}

#detail h4	{
	font-size: 1.3em;
	clear: both;
	padding: 3px 5px;
	background-color: #ffffff;
/*
	color: #990066;
*/
	border-bottom: 1px solid #990066;
	border-left: 10px solid #990066;
	}

#detail h5	{
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: underline;
	}


#detail,
#using,
#mariage,
#producer,
#otherWine,
#recommendedWines{
	margin-top:12px;
	padding-top:12px;
	border-top:2px solid #cccccc;
	}

#detail h6,
#using h6,
#mariage h6,
#producer h6,
#otherWine h6,
#recommendedWines h6{
	font-size:12px;
	}

/* #[ADD] 2008/02/19,takafumi */
#otherWineTable td,
#recWineTable td {
	width:70px;
	vertical-align:top;
	padding-right:12px;
}

/* #[ADD] 2008/02/04,takafumi */
.productListing-data img{
	margin-right:12px;
	}

.productListing-even td,
.productListing-odd td{
	border:0px;
	border-bottom:1px dashed #cccccc;
	padding-top:4px;
	padding-bottom:4px;
	}

.productListing-data form{
	padding-top:12px;
	padding-left:6px;
	}

.productListing-heading{
	border:0px;
	border-bottom:1px solid #cccccc;
	padding-bottom:5px;
	margin-bottom:5px;
	}

/*============= reviews =============*/

h5#review	{
	color: #333333;
	margin-top: 2em;
	font-size: 1.2em;
	border-bottom: 1px solid #990066;
	text-decoration: none;
	}


/*=============eventinfo=============*/

table.oscinfo	{
	border: 1px #999999 solid;
	border-collapse: collapse;
	margin: 2em auto;
	padding: 0;
	width: 90%;
	}

table.oscinfo th,
table.oscinfo td	{
	margin: 0;
	padding: 3px;
	border: 1px #999999 solid;
	border-collapse: collapse;
	}
table.oscinfo th	{
	background-color: #ececec;
	text-align: right;
	width: 100px;
	}


/*=============eventlist=============*/

table.osclist	{
	border: 1px #999999 solid;
	border-collapse: collapse;
	margin: 1em auto;
	padding: 0;
	}

table.osclist th,
table.osclist td	{
	margin: 0;
	padding: 3px;
	border: 1px #999999 solid;
	border-collapse: collapse;
	}
table.osclist th	{
	background-color: #ececec;
	text-align: left;
	}

table.osclist th.date	{
	width: 100px;
	}


/*=============storeinfo=============*/

h2#shopname	{
	text-align: center;
	font-weight: bold;
	color: green;
	}

p#pic,
p#pix	{
	text-align: center;
	}

