﻿@charset "utf-8";
/* CSS Document */

body {
    margin:0;
    font-size: 0.75em;
    line-height: 1.2em;
    /* background-color: #eef3fa; */
    color: #333;
		font-family:'Moolboran', sans-serif;
}

/*
@font-face {font-family:"Nanum";
    src:url("/media/image/font/nanum.eot");
    src:local("☺"), url("/media/image/font/nanum.woff")  format("woff"),
    url("/media/image/font/nanum.ttf") format("truetype");
}
*/
@font-face {font-family:"CursiveElegant";
    src:url("/media/image/font/CursiveElegant.eot");
    src:local("☺"), url("/media/image/font/CursiveElegant.woff")  format("woff"),
    url("/media/image/font/CursiveElegant.ttf") format("truetype");
}

.fix:after {
	clear:both;
	content:'';
	display:block;
}

#wrap {
    width:1170px;
    text-align:left;
    margin:0;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    background-color: white;
    height:835px;
}

#header {
    width:1105px;
    height:70px;
		margin:0 auto;
		border-bottom:1px solid #040821;
}

#header .companyLogo {
    cursor: pointer;
    width: 320px;
		
    height: 100%;
    float: left;
}

nav {
    /* background-image: url("/media/image/main/header2.PNG"); */
    background-repeat: round;
}

nav#header_menu {
    width:785px;
    height:70px;
    line-height: 83px;
    float:right;
}

nav#header_menu ul {
    list-style:none;
    font-family:nanum;
    font-size: 9px;
    font-weight:bold;
    /*color: white;*/
		color: #8c8c8c;
    margin-right:4px;
}

nav#header_menu ul li {
    font-size: 14px;
    margin:0 10px;
    float:right;
}

#orderPage {
    cursor: pointer;
}

#login .loginBox{
    position: absolute;
    margin-top: 0px;
    margin-left: -116px;
    background-color: white;
    width: 255px;
    height: 70px;
    z-index: 3000;
    border: 1px solid black;
}

#login .loginBox .login_data {
    margin-top: 10px;
    margin-left: 10px;
}

#login .loginBox .login_btn_wrap {
    float: left;
    margin-top: -8px;
    margin-left: 7px;
}

#login .loginBox .login_btn {
    width: 70px;
}

#login .loginBox .login_cancel {
    float: left;
    margin-top: -8px;
    margin-left: 7px;
    font-size: 13px;
    color: grey;
}

#contents {
    width:100%;
    height:755px;
    background-color: white;
}

#contents .contentLeft {
    margin: 25px 0px 0px 25px;
    width:650px;
    height:716px;
    /* background-color: #f5f5f5; */
    float:left;
    border-radius:10px;
    /* box-shadow: 0px 0px 20px 0px black; */
}

#contents .contentLeft .mainImageWrap{
    position: relative;
    width:630px;
    height:696px;
    margin: 10px;
}

#contents .contentLeft .mainImageWrap .layer {
    position: absolute;
    top: 0;
    left: 0;
}

#contents .contentLeft .mainImageWrap .sim {
    position: absolute;
    top: 0;
    left: 0;
}

#contents .contentLeft .mainImage{
    width: 100%;
    height: 100%;
}

#contents .contentRight {
    margin: 25px 25px 0px 0px;
    width:450px;
    height:725px;
    float:right;
}

#contents .contentRight .selectorBox {
    clear: both;
    width:100%;
    /*border:2px solid #C1CDCD;
    border-radius:20px;
    background-color: #f5f5f5;*/
}

#contents .contentRight .selectorBox.top {
    margin-top: 25px;
    height: 650px;
}

#contents .contentRight .selectorBox.top .menu {
    margin-top:-20px;
    height: 40px;
		margin:10px 20px;
		font-size:25px;
		font-family: 'Vollkorn SC', serif;
}



#contents .contentRight .selectorBox.top .menu  .menuCut {
	font-size:18px;
}

#contents .contentRight .selectorBox.top .menu > div {
	float:left;
	margin-right:20px;
}

#contents .contentRight .selectorBox.top .menu > div:last-child {
	margin-right:0;
}

