/*--------------------------------
# BASIC FORMATTING
--------------------------------*/

body{
	padding: 0px 0px 20px;
	margin: 0px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size: 62.5%;
}

a{color: #008000;}
a:hover{color: #66cc33;}

img {
	border: 0px;
}

h4 {
	font-size: 1.8em;
	margin-top: 0px;
	margin-bottom: 17px;
	letter-spacing:-1px;
	font-weight: normal;
	
}

h5 {
	font-size: 1.2em;
	margin-top: 17px;
	margin-bottom: 10px;
}

/*--------------------------------
# LAYOUT CLASSES
--------------------------------*/

#pagemsg{
	width: 95%; 
	margin-left: auto; 
	margin-right: auto; 
	margin-top: 0px; 
	margin-bottom: 7px; 
	background-color: #FFFACD; 
	border: 1px #000000 solid;
}


#bgContainter{
	display: block; 
	background-image: url('../layout_images/shadow.gif'); 
	background-repeat: no-repeat;
	background-position: top center;	
}

#bgContainerTopSpacer{
	width: 100%;
	height: 13px; 
	font-size: 0.1em;
}

#container{
	width: 742px;
	margin: 0px auto 0px auto;
	background-color: #ffffff;
	color: #000000;
}

#header{
	padding: 24px 12px 0px 12px;
	background-color: #ffffff;
	color: #000000;
}

	#header .logoBlock{
		float: left;
		margin-bottom: 10px;
	}
	#header img{
		border: 0px;
	}

	#header .userNavBlock{
		float: right;
		margin-left: 10px;
	}

#menu{
	padding-left:150px;
	background-image: url('../layout_images/tabs/bar_bg.png');
	background-repeat: repeat-x;
	background-position: top;
	height: 30px;
	clear: both;


}

#nav_tabs{
	background-image: url('../layout_images/tabs/tab_bg.png');
	background-repeat: repeat-x;
	background-position: top left;
	float: left;
}

.nav_tab{
	float: left;
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 30px;
	padding-top: 14px;
	height: 19px;
	font-size: 1.2em;
}
.nav_tab a{
	text-decoration: none;
	font-weight: bold;
}

.nav_tab a:hover{
	text-decoration: underline;
}

.active{
	background-image: url('../layout_images/tabs/active_tab.png');
	padding-left: 24px;
}

.inactive{
	background-image: url('../layout_images/tabs/inactive_tab.png');

}

.active a{
	color: #000000;
	background-color: #ffffff;
}

.inactive a{
	color: #777777;
	text-decoration: none;
	background-color: #ffffff;
}

.inactive a:hover{
	color: #000000;
	background-color: #ffffff;
}

#first_tab{
	background-image: url('../layout_images/tabs/first_tab.png');
	padding-left: 18px;

}

#nav_last_tab{
	float: left;
	background-image: url('../layout_images/tabs/last_tab.png');
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 18px;
	padding-top: 10px;
	height: 19px;
}

#content{
	padding-top: 25px;
	width: 742px;
	position: relative;
	margin-bottom: 20px;
}

#left{
	width: 142px;
	padding: 0px 0px 0px 9px;
	float: left;
	margin: 0px 0px 20px 0px;
	height: 200px;

}

a.nav1, a.nav1on{
	margin: 0px;
	padding: 7px 0px 7px 6px;
	font-size: 1.1em;
	color:#000;
	background-color: #ffffff;
	text-decoration:none;
	display: block;
	border-bottom: 1px solid #a3e066;
	background-image:  url('../layout_images/nav_bullet.gif');
	background-position:right;
	background-repeat:no-repeat;
}

a.nav1on {
	background-color: #e0f5cc;
	font-weight:bold;
}

a.nav1:hover, a.nav1on:hover {
	background-color: #FFB;
	text-decoration:underline;
	display: block;
	color: #000;
}

.navTopBorder{
	border-top: 1px solid #a3e066;
}

#center{
	padding: 0px 10px 0px 10px;
	float: left;
	font-size: 1.2em;
	margin: 0px 0px 20px 0px;
}


#center_full {
	padding: 10px;
	font-size: 1.2em;
	margin: 0px 0px 20px;
}

#center.threeCol{
	width: 419px;/*427*/
}

#center.twoCol{
	width: 570px;
}

#right{
	width: 142px;
	padding: 0px 9px 0px 0px;
	float: left;
	margin: 0px 0px 20px 0px;
}

#footer{	
	text-align: center;
	font-size: 1.1em;
	width: 742px;;
	clear: both;
	background-color: #ffffff;
	color: #959595;
	background-image: url('../layout_images/footer_bg.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 8px;	
}

#footer a{
	color: #5c7ca0;
	background-color: #ffffff;

}	

/*# GLOBAL ICON LIST OBJECTS #*/


.list_pdf{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.list_pdf li{
	background-image: url(../page_files/global/pdficon_small.gif);
	list-style-type: none;
	background-position: 3px left;
	background-repeat: no-repeat;
	padding: 4px 0px 4px 19px;
	margin: 2px 0px 2px 0px;
}


/*--------------------------------
# PAGE SPECIFIC CLASSES
--------------------------------*/

/*# FOR PDF LINKS BULLET LIST ON ABOUT.PHP PAGE #*/

/*.pdffr{
	background-image: url(../page_files/global/pdficon_small.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding: 3px 0px 5px 19px;
	
}*/

.pdffr_div{
	line-height: 20px;
}



/*# ACCOUNT.PHP #*/

#accountcol1{
	float: left;
	width: 356px;
}

#accountcol2{
	width: 205px;
	padding: 0px 0px 0px 0px;
	float: left;
	margin: 0px 0px 20px 0px;
}

#loginContainer{
	padding-left: 80px;
	display: block; 
	background-image: url('../page_files/account/iconlogin.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 20px;
}

