table#cart td select {
	font: 11px arial;
}
table#cart td textarea {
	font: 12px arial;
	padding: 3px;
	border: 1px solid #CCC;
}
table#cart hr {
	border: none;
	border-bottom: 1px solid #CCC;
}

/*********************************************************/
/***  Cascading Style Sheet for ShopSite Classic Theme ***/
/***              Shopping Cart Screen                 ***/
/*********************************************************/

/**********************************/
/***  Table of Products (Cart)  ***/
/**********************************/
table.cart td {
	padding: 8px;
}
td.cart_quantity input {
	font: 11px arial;
	text-align: center;
	border: 1px solid #CCC;
}

/*********************************************************/
/***  Cascading Style Sheet for ShopSite Classic Theme ***/
/***                 Shipping Screen                   ***/
/*********************************************************/

/***********************/
/***  Address Table  ***/
/***********************/
table.addr td {
	padding-bottom: 5px;
}
td.addr_val input {
	font: 12px arial;
	border: 1px solid #CCC;
	padding-left: 3px;
}

/***********************/
/***  Payment Table  ***/
/***********************/
td.payment_value input {
	font: 12px arial;
	border: 1px solid #CCC;
	padding-left: 3px;
}
