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

/* @group Builds */

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

#container { 
	width: 700px;
	margin: 0 60px;
	text-align: left;
}

/* @group hd */

#hd { 
	height: 118px;
	margin: 0 5px 0 3px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

#hd #logo { 
	top: 27px;
	left: 10px;
	width: 268px;
	height: 66px;
	position: absolute;
}

#hd #utilities {
	/*float: right;*/
	position: absolute;
	top: 20px;
	left: 285px;
	height: 36px;
	text-align: right;
	width: 675px;
	padding: 0 8px 0 0;
	background: transparent url(../_images/common/hd_hr.gif) repeat-x 0 100%;
}

#hd .search {
	display: inline;
}

#hd .search input.button {
	vertical-align: -11px;
}

#hd .search input.search {
	font-size: 1.1em;
	width: 190px;
}

#hd ul.account {
	display: inline;
	color: #999;
	padding: 0 4px;
	margin-right:4px;
}

#hd ul.account li {
	display: inline;
	color: #999;
	padding: 0 2px;
}

#hd ul.account li.welcome {
	color: #333;
	font-weight: bold;
}

#hd ul.account li a.logout {
	background: transparent url(../_images/common/icon_logout.gif) no-repeat 0 0;
	padding-left: 21px;
	padding-bottom:4px;
}

/* @group nav */

#hd .nav {
	float: right;
	text-align: right;
	margin: 40px 42px 4px 0;
	_margin-right: 20px;
}

#hd .nav ul li {
	float: left;
	padding: 0 0 0 30px;
}

#hd .nav ul li.border {
	background: transparent url(../_images/common/nav_div.png) no-repeat 0 0;
	_background-image: url(../_images/common/nav_div.gif);
	padding-left: 22px;
	margin-left: 22px;
}

#hd .nav ul li a {
	float: left;
	text-transform: uppercase;
	padding: 15px 0 15px 29px;
	background: transparent url(../_images/common/nav_bullet.png) no-repeat 0 15px;
	_background-image: url(../_images/common/nav_bullet.gif);
}

#hd .nav ul li a.active {
	background: transparent url(../_images/common/nav_bullet_o.png) no-repeat 0 15px;
	_background-image: url(../_images/common/nav_bullet_o.gif);
}

#hd .nav ul ul {
	display: inline;
}

#hd .nav ul li li {
	padding: 15px 0 15px 20px;
}

#hd .nav ul li li.subborder {
	background: transparent url(../_images/common/subnav_div.gif) no-repeat 0 16px;
	*background: transparent url(../_images/common/subnav_div.gif) no-repeat 0 15px;
	padding-left: 12px;
	margin-left: 12px;
	padding-top: 15px;
}

#hd .nav ul li li a {
	background: none;
	padding: 0;
}

/* @end */

/* @end */

#breadcrumbs {
	font-size: 1.1em;
	border-top: 1px solid #ccc;
	margin: 0 5px 0 3px;
	padding: 12px 11px;
}

/* @group bd */

#bd {  
	width:700px;
	margin: 0 5px 0 3px;
}

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

.columns.half {
	background: transparent url(../_images/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;
}

/* @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;
}

#ft.no_border { 
	margin-top: 0;
	border-top: 0;
}

#ft ul.nav { 
	text-align: center;
	width: 400px;
}

#ft ul.nav li { 
	display: inline;
	padding: 0 2px;
}

#ft .copyright { 
	padding-top: 35px;
}

#ft .copyright img { 
	padding-bottom: 7px;
}

/* @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(../_images/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(../_images/common/rivet.png) no-repeat 18px 16px;
	_background-image: url(../_images/common/rivet.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: 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;
}

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;
}

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

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

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

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

ul.bullet li { 
	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;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

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

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

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

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

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

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

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

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

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

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

a.arrow:hover {
	background: transparent url(../_images/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(../_images/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(../_images/common/arrow_gr.gif) no-repeat 100% 70%;
}

img.thumb_sq {
	background: transparent url(../_images/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(../_images/common/thumb_frame_rect.png) no-repeat 0 0;
	padding: 2px 6px 6px 2px;
}

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

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

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

img.thumb_wide {
	background: transparent url(../_images/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 features */

#main_feature,
#mid_feature,
#sm_feature,
#half_feature,
#main_feature_short {  
	margin-bottom: 6px;
}

