@charset "utf-8";

/* xxxxx
---------------------------------------------------------------------------------------- */
#imgMenu {
	width:880px;
	height:180px;
	padding:0;
	margin:0 0 24px 0;
	background:transparent url(../menu/images/img.jpg) no-repeat;
}

h3 {
	margin: 0 0 30px;
	font-size: 1.2em;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	padding: 15px;
}
h3#tokyo {
	background: url(../menu/images/pd_salondesaison_logo.gif) no-repeat 340px center;
}
h3#hkd, 
h3#cba {
	background: url(../menu/images/pd_coupecoupe_logo.gif) no-repeat 340px center;
}
h3#est {
	background: url(../menu/images/pd_esthetique_logo.gif) no-repeat 340px center;
}
h3#nil {
	background: url(../menu/images/pd_nail_logo.gif) no-repeat 340px center;
}
.brandLogo {
	margin: 0 0 20px;
}
h4.category {
	padding:0;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #DDDDDD;
	color: #AAAAAA;
	font-weight: bold;
	margin: 0px 0px 10px;
}
.cap {
	font-size:0.9em;
	font-weight: normal;
}

/* PRICE LIST
---------------------------------------------------------------------------------------- */

#content table {
	width:560px;
	border-collapse:collapse;
	padding:0;
	margin:0 0 100px 0;
	border-bottom:1px solid #DDDDDD;
}
#content th {
	border-bottom: 1px solid #FFA500;
}
#content th.menuCategory {
	font-size:1.6em;
	font-family: "Times New Roman", Times, serif;
	color: #FFA500;
	font-weight: bold;
	text-align: left;
}
#content th .position {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	background: #FFA500;
	margin: 0px 5px 0px 0px;
	padding: 2px 4px;
	line-height: 1;
}
#content th.menuCap {
	font-size:1em;
	text-align: right;
	vertical-align: bottom;
	padding-right: 5px;
	white-space: nowrap;
}
#content td {
	border-bottom:1px solid #DDDDDD;
	font-size:1.2em;
	padding:5px 10px;
}
/*#content td .menu {
	font-weight: bold;
}*/
#content td .menuCap {
	font-size:0.95em;
	padding: 0 0 0 10px;
}
/*#content td p.menuCap {
	font-size:0.95em;
	padding: 0 0 0 10px;
}*/
#content td.price {
	text-align: right;
	white-space: nowrap;
}
#content td.menuCategory {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFA500;
	font-weight: bold;
	padding-left: 0px;
	padding-top: 10px;
}
#content td.menuSubCategory {
	border-bottom:1px dashed #DDDDDD;
}
#content td.menuDetail {
	border-bottom:1px dashed #DDDDDD;
	padding-left: 30px;
}
#content td.menuDetailEnd {
	padding-left: 30px;
}
#content td.menuDetail p.menuCap, 
#content td.menuDetailEnd p.menuCap {
	padding: 0 0 0 10px;
}
#content td.detailPrice {
	text-align: right;
	white-space: nowrap;
	border-bottom:1px dashed #DDDDDD;
}
#content td.detailPriceEnd {
	text-align: right;
	white-space: nowrap;
}
.marginNote {
	text-align: right;
	font-size: 1em;
}
