/* 

	+---------------------+
	| .top_bar			      |
	+---------------------+
	| .top_content	      |
	|								      |
	|								      |
	+---------------------+
	| .middle_bar		      |
	+---------------------+
	| .lower_content      |
	|								      |
	|								      |
	+---------------------+
	| .bottom_content     |
	|								      |
	|								      |
	+---------------------+
	| .bottom_bar		      |
	+---------------------+
	      .legalese

*/








/* !Snazzy Button */
*.snazzy_button {
	display: block;
	position: relative;
	height: 14px;
	float: left;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0px -1px 0px rgba(0,0,0,0.2);
	text-align: center;
	padding-top: 2px;
	padding-left: 11px;
	padding-right: 11px;
	margin-left: 2px;
	margin-right: 2px;
	-webkit-border-radius:	9px;
	border: solid 1px #bc6e21;
	background-image: url(/images/link_button.png);
	background-position: left top;
	background-repeat: repeat-x;
}
*.snazzy_button:hover {
  text-decoration: none;
}
*.snazzy_button:active {
  background-image: url(/images/link_button-active.png);
  background-position: left bottom;
}
*.snazzy_button.selected {
  background-image: url(/images/link_button-active.png);
  background-position: left bottom;
  background-color: rgba(0,0,0,0.2);;
}

a.fancy_button {
  display: block;
  padding: 4px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 3px;
  cursor: pointer;
  font-weight: normal;
  font-size: 11px;
  text-shadow: 0px 1px 0px #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  border: solid 1px #888;
  background-color: #fff;
  background-image: url(/images/link_button.png);
  background-position: left center;
  background-repeat: repeat-x;
}
a.fancy_button:hover {
  text-decoration: none;
  background-color: #f8f8f8;
  border-color: #999;
}
a.fancy_button:focus {
  border: solid 1px #000;
}
a.fancy_button.default {
  text-shadow: 0px 1px 0px #b6d2ff;
  background-color: #97b8e3;
}
a.fancy_button.default:hover {
  background-color: #98b2d8;
}
*.fancy_button {
  display: block;
  padding: 4px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 3px;
  cursor: pointer;
  font-weight: normal;
  font-size: 11px;
  text-shadow: 0px 1px 0px #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  border: solid 1px #888;
  background-color: #fff;
  background-image: url(/images/link_button.png);
  background-position: left center;
  background-repeat: repeat-x;
}
*.fancy_button:hover {
  text-decoration: none;
  background-color: #f8f8f8;
  border-color: #999;
}
*.fancy_button:focus {
  border: solid 1px #000;
}
*.fancy_button.default {
  text-shadow: 0px 1px 0px #b6d2ff;
  background-color: #97b8e3;
}
*.fancy_button.default:hover {
  background-color: #98b2d8;
}

/* !bubble link */
a.bubble_link {
	padding: 1px;
	padding-left: 8px;
	padding-right: 8px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	-webkit-border-radius:	9px;
	border: solid 1px #aaa;
	background-color: #f8f8f8;
	background-image: url(/images/link_button.png);
	background-position: right center;
	background-repeat: no-repeat;
}
a.bubble_link:hover {
  background-color: #eee;
  border-color: #999;
}
a.bubble_link:active {
  background-image: url(/images/link_button-active.png);
}

