/*--Viewer.css--*/

:active {
    outline: none;
}

body {
    background-image: url('/media/image/Viewer/viewer.png');
    text-align: center;
    overflow: auto;
    margin: 8px 0px;
    font-family: " メイリオ", Meiryo, Osaka, " ヒラギノ角ゴ ProW3", "Hiragino Kaku Gothic Pro", " ＭＳ Ｐゴシック", "MSPGothic", sans-serif;
}

img#bigImage, img#smallImage {
	width: auto;
	height: 100%;
	
}

#globalContainer {
    width: 1264px;
    margin: 0 auto;
    text-align: left;
    height: 800px;
}


/*--------------------- helper START---------------------*/

div#helperGroup {
    width: 0px;
    height: 0px;
}

div.helperLayer {
    overflow: hidden;
    position: relative;
    text-align: center;
    z-index: 9999;
    box-shadow: 0px 5px 40px 3px #444;
    background-color: rgba(255, 255, 255, 0.7);
}

div#helperLayer_1 {
    top: 330px;
    left: 500px;
    width: 250px;
    height: 265px;
}

div#helperLayer_2 {
    top: 222px;
    left: 830px;
    width: 220px;
    height: 310px;
}

div.helperContainer {
    border-left: 2px solid #ddd;
    border-right: 2px solid #ddd;
    padding-top: 3px;
    padding-bottom: 20px;
    overflow: hidden;
    position: relative;
    text-align: left;
    margin: 0 auto;
    width: 90%;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

div#helperContainer_1 {
    height: 15%;
}

div#helperContainer_2 {
    height: 19%;
}

img#modelImg {
    margin: 20px;
    width: 67%;
    height: 45%;
}

img#fabricImg {
    width: 63%;
    height: 46%;
    margin: 20px;
}

div.helperBottom {
    font: 8pt Dotum;
    padding: 5px 5px 0 0;
    background: #fff;
    text-align: right;
    vertical-align: middle;
    border: 1px solid #ddd;
    margin: 0 auto;
    margin-top: 8px;
    width: 90%;
    height: 20px;
}

div#helperBottom_1 {}

div#helperBottom_2 {}

div.helperClose {
    float: right;
    cursor: pointer;
    font: 11px Dotum;
}

div.helperMarquee {
    margin-left: 10px;
    margin-top: 3px;
    font-size: 13px;
    width: 77%;
    display: inline-block;
}


/*--------------------- helper END---------------------*/

#title .title {
    background-color: #4E4A46;
    height: 50px;
    padding: 7px 0px 0px 15px;
}

#title .title_name {
    float: left;
    cursor: default;
    height: 30px;
    font-size: 30px;
    color: white;
    font-weight: bold;
    width: 0px;
}

#title .title_image {
    float: left;
    cursor: default;
    height: 30px;
    width: 700px;
}

#title .title_name .title_name_item {}

#title .login_form {
    padding-top: 15px;
    margin-left: 20px;
    float: right;
    height: 35px;
    width: 290px;
}

#title .logged {
    color: white;
    padding-top: 20px;
    float: right;
    height: 20px;
    width: 320px;
    font-size: 13px;
}

#title .move:hover {
    cursor: pointer;
}

#title .login_data {
    background-color: white;
    color: #4E4A46;
}

#title #help_btn {
    float: right;
    background-image: url('/media/image/Viewer/help.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 100%;
}

#title #help_btn:hover {
    opacity: 0.8;
}

#title .title_name.selected {
    color: red;
}

#title .category {
    background-color: #B05B5B;
    height: 25px;
    padding: 5px 5px 0px 5px;
}

#title .categoryBtn {
    cursor: default;
    float: left;
    height: 25px;
    font-size: 15px;
    color: white;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

#title .categoryBtn.selected {
    color: black;
}

#title .categoryBtn:hover {
    background-color: #C1CDCD;
    height: 20px;
}

#midBlock {}

