body {
  font-family: Verdana, Arial, sans-serif;
  height: 100%;
  background: #DDDDDD;
}
form {
  margin: 0;
  padding: 0;
}
/* ---------- input -------------*/
.input-size-number {
    width : 50px;
    text-align: right;
}
.input-size-0 {
    width : 160px;
}
.input-size-1 {
    width : 240px;
}
.input-size-2 {
    width : 360px;
}
.input-size-80 {
    width : 80%;
}
.input-size-100 {
    width : 95%;
}
.text-size-0 {
    width : 360px;
}
.text-size-1 {
    width : 460px;
}
.text-size-2 {
    width : 560px;
}
.text-size-100 {
    width : 95%;
}
.text-size-editer {
  border: 1px solid #B2B2A6;
}
/* ---------- table -------------*/
.table-center {
    text-align: center;
}
.table-right {
    text-align: right;
}



/* --------------------------------- 
------------------------------------
Wrapper
------------------------------------
------------------------------------*/
.Wrapper {
  background-color: #676767;
  width: 980px;
  margin: 0 auto;
  padding: 0;
}
/* --------------------------------- 
------------------------------------
Header
------------------------------------
------------------------------------*/
.Header {
  padding: 0;
  margin: 0;
  background: url(../img/header_bg.gif) repeat-x top right;
  position: relative;
}
.Header .Logo {
  padding: 12px 0 0 17px;
  margin: 0px;
  height: 68px;
}
.Header .Version {
  margin: 0;
  padding: 0;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  width: 50px;
  color: #CCCCCC;
  background: #666666;
  border: #999999 solid 1px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 11px;
}

/* ---------- Utility-menu -------------*/
.Utility-menu {
  font-size: 12px;
  clear:both;
  margin:0;
  padding: 0;
  position:absolute;
  right: 85px;
  top: 10px;
  z-index: 2000;
}
.Utility-menu ul {
  margin: 0;
  padding:0;
  list-style: none;
  z-index: 0;
  list-style-position: inside;
}
.Utility-menu ul li {
  float: left;
  color:#CCCCCC;
  margin: 0;
  padding:0;
}
.Utility-menu ul li a.down {
  display: block;
  float: left;
  background: url(../img/utility_menu_arrow.gif) no-repeat right 8px;
  padding-right: 10px;
  margin-right: 7px;
}
.Utility-menu a, .Utility-menu a:link, .Utility-menu a:visited {
  text-decoration: none;
  color:#CCCCCC;
  padding: 0 7px;
}
.Utility-menu a:hover {
  text-decoration: underline;
}
.Utility-menu a:hover {
  text-decoration: underline;
}
/* ---------- Utility-puldown -------------*/

.Utility-puldown {
  display: block;
  position: relative;
  z-index: 3;
  }
.Utility-puldown ul {
  display: none;
  position:absolute;
  left: 0;
  top: 20px;
  width: 150px;
  }
*:first-child+html .Utility-puldown ul {
  left: -20px;
  }
* html .Utility-puldown ul {
  line-height: 0;
  } /* IE6 "fix" */
.Utility-puldown ul a {
  zoom: 1;
  border-bottom: 1px solid white;
  border-right: none;
  opacity: 0.9;
  filter: alpha(opacity=93);
  } /* IE6/7 fix */

.Utility-puldown li {
  display: block;
  position: relative;
  }
.Utility-puldown ul li {
  float: none;
  }
.Utility-puldown a:visited {
  }
.Utility-puldown li.hover a {
  text-decoration: none;
  }
.Utility-puldown li li a {
  margin: 0;
  padding: 0;
  display: block;
  }
.Utility-puldown li.hover li,
.Utility-puldown li li {
  _display: inline;
}
.Utility-puldown li.hover li a,
.Utility-puldown li.hover li a:visited  {
  text-decoration: none;
  width: 100%;
  display: block;
  color: #333333;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  padding: 8px 10px;
  margin: 0;
  padding: 2px 8px 2px 13px;
  background: url(../img/title_pt1_arrow.gif) no-repeat 5px 8px #E3E3E3;
  }
.Utility-puldown li.hover li a.hover,
.Utility-puldown li.hover li a:hover {
  width: 100%;
  display: block;
  color: #333333;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  padding: 8px 10px;
  margin: 0;
  padding: 2px 8px 2px 13px;
  background: url(../img/title_pt1_arrow.gif) no-repeat 5px 8px #ccc;
  }
