@charset "utf-8";
/* CSS Document (FFF3D0) */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:12px; 
	background: #FFF;
	margin: 0px; 
	padding: 0px;
	text-align: left; 
	color: #000000;
}
div.Footer {
	clear:both; 
	position:fixed; 
	bottom: 0; 
	width:100%; 
	margin-top:50px; 
	border-top:1px solid gray; 
	background-color:#CCC; 
	padding:10px; 
	font-family:verdana,arial,sans-serif; 
	color:#000; 
	font-size:9px; 
	text-align:left;
} 
a:link {
	color:#000000} /* unvisited link (b7dedf LIGHT BLUE)*/
a:visited {
	color:#000000} /* visited link */
a:hover {
	color: #004C92} /* mouse over link */
a:active {
	color:#004C92} /* selected link */

.style1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold; 
	font-size:24px; 
	color:#609;
} /* Body text headings primary */
.style2 {
	font-size: 14px;
	color: #609;
	font-family: Verdana, Geneva, sans-serif;
	font-style: bold;
	font-style:italic;
}  /* Body text sub headings primary */
.style3 {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-style:italic;
}   /* help and instructions text */
.style4 {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}   /* Subheads dark */

.errortext {
	color: #F30;
	font-weight: bold;
} /* error messages */

input {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px; 
	font-weight:bold; 
} /* holds the tabbed area for main record editing */

select { 
	width:150px; 
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px; 
	font-weight:bold;
}

select.dropgo { 
	width:200px; 
	background-color:#dcf2d5; 
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px; 
	font-weight:bold;
}

textarea { 
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px; 
	font-weight:bold;
	width:460px;
	height:80px;
}

.button { 
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px; 
	font-weight:bold;
	color:#ffff99;
	background-color:#609;
	border:1px solid #666;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:6px;
	padding-left:6px; 
	min-height:25px;
}

table.forms {
	border-width: 0px;
	border-style: none;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.forms th {
	color:#333;
	font-size:12px;
	font-weight:bold; 
	text-align:left; 
	vertical-align:top;
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: #CCC;
}
table.forms td {
	font-size:12px;
	color:#000000;
	vertical-align:top;
	border-width: 1px;
	padding: 5px;
	border-style: inset;
	border-color: gray;
	background-color: #FFFFFF;
}

a.teamstore_menu {
	cursor:pointer;cursor:hand; 
	text-decoration:none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF; 
	background-color:#609;
	text-transform:uppercase; 
	border-top:1px solid #004C92;
	border-bottom:1px solid #004C92;
	border-left:0px solid #004C92;
	border-right:0px solid #004C92;
	padding-left:4px;
	padding-right:4px;
	margin-right:5px; 
	margin-left:0px; 
	padding-top:1px;
	padding-bottom:1px;
} /* Text menu (makes javascript links a hand cursor) */
a.teamstore_menu:hover {
	color:#FFF; 
	cursor:pointer;cursor:hand; 
	background-color:#FF5809;
	border-top:1px solid #378FD7;
	border-bottom:1px solid #378FD7;
	} /* mouse over link */

.PageHeadings {
	font-family: Verdana, Geneva, sans-serif;
	font-weight:bold; 
	font-size:24px; 
	color:#609;
} /* Store text headings */
.PageSubHead {
	font-size: 20px;
	color:#666;
	font-weight: bold;
} /* Store sub heads */
.SubHeadings2 {
	font-size: 16px;
	color:#666;
	font-weight: bold;
} /* Store sub sub heads */

.Descriptions {
	font-size:13px;
	font-style:italic;
	} /* descriptions */
.ProductNames {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
} /* Product names */
.Refs {
	font-size: 9px;
	color: #000000;
} /* Tiny References */

.price {
	font-size: 14px;
	color: #F00;
	font-style: bold;
}  /* price */
.listprice {
	font-size: 11px;
	color: #000000;
	font-style:normal;
	text-decoration:line-through;
}  /* price */
