#cart_wrapper {
        width: 590px;
        height: 400px;
        z-index: 9;
        display: block;
        margin-top: 10px;
}

.cart_header_row {
        width: 590px;
        height: 31px;
        float: left;
        display:block;
	background-color: rgb(165, 197, 224);
	color: rgb(26, 26, 118);
        margin:0px;
        padding:0px;
        background-image: url(images/toolbar_bg.gif);
        background-repeat: repeat-x;
        font-size: 11px;
}

.cart_header_row strong {
	color: rgb(26, 26, 118);
}

.cart_co_header_row {
        width: 590px;
        height: 31px;
        float: left;
        display:inline;
        background-color: #83b945;
	color: rgb(26, 26, 118);
        margin:0px;
        padding:0px;
        margin-top: 10px;
}

.cart_row {
        width: 590px;
        min-height: 30px;
        height: auto;
        float: left;
        display:block;
        border-bottom: 1px solid #ddd;
        color: #fff;
}

.cart_co_row {
        width: 590px;
        min-height: 30px;
        height: auto;
        float: left;
        display:inline;
        border-bottom: 1px solid #ddd;
        color: #fff;
}

.cart_row_itemname {
        float:left;
        margin-right: 10px;
        width: 260px;
        padding: 5px 0px 3px 5px;
	text-align:left;
	color: #fff;
}

.cart_row_itemname a {
	color: #A5C5E0;
}

.cart_row_itemname a:hover {
	color: #fff;
}

.cart_row_quant {
        float:left;
        margin-right:10px;
        width: 60px;
        padding: 5px 0px 3px 5px;
}


.cart_row_price {
	float:left;
	margin-right:10px;
	width: 40px;
	padding: 5px 0px 3px 5px;
	color: #fff;
	text-align:right;
}

.cart_row_quant_price {
        float:left;
        margin-right:10px;
        width: 40px;
        padding: 5px 0px 3px 5px;
}

.cart_row_total {
        float:left;
        margin-right:10px;
        width: 75px;
        padding: 5px 0px 3px 5px;
        text-align: right;
	color: #fff;
}

.cart_row_action {
        float:left;
        margin-right:10px;
        width: 80px;
        padding: 5px 0px 3px 5px;
}

.cart_row_action a {
	color: rgb(255, 204, 0); 
}

#cartbuttons {
	margin-top: 10px;
	float: left;
}


.clear {
	clear:both;
}

table.checkoutforms td {
	color: #fff;
	padding: 2px 3px 2px 3px;
}

.myorderlist table {
	color: #fff;
}

