body {
	margin: 0px;
	background-color: #fff;
	color: #2d2d2d;
	font-family: 'Lucida Grande', 'Lucida Sans', Tahoma, Arial, sans-serif;
	font-size: 12px;
}

hr {
	margin: 20px 0px;
}

code {
	display: block;
	border: 10px solid #f3f3f3;
	background-color: #f3f3f3;
	width: 406px;
	overflow: hidden;
	margin: 20px 0px;
	font-size: 11px;
}

ul {
	padding: 0px;
	margin: 10px 25px;
}
li {
	padding: 0px;
	margin: 5px 0px;
}

span.reduce{
text-decoration:line-through;
}

span.price{
color:#ff0000;
}


/* !UTILITIES */

.clear { clear: both; }
.fleft { float: left; }
.fright { float: right; }
.acenter { text-align: center; }
.aright { text-align: right; }
.overflow { overflow: hidden; _overflow: visible; }


/* !STRUCTURE */

.fixed_width {
	width: 970px;
	margin: 0px auto;
}

#header {
	position: relative;
	height: 115px;
}

#footer {
	background-color: #f0f0f0;
	margin-top: 50px;
	padding: 30px;
	text-align: center;
	font-size: 11px;
	color: #4a4a4a;
	line-height: 20px;
}


/* !NAVIGATION */

a img {
	border: none;
}
a {
	font-weight: bold;
	color: #32b31a;
}
a:hover {
	text-decoration: none;
}

#footer a {
	color: #4a4a4a;
}
#footer a:hover {
	text-decoration: none;
}

/* !main navigation */
#navigation_wrapper {
	position: absolute;
	z-index: 20 !important;
	top: 60px;
	right: 0px;
}
#navigation_wrapper ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navigation_wrapper li {
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-left: 3px;
	padding-top: 10px;
	_padding-top: 0px;
	*padding-top: 0px;
	background: url('default/navigation_separator.png') no-repeat center left;
}
#navigation_wrapper ul ul li {
	padding: 0px;
}
#navigation_wrapper ul li.first {
	background: none;
}
#navigation_wrapper li a {
	display: inline-block;
	height: 21px;
	background-repeat: no-repeat;
	text-decoration: none;
}
#navigation_wrapper li a:hover {
	color: #2d2d2d;
}
#navigation_wrapper li a span {
	display: none;
}
/*
#navigation_wrapper ul {
	margin: 0px;
	padding: 0px;
}
#navigation_wrapper ul li {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
	background: url('default/navigation_separator.png') no-repeat center left;
}
#navigation_wrapper ul li.first {
	background: none;
}
#navigation_wrapper li a span {
	display: none;
}
#navigation_wrapper li a {
	display: block;
	height: 21px;
	text-decoration: none;
	background-repeat: no-repeat;
}
*/
/* !visitor nav */

#nav_product_link { background: url('default/navigation_visitor.png') top left; width: 75px; }
#nav_product_link:hover,
body#product #nav_product_link,
#index #nav_product_link,
#product_datafeed #nav_product_link,
#product_small #nav_product_link { background: url('default/navigation_visitor.png') bottom left; }

#nav_technology_link { background: url('default/navigation_visitor.png') -75px 0px; width: 89px; }
#nav_technology_link:hover,
body#technology #nav_technology_link { background: url('default/navigation_visitor.png') -75px -31px; }

#nav_company_contact_link { background: url('default/navigation_visitor.png') -164px 0px; width: 136px; }
#nav_company_contact_link:hover,
body#company_contact #nav_company_contact_link { background: url('default/navigation_visitor.png') -164px -31px; }

#nav_login_link { background: url('default/navigation_visitor.png') -300px 0px; width: 57px; }
#nav_login_link:hover,
body#login #nav_login_link { background: url('default/navigation_visitor.png') -300px -31px; }


/* !user nav */

#nav_mychoicebots_link { background: url('default/navigation.png') top left; width: 158px; }
#nav_mychoicebots_link:hover,
body#mychoicebots #nav_mychoicebots_link { background: url('default/navigation.png') bottom left; }

