#MooFlow{
	background:url(../../img/product/custom/bg_mooflow.gif) no-repeat top center;
}
.box-seatdetail h4,
.box-seatdetail p.intro {
	padding:0 9px 10px 9px;
}

/* matching-area */
div.matching-area {
	padding:10px;
	border: 1px solid #CCCCCC;
}
div.matching-area p.product-price {
	float:left;
	margin:0;
}
div.matching-area div.bt-list {
	float:right;
}
div.matching-area div.bt-list p {
	margin-bottom:5px;
}


table.matchingArea {
    width: 100%;
	margin: 20px 0 0 0;
	text-align: left;
	border: 1px solid #CCCCCC;
}

table.matchingArea td {
    text-align: right;
}

table.matchingArea td.guideBtn {
    padding: 0 0 5px 0;
}

table.matchingArea th {
    text-align: left;
}

table.matchingArea th img,table.matchingArea td img {
	padding: 12px;
    vertical-align: top;
}

table.boxSeatDetail {
    width: 100%;
	text-align: left;
}

table.boxSeatDetail td {
    vertical-align: top;
	margin: 0;
	padding: 10px 0 0 0;
}

table.boxSeatDetail th h4 {
    margin: 20px 0 0 0;
	padding: 0;
}

table.boxSeatDetail td h5 {
    font-weight: bold;
	color: #666666;
	text-indent: 5px;
	border-left:3px solid #FF9933;
	border-bottom:1px solid #cccccc;
	margin-bottom: 10px;
	padding: 3px 0;
}

table.boxSeatDetail td img {
	margin: 0;
	padding: 0 0 0 10px;
}


/* tab */
ul.tab{
	padding-left:9px;
}
ul.tab li{
	list-style-type:none;
	width:132px;
	height:32px;
	float:left;
	text-indent:-9999px;
}
ul.tab li#sheet { background:url(../../img/product/custom/tub01.gif) no-repeat 0% 0%; }
ul.tab li#cloth { background:url(../../img/product/custom/tub02.gif) no-repeat 0% 0%; }
ul.tab li#design { background:url(../../img/product/custom/tub03.gif) no-repeat 0% 0%; }
ul.tab li#color { background:url(../../img/product/custom/tub04.gif) no-repeat 0% 0%; }
ul.tab li#stitch { background:url(../../img/product/custom/tub05.gif) no-repeat 0% 0%; }

ul.tab li a{
	outline:none;
	display:block;
	width:132px;
	height:32px;
}
ul.tab li#sheet a.selected{ background:url(../../img/product/custom/tub01_on.gif) no-repeat 0% 0%; }
ul.tab li#cloth a.selected{ background:url(../../img/product/custom/tub02_on.gif) no-repeat 0% 0%; }
ul.tab li#design a.selected{ background:url(../../img/product/custom/tub03_on.gif) no-repeat 0% 0%; }
ul.tab li#color a.selected{ background:url(../../img/product/custom/tub04_on.gif) no-repeat 0% 0%; }
ul.tab li#stitch a.selected{ background:url(../../img/product/custom/tub05_on.gif) no-repeat 0% 0%; }

ul.tab li a.selected{
	text-decoration:none;
	color:#333;
	cursor:default;
	cursor:default;
	width:132px;
	height:32px;
}

/* panel */
div.panel{
	clear:both;
	padding:20px 9px 0;
}
div.panel h5,
div.panel p{
	padding-bottom:10px;
}
div.panel dl {}
div.panel dl dt {
	float:right;
	width:200px;
}
div.panel dl dd {
	float:left;
	width:450px;
}

ul.note {
	padding-bottom:20px;
}

ul.note li img {
    vertical-align: middle;
	margin: 0 2px 2px 2px;
}

div#tab1 ul,
div#tab2 ul,
ul.design-img {
	margin-right: -20px;
	overflow: hidden;
	_zoom: 1;
}
div#tab1 ul li,
div#tab2 ul li,
ul.design-img li {
	float:left;
	padding-right:20px;
	padding-bottom:10px;
}

ul.design-img li {
	position: relative;
}

ul.design-img li a {
	display: block;
}

ul.design-img li span {
	position: absolute;
	top: 4px;
	left: 4px;
	padding: 0 4px;
	color: #FFFFFF;
	background-color: #FF0000;
	line-height: 12px;
	font-size: 9px;
	font-weight: bold;
}


/* .explanation */

div.explanation{
	padding:0 0 20px 9px;
	width:660px;
}
div.explanation h5 {
	font-weight: bold;
	color: #666666;
	text-indent: 5px;
	border-left:3px solid #FF9933;
	border-bottom:1px solid #cccccc;
	margin-bottom: 10px;
	padding: 3px 0;
}

div.explanation img{
	float:right;
	margin-left:10px
}
div.explanation p{
	float:left;
	width:445px;
}