div.about_submenu {
	float:left;
	font-size: 1.8em;
	margin: 25px 6px;
	width: 23%;
	text-align:center;
	border-top: 1px solid #cfefaf;
	border-bottom: 1px solid #cfefaf;

}
div.about_submenu a {
	display:block;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #000000;
	background-color: #eaffe2;
	text-decoration: none;
}

div.about_submenu a:hover {
	color: #008000;
	background-color: #fffbe2;
}

div.about_popup_big {
	top:50px;
	left: 150px;
	position:absolute;
	background-color: #fbffd1;
	border: 1px solid #dee77f;
	width: 400px;
	font-size: 0.8em;
	display:none;
	padding: 10px;
}

div.about_popup_big ul {

	float:left;
	width:140px;
	position:relative;
}



/*# BUY.PHP #*/

table.tableBuy {
	font-size: 90%;
}

table.tableBuy td{
	padding-right: 5px;
}

.row1{
	font-weight: bold;
}


/*# COMPARE.PHP #*/

table.compareTable {
	font-size: 90%;
	vertical-align: top;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

table.compareTable td{
	vertical-align: top;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

/*# CONTACT.PHP, ACCOUNT.PHP #*/

.contactThreeCol{
	width: 351px;/*356*/
}

#contactRight{
	width: 210px;/*205*/
	padding: 0px 0px 0px 0px;
	float: left;
	margin: 0px 0px 20px 0px;
}

.contactform_hdr{
	display: block;
	background-color: #dcdcdc;
	color: #000000;
	padding: 3px;
	clear: both;
	margin-bottom: 10px; 
}

.contact_formtxt{
	clear: left;
	float: left;
	width: 175px;
	font-size: 1em;
	margin-bottom: 10px;
}

.contact_formtxt input{
	margin: 0px 10px 0px 0px;
}

.contact_formchkbox{
	float: left;
	font-size: 1em;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 50px;
}
.req{
	color: #FF4500;
	background-color: #ffffff;
}

.contact_formfield{
	float: left;
	font-size: 1em;
	margin-bottom: 10px;
}

	.contact_formfield input{
		width: 140px;
		border: 1px solid #000000;
		font-size: 1em;
	}
	
	.contact_formfield select{
		font-size: 1em;
	}

.separator{
	width: 100%;
	font-size: 0em;
	margin-bottom: 10px;
	float: left;
	height: 2px;
	background-image: url('../layout_images/dotter.gif');
	background-position: top;
	background-repeat: repeat-x;
}


/*# CREATE.PHP */


.createform_hdr{
	display: block;
	background-color: #dcdcdc;
	color: #000000;
	padding: 3px;
	clear: both;
	margin-bottom: 7px; 
}

.create_formtxt{
	clear: left;
	float: left;
	width: 135px;
	font-size: 1em;
	margin-bottom: 7px;
}

.create_formtxt input{
	margin: 0px 10px 0px 0px;
}

.create_formchkbox{
	float: left;
	font-size: 1em;
	margin-left: 0px;
	margin-bottom: 7px;
	margin-right: 50px;
}


.create_formfield{
	float: left;
	font-size: 1em;
	margin-bottom: 7px;
}

	.create_formfieldtxt{
		width: 180px;
		border: 1px solid #000000;
		font-size: 1em;
	}
	
	.create_formfield select{
		font-size: 1em;
		width: 180px;
	}

.create_desc{
	width: 200px;
	border: 1px solid #000000;
	font-size: 1em;
	font-family: arial, tahoma, verdana, sans-serif;
}

.create_submitButton{
	float: right;
	font-size: 1em;
	margin-bottom: 7px;
}

.create_submitButton input{
	float: right;
}

.create_errmsg{
	float: left;
	background-image: url('../layout_images/yield.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 38px;
}

.create_separator{
	width: 100%;
	font-size: 0em;
	margin-bottom: 7px;
	float: left;
	height: 2px;
	background-image: url('../layout_images/dotter.gif');
	background-position: top;
	background-repeat: repeat-x;
}

.eua_checkbox{
	float: left;
	width: 30px;
}

.eua_txt1{
	float: left;
	width: 135px;
}

.eua_txt2{
	float: left;
	width: 170px;
	margin-bottom: 7px;
}


/*# DOWNLOADS.PHP #*/

.downloads_iconBox{
	clear: left;
	float: left;
	height: 80px;
	margin-bottom: 10px;
}

.downloads_iconBox img{
	float: left;
	border: 0px;
	margin-right: 8px;
}

.downloads_textBox{
	display: block;
	/*background-image: url(../page_files/support/tabz.jpg); */
	background-repeat: no-repeat; 
	background-position: top left; 
	margin-bottom: 25px;
}

.downloads_textBox h5{
	padding: 10px 10px 0px 10px;
	background-image: url(../layout_images/tabbg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	
}

.downloads_textBox div{
	padding-left: 10px;
}

/* == */

.downloads_icon{
	margin-right: 5px;
	float: left;
}

.downloads_listcolumn{
	padding-left: 10px;
	float: left;
	border-left: 1px solid #c0c0c0;
	width: 313px
}

.downloads_itemContainer{
	float: left;
	margin-bottom: 15px;
	width: 100%;
}

.downloads_itemIcon{
	display: inline;
	float: left;
	width: 65px;
}

.downloads_itemIcon img{
	border: 0px;
}

.downloads_itemTxtBox{
	display: inline;
	float: left;
	margin-top: 7px;
	width: 235px;
}

.downloads_jumpto{
	display: block;
	margin: 25px 0px 10px 0px;
	font-weight: bold;
	font-size: 1.1em;
}

/*# INDEX.PHP */

.index_boxContainer{
	margin-left: 10px;
	margin-right: 10px;
	clear: both;
	margin-top: -15px;
}
.index_box{
	float: left;
	height: 210px;
	background-image: url('../page_files/index/box_col1.gif');
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-left: 19px;
	padding-right: 20px;
	margin-bottom: 10px;
}

.index_spanBox{
	float: left;
	margin-bottom: 10px;
	height: 196px;
	background-image: url('../page_files/index/box_col2.gif');
	background-position: 0px -5px;
	background-repeat: no-repeat;
	font-size: 1.1em;
	padding-left: 19px;
	padding-right: 19px;
	margin-right: 3px;
}

.index_spanBoxR{
	float: left;
	margin-bottom: 10px;
	background-image: url('../page_files/index/box_col2.gif');
	background-position: 0px 100%;
	background-repeat: no-repeat;
	font-size: 1.1em;
	padding-left: 19px;
	padding-right: 19px;
	margin-left: 3px;
}

.index_spanBoxBody{
	margin-top: 15px;
	clear: left;
	float: left;
	width: 444px;
}

.index_centerBox{
	margin-left: 6px;
	margin-right: 5px;
}

.index_title{
	float: left;
	display: block;
	width: 198px;
	background-image: url('../page_files/index/bullet.gif');
	background-position: left;
	background-repeat: no-repeat;
	height: 17px;
	margin-bottom: 2px;
}

.index_title img{
	margin-left: 15px;
	
}

.index_body{
	clear: left;
	float: left;
	width: 198px;
}

.index_body img{
	margin-bottom: 7px;
}

.index_bodyBlock{
	width: 198px;
	height: 150px;
	background-color: #c0c0c0;
	color: #000000;
	margin-top: 23px;

}

.index_quoteBox{
	display: block; 
	background-position: bottom; 
	background-repeat: no-repeat;
	background-image: url(../page_files/index/quotebox.gif);
	margin-left: 10px; 
	margin-right: 10px;
	margin-bottom: 15px;
	clear: both;
}

.index_quoteBody{
	margin-bottom: 10px;
	width: 660px; 
	margin-left: auto; 
	margin-right: auto;
	font-size: 1.5em;
}

.index_bookIMG{
	float: left; 
	width: 100px;
}

.index_bookTXT{
	float: right;
	margin-top: 15px;
	width: 550px;
}




/*# KB/INDEX */

.kbColumns{
	float: left;
	width: 49%;
	padding-bottom: 17px;
}

.kbColumnsContainer{
	width: 100%;
}

.kbHR{
	margin-top: 12px;
}

.kbBreadCrumbs{
	font-size: 0.8em;
}

/*# NEWS.PHP #*/

.ni_left{
	padding: 10px 10px 10px 0px;
	float: left;
}

.ni_right{
	padding: 10px 0px 10px 10px;
	float: right;
}




/*# RESELLERLISTING.PHP #*/

table.resellerListTable {
	font-size: 90%;
	vertical-align: top;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

table.resellerListTable td{
	vertical-align: top;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	
}

table.resellerListTable tr{
	padding-bottom: 1px;
	border-bottom: 1px solid #000000;
}

/*# ROI.PHP #*/

.ROIRow1{
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	background-color: #FFB;
}

.roiform_hdr{
	display: block;
	background-color: #dcdcdc;
	color: #000000;
	padding: 3px;
	clear: both;
	margin-bottom: 10px; 
}

.roi_formtxt{
	clear: left;
	width: 400px;
	font-size: 1em;
	margin-bottom: 10px;
}

.roi_formtxt input{
	margin: 0px 10px 0px 0px;
}

.roi_formfield{
	float: left;
	font-size: 1em;
	margin-bottom: 10px;
	width:200px;
}

	.roi_formfield_input1{
		width: 50px;
		border: 1px solid #000000;
		font-size: 1em;
	}
	.roi_formfield_input2{
		font-size: 0.8em;
		color: #ff0000;
		width: 300px;
		background-color: #ffffff;
	}
		
	.roi_formfield select{
		font-size: 1em;
	}

/*# SITEMAP.PHP #*/

.levelone,.leveltwo,.levelthree{
	background-image: url('../layout_images/droparrow.gif');
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 5px;
}

.levelone{
	padding-left: 15px;
	margin-left: 30px;
}

.leveltwo{
	padding-left: 15px;
	margin-left: 70px;
}

.levelthree{
	padding-left: 15px;	
	margin-left: 110px;
}

.sm_desc{
	font-size: 0.9em;
	background-color: #ffffff;
	color: #959595;
}


/*# SUCCESSSTORIES/ARCHIVE.PHPz #*/

.ssSwitchView{
	float: right;
	font-size: 0.8em;
}

/*# SUPPORT.PHP #*/


.support_iconBox{
	clear: left;
	float: left;
	height: 80px;
	margin-bottom: 10px;
}

.support_iconBox img{
	float: left;
	border: 0px;
	margin-right: 8px;
}

.support_textBox{
	display: block;
	background-image: url(../page_files/support/tabz.jpg); 
	background-repeat: no-repeat; 
	background-position: top left; 
	margin-bottom: 25px;
}

.support_textBox h5{
	padding: 10px 10px 0px 10px;
	
}

.support_textBox div{
	padding-left: 10px;
}

/*# TOUR.PHP #*/

table.tableTour{
	vertical-align: top;
	border: 0px;
	width: 100%;
}

table.tableTour td{
	border: 0px;
}


/* # SYSTEMREQS # */
.device_table-td
{
	text-align: center;
	vertical-align: top;
	width: 25%;
	font-size: 0.75em;
	padding-bottom: 20px;
}
.device_table-td img
{
	margin-bottom: 5px;
}

 td.device_table-tdspan-txt{

	text-align: center;
	font-size: 0.9em;
	padding-bottom: 20px;
	
}


/*--------------------------------
# PANEL CLASSES
--------------------------------*/

.panel{
	display: block;
}

	.panel .pTitle{
		border-left: 1px solid #e0f5cc;
		border-right: 1px solid #e0f5cc;
		background-color: #e0f5cc;
		padding: 2px;
		color: #000000;
		font-weight: bold;
		font-size: 1.1em;
		
	}

	.panel .pBody{
		background-color: #ffffff;
		padding: 4px;
		color: #000000;
		font-size: 1.1em;
		margin-bottom: 15px;
	}	


.jumpTo{
	position: relative;
}


.jumpTo a{color: #008000;}
.jumpTo a:hover{color: #66cc33;}

#right a{color: #008000;}
#right a:hover{color: #66cc33;}

#left .panel a{color: #008000;}
#left .panel  a:hover{color: #66cc33;}

#center a{color: #008000;}
#center a:hover{color: #66cc33;}

#contactRight a{color: #008000;}
#contactRight a:hover{color: #66cc33;}

#indexNews a{color: #008000;}
#indexNews a:hover{color: #66cc33;}

#indexNews a{color: #008000;}
#indexNews a:hover{color: #66cc33;}

.popbar a{color: #008000;}
.popbar a:hover{color: #66cc33;}

.usermenu
{
	font-size:1.1em;
	float:right;
	color:#c0c0c0;
	margin:0 10px 0 0;
	text-align:right;
}

.usermenu a{color: #008000;}

.usermenu a:hover{color: #66cc33;}

/* usermenu form formatting */
.usermenu form {padding:0;margin:0 0 5px 0;position:relative;}
.usermenu input.umusername, .usermenu input.umpassword{
	height: 15px;
	
}
.usermenu div.usernamelabel{position:absolute;top:-14px;left:0;}
.usermenu div.passwordlabel{position:absolute;top:-14px;left:120px;}
.usermenu input.umusername{
	width: 110px;
}
.usermenu input.umpassword{
	width: 50px;
}

.usermenu input.umlogin{
	vertical-align:top;
}




/*--------------------------------
# PHPMYADMIN CLASSES
--------------------------------*/

.highlight {
	background-color: #FFB;
	color: #000000;
	font-weight: bold;
	border: 0px dotted #FF6347;
}



/*--------------------------------
# CART.PHP CLASSES
--------------------------------*/

.cartListTable
{
	width:569px;
}

.cartListHdr
{
	background-image: url(../page_files/cart/cart-head-bg.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	background-color:#ffffff;
	border-bottom: 1px solid #c0c0c0;
	height:30px;
}

.cartListHdr td
{
	font-weight:bold;
}

.cartListHdr-remove
{
	width:56px;
}

.cartList-remove
{
	text-align:center;
}

.cartListHdr-quantity
{
	text-align:center;
	width:74px;
}

.cartList-quantity
{
	text-align:center;
}

.cartList-quantity input
{
	width:50px;
}

.cartListHdr-description
{
	width:274px;
}

.cartListHdr-unitPrice
{
	width:80px;
	text-align:right;
	padding-right:10px
}

.cartListHdr-total
{
	width:85px;
	text-align:right;
	padding-right:10px
}

.cartList-unitPrice
{
	text-align:right;
}

.cartList-total
{
	text-align:right;
}



.cartTableRow td
{
	padding: 6px 0;
	margin:0;
	border-bottom: 1px solid #c0c0c0;
	font-size:0.9em;

}

.cartTableFooterRow
{
	width: 527px;
}

.cartSummaryPCHdr
{
	width:132px;
	text-align:left;
	padding: 5px 0;
}
.cartSummaryPC
{
	width:132px;
	text-align:right;
	padding: 5px 0;

}
.cartSummarySTHdr
{
	width:132px;
	text-align:left;
	padding: 5px 0;
}
.cartSummaryST
{
	width:132px;
	text-align:right;
	font-weight:bold;
	padding: 5px 0;

}

.cartCheckoutLine
{
	color: #000000;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	text-align:right;
	border:1px solid #ffffff;
}

.cartCheckoutLine p
{
	margin-top:10px;
}

.checkoutDivButton
{

	border:1px solid #778899;
	float:right;
	text-align:center;
	margin-left:15px;
	color: #ffffff;

}



div.checkoutDivButton a
{

	display: block;
	padding: 10px 30px;
	background-color: #69c314;
	color: #ffffff;

}

div.checkoutDivButton a:hover
{
	color: #ffffff;
	background-color: #82e327;
}


/*--------------------------------
# SUBSCRIBER.PHP CLASSES
--------------------------------*/

.sub_AvailKeyListTable
{
	width:569px;
	margin-bottom: 24px;
}

.sub_avail_listHdr
{
	background-image: url(../page_files/subscriptions/panel-head-bg.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	background-color:#ffffff;
	border-bottom: 1px solid #c0c0c0;
	height:30px;
}

.sub_avail_list_row td
{
	padding: 6px 0;
	margin:0;
	border-bottom: 1px solid #c0c0c0;
	font-size:0.9em;

}


.sub_AvailKeyListTableHeader
{
	padding: 6px ;
	margin:0;
	border-bottom: 1px solid #c0c0c0;
	font-size:1.2em;
	font-weight:bold;
	background-position: top;
	background-color:#6ed87f;
	background-image: url(../page_files/subscriptions/subpanbg_availkeys.jpg);
	
}



.sub_InviteKeyListTable
{
	width:569px;
	margin-bottom: 24px;
}

.sub_invite_listHdr
{
	background-image: url(../page_files/subscriptions/panel-head-bg.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	background-color:#ffffff;
	border-bottom: 1px solid #c0c0c0;
	height:30px;
}

.sub_invite_list_row td
{
	padding: 6px 0;
	margin:0;
	border-bottom: 1px solid #c0c0c0;
	font-size:0.9em;

}


.sub_InviteKeyListTableHeader
{
	padding: 6px ;
	margin:0;
	border-bottom: 1px solid #c0c0c0;
	font-size:1.2em;
	font-weight:bold;
	background-position: top;
	background-color:#d8c56e;
	background-image: url(../page_files/subscriptions/subpanbg_invitekeys.jpg);
	
}


.sub_UsedKeyListTable
{
	width:569px;
	margin-bottom: 24px;
}

.sub_used_listHdr
{
	background-image: url(../page_files/subscriptions/panel-head-bg.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	background-color:#ffffff;
	border-bottom: 1px solid #c0c0c0;
	height:30px;
}

.sub_used_list_row td
{
	padding: 6px 0;
	margin:0;
	border-bottom: 1px solid #c0c0c0;
	font-size:0.9em;

}


.sub_UsedKeyListTableHeader
{
	padding: 6px ;
	margin:0;
	border-bottom: 1px solid #c0c0c0;
	font-size:1.2em;
	font-weight:bold;
	background-position: top;
	background-color:#7093d9;
	background-image: url(../page_files/subscriptions/subpanbg_usedkeys.jpg);
	
}


.sub_ExpiredKeyListTable
{
	width:569px;
	margin-bottom: 24px;
}

.sub_expired_listHdr
{
	background-image: url(../page_files/subscriptions/panel-head-bg.jpg);
	background-position:bottom;
	background-repeat: repeat-x;
	background-color:#ffffff;
	border-bottom: 1px solid #c0c0c0;
	height:30px;
}

.sub_expired_list_row td
{
	padding: 6px 0;
	margin:0;
	border-bottom: 1px solid #c0c0c0;
	font-size:0.9em;

}


.sub_ExpiredKeyListTableHeader
{
	padding: 6px ;
	margin:0;
	border-bottom: 1px solid #c0c0c0;
	font-size:1.2em;
	font-weight:bold;
	background-position: top;
	background-color:#fa7d7d;
	background-image: url(../page_files/subscriptions/subpanbg_expiredkeys.jpg);
	
}


/*--------------------------------
# SUBSCRIPTIONS.PHP CLASSES
--------------------------------*/


.subscriptionsInviteTexarea
{
	width:100%;
	height:140px;
	font-family: arial, tahoma, verdana, sans-serif;
	font-size:1.0em;
}


.sub_ot_top_box
{
	margin-bottom: 10px;
	background-color:#eaeaea;
	border-left: 15px solid #ff7e00; 
	border-bottom: 1px solid #666666; 
	padding:5px;
}

.sub_ot_top_box_cancellink
{
	float:right;position:relative;
}

.sub_ot_top_box_cancelconfirm
{
	display:none;
	width:280px;
	padding:8px 8px 20px 8px;
	text-align:center;
	bottom: 7px;
	right:0px;
	position: absolute;
	background-image:url(../page_files/subscriptions/popup_bubble.gif);
	background-position:bottom right;
}

.sub_ot_top_box_keylist
{
	margin:10px;
	display:none;
}

.sub_si_cancelconfirm
{
	display:none;
	width:280px;
	padding:8px 8px 20px 8px;
	text-align:center;
	bottom: 7px;
	right:0px;
	font-size:1.1em;
	position: absolute;
	background-image:url(../page_files/subscriptions/popup_bubble.gif);
	background-position:bottom right;
}

.sub_si_link_container
{
	float:left;
	margin: 0 8px 0 0;
	position:relative;
	
}


/*--------------------------------
# DASHBOARD.PHP CLASSES
--------------------------------*/

.dashboardHeader
{
background-image:url(../page_files/subscriptions/panel-head-bg.jpg);
background-position: bottom left;
padding: 3px;
font-size: 1.2em;
background-color: #ffffff;
font-weight:bold;
border-bottom:1px solid #666666;
}

.dashboardCol1
{
	width:30%;
	font-weight:bold;
	font-size:0.9em;
	padding: 4px 3px;
	color:#606060;
	border-bottom:1px solid #cacaca;
	vertical-align: top;
}

.dashboardCol2
{
	border-bottom:1px solid #cacaca;
	vertical-align: top;
	padding: 4px 3px 4px 0;
}

#sync_numbers_device
{
	font-size:0.9em;
}

#sync_numbers_device .txt
{
	font-weight:bold;
}

#sync_numbers_device .col
{
	width:50px;
}

#sync_numbers_device .rowtitle
{
	width:50px;
	text-align:left;
}

#sync_numbers_device td
{
	text-align:center;
}


/*--------------------------------
# WEBSITEACTIVITY.PHP CLASSES
--------------------------------*/

.websiteactivityHeader
{
background-image:url(../page_files/subscriptions/panel-head-bg.jpg);
background-position: bottom left;
padding: 3px;
font-size: 1.2em;
background-color: #ffffff;
font-weight:bold;
border-bottom:1px solid #666666;
}

.websiteactivityCol1
{
	width:30%;
	font-weight:bold;
	font-size:0.9em;
	padding: 4px 3px;
	color:#606060;
	border-bottom:1px solid #cacaca;
	vertical-align: top;
}

.websiteactivityCol2
{
	border-bottom:1px solid #cacaca;
	vertical-align: top;
	padding: 4px 3px 4px 0;
}




/*--------------------------------
# LOGIN-TO-CONTINUE.PHP CLASSES
--------------------------------*/

.l2c_panel
{
	margin-bottom:20px;
	border:1px solid #000000;
	display:block;
}

.l2c_panel_top
{
	background-image:url(../page_files/login/loginPanelBG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #eef2e9;
	margin:0;


}

.l2c_form
{
	width:210px;
	margin:0 auto 0 auto;
	padding:15px;

}


.inputText
{
	width:206px;
	font-size:1.3em;
	margin:0;

}

.l2c_form form
{
	margin:0;
	padding:0;

}

.l2c-gray
{
	color: #666666;
	margin:0;
}

.l2c_panel_bottom
{
	background-color: #f8ffca;
	padding: 10px;
	border:1px solid #f8ffca;
	margin:0;

}

.l2c_createaccount
{
	float:right;
	font-size:1.1em;
	font-weight:bold;
	margin:0;
}

.l2c_error
{
	color:#ff9c00;
	font-size:1.2em;
	font-weight:bold;
}



/*--------------------------------
# SIGNUP SO FRESH.PHP CLASSES for SIGN UP BUTTON 
--------------------------------*/

.index_sign_up_button
{	
	color: #ffffff;
}

.index_sign_up_button a
{
	color: #ffffff;
	background-color: #66cc33;
	font-weight: bold;
	padding: 7px 15px;
	font-size: 1.2em;
	position:relative;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.index_sign_up_button a:hover
{
	color: #ffffff;
	background-color: #47a232;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}


/

/*--------------------------------
# PURCAHSE - EDITION SELECT 
--------------------------------*/

#editionsJacket {
	padding-bottom: 50px;
}

#editionsJacket div.twoboxes_left {
	width: 49%!important;
}

#editionsJacket div.twoboxes_right {
	width: 49%!important;
	height: 175px!important;
}


#editionsJacket #leftBig, #editionsJacket #middleSmall, #editionsJacket #rightSmall{

	width:270px;
	float:left;
	position:relative;
	padding-bottom: 120px;
}

#editionsJacket #middleSmall, #editionsJacket #rightSmall{
	height: 250px;
}

#editionsJacket #singleBig{
	width: 500px;
	margin: 0 auto;
	position:relative;
	padding-bottom: 120px;
}

 #editionsJacket #leftBig, #editionsJacket #singleBig{
	font-size: 1.3em;
	border:1px solid #3a8945;
	background: #ffffff url(../page_files/global/bgGreenFade.gif) repeat-x top left;

 }
 
 
 #editionsJacket #leftBig .title, #editionsJacket #leftBig .points, #editionsJacket #singleBig .title, #editionsJacket #singleBig .points {
	color: #3a8945;
 }

 #editionsJacket #middleSmall{
 positon:relative;
	font-size: 1.1em;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-top:1.8em;
	background: #ffffff url(../page_files/global/bgGrayFade.gif) repeat-x top left;
 }
 #editionsJacket #rightSmall{
	font-size: 1.1em;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-top:1.8em;
	background: #ffffff url(../page_files/global/bgGrayFade.gif) repeat-x top left;
 }

 #editionsJacket div.title {
	display:block;
	font-size: 2em;
	text-align:center;
	padding-top: 10px;
	letter-spacing:-1px;
 }

 #editionsJacket div.price {
	border-bottom: 1px solid #cacaca;
	display:block;
	text-align:center;
	padding-bottom: 15px;
	font-size: 1.1em;
	font-weight:bold;
 }

 #editionsJacket div.points {
	text-align:left;
	padding: 10px;

 }
 
#editionsJacket div.points ul {
	margin:0;
	padding:0;
}

#editionsJacket div.points ul li {
	margin-left: 20px;
	padding:5px;
	
}

#editionsJacket #leftBig div.points {
	padding: auto 10px;
 }

 #editionsJacket div.action {
	position:absolute;
	bottom:10px;
	text-align:center;
	width:100%;
 }

 #editionsJacket #monthlyPricing {
	float:right;
	font-size: 1.1em;
	text-align:right;
	margin-top: 10px;

 }