#main_feature p,
#mid_feature p,
#sm_feature p,
#main_feature_short p {  
	line-height: 1.636em;
}

#main_feature {  
	position: relative;
	width: 968px;
	height: 308px;
	padding: 2px 5px 6px 3px;
}

#main_feature .feature_bg {
	background: transparent url(../_images/common/feature_bg.gif) no-repeat 0 0;
	width: 960px;
	height: 300px;
}

#main_feature .feature {
	width: 960px;
	height: 300px;
}

/* background images for main feature set here */

/* @group Main Feature specific */

#main_feature .feature.roboraptor {
	background: transparent url(../_images/products/feature/roboraptor.gif) no-repeat 0 0;
}

#main_feature .feature.tribot {
	background: transparent url(../_images/products/feature/tribot.jpg) no-repeat 0 0;
}

#main_feature .feature.company_overview {
	background: transparent url(../_images/products/feature/overview.gif) no-repeat 0 0;
}

#main_feature .feature.fairyfly {
	background: transparent url(../_images/products/feature/fairyfly.gif) no-repeat 0 0;
}

#main_feature .feature .content {
	width: 480px;
	padding: 98px 0 0 44px;
}

#main_feature .feature.company_overview .content {
	width: 380px;
}

#main_feature .feature.fairyfly .content {
	width: 330px;
	*width: 340px;
}

#main_feature .feature img.logo {
	position: absolute;
	left: 43px;
	top: 53px;
}

#main_feature .feature.tribot img.logo {
	left: 43px;
	top: 53px;
}

#main_feature .feature.fairyfly img.logo {
	left: 43px;
	top: 45px;
}

#main_feature .feature .featured .buttons {
	margin: 22px 0 0 55px;
}

#main_feature .feature .featured {
	position: absolute;
	top: 90px;
	left: 450px;
}

#main_feature .feature .rotating {
	position: absolute;
	top: 23px;
	left: 810px;
}

#main_feature .rotating img.sound {
	background: transparent url(../_images/common/btt_sound_bg.png) no-repeat -1px 0;
	padding: 6px 5px 5px 2px;
}

#main_feature .rivet {  
	position: absolute;
	width: 23px;
	height: 23px;
	z-index: 50;
}

#main_feature .rivet.tl {  
	top: 11px;
	left: 10px;
	background: transparent url(../_images/common/rivet.png) no-repeat 0 0;
}

#main_feature .rivet.tr {  
	top: 11px;
	left: 933px;
	background: transparent url(../_images/common/rivet.png) no-repeat 0 0;
}

#main_feature .rivet.bl {  
	top: 274px;
	left: 10px;
	background: transparent url(../_images/common/rivet.png) no-repeat 0 0;
}

#main_feature .rivet.br {  
	top: 274px;
	left: 933px;
	background: transparent url(../_images/common/rivet.png) no-repeat 0 0;
}

/* @end */
/* end background images */


#main_feature_short {  
	position: relative;
	width: 968px;
	height: 196px;
	padding: 2px 5px 6px 3px;
}

#main_feature_short .feature_bg {
	background: transparent url(../_images/common/short_feature_bg.gif) no-repeat 0 0;
	width: 960px;
	height: 196px;
}

#main_feature_short .feature {
	width: 960px;
	height: 196px;
}


#mid_feature {
	position: relative;
	width: 968px;
	height: 148px;
	padding: 2px 5px 6px 3px;
}

#mid_feature .feature_bg {
	background: transparent url(../_images/common/mid_feature_bg.gif) no-repeat 0 0;
	width: 960px;
	height: 140px;
}

#mid_feature .feature_bg .breaker {
	background: transparent url(../_images/common/mid_feature_breaker.gif) no-repeat 0 0;
	position: absolute;
	width: 1px;
	height: 140px;
	top: 0;
	left: 480px;
}

#mid_feature .feature_toys {
	float: left;
	background: transparent url(../_images/common/mid_feature_bg_toys.gif) no-repeat 0 0;
	width: 480px;
	height: 140px;
	position: relative;
}

#mid_feature .feature_tech {
	float: right;
	background: transparent url(../_images/common/mid_feature_bg_tech.gif) no-repeat 238px 0;
	width: 480px;
	height: 140px;
	position: relative;
}