#midBlock .midBlockDiv {
    float: left;
}


/*
#mainImageOuter{
	float: left;
	background-color:white;
	width:603px;
	height:702px;
	border:1px solid black;
}
*/

#mainImage {
    float: left;
    background-color: white;
    width: 737px;
    height: 755px;
    border: 1px solid black;
		text-align: center;
}

#midBlock .midBlockDiv.selector {
    margin-left: 5px;
    width: 520px;
    height: 710px;
}

#selector .uppperSelector {
    background-color: white;
    height: 187px;
    border: 1px solid black;
}

#selector .upperSelectorDiv {
    border: 1px solid black;
    float: left;
}

#upperSelectorDivLeft {
    border: 1px solid black;
    float: left;
    width: 150px;
    height: 157px;
    margin: 20px 5px 5px 5px;
		text-align: center;
}

#selector .upperSelectorDiv.right {
    border: 1px solid white;
    width: 340px;
    height: 168px;
    margin: 5px 5px 5px 3px;
}

#layers {
    height: 23px;
    overflow-x: auto;
    overflow-y: hidden;
}

#selector .layers {
    width: 140px;
    cursor: default;
    margin-right: 2px;
    border: 1px solid #4E4A46;
    line-height: 21px;
    height: 21px;
    float: left;
    background-color: #AAA498;
    padding: 0px 5px;
    font-size: 12px;
    z-index: 1200;
    text-align: center;
    color: black;
}

#layers .nextPage {
    line-height: 23px;
    float: left;
    width: 18px;
    height: 21px;
    text-align: center;
    color: grey;
    border: 1px solid #4E4A46;
    background-color: #AAA498;
    font-weight: bold;
}

#layers .frontPage {
    line-height: 23px;
    float: left;
    width: 18px;
    height: 21px;
    text-align: center;
    color: grey;
    border: 1px solid #4E4A46;
    background-color: #AAA498;
    font-weight: bold;
    margin-right: 2px;
}

#selector .layers.selected {
    color: white;
    background-color: #4E4A46;
}

#selector .gridsGroups {
    width: 340;
    height: 146px;
    border-top: 3px solid #4E4A46;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    overflow-x: hidden;
    overflow-y: hidden;
}

#selector .gridsGroups .innerGridsGroups {
    float: left;
    height: 146px;
    width: 265px;
}

#selector .gridsGroups .targetPages {
    float: right;
    height: 146px;
    width: 55px;
}

#selector .gridsGroups .wrapTop {
    width: 65px;
    height: 18px;
    line-height: 18px;
    margin-top: 90px;
    color: grey;
}

#selector .gridsGroups .wrapBottom {
    width: 65px;
    height: 18px;
    line-height: 18px;
    margin-top: 5px;
    color: grey;
}

#selector .gridsGroups .wrapTop .changePage {
    float: left;
}

#selector .gridsGroups .wrapTop .changePage.currentPage {
    font-size: 11.5px;
    font-weight: bold;
}

#selector .gridsGroups .wrapTop .changePage.maxPage {
    font-size: 12px;
    margin-left: 2px;
}

#selector .gridsGroups .wrapBottom .changePage {
    float: left;
}

#selector .gridsGroups .wrap .changePage.frontPageBtn {}

#selector .gridsGroups .wrap .changePage.nextPageBtn {}

#selector .underSelector {
    height: 500px;
    margin-top: 5px;
}

#selector .underSelectorDivTop {
    height: 24px;
}

#selector .unSelDiv.threeBtn {
    height: 23px;
    float: left;
    /*background-image:url('/media/image/Viewer/viewer.png');*/
}

.qq-uploader {}

.qq-upload-button {
    background-image: url('/media/image/Viewer/upload.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-left: 20px;
    top: -5px;
}

.qq-upload-list {
    display: none;
}

#selector .unSelDiv.help {
    /*background-image: url('/media/image/Viewer/upload.png');*/
    background-repeat: no-repeat;
    background-position: center center;
    width: 50px;
    height: 100%;
    float: right;
}

