
.catr_table {
	width:100%;
	border-collapse: collapse; 
}

.catr_table td{
	border-bottom: 1px solid #aaaaaa;
}

.catr_table th{
	background-color:  #addaf7;
}


.catr_table_caption {
	padding:15px;
	padding-top: 50px;
	padding-bottom: 40px;
}
.catr_table_total{
	text-align:right;
	left:600px;
	background-color:#eeeeee;
	padding:15px;
	position: relative;
    width: 470px;
}
.catr_table_description {
	font-size:12px;
	color:#555555;
}
.order_button {
	border: 0px;
	padding: 8px 20px;
	background-color: #008c46;
	color: #ffffff;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
}

.cartimage {
	max-width:150px;
	max-height:150px;
}

.dostavka {
    position: absolute;
    width: 600px;
    padding: 10px;
}

.del {
	text-decoration: none;
	color: #ff0000;
	font-size: 13px;
}

.txt_cart {
	font-size:32pt;
}

.oldprice {
	text-decoration:line-through;
	color:#aaaaaa;
}

.itm {
	text-decoration: none;
	color: #004477;
}