#contents .contentRight .selectorBox.top .menu .pageTap {
	cursor:pointer;
	color:#A6A6A8;
}
#contents .contentRight .selectorBox.top .styleTap li {
	cursor:pointer;
}
/* Use (180509 IlWon) */
#contents .contentRight .selectorBox.top .menu .pageTap.TapSelected {
	color:#040821;
}

.styleTap {
	padding:0;
	margin-left:23px;
	margin-top:30px;
}

.styleTap > li {
	float:left;
	list-style:none;
	font-size:15px;
	font-family: 'Cuprum', sans-serif;
	letter-spacing:2px;
	width:79px;
	text-align:center;
	background:#A6A6A8;
	color:#fff;
	padding:10px;
	border:1px solid;
}

.styleTap > li:first-child {
	border-radius:5px 0 0 5px;
}

.styleTap > li:last-child {
	margin-right:0;
	border-radius:0 5px 5px 0;
}

.styleTap .styleSelected {
	color:#fff;
	background:#040821;
}

/* Not use (180509 IlWon)*/
#contents .contentRight .selectorBox.top .menu .pageTitle {
    margin-right: 10px;
    margin-left: 30px;
    height: 40px;
    width: 150px;
   /* background-color: #f5f5f5;
    border: 2px solid #C1CDCD;
    border-radius: 10px;*/
    float: left;
    font-family: impact;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
		letter-spacing: 2px;
}


#contents .contentRight .selectorBox.top .menu .selector {
    margin-top: 7px;
    margin-left: 9px;
    height: 23px;
    width: 110px;
    float: left;
}

#contents .contentRight .selectorBox.top .menu .selector.first {
    background-image: url('/media/image/main/selector1inactive.png');
}

#contents .contentRight .selectorBox.top .menu .selector.first.selected {
    background-image: url('/media/image/main/selector1active.png');
}

#contents .contentRight .selectorBox.top .menu .selector.second {
    background-image: url('/media/image/main/selector2inactive.png');
}

#contents .contentRight .selectorBox.top .menu .selector.second.selected {
    background-image: url('/media/image/main/selector2active.png');
}

#contents .contentRight .selectorBox.top .part {
    margin:10px 20px 10px 20px;
}

#contents .contentRight .selectorBox.top .part.collar{
    height: 225px;
    /* border-bottom: 1px dashed gray; */
}

#contents .contentRight .selectorBox.top .part.sleeve{
    height: 320px;
}

#contents .contentRight .selectorBox.top .part.body{
    height: 320px;
    /* border-bottom: 1px dashed gray; */
}

#contents .contentRight .selectorBox.top .part.body .front{
	margin-top: 3px;
	height: 120px;
}

#contents .contentRight .selectorBox.top .part.body .behind{
	height: 120px;
} 

#contents .contentRight .selectorBox.top .part.body .bodyOption{
	margin-top:10px;

}

#contents .contentRight .selectorBox.top .part.pocket{
    height: 225px;
}

#contents .contentRight .selectorBox.top .part.fabricTop{
	margin-top: 50px;
    height: 495px;
}

#contents .contentRight .selectorBox.top .part.fabricTop .searchBarWrap {
    margin: -14px -14px -5px -14px;
    width: 410px;
    height: 20px;
}

#contents .contentRight .selectorBox.top .part.fabricTop .searchBarWrap .searchBarLeft {
    margin-top: -16px;
    float: left;
    width: 275px;
}
#contents .contentRight .selectorBox.top .part.fabricTop .searchBarWrap .searchBarLeft .searchModeSelector {
    float: right;
		font-family: 'Vollkorn SC', serif;
}
#contents .contentRight .selectorBox.top .part.fabricTop .searchBarWrap .searchBarRight {
	margin-top: -14px;
    float:right;
	line-height: 20px;
	height: 20px;
		border-bottom:1px solid #A6A6A8;
}

#contents .contentRight .selectorBox.top .part.fabricTop .searchBarWrap .searchBarRight .search {
	float: left;
	width: 100px;
	height: 14px;
	border:0;
}

