#store_bread_crumb_nav {
  float:right;
  width:220px;
  text-align:right;
  font-size:8pt;
  font-weight:normal;
}

#store_container {
  position:relative;
  width:744px;
}

#store_left, #store_right {
  position:relative;
  float:left;
  margin:5px;
  border:1px solid #CCC;
  padding:5px;
}

#store_left {
  width:150px;
}

#store_left ul {
/*  list-style:none; */
  margin:20px;
  padding:0;
}

#store_right {
  width:550px;
}

.store_product {
  border-bottom:1px solid #dbdbdb;
  margin-bottom:10px;
}

.store_product_price {
  color:#0000FF;
  font-weight:bold;
  text-align:right;
}

.store_cart_head {
  border:1px solid #CCC;
  background-color:#dbdbdb;
  padding:3px;
  font-weight:bold;
  font-size:8pt;
}

.store_cart_item, .store_cart_item_small {
  border-bottom:1px solid #CCC;
  border-right:1px solid #CCC;
}

.store_cart_item_small {
  font-size:7pt;
}

.store_head_break {
  clear:both;
  height:1px;
  background-color:#CCC;
}

.store_product_num {
  font-size:8pt;
  font-weight:bold;
  color:#666;
}

table.store_manage_table {
  border:0;
}

table.store_manage_table th {
  text-align:left;
  border:1px solid #ccc;
  background-color:#dbdbdb;
  font-size:8pt;
}

table.store_manage_table td {
  font-size:8pt;
}

table.store_manage_table tr.other {
  background-color:#E9DAD9;
}