#editionsJacket .qty {
	padding: 10px;
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	display:block;
	margin-bottom: 10px;
	background-color: #f1ffd5;
}

#editionsJacket .qty input {
	font-size: 1.5em;
	width: 60px;
	text-align:center;
}

#editionsJacket form {
	padding:0;
	margin:0;
}

#goyearly {
	display:block;
	padding: 20px;
	margin: 10px auto;
	background-color:#e2fff6;
	text-align: center;
	font-size: 2.4em;
	letter-spacing:-1px;
}


/*--------------------------------
# BIG BOX ITEM PURCHASE
--------------------------------*/

#supportbb {
	font-size: 1.2em;
	display:block;
	border:1px solid #00620e;
	background: #ffffff url(../page_files/global/bgGreenFade.gif) repeat-x top left;
}

#supportbb .title {
	display:block;
	color: #00620e;
	padding: 10px;
	font-size: 1.8em;
	border-bottom:1px solid #cacaca;
}

#supportbb .desc {
	display:block;
	color: #00620e;
	font-size: 1.4em;
	padding: 10px;
}

#supportbb .body {
	display:block;
}

#supportbb .btext{
	padding: 10px;
}

#supportbb .body ul#leftlist,#supportbb .body ul#rightlist   {
	width:35%;
	float:left;
	padding: 20px 20px 0 20px;
	margin:20px 20px 0 20px;
}

