
body,p,td,th,input,textarea,select,option { 
	color: black; 
	font-style: normal; 
	font-weight: normal; 
	font-size: small; 
	font-family: Arial, Helvetica, Verdana, Geneva, Swiss, SunSans-Regular; 
	text-decoration: none 
	}
	
.winename { font-size:110%; color:#810e26; }
table.orderqty td { font-size:70%; }

table.freight caption { color:#a12e46; font-size:13px; font-weight:bold; margin-bottom:8px;}
table.freight td { text-align:center; }
table.freight td.left { text-align:left; }
.odd { background-color:#f0f0f0; }
.evn { background-color:#e0e0e0; }

body.pink { 
	margin:0px;
	background-color: #ffffff;
	background-image: url(images/pink_grad_bgnd.gif);
	background-repeat: repeat-x; 
	}

.border { color:#0c6; border:solid 1px #006766 }
.text    { color:#033; font-weight:lighter; font-size:80%; line-height:normal; margin-top:0.25%; margin-right:1%; margin-left:1% }

a:link { text-decoration: underline; color: #993366; } 
a:visited { text-decoration: underline; color: #808080; } /* cd5c5c */
a:hover { text-decoration: none; color: #a39149; }
a:active { text-decoration: underline; color: #993366; }

a.camlink { font-size:75%; }

a.topnav { 
	display:block; 
	border:solid 1px #a12e46; /* 808080 DD545E */
	height:28px; 
	line-height:12px; /* to vert-align in middle */
	text-align:center; 
	font-weight:bold; 
	font-size:x-small; 
	text-decoration: none; 
}
a.topnav:link { color: #ffffff; background-color:#a12e46; text-decoration: none; } /* col was #555555 | f3cb0a, bg was #F0CB00 */
a.topnav:visited { color: #ffffff; background-color:#a12e46; text-decoration: none; }
a.topnav:hover { color: #bb323c; background-color:#EEEEEE; text-decoration: none; } /* col was #DD545E, bg was #EEEEEE */
a.topnav:active { color: #ffffff; background-color:#a12e46; text-decoration: none; }


h1  { color: red; font-size: 180%; }
h2  { color: #006; font-size: 150%; }
h3  { color: #006; font-size: 140%; }
h4  { color: #006; font-size: 110%; }
h5  { color: #db2b35; font-size: 100%; }
h6 { color: #063; font-weight: bold; font-size: 95% }

/* burgundy test light=a12e46 dark=562037 */
body.pink h1  { color: #a12e46; font-size: 120%; margin-top:20px; }
body.pink h2  { color: #a12e46; font-size: 110%; }
body.pink h3  { color: #a12e46; font-size: 105%; }
body.pink h4  { color: #a12e46; font-size: 100%; }

hr.footer {
	border:none;
	border-top:2px solid #e9c400;
	border-bottom:1px solid #808080;
}
tr.foot1 td {
	border:none;
	border-bottom:2px solid #e9c400;
}
tr.foot2 td {
	border:none;
	border-top:2px solid #eaadc5;
	font-size:x-small;
	text-align:center;
}
p.footer {
	font-size:x-small;
	text-align:center;
}

div.image { 
	margin:4px; 
	margin-bottom:10px; 
	border:2px solid #ae6e64; /* border was c0c0c0 */
	padding:0px; 
	text-align:center; 
	font-size:x-small; 
	color:#5c7f5c; 
	background-color:#fff; }

img.image {
	margin:4px; 
	margin-bottom:10px; 
	border:2px solid #ae6e64; /* border was ae6e64 */
	padding:0px; 
	text-align:center; 
	font-size:x-small; 
	color:#5c7f5c; 
	background-color:#fff;
}
div.image_left { float:left; clear:left; margin:4px; margin-left:0px; border:2px solid #ae6e64; padding:0px; } /* border was ae6e64 */
div.image_right { float:right; clear:right; margin:4px; border:2px solid #ae6e64; padding:0px; } /* border was ae6e64 */
div.image_caption { font-size:xx-small; text-align:center; vertical-align:middle; } 

/* ================== twzContact ================== */

form.twzContact td.formLabel { width:180px; text-align:left; font-weight:normal; vertical-align:top; }
form.twzContact td.required { color:#A12E46; }
form.twzContact table { border:none; }
form.twzContact td { padding:2px; }

.missing { background-color:#ffa; }
.wide { width:230px; }
.pcode { width:50px; }
.phone { width:95px; }
.widearea { width:300px; height:100px; }

div.postOK { color:#000; text-align:center; margin-bottom:10px; }
div.postError { color:#000; background-color:#fc0; text-align:center; margin-bottom:10px; padding:2px; }
form.twzContact input#submit { font-weight:normal; margin-top:15px; }	
