/***************************/
/*       GENERAL CSS       */
/***************************/
#ppage
{
	font-family: Calibri,"Microsoft Sans Serif",Lucida,Verdana,Arial,sans-serif;
}

#ppage
{
	width: 900px;
}
#ppage h1
{
	line-height: 65px;
	padding-bottom: 10px;
	font-size: 22px;
	color: #009cd6;
	font-weight: bolder;
}

#ppage h2
{
	color: #f849a8;
	padding-bottom: 16px;
	font-size: 17px;
	font-weight: bold;
}

#ppage p
{
	color: #3b3b3b;
	font-size: 12px;
}

#ppage div.three-col, #ppage div.three-col-rightmost
{
	width: 280px;
	margin: 0px;
	padding: 0px;
	margin-right: 30px;
	float: left;
}

#ppage div.two-col, #ppage div.two-col-rightmost
{
	width: 430px;
	margin: 0px;
	padding: 0px;
	margin-right: 40px;
	float: left;
}

#ppage div.three-col-rightmost, #ppage div.two-col-rightmost
{
	margin-right: 0px;
}

#ppage h1
{
	line-height: 20px;
	display: block;
	clear: both;
}

#ppage h2
{
	padding: 0px;
	padding-top: 22px;
	padding-bottom: 7px;
}

#ppage p
{
	line-height: 20px;
}

/***************************/
/*   POPUP PANEL SUPPORT   */
/***************************/
#panel, #panel820
{
	width: 396px;
	position: absolute;
	left: 100px;
	top: 100px;
	z-index: 1000;
	display: none;
}

#panel .pa-header, #panel820 .pa-header
{
	width: 396px;
	background: url('../images/newui/pricing-panel1.png') no-repeat;
	height: 49px;
	padding-top: 20px;
}
#panel .pa-header .header-content, #panel820 .pa-header .header-content
{
	background: url('../images/newui/pricing-panel3.png') no-repeat;
	width: 315px;
	height: 36px;
	overflow: hidden;
	margin: auto;
	color: #009cd6;
	padding-left: 40px;
	line-height: 36px;
	font-size: 17px;
	font-weight: bolder;
}

#panel .pa-content, #panel820 .pa-content
{
	width: 396px;
	background: url('../images/newui/pricing-panel2.png') no-repeat;
	background-position: 0% 100%; 
	font-size: 14px;
}

#panel .pa-text, #panel820 .pa-text
{
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 25px;
	width: 350px;
	text-align: justify;
	color: #3b3b3b;
}

#panel #x, #panel820 .xclose
{
	position: absolute;
	right: 30px;
	top: 24px;
	width: 19px;
	height: 22px;
	cursor: pointer;
}

#panel820
{
	width: 820px;
}

#panel820 .pa-header
{
	width: 820px;
	background-image: url('/images/mobilepanel820-top.png');
}

#panel820 .pa-content
{
	width: 820px;
	background-image: url('/images/mobilepanel820-bottom.png');
}

 #panel820 .pa-header .header-content
 {
	width: 797px;
	background-image: url('/images/mobilepanel820-mid.png');
	margin-left: 5px;
 }

 #panel820 .video1,  #panel820 .video2,  #panel820 .video3, #panel820 #video-placeholder
 {
	width: 692px;
	height: 452px;
	margin-left: 35px;
 }


/***************************/
/*     TABS SUPPORT        */
/***************************/
#pl-placeholder
{
	display: block;
	visibility: hidden;
}

#pl-screen1, #pl-screen2, #pl-screen3, #pl-screen4, #pl-screen5, #pl-screen6, #pl-screen7, #pl-screen8, #pl-screen9, #pl-screen10
{
	display:none;
	position:absolute;
	width:900px;
	background: white;
}

#ppage ul.tabs, #ppage ul.tabs *
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#ppage ul.tabs
{
	height: 32px;
	overflow: hidden;
	background: url('../images/newui/pricing-tab.png');
	background-position: 0px -64px;
	background-repeat: repeat-x;
}

#ppage ul.tabs li
{
	float: left;
	width: 162px;
	height: 32px;
	line-height: 32px;
	margin-left: 5px;
	text-align: center;
	background: url('../images/newui/pricing-tab.png');
	background-position: 0px 0px;

	cursor: pointer;
}
#ppage ul.tabs li a
{
	line-height: 32px; /* OPERA FIX */
}
#ppage ul.tabs li:hover
{
	background-position: 0px -96px;
}

#ppage ul.tabs li a
{
	font-size: 15px;
	font-weight: bolder;
	font-family: arial;
	color: #9a9a9a;
	text-decoration: none;
}

#ppage ul.tabs li.selected
{
	background-position: 0px -32px;
}
#ppage ul.tabs li.selected a
{
	color: #f849a8;
}

/***************************/
/* HALFPANEL + FAQ SUPPORT */
/***************************/
#halfpanel *
{
	font-family: Calibri,"Microsoft Sans Serif",Lucida,Verdana,Arial,sans-serif;
}

#halfpanel h1
{
	color: #9a9a9a;
	padding: 17px;

	margin: 0px;
	line-height: normal;
	font-size: 17px;
}

#halfpanel ul, #halfpanel li, #halfpanel p, #halfpanel div.name
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#halfpanel li, #halfpanel p, #halfpanel div.name
{
	padding: 0px 17px;
	color: #6a6a6a;
	font-size: 18px;
	line-height: 22px;
}

#halfpanel p
{
	text-align: justify;
	padding-bottom: 5px;
}

#halfpanel div.name
{
	font-size: 14px;
	text-align: right;
	padding-bottom: 30px;
	padding-top: 5px;
	border-top: 3px solid #dddddd;
	margin: 0px 17px;
}
	
#halfpanel ul
{
	margin-left: 17px;
}

#halfpanel li
{
	padding-left: 27px;
	background: url('/images/pinkarrow.png') no-repeat;
	background-position: 5px 3px;
	font-size: 16px;
	font-weight: bold;
	color: #009cd6;
	margin-bottom: 10px;
	line-height: normal;
	cursor: pointer;
}
#halfpanel li.active
{
	background-position: 0px -400px
}
#halfpanel li span
{
	display: block;
	font-size: 13px;
	color: #444444;
	display: none;
	cursor: default;
}
#halfpanel li a
{
	text-decoration: underline;
}
		
.question-panel	{
	background-image: url('/images/question-panel.png');
	width: 430px;
	background-position: -1px 100%;
	padding-bottom: 10px;
}

.question-panel div.bk
{
	width: 430px;
	background-image: url('/images/question-panel.png');
	background-position: -1px 0px;
}

/* QUESTION MARK / POPUP SUPPORT */
.qmark
{
	cursor: pointer;

}
.qmark div
{
	display: none;
}
