﻿/* CSS layout */

* {
  margin:0; 
  padding:0;
}

a:link {
 COLOR: #0000FF;
 text-decoration : none;
}
a:visited {
 COLOR: #0000FF;
 text-decoration : none;
}
a:hover {
 COLOR: #0000FF; 
 text-decoration: underline;
}
p {
  margin-top: 0em;
  margin-bottom: 0.8em;
}

h1 {
	font-weight : bold;
	font-size: 18px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

body {
	min-width: 828px;
	font-family: Verdana, Tahoma, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black; 
	background-image: url('../img/bg-fixed_grey.gif');
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #FBFBFB;	
}
#wrapper {
	width: 828px;
	margin: 0px auto 0px auto;
	text-align: left;
	background-color: #FFFFFF;
	padding-right: 2px;
	padding-left: 2px;
}
#header {
	width: 822px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	padding-top: 3px;
}
.logotext {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.forumtext {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#menu1{
	position: relative;
	display: block;
	height: 30px;
	font-family: Arial, Helvitica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: url('../img/menu1_black.gif') repeat-x left top;
	margin-bottom: 9px;
	clear: both;
}
#menu1 ul{
	margin: 0;
	padding: 0px;
	list-style-type: none;
}
#menu1 ul li{
	width: 138px;
	display: block;
	float: left;
	text-align: center;
}
#menu1 ul li a{
	position: relative;
	display: block;
	color: #fff;
	text-decoration: none;
	height: 30px;
	padding-top: 6px;
}

	
#menu1 ul li a.current{
	color: #fff;
	background: url('../img/menu1_green.gif') repeat-x left top;
}

#menu1 ul li a:hover{
	color: #fff;
    background: url('../img/menu1_green.gif') repeat-x left top; 
}


#menu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin-bottom: 12px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #E1E1E1;
	padding-bottom: 12px;
}

#menu2 ul{
    margin: 0;
	list-style-type: none;
	text-align: center;

}


#menu2 li {
	display: inline;
}

#menu2 a:visited {
        padding: 0 4px 6px 4px;
        text-decoration: none;
        color: #000;
}

#menu2 a:link {
	padding: 0 4px 6px 4px;
	text-decoration: none;
	color: #000;
}

#menu2 a:hover {
/*      color: #000; */
        color: #880000;
        text-decoration: none;
/*        background: url('../img/menu2_on.gif') no-repeat center bottom;*/
}

#menu2 a:visited.current {
        color: #000;
        background: url('../img/menu2_on.gif') no-repeat center bottom;
}

#menu2 a:link.current {
        color: #000;
        background: url('../img/menu2_on.gif') no-repeat center bottom;
}
#page_container {
	position: relative;
	width: 100%;	
	line-height: 160%;
}
#page_content {
	margin-right: 240px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

#page_content_wide {
	margin-right: 0px;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

#page_content_leftcol {
	width: 64px;
	position: absolute;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	margin-left: 5px;
}
#page_content_main {
	margin-left: 73px;
}
#page_content_maininfo {
	margin-left: 73px;
}
#page_rightcol {
	width: 220px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-right: 5px;
}

#footer {
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	clear: both;
	width: 828px;
	font-size: 12px;
	font-family: Verdana, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-top: 15px;
}

#footer a:link{
 text-decoration : none;
}
#footer a:hover{
 text-decoration: underline
}
#footer a:visited {
 text-decoration : none;
}

/* green box */
.box_green {
	border-style: none;
	background-color: #499477;
	margin-bottom: 10px;
	margin-right: 1px;
	color: #FFFFFF;
}
.boxtop_green { 
  background: url('../img/box_green/ne.gif') no-repeat right top;
  display: block;
  margin-bottom: 5px;    
}
.boxtop_green div { 
  height: 15px; 
  background: url('../img/box_green/nw.gif') no-repeat left top;
}
.boxbottom_green { 
  background: url('../img/box_green/se.gif') no-repeat right bottom;
}
.boxbottom_green div { 
  height: 8px; 
  background: url('../img/box_green/sw.gif') no-repeat left bottom;
}
.boxcontent_green {
  padding: 15px 10px 0px 10px;
}
.boxcontent_green a:link {
  color: #fff;
  text-decoration: none;
}
.boxcontent_green a:visited {
  color: #fff; 
  text-decoration: none;
}
.boxcontent_green a:hover {
  color: #fff;   
  text-decoration: underline;
}

