html {
	text-align: center;
	/*height: 100%;*/
	background: #fff url(../img/common/bg.gif) repeat-x 0 0;
}

/* @group Builds */

body { 
	width:100%;
	/*height:100%;*/
	margin:0 auto;
	font-size: 62.5%;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
    color: #333;
    line-height:1.125em;
    *font-size: 10px;
}

#container { 
	width: 95%;
	margin: 20px auto;
	text-align: left;
	/*height: auto;*/
	
}

/* @group hd */

#hd { 
	text-align: center;
	margin-bottom: 10px;
}

/* @end */

/* @group bd */

.columns {
	margin: 0 5px 0 3px;
	background: transparent url(../img/common/callouts.gif) repeat-y 320px 0;
	border-bottom: 1px solid #ccc;
	_height: 1%;
}

.columns.half {
	background: transparent url(../img/common/pixel_gray.gif) repeat-y 480px 0;
	*height:1%;
	padding-bottom: 20px;
}

.column {
	float: left;
	margin: 0;
	padding: 0;
}

.columns .third {
	width: 320px;
}

.columns .half {
	width: 480px;
}

.column .item {
	padding: 18px;
}

.column.first .item {
	padding-left: 10px;
}

.columns.half .item ul.left {
	width:45%; 
}

.columns.half .item ul.left.first {
	margin-right: 20px;
}

.group {
	margin: 20px;
}

/* @end */

/* @group ft */

#ft { 
	color: #999;
	text-align: center;
	/*padding-top: 22px;
	padding-bottom: 50px;
	margin: 10px 5px 0 3px;*/
	border-top: 1px solid #ccc;
}

/* @end */

/* @end */

/* @group html rewrites */

a { 
	text-decoration: none; 
	color: #006699; 
}

a:hover { 
	color: #999;
}

a:active, a:focus { 
	outline: 0; 
}

a.underline {
	text-decoration: underline;
}

a.underline:hover {
	text-decoration: none;
}

a.rss {
	background: transparent url(../img/common/icon_rss.gif) no-repeat 0 0;
	padding: 0 0 6px 21px;
	font-weight: bold;
}

/* titles in main feature */
h1 { 
	margin-left: -4px;
}

h2 { 
	font-size: 1.4em;
	margin: 0;
	*padding-bottom: 0.15em;
}

h2.indent { 
	padding-left: 12px;
}

h3 {  
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: transparent url(../img/common/rivet.png) no-repeat 18px 16px;
	_background-image: url(../img/common/rivet_ie.gif);
	padding: 17px 10px 10px 45px;
	font-size: 1.6em;
	font-weight: bold;
}

h3.type {  
	padding: 1.5em 10px 1.2em 45px;
	*padding: 1.3em 10px 1.1em 45px;
	text-transform: uppercase;
	font: bold 1.3em Helvetica, Arial, Geneva, sans-serif;
	letter-spacing: 0.1em;
}

.column.first h3 { 
	padding-left: 35px;
	background-position: 8px 16px;
}

h4 {  
	font-size: 1.4em;
	font-weight: bold;
}

h4.important {  
	background: transparent url(../img/common/icon_error_msg.png) no-repeat 0 2px;
	_background-image: url(../img/common/icon_error_msg.gif);
	padding: 4px 0 4px 28px;
}

h5 {  
	margin: 0 0 0.5em 0; 
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
}

.column h5 {  
	padding-left: 2px;
}

h6 {  
	margin: 0 0 0.5em 0; 
	font-size: 1.1em;
} 

p { 
	margin: 0 0 1.2em 0; 
	font-size: 1.1em;
	line-height: 1.5em;
}

p.btt { 
	margin-left: -2px;
}

li {
	/*margin: 0 0 1.2em 0;*/ 
	font-size: 1.1em;
}

p.bullet,
ul.bullet li { 
	padding-left: 14px;
	background: transparent url(../img/common/bullet.gif) no-repeat 0 3px;
}

ul.bullet li {
	margin: 0 0 1.2em 0; 
	font-size: 1.1em;
	padding-left: 19px;
}

ul.bullet.delete { 
	margin-bottom: 1.6em;
}

ul.bullet.delete li { 
	margin-bottom: 1.1em;
}

.group.downloads ul.bullet {
	margin: 0 0 1.2em 0; 
}

