body, tr, td ,th {
	font-family : 굴림, 돋움, Verdana, AppleGothic, sans-serif;
	font-size: 12px;
}

body {
	margin-top: 0;
}

a:link    { color: #111111; font-size:9pt; text-decoration: none; }
a:visited { color: #666666; font-size:9pt; text-decoration: none; }
a:hover   { color: orange; font-size:9pt; text-decoration: none;}

div#head {
	position:relative;
	left: 0;
	top: 0;
	width: 950px;
	background: #9E9E9E;
	background-image: url('./images/menu_up_extra.gif');
}

div#login_head {  /* 로그인정보 - 접속중 */
	float:left;
	padding: 5px 0px 5px 0px;
	margin: 0;
	width: 870px;
	background: #FFE0E0;
	text-align: right;
}

div#tail {
	clear: both;
	float:left;
	padding: 0;
	margin: 0px 0px 30px 0px;
	width: 955px;
	background: #99CCFF;
	text-align: right;
}

div#banner {
	position:relative;
	left:0;
	top:0;
	padding: 0;
	margin: 0;
	width: 950px;
	height: 70px;
	background: #F0F0F0;
}

div#banner_left {
	float:left;
	text-align:center;
	width: 200px;
	height: 45px;
	padding: 0;
	margin: 10px 0 0 0;
	background: #F0F0F0;
}

div#banner_right{
	float:left;
	width: 650px;
	height: 60px;
	margin: 5px 0 0 0;
}

div#input_box { /* 박스입력링크 */
	position:absolute;
	z-index:1;
	left:730px;
	top:50px;
	width:100px;
}

#t_wrapper { /* 게시판 전체 감싸는 div */
	float: left;
	padding: 0;
	margin: 0;
	width: 950px;
	background: #E0EAF3;
}

#t_right { /* 게시판 오른쪽 링크 리스트 */
	display: inline;
	float: left;
	width: 781px;
	margin: 0 0 0 155px;
	padding: 0;
}

#t_left { /* 게시판 왼쪽 링크 리스트 */
	float: left;
	width: 155px;
	margin-left: -935px;
	padding: 0;
}

div#sell_size_index { /* 리스트 상단 사이즈 링크 */
	padding: 8px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	width: 780px;
	background: #F2F6FC;
	text-align: center;
}


div#sell_index { /* 게시판 인덱스 페이지 */
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 781px;
	height: 40px;
	background: #F0F0F0;
}

div#sell_idx_l {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	width: 360px;
	height: 30px;
	text-align:right;

}

div#sell_idx_r {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	width: 380px;
	height: 30px;
	text-align:right;

}

div#idx_test {
	padding: 0;
	margin: 0;
	text-align:center;
	width: 300px;
	background:#FFFFFF;
}

form#fm_search {
	padding: 0;
	margin: 0;
}

table.sell_list { /* 게시판 리스트 */
	padding: 0;
	margin: 0 0 0 0px;
	width: 780px;
	border-collapse: collapse;
	border: 2px solid white;
	text-align: center;
}

table.sell_list th { /* 게시판 헤드 */
	background-color : #58A0DC;
	border: 2px solid white;
	color: white;
	height: 28px;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
}

table.sell_list td { /* 게시판 테두리 */
	height: 30px;
	padding: 1px 0px 1px 0px;
	margin: 0px 0px 0px 0px;
	border: 2px solid white;
	background-color : #FAFAFA;
}

table.sell_list td#r_code { /* 제품코드 */
	font-size: 11px;
	color: #A0A0A0;
	font-family: AppleGothic;
	font-weight: 700;
}

table.sell_list td#r_code a {  /* 등록된 제품코드 */
	font-size: 11px;
	color: #348EDB;
}

table.sell_list td#r_sub { /* 제품명 */
	background-color : #F2F6FC;
	text-align: left;
}

table.sell_list td#r_date { /* 제품등록날자 */
	font-size: 11px;
	color: #616161;
}

table.sell_list td#r_hit { /* 조회수 */
	font-size: 11px;
	color: #000060;
}