/* grey box */
.box_grey {
	border-style: none;
	background-color: #F4F4F4;
	margin-bottom: 10px;
	margin-right: 1px;
	color: #333333;
}
.boxtop_grey { 
  background: url('../img/box_grey/ne.gif') no-repeat right top;
  display: block;
  margin-bottom: 5px;    
}
.boxtop_grey div { 
  height: 15px; 
  background: url('../img/box_grey/nw.gif') no-repeat left top;
}
.boxbottom_grey { 
  background: url('../img/box_grey/se.gif') no-repeat right bottom;
}
.boxbottom_grey div { 
  height: 8px; 
  background: url('../img/box_grey/sw.gif') no-repeat left bottom;
}
.boxcontent_grey {
  padding: 15px 10px 0px 10px;
}
.boxcontent_grey a:link {
  color: #333333;
  text-decoration: none;
}
.boxcontent_grey a:visited {
  color: #333333; 
  text-decoration: none;
}
.boxcontent_grey a:hover {
  color: #333333;   
  text-decoration: underline;
}

/* blue box */
.box_blue {
	border-style: none;
	background: #CDD9E0;
	margin-bottom: 10px;
	margin-right: 1px;
	color: #000000;
}
.boxtop_blue {
  background: url('../img/box_blue/ne.gif') no-repeat right top;
  display: block;
  margin-bottom: 5px;  
	
}
.boxtop_blue div { 
  height: 15px; 
  background: url('../img/box_blue/nw.gif') no-repeat left top;
}
.boxbottom_blue { 
  background: url('../img/box_blue/se.gif') no-repeat right bottom;
}
.boxbottom_blue div { 
  height: 8px; 
  background: url('../img/box_blue/sw.gif') no-repeat left bottom;
}
.boxcontent_blue {
	padding: 15px 10px 0px 10px;

}
.boxcontent_blue a:link {
  color: #000;
  text-decoration: none;
}
.boxcontent_blue a:visited {
  color: #000; 
  text-decoration: none;
}

.boxcontent_blue a:hover {
  color: #000;   
  text-decoration: underline;
}

.boxheader {
	font-size: 13px;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 10px;
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	color: #000000;
}
.boxheader a:link {
  color: #fff;
}
.boxheader a:visited {
  color: #fff;
}
*
.boxheader a:hover {
  color: #fff;
}

.boxdate {
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
	margin-top: 5px;
	color: #000000;
}


.boxheader_black {
	font-size: 13px;
	font-family: Verdana, arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 10px;
	display: block;
	padding-top: 8px;
	padding-right: 10px;
	color: #000000;
}
.boxheader_black a:link {
  color: #000;
}
.boxheader_black a:visited {
  color: #000;
}

.boxheader_black a:hover {
  color: #000;
}


