@charset "utf-8";
/* CSS Document */


/* COLOURS ***************************************************** */

/* #52c6c2 - blue background */

/* #fafaf0 - white canvas */

/* #ea4486 - pink rollover */

/* #666 - grey text */

/* #6c6c6c - grey breadcrumbs */

/* #89bfcf - blue left panel rollover */

/* ************************************************************* */


#top-middle {
	width:840px;
	float:left;
	background:#fafaf0 url(../images/bg-header-top.jpg) no-repeat top;
	height:auto;
}
#second-middle {
	width:840px;
	float:left;
	background:#fafaf0 url(../images/bg-header-second.jpg) no-repeat top;
	height:auto;
}




#content-header {
	float:left;
	width:595px;
}
#content-header img {
	float:left;
	margin: 0px;
}
#content-header-left {
	float: left;
	width: 275px;
	line-height: 22px;
	font-size: 12px;
	padding: 9px 0px 0px;
}


#content-header h3 {
	color: #666666;
	font-size:14px;
	margin:7px 0px;
}



#product-catalog-header {
	float:left;
	width:595px;
	margin: 0px 0px 20px;
	background: url(../../global-images/border-595.gif) no-repeat left bottom;
	padding: 0px 0px 20px;
}
#product-catalog-header-left {
	float:left;
	background: url(../../global-images/icon-pink-catalog.gif) no-repeat left center;
	padding: 0px 0px 0px 17px;
	height: 40px;
	width: 450px;
}
.catalog-link {
	display: inline-block;
	width: 100px;
	float: left;
	font-size:10px;
	margin: 2px 0px 5px;
	color: #666666;
	font-weight: bold;
}
.product-title {
	display: inline-block;
	float: left;
	width: auto;
	font-size: 18px;
	color:#ea4486;
	clear: left;
}

#product-catalog-header-right {
	float:right;
	bottom: 0px;
}
#product-catalog-header-right p {
	font-size:10px;
	margin: 25px 0px 0px;
}


#catalog-left {
	float:left;
	width:289px;
}
#catalog-left p {
	margin: 0px 0px 15px 0px;
}
#catalog-left h3 {
	color: #666666;
}

#catalog-right {
	float:right;
	width:289px;
}

#catalog-left ul {
	list-style: none;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
#catalog-left ul li a {
	color: #666666;
	text-decoration: underline;
	list-style: none;
	font-size: 12px;
	line-height: 25px;
}
#catalog-left ul li a:hover {
}

#catalog-left .link-pinkarrow a {
	background: url(../../global-images/icon-pink-arrow.gif) no-repeat left center;
	color: #666666;
	text-decoration: underline;
	padding: 0px 0px 0px 15px;
}
#catalog-left .link-pinkarrow a:hover {
	color: #ea4486;
	text-decoration: none;
}





.product-info {
	margin: 0px 0px 15px;
}
ul#product-list {
	list-style: url(none) none;
	margin: 20px 0px;
	padding: 0px;
	color: #666666;
	font-size: 10px;
}
ul#product-list li {
	margin: 0px 0px 10px;
}


.product-specs {
	margin: 0px 0px 15px 0px;
}

.product-specs h2 {
	background: url(../images/bg-catalog-289.gif) no-repeat left center;
	font-size: 10px;
	color: #666666;
	height: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 4px 0px 0px 8px;

}
.product-specs p {
	color: #666666;
	font-size: 10px;
	margin: 0px 0px 15px;
	padding-left: 8px;
}

#serial {
	font-size: 10px;
	margin: 0px 0px 10px;
}
p#serial:first-letter {
	color:#ea4486;
}

.star2 {color:#ea4486;}	

#copy {font-size: 10px;}








/* MITSUMORI */

#navpanel #leftpanel {
	float:left;
	background: #fafaf0;
	padding: 15px 0px 0px;
	width: 185px;
	text-align: left;
	clear: both;
}
#navpanel #leftpanel img {
filter:none;
-moz-opacity:.99;
opacity:.99;
}


#mitsumori-select {
	float: left;
	width: 595px;
	margin-top: 15px;
	}
#mitsumori-select-left {
	float: left;
	width: 278px;
}
#mitsumori-select-right {
	float: right;
	width: 280px;
}















/* FAQ TABLE */

table#faq {
	width: 595px;
	float: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	margin-top:5px;
}
table#faq td.cell-gray {
	background-color:#f8f7f7;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	vertical-align: top;
	padding: 10px 0px 8px 0px;
	color: #666666;
	font-size: 12px;
	text-align:center;
}
table#faq td.cell-white {
	background-color:#fff;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	line-height: 20px;
	vertical-align: top;
	padding: 10px 7px 8px 7px;
	color: #666666;
	font-size: 12px;
	vertical-align:middle;
}