#selector .unSelDiv.help:hover {
    opacity: 0.5;
}

#mainSelector {
    position: relative;
    border-top: 3px solid #4E4A46;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    height: 535px;
    z-index: 1200;
    overflow: hidden;
    background-color: white;
}

#warePic {
    background-color: #f7eda4;
}

#theSelectorMenu .selectorMenu {
    padding: 0px 5px;
    line-height: 23px;
    cursor: default;
    border-top: 1px solid #525252;
    border-left: 1px solid #525252;
    border-right: 1px solid #525252;
    width: 104px;
    height: 23px;
    float: left;
    font-size: 13px;
    z-index: 1000;
    text-align: center;
}

#theSelectorMenu .selectorMenu.selected {
    background-color: #4E4A46;
    color: white;
}

#footer {}

#mainSelector .choiceSelectorBar {
    background-color: #E6E6E6;
    z-index: 1200;
    overflow: hidden;
}

#mainSelector .theSelectorBottom {
    background-color: white;
    overflow-y: hidden;
    height: 425px;
}

#mainSelector .selectorPages {
    height: 30px;
    margin-top: 34px;
}

#mainSelector .selectorPages .wrap {
    width: 100px;
    height: 18px;
    float: right;
    line-height: 18px;
    margin-top: 5px;
    color: grey;
}

#mainSelector .selectorPages .wrap .changePage {
    float: left;
}

#mainSelector .selectorPages .wrap .changePage.currentPage {
    font-size: 11.5px;
    font-weight: bold;
}

#mainSelector .selectorPages .wrap .changePage.maxPage {
    font-size: 12px;
    margin-left: 2px;
}

#mainSelector .selectorPages .wrap .changePage.frontPageBtn {
    margin-left: 5px;
}

#mainSelector .selectorPages .wrap .changePage.nextPageBtn {}

#mainSelector .choiceProductSelector {
    padding-left: 5px;
    cursor: default;
    float: left;
    height: 15px;
    font-size: 13px;
    color: black;
    height: 34px;
    line-height: 34px;
}

#mainSelector .choiceProductSelector.selected {
    /*font-weight:bold;*/
    color: black;
    text-decoration: underline;
    font-weight: bold;
}

#mainSelector .choiceProductSelector:hover {
    /*font-weight:bold;*/
    color: black;
}

#mainSelector .choiceFabricSelector {
    margin: 3px 0;
    padding: 0 10px;
    cursor: pointer;
    float: left;
    font-size: 13px;
    color: black;
    height: 20px;
    line-height: 20px;
}

#mainSelector .finalFabricSuperCategory .choiceFabricSelector.selected {
    color: white;
    background-color: #44487B;
}

#mainSelector .finalFabricCategory .choiceFabricSelector.selected {
    color: white;
    background-color: #8B8585;
}

#mainSelector .choiceFabricSelector:hover {
    /*font-weight:bold;*/
}

#imageViewer_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 1300;
    overflow-y: hidden;
}

#imageViewer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1301;
    cursor: default;
}

#imageInnerViewer {
    width: 92%;
    height: 92%;
    margin: 2.5% auto 0px;
    cursor: default;
}

#imageViewer .outer_box {
    width: 950px;
    height: 714px;
    background-color: white;
    overflow: hidden;
    margin: 70px auto 0px;
    margin-top: 70px;
}

#imageViewer .imageViewer_title {
    height: 27px;
    background: rgb(238, 238, 238);
    /* Old browsers */
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238, 238, 238, 1)), color-stop(100%, rgba(204, 204, 204, 1)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    /* Opera 11.10+ */
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
    /* IE6-9 */
    overflow: hidden;
}

#imageViewer .imageViewer_title_text {
    line-height: 27px;
    font-size: 13px;
    font-weight: bold;
    color: black;
    float: left;
    margin-left: 5px;
}