#nav_accountsettings_link { background: url('default/navigation.png') -158px 0px; width: 128px; }
#nav_accountsettings_link:hover,
body#accountsettings #nav_accountsettings_link { background: url('default/navigation.png') -158px -31px; }

#nav_about_link { background: url('default/navigation.png') -286px 0px; width: 53px; }
#nav_about_link:hover,
body#about #nav_about_link { background: url('default/navigation.png') -286px -31px; }

#nav_help_link { background: url('default/navigation.png') -339px 0px; width: 44px; }
#nav_help_link:hover,
body#help #nav_help_link { background: url('default/navigation.png') -339px -31px; }


/* !subnav */
#navigation_wrapper ul ul {
	display: none;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 176px;
	font-size: 11px;
	font-family: Helvetica, Arial;
	font-weight: bold;
}
#navigation_wrapper ul ul li {
	display: block;
	_display: inline;
	background: none;
/*	padding-left: 8px; */
/* 	background: url('default/subnav-middle.png') repeat-y left top; */
}
/*
#navigation_wrapper ul ul li.first {
 	background: url('default/subnav-first.png') no-repeat left top;
}
#navigation_wrapper ul ul li.last {
	background: url('default/subnav-last_left.png') no-repeat left bottom;
	_background: url('default/subnav-last_left_8.png') no-repeat left bottom;
}
*/
#navigation_wrapper ul ul li a {
	height: auto;
	width: 160px;
	padding: 2px 8px 2px 8px;
	background: url('default/subnav-middle.png') repeat-y left top;
/* 	background: url('default/subnav-middle.png') repeat-y right top; */
}
#navigation_wrapper ul ul li.first a {
	background: url('default/subnav-first.png') no-repeat left top;
}
#navigation_wrapper ul ul li.last a {
padding-bottom: 6px;
background: url('default/subnav-last.png') no-repeat left bottom;
/*
	background: url('default/subnav-last_right.png') no-repeat right bottom;
	_background: url('default/subnav-last_right_8.png') no-repeat right bottom;
*/
}

/* !tertiary nav */
#navigation_wrapper ul ul ul {
	top: -1px;
	left: 175px;
	background: #fff;
	border: 1px solid #b4b4b4;
	border-left: none;
}
#navigation_wrapper ul ul ul li,
#navigation_wrapper ul ul ul a {
	background: none !important;
}


/* !LOGIN BUBBLE */

#login_bubble {
	position: absolute;
	top: -42px;
	right: 0px;
	background: url('default/loginbubble-left') no-repeat top left;
}
#login_bubble_inner {
	background: url('default/loginbubble-right') no-repeat top right;
	height: 33px;
	padding: 9px 15px 0px 0px;
	margin-left: 11px;
	color: #cdcdcd;
	font-size: 11px;
	line-height: 11px;
	text-align: right;
}


/* !HEADERS */

h1, h2, h3, h4, h5, h6 {
	/* font-weight: normal; */
	margin: 0px;
	font-family: Helvetica, Arial;
}
h2 {
	color: #2d2d2d;
	font-size: 24px;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
h2.alt {
	font-size: 12px;
}
#index #main_content_top h2 {
	margin-top: 15px;
}
#main_content_top h2 {
	color: #fff;
	margin: 30px 0px;
}
h3 {
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 20px;
	padding: 2px 0px 0px 0px;
}
h3.alt {
	font-size: 18px;
	padding: 25px 0px 0px 0px;
}
.alert_bar h3 {
	color: #fff;
}
h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
h1#logo {
	position: absolute;
	top: 23px;
	left: 0px;
	margin: 0px;
}
h1#logo span {
	display: none;
}


/* !MAIN CONTENT TOP */

#main_content {
	clear: both;
	overflow: hidden;
}

#main_content_top {
	overflow: hidden;
	_overflow: visible;
	/* position: relative; */
	min-height: 30px !important;
	height: auto !important;
	height: 30px;
	margin-bottom: 30px;
	/* padding: 15px 0px; */
	background-color: #111;
	background-repeat: repeat-x;
	background-image: url('default/main_content_top_bg.png');
	color: #fff;
	clear: both;
}
body.sc #main_content_top {
	background-color: #002037;
	background-image: url('default/main_content_top_bg2.png');
}
#main_content_top.tall {
	background-image: url('default/main_content_top_bg_tall.png');
	min-height: 675px !important;
	height: auto !important;
	height: 675px;
	/* padding: 25px 0px; */
}

