
.Size {
	width:99%;
	margin-top:5px;
	margin-left:5px;
}

.h3Font {
	font-family:"Jeju Gothic", "Nanum Gothic" ;
	font-size:16px;
	font-weight:normal;
}

:focus, :active {
	outline:0;
}

.fontBold {
	font-weight:bold;
}

#OrderHeader {
	width:100%;
	margin-left:-20px;
	min-width:700px;
	max-width:1200px;
}
			
#OrderHeader Table {
	width:100%;
	border:0;
	padding:0;
}

#OrderHeader .TDHead {
	font-family:"Nanum Gothic";
	font-size:14px;
	text-align:center;
	height:30px;
	background:#D5FFFF;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	font-weight:bold;
}


#OrderHeader .TDContents {
	font-family:"Jeju Gothic", "Nanum Gothic";
	font-size:12px;
	padding-top:4px;
	border-bottom:1px solid #CCC;
	line-height:160%;
}


#OrderHeader .center {
	text-align:center;
}

#OrderHeader .left {
	text-align:left;
	padding-left:5px;
}

#OrderHeader .Model {
	min-width:250px;
}

#OrderHeader .right{
	text-align:right;
	padding-right:3px;
}

#OrderHeader .LeftLine {
	border-left:1px solid #EEE;
}

#OrderHeader .Price {
	text-align:right;
	margin-right:3px;
}



#OrderPrint {
	width:90%;
	margin-left:30px;
}

			
#OrderPrint Table {
	width:100%;
	border:0;
	padding:0;
}

#OrderPrint .TDHead {
	font-family:"Nanum Gothic", "Jeju Gothic", Arial;
	font-size:14px;
	text-align:center;
	height:30px;
	background:#D5FFFF;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	font-weight:bold;
}


#OrderPrint .TDContents {
	font-family:"Jeju Gothic", "Nanum Gothic";
	font-size:12px;
	padding-top:4px;
	border-bottom:1px solid #CCC;
	line-height:160%;
}


#OrderPrint .center {
	text-align:center;
}

#OrderPrint .left {
	text-align:left;
	padding-left:5px;
}

#OrderPrint .Model {
	min-width:250px;
}

#OrderHeader .right{
	text-align:right !important;
	padding-right:3px;
}

#OrderPrint .LeftLine {
	border-left:1px solid #EEE;
}

#OrderPrint .Price {
	text-align:right;
	margin-right:3px;
}

.btnPrint {
	width:100%;
	text-align:center;
	margin-top:20px;
}

.Doc_Print {
	font-family:"Jeju Gothic", "Nanum Gothic", Gulim;
	font-size:14px;
	cursor:pointer;
	color:#4863A0;
}

.PrintHeader{
	height:30px;
	text-align:center;
	font-family:"Jeju Gothic", "Nanum Gothic", Gulim;
	font-size:20px;
	margin-bottom:20px;
}

.PrintNo{
	margin-left:30px;
	margin-bottom:10px;
	height:25px;
	font-family:"Jeju Gothic", "Nanum Gothic", Gulim;
}

.cbp-mc-form {
	position: relative;
	min-width:700px;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.cbp-mc-form:before, 
.cbp-mc-form:after { 
	content: " "; display: table; 
}

.cbp-mc-form:after { 
	clear: both; 
}

.cbp-mc-column {
	width: 90%;
	padding: 10px 10px;
	float: left;
	min-width:700px;
}



.cbp-mc-form label {
	display: block;
	font-size: 14px;
	cursor: pointer;
	margin-top:15px;
	margin-bottom:5px;
	color:#4040FF;
}

.cbp-mc-form input {
	font-family: "Nanum Gothic", 'Lato', Calibri, Arial, sans-serif;
	line-height: 1.5;
	font-size: 12px;
	padding: 5px 10px;
	color: #000;
	width: 80%;
	background: transparent;
	font-weight:bold;
}

.cbp-mc-form textarea,
.cbp-mc-form select {
	font-family: "Nanum Gothic", 'Lato', Calibri, Arial, sans-serif;
	line-height: 1.5;
	font-size: 12px;
	padding: 5px 10px;
	color: #000;
	display: block;
	width: 100%;
	background: transparent;
	font-weight:bold;
}

.cbp-mc-form input,
.cbp-mc-form textarea {
	border: 1px solid #CCC;
}

.cbp-mc-form textarea {
	min-height: 200px;
}

.cbp-mc-form input:focus,
.cbp-mc-form textarea:focus,
.cbp-mc-form label:active + input,
.cbp-mc-form label:active + textarea {
	outline: none;
	border: 1px solid #F00;
	
}

.cbp-mc-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #10689a;
    font-style: italic;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #10689a;
    font-style: italic;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #10689a;
    font-style: italic;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #10689a;
    font-style: italic;
}

