﻿/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset
{
	margin: 0;
	padding: 0;
	font: 100%/120% Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address
{
	padding: 0;
}

p, pre, blockquote, ul, ol, dl, address
{
	margin: 1em 0;
}

h1, h2, h3, h4, h5, h6
{
	margin: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote
{
	margin-left: 1em;
}

img { -ms-interpolation-mode:bicubic; }

/* Miscellaneous conveniences: */
form label
{
	cursor: pointer;
}
fieldset
{
	border: none;
}
body
{
	margin: 0;
	background: url(../images/bg_page.gif) top left repeat-x #C2D7E4;
	color: #666666;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	min-width: 932px;
}

p
{
	font-size: 12px;
	color: #666666;
	font-family: Georgia, "Times New Roman" , Times;
	line-height: 2em;
}

h1
{
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	color: #003F67;
	line-height: 1.3em;
}

div.pluslist ol, ul
{
	/*color: #003F67;*/
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.4em;
	list-style: none;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	color: #666666;
	font-family: Georgia, "Times New Roman" , Times;
}

div.pluslist li
{
	position: relative;
	background-image: url('../images/plus-small-links.gif' );
	background-position: 0 0.8em;
	background-repeat: no-repeat;
	padding: 5px 0 5px 25px;
	margin-left: 30px;
}

a:link
{
	text-decoration: underline;
	color: #CC3300;
	background-color: transparent;
}
a:visited
{
	text-decoration: underline;
	color: #CC3300;
	background-color: transparent;
}
a:hover
{
	text-decoration: none;
	color: #CC3300;
	background-color: transparent;
}

/* Input boxes */
input, select, textarea
{
	font-size: 100%;
	font-family: inherit;
}
input, select
{
	font: normal 16px Georgia, "Times New Roman" , Times;
	color: #003F67;
	border: solid 1px #ccc;
	padding: 5px 4px;
}

input:focus, select:focus
{
	font: normal 16px Georgia, "Times New Roman" , Times;
	color: #003F67;
	outline: #ffff99 solid 1px;
	border: solid 1px #ccc;
	padding: 5px 4px;
}

input[type="checkbox"], input[type="radio"]
{
	margin: 0 10px 0 0;
	border: none;
}
input[type="image"]
{
	border: 0;
	padding: 0;
}

/* START required */
input.inputRequired, select.inputRequired, input.inputRequired:focus, select.inputRequired:focus
{
	background-color: #FFFFCC;
}

/* END required */

#rightColumnAboutUs h2
{
	background: url('../images/text/h2_aboutus.gif' ) no-repeat left top;
}
#rightColumnPriceExpenses h2
{
	background: url(    '../images/png/button_buynow.png' ) no-repeat left top;
}
#rightColumnPriceExpenses h2:hover, #rightColumnPriceExpenses h2:focus
{
	background: url(    '../images/png/button_buynow_hover.png' ) no-repeat left top;
}

#rightColumnPurchase h2
{
	background: url(    '../images/text/h2_order.gif' ) no-repeat left top;
}
#rightColumnSupportLogin h2
{
	background: url(    '../images/text/h2_supportlogin.gif' ) no-repeat left top;
}

.trItemDesc
{
	text-align: right;
	width: 150px;
	border: solid 2px transparent;
	font-family: Georgia, 'Times New Roman' , Times, Serif;
	font-size: 12px;
}
.trItem
{
	text-align: left;
	width: 420px;
	border: solid 1px Transparent;
	background-color: Transparent;
	font-size: 12px;
	font-family: Georgia, 'Times New Roman' , Times, Serif;
	font-weight: normal;
}
.trItemBold
{
	text-align: left;
	width: 420px;
	border: solid 1px Transparent;
	background-color: Transparent;
	font-size: 12px;
	font-family: Georgia, 'Times New Roman' , Times, Serif;
	font-weight: bold;
}
.trItemButtonRow
{
	text-align: right;
	width: 600px;
	border: solid 1px Transparent;
	background-color: Transparent;
	font-size: 12px;
	font-family: Georgia, 'Times New Roman' , Times, Serif;
	font-weight: bold;
}
.trItemError
{
	text-align: left;
	width: 420px;
	border: 1px solid #FF9966;
	background-color: #FFCCCC;
}

.itemHelp
{
	color: #808080;
	font-family: Georgia, 'Times New Roman' , Times, serif;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: 10px;
}
.itemErr
{
	color: #808080;
	font-family: Georgia, 'Times New Roman' , Times, serif;
	font-style: italic;
	font-variant: normal;
	font-weight: normal;
	font-size: 10px;
}

.customerDataPanel
{
	min-height: 180px;
}

.waitCursor
{
	float: right;
	position: relative;
	left: -10px;
	top: -35px;
	z-index: 1;
	width: 16px;
	height: 16px;
}
.waitCursor2
{
	float: right;
	position: relative;
	left: -12px;
	top: 0px;
	z-index: 1;
	width: 16px;
	height: 16px;
}

.customerDataHeaderStep
{
	height: 35px;
}

/* START action buttons on right */

.actionButton, .actionButton:link, .actionButton:visited, .actionButton:hover, .actionButton:active
{
	width: 113px;
	height: 25px;
	background: url(../images/png/button_wide.png) no-repeat 0 0;
	display: inline-block;
	padding: 7px 0 0 30px;
	text-align: left;
	text-decoration: none;
	font-family: Calibri, Tahoma, Arial;
	font-size: 14px;
	color: #E7F9FE;
	font-weight: bold;
}

.trItemButtonRow .actionButton, .trItemButtonRow .actionButton:link, .trItemButtonRow .actionButton:visited, .trItemButtonRow .actionButton:hover, .trItemButtonRow .actionButton:active
{
	margin: 0;
}
.homeRightColumn .actionButton, .homeRightColumn .actionButton:link, .homeRightColumn .actionButton:visited, .homeRightColumn .actionButton:hover, .homeRightColumn .actionButton:active
{
	margin: 5px 0 0 10px;
}

.actionButton:hover
{
	background: url(../images/png/button_wide.png) no-repeat 0 -32px;
}

.actionButtonSmall, .actionButtonSmall:link, .actionButtonSmall:visited, .actionButtonSmall:hover, .actionButtonSmall:active
{
	width: 72px;
	height: 20px;
	background: url(../images/png/button_small.png) no-repeat 0 0;
	display: inline-block;
	margin: 0;
	padding: 2px 0 0 20px;
	text-align: left;
	text-decoration: none;
	font-family: Calibri, Tahoma, Arial;
	font-size: 14px;
	color: #E7F9FE;
	font-weight: bold;
}

.actionButtonSmall:hover
{
	background: url(../images/png/button_small.png) no-repeat 0 -22px;
}

.actionButtonGreenXX
{
  display: block;
  color: #fff;
  font-style: italic;
  font-size: 20px;
  padding-top: 14px;
  text-decoration: none;
  line-height: 1em;
  width: 245px;
  height: 36px;
  margin-bottom: 3px;
  background: url(../images/png/button_green.png) no-repeat 0 0;
  text-shadow: #608925 0px -1px 1px;
}

/* END action buttons on right */

/* START sign up button */

.actionButtonGreen, .actionButtonGreen:link, .actionButtonGreen:visited, .actionButtonGreen:hover, .actionButtonGreen:active
{
	width: 120px;
	height: 38px;
	background: url(../images/purchase/btn_signup120.png) no-repeat 0 0;
	display: inline-block;
	padding: 12px 0 0 0;
	text-align: center;
	text-decoration: none;
	font-family: Georgia, 'Times New Roman' , Times, serif;
	font-size: 22px;
	color: #E7F9FE;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	line-height: 1.2em;
}

.actionButtonGreen:hover
{
	background: url(../images/purchase/btn_signup120.png) no-repeat 0 -50px;
}

* html .actionButtonGreen,
* html .actionButtonGreen:link,
* html .actionButtonGreen:visited,
* html .actionButtonGreen:hover,
* html .actionButtonGreen:active
{
	w\idth: 120px;
	height: 40px;
	background: url(../images/purchase/btn_signup120b.png) no-repeat 0 0;
	display: inline-block;
	padding: 12px 0 0 0;
}

/* END sign up button */

/* START large green buttons */

.actionButtonLGreen, .actionButtonLGreen:link, .actionButtonLGreen:visited, .actionButtonLGreen:hover, .actionButtonLGreen:active
{
	width: 245px;
	height: 38px;
	background: url(../images/purchase/btn_signup245.png) no-repeat 0 0;
	display: inline-block;
	padding: 12px 0 0 0;
	text-align: center;
	text-decoration: none;
	font-family: Georgia, 'Times New Roman' , Times, serif;
	font-size: 22px;
	color: #E7F9FE;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	line-height: 1.2em;
}

.actionButtonLGreen:hover
{
	background: url(../images/purchase/btn_signup245.png) no-repeat 0 -50px;
}

* html .actionButtonLGreen,
* html .actionButtonLGreen:link,
* html .actionButtonLGreen:visited,
* html .actionButtonLGreen:hover,
* html .actionButtonLGreen:active
{
	w\idth: 120px;
	height: 40px;
	background: url(../images/purchase/btn_signup245b.png) no-repeat 0 0;
	display: inline-block;
	padding: 12px 0 0 0;
}

/* END large green buttons
