.box-wrap {
    padding-top:10px;
    padding-left:48px;
}
.box-wrap02 {
    padding-left:100px;
}
.box {
    width:903px;
    padding:8px 0;
} 
.box table {
    border-collapse:collapse;
    width:903px;
    background-color:#636466;
}
.box table tr.header {
    background:#636466;
    border:1px solid #949494;
    height:29px;
    color:#fff;
}
.box table td {
    padding:10px 0;
    text-align:center;
    border-bottom:1px solid #fff;
    background-color:#f5f5f7;
}
/* 위시리스트에만 사용하는 클래스 -add By 이동원 2009.08.19*/
.box table td.no_line {
    padding:0px 0;
    text-align:center;
    border-bottom:0px solid #fff;
    background-color:#f5f5f7;
}
.box table tr.header th.line_bar {
    background:url('../images/bul_line_seperator.gif') 100% 50% no-repeat #636466;
}
.box table tr.footer td {
    height:20px;
    background:#E0E1E3;
    font-size:1.0em;
    font-weight:bold;
    text-align:right;
    padding-right:11px;
    color:#3F3F3F;
}
.box table tr.footer td.delivery_blue {
    height:20px;
    background:#E0E1E3;
    font-size:1.0em;
    font-weight:bold;
    text-align:left;
    padding-left:11px;
    color:#0000FF;
}
.box table tr.footer td.delivery_red {
    height:20px;
    background:#E0E1E3;
    font-size:1.0em;
    font-weight:bold;
    text-align:left;
    padding-left:11px;
    color:#FF0000;
}


.box table.god-no-header {
    background:#F7F7F7;
    border-bottom:solid 1px #636466;
}
.box table th.result {
    border:solid 1px #636466;
    width:132px;
    height:10px;
    background:#E0E1E3;
    color:#141A42;
}
.box table td.result {
    border:solid 1px #636466;
    height:10px;
    text-align:left;
    padding-left:23px;
    color:#141A42;
}
/**
  * fieldset 형태의 테이블
  */
table.default {
    background:#f5f5f7;
    border-collapse:collapse;
    width:790px;
}
table.default02 {
    width:740px;
}
table.default th {
    background:#6d6e72;
    border-bottom:1px solid #fff;
    color:#FFFFFF;
    height:30px;
}
table.default td {
    border-bottom:1px solid #fff;
    padding:7px 0pt 7px 20px;
    width:570px;
    line-height:130%;
}
table.default td.w210 {
    width:210px;
}
table.default td.w80 {
    width:80px;
}
table.default td.w40 {
    width:40px;
}


dl.box {
    padding:1px 0 0 0;
    width:903px;
    overflow:auto;
    border-top:solid 3px #bdbec0;
    border-bottom:solid 3px #bdbec0;
}
dl.box dt {
    padding:3px 0;
    float:left;
    display:block;
    width:120px;
    height:26px;
    line-height:26px;
    border-bottom:1px solid #818183;
    background:#58585a;
    padding-left:20px;
    font-weight:bold;
    color:#fff;
}
dl.box dd {
    padding:3px 0;
    float:left;
    display:block;
    width:753px;
    height:26px;
    line-height:26px;
    border-bottom:1px solid #fff;
    background-color:#F5F5F7;
    padding-left:10px;
}
dl.box dt.textarea {
    height:130px;
}
dl.box dd.textarea {
    height:130px;
}

dl.box dd.bottom, dl.box dt.bottom {
    border-bottom:0;
}
div#search_box {
    margin-bottom:25px;
    padding-top:25px;
    padding-left:193px;
    background:url('../images/bg_searchbox.gif') no-repeat;
    width:710px;
    height:121px;
}
div#search_box label {
    background:url('../images/bul_arrowR03.gif') 0 50% no-repeat;
    padding-left:8px;
    padding-right:5px;
}
div#search_box p {
    width:600px;
    height:28px;
    line-height:122%;
    padding:0 0 0 10px;
}
div#search_box p.one_row {
    padding:20px 0 0 10px;
}
div#search_box p input {
    border:1px solid #C3C3C3;
    width:80px;
    height:19px;
}
div#search_box p button {
    background-color:#F9F9F9;
    vertical-align:-3px;
}
div#search_box p button.calendar {
    width:45px;
    height:24px;
}
div#search_box p button.terms {
    width:42px;
    height:24px;
}
div#search_box p button.listbtn {
    width:50px;
    height:24px;
    margin-left:5px;
}
div#search_box p button.searchbtn {
    width:51px;
    height:23px;
    margin-left:5px;
	vertical-align:top;
	padding-bottom:1px;
}
div#search_box p input.search_word {
    margin-left:5px;
    width:335px;
}
#search_form {
    padding-top:20px;
    padding-left:48px;
}
#search_form div#table_info_wrap {
    height:25px;
}
#search_form p#table_info {
    padding-left:5px;
}
#search_form p#order_btns {
    float:right;
    padding-bottom:5px;
    padding-right:50px;
}
p#order_btns button {
    width:75px;
    height:24px;
}
p#order_btns button.ord-desc{
    background:url('../images/btn_desc.gif') no-repeat;
    margin-right:5px;
}
p#order_btns button.ord-desc .active {
    background:url('../images/btn_desc.gif') no-repeat;
}
p#order_btns button.ord-asc{
    background:url('../images/btn_asc.gif') no-repeat;
}
p#order_btns button.ord-asc .active {
    background:url('../images/btn_asc.gif') no-repeat;
}





/**
  * border 둘러진 박스 공간 index.tpl.html 의 new arrival 같은...
  */
div.main_new_goods_wrap {
    border:1px solid #c0c0c0;
    margin-bottom:12px;
}
div.main_new_goods_wrap02 {
    width:492px;
    float:left;
}
div.main_new_goods_wrap div.new_goods_title_wrap {
	margin-top:1px;
    height:30px;
    background-color:#E0E1E3;
    color:#58585a;
}
div.main_new_goods_wrap div.new_goods_title_wrap div.new_goods_title {
    float:left;
    padding-left:20px;
    padding-top:4px;

	font-size:16px;

	color:#292929;

	letter-spacing:0px;

    font-weight:bold;
	font-family:"맑은 고딕", "Malgun Gothic", "Dotum", "Gulim", "Arial", "sans-serif";
}
div.main_new_goods_wrap div.new_goods_title_wrap div.top_nav {
    float:right;
    padding-top:8px;
    padding-right:20px;
	width:350px;
	text-align:right;
}
div.main_new_goods_wrap div.new_goods_title_wrap div.top_nav img {
	margin-bottom:1px;
}

