/* CSS Document */

img {
	border:none;
}

.product_s h1 {
	padding:0px;
	margin:0px;
	font-weight:bold;
	font-size:1.0em;
}

form .regular {
	padding:0px;
	margin:0px;
	margin-bottom:4px;
}

.subheader {
	font-size:1.2em;
	font-style:italic;
	font-weight:bold;
	margin-bottom:0px;
	padding-bottom:0px;
}

.product_s {
	font-size:0.9em;
}

.product {
	
	margin-top:2px;
	margin-bottom:8px;
}

hr {
 display:block;
 height: 1px;
 margin: 0;
 _margin: -7px 0;
 padding: 0;
 color: #d6d6d6;
 background-color: #d6d6d6;
 border: 0;

}

.product p {
	font-size:0.9em;
}

.price {
	font-size:1.2em;
	font-weight:bold;
	color:#000000;
}

.menuitem {
	background-image:url(images/menu_dots.gif);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:2px;
	padding-bottom:0px;
	margin-bottom:0px;
	margin-top:2px;
}

.menuitem_small {
	font-size:0.9em;
	padding-top:1px;
	padding-bottom:1px;
}

body {
	background: #ffffff url(../images/body_bg.png) repeat-x top left;
	text-align: center; /* Explorer hack Centrera */
	position:relative;
	margin:0px;
	padding: 0;
 	font-size:62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
}

.button {
	height:27px;
	background-image:url(images/menu_bg.gif);
	background-color:#055d94;
}

p {
	line-height: 16px;
	margin-top:0px;
	margin-bottom:7px;
}

.streckad {
	text-decoration:line-through;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	margin-bottom:4px;
	margin-top:9px;
}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	margin-bottom:2px;
	margin-top:7px;
	margin-left:0px;
	padding-left:0px;

}

h3 {
	font-size: 1.0em;
	font-weight: bold;
	color: #000000;
	margin-bottom:2px;
	margin-top:5px;
}

.border {
	border-color:#000000;
	border-width:1px;
	border-style:solid;
}

/*
TABLE OPTIONS
*/
th {
	font-size: 1.0em;
	font-weight: bold;
	color:#FFFFFF;
	background-color:#4b94ff;
	padding:2px;
}

td {
	font-size: 1.0em;
	padding:3px;
	padding-left:4px;
}



table {
	border-width:1px;
	border-style:solid;
	border-color:#4b94ff;
	padding:2px;
}

.tdgrey {
	background-color:#e9f0f5;
}

/*
FORM OPTIONS
*/
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  margin: 0;
  padding: 0;
	margin-bottom:14px;
  min-width: 300px;
  max-width: 400px;
  width: 300px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color:#33464b;
  border-width: 1px;
  border-style: solid;
  padding: 5px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
	font-weight:bold;
	border-color:#d6d6d6;

	color:#33464b;
}

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 70px; 
	padding: 0; 
	margin: 9px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

.wideform label {
	width:140px;
}

form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:none;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

form input, form textarea, form select {
	font-size:0.9em;
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of label aligns textarea better in IE */
	border-width:1px;
	border-style:solid;
	border-color:#999999;
}

form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

.radio {
	border:none; /* set margin-left back to zero on reset button (set above) */
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 2px 80px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 11px;;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

/*
LIST OPTIONS
*/
ul
{
 margin:0px;
 margin-bottom:8px;
 margin-left:17px;
 padding:0px;
}

li
{
 margin:0px;
 margin-bottom:3px;
 padding:0px;
}

/* 
LINK OPTIONS 
*/
A:active {
	color: #21890d;
	text-decoration:underline;
}

A:link {
	color: #000000;
	text-decoration:none;
}

A:visited {
	color: #000000;
	text-decoration:none;
}

A:hover {
	color: #21890d;
	text-decoration:underline;
}
.tooltip
{
	position: absolute;
	visibility: hidden;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	border-width: 1px; 
	border-style:solid;
	border-color: #CCCCCC;
	padding: 5px;
	width: 200px;

}

.right {
	text-align:right;
}

#lager {
	padding-left:15px;
	margin-left:15px;
	color:#990000;
}
