body {
	margin: 0;
	padding: 0 0 20px;
	font-family: "gulim";
	font-size: 12px;
}

a:link, a:visited {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#c00;
}

img {
	border:0;
	vertical-align:middle;
}

/* cut */
.cut {TEXT-OVERFLOW:clip;WHITE-SPACE:nowrap;OVERFLOW:hidden;}

#wrapper {
	margin: 0 auto;
	width: 1024px;
	position: relative;
}

#header {
	height: 100px;
}

/* Logo
   -------------------------------- */
h1.logo {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}

h1.logo,
h1.logo a {
	width: 270px;
	height: 30px;
}

h1.logo a {
	display: block;
	background: url('/images/logo.png') no-repeat;
}

h1.logo a span {
	display: none;
}

/* gnb
   -------------------------------- */
.gnb {
	height: 25px;
	float: left;
	position: absolute;
	top: 0;
	right: 0;
}
.gnb ul,
.gnb ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.gnb ul {
	padding: 0 3px;
	height: 25px;
	background-color: #000;
}
.gnb ul li {
	padding: 0 6px;
	position: relative;
}
.gnb ul li a {
	float: left;
	display: block;
	padding: 0 5px;
	color: #ccc;
	text-decoration: none;
	font-size: 12px;
	line-height: 22px;
}
.gnb ul li a:hover,
.gnb ul li.selected a {
	color: #fff;
	border-bottom: 2px solid #ff9c08;
}
.gnb ul li.selected a {
	font-weight: bold;
}

/* lnb
   -------------------------------- */
.lnb {
	position: absolute;
	top: 30px;
	height: 38px;
	width:100%;
	background: url('/images/navigation.png') repeat-x 0 -41px;
	border-bottom: 3px solid #bbb;
}

.lnb ul,
.lnb ul li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	line-height: 40px;
}
.lnb ul {
	height: 37px;
}
.lnb ul li {
	width: 102px;
	background: url('/images/navigation_s.png') no-repeat right top;
	text-align:center;
}

.lnb ul li a {
	float: left;
	display: block;
	height: 38px;
	width: 100px;
	padding: 0;
	margin: 0 1px;
	color: #ccc;
	text-align:center;
	text-decoration: none;
	
}
.lnb ul li a:hover,
.lnb ul li.selected a {
	border-bottom: 2px solid #ff9c08;
}

.sub_menu_tog {
	display:none;
	height:20px;
	line-height:20px;
}

.sub_menu_span {
	padding-right:14px;
	float:left;
}

.title {font-size:13px;font-weight:bold;margin-bottom:10px;}
.title_left {font-size:13px;font-weight:bold;margin-bottom:10px;float:left;}
.title_right {font-size:13px;font-weight:bold;margin-bottom:10px;float:right;}

.small{font-size:11px;}
.small_e {font:11px tahoma;}
.con_title {font-size:13px;font-weight:bold;margin-bottom:5px;}

/* tablesorter 자바스크립트의 사용에 따른 설정 부분, 눌렀을때 화살표 표시해준다 */
table thead tr .header {cursor: pointer;background-repeat: no-repeat;background-position: center right;}
table thead tr .headerSortUp {background-image: url(/images/asc.gif);}
table thead tr .headerSortDown {background-image: url(/images/desc.gif);}

.list_top2 {width:1024px;border-top:2px solid #333;clear:both;}
.list_top2 th{height:30px;line-height:30px;border-bottom:1px solid #e6e6e6;background-color:#f3f3f3;font:bold 11px dotum;color:#333;text-align:center;}
.list_top2 td{height:30px;line-height:30px;border-bottom:1px solid #e6e6e6;text-align:center;}
.list_top2 .price {text-align:right !important;}
.list_top2 .list_total {height:30px;line-height:30px;background-color:#f3f3f3;border-bottom:2px solid #333;font-weight:bold;text-align:center;}
.list_body {clear:both;}
.list_line {height:30px;line-height:30px;text-align:center;}
.list_line2 {height:30px;line-height:30px;text-align:center;border-bottom:1px solid #e6e6e6;}
.list_td {border-bottom:1px solid #e6e6e6;}

.edit_form2 {width:1024px;padding:0px;border-top:2px solid #333;border-bottom:2px solid #333;margin-bottom:10px;}
.edit_form2 .subj {height:26px;border-bottom:1px solid #e6e6e6;width:130px;text-align:center;font-weight:bold;border-right:1px dotted #aaa;}
.edit_form2 .con {height:26px;border-bottom:1px solid #e6e6e6;width:800px;text-align:left;padding-left:10px;}
.edit_form2 input {border: 1px solid #bbb;padding-top:2px;font:12px gulim;}
.edit_form2 .none {border:0px;}


.list_top {table-layout:fixed;width:1024px;border-top:2px solid #333;clear:both;}
.list_top th {height:26px;line-height:26px;border-bottom:1px solid #e6e6e6;background-color:#f3f3f3;font:bold 11px dotum;color:#333;text-align:center;}
.list_top td {height:26px;line-height:26px;border-bottom:1px solid #e6e6e6;text-align:center;overflow:hidden;text-overflow:clip;white-space: nowrap;}
.list_bottom {width:1024px;border-bottom:2px solid #333;clear:both;}
.list_bottom th {height:26px;line-height:26px;border-bottom:1px solid #e6e6e6;background-color:#f3f3f3;font-weight:bold;color:#333;text-align:center;}

.edit_form {clear:both;width:1024px;padding:0;border-top:2px solid #333;border-bottom:2px solid #333;margin-bottom:5px;}
.edit_form .subj {height:26px;border-bottom:1px solid #e6e6e6;width:130px;text-align:center;font-weight:bold;border-right:1px dotted #aaa;}
.edit_form .con {height:26px;border-bottom:1px solid #e6e6e6;text-align:left;padding-left:10px;}
.edit_form input {border: 1px solid #bbb;padding-top:2px;font:12px gulim;}
.edit_form .none {border:0px;}


select{
	font: 12px Gulim; color:#333;	
}
textarea{
	border:solid 1px #bbb;font:12px Gulim;color:#333;padding:5px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text { padding: .1em 1em .1em 2.1em; }
.ui-button-text-only .ui-button-text { padding: .1em .8em; font-weight:bold; }