#mid_feature .feature_toys .content,
#mid_feature .feature_tech .content {
	position: absolute;
	text-align: center;
	top: 42px;
	font-size: 1em;
	color: #ccc;
}

#mid_feature .feature_toys .content {
	right: 25px;
}

#mid_feature .feature_tech .content {
	left: 25px;
}

#mid_feature .feature_toys .content ul,
#mid_feature .feature_tech .content ul {
	white-space: nowrap;
}

#mid_feature .feature_toys .content li,
#mid_feature .feature_tech .content li {
	display: inline;
	padding: 0 2px;
	*padding: 0 1px;
}

#sm_feature {
	position: relative;
	width: 968px;
	height: 120px;
	padding: 2px 5px 8px 3px;
	_padding-bottom: 16px;
	_margin: 0;
}

.sm_feature_third {
	position: relative;
	width: 306px;
	height: 120px;
	padding: 2px 5px 16px 3px;
}

#sm_feature.marg_adjust,
.marg_adjust /* for IE */ {
	margin-top:-8px;
	_margin-top: -20px !important;
	margin-bottom: 20px;
	*margin-bottom: 10px;
	_margin-bottom: 4px;
}

#sm_feature .feature_bg {
	background: transparent url(../_images/common/sm_feature_bg.gif) no-repeat 0 0;
	width: 960px;
	height: 114px;
}

.sm_feature_third .feature_bg {
	background: transparent url(../_images/common/sm_feature_short_bg.gif) no-repeat 0 0;
	width: 306px;
	height: 114px;
}

#sm_feature .feature_bg .prev,
.sm_feature_third .feature_bg .prev {
	position: absolute;
	top: 44px;
	left: 15px;
}

#sm_feature .feature_bg .next {
	position: absolute;
	top: 44px;
	left: 936px;
}

.sm_feature_third .feature_bg .next {
	position: absolute;
	top: 44px;
	left: 282px;
}

#sm_feature .feature_bg .product_list {
	position: absolute;
	width: 958px;
	overflow: hidden;
	left: 6px;
}

.sm_feature_third .feature_bg .product_list {
	position: absolute;
	width: 304px;
	overflow: hidden;
	left: 6px;
}

#sm_feature .feature_bg .product_list li,
.sm_feature_third .feature_bg .product_list li {
	float:left;
	text-align: center;
}

#sm_feature .feature_bg .product_list li img.title,
.sm_feature_third .feature_bg .product_list li img.title {
	margin-top: -2px;
	*margin-top: 0;
}

#sm_feature .feature_bg .product_list li.breaker,
.sm_feature_third .feature_bg .product_list li.breaker {
	width: 9px;
}

#sm_feature .feature_bg .product_list.arrows {
	width: 850px;
	left: 69px;
}

.sm_feature_third .feature_bg .product_list.arrows {
	width: 232px;
	left: 39px;
}

#half_feature {
	position: relative;
	width: 481px;
	height: 308px;
	padding: 2px 0 8px 3px;
	margin: 0 0 6px 0;
}

#half_feature .feature_bg {
	background: transparent url(../_images/common/half_feature_bg.gif) no-repeat 0 0;
	width: 474px;
	height: 300px;
}

#half_feature_banner {
	position: relative;
	width: 481px;
	height: 268px;
	padding: 2px 0 8px 3px;
	margin: 0;
}

#half_feature_banner.top {
	margin-bottom: -8px;
}

.bottom {
	_margin-top: -12px !important;
}

#half_feature_banner .feature_bg {
	background: transparent url(../_images/common/half_feature_bg.png) no-repeat 0 0;
	width: 474px;
	height: 189px;
}

#half_feature_banner .half_feature_bar {
	background: transparent url(../_images/common/half_feature_bar.png) no-repeat 0 0;
	width: 481px;
	height: 78px;
	margin-left: -2px;
	_margin-top: -1px;
	font-size: 1.1em;
	padding-top: 14px;
	text-align: center;
}

#half_feature_banner .half_feature_bar li {
	display: inline;
	font-size: 1em;
	color: #999;
}

#half_feature_banner .half_feature_bar h2 {
	margin-bottom: -2px;
	*margin-bottom: 2px;
	padding-bottom: 0;
	*margin-top: 2px;
}

