@charset "UTF-8";

/* 경매/공동구매 목록 스타일 정의 by blond222@gmail.com 2009-06-29 ~ 2009-07-01 */

table.saup_item {
}

table.saup_item_detail a, table.saup_dv_info a, table.saup_mem_list a, ul.ulnav a
{ color:#444444; text-decoration:none; line-height:120%; }
table.saup_item_detail a:visited, table.saup_dv_info a:visited, table.saup_mem_list a:visited, ul.ulnav a:visited
{ color:#444444; }
table.saup_item_detail a:hover, table.saup_dv_info a:hover, table.saup_mem_list a:hover, ul.ulnav a:hover
{ color:#111111; text-decoration:underline; }

table.saup_item_detail {
}
table.saup_item_detail th {
	height: 33px;
	background-image: url(img/shop_saup/item_title_bg.gif);
	background-repeat: repeat-x;
}
table.saup_item_detail td {
	color: #111111;
	padding-top:5px;
}
table.saup_item_detail th.saup_idt_timer {
	width: 43px;
	height: 33px;
	color:000;
	background-image: url(img/shop_saup/item_title_timer.gif);
	background-repeat: no-repeat;
}
table.saup_item_detail th.saup_idt_timerX {
	width: 43px;
	height: 33px;
	color:000;
	background-image: url(img/shop_saup/item_title_timerX.gif);
	background-repeat: no-repeat;
}

table.saup_item_detail span.red {
	color: #FF5200;
}
table.saup_item_detail span.blue {
	color: #0000FF;
}

td.saup_idt_dotted {
	height: 10px;
	background-image: url(img/shop_saup/item_line_dot.gif);
	background-repeat: repeat-x;
}

td.saup_idt_ln_end {
	BORDER-TOP: #CDCDCD 1px solid;
	height: 3px;
	background-color: #E1E1E1;
}

/* 왼쪽 메뉴 */
ul.saup_ul {
	padding:3px;
}
ul.saup_ul li {
}
ul.saup_ul li a {
	color: #000000;
}
ul.saup_ul li a:hover {
	color: #0033CC;
	text-decoration:none;
}

/* 상세보기 */
table.saup_detail_view {
}

table.saup_detail_view table.saup_dv_header {
	
}

table.saup_detail_view table.saup_dv_header th {
	height: 33px;
	background-image: url(img/shop_saup/item_title_bg.gif);
	background-repeat: repeat-x;
}

table.saup_detail_view table.saup_dv_header th.saup_dv_timer {
	width: 43px;
	height: 33px;
	color:000;
	background-image: url(img/shop_saup/item_title_timer.gif);
	background-repeat: no-repeat;
}
table.saup_detail_view table.saup_dv_header th.saup_dv_timerX {
	width: 43px;
	height: 33px;
	color:000;
	background-image: url(img/shop_saup/item_title_timerX.gif);
	background-repeat: no-repeat;
}

/* 상세보기의 기본 자료항목들을 라렬하는 테블 */
table.saup_detail_view table.saup_dv_info {
}
table.saup_detail_view table.saup_dv_info tr {
	vertical-align:top;
}
table.saup_detail_view table.saup_dv_info th {
	/* 항목임을 표시하는 점을 넣어준다. */
	width: 80px;
	font-weight: normal;
	color: #222222;
}
table.saup_detail_view table.saup_dv_info a.a_lookmems {
	color: green;
	font-weight: bold;
}
table.saup_detail_view table.saup_dv_info a.a_lookmems:hover {
	color: #333388;
	text-decoration: none;
}


/* 멤버 리스트 */
table.saup_mem_list {
}
table.saup_mem_list td.tdheader {
	height: 37px;
	color:000;
	background-image: url(img/shop_saup/detail_mem_list.gif);
	background-repeat: no-repeat;
}
table.saup_mem_list td.tdfooter {
	BORDER-TOP: #CDCDCD 1px solid;
	height: 3px;
	background-color: #E1E1E1;
}
table.saup_mem_list tr.trtitle {
	height: 26px;
	background-color: #F5F5F5;
}
table.saup_mem_list tr.trtitle_bottom {
	height: 1px;
	background-color: #CECECE;
}
table.saup_mem_list tr.odd {
	height: 22px;
	background-color: #FFFFFF;
}
table.saup_mem_list tr.even {
	height: 22px;
	background-color: #F5F8F5;
}

/* ------------- saup end --------------- */