/* styles for all products order pages - Joe Demb Photography - single-column */

/* Establish layout parameters */

body {background: #F2F0E0; font-family: Verdana, Geneva, Arial, helvetica, sans-serif; color: #000; font-size: 0.8em;
	text-align:center; margin: 0; padding: 0; padding-bottom: 25px;}
html>body {font-size: 0.8em;}
	
#wrapper {background: #FBFBF4; margin: 0 auto; border: 1px solid #81817C; border-top: 3px solid #81817C; width: 602px; padding: 0;
	text-align: center;}
#header {height: 40px; margin: 0; padding: 5px 20px 10px; text-align: left; border-bottom: 1px solid #81817C; background: #FBFBF4; font-family: "Times New Roman", Times, serif; color: #BC2D1E;}
#header h3 {font-size: 1.8em;}
#header h4 {font-size: 1.5em;}
#pagebody {width: 580px; background: transparent; padding: 0; margin: 0;}
#receipt {text-align: left;}
#footer {clear: left; border: 0; background-color: #FBFBF4; border-top: 2px solid #81817C; border-bottom: 2px solid #81817C;
	color: #000; font-size: 0.8em; text-align: left; width: 597px; padding: 5px 0 0 5px; margin: 10px 0 0;}

blockquote  {margin-top: 10px; padding: 0;	text-align: justify;}

/* centers tables on page by containing div */
div.centered {text-align: center;}
	
/* centers tables on page by table margins - this covers all browsers */
div.centered table {margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; text-align: left;}

table {padding-left: 10px;}    /* puts a little space before the gray lines in the form  */
	
/* for table on the 1st order page only   */
table#select_product td {border-top: 1px solid #81817C; font-size: 85%;}
table#select_product h3 {font-size: 1.3em;}
table#select_product tr {border: 1px solid #81817C;}
	
/* General linkology */
	
a:link, a:visited, a:hover, a:active {font-size:1.2em;}
a:link, a:visited {font-weight: bold; text-decoration: none; color: #c30; background: transparent;}
a:hover {font-weight : bold; text-decoration : underline; color: #eee; background: #c30;}
a:active {font-weight : bold; text-decoration : none; color: #526968; background: transparent;}
	
/* text colors  */

#pagebody .headingred {font-weight: bold; color: #c30; text-align: left; border-top: 2px solid #c30; border-bottom: 2px solid #c30; padding: 4px 0 4px 30px; margin-top: 10px;}
.red {color: #c30;}
.boldred {color: #c30; font-weight: bold;}
.boldorange {color:#FF6633; font-weight: bold;}
.boldgreen  {color: #199D5B; font-weight: bold;}
.boldblue {color:#009; font-weight: bold;}
.small	{font-size: 85%;}  /* used on confirm_products page below charge card number  */