#supportbb .body ul#leftlist {
	margin-left: 45px!important;
}

#supportbb .body ul#leftlist li,#supportbb .body ul#rightlist li   {	
	height: 60px;
	vertical-align: top;
	position: relative;
	top: -.7em;
	
}


#supportbb .select {
	padding: 10px;
	display:block;
	border-top:1px solid #cacaca;
	border-bottom:1px solid #cacaca;
}

#supportbb .select .amount {
	float:right;
}

#supportbb .buttons {
	display:block;
	text-align:right;
	padding: 10px;
}

#supportbb .buttons input {
	margin-left: 10px;

}

#supportbb .select {
	font-size: 1.8em;
	background-color: #f1ffd5;
}

#supportbb .select input {
	margin-left: 10px;
	font-size: 1.2em;
}

#supportbb .select input.txtamount {
	width:200px;
	background:none;
	border:none;
	text-align: right;

}

#supportbb .select input.txtqty {
	width:60px;
	text-align:center;
}

#supportbb form {
	padding:0;
	margin:0;
}


 
/*--------------------------------
 # DEVICE CHOOSER
--------------------------------*/
 
#pds_container{
	position:relative;
	border: 1px solid #ffffff;
	margin-left: 3px;
	margin-bottom: 200px;
}

#pds_container div.pdsc {
	float:left;
	width:142px;
	height: 200px;
}
#pds_container div.pdsc a.devicelink {
	width:142px;
	height: 200px;
	display:block;
}