#main_content_top #top_dec {
	clear: both;
/*
	position: absolute;
	top: 0px;
	left: 0px;
*/
	/* margin-bottom: 25px; */
	height: 10px;
	/* width: 100%; */
	background: url('default/main_content_top_top_dec.png') no-repeat center top;
}
#main_content_top.tall #top_dec {
	height: 35px;
}
#main_content_top.tall #bot_dec {
	clear: both;
/*
	position: absolute;
	bottom: 0px;
	left: 0px;
*/
	/* margin-top: 15px; */
	height: 35px;
	/* width: 100%; */
	background: url('default/main_content_top_bot_dec.png') no-repeat center bottom;
}
body.sc #main_content_top #top_dec {
	background: none;
}
body.sc #main_content_top #bot_dec {
	background: #061e37;
}
body.sc #main_content_top.tall {
	background: #061e37 url('default/main_content_top_bg_tall2.png');
}


/* !CONTENT BOXES */

.content_boxes {
	/* overflow: hidden; */
	min-height: 20px !important;
	height: auto !important;
	height: 20px;
	width: 930px;
	margin: 0px auto;
	clear: both;
}

.content_box_left {
	float: left;
	/* overflow: hidden; */
	min-height: 20px !important;
	height: auto !important;
	height: 20px;
	width: 48%;
}
.content_box_right {
	float: right;
	/* overflow: hidden; */
	min-height: 20px !important;
	height: auto !important;
	height: 20px;
	width: 48%;
}
.content_box_left.wide {
	width: 500px;
	margin-right: 50px;
}
.content_box_right.narrow {
	width: 330px;
	float: left;
}
.content_box_left.extrawide {
	width: 630px;
	margin-right: 30px;
}
.content_box_right.extranarrow {
	width: 270px;
}
.content_box_left.extranarrow {
	width: 270px;
}
.content_box_left.widget {
	width: 448px;
	margin-right: 50px;
}
#index .content_box_left {
	width: 470px;
	padding-left: 30px;
}
#index .content_box_right {
	width: 325px;
}

.content_boxes.columns3 .column {
	float: left;
	width: 290px;
	padding: 0px 10px;
}


/* !MESSAGES */

.alert_bar {
	margin: 0px auto 20px auto;
	padding: 10px 20px 10px 35px;
	min-height: 20px !important;
	height: auto !important;
	height: 20px;
	background: #2d2d2d url('default/attention.gif') no-repeat 10px 10px;
	color: #fff;
}
.alert_bar h3 {
	margin: 0px;
	padding: 0px;
}
.alert_bar p {
	margin: 5px 0px;
	padding: 0px;
	font-size: 11px;
}


/* !TOUTS */

#main_content_top .tout_narrow {
	color: #2d2d2d;
}
.tout_narrow {
	position: relative;
	width: 325px;
	padding-top: 30px;
	background: #fff url('default/tout_narrow_bg.png') no-repeat top left;
}
.tout_narrow_inner {
	padding: 0px 25px 15px 25px;
	background: #fff url('default/tout_narrow_bg.png') no-repeat bottom left;
}
body.sc .tout_narrow,
body.sc .tout_narrow_inner {
	background-color: #061e37;
	background-image: url('default/tout_narrow_bg2.png');
}
.tout_narrow .arrow {
	position: absolute;
	top: -12px;
	left: -30px;
}

.tout_wide {
	position: relative;
	width: 630px;
	padding-top: 20px;
	margin-bottom: 20px;
	background: #e9e9e9 url('default/tout_wide_bg.png') no-repeat top left;
	_background: #e9e9e9;
}
.tout_wide_inner {
	padding: 0px 20px 20px 20px;
	background: #e9e9e9 url('default/tout_wide_bg.png') no-repeat bottom left;
	_background: #e9e9e9;
}



/* !PRODUCT SELECTOR */