.group.downloads ul.bullet li {
	margin: 0 0 0.5em 0; 
	font-size: 1em;
	padding-left: 19px;
}

.column .item p {
	padding-left: 3px;
}

.column .item .std_thumb p {
	padding-left: 0;
}

.column .item ul.hor {
	padding-left: 3px;
}

.column .item p.prelist {
	margin-bottom: 0.375em;
}

.column .item ul.hor li {
	float: left;
	padding: 0 10px 0 0;
	color: #999;
}

.column .item p.indent {
	padding-left: 18px;
}

.column .item p.more_link {
	text-align: right;
	margin-right: 8px;
	margin-top: 8px;
}

.column.first .item ul.bullet {
	padding-left: 6px;
}

.column.first .item p.indent {
	padding-left: 25px;
}

input { 
	color: #888; 
}

.left { 
	float: left; 
}

.right { 
	float: right; 
}

.clear { 
	clear: both; 
}

.align_left { 
	text-align: left; 
}

.align_right { 
	text-align: right; 
}

.align_center { 
	text-align: center; 
}

hr {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #ccc;
	*color:#fff;
	margin: 0 5px 0 3px;
}

.callouts hr {
	margin: 0;
}

.text hr {
	border-bottom-color: #fff;
	margin: 2em 0;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

sup {
	vertical-align: top;
	*line-height: 0;
}

.uppercase {
	text-transform: uppercase;
}

.grey {
	color: #666;
}

img.btt_wh {
	background: transparent url(../img/common/btt_o.png) no-repeat 0 0;
	padding: 2px 6px 7px 3px;
}

img.btt {
	background: transparent url(../img/common/btt.png) no-repeat 0 0;
	padding: 2px 6px 7px 3px;
}

img.btt:hover {
	background: transparent url(../img/common/btt_o.png) no-repeat 0 0;
}

img.btt_wide {
	background: transparent url(../img/common/btt_wide.png) no-repeat 0 0;
	padding: 2px 6px 7px 3px;
}

img.btt_wide:hover {
	background: transparent url(../img/common/btt_wide_o.png) no-repeat 0 0;
}

img.btt_sm {
	background: transparent url(../img/common/btt_sm.png) no-repeat 0 0;
	padding: 2px 6px 7px 3px;
}

img.btt_sm:hover {
	background: transparent url(../img/common/btt_sm_o.png) no-repeat 0 0;
}

#main_feature img.btt_wh {
	background: transparent url(../img/common/btt_white.png) no-repeat 0 0;
	padding: 2px 5px 6px 3px;
}

a.arrow {
	background: transparent url(../img/common/arrow_bl.png) no-repeat 100% 4px;
	*background: none;
	padding-right: 8px;
}

a.arrow:hover {
	background: transparent url(../img/common/arrow_gr.png) no-repeat 100% 4px;
	*background: none;
}

/* below is the code for IE links - must include an empty span around the last word of every .arrow link */
a.arrow {
	*background: inherit;
}

a.arrow span {
	*background: url(../img/common/arrow_bl.gif) no-repeat 100% 70%;
	*padding: 0 8px 0 0;	/* width of the img */
	*display: inline-block;	/* IE correction to show the icon */
	*cursor: pointer;	/* IE correction to show hand instead of arrow */
}

a.arrow:hover span {
	*background: url(../img/common/arrow_gr.gif) no-repeat 100% 70%;
}

img.thumb_sq {
	background: transparent url(../img/common/thumb_frame_sq.png) no-repeat 0 0;
	padding: 2px 6px 6px 2px;
	float: left;
	margin-right: 10px;
}

img.thumb_rect {
	background: transparent url(../img/common/thumb_frame_rect.png) no-repeat 0 0;
	padding: 2px 6px 6px 2px;
}

img.thumb_rect_lrg {
	background: transparent url(../img/common/thumb_frame_rect_lrg.png) no-repeat 0 0;
	padding: 2px 4px 6px 4px;
}

img.thumb_rect_sm {
	background: transparent url(../img/common/thumb_frame_rect_sm.png) no-repeat 0 0;
	padding: 2px 5px 6px 3px;
}

img.thumb_sm {
	background: transparent url(../img/common/thumb_frame_sm.png) no-repeat 0 0;
	padding: 2px 5px 6px 3px;
}

