div#cart { line-height: 175%; }

body.cart #page-content h1,
body.cart #page-content h2 {
	margin: 10px 0;
	font-size: 2.4em;
}


/* -- Default Search Page -- */
.category-browse {}
.category-search {}
.category-search form { margin-bottom: 2em; }
select.category {}


/* -- Search Results Page -- */
table.search-results { width: 400px; }
table.search-results td { text-align: center; padding: 5px; margin: 0; }

table.search-results a img {width: 115px; height: 115px; padding: 5px; border: 1px solid #CCCCCC;}

/* -- Product Display -- */

.product-view {}
table.photo img { border: 1px solid #FF7F7F; padding: 4px; display: block;  }
.description, .sku, .quantity { font-size: 1.2em; }


/* -- Cart Contents Display Page -- */
table.cart-display { width: 400px; }
th { color: #fff; background: #D39DE3; }
form#update_cart {}


/* -- Check Out Pages -- */

.check-out {}
form#checkout {}

/* -- Review Order Page -- */
table.order-info,
table.order-summary,
table.order-extra { width: 400px; }

