/* 
	Stylesheets for Electronic Service Center 
		Copyrighted by Jason Carlton, www.goWilkes.com
*/

form { margin: 0px }
body { margin-left: 8px }

H1 { font-family: Tahoma, Verdana, Arial, Tahoma, Helvetica; color: #800000; font-size: 22px; font-weight: normal; margin-bottom: 10px }
H2 { font-family: Arial Narrow, Tahoma, Helvetica, sans-serif; color:#800000; font-size: 17pt; font-weight: normal; margin: 0px }
H3 { font-family: Arial Narrow, Tahoma, Helvetica, sans-serif; color:#154B73; font-size: 11pt; font-weight: normal; margin-top: 0px; margin-bottom: 10px }
H4 { font-family: Arial Narrow, Tahoma, Helvetica, sans-serif; color:#154B73; font-size: 13pt; font-weight: normal; margin-top: 0px; margin-bottom: 10px }
H5 { font-family: Arial Narrow, Tahoma, Helvetica, sans-serif; color:#4B4B4B; font-size: 16pt; font-weight: normal; margin: 0px; padding-right: 15px }
li { margin: 0px }

a { text-decoration: none }
a:hover { text-decoration: none }

a.cart { color:#808080 }
a.cart:hover { color:#000080 }

a.location { font-family: Arial, Tahoma, Helvetica; color: #808080; font-size: 10px; text-decoration: none }
a.location:hover { color: #0000A0; text-decoration: none }
div.location { border-bottom: 1px solid #808080; width: 400px }

a.footer { color:#404040 }
a.footer:hover { color:#000080; text-decoration: underline }

:focus { outline: none; -moz-outline-style: none }

.small { font-size: 11px }
.med { font-size: 12px }
.large { font-size: 13px }
.xlarge { font-size: 14px }
.xxlarge { font-size: 15px }

.light { background-color: #FFFF00 }

img.border { border: 1px solid #000000 }

.gradientV {
	/* fallback (Opera) */
	background-color: #EEEEEE;

	/* Mozilla: */
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);

	/* Chrome, Safari:*/
	background: -webkit-gradient(linear,
					left top, left bottom, from(#FFFFFF), to(#EEEEEE));

	/* MSIE */
/*	filter: progid:DXImageTransform.Microsoft.Gradient(
					StartColorStr='#FFFFFF', EndColorStr='#EEEEEE', GradientType=0);
*/
	/* MSIE 8, allegedly; I couldn't get it to work as the background for a table */
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(
					StartColorStr='#FFFFFF', EndColorStr='#EEEEEE', GradientType=0)";
*/
}

/* Horizontal Gradient; reference only 
		thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/
.gradientH {
	background: #008800;

	background: -moz-linear-gradient(left, #00FF00, #000000);

	background: -webkit-gradient(linear,
					left top, right top, from(#00FF00), to(#000000));

	filter: progid:DXImageTransform.Microsoft.Gradient(
					StartColorStr='#00FF00', EndColorStr='#000000', GradientType=1);
}
*/

