@charset "utf-8";

/*input
----------------------------------------------------------------------------------------------------------------------------------------------------------*/

input.checkbox, input[type="radio"]{margin:-2px 2px 2px 0; vertical-align:middle}

.inTxt{border:1px solid #d9d9d9; color:#666; height:30px; line-height:30px;  background:#fff; vertical-align:top; box-sizing:border-box;}
.inTxt:focus{border:1px solid #b6dcfb; box-shadow:2px 2px 6px #eee inset;   }

.b_Txt{border:1px solid #d5d9dc; color:#b3b3b3; height:21px; line-height:22px; text-indent:10px;   font-size:12px; vertical-align:top}
.b_Txt:focus{border:1px solid #b0b0b0; box-shadow:2px 2px 6px #d3d3d3 inset; color:#b3b3b3;  }

.c_Txt{border:1px solid #b4b4b4; color:#888; height:30px; line-height:30px; font-size:12px;   text-indent:4px; }
.c_Txt:focus{border:1px solid #b4b4b4; box-shadow:2px 2px 6px #c6c6c6 inset; color:#666;}

.d_Txt{border:1px solid #D8D8D7; color:#666; height:26px; line-height:28px; font-size:12px; text-indent:4px; }
.d_Txt:focus{border:1px solid #b0b0b0; box-shadow:2px 2px 6px #d3d3d3 inset; color:#666;}


.textarea{border:1px solid #d9d9d9;  padding:10px; text-align:left; line-height:18px;color:#666;  text-align:left; }
.textarea:focus{border:1px solid #bee5ff; box-shadow:2px 2px 6px #d9d9d9 inset; color:#777;  }

.textarea1{padding:20px 25px; text-align:left; line-height:22px;color:#666;  overflow:auto; overflow-x:hidden;  font-family:'돋움',Dotum,sans-serif; word-spacing:0.02em; word-break:break-all;}

.selTxt{color:#666; height:33px; line-height:35px; text-indent:4px; }

.no_Txt{border:0; height:28px; line-height:30px; text-align:left;  color:#8C8C8C;  font-family:'Nanum Gothic','나눔 고딕','NanumGothicWeb','돋움',Dotum,sans-serif }
.select{border:1px solid #d9d9d9; color:#666; height:30px; line-height:30px; text-indent:4px; background:#fff; vertical-align:top;}
.select:focus{border:1px solid #008acc; box-shadow:2px 2px 6px #eee inset;   }

button{border:0}


/***************************/
/** Common to every theme **/
/***************************/
.DivSelectyze {
	position:relative;	
	text-align: left;
}

.DivSelectyze .selectyzeValue {
	position:relative;
	z-index:1;
	display:block;
	text-decoration:none;
}

.DivSelectyze ul {list-style:none;}
.DivSelectyze .UlSelectize {
	position:absolute;
	z-index:50;
	display:none;
}

.DivSelectyze li a {
	display:block;
	text-decoration:none;
}

.optgroupTitle {
	display:block;
}
/*******************************/
/** END COMMON TO EVERY THEME **/
/*******************************/
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*****************/
	/** SKYPE THEME **/
	/*****************/
	.skype .selectyzeValue {
		padding:0 10px ;
		padding:0 10px;
		border:1px solid #d9d9d9;
		color:#8c8c8c;
		background:url("../images/ic_down_arrow.gif") no-repeat 94% 11px #fff;
		line-height:25px;
		height:25px;
		font-size:12px	
	}

	.skype .UlSelectize {
		top:26px;
		left:0px;
		background-color:#fff;
		border:1px solid #d9d9d9;
		border-top:0;
		z-index:5;
		max-height:140px; 
		overflow:auto;
		overflow-x:hidden;
	}

	.skype li a {
		height:26px;
		line-height:26px;
		background-color:transparent;
		color:#8c8c8c;
		text-indent:10px;
		font-family:'돋움','Dotum', 'verdana';
		font-size:12px
	}

	.skype li a:hover {
		color:#222
		/*gradient bgcolors
		background-image: -webkit-gradient(linear, left top, left bottom, from(#84d8f8), to(#0ab2f1)); /* Saf4+, Chrome 
		background-image: -webkit-linear-gradient(top, #84d8f8, #0ab2f1); /* Chrome 10+, Saf5.1+, iOS 5+ 
		background-image:    -moz-linear-gradient(top, #84d8f8, #0ab2f1); /* FF3.6 
		background-image:     -ms-linear-gradient(top, #84d8f8, #0ab2f1); /* IE10 
		background-image:      -o-linear-gradient(top, #84d8f8, #0ab2f1); /* Opera 11.10+ 
		background-image:         linear-gradient(top, #84d8f8, #0ab2f1) */
	}
	
	.skype .optgroupTitle {
		margin-top:15px;
		font-size:16px;
		padding-left:10px;
		background-color:#0fb1ef;
		color:#fff;
	}
	
	
	
	/*****************/
	/** MAC THEME **/
	/*****************/
	.mac .selectyzeValue {
		padding:0 10px;
		border:1px solid #d9d9d9;
		color:#8c8c8c;
		background:url("../images/ic_down_arrow.gif") no-repeat 94% 11px #fff;
		line-height:24px;
		height:28px;
		font-size:12px
	}

	.mac .UlSelectize {
		top:28px;
		left:0px;
		background-color:#fff;
		border:1px solid #d9d9d9;
		border-top:0;
		z-index:5;
		max-height:140px; 
		overflow:auto;
		overflow-x:hidden;
	}

	.mac li a {
		height:28px;
		line-height:28px;
		background-color:transparent;
		color:#8c8c8c;
		text-indent:10px;
		font-family:'돋움','Dotum', 'verdana';
		font-size:12px

	}

	.mac li a:hover {
		color:#000;		
		
	}
	
	.mac .optgroupTitle {
		margin-top:15px;
		font-size:13px;
		padding-left:10px;
		background-color:#fff;
		color:#969696;
	}
	
	
	/****************/
	/** GREY HEME **/
	/*****************/
	.grey .selectyzeValue {
		font-size:12px;		
		padding:0 10px;
		min-width: 70px;
		border:1px solid #cdcdd4;
		color:#666;
		background:url("../images/ic_down_arrow.gif") no-repeat 94% center #fff;
		line-height:28px;
		height:26px;
	}

	.grey .UlSelectize {
		top:27px;
		left:0;
		border:1px solid #cdcdd4;
		border-top:0;
		background-color:#fff;
	}

	.grey li a {
		height:28px;
		line-height:28px;
		background-color:transparent;
		color:#797979;
		text-indent:10px;
	}

	.grey li a:hover {
		color:#666;
		font-weight:600
	}
	
	.grey .optgroupTitle {
		margin-top:15px;
		font-size:20px;
		padding-left:10px;
		background-color:#858585;
		color:#fff;
	}
	
	
	/*******************/
	/** FIREFOX THEME **/
	/*******************/
	.firefox .selectyzeValue {
		font-size:11px;	
		font-family:'돋움','Dotum', 'verdana';
		padding:0 10px;
		min-width: 71px;
		border:1px solid #cdcdd4;
		color:#888;
		background:url("../images/shop/ic_down_arrow.gif") no-repeat 94% 16px #fff;
		line-height:38px;
		height:38px;
	}

	.firefox .UlSelectize {
		top:37px;
		left:0px;
		background-color:#fff;
		border:1px solid #cdcdd4;
		border-top:0;
		z-index:5;
	}

	.firefox li a {
		height:38px;
		line-height:38px;
		background-color:transparent;
		color:#888;
		text-indent:10px;
		font-size:11px;	
		font-family:'돋움','Dotum', 'verdana';

	}

	.firefox li a:hover {
		color:#000;		
		font-weight:600
		
	}
	
	.firefox .optgroupTitle {
		margin-top:15px;
		font-size:13px;
		padding-left:10px;
		background-color:#fff;
		color:#969696;
	}
	
	/****************/
	/** CSS3 THEME **/
	/****************/
	.css3 .selectyzeValue {
		font:14px/46px Arial;
		color:#666666;
		text-shadow:1px 1px 0px #fff;
		text-align:center;
		width:195px;
		height:46px;
		background:url('bg_css3.png') no-repeat;
	}

	.css3 .UlSelectize {
		top:36px;
		left:2px;
		width:190px;
		background-color:#222222
	}

	.css3 li a {
		font:12px/20px Arial;
		background-color:transparent;
		color:#fff;
		text-align:center;
		padding:3px 0
	}

	.css3 li a:hover {
		background-color:#3e3d3d;
	}
	
	.css3 .optgroupTitle {
		margin-top:15px;
		font-size:17px;
		font-style:italic;
		padding-left:10px;
		background-color:#3e3d3d;
		color:#fff;
		font-weight:700
	}
