@charset "utf-8";

/* ------------------------------------------------------------------- */
/* 반드시 들어가야 하는 스타일 시작 */
/* ------------------------------------------------------------------- */

/* 본문 공통 */


body	{ margin:0; padding:0; color:#000; font:12px/150% nanum,verdana,Gulim, 굴림, AppleGothic, Sans-serif;}
a:link,
a:visited,
a:active	{ color:#000; text-decoration:none;}
a:hover	{ color:#06C; text-decoration:none;}

/* 페이징 - 현재 페이지 */
.selected	{ font-weight:bold;}

/* 카테고리 - 이미지 버튼 */
.ib	{ cursor:pointer;}
/* 카테고리 - 트리 셀 */
.branch3	{ cursor:pointer; }
/* 카테고리 - 카테고리 옆 개수 스타일 */
.c_cnt	{ color:#999; font-size:9px;}

/* 달력 월 표시 */
.cal_month					{ padding-bottom:5px; font-size:10px; font-weight:bold; text-align:center;}
/* 달력 요일 표시("th 영역") */
.cal_week1				{ }
/* 달력 일요일 표시("th 영역") */
.cal_week2				{ color:#f60;}
/* 달력 Week("tr 영역")  */
.cal_week					{ }
.cal_current_week		{ background-color:#eee;}
/* 달력 Day("td 영역") */
.cal_day					{ font-size:9px; text-align:center;}
/* 달력 Day, 일요일 ("td 영역")  */
.cal_day_sunday,
.cal_day_sunday a		{ color:#f60;}
/* 달력 지난 달 날짜 표시("td")   */
.cal_day1					{ }
/* 달력 다음 달 날짜 표시("td")   */
.cal_day2					{ }
/* 달력 이번 달 날짜 표시("td") */
.cal_day3					{ }
/* 달력 오늘 날짜 표시("td") */
.cal_day4					{ color:#f60; font-weight:bold;}
/* 달력 글쓴 날 링크 스타일 */
a.cal_click:link,
a.cal_click:visited		{ font-weight:bold;}
a.cal_click:hover		{ color:#f60;}

/* 종류별 코멘트 [##_rp_rep_class_##] */
.rp_general	{ }
.rp_admin	{ }
.rp_secret	{ color:#f60;}
/* 종류별 코멘트 [##_guest_rep_class_##] */
.guest_general	{ }
.guest_admin	{ }
.guest_secret	{ color:#f60;}
/* 비밀 댓글 ("로그아웃시 비밀글 표현") */
.hiddenComment 	{ color:#f60; font-weight:normal;}

/* 이미지 아래 캡션 스타일 */
.cap1	{ color:#999; text-align:center; }
/* 그림 */
.imageblock	{ margin:0; padding:0; border:none; vertical-align:top;}
/* 왼쪽 */
.left	{ }
/* 가운데 */
.center	{ }
/* 오른쪽 */
.right	{ }
/* 그림 2개 배치 */
.dual	{ }
/* 그림 3개 배치 */
.triple	{ }

/* 본문 - more / less */
.moreless_fold	{ padding-left:25px; background:url("images/iconMore.gif") top left no-repeat; color:#000; font-weight:bold;}
.moreless_top	{ padding-left:25px; background:url("images/iconLess.gif") top left no-repeat; color:#000; font-weight:bold;}
.moreless_body	{ }
.moreless_bottom	{ padding-right:25px; background:url("images/iconLess.gif") top right no-repeat; color:#000; font-weight:bold; text-align:right;}


/* ------------------------------------------------------------------- */
/* 반드시 들어가야하는 스타일 끝 - 이 아래는 자유롭게 추가, 삭제 가능  */
/* ------------------------------------------------------------------- */

img	{ border:none;}
h1,
h2,
h3,
h4	{ margin:0; padding:0; font-size: 12px;}


input,
textarea	{ border-top:1px solid #ccc; border-right:1px solid #eee; border-bottom:1px solid #eee; border-left:1px solid #ccc; background-color:#eee; font:12px Verdana, 굴림, Gulim, 'Trebuchet MS', Tahoma, AppleGothic, Sans-serif;}


/* ------------------------------------------------------------------- */
/* 블로그 레이아웃 */
/* ------------------------------------------------------------------- */
*{

	margin:0;

	padding:0;

	list-style-type:none;

}

#container	{ width:932px; margin:auto; padding:0;}
#header	{ }
#notice { width:520px; float:left; border-style:solid #eaeaea; height:200px; padding:20px 25px 25px 25px; margin-top:10px;
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
background-color:#f6f6f6;}
#notice ul {list-style:none; padding:0; margin:0;}
#notice ul li	{list-style:none; border-bottom:1px dotted #000;}
#notice ul li:hover	{background-color:#edbb3e;}
#lll {   width:100%; padding:10px 0; text-align:center; }

#content	{ clear:both; float:left; width:600px; margin:0; padding:0; overflow:hidden; line-height:150%;}
#sidebar	{ float:right; width:300px; margin:0; padding:0;}
.clear { clear:both; display:block; width:100%; height:1px;}


/* ------------------------------------------------------------------- */
/* ***** Header ***** */
/* ------------------------------------------------------------------- */
*html #header { margin:20px 0 0 0; padding:17px 0 5px 0; border-top:3px solid #E6E6E6; }
#header { margin:0px 0 0 0; padding:0px 0 0px 0; }
#header h1 a { float:left; font:30px Courier New; 
padding-top:0px; padding-bottom:0px;}
ul.menu li{

	float:left;

	width:231px;

	height:36px;

	background-color:#cde0de; 

        border: 1px dotted gray;

	position:relative;

}

ul.menu li a{

	display:block;

	width:100%;

	height:100%;

	line-height:36px;

	text-indent:30px;

	text-decoration:none;

}

ul.menu li a:hover{

	background-color:#0e57b6; 
        color:#FFF;

}

ul.menu li ul.sub{

	position:absolute;
        display: none;
}

ul.menu{

	zoom:1;

}

ul.menu:after {

	height:0;

	visibility:hidden;

	content:".";

	display:block;

	clear:both;

}
.blogMenu	 { clear:both; color:#fff;}
.blogMenu	 a { float:left; display:block; width:102px; height:30px; padding:3px 5px; border-right:1px solid #fff; background-color:#e6e853; color:#FFFFFF; font-size:11px;}
.blogMenu	 a:link,
.blogMenu	 a:visited,
.blogMenu	 a:active {color:#000; font-size:11px;}
.blogMenu	 a:hover	{ background-color:#999b0f; color:#FFF;}
.blogMenu	 a.blogMenuEmpty { width:91px;} /* 중간 빈 메뉴 공간 */

.blogMenu_about	 { clear:both; color:#e3af33;}
.blogMenu_about	 a { float:left; display:block; width:130px; height:30px; padding:3px 5px; border-right:1px solid #e3af33; background-color:#cdd014; color:#bb6000; font-size:11px;}
.blogMenu_about	 a:hover	{ background-color:#999b0f; color:#FFF;}
.blogMenu_about	 a.blogMenu_aboutEmpty { width:91px;} /* 중간 빈 메뉴 공간 */

/* ------------------------------------------------------------------- */
/* ***** Sidebar ***** */
/* ------------------------------------------------------------------- */

#sidebar ul	{ list-style:none; margin:0; padding:0 0 25px 0;}
#sidebar li	{ list-style:none; padding:3px 0; border-top:1px solid #ccc;}
#sidebar h3 { padding:5px 0; border-top:2px solid #E6E6E6; cursor:pointer;}
#sidebar h3 a:hover { color:#E6E6E6; }
#sidebar .cnt	{ color:#999; font-size:9px;}
#sidebar .name	{ color:#999;}
#sidebar .date	{ color:#000; font-size:10px;}

#sidebar .blogImage img { padding-top:5px; padding-left:10px; padding-right:10px; width:280px; height:156px;}
.blogDesc_A { padding-top:8px;padding-bottom:10px; padding-left:10px; padding-right:10px; color: #808000; font-weight:bold;}
.blogDesc_B { padding-top:5x;padding-left:10px; padding-right:10px; color: #a0522d; }
.userID { font-weight:bold;}

#sidebar .search {float:left;  border:none; background-color:#ffffff; }
#sidebar .search input	{border:1px solid #9ab11b; width:265px; height:26px; font-size:16px;}
#sidebar .search .submit {width:28px; height:28px; background:url(images/searchbutn.png) no-repeat; border:none; cursor:pointer;}

/* Categories */
#category ul,
#category li { padding:0;}
#category li a { display:block; padding:3px 0;}
#category .selected	{ font-weight:bold;}
#category .selected	ul li{ font-weight:normal;}

#category,
#calendar	{ padding-bottom:25px;}
.blogImage	{ padding-bottom:20px;}
#archive,
#link { font-size:11px;}

#rss a { display:block; width:20px; height:20px; background:url("images/rss.gif") top left no-repeat;}
#rss a:hover { background:url("images/rss-on.gif") top left no-repeat;}


/* ------------------------------------------------------------------- */
/* ***** content ***** */
/* ------------------------------------------------------------------- */

#content .keylog,
#content .localog, 
#content .taglog, 
#content .entryNotice, 
#content .entryProtected, 
#content .entry,
#content .guestbook, 
#content .searchList, 
#content .searchRplist		{ padding-bottom:40px;}

#content .keylog h2, 
#content .localog h2, 
#content .taglog h2, 
#content .guestbook h2		{ margin-bottom:30px; padding:5px 0; border-top:0px solid #000; border-bottom:1px solid #ccc; font-size:12px;}		
#content .medialog h2,
#content .searchRplist h2,
#content .searchList h2		{ margin-bottom:15px; padding:5px 0; border-top:0px solid #000; border-bottom:1px solid #ccc; font-size:12px;}

.searchList ol, .searchRplist ol{
	margin:15px 0;
	padding:15px;
	border:1px solid #DDD;
	list-style:decimal inside;
}
.searchList li, 
.searchRplist li	{ margin-bottom:4px; padding-bottom:2px; line-height:100%;}
.searchList .date, 
.searchRplist .date	{ margin-left:10px; color:#999; font-size:9px;}
.searchList .cnt	{ color:#f60; font-size:9px;} 
.searchRplist .name	{ }
.searchList .tblist	{ margin-bottom:8px;}
.searchList .tblist a	{ color:#999;}
.paging		{ float:left; padding:10px 0 10px 0; line-height:130%;  font-size:9px; }
.paging .numbox	{ margin-left:6px; padding:0 8px 0 2px; border-left:1px solid #000; }
.paging .num	{ padding:0 9px 0 6px; border-right:1px solid #000;}
.paging a	{ color:#000; text-decoration:none;}
.paging a:hover		{ color:#999;}

.localog a { font-weight:bold;}
.keylog ul,
.taglog ul				{ margin:0; padding:0px; text-align:justify;}
.keylog li,
.taglog li				{ display:inline;}
.taglog li .cloud1		{ color:#000; font-weight:bold;}
.taglog li .cloud2		{ color:#222; font-weight:bold;}
.taglog li .cloud3		{ color:#333; font-weight:bold;}
.taglog li .cloud4		{ color:#444; }
.taglog li .cloud5		{ color:#444;}
.taglog li a:hover	{ color:#f60;}

.guestbook p	{ margin:0; padding:2px 0;}

.guestWrite		{ font-size:9px; }
.guestWrite input	{ width:150px; background-color:#eee; color:#000;}
.guestWrite textarea	{ width:588px; padding:5px; color:#000;}
.guestWrite .homepage   { width:300px;}
.guestWrite .submit		{ width:150px; height:20px; font-size:9px;}
.guestWrite input.checkbox	{ width:15px; margin:0; padding:0; border:none; background-color:#fff;}

.guestList	{ width:100%; padding:40px 0 0 0;}
.guestList ol	{ list-style:none; margin:0; padding:30px 0 0 0;}
.guestList ol ul	{ list-style:none; margin:0; padding:0;}
.guestList ol li	{ overflow:hidden;}
.guestList ol li p	{ padding-top:7px; background:url("images/dot.gif") repeat-x;}
.guestList ol li ul li	{ padding:10px 0 0 60px; border:none; overflow:hidden;}
.guestList ol li ul li { text-align:right;}

.guestList ol li .name	{ font-weight:bold;}
.guestList ol li .date,
.guestList .control,
.guestList .control a	{ font-size:9px; color:#999;}
.guestList .control a:hover	{ color:#f60;}


/* ------------------------------------------------------------------- */
/* entry */
/* ------------------------------------------------------------------- */

.entryNotice h2, 
.entryProtected h2, 
.entry h2 {  border-bottom:5px; font-size:16px;}

.titleWrap	{ margin-top:45px; margin-bottom:10px;  padding:5px 0; border-top:0px solid #E6E6E6; border-bottom:1px solid #ccc; color:#999; font-size:9px;}
.titleWrap .category a	{ color:#b31c00; font-size:11px;}
.titleWrap .date{ color:#000; font-size:11px;},
.titleWrap .admin{ color:#ff6c00; font-size:11px;}
.titleWrap .sns{ margin-top:15px;}
.titleWrap .title{ margin-bottom:15px;  padding:5px 0; border-top:2px solid #E6E6E6; border-bottom:1px solid #ccc; color:#999; font-size:9px;},
.titleWrap .category a:hover,
.titleWrap .admin { padding-left:5px;}

.warning	{ margin-bottom:10px; padding-left:45px; background:url("images/imgProtected.gif") no-repeat;}
.entryProtected input	{ width:140px; color:#000; background-color:#eee; }
.entryProtected .submit	{ width:50px; height:18px; background-color:#eee; color:#000; font-size:9px;}

.article	{ width:100%;} 
.article a:link,
.article a:visited,
.article a:active	{ color:#3151A2; text-decoration: underline;}
.article a:hover	{ color:#000; border:none;}
.article dt	{ text-decoration:underline;}
.article dd	{ margin-left:20px; padding-bottom:10px;}
.article blockquote	{ margin:10px 20px; padding-left:28px; background:url("images/iconBlockquote.gif") top left no-repeat;}
.article a img	{ border:none !important;}

.tagTrail	{ clear:both; margin-top:20px; padding:0px 5px 0px 0px;}
.tagText	{ background-color: rgb(0, 0, 0);  color: #ffffff;}

.actionTrail	{ clear:both;}
.actionTrail .cnt	{ color:#f60; font-weight:bold;}

.trackback		{ width:100%; margin-bottom:4px; padding-top:2px; overflow:hidden;}
.trackback a	{ color:#000;}
.trackback h3	{ margin:0px 5px 10px 0px; color:#000000; font-size:11px;}
.trackback h4	{ margin:0;}
.trackback h4 a	{ color:#f60;}
.trackback ol	{ list-style:none; margin:0; padding:0;}
.trackback li	{ padding:7px 0;}
.trackback .date	{ color:#999; font-size:9px;}
.trackback p	{ margin:3px 0 0 0; padding:0; color:#999; letter-spacing: 0px;}
.trackback a.delete span	{ color:#999; font-size:9px;}

.comment{
	text-align:justify;
}

.comment h3{
width:200px;
height:21px;
background:url(./images/bannerg.png) no-repeat;
}

.commentList ol{
	margin-top:10px;
}
.commentList ol li{
	margin-top:10px;
	border-bottom:1px dotted #DDD;
}
.commentList ol li img{
	vertical-align:middle;
	padding:2px;
	width:16px;
	height:16px;
	border:1px solid #DDD;
	background-color:#FFF;
}
.commentList ol li .name{
	margin-bottom:5px;
	font:16px 나눔고딕, NanumGothic, "Malgun Gothic", "맑은 고딕", Dotum, 돋움;
color:#2290ff;
}
.commentList ol li .name a{
	margin-bottom:5px;
	font:16px 나눔고딕, NanumGothic, "Malgun Gothic", "맑은 고딕", Dotum, 돋움;
color:#1568bc;
}
.commentList ol li .replyFrom{
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;	
	color:#999;
}
.commentList ol li .date{
	font:11px Trebuchet MS;
	text-transform:uppercase;
	letter-spacing:1px;	
	color:#999;
}
.commentList ol li .date a{
	color:#999;
}
.commentList ol li .date a:hover{
	text-decoration:underline;
}
.commentList ol li .reply{
	margin:5px 0;
	line-height:140%;
}
.commentList ol li .reply img{
	padding:0;
	margin:0;
	width:auto;
	height:auto;
	border:none;
	background:none;
}
.commentList ol li ul{
	list-style:none outside;
	margin-left:50px;
	margin-bottom:0;
}
.commentList ol li ul li{
	padding:10px;
	margin:10px 0;
	background-color:#F7F7F7;
	border:1px solid #DDD;
}

.commentWrite{
	margin-top:10px;
	margin-bottom:20px;
	padding:15px;
	border:1px dotted #DDD;
	font:11px Trebuchet MS, NanumGothic, 나눔고딕, "Malgun Gothic", "맑은 고딕", Dotum, 돋움;
	text-transform:uppercase;
	letter-spacing:1px;	
}
.commentWrite h3, #nonEntry .commentWrite h3{
	margin-bottom:10px;
	font:16px 나눔고딕, NanumGothic, "Malgun Gothic", "맑은 고딕", Dotum, 돋움;
	background:url(./images/banner1.png) no-repeat;
	width:146px;
	height:18px;
}
.commentWrite p{
	margin:0 0 10px 0;
}
.commentWrite .point{
width:16px;
height:16px;
background:url(./images/tick-small.png) no-repeat;
background-position:-3px 0px;
color:#fff;
}
.commentWrite .input{
	width:150px;
	height:18px;
	border:1px solid #DDD;
background:#F7F7F7 url(./images/area1.png) repeat-x;
}
.commentWrite .input_on{
	width:150px;
	height:18px;
	border:1px solid #FF6600;
background:#F7F7F7 url(./images/area1.png) repeat-x;
}
.commentWrite .textarea{
	width:99%;
	height:100px;
	border:1px solid #DDD;
background:#F7F7F7 url(./images/area1.png) repeat-x;
}
.commentWrite .textarea_on{
	width:99%;
	height:100px;
	border:1px solid #FF6600;
background:#F7F7F7 url(./images/area1.png) repeat-x;
}
.commentWrite a.submit{
    display:block;
    width:125px;
    height:25px;
    background:url(./images/comment.png) no-repeat 0 0;
    text-indent:-9999px;
	padding-bottom:2px;
	cursor:pointer;
	float:right;
}

.commentWrite a.submit:hover{
    background-position:0px -25px;
}

.commentWrite p.secretWrap{
	margin-bottom:0;
	font:11px NanumGothic, 나눔고딕, "Malgun Gothic", "맑은 고딕", Dotum, 돋움;
}

.paging		{ float:left; padding:10px 0 10px 0; line-height:130%;  font-size:9px; }
.paging .numbox	{ margin-left:6px; padding:0 8px 0 2px; border-left:1px solid #000; }
.paging .num	{ padding:0 9px 0 6px; border-right:1px solid #000;}
.paging a	{ color:#000; text-decoration:none;}
.paging a:hover		{ color:#999;}
.meta_blog	{ float:left; width:600px; argin-top:5px; margin-bottom:5px; }
.twitter { margin-top:3px; margin-right:5px;}
.googleplus { margin-top:2px; margin-right:5px;}
.facebook { margin-top:3px; margin-right:8px;}
.meta_line { margin-top:5px; border : 1px solid #9AB11B;};
/* ------------------------------------------------------------------- */
/* ***** footer ***** */
/* ------------------------------------------------------------------- */

#footer		{ width:100%; margin:30px 0; padding-bottom:5px; border-top:3px solid #000; font-size:9px; }
#footer .copyright { float:right; padding-top:7px; text-align:right;}
.letterT	{ color: #009bd5;}
.letterE	{ color: #0083ae;}
.letterX	{ color: #e80478;}
.letterT2	{ color: #b71767;}
.letterC	{ color: #fdc11f;}
.letterU	{ color: #f39424;}
.letterB	{ color: #b1d04d;}
.letterE2	{ color: #8daa41;}

/* ------------------------------------------------------------------- */
/* ***** coverpage ***** */
/* ------------------------------------------------------------------- */

.coverpage .img_preview { float:right; }
.coverpage .img_preview img { width:40px; height:40px; margin:0 0 5px 5px; border-top:2px solid #000;}
.coverpage .content_box h2 { padding:5px 0 0 0; border-top:2px solid #000;}
.coverpage .post_info { margin-bottom:15px; color:#999; font-size:9px;}
.coverpage .post_info .category a	{ color:#999; font-size:11px;}
.coverpage .post_tags	{ clear:both; margin:10px 0 30px 0; color:#999; font-size:12px;}
.coverpage .post_tags a	{ color:#999; font-size:12px;}

#STATICMENU { padding:0; margin-top:200px; margin-left:180px; position:fixed;  z-index:1;}
#STATICMENU table.normalTable { border-collapse:collapse; clear:both; width:70px; border:1px solid #ccc;}
#STATICMENU table.normalTable tr th { border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:5px; background:#eee;text-align:center;}
#STATICMENU table.normalTable tr td { border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:3px;text-align:center;}
#STATICMENU table.normalTable tr:hover { background:#eee;}

#GOOGLE_BOTTOM table.normalTable { border-collapse:collapse; clear:both; width:600px; height:60px;border:0px }
#GOOGLE_BOTTOM table.normalTable tr th { border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:5px; background:#eee;text-align:center;}
#GOOGLE_BOTTOM table.normalTable tr td { border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:3px;text-align:center;}

#GOOGLE_TOP table.normalTable { width:650px; border:0px }
#GOOGLE_TOP table.normalTable tr th { border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:5px; background:#eee;text-align:center;}
#GOOGLE_TOP table.normalTable tr td { border-bottom:1px solid #ccc; border-right:1px solid #ccc; padding:3px;text-align:center;}

/* ------------------------------------------------------------------- */
/* ***** 사이드 공유버튼 ***** */
/* ------------------------------------------------------------------- */

.retweet {
background-color:#F9F9F9;
border:1px solid #D8D8D8;
}

#post_retweet {
position: fixed;
left: 50%;
top: 467px;
margin-left: -538px;
text-align:center;
width:68px;
}

.wdt_button  {
padding:5px;
}

.tab-wrap { position:relative; padding:0; margin:2em 0 0; background-color:#fff; border-style:solid; border-width:1px; border-color:#E1E1E1 #D4D4D4 #D4D4D4; border-radius:5px; box-shadow:0px 1px 3px rgba(0, 0, 0, 0.15); }
.tabs { overflow: hidden; }
.tabs li, .tabs a { -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.tabs li { background: #fff; display: inline; float: left; list-style: none; margin: 0; padding: 1px 1px 0; text-align: center; width: 117px; }
.tabs a { color: #333; display: block; padding: 5px 0; text-decoration: none; background-color:#e5e853; }
.tabs a.current { background-color: #aea94b; color: #fff; }
.tabs a:hover { background: #666; color: #fff; }
* html .tabs a, * html #tab_content_primary_01 a { height: 1%; } /* For IE6. */
.tab_content_wrap { position:relative; width:575px; padding:10px; background-color: #fff; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; font:14px 나눔고딕, NanumGothic, "Malgun Gothic", "맑은 고딕", Dotum, 돋움;
color:#2290ff;}
#tab_content_primary_01 a { padding:0 0 0 15px; display:inline-block; background:url(images/list-dot.png) no-repeat 0 8px; margin-bottom:10px;}
#tab_content_primary_01 a:hover { color:#aea94b; text-decoration:underline; }
#tab_content_primary_03 a { padding:0 0 0 15px; display:inline-block; background:url(images/list-dot.png) no-repeat 0 8px; margin-bottom:10px;}
#tab_content_primary_03 a:hover { color:#06f; text-decoration:underline; }

/*페이징paging*/
#paging{
	width:/*@post-width:10=*/660px/*@*/;
	text-align:center;
	padding-top:10px;
	margin:10px 0;
	font:11px Trebuchet MS;
	text-transform:uppercase;
}
#paging .selected{
	color:#FF9900;
}
#paging .numbox{
}

#paging a.num{
	padding:2px 6px;
	border:1px solid #ddd;
}
#paging a:hover.num{
	border:1px solid #ff9900;
}
#paging a.prev{
	display:block;
	width:80px;
	height:35px;
	background:url(./images/prev.png) no-repeat;
	float:left;
}
#paging a.next{
	display:block;
	width:80px;
	height:35px;
	background:url(./images/next.png) no-repeat;
	float:right;
}
#paging a:hover.prev, #paging a:hover.next{
	 background-position:0 -35px;
}
#paging a.prev span, #paging a.next span{
	display:none;
}