#contents .contentRight .selectorBox.top .part.fabricTop .searchBarWrap .searchBarRight .searchBarBorder{
	border-bottom:1px solid #A6A6A8;
}

#contents .contentRight .selectorBox.top .part.fabricTop .searchBarWrap .searchBarRight .searchImage {
	margin-top:1px;
	float: left;
	width: 20px;
	height: 20px;
}

#contents .contentRight .selectorBox.top .part.fabricTop .fabricsWrap {
	clear: both;
    width: 410px;
    height: 452px;
}

#contents .contentRight .selectorBox.top .part.fabricTop .fabricsWrap .fabrics {
	float: left;
	width: 302px;
	height: 428px;
}

#contents .contentRight .selectorBox.top .part.fabricTop .fabricsWrap .fabrics .contents {
    width: 302px;
    height: 453px;
    margin-top: 5px;
}

#contents .contentRight .selectorBox.top .part.fabricTop .fabricsWrap .fabrics .contents .nothing {
    margin: 0 auto;
    margin-top: 150px;
    color: grey;
    width: 250px;
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    border: 3px ridge #C1CDCD;
    text-align: center;
    
}

#fabricPages {
    height: 20px;
    width: 302px;
    text-align: center;
}

#fabricPages .selectorPage{
    height:19px;
    font-weight: bold;    
}

#fabricPages .selectorPage .pageToSelect {
    font-size: 12px;
    height: 19px;
    line-height: 19px;
    margin: 0px 5px;
}

#fabricPages .selectorPage .pageToSelect.selected {
    color: blue;
}

#fabricPages .selectorPage .frontPage {
    height: 10px;
    width: 10px;
    line-height: 10px;
    background-image: url("/media/image/main/goPreviousPage_default.png");
    display: inline-block;
    background-repeat: no-repeat;
}

#fabricPages .selectorPage .frontPage.active {
    background-image: url("/media/image/main/goPreviousPage.png");
}

#fabricPages .selectorPage .nextPage {
    height: 10px;
    width: 10px;
    line-height: 10px;
    background-image: url("/media/image/main/goForwardPage_default.png");
    display: inline-block;
    background-repeat: no-repeat;
}

#fabricPages .selectorPage .nextPage.active {
    background-image: url("/media/image/main/goForwardPage.png");
}

/*
#contents .contentRight .selectorBox.top .part.fabricTop .fabricsWrap .fabrics .contents .fabricPage{
    display:none;
}

#tempFabrics {
    display: none;
}
*/

#searchOption {
	float: right;
	width: 90px;
	height: 408px;
	font-family: 'Vollkorn SC', serif;
	color:#040821;
}

#searchOption .searchTitle {
    padding-top: 7px;
    font-size: 17px;
    font-weight: bold;
    color: #040821;
    width: 87px;
    height: 21px;
    line-height: 20px;
    text-align: center;
    z-index: 2000;
    margin-top: 5px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-top: 1px solid black;
		padding:20px 0;
}

#searchOption .showAll {
    width: 70px;
    margin: 10px 0px 0px 10px;
    padding-top: 10px;
    color: #53868B;
    font-size: 12px;
    cursor: pointer;
    font-weight: bold;
    overflow-y: hidden;
		padding-bottom:10px;
}

#searchOption .showAll.selected {
    backgournd-color: #355268; 
}

#searchOption .colorAndPattern{
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    width: 87px;
    height: 407px;
    margin-top: -10px;
    z-index: 1000;
}

#searchOption .colorAndPattern .searchUnderTitle {
    color: #040821;
    font-size: 12px;
    margin-left: 5px;
    cursor: default;
    font-weight: bold;
}

#searchOption .colorAndPattern .color {
    width: 70px;
    margin: 10px 0px 0px 5px;
    overflow-y: hidden;
}

#searchOption .colorAndPattern .color .searchUnderTitle {

}

#searchOption .colorAndPattern .color .contents ul {
    list-style: none;
    margin-top: 4px;
}

#searchOption .colorAndPattern .color .contents ul li{
    margin: 3px 0px 0px -40px;
    height: 16px;
    line-height: 16px;
}