.cbp-mc-submit-wrap {
	text-align: center;
	padding-top: 40px;
	clear: both;
}

.cbp-mc-form input.cbp-mc-submit {
	background: #10689a;
	border: none;
	color: #fff;
	width: auto;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 30px;
	font-size: 1.1em;
	border-radius: 2px;
	letter-spacing: 1px;
}

.cbp-mc-form input.cbp-mc-submit:hover {
	background: #1478b1;
}

@media screen and (max-width: 70em) {
	.cbp-mc-column {
		width: 80%;
	}
	.cbp-mc-column:nth-child(3) {
		width: 100%;
	}
}

@media screen and (max-width: 48em) {
	.cbp-mc-column {
		width: 100%;
		padding: 10px;
	}
}

input:-moz-read-only { /* For Firefox */
    background-color: #e9e9e9;
}

input:read-only { 
    background-color: #e9e9e9;
}

.cbp-mc-column2 {
	text-align:left;
}


#lblApply {
	font-size:12px;
}

.ui-datepicker{ 
	font-size: 9pt; 
	font-family:Tahoma, "Nanum Gothic";
	width: 315px;
}


._hDate {
	width:300px !important;
}

#dInformation {
	margin:10px;
	padding:10px;
	background:#FFFFD5;
	width:50%;
	min-width:600px;
}

.h2Font {
	font-size:14px;
	color:#F0F;
	
}

#dInfoText li {
	font-size:12px;
	margin-top:8px;
}

#ZipCode {
	width:400px !important;
	position:relative;
}

.ShortText {
	width:100px !important;
}


.ShortText2 {
	width:70px !important;
}

.ShortText3 {
	width:30px !important;
	margin-top:15px;
	margin-left:20px;
	border:0 !important;
}

.margin10 {
	margin-top:10px !important;
}

.generalText {
	font-size:17px;
	color:#000;
	font-family:"Nanum Gothic", "Jeju Gothic";
}
.payText {
	font-size:17px;
	color:#666;
}

.payTextSelect {
	font-size:14px;
	color:#0033FF;
}


.redPrice {
	color:#F00;
	font-size:14px;
}

.NavyText {
	color:#000080 !important;
}

.salesPrice {
	font-size:14px;
	color:#F00;
	font-family:"Jeju Gothic", "Nanum Gothic", Verdana;
}

.width100 {
	width:100px !important;
}

.lblTxt {
	color:#555;
	font-family:"Nanum Gothic", Gulim, Arial;
}

#cashInfo {
	display:none;
	margin-top:15px;
	margin-left:70px;
	color:#ff6600;
	text-decoration:underline;
}

#jejuInfo {
	display:none;
	margin-top:15px;
	margin-left:2px;
	color:#FF0000;
	font-size:15px;
}

#optState {
	margin-top:4px;
	margin-right:91px;
}

#OrderState {
	font-size:12px;
	font-family:"Nanum Gothic", "Jeju Gothic", Gulim;
}

.DeliverySearch {
	float:right;
	display:inline-block;
	width:280px;
	height:40px;
}

.DeliveryOpt {
	clear:both;
	float:left;
	margin-top:5px;
	display:inline-block;
}

.lblDelText {
	width:80px;
	text-align:right;
	margin-right:5px;
	font-size:12px;
	font-family:"Nanum Gothic", "Jeju Gothic", Gulim;
	display:inline-block;
}


.LG_Information {
	color:#ff3366;
}

.applyOrder {
	width:20px !important;
	border:0 !important;

}

input[readonly], textarea[readonly] {
	background-color:#DCDCDC !important;
}

.iCheck {
	line-height:160%;
	text-align:center;
	margin-right:10px;
}

.LineHeight160 {
	line-height:100%;
}

.fontBold {
	font-weight:bold;
}

.alignCenter {
	text-align:center;
}

.alignRight {
	text-align:right;
}

.right10 {
	margin-right:10px;
}
.right100 {
	margin-right:100px;
}


.ui-widget {
	font-size:12px !important;
}

.divHide {
	display:none;
}

.divShow {
	display:block;
}

.Height20 {
	height:25px;
}

.width100 {
	width:100%;
}
.marginTop5 {
	margin-top:5px;
}

.paddingLeft5 {
	padding-left:5px;
}

.errWidth {
	width: 83%;
}

._Order_Header {
	display:inline-block;
	width:99%;
	 min-width :700px;
	margin-top:10px;
	margin-left:5px;
	max-width:1200px;
	
}

.lblHeader {
	float:left;
	font-size:18px;
	font-family:"Jeju Gothic", "Nanum Gothic", Gulim, Arial;
	font-weight:normal;
	color:#FF9900;
	margin-top:10px;
	margin-left:10px;
}

