.assets
{
/*  padding-top: 10px;
  clear: left; */
}

#shopheader
{
  background-color: lightgreen;
  text-align: left;
  font-size: 11px;
  margin: 2px;
  padding: 3px 2px;
}
#shopheader #stitle
{
  font-size: 20px;
  font-weight: bold;
}
#sguide
{
  background-color: #eec;
  font-size: 11px;
  font-weight: bold;
}

.cart
{
  float: left;
  width: 100px;
  height: 530px; /* 600px; */
  margin: 5px 5px;
  border-style: solid;
  border-width: thin;
  border-color: red;
  background-color: #eec;
  font-size: 11px;
}
#carttitle
{
  background-color: yellow;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#cartopen
{
  background-color: lightgreen;
  text-align: center;
  font-size: 12px;
  margin: 10px 2px;;
  padding: 5px 0px;
}
#bucktoindex
{
  background-color: lightgreen;
  text-align: center;
  font-size: 12px;
  width: 200px;
  left: 10px;
  margin-top: 5px;
  padding: 5px 2px;
}

#cartfull
{
  position: absolute;
  top: 80px; /* cart 80px; */
  left: 60px; 
}

.chopitem
{
  float: left;
}
.unit
{
  float: left;
  margin: 5px 5px;
  width: 340px;
  height: 260px;
  border-style: solid;
  border-width: thin;
  border-color: red;
  background-color: #ffc;
}
.quantity
{
  text-align: center;
  font-size: 12px;
}
.price
{
  background-color: #ffc;
  text-align: right;
  font-size: 12px;
}
.kingaku
{
  background-color: #ffc;
  text-align: right;
  font-size: 12px;
}
.gsum
{
  background-color: #ffc;
  text-align: right;
  font-size: 14px;
}
.unit .desc
{
  background-color: #ffc;
}
.unit .photo
{
  float: left;
}

#open_gamen
{
  margin: 5px 5px;
  background-color: #ffc;
}
#incart
{
  left: 10px;
  top: 10px; 
}
#in_midashi
{
  margin-left: 230px;
}

#invoispace
{
  position: absolute;
  top: 80px; 
  left: 50px;
  width: 530px;
  height: 400px;
  border-style: solid;
  border-width: thin;
  border-color: blue;
  background-color: #ccffff;
}
#ininvoice
{
  margin-top: 10px;
  margin-left: 15px;
  width: 480px;
  height: 380px;
  border-style: solid;
  border-width: thin;
  border-color: red;
  background-color: #ffc;
}

#invoice_link
{
  text-align: center;
  font-size: 14px;
}

#orders
{
  margin-top: 10px; /* cart 80px; */
  margin-left: 15px;
  width: 450px;
  border-style: solid;
  border-width: thin;
  border-color: red;
  background-color: #ffc;
}

.orderbill
{
  margin-top: 7px; /* cart 80px; */
  margin-left: 7px;
  width: 430px;
  height: 36px;
  border-style: dashed;
  border-width: thin;
  border-color: red;
/*  margin-bottom: 7px; */
}
.orderbill th
{
  color: green;
}
.bid
{
  width: 10px;
  height: 16px;
  font-size: 14px;
}
.btitle
{
  width: 160px;
  height: 16px;
  font-size: 14px;
}
.bqty
{
  width: 10px;
  height: 16px;
  font-size: 14px;
}
.bprice
{
  width: 40px;
  height: 16px;
  font-size: 14px;
}
.bkingaku
{
  width: 40px;
  height: 16px;
  font-size: 14px;
}
#bgoukei
{
  margin-top: 7px; /* cart 80px; */
  margin-left: 7px;
  margin-bottom: 7px;
  margin-right: 20px;
  text-align: right;
}


.samb
{
  float: left;
/*  width: auto !important; */
/*  width: 400px;
  height: 300px;
*/  
  margin: 20px 10px;
  border-width: thin;
  background-color: #ffc; /* #eef; */
  font-size: 11px;
/*  cursor: url(/images/zoomin.cur), pointer; */
}
.samb p
{
  margin-bottom: 3px;
  margin-top: 3px;
}
.shita
{
  text-align: right;
}

.combi
{
/*  clear: left; */
  float: left;
/*  height: auto !important; */
/*  height: 100px;
  width: 64px;
*/
  cursor: url(/images/zoomin.cur), pointer;
  outline: none;
}

#full
{
/*  display: none; */
  position: absolute;
  top: 120px; /* cart 80px; */
  left: 60px; 
/*  width: auto !important; *//* 820px; */
/*  width: 100px;
  height: 200px; */
/*  padding: 4px;
  margin: 10px;
  border-color: red;
  cursor: url(/images/zoomout.cur), pointer;
*/
}
/* #full #upclose */
{
/*  position: absolute;
  top: 6px;
  left: 300px;
  background-color: white;
  cursor: url(/images/zoomout.cur), pointer;
*/
}

