@CHARSET "ISO-8859-1";
body {
	font-family: helvetica;
}

table {
	border: 1px #000 solid;
	width: 780px;
	padding: 0;
}

th {
  border: none;
  background-color: #555;
}

td {
	padding-right: 4px;
	border: none;
	text-align: left;
}

td.quantity {
  padding-left: 15px;
	width: 120px;
	text-align: right;
}

tr {
	border: none;
}

img {
	border: none;
}

p.price {
	text-align: right;
	margin-left: auto;
	margin-right: 0px;
}

.cart {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}

form.ajaxFallback {
	padding: 0px;
	margin: 0px;
}

#discount_notify {
  margin-top: 10px;
}

#message_container {
  height: 30px;
}

.stronger {
  font-weight: bold;
  color: #fff;
  font-size: 1.05em;
}

#success {
    background: #595 url(../images/icons/success.png) center no-repeat;
    background-position: 15px 50%;
    border-top: 2px solid #0c0;
    border-bottom: 2px solid #0c0;
    padding: 5px 20px 5px 45px;
    width: 735px;
    font-size: 1.1em;
    color: #fff;
}

#notice {
    background: #fff6bf url(../images/icons/information.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
    padding: 5px 20px 5px 45px;
    width: 735px;
    font-size: 1.1em;
    color: #000;
    margin-top: 5px;
    clear: both;
}
