@charset "utf-8";


	/* css reset
	------------------------------------------------*/
	body, div, p,
	h1, h2, h3, h4, h5, h6,
	dl, dt, dd, ul, ol, li,
	caption,
	form, fieldset, input, textarea, select,
	pre, address, blockquote,
	embed, object{
	margin: 0px;
	padding: 0px;
	background-position: 0 0;
}

	/* font family
	------------------------------------------------*/
	body,form textarea{
		font-family:Arial, Helvetica;
	}

	
	/* body
	------------------------------------------------*/
	body{
		color:#333333;
		background:#C8C6C3;
		font-size:62.5%;
	}
	
	/* font size
	------------------------------------------------*/
	/*universal class > font size > ftMedium*/
	h1, h2, h3, h4, h5, h6,
	p, dt, dd, li,
	caption,
	fieldset,
	pre, address, blockquote{font-size:1.0em; line-height:1.6em;}

	/*universal class > font size > ftMedium*/
	ul li ul li{font-size:1.0em;}
	table td table td{font-size:1.0em;}
	dl dd ul li{font-size:1.0em;}
	dl dd p{font-size:1.0em;}
	
	/* tags base setting
	------------------------------------------------*/
		
		/*h*/
		h1, h2, h3,h4, h5, h6{font-weight:bold;}
		
		/*p*/
		p{font-weight:normal;}

		/*em || strong*/
		em, strong{font-style:normal;font-weight:bold;}
		
		/*ul || ol*/
		ul, ol{line-height:0px;}
		ul    {list-style:none;}
		li 		{display:list-item;}
		li img{vertical-align:bottom;}
		
		/*dl*/
		dl{line-height:0px;}
		dt img, dd img{vertical-align:bottom;}
		
		/*table*/
		table{
			border-collapse:separate;
			border-spacing:0;
			empty-cells:show;
		}
		
		/*img*/
		img{border:0px;}
		
		/*form*/
		form {font-weight:normal;}
		input{}
		input, select{}
		textarea     {}
		
	/* float clear
	------------------------------------------------*/
	br.clearFloat,
	img.clearFloat {clear:both;height:0px;}
	div.clearFloat {clear:both;font-size:0px;line-height:0px;height:0px;width:0px;}
	
	.clearfix {zoom:1;}
	.clearfix:after {
	  content: ""; 
	  display: block; 
	  clear: both;
	}
	
	
	
/* -- reset -------------------------------------- */ 

*{
    margin: 0;
    padding: 0;
}

/* -- grade select ------------------------------- */

#gradeWrapper p {
    font-weight: bold;
    margin-left: 10px;
}

#gradeWrapper {
    width: 200px;
    margin-top: 10px;
	
}

button {
    height : 40px;
    width : 70px;
    background-color: #eee;
    border: solid 1px #ddd;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.25)),to(rgba(0,0,0,0.25)));
    font-weight: bold;
    font-size: 0.8rem;
    margin: 10px;
}

#config {
    -webkit-animation-name: 'anime';
    -webkit-animation-duration: 0.8s;
    -webkit-animation-iteration-count: 1;
}

@-webkit-keyframes anime {
    0% {opacity:0;}
    100% {opacity:1;}
}

img.drawTarget
{
    position: absolute;
}

#loadingIndicator {
    z-index: 100;
    position: absolute;
    opacity: 0.7;
}

.loadingTargetHide
{
    display: none;
}

#exteriorStage{
    background-color: #f4f4f4;
}

#interiorStage {
    background-color: #f4f4f4;
    display: none;
	overflow: hidden;
	position:relative;
}


#stageWrapper
{
/*	margin:0px 20px;	*/
	position:relative;
	overflow: hidden;
}

/* ============ fps ========== */
#func-point {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10030;
}

#fp-positions span {
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
	background: url(../assets/image/fp_icon.png) no-repeat;
	cursor:pointer;
}

#fp-descriptions {
    position: absolute;
    top : 0px;
    left: 0px;
}

