.shoppingbasket_container
{
  position: absolute;
  top: 6.5em;
  margin-top: 0.5em;
  margin-left: 50em;
  width: 19em;
  height: 39em;
  float: left;
  background-color: #111;
  padding: 0.5em;
}

.addtobasket_container
{
  position: relative;
  top: 0;
  margin-left: 0;
  width: 19em;
  height: 24.5em;
  float: left;
}

.basket_size
{
  position: relative;
  top: 0;
  width: 17em;
  height: 10em;
  float: right;
  background-color: #111;
  overflow: auto;
  border: 1px solid #aaa;
}

.basket_sizeitem
{
  position: relative;
  width: 15em;
  height: 2em;
  float: left;
  margin:1px;
  padding-left: 0.5em;
  line-height: 2em;
  border: 1px solid #111;
}

.basket_sizeitem img
{
  vertical-align: middle;  
}

.basket_sizeitem:hover
{
  border: 1px solid #aaa;
}

.basket_sizeitem a
{
  display: block;
}

.basket_finish
{
  position: relative;
  top: 0;
  width: 17em;
  height: 5em;
  float: right;
  background-color: #111;
  border: 1px solid #aaa;
  overflow: auto;
}

.basket_finishitem
{
  position: relative;
  width: 15em;
  height: 2em;
  float: left;
  background-color: #111;
  padding-left: 0.5em;
  line-height: 2em; 
  margin:1px;
  border: 1px solid #111;
}

.basket_finishitem img
{
  vertical-align: middle;  
}

.basket_finishitem:hover
{
  border: 1px solid #aaa;
}

.basket_finishitem a
{
  display: block;
}

.basket_mat
{
  position: relative;
  top: 0;
  width: 17em;
  height: 5em;
  float: right;
  background-color: #111;
  border: 1px solid #aaa;
  overflow: auto;
}

.basket_matitem
{
  position: relative;
  width: 15em;
  height: 2em;
  float: left;
  background-color: #111;
  padding-left: 0.5em;
  line-height: 2em; 
  margin:1px;
  border: 1px solid #111;
}

.basket_matitem img
{
  vertical-align: middle;  
}

.basket_matitem:hover
{
  border: 1px solid #aaa;
}

.basket_matitem a
{
  display: block;
}

.basket_frame
{
  position: relative;
  top: 0;
  width: 17em;
  height: 5em;
  float: right;
  background-color: #111;
  border: 1px solid #aaa;
  overflow: auto;
}

.basket_frameitem
{
  position: relative;
  width: 15em;
  height: 2em;
  float: left;
  background-color: #111;
  padding-left: 0.5em;
  line-height: 2em; 
  margin:1px;
  border: 1px solid #111;
}

.basket_frameitem img
{
  vertical-align: middle;  
}

.basket_frameitem:hover
{
  border: 1px solid #aaa;
}

.basket_frameitem a
{
  display: block;
}

.basket_input
{
  position: relative;
  top: 0;
  width: 17em;
  height: 1.5em;
  float: right;
  background-color: #111;
  border: 1px solid #aaa;
}

.basket_submit
{
  position: relative;
  top: 0;
  width: 17em;
  height: 1.75em;
  float: right;
  text-align:right;
  padding: 2px 0px;
}

.total_price
{
  top: 0;
  width: 7.5em;
  height: 1.75em;
  float: left;
  line-height:1.75em;
  text-align:left;
}

.basket_contents
{
  position: relative;
  top: 0;
  width: 17em;
  height: 10em;
  float: right;
  background-color: #111;
  overflow: auto;
  border: 1px solid #aaa;
}

.basket_text
{
  float: left;
}

.basket_container
{
  position: relative;
  top: 0;
  margin-left: 0;
  width: 19em;
  height: 14.5em;
  float: left;
  background-color: #111;
}

.basket_item_con
{
  position: relative;
  width: 15em;
  height: 2.5em;
  float: left;
  padding-left: 0.25em;
  line-height: 1.25em; 
  margin:1px;
}

.basket_item_con img
{
  float: left;
  width: 2em;
  height: 2em;
  vertical-align: middle;
}

.basket_item_con #title
{
  float: left;
  width: 10em;
  height: 2.5em;
  padding-left: 0.25em;
}

.basket_item_con #cost
{
  float: right;
  width: 2em;
  height: 2.5em;
  text-align: right;
}

.basket_item_con #qty
{
  float: left;
  width: 1em;
  height: 1.25em;
  text-align: left;
}

.basket_item_con #delete
{
  position: absolute;
  top:1.25em;
  left: 0.25em;
  width:1em;
  height:1.25em;
  float: left;
  vertical-align: bottom;
}

.basket_item_con #delete img
{
  width:15px;
  height:15px;
  top: 10px;
  float: left;
}

.basket_full
{
  position: relative;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  width: 50em;
  height: 30em;
  background-color: #111;
  overflow: auto;
  border: 1px solid #aaa;
}

#basket_table
{
  width: 48.5em;
  border-collapse: collapse;
}

#basket_table .image
{
  width: 3em;
  height: 3em;
}

#basket_table .smallimg
{
  width: 11px;
  height: 14px;
}

#basket_table thead:hover
{
  background-color: #111;
  color: #aaa;
}

#basket_table tr:hover
{
  background-color: #aaa;
  color: #111;
}

#basket_table tr:hover small
{
  color: #111;
}

#basket_table tr:hover .qty_edit
{
  background-color: #aaa;
  color: #111;
  border: 1px solid #111;
}

#delete
{
  width: 1em;
}

#qty
{
  width: 3em;
  text-align: center;
}

.qty_edit
{
  width: 2.5em;
  text-align: center;
  border: 1px solid #aaa;
}

#image
{
  width: 4em;
}

#title
{
  width: 36.5em;
}

#cost
{
  width: 6em;
  text-align: right;
}

.mini_basket
{
  position: absolute;
  width: 15em;
  height: 3.25em;
  top: 0;
  left: 54.5em;
  border: 1px solid #aaa;
  padding-left: 0.25em;
}

.buttons_right
{
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 50em;
  height: 5em;
  text-align: left;
  line-height: 1em;
}

#totals
{
  width: 17em;
  height: 5em;
  float: right;
  clear: right;
  line-height:1.25em;
}

#captions
{
  width: 5em;
  height: 5em;
  float: right;
  text-align: right;
}

#values
{
  width: 6em;
  height: 5em;
  float: right;
  clear: left;
  text-align: right;
}

.basket_info
{
  position: relative;
  top: 0;
  margin-left: 0;
  width: 19em;
  height: 2.5em;
  float: left;
  background-color: #111;
}