#reply_num {
	font-family: Tahoma;
	font-size: 9px;
	color: #2080D0;
}

#pcode2 { 
	color: #2080D0; 
	font-size:10px; 
	text-decoration: none;
	font-family: Tahoma;
	font-weight: bold;
}



input.s_txt {
	background-color: #FFFFFF;
	border: 2px solid #FFA040;
	height: 16px;
}

input.a_txt {
	border: 1px solid orange;
	height: 16px;
}

input.a_file {
	border: 1px solid #FFA040;
	height: 20px;
}

input.a_size {
	background: #FFFFA0;
}

input.button {
	background-color:#FFFFC0;
	border:solid 1px #D7D7D7;
	color:#212121;
	font-size: 12px;
	height: 22px;
	font-weight:bold;
}

/* 장터 입력 테이블 */

table.sell_add {
	padding: 0;
	margin: 20px 0 0 0px;
	width: 740px;
	border-collapse: collapse;
	border: 2px solid #99CCFF;
	text-align: left;
}

table.sell_add td {
	height: 34px;
	padding: 2px;
	border: 2px solid #99CCFF;
}

table.sell_add td.sa_td_1 {
	background-color: #E0EDF1;
	width: 80px;
	text-align: center;
}

table.sell_add td.sa_td_2 {
	background-color: #f0f8ff;
	text-align: left;
	padding-left: 10px;
}


ul.sl {   
    list-style:none;   
    float:left;   
    display:inline;
	padding: 0px 0px 0px 18px;
	margin: 0px 0px 0px 0px;
}   
ul.sl li {   
    float:left;
}   
ul.sl li a {   
    float:left;   
    padding:2px 2px 2px 2px;
	margin: 0px 6px 0px 0px;  
    width:16px;   
    color:#000;   
    font:bold 12px tahoma;   
    border:1px solid #D5D5D5;   
    text-align:center;   
    text-decoration:none;   
}

ul.sl li a#tthis  {   
    float:left;   
    padding:2px 2px 2px 2px;
	margin: 0px 6px 0px 0px;  
    width:16px;   
    color:#000;   
    font:bold 12px tahoma;   
    border:1px solid #FF8000;
	background-color:#FFE0C0;
    text-align:center;   
    text-decoration:none;   
}  

ul.sl li a:hover, ul li a:focus {   
    color:#fff;   
    border:1px solid #FFB240;   
    background-color:#FFB240;
	text-decoration:none;
} 

div#info_wrapper { /* info 내부 감싸는 div */
	clear: both;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	width: 866px;
	border:2px solid #7BB9FF;
	background-color: #C1DCF2;
}

div#info_left {
	float:left;
	text-align: center;
	line-height: 150%;
	width: 110px;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 8px;
	background-color: #C1DCF2;
}

div#info_right{
	float:right;
	width: 735px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 5px;
	background-color: #FAFAFA;
}

div#info_img {
	width: 726px;
	margin: 4px 4px 10px 0px;
	padding: 10px 0px 10px 0px;
	background-color: #F0F0F0;
}

table#ft {
	clear: both;
	margin: 10px 0px 0px 0px;
	background-color: #E7734C;
	border-width: 2px;
	border-style: solid;
	border-color : #AD5639;
	width: 500px;
}

font.f_pname { 
	font-size: 22px;
	font-family: Verdana, AppleGothic, sans-serif;
	color: #5D5D5D;
	font-weight: bold;
	text-transform: uppercase;
}

font.f_pcolor { 
	font-size: 18px;
	font-family: Verdana, AppleGothic, sans-serif;
	color: #DFDFDF;
	text-transform: uppercase;
}

font.f_pcode { 
	font-size: 18px;
	font-family: Verdana, AppleGothic, sans-serif;
	color: #FFFFFF;
}

table#sell_view {
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #EDEDED;
	border-width: 2px;
	border-style: solid;
	border-color : #B6B6B6;
	width: 500px;
	line-height: 180%;
	border-collapse:collapse;
}

