#itemHeader
{
    background-color: #f5f5f5;
    color: #333333;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
    height: 20px;
    padding: 5px;
}

#itemPanel
{
    margin: 20px auto 20px auto; 
    width: 745px;
}

.itemRow
{
    background-color: #cccccc;
    color: #333333;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 5px;
}

.itemRowTitle
{
    float: left;
    width: 405px;
}

.itemRowSinglePrice
{
    float: left;
    width: 100px;
}

.itemRowQuantity
{
    float: left;
    text-align: center;
    width: 100px;
}

.itemRowTotalPrice
{
    float: left;
    width: 100px;
}

.itemRowActions
{
    float: left;
    width: 30px;
}

#totalsContainer
{
    margin: 20px 5px 20px 5px;
}

#promotionPanel {
	float: left;
	height: 200px;
	width: 300px;
}

#totalsPanel {
	float: right;
	width: 300px;
}

.totalsRow
{
    min-height: 25px;
    width: 300px;
}

.totalsLabel
{
    background-color: #cccccc;
    color: #333333;
    font-weight: bold;
}

.totalsValue
{
    background-color: #f5f5f5;
    color: #333333;
}

.totalsLabel, .totalsValue
{
    float: left;
    padding: 5px;
    width: 140px;
}

input[type="text"], textarea
{
	width: 98%;
}

input[type="submit"]
{
	border: 0px;
	background-color: #333333;
	color: #f5f5f5;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	width: 200px;
}

input[type="submit"]:hover
{
	background-color: #666666;
}

.footnote
{
	font-size: 0.8em;
}

.required
{
	color: #990000;
	font-weight: bold;
}

.worldpay
{
	/*font-style: italic;*/
	font-weight: bold;
	text-transform: uppercase;
}

#promoCode {
	margin: 10px auto 10px auto;
	width: 20em;
}

#promoSubmit {
	margin: auto;
	width: 10em;
}