body { padding: 5px 0 0 0; margin: 0; font: .7em Tahoma, Arial, sans-serif; line-height: 1.7em; background: #FFF url(../images/bg.gif) repeat-x; color: #454545;height:100%; }
a { color: #2F637A; background: inherit; }
a:hover { color: #808080; background: inherit; }
p {	margin: 0 0 5px 0; color:#000;}
p a{color:#03C;text-decoration:underline;cursor:pointer;padding:3px 0 3px 12px;}
p a:hover{color:#000;text-decoration:underline;cursor:pointer;background-image: url(../images/software_list1.gif); background-repeat: no-repeat; background-position: center left;padding:3px 0 3px 12px;}

h1 {font: bold 2.2em Arial, Sans-Serif; padding: 8px 0 0 0; margin: 0; letter-spacing: -1px; }
/* h2 {margin: 0; padding: 0; font: bold 1.8em Arial, Sans-Serif; letter-spacing: -1px; } */
h2 { background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image:url(../images/h2-left.gif);
    background-origin: padding-box;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto auto;
    font-size: 14px;
    font-weight: bold;
    line-height: 350%;
    margin-bottom: 15px;
	margin-left: 0px;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 18px;
    padding-right: 0;
    padding-top: 0;
    white-space: nowrap;}
h2 .contents {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image:url(../images/h2-right.gif);
    background-origin: padding-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: auto auto;
    display: block;
	color:#039;
	width: 710px;
	
}

h3 {font:Tahoma, Geneva, sans-serif; font-weight:bold; padding:0px 0 3px 0; margin:15px 0 5px 0px;color:#009;}
h1 a, h2 a { color: #000; background: inherit; text-decoration: none; }
ul { margin: 0; padding : 0; list-style : none;font-size:12px; font-weight:bold; color:#009;}
img { border: 0; }


/* layout */
#content { margin: 10px auto; width: 1060px; }
#logo { margin: 0 0 10px 0;  }
#slogan { font-size: 1em; margin: 0 0 10px 2px; padding: 0; color: #039; background: #fff; }
#top_info {line-height: 27px; float: right; color: #808080; background: #fff; margin: 12px 5px 7px 0;text-align: right; height: 74px;}
#topblock{float:right; height:74px;width:300px;line-height:27px;margin: 12px 5px 7px 0;}
.gplus {height:27px;}
.topmenus{height:20px; text-align:left;padding:2px 0px 1px 5px;}
.topmenus a{text-decoration:none;}
/* round blue login button */
#loginbutton a { text-decoration: none; width: 24px; padding: 7px 12px; margin: 0 0 0 8px; height: 28px; background: #fff url(../images/lb.gif) no-repeat; color: #000; }
#loginbutton a:hover{ background: #fff url(../images/lbhover.gif) no-repeat; color: #000;}

/* main horizontal menu */
#tablist{ padding: 3px 0; margin: 0; float: left; }
	#tablist li{ list-style: none; display: inline; margin: 0; }
	#tablist li a{
		text-decoration: none;
		padding: 4px 22px;
		margin-right: 2px;
		background: #808080 url(../images/corner.gif) no-repeat top right;
		font-weight: bold;
		color: #fff;
	}
	#tablist li a:hover{
		background: #6495AB url(../images/corner.gif) no-repeat top right;
		color: #fff;
	}
	#tablist li a.current{
		background: #6C7A95  url(../images/corner.gif) no-repeat top right;
 	    color: #fff;
		padding: 10px 22px;
	}
	#tablist .key { text-decoration: underline; }

/* main menu topics */
#topics {
	font-weight:bold;
	clear: left;
	float: left;
	width: 1050px;
	/*background: #B0D0DC url(../images/topicsbg.gif) repeat-x left bottom;*/
	background:url(../images/shadow-bg.gif) repeat-x;
	padding:28px 10px 15px 0;
	margin: 0 0 2px 0;
	color: #fff;
	height: 30px;
	
}
 
 /* background-image: url(../images/bullet.gif); */
 
 #topics li a:link {padding: 0 0 0 12px;color:#009; }
 #topics li a:hover {background-image: url(../images/software_list1.gif); background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px;color:#009; }
#topics li a.current2 {background-image: url(../images/software_list1.gif); background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px;color:#009; }	
 #topics li a:active {padding: 0 0 0 12px;color:#009; }
  #topics li a:visited {padding: 0 0 0 12px; color:#009;}
/* main menu search */
#search {
	float: right;
	clear:right;
	text-align: right;
	/*background: #fff url(../images/searchbg.gif) no-repeat;*/
	background:url(../images/shadow-bg.gif) repeat-x;
	color: #000;
	padding: 32px 10px 12px 0px;
	min-height: 32px; /* FF height */
	height: 25px;	/* IE height */
	width: 300px;
}


	/* search form styling */
	form, form p { margin: 0; padding: 0; line-height: 25px; }
	
		.search { width: 210px; border: 1px solid #357994; background: #fff; color: #478F36; padding: 4px; margin: 0; font-weight: bold; font-size: 1.3em;  }
		.button { padding:2px 4px 2px 4px; font: bold 1em Arial, Sans-Serif; border:0; background-color:#893B15;;color:#FFF;cursor:pointer;border:2px solid #906;border-radius:2px;}
   
    .input { border:2px solid #dadada;
    border-radius:2px;
    width:220px;
	padding-bottom:3px;
	
	
 	outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;  
	}
	
	.input:focus {outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;}

/* left side */
#left {
	float: left;
	width: 740px;
	margin: 0 0 10px 0;
}
	.subheader {
		margin: 0 0 10px 0;
		padding:1px 8px 8px 8px;
		/* background: #f4f4f4 url(../images/bgshade.gif) repeat-x; */
		color: #000;
		border-bottom: 1px solid #ccc;
		text-align:justify;
		font-size:12px;
		
	}
	.left_articles {
		margin: 0px 0 10px 0;
		background: #fff url(../images/bgshade.gif) repeat-x;
		color: #454545;
		padding: 15px 15px 5px 10px;
	}
		.date { font-size: 1.2em; padding: 0 0 0 3px; background: #fff; color: #808080; }
		.bigimage {
			float: left;
			clear: left;
			border: 1px solid #ccc;
			background: #eee;
			color: #000;
			width: 200px;
			height: 150px;
			margin: 0 15px 10px 0;
		}
	.left_box {
		background-image:url(../images/prevnextbg.jpg);
		background-color:#FFF;
		color: #808080; 
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 5px 15px 5px 15px;
		margin: 0 0 15px 0;
		height:20px;
	}
	.titlebox {
		background-image:url(../images/prevnextbg.jpg);
		color: #000;
		font-size:14px;
		font-weight:bold;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
		padding: 5px 15px 5px 15px;
		margin: 0 0 5px 0;
		height:20px;
	}
	.previousx { float:left; padding:2px 0 0 10px;; font-weight:bold;}
	.pimage {float:left; padding:3px 0 0 0px;}
	#rblock{float:right; width:50px;}
	.nimage {float:right; padding:3px 0 0 0px;}
	.nextx { float:left; padding:2px; font-weight:bold;}
	.pntext {float:left; margin:3px 10px 0 10px;text-align:center; width:460px;border-right: 1px dotted #ccc;border-left: 1px dotted #ccc;font-weight:bold;color:#000;}
	.thirds {
		float: left;
		width: 225px;
		padding: 0 10px 0 15px;
		 
	}		
	
		
/* right side */
#right {
	float: right;
	width: 310px;
	margin: 5px 0 10px 0;
	font-size:12px; 
}
 #right ul { margin: 0; padding : 0; list-style : none;font-size:12px; color:#000; font-weight:normal;}
 #right li a:link {padding: 0 0 0 12px;margin-left:12px;font-size:12px;color:#000;}
 #right li a:hover {background-image: url(../images/software_list1.gif); background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px; margin-left:12px;font-size:12px;color:#009 !important;}
   #right li a:visited {padding: 0 0 0 12px; margin-left:12px;font-size:12px; }  
 
#right li a.current3 {background-image: url(../images/software_list1.gif); background-repeat: no-repeat; background-position: center left;  padding: 0 0 0 12px; margin-left:12px;font-size:12px;}	

	.right_articles {border: 1px solid #ccc; padding: 8px 8px 2px 8px;	margin: 0 0 3px 0px; 	/*background-color: #eee;*/
		background: #fff url(../images/bgshade.gif) repeat-x; color:#000;}
	
	.right_articles p{ color:#009;}
	.right_articles li {padding-bottom:2px; }
	.right_articles li a:link {color:#000 !important;}
	.right_articles li a:hover {color:#009 !important;}
	 
	
	.image { float: left; margin: 0 9px 3px 0; }
	.notes {
		/*border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;*/
		border: 1px solid #ccc;
		/*padding: 5px 10px 17px 10px;	*/
		margin: 0 0 10px 0;
		padding: 8px;
		/*background: #fff url(../images/upcomming.jpg) no-repeat top left; */
		color: #454545;
	}


	
/* footer */
#footerOLD{ 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
	background:url(../images/shadow-bg.gif) repeat-x;
	position:absolute;
	height:100px;
}
#footerDEL{
	clear: both;
	 position:absolute; 
	bottom:0px;
	height:30px;
	width:940px;
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
	background:url(../images/shadow-bg.gif) repeat-x;}

#footer { 
	clear: both; 
	color: #808080;
	background: #FFF;
	padding: 10px 15px;
	border-top: 1px solid #ccc;
	height:30px;
	background:url(../images/shadow-bg.gif) repeat-x; 
}
#footer a:link {color:#000;}
#footer a:hover {color:#009;}
#footer a:visited {color:#000;}


	#footer .right { float: right; }
 
.listheadimage{background-image: url(../images/bullet.jpg); background-repeat: no-repeat; background-position: center left;}	

.itembottom {height:150px;}
.makeborder {border: 1px solid #ccc;}
.screenshot1{float:left;padding:5px 5px 0px 0px;height:140px;width:190px; background-image: background-position:bottom right;background-repeat:no-repeat;}
.screenshot2{float:left;padding:5px 5px 0px 0px;height:140px;width:190px; }
.screenshot3{float:left;padding:5px 5px 0px 0px;height:140px;width:190px;}

.screenshot2div{float:left;height:130px;width:10px;margin:10px 5px 10px 5px;background-image:url(../images/divider.png); background-repeat:repeat-y;}

.price{padding:5px 0px 2px 25px; border-bottom:thin dotted;}
.pricedl{padding:5px 0px 2px 0px; border-bottom:thin dotted;}

 
 .itembottomss {height:15px;}

.ss1{float:left;padding:0px 0px 0px 0px;height:15px;width:195px;}
.ss2{float:left;padding:0px 0px 0px 0px;height:15px;width:195px; }
.ss3{float:left;padding:0px 0px 0px 0px;height:15px;width:155px; }

.ssdiv{float:left;height:15px;width:10px;margin:0px 5px 10px 5px;}
.downloadbtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor:pointer;
	margin:20px 0 10px 50px;
}.downloadbtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}.downloadbtn:active {
	position:relative;
	top:1px;
}
.pstyle {font-size:12px;color:#000;text-align:justify;}
.newupdate{margin-left:3px;}

/* download page */
.downloadlist {float:left;width:190px;height:125px;}
.downloadlist ul li{color:#000 !important;font-size:12px;font-weight:normal;}
.reqirment{float:left;width:275px;height:125px;}
.reqirment ul li{color:#000 !important;font-size:12px;font-weight:normal;}
.whocaption{font-weight:bold;padding:5px 0 5px 5px;}
.whobox{font-size:12px; text-align:justify;padding:5px 5px 5px 5px;}
.whobox ul li {color:#000 !important; font-size:12px; font-weight:normal;}
.procode{font-size:12px; text-align:left;padding:5px 5px 5px 5px;color:#903;font-weight:bold;font:italic;}
.adbox{float:right; margin:3px;}

.morelink {padding:3px 0 2px 25px;} 
.tblpad{padding-left:20px;padding-right:10px;}
.freelist {padding:3px 0 3px 25px; text-align:left; font-weight:normal; color:#000;text-indent:-2em;font-weight:bold;}
.freelist a{color:#000;text-decoration:underline;cursor:pointer;padding:3px 0 3px 12px;}
.freelist a:hover{color:#009 !important;text-decoration:underline;cursor:pointer;background-image: url(../images/software_list1.gif); background-repeat: no-repeat; background-position: center left;padding:3px 0 3px 12px;}
.tutorialtitle {padding:3px;text-align:left; font-weight:bold;color:#006; border-bottom:dotted 1px #03C;}
.downloadtut{padding:2px 2px 2px 5px;
cursor:pointer;text-decoration:underline; color:#03C;}
.downloadtut a{color:#03C;}
.downloadtut a:hover{color:#03C;}
.downloadimg{float:left;background:url(../images/download.jpg) no-repeat;background-repeat:no-repeat;width:25px; height:25px;padding-right:10px;}
/*
.b4dl {padding:5px 10px 20px 10px; background-color:#CFF; font-size:12px; font-weight:bold;margin:10px 0 10px 0;color:#000;
background-image:url(../images/prevnextbg.jpg);
		font-weight:bold;
		border-top: 1px dotted #ccc;
		border-bottom: 1px dotted #ccc;
	 	height:20px;} */
.b4dl {padding:5px 10px 20px 10px; background-color:#CFF;  font-size:12px; font-weight:bold;margin:10px 0 10px 0;color:#000;
background-image:url(../images/h2-right.gif);
		font-weight:bold;
		border-top: 1px dotted #ccc;
		height:20px;
		border:solid 1px #339;
background:#F4F4F4;
border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 0 6px #FFF;	
	-moz-box-shadow: 0 0 1px #FFF;
	-webkit-box-shadow: 0 0 1px #FFF;		
		}
.b4dl a:link{color:#000 !important;}
.b4dl a:hover{color:#009 !important;}
.b4dl a:active{color:#000 !important;}
.b4dl a:visited{color:#000 !important;}
 
.b4dlimg{float:left;padding:0px 10px 0px 5px; background-image:url(../images/b4dl.gif); background-repeat:no-repeat;
width:24px; height:24px;}

.nextlist {padding:5px 5px 5px 5px; background-color:#CFF; font-size:12px;margin:5px 0 5px 0;color:#000;
background-image:url(../images/h2-right.gif);
		font-weight:normal;
		width:320px;
		border-top: 1px dotted #ccc;
		height:35px;
		border:solid 1px #339;
background:#F4F4F4;
border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-shadow: 0 0 6px #FFF;	
	-moz-box-shadow: 0 0 1px #FFF;
	-webkit-box-shadow: 0 0 1px #FFF;		
		}
.nextlist a:link{color:#000;}
.nextlist a:hover{color:#039;}
.vbornet {font:Arial, Helvetica, sans-serif; font-size:9px;color:#000;padding:0 0 0 5px;font-weight:normal !important;font:normal !important;}