/* !bubble link_arrow */
a.bubble_link_arrow {
	padding: 1px;
	padding-left: 8px;
	padding-right: 20px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	-webkit-border-radius:	9px;
	border: solid 1px #aaa;
	background-color: #f8f8f8;
	background-image: url(/images/link_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
}
a.bubble_link_arrow:hover {
  background-color: #eee;
  border-color: #999;
}
a.bubble_link_arrow:active {
  background-image: url(/images/link_arrow-active.png);
}

*.padding {
	padding: 10px;
}

*.package_box {
	position: relative;
	height: 28px;
	padding: 9px;
	padding-left: 110px;
	margin-bottom: 5px;
	-webkit-border-radius:	5px;
	border: solid 1px #888;
	-webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.5);
	background-color: #fff;
}
*.package_box *.number_of_credits {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 90px;
  padding-top: 7px;
  padding-right: 10px;
  font-size: 24px;
  text-align: right;
  color: #fff;
  text-shadow: 0px -1px 0px #bc6e21;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-right: solid 1px #888;
  background-image: url(/images/gradient_top.png);
  background-position: left center;
  background-repeat: repeat-x;
}
*.package_box *.number_of_credits div {
  position: absolute;
  bottom: 6px;
  right: 10px;
  font-size: 9px;
}
*.package_box *.price {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 108px;
  padding-top: 3px;
  text-align: right;
  font-weight: bold;
}
*.package_box *.price *.currency {
  font-weight: normal;
  font-size: 9px;
}
*.package_box *.price div {
  font-weight: normal;
  font-size: 11px;
}
*.package_box *.fancy_button {
  float: left;
  margin-right: 5px;
}
*.package_box *.fancy_button.right {
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 10px;
  width: 80px;
  float: none;
  padding: 0px;
  text-align: center;
}