a.tout_product_chooser {
	display: block;
	width: 335px;
	height: 220px;
	padding: 20px;
	padding-top: 40px;
	text-decoration: none;
	color: #2d2d2d;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
}

a:hover.tout_product_chooser {
	background: url('default/product_chooser_bg.png') no-repeat;
}


/* !FORMS */
/*
.form_element_wrapper.file_wrapper {
	background:red url('default/forms/text-left.png') no-repeat center left;
}
.file_wrapper_inner {
	background: blue transparent url('default/forms/text-right.png') no-repeat center right;
	margin: 0px;
	margin-left: 8px;
	padding: 8px 8px 8px 0px;
}
*/
.form_element_wrapper.action_buttons {
	margin: 20px 0px;
}
.form_element_wrapper {
	clear: both;
	position: relative;
	/* overflow: hidden; */
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	min-height: 31px !important;
	height: auto !important;
	height: 31px;
}
.note {
	/* position: absolute; */
	/* top: 0px; */
	/* clear: both; */
	margin: 0px;
	height: 0px;
	/* overflow: visible; */
	/* padding: 0px; */
	font-size: 10px;
	font-style: italic;
	color: #929292;
}
label {
	display: block;
	clear: both;
	font-size: 14px;
	padding-top: 10px;
	
}
.form_element_wrapper.one_liner label {
	float: left;
	width: 160px;
}
.form_element_wrapper.fancy_label {
	font-size: 14px;
}

form .submit {
	margin-top: 20px;
}
input.text {
	font-size: 14px;
	border: none;
	background-color: transparent;
	height: 31px;
}
input.text.wide {
	width: 310px;
}




.info_box {
	width: 550px;
	margin: 0px auto;
	background-color: #e9e9e9;
	padding: 15px 25px;
	text-align: center;
}


/* !TOOL TIPS */
.tip-data {
	display: none;
}
.tips img {
	background: transparent url('default/tip-link.png') no-repeat top left;
	height: 16px;
	width: 16px;
}
.tips:hover img {
	background: transparent url('default/tip-link.png') no-repeat bottom left;
}

/* !TABLES */

