@charset "utf-8";

/************************************************************************
 * 파일명      : order.css
 * 설명        : 주문/결제
 * 작성자      : (주)스마일웹 디자인팀
 * 작성일      : 2009.04.28
 * 최종수정일  : 2010.01.15
 * Copyright (c) 2009 Smileweb co., Ltd.  All rights reserved.  www.smileweb.co.kr *
************************************************************************/

@import "base.css";
@import "table.css";
@import "layout.css";

/* cart */
.order_total {position:relative; width:900px; margin-top:25px; _margin-top:25px; height:49px; background:url('/images/order/bg_cart_total.gif') no-repeat;}
.order_total li {display:inline; margin:16px 10px 0 10px;}
.order_total li.left {float:left; background:url('/images/common/icon/bu_arrow_navi.gif') no-repeat 5px 45%; padding-left:12px; font-weight:bold;}
.order_total li.right {float:right; background:url('/images/common/icon/bu_arrow_navi.gif') no-repeat 5px 46%; padding-left:12px; font-weight:bold;}
.order_btn {margin-left:auto; margin-right:auto; margin-top:25px; _margin-top:25px;}
.order_btn li {display:inline; margin:0 10px 0 10px;}
.order_btn li.left {float:left;}
.order_btn li .order_text {background:url('/images/common/icon/bu_square_gray2.gif') no-repeat 5px 45%; padding-left:12px; font-size:11px;}
.order_btn li.right {float:right;}

.bx_order1_top {display:block; height:13px; background:url('/images/order/bx_type1_top.gif') no-repeat left top;}
.bx_order1_mid1 {clear:both; height:250px; background:url('/images/order/bx_type1_mid.gif') repeat-y;}
.bx_order1_mid2 {clear:both; height:155px; background:url('/images/order/bx_type1_mid.gif') repeat-y;}
.bx_order1_btm {display:block; height:35px; background:url('/images/order/bx_type1_btm.gif') no-repeat left bottom;}
