* { 
	padding: 0; 
	margin: 0;
	box-sizing: border-box;
}

body {
	font-size: 12px; 
    font-family : "맑은 고딕", 돋움, Arial, AppleGothic, AppleSDGothicNeo, sans-serif;
	/* behavior:url("./css/csshover3.htc"); */
}

/*
tr, td ,th {
	font-size: 12px; 
    font-family : "맑은 고딕", 돋움, Arial, AppleGothic, AppleSDGothicNeo, sans-serif;
}
*/

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;}

#wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 100px;
}

div#head {
	position: relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 1000px;
	height: 60px;
	background: #9E9E9E;
	background-image: url('/images/menu_up_extra.gif');
}

div#login_head {  /* 로그인정보 - 접속중 */
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0;
	width: 1000px;
	line-height: 24px;
	background: #FFE0E0;
	text-align: right;
}

div#tail {
	clear: both;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	width: 1000px;
	background: #99CCFF;
	text-align: right;
}

div#banner { /* 배너상단_메인DIV */
	position:relative;
	padding: 0;
	margin: 0;
	width: 1000px;
	height: 70px;
	background: #F0F0F0;
}

div#banner_left {
	float:left;
	text-align:center;
	width: 160px;
	padding: 0;
	margin: 10px 0 0 0;
}

div#banner_right{
	float:left;
	width: 800px;
	padding: 0;
	margin: 5px 0 0 0;
}

div#input_box { /* 박스입력링크 */
	position:absolute;
	z-index:10;
	left:750px;
	top:50px;
	width:100px;
}

#t_wrapper { /* 게시판 전체 감싸는 div */
	float: left;
	padding: 0;
	margin: 0;
	width: 1000px; /* 952px */
	background: #E0EAF3; /* #80C0C0 */
}

#t_right { /* 게시판 오른쪽 링크 리스트 */
	display: inline;
	float: left;
	width: 840px; /* 781 */
	margin: 0 0 0 160px;
	padding: 0;
	background: #E0E0E0;
}

#t_left { /* 게시판 왼쪽 링크 리스트 */
	float: left;
	width: 160px;
	margin-left: -1000px;
	padding: 0;
}

div#sell_index { /* 게시판 인덱스 페이지 */
	padding: 0;
	margin: 0;
	width: 838px;
	height: 40px;
	background: #DFDFDF; /* F0F0F0 */
}

div#sell_idx_l {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	width: 420px;
	height: 30px;
	text-align:right;
	background: #DFDFDF;

}

div#sell_idx_r {
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	width: 370px;
	height: 30px;
	text-align:right;
	background: #DFDFDF;
}

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;
	width: 838px;
	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: 32px;
	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: 12px;
	color: #A0A0A0;
	
}

table.sell_list td#r_code a {  /* 등록된 제품코드 */
	font-size: 12px;
	color: #348EDB;
}

table.sell_list td#r_sub { /* 제품명 */
	background-color : #F2F6FC;
	text-align: left;
}

table.sell_list td#r_size { /* 제품사이즈 */
	font-size: 11px;
}

table.sell_list td#r_nick { /* 등록닉네임 */
	text-align: center;
	background-color : #DAE9F7;
}

table.sell_list td#r_date { /* 제품등록날자 */
	font-size: 11px;
	color: #616161;
	text-align: center;
	background-color : #E5EEF8;
}

table.sell_list td#r_hit { /* 조회수 */
	font-size: 11px;
	color: #000060;
	text-align: center;
	background-color : #F2F6FC;
}

#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: 24px;
}

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;
}

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:20px;   
    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:20px;   
    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: 0;
	margin: 0px 0px 10px 0px;
	width: 996px;
	border:2px solid #7BB9FF;
	background-color: #C1DCF2;
}

div#info_left {
	float: left;
	text-align: center;
	line-height: 200%;
	margin: 0px;
	padding: 5px 0px 0px 5px;
	background-color: #C1DCF2;
	width: 140px;
}