.lblText {
	float:left;
	font-size:18px;
	font-weight:normal;
	color:#FF9900;
	margin-top:10px;
}

._OrderDetail{
	width:98%;
	border-bottom:1px solid #CCC;
	padding-bottom:1px;
	margin-top:15px;
	margin-left:10px;
}

.OrderInfo {
	float:left;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:10px;
	width:80%;
}

.OrderInfo2 {
	float:left;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
	width:97%;
	min-width:700px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#FFFFEE;
	height:200px;
	border:5px solid #EFEFEF;
}

.OrderUnitDetail{
	width:100%;
	border-bottom:1px solid #E5E4E2;
	padding-bottom:1px;
	margin-top:10px;
}

.lbl {
	display:inline-block;
	min-width:70px !important;
	color:#3366FF;
	padding-left:5px;
	text-align:right;
	margin-right:5px;
	font-family:"Nanum Gothic", Gulim;
	font-size:11px;
}

.lbl2 {
	display:inline-block;
	min-width:70px !important;
	color:#3366FF;
	padding-left:5px;
    left:190px;
	text-align:right;
	margin-right:5px;
	font-family:"Nanum Gothic", Gulim;
	font-size:11px;
}

.lbl3 {
	display:inline-block;
	min-width:70px !important;
	color:#3366FF;
	padding-left:5px;
    left:360px;
	text-align:right;
	margin-right:5px;
	font-family:"Nanum Gothic", Gulim;
	font-size:11px;
}

.lblData {
	font-size:13px;
	font-weight:normal;
	min-width:200px;
	display:inline-block;
	font-family:"Jeju Gothic", "Nanum Gothic", Gulim, Arial;
}
.lblData1 {
	font-size:13px;
	font-weight:normal;
	min-width:130px;
	display:inline-block;
	font-family:"Jeju Gothic", "Nanum Gothic", Gulim, Arial;
}
.lblData2 {
	font-size:13px;
	font-weight:normal;
	min-width:160px;
	display:inline-block;
	font-family:"Jeju Gothic", "Nanum Gothic", Gulim, Arial;
}

.lblAddress {
	font-size:13px;
	font-weight:normal;
	min-width:300px;
	display:inline-block;
	font-family:"Jeju Gothic", "Nanum Gothic", Gulim, Arial;
}


.OrderPayment {
	margin-top:15px;
	margin-right:10px;
	float:right;
}

.Link {
	font-size:11px;
	font-family:"Nanum Gothic", "Jeju Gothic", Arial;
	color:#F70 !important;
}

.nLink {
	font-size:11px;
	font-family:"Jeju Gothic", "Nanum Gothic", Arial;
	font-weight:bold;
	color:#000 !important;
}

.pLink {
	font-size:11px;
	font-family:"Nanum Gothic", "Jeju Gothic", Arial;
	font-weight:bold;
	color:#000 !important;
	margin-left:5px;
	margin-right:5px;
}

.imgBtn {
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
}

.bgYellow {
	background-color:#FF0;
}

.bgTotal {
	background-color:#FC0;
}

.subSum {
	font-family:"Jeju Gothic", "Nanum Gothic", Arial;
	font-size:14px;
	margin-top:10px !important;
}

.bgEEE {
	background-color:#EEE !important;
}

.TDText{
	font-family:"Nanum Gothic", "Jeju Gothic", Gulim, Arial;
	font-size:12px;
}

.TDUL {
	border-bottom:1px solid #EEE;
}

.PL10 {
	padding-left:10px !important;
}

.PR10 {
	padding-right:10px !important;
}

.MR5{
	margin-right:5px !important;
}

.ML10{
	margin-left:10px !important;
}


.ML30{
	margin-left:30px !important;
}


.MB10{
	margin-bottom:10px !important;
}

.FT14{
	font-size:14px !important;
	font-family:"Jeju Gothic", "Nanum Gothic", Gulim, Arial  !important;
}
.FT20{
	font-size:20px !important;
	font-family:"Jeju Gothic", "Nanum Gothic", Gulim, Arial  !important;
}
.BRMCloseSubSum {
	background-color:#F0E68C;
	height:30px;
	font-family:"Jeju Gothic", "Nanum Gothic", Gulim, Arial;
	font-size:13px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

._Alpha{
	opacity: 0.6;
    filter: alpha(opacity=60);
	margin-top:5px;
}

.bl {
	border-bottom:1px solid #FBEEE6;
}

.bl2 {
	border-bottom:1px solid #F4F6F6;
	padding-top:5px;
	height:30px;
}

.ml10 {
	margin-left:20px;
}

.width400 {
	width:400px !important;
}

.width100p {
	width:100% !important;
}

.MT-27{
	margin-top:-27px;
}