@charset "utf-8";

/* 
body{margin:0; scrollbar-3dlight-color: #b4b4b4;scrollbar-arrow-color: #333333;scrollbar-base-color: #eeeeee;scrollbar-darkshadow-color: #ffffff;scrollbar-face-color: #eeeeee;scrollbar-highlight-color: #ffffff;scrollbar-shadow-color: #b4b4b4;}

/* 
html, body, table, tr, td, a {font-size:9pt; color:#333333; font-family:'굴림,돋움,tahoma,verdana,arial,helvetica'; line-height:130%;}
select, textarea, input, option {font-size:9pt; color:#333333; font-family:'돋움,굴림,tahoma,verdana,arial,helvetica'; line-height:130%;}


a:link, a:active{color:#5e5e5e; text-decoration:none; padding-top:3px;}
a:visited {color:blue; text-decoration:underline; padding-top:3px;}
a:hover {color:#1f1f1f; text-decoration:none; padding-top:3px;}
*/

.memberDel {color:red;}

/* 이미지 Border */
img {border: none;}

/*공통*/
/*
id 순서
sya_wrap
	topTitle
	topTable
	middleTable
		mTitle
		mTable
		page
	footTable
*/
#sya_wrap{width:100%; margin:2px 2px 2px 2px ;}
#sya_wrap .b {font-weight:bold;}
#sya_wrap .leftBg{border:1px solid #ddd;background:#32AF00;color:#231b28;}
#sya_wrap .topBg{border:1px solid #ddd;color:#231b28;}
#sya_wrap .changeBg {background:#ddd;}
#sya_wrap .footBg {background:#ddd;}
#sya_wrap .inline {display:inline;}
#sya_wrap .left {text-align:left;}
#sya_wrap .center{text-align:center;}
#sya_wrap .right{text-align:right;}
#sya_wrap .xc1 {background:#fff;}
#sya_wrap .xc2 {background:#f2f2f2;}
#sya_wrap .mtop {margin-top:5px;}
#sya_wrap .mbottom {margin-bottom:5px;}
#sya_wrap .floatL {float:left;}
#sya_wrap .floatR {float:right;}
#sya_wrap .pdL{padding-left:50px;}
#sya_wrap .blue{color:blue;}
#sya_wrap .red{color:red;}

/*종이책 - 카테고리*/
#sya_table {width:100%; text-align:center;}
#sya_table .subTable {width:100%;}


/*종이책 - 상품관리*/
#topTitle {font-weight:bold;font-size:16px;margin-bottom:10px;}
#topTable {width:100%;text-align:center;}
#topTable table {width:100%; border-collapse:collapse;border:1px solid #666;}
#topTable table tbody th {font-weight:bold;background:#CC66CC;border-top:1px dotted #eee;color:#fff;}
#topTable table tbody td {background:#ddd;border-top:1px dotted #eee; }
#topTable table tbody tr .bg {background:#ddd;height:25px;border:1px dotted #eee;}
#topTable table tbody tr .bg2 {background:#fff;height:25px;border:1px dotted #eee;}
#topTable table tfoot {text-align:center;}

#middleTable {width:100%;}
#middleTable .mTitle {width:100%;}
#middleTable .mTitle p {margin:0 auto;}
#middleTable .mTitle select {margin:0 auto;}
#middleTable .mTable {width:100%;}
#middleTable .mTable table{
	width:100%; border-collapse:collapse;
	border-bottom: 1px solid #eee;
    margin-bottom: 13px;
    color: #231b28;
	border-spacing: 0;
	background-color: transparent;
}
.center {text-align:center;}

#middleTable .mTable table thead tr {background:#f8f8f8;}
#middleTable .mTable table thead tr th {height:25px;border-left:1px solid #fff;border-bottom:1px solid #eee;}
#middleTable .mTable table tbody tr td {height:20px;border:1px solid #eee;padding-top:5px;padding-bottom:5px;}

#middleTable .mTable table tfoot tr td{border-bottom:1px solid #666;padding-top:3px;padding-bottom:3px;font-weight:bold;}

/*인기검색어 관련*/
#middleTable .popularity .addBg {background:#ddd;}

/*search*/
#board_search * {vertical-align: middle;}
#board_search{text-align:center;height:58px;background-image: url('/syBoard/images/serch_bg2.gif');background-repeat: no-repeat;background-position:center;width:100%;padding-top:2.7em; # padding-top:2em;/* # => IE전용 */}
#board_search .sfld{}
#board_search .findString{}
#board_search .search_btn{}

.page {text-align:center;}