

/* 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: 12px; color: #7A0ABB; }

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

.body { font-family: 'Verdana', Helvetica, sans-serif; font-weight: normal; 
			font-size: 12px; color: #3C1354; line-height: 150% }

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

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 : #7A0ABB; }

a.body:hover {text-decoration: underline; color : #7A0ABB; }

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

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

.copyright { font-family: 'Verdana', Helvetica, sans-serif; font-weight: normal; 
				font-size: 10px; color: #666666; text-align: center }
.copyright a { color:#666666; text-decoration:none }
.copyright a:hover { text-decoration:underline }

