body {
	font-family: arial, sans-serif;
}

strong {
	font-size: 10pt;
}

td strong#orpaypal {
  font-size: 14pt;
}

#errors  {
	border: 2px solid #CC3322;
	width: 520px;
	padding: 2px 5px 2px 5px;
	margin: 5px 5px 5px 15px;
}

#errors h2 { 
	font-size: 90%;
}

#errors ul li {
	padding: 4px 0;
	font-size: 80%;
}

table.form td {
	padding: 4px;
}

form#paypal {
  display: inline;
}

td#paypalcell {
  padding-top: 8px;
}

#customer_frame {
	border:1px solid #d0d0d0;
	padding: 5px;
	margin-top: 4px;
	margin-left: 8px;
}


#customer_frame table {
	border-collapse: collapse;
}

em.coupon_form {
	font-size:10px;
}

.list_display table {
	border-collapse: collapse;
}
.list_display table td {
	padding: 4px;
	font-size: 80%;
	text-align:left;
}

.list_display table thead tr.header {
	background-color: #e7e8e8;
}
.list_display table thead tr.pagination {
	font-size: 80%;
	
}

.list_display table thead tr.header th {
	padding: 4px;
	font-size: 80%;
	text-align:left;
}

.list_display label {
	font-size: 90%;
}

.list_display table tbody tr.deleted {
	background-color: #fcc;
}
.list_display table tbody tr.odd {
	background-color: #f4f7fd;
}
.list_display table tbody tr.even {
	background-color: #DEE4E8;
}

/* pagination */
span.pagination_label {
	font-weight:normal;
	font-size: 90%;
}
a.pagination_link:link, a.pagination_link:hover, a.pagination_link:visited, a.pagination_link:active {
	color: #00f;
	text-decoration:underline;	
}


#filter_form_wrap {
/*	border:2px solid #DEE4E8; */
}
#filter_form_wrap table {
	border-collapse: collapse;
}
#filter_form_wrap table {
	font-size: 80%;
}
#filter_form_wrap table label {
}
#filter_form_wrap table td {
	padding: 3px;
}
#filter_form_wrap fieldset {
	border: 1px solid #DEE4E8;
	background-color: #F4F7FD;
	width:470px;
	
}
#filter_form_wrap legend {
	font-size: 90%;
}



div#flash_notice {
	font-size: 110%;
	background-color: #d0d0d0;
	color: #f00;
	width: 100%;
	margin: 4px 0 4px 0;
	padding: 3px;
}
div#summary {
	background-color: #e7e8e8;
	width: 60%;
	margin: 5px;
	padding: 4px;
	width:500px;
}
div#summary table {
	border-collapse: collapse;
}
div#summary table td {
	padding: 3px;
}
#summary h4 {
	font-size: 90%;
	margin: 0;
}

span.label {
	color: #00f;
	font-size: 80%;
}
span.value {
	font-size: 80%;	
}
span.active {
	color: #060;
	font-size: 80%;
}
span.inactive {
	color: #f00;
	font-size: 80%;
}

/* Cart display */
table.cart {}
table.cart thead td {
	background-color: #00CC99;
	font-family: arial;
	font-weight:bold;
}

span.original_price {
	text-decoration: line-through;
}
span.coupon_price {
	color: #f00;	
}

.links2D {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; color: teal; text-decoration: none; }
.links2D:hover {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; color: #000000; text-decoration: none; background: #ffff00; }
.links2D:visited {font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; margin-left: 0px; margin-top: 0px; margin-bottom: 0px; color: #cc3366; text-decoration: none; }