#fp-descriptions div.description{
    position: absolute;
    width: 400px;
    background-color: #fff;
	box-shadow:5px 5px rgba(0,0,0,0.1);
}

#fp-descriptions .fp-closeBtn {
	float:right;
	width:30px;
	height:30px;
	cursor:pointer;
	background:url(../assets/image/fp_close_btn.png) no-repeat;
}

#fp-descriptions .fp-thumb {
    margin-top: 30px;
	height:235px;
	position:relative;
}

#fp-descriptions .fp-thumb img {
	position:absolute;
}


#fp-descriptions .fp-label {
    font-size: 1.2em;
    line-height: 1.6em;
	font-weight:bold;
    margin:15px 20px 0;
}

#fp-descriptions .fp-description {
    margin:0 20px 18px;
}



/* ============ select menu ========== */

#selectMenu
{
    z-index: 100;
}

dt,dd
{
    display: block;
    list-style-type:none;
    height: 27px;
    background-color: #eee;
}

dd p.itemLabel {
	margin:5px 5px 0px;
	white-space: normal;
	line-height: 1.2em;
}

dd p.itemDescription {
	margin:2px 5px;
	white-space: normal;
	line-height: 1.2em;
	color:#999999;
}



#selectMenu dd {
    height: 100px;
    width: 100px;
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	background-color:#FFF;
	position:relative;
}

#selectMenu dd div.itemIcon{
    height: 92px;
    width: 92px;
	padding:1px;
	background-color:#FFF;
	border:solid 3px #FFF;
}

#selectMenu dd.selected div.itemIcon,
#selectMenu dd:hover.selected div.itemIcon{
	border:solid 3px #D62C2C;
}

#selectMenu dd:hover div.itemIcon{
	border:solid 3px #C4C5C7;
}

#selectMenu dd div.itemIcon div.infoIcon{
	width:100%;
	height:100%;
}

#selectMenu #EXT_OPTION_ACCESSORY dd:hover div.itemIcon div.infoIcon{
	background:url(../assets/image/thumb_icon_add.png) no-repeat right bottom;
}

#selectMenu #EXT_OPTION_ACCESSORY dd.selected.checkType:hover div.itemIcon div.infoIcon,
#selectMenu #EXT_OPTION_ACCESSORY dd.selected.mixType:hover div.itemIcon div.infoIcon{
	background:url(../assets/image/thumb_icon_remove.png) no-repeat right bottom;
}

#selectMenu dd.noConfig div.itemIcon,
#selectMenu dd.noConfig:hover div.itemIcon{
	border:solid 3px #FFF;
}

#selectMenu dd.noConfig div.itemIcon div.infoIcon,
#selectMenu dd.noConfig:hover div.itemIcon div.infoIcon{
	background:url(../assets/image/thumb_icon_noconfig.png) no-repeat right bottom !important;
}

#selectMenu dd.selected.radioType:hover div.itemIcon div.infoIcon{
	background:none;
}

#selectMenu .slideAreaWrap{
	white-space: nowrap;
	position: relative;
	height:160px;
}

#selectMenu #EXT_BODY_COLOR .slideAreaWrap{
	height:144px;
}

#selectMenu .slideAreaWrap dl{
	display: inline-block;
	vertical-align: top;
}

#selectMenu .slideNavi{
	text-align: center;
	position:relative;
	height:20px;
}

#selectMenu .slideNavi .slideL{
	display: inline-block;
	width:20px;
	height:20px;
	background:url(../assets/image/slide_nav_left.gif) no-repeat;
	cursor:pointer;
}

#selectMenu .slideNavi .slideR{
	display: inline-block;
	width:20px;
	height:20px;
	background:url(../assets/image/slide_nav_right.gif) no-repeat;
	cursor:pointer;
}

#selectMenu .slideNavi ul.pageIndicator{
	position:relative;
	display: inline-block;
	margin: 6px 8px;
	vertical-align: top;
}