*.page_content_bubble {
	position: relative;
	padding-top: 22px;
	margin-bottom: 10px;
	-webkit-border-radius:	5px;
	-webkit-border-bottom-left-radius:	0px;
	-webkit-border-bottom-right-radius:	0px;
	border: solid 1px #888;
	-webkit-box-shadow:0px 0px 3px rgba(0, 0, 0, 0.5);
	background-color: #fff;
}
*.page_content_bubble *.title {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 18px;
  padding-top: 4px;
  color: #fff;
  text-shadow: 0px -1px 0px #bc6e21;
  text-align: center;
  font-weight: bold;
  -webkit-border-top-left-radius:	4px;
  -webkit-border-top-right-radius:	4px;
  border-bottom: solid 1px #888;
  background-image: url(/images/gradients/orange_22px.png);
}
*.page_content_bubble *.inline_help {
  display: block;
  margin: 10px;
  margin-bottom: 0px;
  padding: 10px;
  -webkit-border-radius:	5px;
  border: solid 1px #888;
  background-image: url(/images/black-10_percent.png);
}
*.page_content_bubble *.inline_help ul {
  margin: 0px;
  padding-left: 17px;
  list-style-type: circle;
}
*.page_content_bubble *.inline_help ul li {
  padding: 2px;
}
*.page_content_bubble table.modules {
  border-collapse: separate;
  border-spacing: 10px;
  *border-collapse: expression('separate', cellSpacing = '9px');
}
*.page_content_bubble table.modules td {
  width: *;
  color: #555;
  margin: 10px;
}
*.page_content_bubble table.modules td a {
  display: block;
  position: relative;
  height: 5em;
  padding: 10px;
  padding-top: 120px;
  color: #555;
  text-shadow: 0px 1px 0px #f8f8f8;
  text-decoration: none;
  -webkit-border-radius:	5px;
  border: solid 1px #888;
  background-color: #e8e8e8;
}
*.page_content_bubble table.modules td a *.icon {
  position: absolute;
  top: 10px;
  left: 0px;
  right: 0px;
  height: 100px;
  background-position: center center;
  background-repeat: no-repeat;
}
*.page_content_bubble table.modules td a *.icon.account {
  background-image: url(/images/section_images/account-large.png);
}
*.page_content_bubble table.modules td a *.icon.surveys {
  background-image: url(/images/section_images/surveys-large.png);
}
*.page_content_bubble table.modules td a *.icon.devices {
  background-image: url(/images/section_images/devices-large.png);
}
*.page_content_bubble table.modules td a *.icon.agents {
  background-image: url(/images/section_images/agents-large.png);
}
*.page_content_bubble table.modules td a h1 {
  padding: 0px;
  padding-bottom: 2px;
  margin: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: 0px 1px 0px #fff;
}
*.page_content_bubble table.modules td a:hover {
  border: solid 1px #999;
  background-color: #eee;
}
*.page_content_bubble > .content {
  padding: 10px;
}
*.page_content_bubble > .content table {
  width: 80%;
}
*.page_content_bubble > .content *.invoice_history {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
*.page_content_bubble > .content *.invoice_history li a {
  display: block;
  padding: 3px;
  padding-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
  -webkit-border-radius:	5px;
  border: solid 1px #888;
  background-color: #fff;
  background-image: url(/images/link_arrow.png);
  background-position: right center;
  background-repeat: repeat-x;
}
*.page_content_bubble > .content *.invoice_history li a:hover {
  text-decoration: none;
  background-color: #f8f8f8;
  border-color: #999;
}
*.page_content_bubble > .content *.invoice_history li a:active {
  background-image: url(/images/link_arrow-active.png);
}
*.page_content_bubble table.create_bubble {
  border-collapse: separate;
  border-spacing: 10px;
  *border-collapse: expression('separate', cellSpacing = '9px');
  width: 100%;
}
*.page_content_bubble table.create_bubble td {
  width: 33.3%;
  color: #555;
  padding: 10px;
  margin: 10px;
  color: #555;
  text-shadow: 0px 1px 0px #f8f8f8;
  text-decoration: none;
  vertical-align: top;
  -webkit-border-radius:	5px;
  border: solid 1px #888;
  background-color: #e8e8e8;
}
*.page_content_bubble table.create_bubble td:hover {
  border: solid 1px #999;
  background-color: #eee;
}
*.page_content_bubble table.create_bubble td > .create_short {
  cursor: pointer;
  height: 165px;
}
*.page_content_bubble table.create_bubble td > .create_long {
  height: 165px;
}
*.page_content_bubble table.create_bubble td > .create_long >.create_back_click {
  position: absolute;
  bottom: 27px;
}
*.page_content_bubble table.create_bubble td h1 {
  padding: 0px;
  padding-bottom: 5px;
  margin: 0px;
  text-align: center;
  font-size: 14px;
  text-shadow: 0px 1px 0px #fff;
}
*.page_content_bubble table.create_bubble td img {
  padding-bottom: 5px;
}


*.inline_window {
	padding: 20px;
	text-align: center;
	font-size: 12px;
	border: solid 1px #888;
  -webkit-border-radius: 5px;
  -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.5);
  background-color: #f8f8f8;
}
*.inline_window h1 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 0px;
  font-size: 22px;
  text-shadow: 0px 1px 2px #999;
}
*.inline_window h2 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  text-shadow: 0px 1px 2px #999;
}
*.inline_window h3 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
  text-shadow: 0px 1px 2px #999;
}
*.inline_window *#login_box {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
*.inline_window table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
*.inline_window table tr {
  vertical-align: top;
}
*.inline_window table tr td {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
*.inline_window table tr td:first-child {
  padding-left: 0px;
}
*.inline_window table tr td:last-child {
  padding-right: 0px;
}
*.inline_window table tr td.right_side {
  width: 210px;
  border-left: solid 1px #ddd;
  border-right: solid 1px #ddd;
}

*.inline_window *.content {
  border: 0px;
  width: 210px;
  padding: none;
  margin: 0px;
  -webkit-box-shadow:none;
  -webkit-border-radius:0px;
  padding-top: 0px;
}

*.inline_window a {
  text-decoration: none;
  color: black;
}

*.signup_page {
	padding: 20px;
	text-align: left;
	font-size: 12px;
	border: solid 1px #888;
  -webkit-border-radius: 5px;
  -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.5);
  background-color: #f8f8f8;
}
*.signup_page h1 {
  padding: 0px;
  margin: 0px;
  font-size: 24px;
  text-shadow: 0px 1px 2px #999;
}
*.signup_page h2 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  text-shadow: 0px 1px 2px #999;
}
*.signup_page h3 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 14px;
  text-shadow: 0px 1px 2px #999;
}
*.signup_page table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
*.signup_page table tr {
  vertical-align: top;
}
*.signup_page table tr td {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
*.signup_page table tr td:first-child {
  padding-left: 0px;
}
*.signup_page table tr td:last-child {
  padding-right: 0px;
}
*.signup_page table tr td input.text {
  width: 100%;
}
*.signup_page dl {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
*.signup_page dl dt {
  margin: 0px;
  padding: 0px;
}
*.signup_page dl dd {
  margin: 0px;
  padding: 0px;
}
*.signup_page label.checkbox {
  width: auto;
  text-align: left;
  padding: auto;
  padding-top: 0px;
  padding-left: 5px;
}
*.signup_page *.title {
  margin-bottom: 20px;
}
*.signup_page div.input-button {
  clear: both;
  padding-top: 10px;
  padding-left: 26.3em;
}
*.signup_page *.bob_test {
  padding: 20px;
  -webkit-border-radius: 5px;
  border: solid 1px #ccc;
  -webkit-box-shadow:0px 0px 2px rgba(0,0,0,0.5);
  background-color: #fff;
}


body {
	margin: 0px;
	padding: 30px;
	padding-bottom: 50px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	color:#555;
	background-color: #cccccc;
}
body a {
  color: #f90
}
body p {
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
body p:last-child {
  margin-bottom: 0px;
}
body h1 {
  margin: 0px;
  margin-bottom: 3px;
  padding: 0px;
  color: #333;
  font-size: 20px;
}
body h2 {
  margin: 0px;
  margin-bottom: 3px;
  padding: 0px;
  color: #333;
  font-size: 20px;
}
body h3 {
  margin: 0px;
  margin-bottom: 3px;
  padding: 0px;
  color: #333;
  font-size: 20px;
}
body h2 {
  font-size: 14px;
}
body h3 {
  font-size: 13px;
}
body > *.content {
  position:  relative;
  width: 789px;
  margin-right: auto;
  margin-left: auto;
  border: solid 1px #888;
  -webkit-box-shadow:0px 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-border-radius:	4px;
  background-color: #e6e6e6;
  /* !TOP_BAR */
  /* !TOP_CONTENT */
  /* !MIDDLE_BAR */
  /* !LOWER_CONTENT */
  /* !BOTTOM_CONTENT */
  /* !BOTTOM_BAR */
  /* !LEGALESE */
}
body > *.content > *.top_bar {
  position: relative;
  height: 53px;
  width: 789px;
  left: 0px;
  top: 0px;
  border-bottom: solid 2px #666;
  -webkit-border-top-left-radius:	4px;
  -webkit-border-top-right-radius:	4px;
  background-image: url(/en/static/images/top_bar_background.png);
}
body > *.content > *.top_bar > *.logo {
  display:block;
  position: absolute;
  width: 184px;
  height: 51px;
  top: 2px;
  left: 2px;
  background-image: url(/en/static/images/tm_logo.png);
  background-position: left center;
  background-repeat: no-repeat;
}
body > *.content > *.top_bar > *.buttons {
  position: absolute;
  top: 4;
  right: 0px;
}
body > *.content > *.top_bar > *.buttons > a {
  display: block;
  float: left;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 8px;
  background-image: url(/en/static/images/top_bar_divider.png);
  background-position: left 1px;
  background-repeat: no-repeat;
}
body > *.content > *.top_content {
  position: relative;
}
body > *.content > *.top_content.has_live_preview {
  padding-left: 231px;
  min-height: 470px;
}
body > *.content > *.top_content > .pricing_header {
  min-height: 65px;
  padding-left: 90px;
  background-image: url(/en/static/images/retail.png);
  background-position: top left;
  background-repeat: no-repeat;
}
body > *.content > *.top_content > .live_preview {
  position: absolute;
  top: 20px;
  left: -81px;
  width: 281px;
  height: 520px;
  z-index: 100;
}
body > *.content > *.top_content > .video {
  height: 330px;
  overflow: hidden;
}
body > *.content > *.top_content > .link_buttons a {
  display: block;
  width: 166px;
  float: left;
  margin-top: 10px;
  padding: 5px;
  color: #555;
  text-decoration: none;
  text-align: center;
  text-shadow: 0px 1px 0px #fff;
  border: solid 1px #888;
  border-left-width: 0px;
  background-color: #fff;
  background-image: url(/images/link_button.png);
  background-position: left center;
  background-repeat: repeat-x;
}
body > *.content > *.top_content > .link_buttons a.first {
  width: 164px;
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
}
body > *.content > *.top_content > .link_buttons a.last {
  width: 164px;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
}
body > *.content > *.top_content > .shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 37px;
  background-image: url(/sales/images/shadow_grade_down.png);
  opacity: 0.5;
}
body > *.content > *.middle_bar {
  display: block;
  position: relative;
  padding: 8px;
  clear: both;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-image: url(/en/static/images/splash_banner.png);
  overflow: hidden;
}
body > *.content > *.middle_bar.has_live_preview {
  text-align: left;
  padding-left: 231px;
}
body > *.content > *.lower_content {
  position: relative;
  overflow: hidden;
}
body > *.content > *.lower_content > .shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 37px;
  background-image: url(/sales/images/shadow_grade_down.png);
  opacity: 0.5;
}
body > *.content > *.bottom_content {
  position: relative;
  color: #999;
  background-color: #333;
  overflow: hidden;
}
body > *.content > *.bottom_content strong {
  color: #f90;
  font-weight: normal;
}
body > *.content > *.bottom_content h1 {
  color: #f90;
}
body > *.content > *.bottom_content h2 {
  color: #f90;
}
body > *.content > *.bottom_content h3 {
  color: #f90;
}
body > *.content > *.bottom_content > .pricing_table table {
  width: 100%;
  border-collapse: collapse;
}
body > *.content > *.bottom_content > .pricing_table table tr th {
  padding: 5px;
  text-align: right;
}
body > *.content > *.bottom_content > .pricing_table table tr td {
  padding: 5px;
  text-align: center;
}
body > *.content > *.bottom_content > .pricing_table table tr td.price {
  padding: 7px;
}
body > *.content > *.bottom_content > .pricing_table table tr:first-child th {
  color: #f90;
  font-size: 14px;
  text-align: center;
}
body > *.content > *.bottom_content > .pricing_table table tr:nth-child(even) {
  background-image: url(/images/black-10_percent.png);
}
body > *.content > *.bottom_content > .pricing_table > .inline_help {
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-border-radius: 5px;
  background-image: url(/images/black-20_percent.png);
}
body > *.content > *.bottom_content > .shadow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 37px;
  background-image: url(/sales/images/shadow_grade_down.png);
  background-position: top;
}
body > *.content > *.bottom_content > .shadow.top {
  top: auto;
  bottom: 0px;
  background-image: url(/sales/images/shadow_grade_up.png);
  background-position: bottom;
}
body > *.content > *.bottom_bar {
  position: relative;
  height: 85px;
  text-align: center;
  font-size: 11px;
  border-top: solid 1px #888;
}
body > *.content > *.bottom_bar > a {
  width: 202px;
  height: 85px;
  background-repeat: no-repeat;
}
body > *.content > *.bottom_bar > a.free_trial {
  left: 10px;
  background-image: url(/en/static/images/footer_free_trial.png);
  background-position: center left;
}
body > *.content > *.bottom_bar > a.appstore {
  right: 10px;
  background-image: url(/en/static/images/apple_store_tight.png);
  background-position: center right;
}
body > *.content > *.bottom_bar > .content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding-bottom: 10px;
}
body > *.content > *.bottom_bar > .shadow {
  position: absolute;
  top: -37px;
  left: 0px;
  width: 100%;
  height: 37px;
  background-image: url(/sales/images/shadow_grade_up.png);
}
body > *.content > .legalese {
  position: absolute;
  bottom: -30px;
  left: 0px;
  width: 100%;
  text-align: center;
  font-size: 10px;
  letter-spacing: 0px;
}
body *.padding {
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}
body *.absolute_left {
  position: absolute;
  top: 0px;
  left: 0px;
}
body *.absolute_right {
  position: absolute;
  top: 0px;
  right: 0px;
}