#support_feature {  
	position: relative;
	width: 358px;
	padding: 2px 5px 0 3px;
	margin-left: -2px;
	margin-bottom: 4px;
	background: transparent url(../_images/common/box.png) no-repeat 0 0;
}

#support_feature .feature,
#support_feature .feature img {  
	width: 350px;
	padding: 0;
	margin-bottom: -2px;
}

/*#support_feature .feature_bg { 
	background: transparent url(../_images/common/box.png) no-repeat 0 0;
	width: 358px;
}*/

#support_feature .frame.top {  
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url(../_images/common/box.png) no-repeat 0 0;
	height: 12px;
	z-index: 100;
	width: 358px;
}

#support_feature .frame.bot {  
	position: absolute;
	bottom: -5px;
	*bottom: -7px;
	_bottom: -12px;
	left: 0;
	background: transparent url(../_images/common/box.png) no-repeat 0 100%;
	_background: transparent url(../_images/common/box_bot.png) no-repeat 0 0;
	height: 6px;
	z-index: 100;
	width: 358px;
}

.feature_third {
	float: left;
	margin-right: 13px;
}

.feature_third.last {
	margin-right: 0;
}

/* @group Pagination */

#feature_pagination {
	position: relative;
	z-index: 200;
	float: right;
	text-align: right;
	height: 29px;
	margin: -19px 37px 12px 0;
	*margin-bottom: 6px;
	_margin-right: 19px;
}

#feature_pagination.pag_support {
	margin: -2px 37px 12px 0;
	*margin-bottom: 6px;
	_margin-right: 19px;
	_margin-top: -4px;
}

#feature_pagination ul li {
	float:left;
	height: 29px;
	_height: 14px;
	padding: 4px 3px 9px 3px;
	background: transparent url(../_images/common/pagination/pag_bg.png) no-repeat 0 0;
}

#feature_pagination ul li.prev {
	padding: 4px 8px 9px 12px;
	background: transparent url(../_images/common/pagination/pag_lbg.png) no-repeat 0 0;
}

#feature_pagination ul li.next {
	padding: 4px 15px 9px 9px;
	background: transparent url(../_images/common/pagination/pag_rbg.png) no-repeat 0 0;
}

#feature_pagination ul li a.active img {
	background: transparent url(../_images/common/pagination/active.gif) no-repeat 0 0;
}

/* @end */

/* @group features building blocks */

/* @group rivets */

/* @end */

#main_feature .frame,
#mid_feature .frame,
#sm_feature .frame,
#half_feature .frame,
#half_feature_banner .frame,
#main_feature_short .frame,
.sm_feature_third .frame {
	position: absolute;
	z-index: 100;
}

#main_feature .frame.ltop,
#mid_feature .frame.ltop,
#sm_feature .frame.ltop,
#half_feature .frame.ltop,
#half_feature_banner .frame.ltop,
#main_feature_short .frame.ltop,
.sm_feature_third .frame.ltop {
	top: 0;
	left: 0;
	width: 13px;
	height: 12px;
	background: transparent url(../_images/common/ltop.png) no-repeat 0 0;
}

#main_feature .frame.ltop {
	background-image: url(../_images/common/ltop_block.png);
}

#main_feature.breadcrumbs .frame.ltop,
#half_feature_banner .frame.ltop,
#half_feature .frame.ltop {
	background-image: url(../_images/common/ltop_block_sub.png);
}

#half_feature_banner.bottom .frame.ltop {
	background-image: url(../_images/common/ltop_bot.png);
}

#main_feature .frame.top,
#mid_feature .frame.top,
#sm_feature .frame.top,
#half_feature .frame.top,
#half_feature_banner .frame.top,
#main_feature_short .frame.top,
.sm_feature_third .frame.top {
	top: 0;
	left: 13px;
	width: 941px;
	height: 2px;
	background: transparent url(../_images/common/top.png) repeat-x 0 0;
	_background: transparent url(../_images/common/top_ie.png) no-repeat 0 0;
}

#half_feature_banner .frame.top,
#half_feature .frame.top {
	width: 455px;
}

.sm_feature_third .frame.top {
	width: 287px;
}

