.downloadButton {
	background: url(/images/backgrounds/h1BG_green.png) repeat-x;
	height: 58px;
	padding: 5px 15px 5px 15px;
	width: auto;
	overflow: visible;
	font-size: 16pt;
	font-weight: bold;
	color: white;
	cursor: pointer;
	margin-top: 5px;
	border: solid 1px #ddd;
}

.downloadButtonOver {
	background: url(/images/backgrounds/h1BG_green_hov.png) repeat-x;
	height: 58px;
	padding: 5px 15px 5px 15px;
	width: auto;
	overflow: visible;	
	font-size: 16pt;
	font-weight: bold;	
	color: white;
	cursor: pointer;	
	margin-top: 5px;
	border: solid 1px #ddd;
}

.downloadButton2 {
	background: url(/images/buttons/getbeta.png) no-repeat 0 0;
	display:block;
	width: 140px;
	height: 30px;
	overflow: visible;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	cursor: pointer;
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 20px;
	border: none;
}

.downloadButton2Over {
	background: url(/images/buttons/getbeta.png) no-repeat 0 0;
	display:block;
	width: 140px;
	height: 30px;
	overflow: visible;	
	font-size: 10pt;
	font-weight: bold;	
	color: white;
	cursor: pointer;	
	margin-top: 5px;
	margin-left: 25px;
	margin-bottom: 20px;
	border: none;
}

.purchaseButton {
	background: url(/images/buttons/purchaseBut.png) repeat-x #9b0d1f;
	height: 40px;
	padding: 5px 15px 10px 15px;
	width: auto;
	overflow: visible;
	font-size: 16pt;
	font-weight: bold;
	color: white;
	cursor: pointer;
	border: solid 1px white;
}

.purchaseButtonOver {
	background: url(/images/buttons/purchaseButOver.png) repeat-x green;
	height: 40px;
	padding: 5px 15px 10px 15px;
	width: auto;
	overflow: visible;	
	font-size: 16pt;
	font-weight: bold;	
	color: white;
	cursor: pointer;	
	border: solid 1px green;
}


.renewButton {
	background: url(/images/buttons/purchaseBut.png) repeat-x #9b0d1f;
	height: 40px;
	padding: 10px;
	width: auto;
	overflow: visible;
	font-size: 10pt;
	font-weight: bold;
	color: white;
	cursor: pointer;
	border: solid 1px #ddd;
}

.renewButtonOver {
	background: url(/images/buttons/purchaseButOver.png) repeat-x #d40916;
	height: 40px;
	padding:10px;
	width: auto;
	overflow: visible;	
	font-size: 10pt;
	font-weight: bold;	
	color: white;
	cursor: pointer;	
	border: solid 1px #ddd;
}

.quoteButton {
	background: url(/images/buttons/quoteBut.png) repeat-x #ccc;
	height: 38px;
	padding: 7px 15px 10px 15px;
	width: auto;
	overflow: visible;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	cursor: pointer;
	border: solid 1px #ccc;
}

.quoteButtonOver {
	background: url(/images/buttons/quoteButOver.png) repeat-x  rgb(180,180,180);
	height: 38px;
	padding: 7px 15px 10px 15px;
	width: auto;
	overflow: visible;	
	font-size: 12pt;
	font-weight: bold;	
	color: black;
	cursor: pointer;	
	border: solid 1px #999;
}

form.quotations {
	border:none; 
	background:none; 
	text-align:center; 
	margin:0px; 
	padding:0px; 
	margin-top: 5px;
}

table.purchasing td span.item {
	font-size: 7pt; 
	color:#666; 
	line-height: 160%;
}

table.purchasing td a.moreinfo {
	font-size: 7pt; 
}

table.purchasing th span.currency {
	font-size: 8pt; 
	font-weight: bold;
}

table.purchasing td input.qty {
	width: 20px; 
	text-align:center;
}



div.footnote {
	font-size:9px; 
	margin:5px 0px 0px 10px; 
	width: 97%;
	border-top: solid 1px #ddd;
}

form.purchase {
	border:none; 
	background:none; 
	text-align:center; 
	margin:0px; 
	padding:0px; 
	margin-top: 10px;
}

div.cart {
	float: left; 
	width: 255px; 
	border: solid 1px #ccc; 
	margin-top: 38px; 
	margin-left: 3px;
}

div.cartHeader {
	background: #C00; 
	font-size: 12pt; 
	text-align: left; 
	color:white; 
	padding: 5px 5px 5px 8px; 
	font-weight: bold;
}

div.cartHeader span {
	font-size: 8pt;
}

div.cartNewPurchases, div.cartUpgrades, div.cartRenewals {
	padding: 5px;
}

div.cart strong {
	color: #3f71a7;
}

table.cart {
	font-size: 7pt; 
	border: none; 
	margin: 5px 0px 5px 0px;
}

table.cart th, table.cart td {
	font-size: 7pt; 
	border: none;
}

table.cart td.subtotal, table.cart td.subtotal strong {
	font-size: 8pt;
	color: black;
}

table.cart td input {
	width: 20px; 
	text-align:center;
}

div.cartTotal {
	background: #b7d0e7; 
	font: bold 9pt; 
	padding: 7px; 
	text-align: right; 
	margin: 5px; 
	margin-bottom: 0px;
}

div.cartButtons {
	padding: 5px;
}

div.cartButtons input.update, div.cartButtons input.empty {
	background-color:#ccc; 
	padding:5px; 
	font-weight: normal;
	font-size: 10pt; 
	width: 100px; 
	margin-right: 1px;
	border: solid 1px #ddd;
}

div.cartButtons input.checkout {
	background-color: #0053A6;
	padding:5px;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	width: 110px;
	margin-top: 3px;
	margin-bottom: 5px;
	border: solid 1px #ddd;
}