#selectMenu .slideNavi ul.pageIndicator li{
	width:8px;
	height:8px;
	margin:0px 6px;
	text-indent: -9999px;
	background:url(../assets/image/slide_nav_indicator.png) no-repeat;
	display:inline-block;
	*display:inline;
	*zoom:1;
	overflow:hidden;
}

#selectMenu .slideNavi ul.pageIndicator li.on{
	background-position:0px -8px;
}


.subMenu>div {
	height: 15px;
	width: 15px;
	float: left;
	margin:0px 5px 5px 0px;
}


#selectMenu .selectNotice {
    border-color: red;
}

#selectMenu dd img
{
    height: 28px;
    padding-right: 5px;
    margin-left: 5px;
    vertical-align: middle;
}

#selectMenu .menuList-SMR .slideAreaWrap{
	white-space:normal;
	height:173px;
	overflow:auto;
}

#selectMenu .summaryBlockLeft,
#selectMenu .summaryBlockRight{
	vertical-align:top;
}

#selectMenu .summaryBlockLeft dt{
	margin-top:5px;
	padding:2px 5px 0px 5px;
	background-color:#ECECEC;
	height:auto;
	font-weight:bold;
}

#selectMenu .summaryBlockLeft dd{
	padding:2px 5px 0px 5px;
	background-color:#FFFFFF;
	height:auto;
	float: none;
}

#selectMenu .summaryBlockRight dt{
	margin-top:5px;
	padding:2px 5px 0px 5px;
	background-color:#ECECEC;
	height:auto;
	font-weight:bold;
}

#selectMenu .summaryBlockRight dd{
	padding:2px 5px 0px 5px;
	background-color:#FFFFFF;
	height:auto;
	float: none;
	border-top: 1px solid #ECECEC;
}

#selectMenu .summaryBlockRight dd:after {
	content: ""; 
	display: block; 
	clear: both;
}

#selectMenu .summaryBlockRight dd span.itemLabel {
	display:block;
	width:70%;
	float:left;
	margin: 0px;
}

#selectMenu .summaryBlockRight dd span.itemDescription {
	display:block;
	width:30%;
	float:right;
	color:#999999;
	margin: 0px;
	text-align: right;
}

#exteriorItems .selectMenuWrapper{
	width: 835px;
	height: 205px;
/*	margin: 0 20px; */
	margin: -100px 20px 0;
	overflow: hidden;
/*	background-color: #fff; */
	padding-top: 100px;
}

#exteriorItems .selectMenuWrapper>div{
	height:173px;
	position:relative;
	padding:16px 16px;
	background-color: #fff;
}

#exteriorItems .selectMenuWrapper .itemIcon{
	cursor:pointer;
}

#exteriorItems .selectMenuWrapper #EXT_BODY_COLOR .itemIcon{
	background-size: 60px 60px !important;
}

#exteriorItems .selectMenuWrapper dd.noConfig .itemIcon{
	cursor:default;
}

.subMenu{
	width:86px;
	height:78px;
	background:url(../assets/image/subcolor_base.png) no-repeat;
	padding-top:8px;
	padding-left:8px;
	position: absolute;
    top: -77px;
    left: 5px;
}

.subMenu div.itemIcon{
	height: 13px !important;
    width: 13px !important;
	padding:0px !important;
	border:solid 1px #C6C6C6 !important;
}

.subMenu div.selected div.itemIcon{
	border-color:#003145 !important;
}

.noSimulationTooltip{
	width:103px;
	height:38px;
	background:url(../assets/image/nosimulation_base.png) no-repeat;
	position: absolute;
	top: -28px;
	left: 0px;
}


#BC dd{
	height: 70px;
	width: 70px;
	margin-right: 2px;
}

#BC dd div.itemIcon{
    height: 60px;
    width: 60px;
}

#GRD dd .itemLabel,
#GRD dd .itemDescription,
#BC dd .itemLabel,
#BC dd .itemDescription,
.subMenu .itemLabel,
.subMenu .itemDescription{
	display:none;
}