#pds_container div#c1 {
	background: #ffffff url(../page_files/buy/devicegroup-bb.jpg) no-repeat top center;
	border-right: 1px solid #e5e5e5;
}

#pds_container div#c2 {
	background: #ffffff url(../page_files/buy/devicegroup-iphone.jpg) no-repeat top center;
	border-right: 1px solid #e5e5e5;
}

#pds_container div#c3 {
	background: #ffffff url(../page_files/buy/devicegroup-wmppc.jpg) no-repeat top center;
	border-right: 1px solid #e5e5e5;
}

#pds_container div#c4 {
	background: #ffffff url(../page_files/buy/devicegroup-treo.jpg) no-repeat top center;
	border-right: 1px solid #e5e5e5;
}

#pds_container div#c5 {
	background: #ffffff url(../page_files/buy/devicegroup-wmsp.jpg) no-repeat top center;
	
}

#pds_container div.devicedesc {
	position:absolute;
	margin-top:150px;
	text-align:center;
	width: 142px;
}

#pds_container .pdsc a {
	color: #079000;
	letter-spacing:-1px;
	font-size: 1.5em;
	text-decoration:none;
}
#pds_container .pdsc a:hover {
	color: #09c700;
}

#pds_container div.bubble{
	position:absolute;
	bottom:-230px;
	left:0;
	height:200px;
	width: 712px;
	padding:34px 0 0;

}