#main_feature .frame.rtop,
#mid_feature .frame.rtop,
#sm_feature .frame.rtop,
#half_feature .frame.rtop,
#half_feature_banner .frame.rtop,
#main_feature_short .frame.rtop,
.sm_feature_third .frame.rtop {
	top: 0;
	left: 954px;
	width: 14px;
	height: 12px;
	background: transparent url(../_images/common/rtop.png) no-repeat 0 0;
}

#main_feature .frame.rtop {
	background-image: url(../_images/common/rtop_block.png);
}

.sm_feature_third .frame.rtop {
	left: 300px;
}

#main_feature.breadcrumbs .frame.rtop,
#half_feature_banner .frame.rtop,
#half_feature .frame.rtop {
	background-image: url(../_images/common/rtop_block_sub.png);
}

#half_feature_banner .frame.rtop,
#half_feature .frame.rtop {
	left: 468px;
}

#half_feature_banner.bottom .frame.rtop {
	background-image: url(../_images/common/rtop_bot.png);
}

#main_feature .frame.rside,
#mid_feature .frame.rside,
#sm_feature .frame.rside,
#half_feature .frame.rside,
#half_feature_banner .frame.rside,
#main_feature_short .frame.rside,
.sm_feature_third .frame.rside {
	top: 12px;
	left: 954px;
	width: 14px;
	height: 280px;
	background: transparent url(../_images/common/rside.png) repeat-y 0 0;
}

#mid_feature .frame.rside {
	height: 120px;
}

#sm_feature .frame.rside {
	height: 92px;
}

.sm_feature_third .frame.rside {
	height: 92px;
	left: 300px;
}

#half_feature .frame.rside {
	height: 280px;
	left: 468px;
}

#half_feature_banner .frame.rside {
	height: 179px;
	left: 468px;
}

#main_feature_short .frame.rside {
	height: 168px;
}

#main_feature .frame.rbot,
#mid_feature .frame.rbot,
#sm_feature .frame.rbot,
#half_feature .frame.rbot,
#half_feature_banner .frame.rbot,
#main_feature_short .frame.rbot,
.sm_feature_third .frame.rbot {
	top: 292px;
	left: 954px;
	width: 14px;
	height: 16px;
	background: transparent url(../_images/common/rbot_block.png) no-repeat 0 0;
}

#mid_feature .frame.rbot {
	top: 132px;
	background: transparent url(../_images/common/rbot.png) no-repeat 0 0;
}

#sm_feature .frame.rbot {
	top: 104px;
	background: transparent url(../_images/common/rbot.png) no-repeat 0 0;
}

.sm_feature_third .frame.rbot {
	top: 104px;
	background: transparent url(../_images/common/rbot.png) no-repeat 0 0;
	left: 300px;
}

#half_feature .frame.rbot {
	left: 468px;
}

#main_feature_short .frame.rbot {
	background-image: url(../_images/common/rbot_block.png);
	top: 180px;
}

#main_feature .frame.bot,
#mid_feature .frame.bot,
#sm_feature .frame.bot,
#half_feature .frame.bot,
#half_feature_banner .frame.bot,
#main_feature_short .frame.bot,
.sm_feature_third .frame.bot {
	top: 302px;
	left: 13px;
	width: 941px;
	height: 6px;
	_height: 2px;
	background: transparent url(../_images/common/bot.png) repeat-x 0 0;
	_background: transparent url(../_images/common/bot_ie.png) no-repeat 0 0;
}

#mid_feature .frame.bot {
	top: 142px;
}

#sm_feature .frame.bot {
	top: 114px;
}

.sm_feature_third .frame.bot {
	top: 114px;
	width: 287px;
}

#half_feature .frame.bot {
	width: 455px;
}

#half_feature_banner .frame.bot {
	top: 190px;
	width: 475px;
	left: 2px;
	height: 1px !important;
}

#main_feature_short .frame.bot {
	top: 190px;
}

#main_feature .frame.lbot,
#mid_feature .frame.lbot,
#sm_feature .frame.lbot,
#half_feature .frame.lbot,
#half_feature_banner .frame.lbot,
#main_feature_short .frame.lbot,
.sm_feature_third .frame.lbot {
	top: 292px;
	left: 0;
	width: 13px;
	height: 16px;
	background: transparent url(../_images/common/lbot.png) no-repeat 0 0;
}