.Utility-puldown ul ul {
  left: 141px;
  top: 0;
  width: 100%;
  }
.Utility-puldown ul li a {
  width: 100%;
  display: block;
  color: #333333;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  padding: 8px 10px;
  margin: 0;
  padding: 2px 8px 2px 13px;
  background: url(../img/title_pt1_arrow.gif) no-repeat 5px 8px #E3E3E3;
  }

/* ---------- Utility-menu02 -------------*/
.Utility-menu02 {
  font-size: 12px;
  clear:both;
  margin:0;
  padding: 0;
  position:relative;
  top:-47px;
  z-index: 10;
}
.Utility-menu02 ul {
  position:absolute;
  right:0;
  top:0;
  list-style: none;
  z-index: 0;
  list-style-position: inside;
}
.Utility-menu02 ul li {
  float: left;
  color:#CCCCCC;
  margin: 0;
  padding:0 0 0 5px;
  text-align: right;
}
.Utility-menu02 a,
.Utility-menu02 a:link,
.Utility-menu02 a:visited {
  text-decoration: none;
  color:#CCCCCC;
  padding: 0;
}
.Utility-menu02 a:hover {
  text-decoration: none;
}

/* ---------- Header-menu01 -------------*/
.Header-menu01 {
  min-height: 35px;
  line-height: 35px;
  background: url(../img/header_menu01_bg.jpg) repeat top;
  clear: both;
  color: #FFFFFF;
  position: relative;
  /*z-index: 1500;*/
}
.Header-menu01 a, .Header-menu01 a:link, .Header-menu01 a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
.Header-menu01 a:hover {
  text-decoration: none;
}
.Header-menu01 ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.Header-menu01 ul li {
  margin: 0px;
  padding: 0px 2px 0px 0px;
  display: block;
  float: left;
  height: 35px;
  background: url(../img/header_menu01_bar.gif) no-repeat right 5px;
}
.Header-menu01 ul li a, .Header-menu01 ul li a:link, .Header-menu01 ul li a:visited {
  display: block;
  float: left;
  padding: 0px 12px;
  height: 35px;
}
.Header-menu01 ul li a:hover {
  background: url(../img/header_menu01_bg_on.jpg) repeat-x;
}
.Header-menu01 ul li a.on {
  background: url(../img/header_menu01_bg_on.jpg) repeat-x;
}
/* ---------- Header-menu02 -------------*/


.Header-menu02 {
  position: relative;
  z-index: 0;
  clear: both;
  padding: 0 0 0 18px;
  margin: 0 0 5px;
  background: url(../img/heade_menu02_top.gif) repeat-y left 1px #555555;
  clear: both;
  _height: 29px;
  min-height: 29px;
  color: #FFFFFF;
  border-top: 1p solid #444444;
  border-bottom: 1px solid #444444;
}
.Header-menu02 #nav a.firstlist {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  line-height: 29px;
  padding: 0 10px 0 30px;
  background: url(../img/heade_menu02_pict.gif) no-repeat 10px 9px #555555;
  /background: url(../img/heade_menu02_pict.gif) no-repeat 10px 11px #555555;/* IE6 IE7 */
  z-index: 0;
}
 #nav {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
}
#nav li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  /margin: 0 0;/* li¥Ð¥° */
  z-index: 0;

}
#nav a {
  display: block;
  text-decoration: none;
}
/* -------------------------------------------------------------------- */
.Header-menu02 #nav li.counter {
  float: left;
  line-height: 20px;
}
.Header-menu02 #nav li.counter span {
  font-weight   : bold;
  float         : left;
  display       : block;
  margin: 5px 4px 5px 12px;
  padding: 1px 4px;
  text-align    : center;
  font-size     : 11px;
  /* -CSS3/ ------------------------------------ */
  border-radius         : 3px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  box-shadow         : #333 2px 2px 5px;
  -moz-box-shadow    : #333 2px 2px 5px;
  -webkit-box-shadow : #333 2px 2px 5px;
  text-shadow        : #333 1px 1px 1px;
  -moz-text-shadow   : #333 1px 1px 1px;
  -webkit-text-shadow: #333 1px 1px 1px;
  /* -CSS3/ ------------------------------------ */
}
.Header-menu02 #nav li#p_complete span{
  visibility:hidden;
  padding:0;
}