#pds_container div.bubble .bbody, #pds_container div.bubble .sbbody {
	display:block;
	height:186px;
	width: 100%;
}

#pds_container div.bubble .bbody{
	background-color: #fffed9;
	border-right: 1px solid #d2d097;
	border-bottom: 1px solid #d2d097;
	border-left: 1px solid #d2d097;
	font-size: 1.3em;
}

#pds_container div.bubble .sbbody{
	background-color: #f4f4f4;
	border: 1px solid #ffffff;
}


#pds_container div.bubble .bbody .bbodyp, #pds_container div.bubble .sbbody .bbodyp {
	display:block;
	padding: 10px;
}

#pds_container div#b1 {
	background: url(../page_files/buy/arrowdown.gif) repeat-x 18px top;
	z-index: 1;
}

#pds_container div#b2 {
	background: url(../page_files/buy/arrowdown.gif) repeat-x  160px top;
	z-index: 1;
}

#pds_container div#b3 {
	background: url(../page_files/buy/arrowdown.gif) repeat-x 302px top;
	z-index: 1;
}

#pds_container div#b4 {
	background: url(../page_files/buy/arrowdown.gif) repeat-x 444px top;
	z-index: 1;
}

#pds_container div#b5 {
	background: url(../page_files/buy/arrowdown.gif) repeat-x 586px top;
	z-index: 1;
}


