HTML, BODY, TD, P, DIV
{
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	white-space: normal;
	color: #333333;
}

small { font-size: 10px; }
big { font-size: 14px; }
.subhead 
{
	display:block;
	font-size: 11px;
	white-space:normal;
	margin:6px 0 6px 0;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	color: #666633;
}

h3
{
	font-size: 14px;
	font-weight: bold;
	color: #666633;
	line-height:1em;
	white-space:normal;
	margin:16px 0 8px 0;
}

.h3
{
	font-size: 14px;
	font-weight: bold;
	color: #666633;
}

h3.nospace { letter-spacing: normal; }

h4
{
	font-size: 14px;
	font-weight: bold;
	color: #666633;
	line-height: 1em;
	white-space: normal;
	margin: 16px 0 8px 0;
	letter-spacing: .23em;
}

h4.nospace { letter-spacing: normal; }

h5
{
	font-size: 11px;
	font-weight: bold;
	color: #999966;
	line-height:1em;
	white-space:normal;
	margin:0 0 8px 0;
}


ul
{
display:inline;
padding:0;
margin:0;
}

li
{
display:inline;
padding-left:1px;
padding-right:4px;
border-right:1px solid #cccccc;
line-height:1.5em;
}


/* Link Definitions */
a
{
	font-weight: bold;
	text-decoration: none;
	color: #16588B;
}

a:hover
{
	text-decoration: underline;
	color: #16588B;
}

.topnav
{
	font-size: 11px;
    padding:6px 2px 6px 2px;
    background:#eaeaea;
    color:#666666;
}

.topnav a
{
    color:#666666;
	font-weight:normal;
    padding:3px 7px 3px 7px;
	text-decoration:none;

}

.topnav a:hover
{
	color: #16588B;
    background:#dedede;
	text-decoration:none;
}

.topnav a.active
{
    color:#F08200;
    font-weight:bold;
    background:#f6f6f6;
	text-decoration:none;
}


/* leftnav */
.lAct .active
	{ 
		color:#F27800; 
		font-weight:bold;
		display:block;
		padding:1px 13px 1px 0;
		border-top:1px solid #ededed;
		border-bottom:1px solid #ededed;	
		border-right: 1px solid white;
		text-align:right;
	}
	
.lAct a
	{ 
		color:#666;
		display:block;
		padding:1px 13px 1px 0;
		border-top:1px solid white;
		border-bottom:1px solid white;	
		border-right: 1px solid white;
		text-align:right;
	}
.lAct a:hover
	{ 
		color: #16588B;
		border-top:1px dotted #bfbfbf;
		border-bottom:1px dotted #bfbfbf;	
		border-right: 1px solid white;
		background-color:#F6F6F6;
		/*background-color:#EDEDED;*/
		text-decoration:none;
	}

.lAct h5
	{ 
		color:#999966;
		font-size:11px;
		font-weight:bold;
		display:block;
		padding:1px 13px 1px 0;
		border-top:1px solid white;
		border-bottom:1px solid white;	
		border-right: 1px solid white;
		text-align:right;
		margin:0;
	}


.lNav { border-right: 1px solid white; }

.lTable
{
	background-color: transparent;
	background-image: url(images/global/l_bg.gif);
	background-repeat: repeat-y;
}

.divBG
{
	background-color: transparent;
	background-image: url(images/global/div_bg.gif);
	background-repeat: repeat-y;
}

.divBGfade
{
	background-color: transparent;
	background-image: url(images/global/div_bg_fade.gif);
	background-repeat: repeat-y;
}

.divBGfade01
{
	background-color: transparent;
	background-image: url(images/global/div_bg_fade_01.gif);
	background-repeat: repeat-y;
}

/* news */
.nTitle
{
	text-align: right;
	padding-right: 10px;
	border-color: #d0d0d0 #8B8B2C #d0d0d0 #d0d0d0;
	border-width: 1px 1px 1px 0px;
	border-style: solid dotted solid dotted;
	text-align:right;
}

.nBox
{
	color:#999999;
	padding: 6px;
	border-color: #d0d0d0;
	border-width: 1px 0 1px 0px;
	border-style: solid;
	font-size: 11px;
	font-weight: normal;
	text-align:right;
}

.nBox a
{
	font-size: 10px;
}

.relProd 
	{
	color:#666666;	
	}

/* copyright */
.cTable
{
	border-color: #d0d0d0;
	border-width: 1px 0 0 0px;
	border-style: solid;
	background: #f6f6f6;
}

.cText
{
	font-size: 10px;
	color: #999999;
}

/* store lists */

div.container {
  background-color: #fff;
  }


div.float
{
	width: 130px;
	height: 9em;
	padding: 4px;
	float: left;
	background:#f9f9f9;
	margin: 4px;
}

div.float .city
{
	background:#ededed;
}

div.spacer {
  clear: both;
  }

div.float p {
  text-align: left;
  }
  
  