#searchOption .colorAndPattern .color .contents ul li span{
    width: 29px;
    height: 12px;
    display: inline-block;
}

#selectedColor {
    margin-top: -5px;
}

#searchOption .colorAndPattern .pattern{
    width: 80px;
    margin: 10px 0px 0px 5px;
    overflow-y: hidden;

}

#searchOption .colorAndPattern .pattern ul {
    list-style: none;
    margin-top: 4px;
}

#searchOption .colorAndPattern .pattern ul li{
    margin: 6px 0px 0px -40px;
    height: 15px;
    line-height: 15px;
}

#searchOption .colorAndPattern .material{
    width: 80px;
    margin: 10px 0px 0px 5px;
    overflow-y: hidden;

}

#searchOption .colorAndPattern .material ul {
    list-style: none;
    margin-top: 4px;
}

#searchOption .colorAndPattern .material ul li{
    margin: 6px 0px 0px -40px;
    height: 15px;
    line-height: 15px;
    font-size: 12px;
}

#contents .contentRight .selectorBox.top .part.fabricBottom{
    border: 1px solid grey;
    height: 79px;
		font-family: 'Vollkorn SC', serif;
}

#clericColors {
    width: 410px;
    height: 79px;
}

/*
#clericColors .clericTitle {
    width: 409px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
}*/

#clericColors .clerics {
    float: left;
    width: 295px;
    height: 79px;
    text-align: center;
}

#clericColors .toChange{
    margin-top: 6px;
    float: left;
    height: 71px;
    width: 45px;
    cursor: pointer;
}

#clericColors .toChange.frontClericPageBtn {
    margin-left: 10px;
    background-image: url('/media/image/main/btn_prev.png');
}

#clericColors .toChange.frontClericPageBtn.selected {
    background-image: url('/media/image/main/btn_prev_hover.png');
}

#clericColors .toChange.nextClericPageBtn {
    background-image: url('/media/image/main/btn_next.png');
}

#clericColors .toChange.nextClericPageBtn.selected {
    background-image: url('/media/image/main/btn_next_hover.png');
}

#clericColors .clerics .colors {
    
}

#clericColors .clerics .colors .clericIcon{
    width: 60px;
    height: 60px;
    margin: 11px 3px;
    display: inline-block;
}


#fabricExtentionWrap {
    height: 79px;
    width: 410px;
    margin: 0 auto;
    margin-top: 6px;
}

#fabricExtentionWrap .extentions {
    float: left;
    height: 80px;
    margin-left: 6px;
}


#fabricExtentionWrap .extentions .inTitle {
    float:left;
}

#fabricExtentionWrap .extentions .inTitle.inputBox {
    margin-top: -3px;
}
#fabricExtentionWrap .extentions .exTitle {
    float: left;
    text-align: center;
    height: 10px;
    margin-right:5px;
    margin-top: 52px;
}

#fabricExtentionWrap .extentions .exContent {
    float: left;
    height: 65px;
    width: 65px;    
    border: 1px solid black;
}

#fabricExtentionWrap .extentions .exContent.inactive {
    border: 1px solid grey;
}

#fabricExtentionWrap .extentions .exContent.active {
    background-color: pink;
}

#fabricExtentionWrap .extentions .exContent.available {
    border: 1px solid blue;
}

#contents .contentRight .selectorBox.top .part .title{
    height: 15px;
    color: #040821;
    font-family: Nanum;
    font-size: 12px;
    font-weight: bold;
}

#contents .contentRight .selectorBox.top .part .content{

}

#contents .contentRight .selectorBox.top .part .bodyOption{
	height: 45px;
	line-height: 20px;
}

#bodyOption .optionWrap {
    width: 300px;
    height: 20px;
    clear:both;
}

#bodyOption .typeRadios{
    float: left;
    margin-right: -12px;
    margin-left: 17px;
    font-weight: bold;
}

#bodyOption .typeRadios input.radio{
    margin-left: 10px;
}

#bodyOption .typeRadios input.radio {
	vertical-align: text-bottom;
	margin-left: 17px;
	margin-right: 3px;
}

#bodyOption .typeRadios label{
    font-weight: normal;
}