#pds_container div#bstationary {
	z-index: 0;
} 


/*--------------------------------
 # COMPARE EDITIONS
--------------------------------*/


table.compareeditions{

}


table.compareeditions tr td {
	border-bottom: 1px solid #cacaca;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

table.compareeditions tr.sectionheaderrow td {
	background-color: #e1e1e1;
	font-weight:bold;

}

table.compareeditions tr.sectionheaderrow td.sectionmaintitle{
	background-color: #9e9e9e;
	color: #ffffff;
	font-weight:bold;

}

table.compareeditions tr td.cet_indent {
	padding-left: 40px!important;

}

table.compareeditions tr td.cole, table.compareeditions tr td.colb, table.compareeditions tr td.colp {

	text-align:center;
	border-left: 1px solid #e1e1e1;
	border-top:none;
	font-size: 0.75em;
	width: 90px;
	
}

table.compareeditions tr.compareheadersrow td.cole, table.compareeditions tr.compareheadersrow td.colb, table.compareeditions tr.compareheadersrow td.colp {
	border-top: 1px solid #e1e1e1;
	font-weight:bold;
	font-size: 1.1em;
	
}

table.compareeditions tr td.colp {
	border-right: 1px solid #e1e1e1;
}

table.compareeditions tr td.cet_indent {
	padding-left: 40px!important;

}

table.compareeditions tr.shr_small td {
	font-size: 0.75em;
}




/*--------------------------------
 # PRODUCTS
--------------------------------*/

div#product_tab_professional_edition {
	float: left;
	width: 350px;
	margin-left: 10px;
}

div#product_tab_professional_edition a {
	background-color: #d0f1b8;
	color: #008000;
}

div#product_tab_professional_edition a:hover, div#productmode_professional_edition div#product_tab_professional_edition a.professional_edition_tab_background:hover  {
	background-color: #d0f1b8;
	color: #008000;
}		

div#productmode_professional_edition div#product_tab_basic_edition a.basic_edition_tab_background:hover {
	background-color: #7a9697;
	color: #ffffff;
}						

div#product_tab_basic_edition {
	width: 190px;
	float: right;
	margin-right: 10px;
}

div#product_tab_basic_edition a {
	background-color: #aacecf;
	color: #ffffff;
}

div#product_tab_basic_edition a:hover, div#productmode_basic_edition div#product_tab_basic_edition a.basic_edition_tab_background:hover{
	background-color: #aacecf;
	color: #ffffff;
}					

div#productmode_basic_edition div#product_tab_professional_edition a.professional_edition_tab_background:hover {
	background-color: #afe885;
	color: #008000;
}						

div#product_tab_professional_edition a, div#product_tab_basic_edition a {
	text-align:center;
	padding: 10px;
	font-size: 1.4em;
	display:block;
	text-decoration:none;
}


