
table#comanda{
	width:800px;
	margin-top:10px;
	background-color: #ffffff;
}
table#comanda tr th, table#comanda tr th.first span{
	font-size: 13px;
	font-weight:bold;
	color: red;
	border: 1px solid #bbbbbb;
	border-left-width:0px;
	border-right-width:0px;
	text-align: center;
	color: #666;
}

table#comanda tr th.first span {
	border: 0;
}

table#comanda tr td {
	background: #fff url(images/bg-cart-first.png) no-repeat left top;
	margin: 0px;
	padding: 2px;
	height:140px;
	text-align: center;
	color: #ff0000;
	font-weight: bold;
}
table#comanda.last-step tr td {
	background: #fff url(images/bg-cart-first.png) no-repeat left top;
	margin: 0px;
	padding: 5px;
	height:auto;
	text-align: center;
	color: #ff0000;
	font-weight: bold;
	border-bottom: 1px solid #bbb;
}

table#comanda.last-step tr td.first {
	text-align:left;
}
table#comanda tr td.align-right, th.align-right {
	text-align:right;
}

table#comanda tr .first {
	width:250px;
	font-weight: normal;
	text-align: left;
}

table#comanda .first a {
	text-decoration: none;
	vertical-align: middle;
	font-weight:normal;
}
table#comanda .first img {
float:left;
margin:0 0 0 10px;
}

table#comanda tr td.lasttd {
margin:0;
padding:0;
}
.lasttd .main-span {
 background: transparent url(images/bg-cart-table-right.png) no-repeat right top;
 line-height:140px;
 display: block;
 padding:3px;
}
.lasttd .small-main-span {
 line-height:20px;
}

table#comanda tfoot td {
	border: 1px solid #bbb;
	height:auto;
	line-height:30px;
}
table#comanda tfoot .total td {
	background: transparent url(images/bg-cart-total.png) repeat-x left bottom;
	border:0 none;
	padding:2px 0;
	font-weight: bold;
}

table#comanda tfoot .buttons td {
	background: #e2e2e2;
}

table#comanda .total-title {
 display: block;
 float:left;
 border-left:1px solid #bbb;
 padding:0 0 0 10px;
 color: #666;
}
table#comanda .total .price {
display:block;
 float:right;
padding:0 10px 0 0;
  border-right:1px solid #bbb;
  color: #ff0000;
}

table#comanda thead tr th {
	line-height: 30px;
	background: transparent url(images/bg-cart-total.png) repeat-x left bottom;
	border:0 none;
	padding:2px 0px;
}

table#comanda thead tr th.first span {
 display: block;
 border-left:1px solid #bbb;
}

table#comanda thead tr th.last span {
	display: block;
 	border-right:1px solid #bbb;
}

table#comanda tfoot  .goleste-cos {
	float:left;
	display:block;
	margin-bottom: 3px;
}

table#comanda tfoot  .comanda {
	float:right;
	display:block;
	margin-bottom: 3px;
}

table#comanda.comenzi td {
	text-align: center;
	padding:10px;
	color: #666;
}

table#comanda.comenzi .produse {
	text-align: left;
}

table#comanda.comenzi td ul {
	list-style-position: inside;
}

table#comanda.comenzi td.first {
	width:auto;
}

/*suporter styles*/
.suporter-box {
	border:1px solid #bbbbbb;
	border-bottom-width:0px;
	margin-top:9px;
}