@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
}

.background_repeat {background-repeat: repeat-y;}



/* text objects*/

.red_title {
	font-weight: bold;
	color: #CC0000;
}

.small_black_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small_white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.small_darkgrey_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.small_green_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003300;
}

.small_navy_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
}

.product_splash_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-variant: small-caps;
}

.gray_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.gray_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.black_text_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.tiny_capital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	font-variant: small-caps;
}

.tiny_capital_s {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	font-variant: small-caps;
}


/* box objects*/

.NewsBox {
	border-left: solid 1px #CC0000;
	border-right: solid 1px #CC0000;
	border-bottom: solid 1px #CC0000;
	border-top: solid 1px #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F7F7F7;
}

.GreyBox {
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-top: solid 1px #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F7F7F7;
}

.StoreShowCase {
	
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #F7F7F7;
}

.TrialBox {
	border-left: solid 1px #CC0000;
	border-right: solid 1px #CC0000;
	border-bottom: solid 1px #CC0000;
	border-top: solid 1px #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.SearchBox_Trans {
	border-left: solid 0px #CC0000;
	border-right: solid 0px #CC0000;
	border-bottom: solid 0px #CC0000;
	border-top: solid 0px #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background: transparent;
}

.SignTrial_Trans {
	border-left: solid 0px #CC0000;
	border-right: solid 0px #CC0000;
	border-bottom: solid 0px #CC0000;
	border-top: solid 0px #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background: transparent;
	font-weight: bold;
}

.Login_Box {
	border-left: solid 0px #CC0000;
	border-right: solid 0px #CC0000;
	border-bottom: solid 0px #CC0000;
	border-top: solid 0px #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


.ShowCase {
	border-left: solid 1px #CC0000;
	border-right: solid 1px #CC0000;
	border-bottom: solid 1px #CC0000;
	border-top: solid 1px #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.FormDescription {
	border-left: solid 1px #CC0000;
	border-right: solid 1px #CC0000;
	border-bottom: solid 1px #CC0000;
	border-top: solid 1px #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

.SignupBox {
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-top: solid 1px #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #CC0000;
}

/* auto-suggest */

#suggest{
 	position:absolute;
 	background:#fff;
 	width:150px;
 	}
 
 #suggest div{
 	background:#fff;
 	color:#000;
 	padding-left:4px;
 	cursor:hand;
 	text-align:left;
 	}
 
 #suggest div.over{
 	color:#fff;
 	background:#000;
 	}

/* buttons */

.ConfirmButton {
	border-left: solid 1px #CC0000;
	border-right: solid 1px #CC0000;
	border-bottom: solid 1px #CC0000;
	border-top: solid 1px #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	background-color: #FFE8E8;
	background-image: url(../images/buttons/shop_button.png);
}

.BuyNow {
	border-left: solid 1px #CC0000;
	border-right: solid 1px #CC0000;
	border-bottom: solid 1px #CC0000;
	border-top: solid 1px #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	background-color: #FFE8E8;
	background-image: url(../images/buttons/shop_button.png);
	width: 65px;
	height: 22px;
}

.ConfirmButton_noborder {
	border-left: solid 0px #CC0000;
	border-right: solid 0px #CC0000;
	border-bottom: solid 0px #CC0000;
	border-top: solid 0px #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	background-color: #FFE8E8;
	background-image: url(../images/buttons/shop_button.png);
}


.ConfirmButton_Big {
	border-left: solid 1px #CC0000;
	border-right: solid 1px #CC0000;
	border-bottom: solid 1px #CC0000;
	border-top: solid 1px #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
	background-color: #FFE8E8;
	background-image: url(../images/buttons/shop_button.png);
}

.ConfirmButton_Trial {
	border-left: solid 1px #0075EA;
	border-right: solid 1px #0075EA;
	border-bottom: solid 1px #0075EA;
	border-top: solid 1px #0075EA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0075EA;
	font-weight: bold;
	background-color: #DDEEFF;
	background-image: url(../images/buttons/shop_button_partner.png);
}

.ConfirmButton_Learn {
	border-left: solid 1px #006600;
	border-right: solid 1px #006600;
	border-bottom: solid 1px #006600;
	border-top: solid 1px #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
	background-color: #91FFE3;
	background-image: url(../images/buttons/shop_button_partner.png);
}	

.CancelButton {
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-top: solid 1px #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	background-color: #F8F8F8;
	background-image: url(../images/email_button.png);
}

/*Tooltips*/

/* ----------------------------------------
   Dynamic Converter CSS Styles
   ---------------------------------------- */

#currency_select select {
	width: 150px;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-top: solid 1px #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #666666;
}


/*Links*/
	
a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}

a.bluelink:link {
	color: #3366FF;
	text-decoration: none;
}
a.bluelink:visited {
	text-decoration: none;
	color: #3366FF;
}
a.bluelink:hover {
	text-decoration: none;
	color: #999999;
}
a.bluelink:active {
	text-decoration: none;
	color: #3366FF;
}

a.greenlink:link {
	color: #006600;
	text-decoration: none;
}
a.greenlink:visited {
	text-decoration: none;
	color: #006600;
}
a.greenlink:hover {
	text-decoration: none;
	color: #999999;
}
a.greenlink:active {
	text-decoration: none;
	color: #006600;
}

a.whitered_link:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.whitered_link:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.whitered_link:hover {
	text-decoration: none;
	color: #FFFF00;
}
a.whitered_link:active {
	text-decoration: none;
	color: #FFFFFF;
}

a.black_link:link {
	color: #000000;
	text-decoration: none;
}
a.black_link:visited {
	text-decoration: none;
	color: #000000;
}
a.black_link:hover {
	text-decoration: none;
	color: #CC0000;
}
a.black_link:active {
	text-decoration: none;
	color: #000000;
}

.right_display {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color:#666666;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color:#666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#666666;
	background-image:url(../images/grey50_trans_backing.png);
}

.left_display_active {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color:#FFFFFF;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color:#666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#666666;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color:#666666;
	background-image:url(../images/grey75_trans_backing_greytrans.png);
}

.left_display_inactive {
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color:#000000;
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color:#000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color:#FFFFFF;
	background-image:url(../images/grey75_trans_backing.png);
}

.left_display_title {
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color:#000000;
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color:#000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color:#FFFFFF;

}

.left_display_yellow {
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color:#000000;
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color:#000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color:#FFFFFF;
	background-image:url(../images/grey75_trans_backing_yellow.png);
}

.left_display_blue {
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color:#000000;
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color:#000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color:#FFFFFF;
	background-image:url(../images/grey75_trans_backing_blue.png);
}

.left_display_orange {
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color:#000000;
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color:#000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color:#FFFFFF;
	background-image:url(../images/grey75_trans_backing_orange.png);
}

.left_display_red {
	border-right-style: solid;
	border-right-width: 0px;
	border-right-color:#000000;
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color:#000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color:#FFFFFF;
	background-image:url(../images/grey75_trans_backing_red.png);
}

.left_display_line {
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color:#000000;
}