#mid_feature .frame.lbot {
	top: 132px;
}

#sm_feature .frame.lbot,
.sm_feature_third .frame.lbot {
	top: 104px;
}

#main_feature .frame.lbot {
	background-image: url(../_images/common/lbot_block.png);
}

#half_feature .frame.lbot {
	background-image: url(../_images/common/lbot_block.png);
}

#main_feature_short .frame.lbot {
	background-image: url(../_images/common/lbot_block.png);
	top: 180px;
}

#main_feature .frame.lside,
#mid_feature .frame.lside,
#sm_feature .frame.lside,
#half_feature .frame.lside,
#half_feature_banner .frame.lside,
#main_feature_short .frame.lside,
.sm_feature_third .frame.lside {
	top: 12px;
	left: 0;
	width: 13px;
	height: 280px;
	background: transparent url(../_images/common/lside.png) repeat-y 0 0;
}

#mid_feature .frame.lside {
	height: 120px;
}

#sm_feature .frame.lside,
.sm_feature_third .frame.lside {
	height: 92px;
}

#half_feature .frame.lside {
	height: 280px;
}

#half_feature_banner .frame.lside {
	height: 179px;
}

#main_feature_short .frame.lside {
	height: 168px;
}

/* @end */

/* @end */

/* @group callouts */

.callouts {
	background: transparent url(../_images/common/callouts_bg.png) no-repeat 319px 17px;
	margin: 10px 5px 0 3px;
	*height: 1%;
	_background-image: url(../_images/common/callouts_bg.gif);
}

body#home .callouts {
	margin: -20px 5px 0 3px;
}

.callouts .callout {
	float: left;
	width: 225px;
	padding: 48px 5px 0 90px;
	_padding-right: 4px;
	min-height: 84px;
	_height: 84px;
	background-repeat: no-repeat;
	background-position: 25px 33px;
	background-color: transparent;
}

.callouts .callout p {
	padding-right: 25px;
}

.callouts .callout li {
	float: left;
	padding: 0 10px 0 0;
	color: #999;
}

.callouts .mail {
	background-image: url(../_images/common/icon_mail.png);
	_background-image: url(../_images/common/icon_mail.gif);
}

.callouts .news {
	background-image: url(../_images/common/icon_news.png);
	_background-image: url(../_images/common/icon_news.gif);
}

.callouts .community {
	background-image: url(../_images/common/icon_community.png);
	_background-image: url(../_images/common/icon_community.gif);
}

.callouts .callout.partners {
	background-image: url(../_images/common/icon_partners.png);
	_background-image: url(../_images/common/icon_partners.gif);
}

.callouts .callout.optimal_group {
	background-image: url(../_images/common/icon_opt_group.png);
	_background-image: url(../_images/common/icon_opt_group.gif);
	background-position: 35px 32px;
}

.callouts .callout.awards {
	background-image: url(../_images/common/icon_awards.png);
	_background-image: url(../_images/common/icon_awards.gif);
}

.callouts .callout.support {
	background-image: url(../_images/common/icon_support.png);
	_background-image: url(../_images/common/icon_support.gif);
}

.callouts .callout.network {
	background-image: url(../_images/common/icon_network.png);
	_background-image: url(../_images/common/icon_network.gif);
}

.callouts .callout.think_wow_toys {
	background-image: url(../_images/common/icon_toys.png);
	_background-image: url(../_images/common/icon_toys.gif);
	background-position: 35px 32px;
}

.callouts .callout.your_products {
	background-image: url(../_images/common/icon_your_products.png);
	_background-image: url(../_images/common/icon_your_products.gif);
}

/* @end */

/* @group banners */

#banner_bot {
	margin: 0 5px 20px 4px;
	padding-top: 22px;
}

#banner_bot.border {
	margin-top: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
}

/* @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;
}

.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(../_images/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;
}

.thumbs_lrg ul.thumb_list {
	margin-bottom: 6px;
	*margin-bottom: 12px;
}

.thumbs_lrg ul.thumb_list li {
	float: left;
	display: inline-block;
	width: 239px;
	text-align: center;
	position: relative;
	margin-right: 4px;
	margin-bottom: -2px;
	*margin-bottom: 0;
}

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

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

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

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

/* @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 generic template pages */