#modeSelect{
	position:absolute;
	left:20px;
	z-index:10010;
}
#modeSelect>span {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	cursor:pointer;
}

#modeSelect #EXTERIOR.selected,
#modeSelect #INTERIOR.selected{
	display:none;
}

.subMenuBtn {
	width: 70px;
	height: 30px;
	text-align: center;
	background-color: #000;
	font-weight: bold;
	color: #fff;
	margin: 10px;
	display:none;

}


#indicator{
	position:absolute;
	width:100%;
	height:14px;
	z-index:10000;
	text-align:center;
}

#indicator ul{
	position:relative;
}

#indicator ul li{
	width:10px;
	height:14px;
	text-indent: -9999px;
	background:url(../assets/image/indicator.png) no-repeat;
	display:inline-block;
	*display:inline;
	*zoom:1;
	overflow:hidden;
}

#indicator ul li.loaded{
	background-position:0px -14px;
}

#indicator ul li.loaded.on{
	background-position:0px -28px;
}

#gradeName{
	position:absolute;
	right:10px;
	height:40px;
	z-index:10000;
}

#gradeName p{
	color:#FFFFFF;
	font-size:1.0em;
	line-height:1.2em;
}

#exteriorItems{
	position:relative;
/*	height:190px;*/
	margin-top: -15px;
	z-index:10020;
}

#exteriorItems ul.menuTab{
	position:relative;
	height:85px;
	margin: 0 15px;
}

#exteriorItems ul.menuTab li{
	height:85px;
	margin: 0 5px;
	text-indent: -9999px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	overflow:hidden;
}

#exteriorItems ul.menuTab li a{
	height:70px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}


/**
 * Indicator
 */
#floatingBarsG{
position:relative;
width:40px;
height:50px;
top: 10px;
z-index:1000;
margin: 0 auto;
}

.blockG{
position:absolute;
background-color:#FFFFFF;
width:6px;
height:16px;
-moz-border-radius:6px 6px 0 0;
-webkit-border-radius:6px 6px 0 0;
-webkit-transform:scale(0.4);
-webkit-animation-name:fadeG;
-webkit-animation-duration:0.88s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-moz-transform:scale(0.4);
-moz-animation-name:fadeG;
-moz-animation-duration:0.88s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
border-radius:6px 6px 0 0;
-o-transform:scale(0.4);
-o-animation-name:fadeG;
-o-animation-duration:0.88s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-ms-transform:scale(0.4);
-ms-animation-name:fadeG;
-ms-animation-duration:0.88s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
}

#rotateG_01{
left:0;
top:18px;
-webkit-animation-delay:0.33s;
-webkit-transform:rotate(-90deg);
-moz-animation-delay:0.33s;
-moz-transform:rotate(-90deg);
-o-animation-delay:0.33s;
-o-transform:rotate(-90deg);
-ms-animation-delay:0.33s;
-ms-transform:rotate(-90deg);
}

#rotateG_02{
left:5px;
top:6px;
-webkit-animation-delay:0.44s;
-webkit-transform:rotate(-45deg);
-moz-animation-delay:0.44s;
-moz-transform:rotate(-45deg);
-o-animation-delay:0.44s;
-o-transform:rotate(-45deg);
-ms-animation-delay:0.44s;
-ms-transform:rotate(-45deg);
}

#rotateG_03{
left:17px;
top:2px;
-webkit-animation-delay:0.55s;
-webkit-transform:rotate(0deg);
-moz-animation-delay:0.55s;
-moz-transform:rotate(0deg);
-o-animation-delay:0.55s;
-o-transform:rotate(0deg);
-ms-animation-delay:0.55s;
-ms-transform:rotate(0deg);
}