#imageViewer .closeBtn {
    background-image: url('/media/image/Viewer/closeBtn.png');
    margin: 5px;
    width: 19px;
    height: 17px;
    float: right;
    background-position: center center;
}

#imageViewer .closeBtn:hover {
    opacity: 0.5;
}

#imageViewer .content {
    text-align: left;
    height: 460px;
}

#imageViewer .pointer {
    height: 100%;
    width: 150px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
}

#imageViewer .pointer.left {
    background-image: url('/media/image/Viewer/btn_prev.png');
    float: left;
}

#imageViewer .pointer.left:hover {
    background-image: url('/media/image/Viewer/btn_prev_hover.png');
    float: left;
}

#imageViewer .pointer.right {
    background-image: url('/media/image/Viewer/btn_next.png');
    float: right;
}

#imageViewer .pointer.right:hover {
    background-image: url('/media/image/Viewer/btn_next_hover.png');
    float: right;
}

#imageViewer .contentImageBox {
    border: 2px solid #C1CDCD;
    width: 431px;
    height: 441px;
    float: left;
    margin-left: 100px;
    margin-top: 7px;
}

#imageViewer .imageLabel {
    text-align: right;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    padding-right: 10px;
}

#imageViewer .contentImage {
    border: 2px solid #C1CDCD;
    margin-top: 10px;
    margin-left: 10px;
    width: 407px;
    height: 407px;
    text-align: center;
}

#imageViewer .information {}

#imageViewer .informationTitle {
    height: 27px;
    background-color: #4F4A46;
    color: white;
    overflow: hidden;
}

#imageViewer .informationTitle_name {
    color: white;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    float: left;
    margin-left: 40px;
    line-height: 27px;
}

#imageViewer .informationContent {
    height: 200px;
}

#imageViewer .infoCon {
    float: left;
    margin: 10px 0 0 30px;
}

#imageViewer .infoCon.bleft {}

#imageViewer .infoCon.bmid {}

#imageViewer .infoCon.bright {}

#imageViewer .infoConTitle {
    height: 20px;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    margin-left: 15px;
}

#imageViewer .infoConBoxLeft {
    width: 100%;
    height: 20px;
    font-size: 10px;
    font-weight: bold;
    padding-top: 5px;
}

#imageViewer .infoConTable {
    width: 296px;
    height: 146px;
    border: 2px solid grey;
}

#imageViewer .infoConMid {
    width: 255px;
    height: 140px;
    border: 2px solid grey;
    padding-top: 6px;
}

#imageViewer .infoConMid .tagDiv {
    width: 48px;
    margin: 5px;
    display: inline-block;
}

#imageViewer .infoConMid .tagImage {
    /*width:40px;
	height:40px;*/
    display: block;
    margin: auto;
}

#imageViewer .infoConMid .tagName {
    font-size: 12px;
    line-height: 15px;
    height: 15px;
    text-align: center;
    overflow: hidden;
}

#imageViewer .infoConRight {
    width: 257px;
    height: 136px;
    border: 2px solid grey;
    padding: 5px;
    font-size: 12px;
    text-align: left;
    color: black;
    background-color: rgba(255, 255, 255, 0.3);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF,endColorstr=#4CFFFFFF)";
    /* IE8 */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4CFFFFFF, endColorstr=#4CFFFFFF);
    /* IE6 & 7 */
}

.fabricItem_outer {
    width: 98px;
    height: 118px;
    border: 1px solid black;
    margin: 10px 0px 0px 10px;
    float: left;
}

.fabricItem_text {
    width: 98px;
    height: 20px;
    border: 1px solid black;
}

.eraser {
    background-image: url('/media/image/Viewer/closeBtn.png');
    background-repeat: no-repeat;
    background-position: right;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 19px;
    height: 17px;
    /*z-index: 50;*/
}

.eraser:hover {
    cursor: pointer;
}

