body
{
	font-family: verdana,arial;
}

table.box
{
	border: 1px solid black;
}

td {
	vertical-align: top;
}

td.title, #orders th
{ 
	background-image: url(/cartimg/jltitlebar.png); 
	border-bottom: 1px solid black; 
	font-family: verdana,arial;
	font-weight: bold;
	padding: 2px;
}

td.content, #orders td
{
	padding-left: 5px;
	padding-right: 5px;
}

td.notice
{
	text-align: left;
	font-weight: bold;
	font-size: 12px;
}

td.reminder
{
	font-family: verdana,arial;
	font-weight: bold;
	border: 3px double #605030; 
	padding: 6px;
	background-color: #DEDAC2;
	color: #605030;
}

td.heading
{
	font-family: verdana,arial;
	font-weight: 900;
	font-size: larger;
	border-bottom: 2px solid black;
}

td.note
{
	font-family: verdana,arial;
	font-size: smaller;
}

table.recommended
{
	font-family: verdana,arial;
	font-size: 10px;
}

tr.discount
{
	color: green;
}

tr.credit
{
	color: blue;
}

tr.credit_note
{
	color: blue;
	font-size: 10px;
}

div.heading
{
	border-bottom: 1px solid black;
}

div.box
{
	border: 1px solid black;
}

#flash {
    background: #f3f8fc url(/cartimg/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

td.option_section {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid black;
}

div.not_found {
	text-align: center;
	font-size: 18px;
	color: #A52A2A; 
}

#orders {
	width: 80%;
	border-collapse: collapse;
}

#orders th {
	text-align: left;
	padding-left: 5px;
}

#accountmenu {
	text-align: center;
}

div.update {
	font-weight: bold;
	font-size: 12px;
	padding-bottom: 5px;
	border-bottom: 1px solid black;
}