.Header-menu02 #nav li.counter a {
  background-image:none;
  color: #fff;
  text-decoration: none;
  padding: 0 10px 0 0;
  display: block;
  float: left;
  background: #555555;
  width: 48px;
}
.Header-menu02 #nav li#p_create a{
  width: 50px;
}
.Header-menu02 #nav li#p_costed a{
  width: 40px;
}
.Header-menu02 #nav li#p_print a,
.Header-menu02 #nav li#p_out a,
.Header-menu02 #nav li#p_complete a{
  width: 36px;
}
.Header-menu02 #nav li#p_check a,
.Header-menu02 #nav li#p_nosend a,
.Header-menu02 #nav li#p_finish a{
  width: 50px;
}
.Header-menu02 #nav li#p_order a{
  width: 50px;
}
.Header-menu02 #nav li#p_deposit a{
  width: 70px;
}
.Header-menu02 #nav li.counter a::after {
  position: relative;
  display: block;
  margin-top: -15px;
  margin-left: auto;
  margin-right: -15px;
  height: 15px;
  width: 10px;
  content: " ";
  background: #555555;
  border-right: 1px solid #CCCCCC;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
}
.Header-menu02 #nav li.counter a::before {
  float: right;
  display: block;
  margin-bottom: -10px;
  margin-left: auto;
  margin-right: -15px;
  height: 15px;
  width: 10px;
  content: " ";
  background: #555555;
  border-right: 1px solid #CCCCCC;
  -webkit-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -o-transform: skew(30deg);
  transform: skew(30deg);
}
.Header-menu02 #nav #p_deposit a::after ,
.Header-menu02 #nav #p_deposit a::before ,
.Header-menu02 #nav #p_complete a::after ,
.Header-menu02 #nav #p_complete a::before ,
.Header-menu02 #nav #p_print a::after ,
.Header-menu02 #nav #p_print a::before {
  display:none;
}
/* -------------------------------------------------------------------- */

#nav ul {
  display: none;
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
}
* html #nav ul {
  line-height: 0;
} /* IE6 "fix" */
#nav ul a {
  zoom: 1;
} /* IE6/7 fix */
#nav ul li {
  float: none;
}
#nav ul ul {
  top: 0;
}
/* Essentials - configure this */

#nav ul {
  width: 180px;
}
#nav ul ul {
  left: 181px;
}
/* Everything else is theming */
 
#nav {
  background-color: ;
  min-height: 29px;
}
#nav *:hover {
  background-color: none;
}
#nav a {
  border-right: 1px solid #666666;
  color: #000000;
  font-size: 12px;
  /font-size: 11px;/* IE6 IE7 */
  padding: 6px 6px 6px 15px;
  line-height: 1;
  background: url(../img/title_pt1_arrow.gif) no-repeat 5px 8px #E3E3E3;
}

#nav li.hover a {
  background-color: #fff;
}
#nav ul {
  top: 29px;
  /top: 35px;
}
#nav ul li a {
  background-color: #fff;
  border-bottom: 1px solid #D6D3CB;
  /border-bottom: 2px solid #D6D3CB;
  
}
#nav ul li.hover > a {
  background-color: #ccc;
}
#nav ul li.hover a:hover {
  background-color: #ccc;
}

#nav ul a {
  border-right: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