img.thumb_wide {
	background: transparent url(../img/common/thumb_frame_wide.png) no-repeat 0 0;
	padding: 2px 5px 6px 3px;
	margin-left: -1px;
}

img.inline_left {
	float: left;
	margin: 2px 18px 14px 0;
}

img.inline_right {
	float: right;
	margin: 2px 0 14px 18px;
}

.outer {
	display: table; 
	position: static; 
	height: 65px; 
	overflow: hidden; 
	*position: relative;
}

.middle {
	display: table-cell; 
	vertical-align: middle; 
	position: static; 
	*position: absolute; 
	*top: 50%;
}

.inner {
	position: static;
	*position: relative; 
	*top: -50%
}

/* @end */

/* @group standard thumbs */

/* eg.product 'shop' styles */ 
.column .std_thumb .info {
	float: left;
	width: 174px;
	padding-top: 10px;
}

.columns .half .std_thumb .info {
	width: 334px;
}

.columns .half .info {
	width: 434px;
}

.std_thumb p.btt {
	margin-left: -3px;
	margin-top: -3px;
	*margin-top: -1px;
}

.std_thumb p.btt img {
	float: left;
}

.std_thumb h6 {
	color: #999;
}

.std_thumb h6 a {
	font-weight: bold;
}

.std_thumb h6 .price {
	color: #333;
	font-weight: bold;
}

/* @end */

/* @group thumbs list */

/* eg. standard two-by-two rectangular thumbs */ 

ul.thumb_list,
ul.thumb_list_sm {
	color: #999;
}

ul.thumb_list {
	margin-bottom: 16px;
}

ul.thumb_list li,
ul.thumb_list_sm li {
	float: left;
	display: inline-block;
	width: 130px;
	text-align: center;
	position: relative;
}

ul.thumb_list_sm li {
	width: 69px;
	margin-right: 3px;
}

ul.thumb_list_sm li.first {
	margin-left: -1px;
}

ul.thumb_list_sm li.last {
	margin-right: 0;
}

ul.thumb_list li.first {
	margin-right: 24px;
}

ul.thumb_list li a {
	font-weight: bold;
}

ul.thumb_list li .play {
	position: absolute;
	background: transparent url(../img/common/btt_play.png) no-repeat 0 0;
	z-index: 100;
	width: 130px;
	height: 100px;
	*cursor: pointer;
}

ul.thumb_list li img {
	margin-bottom: 3px;
}

ul.thumb_list.links li {
	width: 130px;
	margin-right: 45px;
}

ul.thumb_list.links li.last {
	margin-right: 0;
}

ul.thumb_list.links .link {
	width: 122px;
}

/* @end */

/* @group shop - to go live post-launch */ 

.shop .onsale {
	padding-bottom: 2.5em;
}

.shop .onsale .price {
	font-size: 2.1em;
	font-weight: bold;
}

.shop .onsale .qty {
	padding-left: 40px;
	vertical-align: 4px;
}

.shop .onsale .qty input {
	*vertical-align: -2px;
}

.shop .onsale p {
	margin: 0 0 1em 0; 
}

.shop .onsale p.gray_bg {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	background: #ccc;
	padding: 2px 0;
	margin-top: 14px;
}

.shop img.gray_btt {
	margin-bottom:1.5em;
}

/* @end */

/* @group alert */

.alert {
	padding: 20px 20px 10px 10px;
	margin: 0 20px 20px;
	border: 2px dashed #ccc;
	background: #f3f3f3;
}

.alert h5 {
	background: transparent url(../img/common/icon_alert.gif) no-repeat 0 0;
	padding: 2px 0 5px 30px;
	color: #D92522;
	font-size: 1.375em;
}

.alert p {
	padding-left: 30px;
}

.callouts .alert {
	float: left;
	width: 245px;
	margin-top: 26px;
}

.text .alert {
	margin: 0 0 20px 0;
}

/* @end */

.faq p {
	font-size: 1.1em;
	line-height: 1.5em;
}

.faq div.q {
	color: #069;
	font-weight: bold;
	margin: 0;
	background: transparent url(../img/common/icon_q.gif) no-repeat 5px 4px;
	padding: 3px 0 1px 33px;
	float: none;
	width: 100%;
}

.faq div.a {
	margin-bottom: 2em;
	padding-left: 33px;
	float: none;
}

.faq div.q p {
	margin: 0.15em 0;
}