#rotateG_04{
right:5px;
top:6px;
-webkit-animation-delay:0.66s;
-webkit-transform:rotate(45deg);
-moz-animation-delay:0.66s;
-moz-transform:rotate(45deg);
-o-animation-delay:0.66s;
-o-transform:rotate(45deg);
-ms-animation-delay:0.66s;
-ms-transform:rotate(45deg);
}

#rotateG_05{
right:0;
top:18px;
-webkit-animation-delay:0.77s;
-webkit-transform:rotate(90deg);
-moz-animation-delay:0.77s;
-moz-transform:rotate(90deg);
-o-animation-delay:0.77s;
-o-transform:rotate(90deg);
-ms-animation-delay:0.77s;
-ms-transform:rotate(90deg);
}

#rotateG_06{
right:5px;
bottom:5px;
-webkit-animation-delay:0.88s;
-webkit-transform:rotate(135deg);
-moz-animation-delay:0.88s;
-moz-transform:rotate(135deg);
-o-animation-delay:0.88s;
-o-transform:rotate(135deg);
-ms-animation-delay:0.88s;
-ms-transform:rotate(135deg);
}

#rotateG_07{
bottom:0;
left:17px;
-webkit-animation-delay:0.99s;
-webkit-transform:rotate(180deg);
-moz-animation-delay:0.99s;
-moz-transform:rotate(180deg);
-o-animation-delay:0.99s;
-o-transform:rotate(180deg);
-ms-animation-delay:0.99s;
-ms-transform:rotate(180deg);
}

#rotateG_08{
left:5px;
bottom:5px;
-webkit-animation-delay:1.1s;
-webkit-transform:rotate(-135deg);
-moz-animation-delay:1.1s;
-moz-transform:rotate(-135deg);
-o-animation-delay:1.1s;
-o-transform:rotate(-135deg);
-ms-animation-delay:1.1s;
-ms-transform:rotate(-135deg);
}

@-webkit-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-moz-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-o-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

@-ms-keyframes fadeG{
0%{
background-color:#000000}

100%{
background-color:#FFFFFF}

}

#header{
	height:40px;
	margin:10px 20px 0px;
	position:relative;
}

#header .closeBtn{
	position:absolute;
	right:0px;
	top:0px;
	width:25px;
	height:40px;
	background:url(../assets/image/close_btn.gif) no-repeat;
}

#header .closeBtn a{
	width:25px;
	height:40px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}


#featuresSwitch
{
	position:absolute;
	top:10px;
	right:10px;
	z-index:10000;
}

#featuresSwitch .fpSwitchBtn{
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	cursor:pointer;
}

#INT_BOX_WRAP1 {
    position: absolute;
    width: 1280px;
    height: 1280px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
}

#INT_BOX_WRAP2 {
    width: 1280px;
    height: 1280px;
    -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}

#INT_BOX {
    width: 1280px;
    height: 1280px;
    -webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}

#INT_BOX div {
    position: absolute;
    width: 1280px;
    height: 1280px;
	background-size:contain !important;
    -webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
}

#INT_BOX #INT_BOX_Z1 {
	-webkit-transform: translateZ(-639px);
	-moz-transform: translateZ(-639px);
}
#INT_BOX #INT_BOX_Z2 {
    -webkit-transform: translateZ(639px) rotateY(180deg);
	-moz-transform: translateZ(639px) rotateY(180deg);	
}
#INT_BOX #INT_BOX_X2 {
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
    left: 639px;
}
#INT_BOX #INT_BOX_X1 {
	-webkit-transform: rotateY(90deg);
	-moz-transform: rotateY(90deg);
    left: -639px;
}
#INT_BOX #INT_BOX_Y1 {
	-webkit-transform: rotateX(-90deg) rotateZ(180deg);
	-moz-transform: rotateX(-90deg) rotateZ(180deg);
    top: -639px;
}
#INT_BOX #INT_BOX_Y2 {
    -webkit-transform: rotateX(90deg);
	-moz-transform: rotateX(90deg);
    top: 639px;
}

#INT_BOX div img {
	position:absolute;
	top: 0px;
	left: 0px;
}
