﻿.ZoneBkgr 
{
	background-image:url(../img/products/ZoneBkgr.gif);
	background-repeat: repeat-x;
	/*background-color:Lime;*/
	height:19px;
	text-align:center;
}

.ZoneBkgr:hover
{
	background-image:url(../img/products/ZoneBkgr2.gif);
}

.ZoneText, .ZoneText:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:15px;
	font-weight:bold;
	display:block;
	float:left;
	height:19px;
	padding-top:0px;
	text-align:center;
	color:#000;
	border-right:groove 2px #ffffff;
}

.ZoneTextEnd, .ZoneTextEnd:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size:15px;
	font-weight:bold;
	display:block;
	float:left;
	height:19px;
	padding-top:0px;
	text-align:center;
	color:#000;
	border-right:groove 0px #ffffff;
}

.ZoneText:hover, .ZoneTextEnd:hover
{
	color:#000;
	background-image:url(../img/products/ZoneBkgr2.gif);
	background-repeat: repeat-x;
}

.ZoneBkgr ul
{
	padding:0;
	margin: 0;
	list-style-type: none;
}

.ZoneBkgr ul li
{
	float:left;
	height:19px;
	margin:0;
}

/* SPOT FRAMES */
.SpotFrame
{
	border:solid 1px #ffffff;
}

.SpotTransp img
{
	border:solid 1px #ffffff;
}

.SpotTransp 
{
	display:block;
	margin:0;
	padding:0;
	border:solid 2px #444444;	
}

/* IE ignores styles with [attributes], so it will skip the following. */
.SpotTransp[class] 
{
	background-image:url(../img/35p-transp.png);
	background-repeat:repeat;
}

.SpotTransp:hover
{
		/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=false);	*/
}
.SpotTransp[class]:hover
{
	background-image:none;
}

/* Spot Windows*/

.SpotWindowTd
{
	width:144px;
	padding-top:10px;
	padding-right:9px;
	padding-bottom:10px;
	padding-left:9px;
	background-color:#cbd1de;
	background-image:url(../img/products/GreyFade.gif);
	background-repeat:repeat-x;
	background-position:left top;
	vertical-align:top;
	text-align:left;
	border:solid 1px #999999;
}

.SpotWindowTd img
{
	border:solid 2px #ffffff;	
}

.ZoneWindowTd
{
	width:144px;
	padding:10px 9px 10px 9px;
	background-color:#cbd1de;/*#b5bac4;*/
	background-image:url(../img/products/GreyFade.gif);
	background-repeat:repeat-x;
	background-position:left top;
	vertical-align:top;
	text-align:left;
	border-left:solid 1px #999999;
	border-top:solid 1px #999999;
	border-right:solid 1px #999999;
}

.ZoneWindowTd img
{
	border:solid 2px #ffffff;	
}

.ZoneList
{
	margin:3px 0px 3px 15px;	
}

/* FAQ */
.QuestionLinkCollapsed, .QuestionLinkCollapsed:hover, .QuestionLinkCollapsed:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight:bold;
	color:#000000;
	line-height: 17px;
	display:block;
	width:385px;
	background-image: url(../img/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right:20px;
	height:17px;
}

.QuestionLinkExpanded, .QuestionLinkExpanded:hover, .QuestionLinkExpanded:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight:bold;
	color:#000000;
	line-height: 17px;
	display:block;
	width:385px;
	background-image: url(../img/arrow-up.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
	padding-right:20px;
	height:17px;
}

.QuestionCell
{
	width:400px;
	padding: 5px 0px 5px 0px;
	height:17px;
}

.AnswerCell
{
	width:400px;
	padding: 5px 0px 0px 0px;
}

.BulletList
{
	/*border:solid 1px #000;*/
}

.BulletList ul
{
	margin: 0px; 
	padding: 0px;
	list-style-type: none;
}

.BulletList ul li
{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	/*background-image: url(../img/ListBullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;*/
}

.HorisontalSplitLine
{
	height:25px; 
	background-position:center; 
	background-image:url(../img/startpage/horizontal-dot-line.gif); 
	background-repeat: repeat-x	
}

.HorisontalSplitLine2
{
	height:15px; 
	background-position:center; 
	background-image:url(../img/startpage/horizontal-dot-line.gif); 
	background-repeat: repeat-x;	
}

.VerticalSplitLine
{
	width:1px; 
	background-position:left; 
	background-image:url(../img/startpage/vertical-dot-line.gif); 
	background-repeat: repeat-y;
	padding-right: 5px;
}

.SmallImageAlignRight
{
	text-align:right;
	margin:7px 0px 7px 7px;
	padding-left:20px;
}
