* {
	margin: 0;
	padding: 0;
}
body {
	background-color:#E5DCC7;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #333333;
	height: 100%;
}
h2{
	font-size:0.9em;

}
a:link, a:visited, a:hover, a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
}
a:link, a:visited {
	color: #540C0C;
}
a:hover, a:active {
	color: #999999;
}

table{
}

.miniCart th{
	text-align:left;
	text-align:right; 
}
.miniCart td{
	padding: 0 1.5em 0 1em;
}
