

/* CSS for WebFarm-Shop Vesion 2 'WebFarm-Shop 2.0 Silver' */

/* label (grey area around form element headings) */
label {display: block; text-align: right; background-color: #EEEEEE; color:#000000; 
			font-weight: bold; padding: 3px; margin:2px 5px 2px 0;}


/* Main text styles */
.tdcolor { background-color:#E4E4E6; padding: 1px;}

.heading { font-family: 'Verdana', Helvetica, sans-serif; font-weight: bold; 
			font-size: 13px; color: #666699; }

.heading_error { font-family: 'Verdana', Helvetica, sans-serif; font-weight: bold; 
			font-size: 13px; color: #CC3355; }

.body { font-family: 'Verdana', Helvetica, sans-serif; font-weight: normal; 
			font-size: 13px; color: #333333; }

.banner { font-family: 'Verdana', Helvetica, sans-serif; font-weight: normal; 
					font-size: 11px; color: #555588; text-decoration: none; }
a.banner { color: #333366 }
a.banner:hover { color: #aaaaee }
tr.banner { background-color: #bbbbbb; }

a.body:link { text-decoration: none; color : #666699; }
/* This is for some of the 'hidden' submit buttons, it should match the above + the extras */
input.body { text-decoration: none; color : #666699; border: none; background-color: inherit; padding: 0px; }

a.body:visited { text-decoration: none; color : #666699; }

a.body:hover {text-decoration: none; color : #FF0033; }

.body_heading { font-family: 'Verdana', Helvetica, sans-serif; font-weight: bold; 
					font-size: 13px; color: #666666; }

.body_error { font-family: 'Verdana', Helvetica, sans-serif; font-weight: normal; 
					font-size: 13px; color: #CC3355; }

.copyright { font-family: 'Verdana', Helvetica, sans-serif; font-weight: normal; 
				font-size: 10px; color: #666666; text-align: right; }
