@charset "utf-8";
/* CSS Document */

/* tables */
table.cart {
	width: 99%;	
	border-collapse: no-collapse;
	font-size: 10px;
}
table.cart th {
	background-color: #ebebeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0.2em 0 0.2em 0.2em;
	text-align: left;
	border-top: 1px dotted #cccc99;
	border-bottom: 1px dotted #cccc99;
}
table.cart td {
	padding: 0 1em 0 0.2em;
}
table.cart tr.d0 td {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}	
table.cart tr.d1 td {
	background-color: #eaeaea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.cart tr.d2 td {
	background-color: #ffffff;
	border-top: 1px dotted #cccc99;
	border-bottom: 1px dotted #cccc99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.mini-cart {
	width: 100%;	
	border-collapse: no-collapse;
	font-size: 10px;
	text-align: left;
}
table.mini-cart th {
	background-color: #ebebeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
table.mini-cart td {
	padding: 0.2em 1em 0.2em 0.2em;
}
table.mini-cart tr.d0 td {
	background-color: #ebebeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}	
table.mini-cart tr.d1 td {
	background-color: #ebebeb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}
table.mini-cart tr.d2 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
table.summary {
	width: 95%;	
	border-collapse: no-collapse;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

