/****************** Basket List **************************/

#content table#basket-contents {
  width: 640px;
  border-collapse: separate;
  text-align: center;
}

#content table#basket-contents th, table#basket-contents td {
  padding: 10px;
  border: 1px solid #000;
}

#content table#basket-contents thead th, table#basket-contents thead td {
  padding: 10px;
  border-bottom: 1px double #000;;
}

#content table#basket-contents td.empty { 
    border-color: white; 
    border: 0px;
}

#content table#basket-contents th {
  color: #000;
  text-align: center;
}

#content table#basket-contents td {
  color: #000;
}

#content table#basket-contents a.button {
  margin-left: 15px;
}
#content table#basket-contents #col1 {
    width: 200px;
}

#content table#basket-contents #col2 {
    width: 100px;
}
#content table#basket-contents #col3 {
    width: 100px;
}
#content table#basket-contents #col4 {
    width: 100px;
}

#content table#basket-contents #col5 {
    width: 100px;
}

#content #basket-contents form {
	width: 100%; 
    margin: auto;
}

#content #basket-contents fieldset {
    width: 80%;
    margin: auto;
    border: 0px;
}

#content #basket-contents input {
    width: 90px;
    text-align: center;
}

#content #basket-contents button {
    margin-top: 10px;
}


/***************************** Paypal Logo ******************************/

#content #paypalLogo2 {
    width: 300px;
    margin: auto;
    margin-top: 60px;
}

#content .buttonBar {
    height: 50px;
    width: 160px;
    float: right;
    margin-top: 10px;
    }

#content .buttonBar .button {
    display: block;
    width: 140px;
    text-align: center;
    margin-top: 6px;
}

#content .buttonBar .checkout {
    border: 1px solid blue;
    width: 500px;
}
