/* @override 
	http://devshop.niksoftware.com/css/localstyle.css
	http://www.niksoftware.com/nikstyles.css
	http://devshop.niksoftware.com/old/css/_styles-global.css
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #525759;
	margin: 12px auto;
	width:  790px;
	min-width: 790px;
	padding: 0;
	text-align: left;
}

div.nikhead {
	margin-bottom: 10px;
}

#mainwrap {
    text-align: left;
    display: block;
    margin: 0 auto;
    width: 790px;
}

#wrapper {
	width: 788px;
	margin: 0 auto;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	padding-bottom: 20px;
	text-align: left;
}

#contentstyle{
	margin: 0 30px;
}

*html #contentstyle {
	width:  728px;
}

#main_topimage {
	width: 790px;
	margin: 0 auto;
	padding: 0;
}

#main_btmimage {
	width: 790px;
	margin: 0 auto 25px auto;
	padding: 0;
}

#hdr_img {
	display: block;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
}

div.infobox1 {
	display: block;
	padding: 8px 0;
	margin: 5px 0;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #336699;
}

.errormsg {
	margin: 10px;
	padding-left: 20px;
	color: #cc0000;
	font-size: 110%;
	font-weight: bold;
	text-align: left;
	background: url(/images/error.png) no-repeat left center;
}

#wf_product {
	margin:0;
	padding: 0;
}

#wf_product select.required {
	color: #525759;
}

#txtResult p {
	padding-bottom: 10px;
}

#wf_prodplatform {
	color: #525759;
	margin: 0;
}

#wf_deliverymethod {
	color: #525759;
	margin: 0 20px 0 0;
	white-space: nowrap;
}

div#frmWrapper {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	clear: left;
}

#wf_prodlang {
	padding: 10px 0;
	height: 1%;
	float: left;
}

div.wf_radio {
	display: inline;
	color: #525759;
	padding-right: 5px;
	white-space: nowrap;
}

#wf_ddlProd {
	margin: 0;
	padding: 0;
}

/* wForms errors */
.errFld {
	/*border: 1px solid #F00; ... or any other css properties ... */
}
.errMsg {
	color: #C33; /*... or any other css properties ... */ 
	font-size: 90%;
}

p.toprule {
	margin-top: 25px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}

.clearer
{
	clear: both;
	height: 1px;
}

#txtUpgradeImg {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 10px 0;
	padding: 10px 0;
	float: left;
	width: 790px;
}

#container {
	float:  left;
	margin: 0;
	padding: 0;
	width:  100%;
	text-align: left;
}

div.product {
	text-align: center;
	float: left;
	margin: 5px 0;
	padding: 0;
	width: 155px;
	height: 16em;
}

img.prdImg {
	width: 75px;
}

h2.prdTitle {
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	padding:  0 10px;
	margin: 10px 0;
	height: 3.5em
}

#txtUpgradeImg p.prdPrice {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: black;
}

#txtResult {
	float: left;
	clear: left;
}

input#wf_serial.required {
	color: #525759;
	width: 200px;
}

form#buyproduct select.required {
	color: #525759;
}

#dl_wrapper {
	width: 788px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	text-align: left;
	float: left;
	z-index: 100;
}

#dl_wrapper .leftcol {
    width: 45%;
    float: left;
}

#dl_wrapper .rightcol {
    width: 45%;
    float: right;
}

.dl_text {
    width: 790px;
}

/* CSS for image thumbnail roll overs for See Green */
a.seegreen, a.seegreen:visited {
color:#000; 
position:relative; 
z-index:1;
}
a.seegreen b {
position:absolute;
visibility:hidden; /* hide the image */
width:200px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:0px solid #000; /* add a border */
left: 0px; /* position:the image */
top: -195px;
}
a.seegreen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.seegreen:hover b {
visibility:visible; /* make the image visible */
height:200px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500;

}
a.seegreen:hover b img {
border:0; /* remove the link border */
}