#tblCart {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              normal;
  text-align:               left;
  width:                    100%;
}

#tblCart #tdCartHeaderName {
  background:               #EFEFEF;
  border-top:               1px solid #000000;
  border-left:              1px solid #000000;
  border-bottom:            1px solid #000000;
  color:                    #000000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              bold;
  padding:                  3px;
  width:                    100%;
}

#tblCart #tdCartHeaderQuantity {
  background:               #EFEFEF;
  border-top:               1px solid #000000;
  border-bottom:            1px solid #000000;
  color:                    #000000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              bold;
  padding:                  3px;
  white-space:              nowrap;
  width:                    20%;
}

#tblCart #tdCartHeaderPrice {
  background:               #EFEFEF;
  border-top:               1px solid #000000;
  border-right:             1px solid #000000;
  border-bottom:            1px solid #000000;
  color:                    #000000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              bold;
  padding:                  3px;
  white-space:              nowrap;
  width:                    20%;
}

#tblCart #tdCartHeaderShipping {
  background:               #EFEFEF;
  border:                   1px solid #000000;
  color:                    #000000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              bold;
  padding:                  3px;
  white-space:              nowrap;
  width:                    10%;
}

#tblCart #tdCartHeaderHandling {
  background:               #EFEFEF;
  border:                   1px solid #000000;
  color:                    #000000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              bold;
  padding:                  3px;
  white-space:              nowrap;
  width:                    10%;
}

#tblCart #tdCartHeaderTax {
  background:               #EFEFEF;
  border:                   1px solid #000000;
  color:                    #000000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              bold;
  padding:                  3px;
  white-space:              nowrap;
  width:                    10%;
}

#tblCart #tdCartHeaderTotal {
  background:               #EFEFEF;
  border:                   1px solid #000000;
  color:                    #000000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              bold;
  padding:                  3px;
  white-space:              nowrap;
  width:                    10%;
}

#tblCart .tdCartName {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              normal;
  padding:                  3px 3px 3px 12px;
  width:                    60%;
}

#tblCart .tdCartName a {
  color:                    #990000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              normal;
  text-decoration:          none;
}

#tblCart .tdCartName input {
  color:                    #000000;
  float:                    right;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              normal;
  text-decoration:          none;
  width:                    70%;
}

#tblCart .tdCartName input.cartButton {
  background:               #01669A;
  border:                   1px solid #000000;
  color:                    #FFFF00;
  float:                    right;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              bold;
  text-decoration:          none;
  width:                    auto;
}

#tblCart .tdCartQuantity {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              normal;
  padding:                  3px 3px 3px 12px;
  white-space:              nowrap;
  width:                    10%;
}

#tblCart .tdCartIcons {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              normal;
  padding:                  3px 3px 3px 3px;
  white-space:              nowrap;
  width:                    10%;
}

#tblCart .tdCartPrice {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              normal;
  padding:                  3px 3px 3px 12px;
  white-space:              nowrap;
  width:                    20%;
}

#tblCart .tdCartSpacer {
  background:               #FFFFFF;
  color:                    #000000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              normal;
}

#tblCart .tdCartNameAlt {
  background:               #EFEFEF;
  color:                    #000000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              normal;
  padding:                  3px 3px 3px 12px;
  width:                    60%;
}

#tblCart .tdCartNameAlt a {
  color:                    #990000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              normal;
  text-decoration:          none;
}

#tblCart .tdCartQuantityAlt {
  background:               #EFEFEF;
  color:                    #000000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              normal;
  padding:                  3px 3px 3px 12px;
  white-space:              nowrap;
  width:                    10%;
}

#tblCart .tdCartIconsAlt {
  background:               #EFEFEF;
  color:                    #000000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              normal;
  padding:                  3px 3px 3px 3px;
  white-space:              nowrap;
  width:                    10%;
}

#tblCart .tdCartPriceAlt {
  background:               #EFEFEF;
  color:                    #000000;
  font-family:               tahoma, helvetica, arial, sans-serif;
  font-size:                12px;
  font-weight:              normal;
  padding:                  3px 3px 3px 12px;
  white-space:              nowrap;
  width:                    20%;
}
