
/* category page */
ul.products,ul.categories,ul.products li
ul.categories li {
	margin: auto;
	padding: auto;
	list-style: none;
	font-weight: bold;
}

div.product img {
	margin: 5px 0 0 0 ;
}

hr {
	height: 5px; 
	clear:both;
	/* for IE */
	color: #ddf; 
	/* for Moz */
	border: none;
	background-color: #ddf; 
}

div.product {
	float: left;
	width: 160px;
	margin: 0 15px 15px 0;
	text-align: center;
}

div.description,ul.products,ul.categories {
	margin: 1em auto;
}

/* product page */
div.lineNotes {
	font-style: italic;
}

/*div.product-image,*/
img.product {
	border: 1px black solid;
	float: left;
	margin: 0 15px 15px 0;
}

div#notice {
	clear: both;
	text-align: center;
	border: 1px black solid; 
	padding: 5px; 
	background: #eee;
}

div#variants {
	text-align: center;
}

/* tables */
table.cart,
table.variants {
	width: 100%;
	text-align: left;
	border: 1px solid black;
	margin: 1em auto;
}

thead th {
	border-bottom: 1px solid black;
}

tfoot td {
	border-top: 1px solid black;
}

thead,tr.odd {
	background: #eee;
}

tr.even {
	background: white;
}

th.number,
td.number {
		text-align: right;
}

th {
	font-weight: bold;
}

td, th {
	padding: 0.1em 0.2em;	
}


/* cart page */
p.checkout input {
	float: left;
}

p.checkout {
	text-align: right;
}

p.checkout * {
	vertical-align: middle;
}

table.cart {
	border: 1px solid black;
	width: 100%;
}

td.image {
	text-align: center;
}

.number input {
	text-align: right;
}

#orderText {
	border: 3px #ccc double;
	padding: 5px 2px;
}