.fabricItem {
    position: relative;
    width: 117px;
    height: 135px;
    float: left;
    margin: 6px 0px 0px 10px;
}

.fabricItem_image {
    border: 1px solid black;
    width: 115px;
    height: 115px;
    background-position: center;
    position: relative;
}

.fabricItem_image ul{
    margin:0;
    padding:0;
    width:100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

.fabricItem_image ul li{
    display:block;
    width:33.3333%;
    height:20px;
    float:left;
    background-color: rgba(0,0,0,.7);
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
}

.fabricItem_image ul li:hover{
    background-color: rgba(0,0,0,1);
}

.productTarget.available .fabricItem_image {
    border: 1px solid cyan;
}

.fabricItem_image .viewerBtn {
    width: 30px;
    height: 30px;
    background-position: center;
    background-color: white;
    background-image: url(/media/image/Viewer/viewerbtn.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
    cursor: pointer;
}

.fabricItem_name {
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
}

.fabricItem_size {
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
}

#theSelectorBottom .fabricItem.null {
    border: 1px solid transparent;
    background: none;
}

.fabricItem.clone {
    margin: 0px;
    float: none;
    position: absolute;
    cursor: move;
    z-index: 1500;
}

.productItem {
    position: relative;
    width: 117px;
    height: 135px;
    margin: 6px 0px 0px 10px;
    float: left;
}

.productItem_name {
    height: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
}

#theSelectorBottom .productItem.null {
    border: 1px solid transparent;
    background: none;
}

.productItem.clone {
    margin: 0px;
    float: none;
    position: absolute;
    cursor: move;
    z-index: 1500;
}

#selector .productTarget {
    width: 117px;
    margin: 7px 0px 0px 10px;
    float: left;
}

#selector .productTarget.active {
    background-color: pink;
}

#selector .productTarget.available {}

.infoConTable table {
    margin-left: 10px;
    width: 270px;
    table-layout: fixed;
    border-spacing: 8px;
    line-height: 15px;
}

.infoConTable td {
    padding: 0px;
    font-size: 11px;
    text-align: left;
}

.infoConTable td.index {
    width: 85px;
    font-weight: bold;
    border-right: 1px solid;
}

.infoConTable td.contents {
    width: 175px;
    color: #4F4A46;
    font-weight: bold;
    padding-left: 5px;
}

#loading_mask {
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/media/image/Viewer/simulation_loading.gif);
}

#helpViewer_mask_wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1300;
}

#helpViewer_mask {
    width: 1195px;
    height: 700px;
    margin: 95px auto;
    background-color: white;
    border: 1px solid black;
}

#helpViewer_background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1301;
}

#helpViewer {
    position: relative;
    width: 1197px;
    height: 702px;
    margin: 95px auto;
}

#helpViewer .helpImg {
    margin-top: 69px;
    width: 1050px;
    height: 562px;
    display: none;
}

#helpViewer .arrowBtn {
    position: absolute;
    top: 250px;
    height: 195px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center center;
}

#helpViewer .arrowBtn.left {
    left: 15px;
    background-image: url('/media/image/Viewer/arrow_left_disabled.png');
}

#helpViewer .arrowBtn.left.enabled {
    background-image: url('/media/image/Viewer/arrow_left_enabled.png');
    cursor: pointer;
}

#helpViewer .arrowBtn.right {
    right: 15px;
    background-image: url('/media/image/Viewer/arrow_right_disabled.png');
}

#helpViewer .arrowBtn.right.enabled {
    background-image: url('/media/image/Viewer/arrow_right_enabled.png');
    cursor: pointer;
}

.finalFabricSuperCategory {
    background-color: #B9C0C4;
    display: inline-block;
}

.finalFabricSuperCategory:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.finalFabricSuperCategory {
    display: block;
}

.finalFabricCategory {
    display: inline-block;
}

.finalFabricCategory:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.finalFabricCategory {
    display: block;
}