table#sell_view td {
	border-width: 2px;
	border-style: solid;
	border-color : #9E9E9E;
	padding: 4px 0px 4px 4px;
}

div#pmemo1 {
	float: left;
	width: 700px;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 8px 4px;
	background-color: #FAFAFA;
	line-height: 160%;
}

div#pmemo2 {
	float: left;
	width: 700px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 4px;
	background-color: #FAFAFA;
	text-align: right;
	font-size: 8pt;
	font-family: Verdana, AppleGothic, sans-serif;
	color: #58A0DC;
}

font#sell_ip{
	font-size: 10px;
	font-family: Verdana, AppleGothic, sans-serif;
	color: #58A0DC;
}

font.s_pname {
	font-size: 13px;
	font-family: Verdana, AppleGothic, sans-serif;
	color: #A040A0;
	font-weight: bold;
}
font.sr { font: bold 13px Verdana, AppleGothic, sans-serif; color: #2080D0; }
font.sr2 { font: 12px Verdana, AppleGothic, sans-serif; color: #1C72DC; }
font.sr3 { font: bold 12px Verdana, AppleGothic, sans-serif; color: #5D5D5D; }
font.sr4 { font: bold 13px Verdana, AppleGothic, sans-serif; color: #FF8000; }
font.sr4_2 { font: 11px Verdana, AppleGothic, sans-serif; color: #58A0DC; }

font.idd { font: bold 13px Verdana, AppleGothic, sans-serif; color: #FFFFFF; }

font.state2 { /* 판매보류 */
	text-decoration: line-through;
	color: #808080; 
} 

div#banner_box { /* 배너박스 */
	clear: both;
	border: 3px solid #acd0ee;
	background-color : #f0f0f0;
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 10px 130px;
	width: 734px;
	text-align: center;
}

table.rp_box { /* 리플입력폼 */
	clear: both;
	margin: 0px 0px 10px 130px;
	padding: 0px 0px 0px 0px;
	border: 2px solid #7BB9FF;
	width: 740px;
	border-collapse: collapse;
}

table.rp_box td#rp_left { 
	background-color : #C1DCF2;
	width: 120px;
	text-align: center;
	padding: 4px 0px 4px 0px;
}

table.rp_box td#rp_right { 
	background-color : #FAFAFA;
	padding: 4px 4px 4px 4px;
}

font#rep { font: bold 13px Verdana, AppleGothic, sans-serif; color: #FFFFFF; }
font#rep2 { font: bold 13px Verdana, AppleGothic, sans-serif; color: #5C8BBF; }

textarea#rf { 
	height: 60px; 
	width: 500px;
}

input#rf_b {
	background-color:#58A0DC;
	border: 1px solid #1C1C1C;
	width: 50px;
	height: 45px;
	vertical-align: bottom;
	margin: 0px 0px 4px 4px;
}

table.rp_box2 { /* 리스트 */
	clear: both;
	margin: 0px 0px 10px 130px;
	padding: 0px 0px 0px 0px;
	border: 3px solid #acd0ee;
	width: 740px;
	border-collapse: collapse;
}

table.rp_box2 td#rp_box2_r { 
	background-color : #C1DCF2;
	width: 110px;
	padding: 4px 4px 4px 4px;
	text-align: center;
}


table.reply_box { /* 리플 박스 */
	clear: both;
	margin: 0px 0px 10px 130px;
	padding: 0px 0px 0px 0px;

	border-width: 2px;
	border-style: solid;
	width: 740px;
	border-collapse: collapse;
	table-layout:fixed;
}

table.reply_box td#rp_left { 
	background-color : #C1DCF2;
	width: 120px;
	text-align: center;
	padding: 4px 0px 4px 0px;
}

table.reply_box td#rp_right { 
	background-color : #FAFAFA;
	padding: 4px 4px 4px 4px;
	line-height: 160%;
}

div#pmemo3 {
	float: left;
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	font-size: 8pt;
	font-family: Verdana, AppleGothic, sans-serif;
	color: #58A0DC;
}