

.submenu {
	display:block;
	margin:6px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.submenucurr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4985ff;
	text-decoration: none;

}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #abd8ff;
	text-decoration: none;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #afafaf;
	text-decoration: none;
}
ul, p{
margin-top:6px;
margin-bottom:10px;
}
.smalltext{
	font-size: 10px;
}
.smalltext:hover{
	font-size: 10px;

}

strong	{font-weight:normal; color:white;}
img		{border:none;}

table.menu	{width:950px; height:56px;}
table.menu td	{white-space:nowrap;}
table.menu td.spacer	{width:10%;}
table.menu td a, table.menu td a:visited	{font-size:8pt; color:#8c8c8c; letter-spacing:-0.1ex; text-transform:uppercase;}
table.menu td a:hover		{font-size:8pt; color:white; letter-spacing:-0.1ex; text-transform:uppercase;}
table.menu td.sel a, table.menu td.sel a:visited	{color:white;}
table.menu td a span	{text-transform:lowercase;}

.subtitle {margin:0 0 2px 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px;	color: #4985ff;}
.bottle	{padding-right:10px;}
.near	{width:320px; padding-top:20px;}
div.back	{margin-top:15px;}
div.back a	{padding-left:10px; background:url(img/ico_back.gif) 0 0.4em no-repeat;}

table.range	{margin-top:8px;}
table.range td.vz	{padding-bottom:6px;}

/* scroll */
.scroll-wrap	{width:470px;}
.scroll-pane	{width:440px;height:251px;padding:0 0 0 15px; overflow:auto}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
	background:url(img/scroll_left.gif) repeat-y;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	background:url(img/scroll_track.gif) center top repeat-y;
	height: 100%;
}
.jScrollPaneDrag {
	position: absolute;
	cursor: pointer;
	overflow: hidden;
	background:url(img/scroller.gif) center repeat-y;
	height:19px
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(img/scroll_top.gif) center no-repeat;
	height:11px;
}
a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background:url(img/scroll_bottom.gif) center no-repeat;
	height:11px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

div.faq dl	{margin:0 0 12px 0;}
div.faq dl dt	{color:#4985ff; cursor:poiner; cursor:hand;}
div.faq dl dd	{display:none; margin:2px 0 0 0; padding:0; color:white; background:none;}