#contents .contentRight .selectorBox.top .part .underTitle{
    height: 12px;
    color: #040821;
    font-family: Nanum;
    font-size: 12px;
    font-weight: bold;
    margin-left: 16px;
}

.page3Btn {
	cursor : pointer;
}

#contents .contentRight .selectorBox.top .changePageBtn{
    text-align: center;
}

#contents .contentRight .selectorBox.top .part .toNext{

}

#contents .contentRight .selectorBox.top .part.information {
		font-family: 'Vollkorn SC', serif;
    height: 275px;
}

#contents .contentRight .selectorBox.top .part.information .titleBar {
    margin: 20px 0px 10px 0px;
}
    
#contents .contentRight .selectorBox.top .part.information .titleBar .title{
    float: left;
    width: 150px; 
}

#contents .contentRight .selectorBox.top .part.information .titleBar .loadAndSaveWrap {
    float: right;
    width: 244px;
}

#contents .contentRight .selectorBox.top .part.information .titleBar .loadAndSaveWrap .howToSize{
    width: 24px;
    height: 23px;
    line-height: 23px;
    float: left;
    margin: -5px 10px 5px 5px;
    background-image: url('/media/image/main/howToSize.png');
    cursor: pointer;
}

#contents .contentRight .selectorBox.top .part.information .titleBar .loadAndSaveWrap .loadAndSave{
    width: 94px;
    height: 23px;
    line-height: 23px;
    float: left;
    margin: -5px 0px 5px 0;
		text-align:center;
		padding:2px 0;
}

#contents .contentRight .selectorBox.top .part.information .titleBar .loadAndSaveWrap .loadAndSave.load{
    background:#040821;
		color:#fff;
		border:1px solid #040821;
		border-radius:5px 0 0 5px;
		margin-left:5px;
}
#contents .contentRight .selectorBox.top .part.information .titleBar .loadAndSaveWrap .loadAndSave.save{
    background:#040821;
		color:#fff;
		border:1px solid #040821;
		border-radius:0 5px 5px 0;
}
#contents .contentRight .selectorBox.top .part.information .titleBar .loadAndSaveWrap .loadAndSave.loadSaveCut {
	background:#040821;
	color:#fff;
	width:5px;
	height:25px;
	line-height:25px;
	font-size:15px;
}

#contents .contentRight .selectorBox.top .part.information .contentWrap {
    width: 100%;
    height: 222px;
}

#contents .contentRight .selectorBox.top .part.information .infoNumWrap {
    margin-top: 40px;
    margin-left: 11px;
}

#contents .contentRight .selectorBox.top .part.information .contentWrap .content {
    float: left;
    height: 100%;
    width: 197px;
    background-color: white;
    border: 1px solid #C1CDCD;
		border-radius:10px;
		overflow:hidden;
}

#contents .contentRight .selectorBox.top .part.information .contentWrap .content.details {
    margin-right: 10px;
}

#contents .contentRight .selectorBox.top .part.information .contentWrap .content.details ul {
    list-style: none;
}

#contents .contentRight .selectorBox.top .part.information .contentWrap .content.details ul li {
    height: 20px;
    line-height: 20px;
    margin-left: -30px;
    margin-bottom: 5px;
}

#contents .contentRight .selectorBox.top .part.information .infoSizeInput {
    width: 50px;
    height: 15px;
    line-height: 15px;
    margin-right: 3px;
    text-align: right;
}

#contents .contentRight .selectorBox.top .part.information .infoName {
    float: left;
    height: 20px;
    line-height: 20px;
    width: 100px;
}

#contents .contentRight .selectorBox.top .part.information .infoName.Num {

}

#contents .contentRight .selectorBox.top .part.information .infoSize {
    float: left;
    height: 20px;
    line-height: 20px;
}

#contents .contentRight .selectorBox.top .part.etc {
    height: 260px;
}

#contents .contentRight .selectorBox.top .part.etc .title{
    margin-bottom: 10px;
}

