div.content.basket a.tobasket{
	color: #fff;
	margin-left: 15px;
	}
div.content.basket caption{
	color:#EBC765;
	font-size:1.3em;
	padding-bottom: 10px;
}
div.content.basket table.product_table {
	color:#EBC765;
	width:95%;
}

div.content.basket table.product_table TH{
	background-color: #EBC765;
	color:#1A0027;
	padding:5px;
	font-weight:bold;
}

div.content.basket table.product_table TD{
	padding:5px;
	border-bottom: 1px solid #EBC765;

}

div.content.basket table.product_table TR.buttons TD, div.content.basket table.product_table TR.total TD{
	border-bottom: none;
}

table.confirmorder th{
	border-bottom:1px solid #FFFFFF;
	font-weight:bold;
	padding-bottom:5px;
	}
table.confirmorder td{
	padding-top:3px;
	padding-bottom:3px;
	}
table.confirmorder a.product_item_name{
	color:#fff;
	}
div.content.shop h3{
	font-size:1.2em;
	font-weight: bold;
	color: #EBC765;
	margin-bottom:10px;
}