﻿
table.form3col /*ideal for standard table with error message */
{
	border-collapse:collapse;
	width:550px; /*same as with as mainpage in the main.css */
	font-size: 70%; /*percentage of default on page */
	margin:0; padding:0;
	border:0;
	font-family: verdana, tahoma, arial, helvetica, sans-serif
}


table.form3col td.label
{
	width:25%;
	padding: 0 5px 0 0;
	font-weight:bold; /*if you want it bold */
	text-align: right;

}

table.form3col td.labeltop
{
	width:25%;
	padding: 0 5px 0 0;
	font-weight:bold; /*if you want it bold */
	text-align: right;
	vertical-align:top;
}


table.form3col td.fields
{
	width:50%;
	padding: 0 0 3px 0;
	font-weight:bold;
	text-align:left;
}

table.form3col td.error
{
	width:25%;
	padding: 0 0 3px 0;
	font-weight:bold;
	text-align: left;
	vertical-align:bottom;
	color:red;
}


table.PRproducts
{
	border-collapse:collapse;
	width:100%; /*same as with as mainpage in the main.css */
	margin:0; padding:0;
	border:0;
	font-family: verdana, tahoma, arial, helvetica, sans-serif
	
}

table.PRproducts td
{
	text-align:center;
	width:25%;
}

table.PRproducts td.productname
{
	font-weight:bold;
	font-size:80%;
	color:#256d0c;
}

table.PRproducts td.minorder
{
	font-size:70%;
	color:#000;
	padding-bottom: 10px;
	border-bottom: 2px solid #999;
}

table.PRproducts img
{
	border:0;
}

table.PRproducts td.highlight
{
	font-size:80%;
	color:#256d0c;
	font-style: italic;
	font-weight:bold;
}

table.PRproducts td.tshirt
{
	font-size:70%;
	color:#000;
	text-align:left;
}


table.PRproducts td.tshirt table
{
	font-size:100%;
	color:#000;
	width:100%;
	border-collapse:collapse;
	margin:0; padding:0;
	border:0;

}


h3.divider
{
font-weight: bold;
font-family: verdana, tahoma, Arial, Helvetica, sans-serif;
color:#256d0c;
font-size: 120%;
border-bottom: 2px solid #256d0c;
padding-bottom: 3px;
text-align:left;
}