.faq div.intro {
	/*padding-left: 28px;*/
	padding-left: 5px;
	padding-bottom: 1em;
}

.faq ul.nav {
	font-size:1.1em; 
	color: #999;
}

.faq ul.nav a {
	font-weight: bold;
}

.faq ul.nav li {
	display: inline-block; 
	margin-right: 1em;
}

.faq p.top {
	padding-left: 5px;
	font-size: 0.92em;
	padding-bottom: 1.375em;
}

img.title {
	margin:0 0 -3px 0;
	padding:0;
	line-height:1px;
}

table {
	font-size: 1em;
}

p.files {
	font-size: 10px;
}

p.files a {
	font-weight: bold;
	*font-size: 1em;
}

img.btt_robocommunity {
	background: transparent url(../img/common/buttons/btt_xx_wide_bg.png) no-repeat 0 0;
	padding: 1px 6px 7px 2px;
	position: relative;
	vertical-align: -1px;
}

img.btt_store_na {
	background: transparent url(../img/common/buttons/btt_northamerica_bg.png) no-repeat 0 0;
	padding: 1px 6px 7px 2px;
	position: relative;
}

img.btt_store_europe {
	background: transparent url(../img/common/buttons/btt_europe_bg.png) no-repeat 0 0;
	padding: 1px 6px 7px 2px;
	position: relative;
}

img.btt_ok {
	background: transparent url(../img/common/buttons/btt_sm_bg.png) no-repeat 0 0;
	padding: 2px 6px 7px 3px;
	position: relative;
}

img.btt_download {
	background: transparent url(../img/common/buttons/btt.png) no-repeat 0 0;
	padding: 2px 6px 7px 3px;
	position: relative;
	vertical-align: -1px;
}

img.btt_delete {
	background: transparent url(../img/cart/en/buttons/btt_delete_bg.png) no-repeat 0 0;
	padding: 2px 6px 7px 3px;
}

img.btt_gorobo {
	background: transparent url(../img/common/buttons/btt_visit_gorobo_bg.png) no-repeat 0 0;
	padding: 2px 6px 7px 3px;
	position: relative;
}

.error-message {
	color: #D92522;
	margin-top: -8px;
	padding-bottom: 1.8em;
	*font-size: 1.1em;
	background: transparent url(../img/common/icon_error.png) no-repeat 0 -2px;
	_background-image: url(../img/common/icon_error.gif);
	padding-left: 20px;
}

.error .required {
	color: #D92522;
}

.error {
	color: #D92522;
}

.alert_standard .error {
	color: #333;
}

.alert_standard .top {
	margin: 0 0 -2px;
	padding: 0;
}

.alert_standard .bottom {
	margin: 0;
	padding: 0;
}

.alert_standard .background {
	background: url(../img/common/alerts/bg_repeat.png) repeat-y 0 0;
	_background: url(../img/common/alerts/bg_repeat_ie.png) no-repeat 0 0;
	margin: 0;
	padding: 0;
	_display: inline-block;
	width: 628px;
}

.alert_standard .background .content {
	background: url(../img/common/alerts/bg_bot.gif) no-repeat 2px 100%;
	margin: 0;
	padding: 10px 33px;
	width: 560px;
}

.alert_standard .background .content h5 {
	font-size: 1.4em;
	margin: 0 0 .75em;
}

.alert_standard .background .content p, .alert_standard .background .content li {
	margin: 0 0 .75em;
}

.alert_standard .background .content li {
	background-position: 0 4px;
}

.alert_standard .background .content .almost_done,
.alert_standard .background .content .success,
.alert_standard .background .content .error {
	margin: 0;
	padding-left: 82px;
	min-height: 58px;
	_height: 58px;
}

.alert_standard .background .content .almost_done {
	background: url(../img/common/alerts/alert_yield.gif) no-repeat 2px 0;
}

.alert_standard .background .content .almost_done h5 {
	color: #ff9900;
}

.alert_standard .background .content .success {
	background: url(../img/common/alerts/alert_success.gif) no-repeat 2px 0;
}

.alert_standard .background .content .success h5 {
	color: #339900;
}

.alert_standard .background .content .error {
	background: url(../img/common/alerts/alert_error.gif) no-repeat 2px 0;
}

.alert_standard .background .content .error h5 {
	color: #990000;
}