/* --------------------------------- 
------------------------------------
Content
------------------------------------
------------------------------------*/
.Content-top {
  display:block;
  background: url(../img/content_bg_top.jpg) no-repeat center bottom;
  height: 8px;
  margin: 0 auto;
}
.Content {
  background: url(../img/content_bg_middle.jpg) repeat-y center;
  width: 930px;
  padding: 7px 15px;
  margin: 0 auto;
}
.Content-bottom {
  display:block;
  background: url(../img/content_bg_bottom.jpg) no-repeat center top;
  height: 8px;
  overflow: hidden;
  margin: 0 auto;
}
/* --------------------------------- 
------------------------------------
Alpha
------------------------------------
------------------------------------*/
.Alpha {
}
.Alpha-content{
    width : 930px;
}
/* --------------------------------- 
------------------------------------
Box-body
------------------------------------
------------------------------------*/
.Box-body {
  margin: 0 0 5px;
}
/* --------------------------------- 
------------------------------------
Title
------------------------------------
------------------------------------*/
.Title {
  clear: both;
  padding: 5px 0px 5px 15px;
  margin: 0 auto 0px;
  color: #ffffff;
  background: #676767;
}
.Title h1 {
  font-size: 16px;
  line-height:16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.Title h1 span{
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  padding: 0 0 0 10px;
}
.Title a, .Title a:visited, .Title a:link {
  color: #666666;
  text-decoration: none;
}
.Title a:hover {
  color: #888888;
  text-decoration: underline;
}
/* -------- Title-umenu --------------*/
.Title-umenu {
  font-size: 12px;
  clear:both;
  margin:0;
  padding: 0;
  position:relative;
  top:-33px;
  z-index: 100;
}
.Title-umenu ul {
  position:absolute;
  right:0;
  top:0;
  list-style: none;
  z-index: 0;
  list-style-position: inside;
}
.Title-umenu ul li {
  float: left;
  color:#CCCCCC;
  margin: 0;
  padding:0;
  text-align: right;
}
.Title-umenu a,
.Title-umenu a:link,
.Title-umenu a:visited {
  text-decoration: none;
  color:#CCCCCC;
  padding: 0;
}
.Title-umenu a:hover {
  text-decoration: none;
}



/* -------- Title pt1 --------------*/
.Title-pt1 {
  font-size: 12px;
  padding: 4px 10px 5px 24px;
  margin: 0;
  background: url(../img/title_pt1_arrow.gif) no-repeat 12px 10px #CCCCCC;
}

/* --------------------------------- 
------------------------------------
Footer
------------------------------------
------------------------------------*/
.Footer {
  font-size: 12px;
  margin:0;
  padding: 0 10px;
  clear: both;
}
.Footer .copyright {
  color: #FFFFFF;
  padding: 3px 0;
  margin: 0;
  text-align: right;
}
/* --------------------------------- 
------------------------------------
other
------------------------------------
------------------------------------*/

/* ------------ Alert --------------*/
.Alert {
  margin: 0 0 10px;
}
.Alert div{
  padding: 10px 10px 10px 20px;
  font-weight: bold;
  border: 1px solid #FF0000;
  color: #FF0000;
  background: #FDC9C6;
}
.Alert div span {
  display: block;
  line-height: 15px;
  background: url(../img/alert_ico_errar.jpg) no-repeat 0px 4px;
  padding: 2px 0 2px 20px;
  }
.Alert .Alert-refresh {
  border: 1px solid #336600;
  color: #336600;
  background: #CAFAB8;
}
.Alert .Alert-refresh span{
  display: block;
  line-height: 15px;
  background: url(../img/alert_ico_refresh.jpg) no-repeat 0px 4px;
  padding: 2px 0 2px 20px;
  }
/* -------- Box-table --------------*/

.Box-table {
  clear:both;
  width: 99.8%;
  margin: 0 auto;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  border-spacing: 0;
}
.Box-table th {
  background-color:#F2F1EC;
  line-height: 120%;
  border: 1px solid #CCCCCC;
  padding: 3px 5px;
}
.Box-table td {
  border: 1px solid #CCCCCC;
  padding: 3px 5px;
  background: #FFFFFF;
}

.Box-table .total {
  background: #EEE6E3;
  font-weight: bold;
  color:#666;
}
.Box-table .total td,
.Box-table .total th {
  padding: 7px;
  background: #EEE6E3;
  font-weight: bold;
  color:#666;
}
.Box-table .total .total-title {
  font-weight: bold;
  text-align: right;
  }
/* -------- Form-table --------------*/

.Form-table {
  clear:both;
  width: 99.8%;
  margin: 0 auto;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  border-spacing: 0;
}
.Form-table th {
  background-color:#ECECEC;
  line-height: 120%;
  width: 200px;
  border: 1px solid #CCCCCC;
  padding: 10px 8px;
  text-align: left;
  font-weight: normal;
}
.Form-table td {
  border: 1px solid #CCCCCC;
  padding: 10px 8px;
  background: #FFFFFF;
}
.Form-table select {
  margin: 3px 0;
  }
/* -------- Box-table-in --------------*/
.Form-table-in {
  border:;
  width: 80%;
  }
.Form-table-in th{
  border: ;
  width: auto;
  text-align: center;
  padding: 2px;
  width: auto;
}
.Form-table-in td{
  border:;
  padding: 2px;
}

/* -------- Shopping-table --------------*/

.Shopping-table {
  width: 99.8%;
  margin: 0 auto;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  border-spacing: 0;
}
.Shopping-table th {
  background-color:#F2F1EC;
  line-height: 120%;
  border: 1px solid #CCCCCC;
  padding: 3px 8px;
}
.Shopping-table td {
  border: 1px solid #CCCCCC;
  padding: 5px;
}
.Shopping-table .deliv {
  border: 1px dotted #999999;
  margin: 3px 0;
  padding: 2px;
  }
/* -------- Add-list-table --------------*/
.Add-body {
  margin: 10px 0 0;
  }
.Add-table {
  width: 100%;
  margin: 0px 0 0;
  background: #F6F6F6;
  }
.Add-list-table {
  width: 610px;
  margin: 0 auto 10px;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  border-spacing: 0;
  background: #FFFFFF;
}
.Add-list-table caption {
  padding: 0 0 5px;
  font-weight: bold;
  text-align: left;
  }
.Add-list-table th {
  background-color:#ECECEC;
  line-height: 120%;
  width: 100px;
  border: 1px solid #CCCCCC;
  padding: 5px 8px;
  text-align: left;
  font-weight: normal;
}
.Add-list-table td {
  border: 1px solid #CCCCCC;
  padding: 5px 8px;
}
.Add-list-table-number {
  font-family: Arial, Helvetica, sans-serif;
  background: #CDCDCD;
  width: 10px;
  text-align: center;
  }
.Add-list-table-row {
  width: 15px;
  text-align: center;
  } 
.Add-list-table-row a{
  display: block;
  padding: 10px 0;
  }
.Add-btn {
  background:#BEBEBE;
  margin: 0px 0 10px;
  padding: 7px 6px;
  text-align: center;
   }
/* -------- Form --------------*/
.form-table-in {
  border: none;
  }
.form-table-in th{
  border: none;
}
.form-table-in td{
  border: none;
  padding: 3px 5px;
}
/* -------- Form --------------*/
.form-center {
  text-align: center;
  }
.form-width01 {
  width: 60px;
  }
.form-width02{}
.form-width03{}


/* -------- Box-btn --------------*/
.Box-btn {
  background: #E9E7DE;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  text-align: center;
  padding: 5px 0;
  clear: both;
  }
.Box-btn input{
  background: url(../img/box_btn_bg.jpg) repeat-x bottom;
  height: 27px;
  padding: 0 10px;
  font-size: 15px;
  border-top: 1px solid #E7E7E7;
  border-left: 1px solid #E7E7E7;
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid#BBBBBB;
  }
.Box-btn input:hover{
  filter: alpha(opacity=80); 
  opacity: 0.8;
  }
.Box-btn02 {
  padding: 5px 0;
}
/* -------- search-box --------------*/
.search-box {
  font-weight : bold;
  margin :0px 0px 0px;
  padding : 2px 5px 0px;
  font-size : 12px;
  color : #000;
  background: url(../img/search_box_bg.jpg) repeat-x left top;
  height: 26px;
  border: 1px solid #C5C5C5;
}
.search-box input {
  margin : 0px;
  padding: 0px;
}
.search-box form {
  margin : 0px;
  padding: 0px;
}
.search-text-area {
  width : 200px;
}
/* -------- page-box --------------*/
.page-box{
  padding: 0px 0px;
}
.page-box a,
.page-box a:link,
.page-box a:visited {
  font-size: 12px;
  padding : 2px 5px;
  color: #666666;
  text-decoration: none;
}
.page-box a:hover {
  text-decoration: none;
  color: #666666;
  filter: alpha(opacity=80); 
  opacity: 0.8;
  }

.page-now{
  font-weight : bold;
}
.page-box-list-number {
  float: left;
  padding : 2px 15px 2px 4px;
  font-size: 12px;
  }

.page-ahead {
  background: url(../img/page_ahead_arrow.gif) no-repeat 0 5px;
  padding: 0 5px 0 7px;
  }
.page-next {
  background: url(../img/page_next_arrow.gif) no-repeat right 5px;
  padding: 0 7px 0 0px;
  }
.page-box-number {
  padding: 0 0 0 0px;
  }
.page-box-number-ahead {
  padding: 0 0 0 10px;
  }
.page-box-number-next {
  padding: 0 0 0;
  }
/* -------- Attention --------------*/
.Attention {
  color:#FF0000;
  font-size: 11px;
  margin: 0;
  padding: 0;
  }
/* -------- clearfix --------------*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  /* for ie */
display: inline-block;
}
/* Hides from IE-mac \*/
*html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
.hide{
  display:none;
}