.tableheading1{
	background-color: #FFFFFF;
	color: #36393D;
	font-weight : bold;
	font-size: 15px;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #36393D;
}
.tableheading2{
	padding: 3px 0px 4px 0px;
	background-color: #FDFDFD;
	color: #000000;
	font-weight : bold;
	font-size: 13px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-top-color: #356AA0;
	border-bottom-color: #356AA0;
	border-bottom-width: 2px;
}
.infoheading{
	margin: 0px;
	padding: 5px 3px 5px 3px;
	background-color: #356AA0;
	color: White;
	font-weight : bold;
	font-size: 16px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.bulletlist {
    margin-top: 18px;
	margin-left: 25px;
	margin-bottom: 22px;	
}
.bulletlist li {
	margin-bottom: 5px;
}
.bulletlistfeatures {
	margin-left: 25px;
}
.bulletlistfeatures li {
	margin-bottom: 5px;
}

.bulletlistverhis {
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 30px;
}
.bulletlistverhis li {
	margin-bottom: 2px;
}
.bulletlistsysreq {
	margin-left: 15px;
	color: #000000;
}
.bulletlistsysreq li {
	margin-bottom: 3px;
}

.verhisdate {
	font-weight: bold;
}
.noborder {
	border-width: 0px;
}
.vertalign {
	vertical-align: middle;
}
.prgimage {
	float: left;
	margin-right: 3px;
}
.screenshotimg {
	border-style: none;
	margin-bottom: 10px;
	margin-right: 5px;
}
.screenshottext {
	vertical-align: top;
}



.afterdiscountrow {
	border-top : 1px solid Black;
	border-bottom : 1px solid Black;
	padding-top: 3px;
	padding-bottom: 3px;
}
.totalrow {
	border-top : 2px solid Black;
	border-bottom : 2px solid Black;
	padding-top: 3px;
	padding-bottom: 3px;
}
.TotalBig {
	font-size : 13px;
	font-weight : bold;
}
.holidaydiscountrow {
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	background-color: #CD0707;
}

.buynowprodtable {
	border: 1px none #000000;
	border-collapse: collapse;
}


.buynowprodtable td {
	padding-right : 3px;
	padding-left : 1px;
	padding-top : 1px;
	padding-bottom : 1px;
}
.buynow_multidiscount {
	font-weight: bold;
}
.buttonimage {
	border-width: 0px;
	margin-left: 1px;
}
.cnetreview {
	margin-top: 10px;
	border-width: 0px;
	border-style: none;
}
.contentheading {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}
.tableheading1 a:link {
  color: #fff;
}
.tableheading1 a:visited {
  color: #fff;
}

.tableheading1 a:hover {
  color: #fff;
}


.rightalign {
	text-align: right;
}
.redbold {
	color: red;
	font-weight: bold;
}

.SmallBold {
	font-size: 11px;
	font-weight: bold;
}
.imgborder {
	border-style: solid;
	border-width: 0px;
}
.center {
	text-align: center;
}
.highlight {
	font-weight: bold;
	color: #000000;
}
.heading1 {
	padding: 4px 0px 5px 0px;
	background-color: #FDFDFD;
	display: block;
	color: #000000;
	font-weight : bold;
	font-size: 14px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-bottom-color: #356AA0;
	border-top-color: #356AA0;
}
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.footertext {
	font-size: 11px;
}
.textbox {
	border: 1px dashed #000000;
	background-color: #FFFFD5;
	padding: 10px;
	text-align: center;
	margin-top: 12px;
	margin-right: 25px;
	margin-left: 25px;
}
.textbox_sale {
	border: 1px solid #000000;
	background-color: #F2F2F2;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
	text-align: center;
	margin-top: 5px;
	margin-right: 170px;
	margin-left: 170px;
}

.textbox_sale a:link{
 text-decoration: underline
}
.textbox_sale a:visited {
 text-decoration: underline
}
.textbox_sale a:hover{
 text-decoration: underline
}



.heading1 {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 5px;
	display: block;
	margin-left: 0px;
	margin-top: 20px;
}
.info_sh_heading {
	font-weight: bold;
}
.info_sh {
	border-style: solid;
	border-width: 0px;
	margin-bottom: 10px;
	margin-top: 5px;
}
.img_newrelease {
	border-width: 0px;
	margin-left: 5px;
}
.footerpadding {
	padding-bottom: 800px;
	display: block;
}
.small_italic {
	font-size: 11px;
	font-style: italic;
}
.icon {
	border-style: none;
	margin-right: 8px;
}
.small {
	font-size: 11px;
}

hr {
  height:1px; 
  border-style :solid; 
  border-width:1px 0 0 0;
  border-color:#E1E1E1;
}
.buynow_discountexistinguser {
	font-style: italic;
}

.saleheading {
	padding: 3px 4px 3px 4px;
	color: #FFFFFF;
	background-color: #CD0707;
	font-weight: bold;
	font-size: 12px;
}
.saleheading a:link {
  color: #fff;
  text-decoration: none;
}
.saleheading a:visited {
  color: #fff; 
  text-decoration: none;
}

.saleheading a:hover {
  color: #fff;   
  text-decoration: underline;
}

.red {
	color: red;
}

.nowrap {
	white-space: nowrap;
}
.buttonaction {
	font-weight: bold;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	clip: rect(auto, 0px, auto, auto);
}
.heading2 {
	padding: 4px 2px 4px 2px;
	background-color: #FFFFFF;
	display: block;
	color: White;
	font-weight : bold;
	font-size: 13px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}
.heading2 {
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	margin-left: 0px;
	margin-top: 20px;
	color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}
.menudivider {
	color: #E1E1E1;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #E1E1E1;
	margin-right: 4px;
	padding-right: 1px;
}
.downloadtable {
	line-height: 140%;
}
.downloadtabletext {
	font-size: 11px;
}