#contents .contentRight .selectorBox.top .part.etc .content{
    width: 100%;
    height: 90%;
    background-color: white;
    border: 1px solid #C1CDCD;
}
.styleImage {
	position: relative;
    float: left;
    height: 95px;
    width: 95px;
		border-radius:10px;
    margin: 5px 0px 0px 5px;
	text-align: center;
    background-color: #ffffff;
		border:1px solid #ababab;
    background-position: center;
    background-repeat: no-repeat;
}

.styleImage.hovered{
    background-color: #A6A6A8;
}

.styleImage.selected{
    background-color: #A6A6A8;
}

.styleImage .label {
    position: absolute;
    bottom: 0px;
    width: 100%;
    line-height: 17px;
    max-height: 17px;
    overflow: hidden;
}
.styleImage .label.background {
    background-color: white;
    height: 17px;
}

.styleImage .label.name {
    text-align: center;
    z-index: 100;
}

.fabricImage {
	font-family: 'Vollkorn SC', serif;
	  position:relative;
    float: left;
    height: 113px;
    width: 95px;
    margin-left: 5px;
	text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    
}

.fabricImage .theImage{
    border: 1px solid #A6A6A8;
		border-radius:10px;
		height: 95px;
    width: 95px;
}

.fabricImage .imageInfo{
    margin-top: 2px;
    height: 15px;
    width: 95px;
    text-overflow:ellipsis; 
    overflow:hidden; 
    white-space:nowrap;
   
}

.fabricImage .imageInfo.imageName {
}

.fabricImage .imageInfo.imageSize{
    display: none;
}


.fabricImage .viewerBtn{
	width: 20px;
	height: 20px;
	background-position: center;
	background-color: white;
	background-image: url(/media/image/main/viewerbtn.png);
	background-repeat: no-repeat;
	position: absolute;
	bottom: 17px;
	left: 1px;
	cursor: pointer;
}

.fabricImage.clone {
	position: absolute;
    margin: 0px;
	float: none;
	cursor: move;
}

#contents .contentRight .selectorBox.bottom{
    height: 50px;
    margin-top: 10px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}

#contents .contentRight .selectorBox.bottom .arrowBox.selected{
    color:#32cd32;
}

#footer {
    width: 100%;
    height: 30px;
    background-color: white;
    clear: both;
}

#imageViewer_mask {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color: #000;
	z-index:5000;
	overflow-y:hidden;
}

#imageViewer {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:5001;
	cursor: default;
}

#imageInnerViewer {
	width: 400px;
	height: 200px;
	margin: 27% auto 0px;
	cursor: default;
    background-color: black;
}

#login_mask {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1300;
	overflow-y:hidden;
}

#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/main/simulation_loading.gif);
}

#lastPageBtn {
    position: relative;
    margin-top: 11px;
}

#lastPageBtn .buy {
    position: absolute;
    margin-left: 393px;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

#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 */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* 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+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* 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/main/closeBtn.png');
	margin:5px;
	width:19px;
	height:17px;
	float:right;
	background-position: center center;
    cursor: pointer;
}

#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{

}

#imageViewer .pointer.left:hover{

}

#imageViewer .pointer.right{
	float:right;
}

#imageViewer .pointer.right:hover{
	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{
	background-image: url('/media/image/main/information.png');
	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;
	color:white;
	font-weight:bold;
	margin-left:15px;
}

#imageViewer .infoConBoxLeft{
	width:100%;
	height:20px;
	font-size:10px;
	color:white;
	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;
	opacity: 0.2;
    filter: alpha(opacity=20);
    display: inline-block;
}

#imageViewer .infoConMid .tagDiv.selected {
    opacity: 1;
    filter: alpha(opacity=100);
}

#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 */
	
}

.infoConTable table{
	margin-left:10px;
	width: 270px;
	table-layout: fixed;
	border-spacing: 8px;
	line-height:15px;
}
.infoConTable td{
	padding: 0px;
	font-size:12px;
	text-align:left;
}
.infoConTable td.index{
	width:75px;
	color:white;
	font-weight:bold;
	border-right: 1px solid white;
}
.infoConTable td.contents{
	width:100px;
	color:#4F4A46;
	font-weight:bold;
	padding-left:5px;
}


#footer img{
    margin-right: 20px;
}
