﻿body, table, tr, td, textarea {  font-family: "굴림"; font-size: 12px; color: 000000; line-height: 1.2}

input		{ font-size:12;color:333333; }
.txt		{ border:1 solid CCCCCC; }
select		{ background-color:FFFFFF;font-size:12;color:333333; }





/* 기본 링크 */
a:link		{ color:595959;text-decoration:none; }
a:active	{ color:595959;text-decoration:none; }
a:visited	{ color:595959;text-decoration:none; }
a:hover		{ color:595959;text-decoration:underline; }


A:link.seller {font-size:9pt; font-family:"굴림";color:#FFFFFF;text-decoration:none; }
A:visited.seller {font-size:9pt; font-family:"굴림";  text-decoration:none; color:#FFFFFF;}
A:hover.seller {font-size:9pt; font-family:"굴림"; color:#FFFF00;text-decoration:none;}
a:active.seller {font-size:9pt; font-family:"굴림"; color:#FFFF00;text-decoration:none;}

/* input box 스타일1 */
.box { COLOR: 666666 ; FONT-FAMILY: "돋움" ; FONT-SIZE: 12PX ; PADDING-LEFT:3 ;BACKGROUND-COLOR:FFFFFF;
	BORDER:1  
	SOLID ACACAC ;
	BORDER-TOP-COLOR: CFCFCF;
	BORDER-RIGHT-COLOR: CFCFCF;
	BORDER-BOTTOM-COLOR: CFCFCF;
	BORDER-LEFT-COLOR: CFCFCF;}



.text  		{font-family:돋움,돋움,Dotum,AppleGothic,sans-serif;color:#666666; font-size:11px;}
.price	        {font-family:굴림,돋움; color:#ED1C24; font-weight: bold; font-size:14px; Line-height: 18px}
.pkgcode	{font-family:굴림,돋움; color:#717171; font-size:14px; Line-height: 18px}
.tourname       {font-family:굴림,돋움; color:#000000; font-size:15px; Line-height: 18px}
.ls2		{letter-spacing:-3px}
.ehome 		{line-height: 1.5}	
.blue 		{color:#3C69AF; font-size:11px;}	
.shoptext 	{font-family:"돋움"; color:#666666; font-size:11px;}
.ptitle          {font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; text-decoration: none; color:#545454;}


.Level_1_Current        {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 13px; font-style: normal; font-weight: bold; color: #660000; text-decoration: none;}
.DarkGray12A            {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal; color: #333333; text-decoration: none;}
.White12A               {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none; color:#FFFFFF;}
.Yellow12V              {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFF66; text-decoration: none;}
.White11A               {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none;}
.White11A:hover{font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #FFFF66; text-decoration: none;}

.LightGray11V           {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #EEEEEE; text-decoration: none;}
.LightGray11V:link {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #EEEEEE; text-decoration: none;}

.Gray11V                {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; font-weight: normal; color: #999999; text-decoration: none;}



a.link		    {color:#535353; font-size:11px; text-decoration:none;}
a.visited		{color:#535353; font-size:11px; text-decoration:none;} 
a.hover		{color:#286397; font-size:11px; text-decoration:underline;}



.news  		{font-family:"돋움"; color:#ffffff; font-size:11px;}


#dropinboxv2cover{
width: 570px; /*change width to desired */
height: 200px;  /*change height to desired. REMOVE if you wish box to be content's natural height */
position:absolute; /*Don't change below 4 rules*/
z-index: 100;
overflow:hidden;
visibility: hidden;
}

#dropinboxv2{
width: 550px; /*change width to above width-20. */
height: 190px; /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
border: 1px solid black; /*Customize box appearance*/
background-color: white;
padding: 2px;
position:absolute; /*Don't change below 3 rules */
left: 0;
top: 0;
}

/* Paging */
#page{
	border:none;
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	display: inline;
}
#page li{
	border:0;
	margin:0px 4px 0px 0px;
	padding:0;
	font-size:11px;
	list-style:none;
	display: inline;
}
#page a{
	border:solid 1px #999999;
	margin-right:2px;
}
#page .selected{
    border:solid 1px #999999;
	background:#DEDEDE;
	color:#545454;
	font-weight:bold;
	display:block;
	float:left;
	padding:3px 6px;
}
#page a:link, #page a:visited {
	color:#545454;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#page a:hover{
	border:solid 1px #545454
}
#page .previous-off, #page .next-off {
	border:solid 1px #DEDEDE;
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:3px 4px;
}
#page .next a, #page .previous a {
	font-weight:bold;
}