div#product_box{
	display: block;
	clear:both;
	
}

div#productmode_professional_edition div.product_box {
	border: 10px solid #d0f1b8;
}

div#productmode_basic_edition div.product_box {
	border: 10px solid #aacecf;
}					

div#product_box div.product_box_desc p.product_try {
	text-align:center;
	font-size: 1.2em;
	font-weight: bold;
}


div.product_box_desc{
	display:block;
	padding: 20px;
	
}

p.product_more{
	text-align:center;
}

div#product_add_to_cart_bar {
	display:block;
	padding: 10px;
	background-color: #ffffd7;
	/*border-top: 1px solid #8b8c52;*/
}

div#product_add_to_cart_bar div.product_price{
	float:left;
	font-size: 1.4em;
	padding-top: 4px;
	color: #00767a;
}


div#product_add_to_cart_bar div.product_action{
	float:right;
}

input#usercountProfessional {
	width: 30px;
}


div#product_try, div#product_buy {
	width: 225px; 
	text-align:center;
	background-color: #fffadf;
	padding: 10px;
	height: 140px;
}

.product_action_con {
	
}

div#product_try {
	float:left;
	
}

div#product_buy {
	float:right;
}

div#product_box .line1 {
	font-size: 1.4em;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3cda9;
}

div#product_box .line2 {
	padding-top: 4px;
}

div#product_box .line2, div#product_box .line3  {
	font-size: 1.1em;
	height: 30px;
}

div#product_box .line4 {
	height: 40px;
}


div.product_go_yearly_box {
	font-size: 0.8em;
	display:block;
	text-align: center;
	padding: 30px;
}


div#product_bubble {
	position: absolute;
	bottom: -50px;
	right: 45px;
	background-image: url(../page_files/products/bubble.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 40px; 
	width: 312px;
	padding: 30px 10px 20px;
	color: #ffffff;
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: bold;
}

div#product_bubble a {
	color: #ffffff;
	padding: 3px;
	background-color: #85afff;
}

div#product_bubble a:hover{
	color: #ffffff;
	background-color: #00c200;
}

div#productmode_professional_edition , div#productmode_basic_edition  {
	position: relative;
	margin-bottom: 80px;
	
}

/*--------------------------------
 # MEDIA
--------------------------------*/

div.media_b_cont {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
}
div.media_b_cont div.media_b_nugget {
	margin-bottom: 10px;
	display:block;
}

div.media_b_cont div.media_b_nugget a {
	display:block;
	padding: 15px;
	font-size: 1.3em;
	text-decoration:none;
	background-color: #e2e2e2;
	border: 1px solid #ffffff;	
}

div.media_b_cont div.media_b_nugget a span {
	color: #000000;
	font-size: 0.8em;	
}

div.media_b_cont div.media_b_nugget a:hover  {
	background-color: #e8f7d8;
	border: 1px solid #8ca96e;	
}

div.media_return_bar {
	margin-bottom: 10px;
}

div.media_return_bar a {
	display:block;
	padding: 7px;
	font-size: 1.1em;
	background-color: #e4e4e4;
	font-weight:bold;
	text-decoration:none;
	
}

div.media_return_bar a:hover {
	background-color: #99e053;
	color: #ffffff;
}

div.media_link {
	float:left; 
	margin: 0 7px 0 0;
}

div.media_content {
	clear:both;
	padding-top: 20px;
	margin-bottom: 20px;
	text-align:center;
}

div.media_footer {
	
	margin-bottom: 20px;
}



#hcaContainer {
	display:block;
	background-color: #f8f9e3;
	border-bottom: 1px solid #c8c9b8;
	margin-bottom: 20px;
	padding: 5px;
	text-align:left;
	font-size: 1.4em;
	font-weight:bold;
	text-align: right;
	
}	
#hcaContainer img{
	vertical-align:middle;
}



.index_summary_panel
{
	background-image:url(../page_files/index/summary_bg_v2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 722px;
	height: 250px;
	margin: 0 auto;
	font-size:1.2em;
	position: relative;
}

.index_summary_text
{
	width:440px;
	margin: 15px 0 15px 15px;
	float:left;
}

.index_iphone_banner
{
	position:absolute;
	bottom:3px;
	right:45px;
	width:160px;
	height:50px;
	font-weight:bold;
	font-size: 1.0em;
	text-align: center;
}

.index_iphone_banner a
{
}

.index_play_demo
{
	position:absolute;
	bottom:8px;
	right:0;
	width:210px;
	height:40px;
}

.index_play_demo a
{
	display:block;
	text-decoration:none;
	width:210px;
	height:40px;
}

.index_try_panel
{
	background-image:url(../page_files/index/try_it_now_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	width: 722px;
	height: 198px;
	margin: 3px auto 0 auto;
	font-size:1.2em;
	position: relative;
}
.step_box_1, .step_box_2, .step_box_3
{
	/*border: 1px solid red;*/
	width: 188px;
	position: absolute;
	top:50px;
}
.div_step_box h1
{
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 1.2em;
	letter-spacing: -1px;
	text-decoration: none;
}

.div_step_box
{
	font-size: 1.2em;
}
div.index_sign_up_button
{
	position:absolute;
	top: 13px;
	right: 15px;
}
div.index_sign_up_button a
{
	color: #ffffff;
	background-color: #66cc33;
	font-weight: bold;
	padding: 7px 15px;
	font-size: 1.2em;
	position:relative;
	text-decoration: none;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
div.index_sign_up_button a:hover
{
	color: #ffffff;
	background-color: #47a232;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}


.step_box_1
{
	left:20px;
}
.step_box_2
{
	left:280px;
}
.step_box_3
{
	left:520px;
}
.index_news_box
{
	width: 722px;
	height: 10px;
	margin: 6px auto 40px auto;
}
.index_news_box_content
{
	display: block;
	padding: 34px 18px 0px 18px;
}
