@charset "UTF-8";

.pressTitle2 {
    /* text design */
    color: #02658E;
}

#smartSearch {
    /* alignment design */
    position: relative;
    float: left;
    /* structure design */
    width: 695px;
    background: #ffffff;
    /* text design */
    text-align: left;
    font-size: 80%;
    margin:20px 0;
}

#smartSearchMap {
    /* structure design */
    width: 90%;
    margin: 0px auto;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #cccccc;
	empty-cells: show;
}

#smartSearchMap caption {
    /* alignment design */
    /* text design */
    color: #0066cc;
	text-align: left;
    font-size: 105%;
    font-weight: bold;
}

#smartSearchMap th {
    /* structure design */
	padding: 6px 10px;
	border: 1px solid #cccccc;
    background-color: #ffffff;
    /* text design */
	color: #333333;
	font-weight: normal;
	font-size: 85%;
	text-align: left;
}

#smartSearchMap th.emptyType {
    /* structure design */
	background-color: #999999;
}

#smartSearchMap th.productType {
    /* structure design */
	width: 25%;
	background-color: #999999;
    /* text design */
	color: #ffffff;
	font-weight: bold;
	font-size: 85%;
	text-align: center;
}

#smartSearchMap th.majorFeature {
    /* structure design */
    background-color: #cccccc;
    /* text design */
    font-weight: bold;
	font-size: 80%;
}

#smartSearchMap td {
    /* structure design */
	padding: 6px 2px;
    border: 1px solid #cccccc;
    /* text design */
	color: #333333;
    font-size: 80%;
	text-align: center;
}

#smartSearchMap td.langSupport {
	/* structure design */
	padding: 6px 10px;
    /* text design */
	text-align: left;
}