/* -------------------------------------------------------------------------------------------
KIPRIS Search System ¸®¸ðÄÜ ·¹ÀÌ¾î CSS
* version 	: 0.1 (2007.1012)
* author		: Choi, hyo-jeong
* email		: ppojeong@naver.com
---------------------------------------------------------------------------------------------*/

body {
margin:0;
padding:0;
}
/* ¸®¸ðÄÜ ·¹ÀÌ¾î */
/*
2009³âµµ ¹Ì·¡Çü °Ë»ö ½Ã½ºÅÛ °íµµÈ­ »ç¾÷
#remote {
position:absolute;
top:50px;
left:775px;
z-index:2;
visibility:hidden;
width:105px;
padding:0 0 7px 0;
text-align:left;
background:#ffffff url(../image/KP_re/remote_bg_bottom.gif) no-repeat bottom left;
}

#remote_back {
position:absolute;
top:50px;
left:775px;
z-index:1;
visibility:hidden;
width:105px;
padding:0 0 7px 0;
text-align:left;
}
*/
#remote {
position:absolute;
top:25px;
left:870px;
z-index:2;
visibility:hidden;
width:105px;
padding:0 0 7px 0;
text-align:left;
background:#ffffff url(../image/KP_re/remote_bg_bottom.gif) no-repeat bottom left;
}

#remote_back {
position:absolute;
top:25px;
left:870px;
z-index:1;
visibility:hidden;
width:105px;
padding:0 0 7px 0;
text-align:left;
}

#remote ul {
background:url(../image/KP_re/remote_bg.gif) no-repeat top left;
}

#remote li {
 padding:5px 2px 3px 6px;
border-bottom:1px solid #C3C3C3;
}

.remote_f, .remote_f a:link, .remote_f a:visited, .remote_f a:active {font-size:11px; color:#333333; letter-spacing:-1px;}
.remote_f a:hover {font-size:11px; color:#FF6600; letter-spacing:-1px;}

.remote_f_sub, .remote_f_sub a:link, .remote_f_sub a:visited, .remote_f_sub a:active {font-size:11px; color:#686868; letter-spacing:-1px;}
.remote_f_sub a:hover {font-size:11px; color:#FF6600; letter-spacing:-1px;}

.remote_sub_menu {padding:2px 0px 3px 7px;}


/* ¸®¸ðÄÜ ·¹ÀÌ¾î µÚ¿¡ ÄÞº¸(select)¹Ú½º¸¦ °¡¸®±â À§ÇÑ ºó ·¹ÀÌ¾î */
#blinklayer {
position:absolute;
visibility:hidden;
top:50px;
left:775px;
z-index:1;
width:105px;
height:40px;
text-align:center;
}

#sort {
position:absolute;
top:268px;
left:360px;
z-index:3;
visibility:hidden;
width:125px;
margin:0;
padding:3px 5px 7px 5px;
border:1px solid #1344A0;
background:#ffffff;
}

#sort dl {
float:left;
height:15px;
padding:3px 2px 0 2px;
border-bottom:1px solid #E2E2E2;
}

#sort dd {
text-indent:-3000px;
float:right;
}

.sort_type {
float:left;
width:73px
letter-spacing:-1px;
}

.sort_type, .sort_type a:link, .sort_type a:visited, .sort_type a:active {font-size:11px; color:#4969A1;}
.sort_type a:hover {font-size:11px; color:#000;}

.sort_up {
width:25px;
height:9px;
background:url(../image/KP_re/icon/icon_sort_up.gif) no-repeat 0 50%;
}

.sort_down {
width:25px;
height:9px;
background:url(../image/KP_re/icon/icon_sort_down.gif) no-repeat 0 50%;
}

.sort_off {
width:25px;
height:9px;
background:url(../image/KP_re/icon/icon_sort_off.gif) no-repeat 0 50%;
}