/* This is the StyleCatcher theme addition. Do not remove this block. */
/* Selected Layout:  */
@import url(base_theme.css);
@import url(/mt/mt-static/support/themes/t-02-mt4/t-02-mt4.css);
/* end StyleCatcher imports */


/* ---------- inquiry-content ---------- */
div#inquiry-content
{
	background: #FFFFFF;
	width: 520px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
	text-align: left;
}

div.inquiry-content-inner
{
	padding: 50px 20px;
}

div.inquiry-content-inner h1
{
	margin: 0 0 10px 0;
}
/* ---------- inquiry-content_end ---------- */

/* ---------- inquiry-table ---------- */
p.caption
{
	font-size: 100%;
	margin: 0 0 10px 0;
}

table.inquiry-table
{
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

table.inquiry-table th,
table.inquiry-table td
{
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-size: 100%;
}

table.inquiry-table th
{
	font-weight: normal;
	text-align: left;
	background: #EEEEEE;
	width: 200px;
}
/* ---------- inquiry-table_end ---------- */

/* ---------- form-submit ---------- */
div.form-submit
{
	text-align: center;
}

div.form-submit input
{
	width: 100px;
	font-size: 100%;
}
/* ---------- form-submit_end ---------- */

/* ---------- error ---------- */
blockquote.error
{
	color: #FF0000;
	font-size: 100%;
	text-align: center;
	margin: 0 0 20px 0;
	border: 1px solid #CCCCCC;
	padding: 15px;
}

blockquote.error p
{
	line-height:150%;
}
/* ---------- error_end ---------- */

/* ---------- success ---------- */
blockquote.success
{
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px 0;
	border: 1px solid #CCCCCC;
	padding: 15px;
}
/* ---------- success_end ---------- */

/* ---------- combination ---------- */
div.combination table {
	line-height: 1.8em;
	border-collapse: collapse;
	border: 1px solid #999999;
	float: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

div.combination thead
{
	background-color: #DCDCDC;
	text-align: center;
}

div.combination th {
	background-color: #DCDCDC;
	font-weight: normal;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #999999;
}

div.combination td
{
	font-weight: normal;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #999999;
}
/* ---------- combination_end ---------- */

/* ---------- specsheet ---------- */
div.specsheet {
	padding: 10px 0px;
	clear: both;
	width: 565px;
}

div.specsheet table {
	line-height: 1.8em;
	border-collapse: collapse;
	border: 1px solid #999999;
	float: left;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

div.specsheet thead
{
	background-color: #DCDCDC;
	text-align: center;
}

div.specsheet th {
	background-color: #DCDCDC;
	font-weight: normal;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #999999;
}

div.specsheet td
{
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #999999;
}
/* ---------- specsheet_end ---------- */

/* ---------- catalog-index ---------- */
div.catalog-index {
	padding: 0px 0px;
	clear: both;
}

div.catalog-index table {
	line-height: 1.8em;
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	background-color:#FFFFF0;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	width: 560px;
}

div.catalog-index a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=80);
}

div.catalog-index th
{
	background-color: #F5F5F5;
	font-weight: normal;
	text-align: center;
	padding-top: 5px;
	border: 0px
}

div.catalog-index td
{
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
	border: 0px
}

tr.catalog-name
{
	text-align: center;
}

tr.catalog-catch
{
	color: #FF4500;
	text-align: left;
	vertical-align: top;
	font-size: 90%;
}

/* ---------- catalog-index_end ---------- */