/* !choicebot list */
.choicebot_grid {
	width: 100%;
	background-color: #ebebeb;
}
.choicebot_grid .row_last_edit { width: 100px; }
.choicebot_grid .row_actions { width: 200px; }
.choicebot_grid .row_new {
	border-right: none;
	background-color: #3a3a3a;
	padding: 11px 25px 7px 25px;
}
.choicebot_grid .row_0 { background-color: #fff; }
.choicebot_grid .row_1 {  }
.choicebot_grid .last { border-right: none; }
.choicebot_grid .corner.bl, .choicebot_grid .corner.br { border: none; }
.choicebot_grid .corner.tl { background: url('default/corner-tl.png') no-repeat top left; }
.choicebot_grid .corner.tr { background: url('default/corner-tr.png') no-repeat top right; }
.choicebot_grid .corner.bl { background: url('default/corner-bl.png') no-repeat bottom left; height: 25px; }
.choicebot_grid .corner.br { background: url('default/corner-br.png') no-repeat bottom right; }
.choicebot_grid th {
	text-align: center;
	padding: 20px 25px 15px 25px;
	background-color: #ebebeb;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
}
.choicebot_grid th a {
	font-size: 14px;
	text-decoration: none;
}
.choicebot_grid td {
	padding: 8px 25px;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	font-size: 11px;
}

.lnk {
	padding: 5px 5px 5px 23px;
}
.lnk.edit {
	background: url('default/lnk_edit.png') no-repeat center left;
	color: #32b31a;
	margin-right: 20px;
}
.lnk.delete {
	background: url('default/lnk_delete.png') no-repeat center left;
	color: #f30808;
}

.flash-text {
	font-weight: bold;
}

/* !Setup fees */
.setup_fee_grid {
	width: 530px;
	margin-left:auto;
	margin-right:auto;
	background-color: #ebebeb;
	margin-bottom:30px;
}
.setup_fee_grid .last { border-right: none; }
.setup_fee_grid .corner.bl, .setup_fee_grid .corner.br { border: none; }
.setup_fee_grid .corner.tl { background: url('default/corner-tl.png') no-repeat top left; }
.setup_fee_grid .corner.tr { background: url('default/corner-tr.png') no-repeat top right; }
.setup_fee_grid .corner.bl { background: url('default/corner-bl.png') no-repeat bottom left; border-right: 1px solid #cdcdcd; }
.setup_fee_grid .corner.br { background: url('default/corner-br.png') no-repeat bottom right; }
.setup_fee_grid td {
	padding: 8px 25px;
	border-bottom: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	font-size: 11px;
}

/* !TABS */
ul.tabNavigation {
	min-height: 31px !important;
	height: auto !important;
	height: 31px;
	clear: both;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}
.tabNavigation li {
	background: transparent url('default/tab-left.png') top left no-repeat;
	list-style: none;
	display: block;
	float: left;
}
.tabNavigation a {
	background: transparent url('default/tab-right.png') top right no-repeat;
	display: block;
	float: left;
	height: 31px;
	margin: 0px 8px 0px 15px;
	padding-right: 15px;
	_margin-left: 8px;
	line-height: 31px;
	font-weight: bold;
	color: #32b31a;
	text-decoration: underline;
}
.tabNavigation .selected {
	background: transparent url('default/tab-left-selected.png') top left no-repeat;
}
.tabNavigation .selected a {
	background: transparent url('default/tab-right-selected.png') top right no-repeat;
	color: #fff;
	text-decoration: none;
}


/* !FOLDED CONTENT */
.foldedContainer {
	list-style: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.foldedContent {
	background-color: #f6f6f6;
	padding: 3px 10px 10px 25px;
	font-size: 11px;
}
.foldedContainer .close {
	background: transparent url('default/folded-close.png') 9px 7px no-repeat;
	padding: 3px 10px 3px 25px;
	display: block;
}
.foldedContainer .open {
	background: #f6f6f6 url('default/folded-open.gif') 10px 7px no-repeat;
	display: block;
	padding: 3px 10px 3px 25px;
}


/* !FAQ QUESTIONS */

.faq_questions {
	padding: 0px;
	padding-top: 15px;
	margin: 0px;
	list-style: none;
}
.faq_questions li {
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
}
.faq_questions a {
	font-size: 11px;
	line-height: 16px;
}


/* !LISTS */

.faux_ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.faux_ol li {
	background-position: top left;
	background-repeat: no-repeat;
	margin: 15px 0px;
	padding-left: 22px;
	line-height: 20px;
}
.faux_ol .li_1 { background-image: url('default/ol_1.png'); }
.faux_ol .li_2 { background-image: url('default/ol_2.png'); }
.faux_ol .li_3 { background-image: url('default/ol_3.png'); }

.faux_ol li ol,
.faux_ol li li {
	list-style: disc;
	padding: 0px;
}




.demo_thumb {
	background: url('default/demo_thumb_bg.png') no-repeat 6px bottom;
	overflow: hidden;
	padding-bottom: 14px;
	margin: 10px 14px 10px 0px;
}
.demo_thumb a,
.demo_thumb a:hover span {
	text-decoration: none;
}
.demo_thumb a span {
	text-decoration: underline;
}
.demo_thumb a img {
	border: 2px solid #fff;
	margin-right: 10px;
}
.demo_thumb a:hover img {
	border: 2px solid #32b31a;
}


/* !VIDEO */

#video {}
#video_title {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -2px;
	margin-bottom: 10px;
}




.choicebot_video {
	margin-top: 20px;
}
.choicebot_demos {
	float: left;
	margin-right: 25px;
	background: #f4f4f4 url('default/tout_demos_bg.png') no-repeat;
	width: 258px;
}
.choicebot_demos-inner {
	background: #f4f4f4 url('default/tout_demos_bg.png') no-repeat bottom left;
	margin-top: 16px;
	padding: 0px 10px 10px 18px;
}
.choicebot_options {
	float: left;
	width: 645px;
	padding-top: 16px;
	font-size: 17px;
}
.choicebot_options small {
	font-size: 11px;
	color: #858585;
}