BODY
{
	background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Verdana, Helvetica;
    color: #888888;
    font-size: 12px;
}

TABLE,TD,TR
{
    font-family: Arial, Verdana, Helvetica;
    color: #888888;
    font-size: 12px;
}

TH
{
    font-family: Arial, Verdana, Helvetica;
    color: #888888;
		background-color: #dddddd;
    font-size: 10px;
}


#header
{
    background-color: #ffb600;
    height: 80px;
}

#navstrip
{
    background-color: #ffb600;
    height: 30px;
}

#button
{
	margin-left: 25px;
	text-align:center;
	width: 150px;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #888888;
}

.button
{
	color: #888888;
    cursor: pointer;
}
.buttonover
{
	color: #c60000;
    cursor: pointer;
}

.navbutton, .navover
{
    background-color: #ffb600;
    font-size: 18px;
    height: 25px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #ffd700;
    border-right: 1px solid #ff8200;
}

.navbutton
{
    color: #FFFFFF;
    cursor: pointer;
}

.navover
{
    color: #c60000;
    cursor: pointer;
}

#navbottom
{
    background: url("/images/navbottom.gif") repeat-x;
    height: 6px;
}

#credits
{
    text-align: center;
	border-top: 1px dotted #ffb600;
	padding-top: 10px;
}

.box_l
{
    background: url("/images/box_l.gif") repeat-y;
}
.box_r
{
    background: url("/images/box_r.gif") repeat-y;
}

.boxhead
{
    color: #FFFFFF;
    background-color: #ffb600;
    font-size: 12px;
    font-weight: bolder;
    text-align: left;
    height: 20px;
    padding-bottom: 5px;
}

.box
{
	padding: 10px;
    font-size: 12px;
    width: 190px;
	line-height: 18px;
}

.content
{
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    padding-top: 5px;
}

#text
{
    text-indent: 25px;
}

.text
{
    text-indent: 25px;
}

.redtext
{
    font-size: 12px;
	font-weight: bold;
	color: #c54242;
}

.picture
{
	border-color: #888888;
}

.picture_h
{
	border-color: #c60000;
}

a:link, a:active, a:visited, a:hover
{
    font-family: Arial, Verdana, Helvetica;
    color: #888888;
}

.flink
{
    font-family: Arial, Verdana, Helvetica;
    color: #888888;
    font-size: 12px;    
}

#fullsize
{
  z-index: 100;
  position: absolute;
}

#map
{
	border: 1px solid #888888;
	width: 100%;
	height: 600px;
	background: url("/images/howto_store.jpg");
	overflow: hidden;
}

.field
{
	border: 1px solid #888888;
	background-color: #eeeeee;
}

.region
{
    cursor: pointer;

}

.regionover
{
    color: #c60000;
    cursor: pointer;
}

div.scroller {
	width: 640px;
	background: #cccccc;
	overflow-x: scroll;
    scrollbar-arrow-color: #C60000;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-darkshadow-color: #ffb600;
    scrollbar-base-color: #ffb600;
    scrollbar-track-color: #eeeeee;
    scrollbar-face-color: #ffb600;
    scrollbar-highlight-color: #FFFFFF;
    border: 1px solid #c60000;
    padding: 5px;
}
div.block_info {
	height: 75px;
	padding: 5px;
	border: 1px solid #888;
	background: #ddd;
	color: #000;
}