.header {
	background: transparent url(../_images/common/header_bg.png) no-repeat 0 0;
	height: 57px;
	margin-left: 1px;
	position: relative;
}

.header h2 {
	background: transparent url(../_images/common/rivet.png) no-repeat 14px 18px;
	_background: transparent url(../_images/common/rivet_hd.gif) no-repeat 14px 18px;
	padding: 19px 10px 10px 41px;
}

.header div.rss {
	text-align: right;
	width: 50px;
	position: absolute;
	top: 21px;
	right: 26px;
}

.header .support {
	text-align: right;
	position: absolute;
	top: 18px;
	right: 26px;
	font-size: 1.1em;
}

.header .support span.title {
	font-size:0.92em;
	margin-right: 8px;
}

.header .support select {
	*vertical-align: -3px;
}

.gen_content {
	background: transparent url(../_images/common/pixel_wh.gif) repeat-y 643px 0;
	height: 100%;
	padding: 30px 0;
	_padding-bottom: 0;
}

.gen_content .text {
	float: left;
	width: 560px;
	margin: 0 40px 0 43px;
	_margin: 0 40px 0 22px;
	min-height: 380px;
	_height: 380px;
}

.gen_content .text .column_left {
	float: left;
	width: 358px;
	margin-right: 20px;
	_margin-right: 10px;
}

.gen_content .text .column_right {
	float: left;
	width: 182px;
	padding-top: 1em;
}

.gen_content .sidebar {
	float: left;
	width: 319px;
}

.gen_content .sidebar .item {
	padding: 16px 20px 8px 20px;
}

.gen_content .sidebar .item.latest_news {
	padding-top: 8px;
	*padding-top: 12px;
	padding-bottom: 30px;
}

.gen_content .sidebar .item.acrobat {
	background: transparent url(../_images/common/icon_acrobat.png) no-repeat 20px 16px;
	_background-image: url(../_images/common/icon_acrobat.gif);
	padding: 16px 20px 8px 65px;
}

.gen_content .sidebar .item.latest_news .thumb img {
	margin-right: 10px;
	margin-left: -2px;
}

.gen_content .text .info {
	margin-left: 10px;
}

.gen_content .text .std_thumb {
	clear: both;
	margin-left: 3px;
	_margin: 0 0 -15px 0;
}

.gen_content .text .std_thumb img.thumb_sq {
	margin-right: 0;
	margin-left: 5px;
}

.gen_content .text .std_thumb .info {
	float: left;
	padding: 10px 0;
	margin-left: 10px;
	width: 430px;
}

.gen_content .text .std_thumb .info.no_thumb {
	width: 530px;
	_margin-left: 5px;
}

.gen_content .text .std_thumb p.date {
	margin-top: -3px;
	margin-bottom: 0.875em;
}

.gen_content .text .std_thumb .thumb {
	float: left;
	margin-bottom: 1em;
}

.gen_content .text h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 0 0 0.325em 0;
}

.gen_content h3 {
	border-color: #fff;
	_height: 1%;
	clear: both;
}

.gen_content .text h3 {
	margin: 1em 0;
	*height: 1%;
	padding-left: 35px;
	background-position: 8px 15px;
	*background-position: 8px 15px;
	_background-image: url(../_images/common/rivet_first_ie.png);
}

.gen_content .sidebar h3 {
	background: none;
	padding: 17px 10px 12px 20px;
}

.gen_content .sidebar h3.no_borders {
	border: 0;
	background: none;
	padding: 0 10px 0 20px;
}

.gen_content .text h3.no_borders {
	border: 0;
	background: none;
	padding: 0;
	margin:0;
}

.gen_content .text h5 {
	clear: both;
}

table.warranty {
	background: #fff;
	font-size: 1.1em;
	margin-bottom: 1.8em;
	margin-top: 0.8em;
	border: 1px solid #ddd;
}

table.warranty td {
	padding: 10px;
}

table.warranty tr.even {
	background: #efefef;
}

table.warranty th {
	padding: 11px 10px 16px;
	background: transparent url(../_images/common/th_bg.gif) repeat-x 0 -1px;
	font-weight: bold;
}

/* @end */

/* IEPNGFIX */
img, li, div, input, a, h3 {
	_behavior: url(_javascript/iepngfix.htc);
}