div#info_right{
	float:right;
	width: 840px;
	margin: 0;
	padding: 5px 0px 10px 5px;
	background-color: #FAFAFA;
}

div#info_img {
	width: 740px;
	margin: 4px 4px 10px 4px;
	padding: 10px 0px 10px 0px;
	background-color: #F0F0F0;
}

table#box_ft {
	clear: both;
	margin: 10px 0px 0px 10px;
	background-color: #E7734C;
	border:2px solid #AD5639;
	width: 700px;
	height: 90px;
}

table#box_ft td.spic { /* 제품임시사진 */
	text-align: center;
	width: 110px;
}

span#f_pname { 
	font-size: 22px;
	font-family: Verdana, AppleGothic, sans-serif;
	color: #5D5D5D;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 140%;
	margin: 0;
	padding: 0;
}

span#f_pcolor { 
	font-size: 17px;
	font-family: Verdana, AppleGothic, sans-serif;
	color: #DFDFDF;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

span#f_pcode { 
	font-size: 18px;
	font-family: Verdana, AppleGothic, sans-serif;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}

table#sell_view {
	clear: both;
	margin: 10px 0px 0px 10px;
	padding: 0px;
	background-color: #EDEDED;
	border:2px solid #B6B6B6;
	width: 700px;
	line-height: 160%;
	border-collapse:collapse;
}

table#sell_view td {
	border:2px solid #9E9E9E;
	padding: 4px 0px 4px 4px;
}

div#pmemo1 {
	float: left;
	width: 700px;
	margin: 8px 0px 0px 10px;
	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;
}

span#s_pname {
	font-size: 13px;
	font-family: Verdana, AppleGothic, sans-serif;
	color: #343434;
	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; }

span.idd {
	font-size: 13px;
	font-family: Verdana, AppleGothic, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}

font.state2 { /* 판매보류 */
	text-decoration: line-through;
	color: #808080; 
} 

div#test_box { /* test박스 */
	clear: both;
	border: 2px solid #7BB9FF;
	background-color : #f0f0f0;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 10px 156px;
	width: 840px;
	text-align: left;
	
	height: 300px;
	position: relative;
}

div#graph_box { /* graph박스 */

	margin: 10px 0px 0px 10px;
	padding: 4px 0px 4px 0px;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

	background-color : #ffffff;
	width: 500px;
	text-align: left;
}

div#banner_box { /* 배너박스 */
	clear: both;
	border: 3px solid #acd0ee;
	background-color : #f0f0f0;
	padding: 6px 0px 6px 0px;
	margin: 0px 0px 10px 160px;
	width: 834px;
	text-align: center;
}

table.rp_box { /* 리플입력폼 */
	clear: both;
	border: 2px solid #7BB9FF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 160px;
	width: 840px;
	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 10px 4px 10px;
}


table.rp_box2 { /* 리플입력 하단 다른게시물 보기 */
	clear: both;
	margin: 0px 0px 10px 160px;
	padding: 0px 0px 0px 10px;
	border: 3px solid #acd0ee;
	width: 840px;
	height: 42px;
	border-collapse: collapse;
}

table.rp_box2 td#rp_box2_r { 
	background-color : #C1DCF2;
	width: 120px;
	padding: 2px 2px 2px 2px;
	text-align: center;
}



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: 520px;
}

input#rf_b {
	background-color:#58A0DC;
	border: 1px solid #1C1C1C;
	width: 50px;
	height: 40px;
	vertical-align: bottom;
	margin: 0px 0px 0px 10px;
}

table.reply_box { /* 리플 박스 */
	clear: both;
	margin: 0px 0px 10px 160px;
	padding: 0px 0px 0px 0px;

	border-width: 2px;
	border-style: solid;
	width: 840px;
	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;
}

.btn_logout {
	padding: 2px;
	margin: 0px 2px;
	width: 50px;
	height: 22px;
	color: #000;
	font-size: 11px;
	background-color: #DCF4FD;
	border: 1px solid #000;
}

.btn_logout:hover {
	background-color: #D5E3F5;
}