div#shoppingcard_quant {
	text-align: right;	
	padding-right: 20px;
	font-weight: bold;
}

table#basket_items {
	width: 98%;
	border-collapse: collapse;
}
table#basket_items.basket_table tr.basket_item {
	padding: 10px 0;
}
table#basket_items tr.basket_item td {
	border-bottom: #333 solid 1px;
	padding: 10px 0;
}
tr.basket_item td img {
	border: white solid 3px;
	outline: #333 solid 1px;
}
#main table#basket_items tr.basket_item .project_name a,
 table#basket_items tr.basket_item .proj_prize {
	color: #cc1111;
	font-size: 16px;
	font-weight: bold;
}
table#basket_items tr.basket_item .proj_prize .thePrize {
	color: #333;
}
table#basket_items tr.basket_item .del_link a {
	text-decoration: underline;
	font-weight: bold;
}

div.basket_totals {
	margin-top: 40px;
}
div.basket_totals .total_item,div.basket_totals .total_item_big {
	font-weight: bold;
	font-size: 14px;
	padding-left: 340px;
}
div.basket_totals .total_item_big {
		padding-top: 20px;
		font-size: 15px;
}


table.prettyTable tr.sumup  {
    font-size: 15px;
    font-weight:bold;
}
table.prettyTable tr.sumup .sum_sum {
    color: #BF0B17;
}
table.prettyTable tr.sumup td {
    background-color: #F8C244;
    border: #CFA133 solid 2px;
}

div.link_container {
    text-align: right;
}
div.link_container a {
    text-decoration: underline;
}

ol#dotpay_possibilities {
    margin-top: 50px;
}
ol#dotpay_possibilities h3 {

}
ol#dotpay_possibilities ul {
    margin-top:15px;
    margin-bottom:15px;
}
ol#dotpay_possibilities ul li {
    margin-left:30px;
}
