table.cart {
	border: solid 2px;
	border-color: #626262;
	padding: 15px 10px 0px 10px;
	margin: 20px 0px 20px 0px;
}

table.cart th {
	font-weight: bolder;
	font-size: 14px;
	color: #1E1E1E;
	padding-bottom: 10px;
	text-align: left;
}

table.cart td {
	border-top: solid 1px;
	font-weight: bold;
	border-color: AEAEAE;
	font-size: 11px;
	color: #71717A;
	text-align: left;
}

table.cart input {
	font-size: 11px;
	color: #AEAEAE;
}

table.cart label {
	font-weight: bold;
	font-size: 11px;
	color: #CF1818;
	border: 0;
}

table.cart form {
	padding: 8px 0px 8px 0px;
}

table.cart a:hover,table.cart a:link,table.cart a:visited,table.cart a:active {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

.cart_btn_left {
	float: left;
	background-image: url("images/cart/cart_but_left.gif");
	width: 2px;
	height: 25px;
	margin-left: 5px;
}

.cart_btn {
	float: left;
	background-image: url("images/cart/cart_but_back.gif");
	background-repeat: repeat-x;
	height: 21px;
	padding: 4px 5px 0px 5px;
}

.cart_btn_right {
	float: left;
	background-image: url("images/cart/cart_but_right.gif");
	width: 2px;
	height: 25px;
	margin-right: 5px;
}

.my_order{
	margin-top: 20px;
	color: #024282;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
}

.my_order table{
	width: 530px;
}

.my_order_admin{
	margin-top: 20px;
	color: #024282;
	font-size: 13px;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
}

.my_order_admin table{
	width: 690px;
}

.my_order a:link, .my_order a:active, .my_order a:visited {
	color: #AAAAAA;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}

.my_order a:hover {
	color: #FE4E25;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}

.my_orders {
	margin-top: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
}
.my_orders p{
	color: #024282;
	font-size: 14px;
}

.procesat:hover{
	color: green;
	text-decoration: underline;
	font-size: 12px;
}
.procesat:link, .procesat:active, .procesat:visited {
	color: green;
	font-size: 12px;
}

.neprocesat:hover{
	color: red;
	text-decoration: underline;
	font-size: 12px;
}
.neprocesat:link, .neprocesat:active, .neprocesat:visited {
	color: red;
	font-size: 12px;
}
.tableContainer a{
	display: block;
	text-decoration: none;
}

.tableContainer tr:hover{
	background-color: #DBDBDB;
}
