html, body {
	display: table;
	width: 100%;
}
body {
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #333333;
}
a, .link-color {
	color: #275da6;
	text-decoration: none;
}
a:hover {
	color: #275da6;
	text-decoration: underline;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	margin: 0;
	color: #333333;
	font-family: "myriad-pro-n3", "myriad-pro", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	text-rendering: optimizelegibility;
}
.footer h3 {
	line-height: 24px;
	font-size: 18px;
	color: #183966;
	margin: 0 0 5px 0;
}
.footer h5 {
	font-size: 16px;
	color: #666666;
	text-transform: uppercase;
	line-height: 18px;
	margin-bottom: 6px;
}
a.subscribe-arrow-btn {
	background: url("http://www.stg01.collab.net/sites/all/themes/collabnet/_media/blue-btn-arrow-right.png") no-repeat scroll right top transparent;
	color: #C4D1E5;
	display: inline-block;
	font-family: "myriad-pro", Arial, Helvetica, sans-serif;
	font-size: 24px !important;
	height: 40px;
	padding-top: 0;
	vertical-align: baseline;
	margin: 10px 0;
}
a.subscribe-arrow-btn span {
	background: url("http://www.stg01.collab.net/sites/all/themes/collabnet/_media/blue-btn-arrow-left.png") no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 40px;
	margin: 0 26px 0 0;
	padding: 2px 0 0 8px;
}
/*------------------------------------------------------------------------------
Grid
------------------------------------------------------------------------------*/
.row {
	margin-left: -24px;
*zoom:1;
}
.row:before, .row:after {
	display: table;
	content: "";
}
.row:after {
	clear: both;
}
[class*="span"] {
 float: left;
 margin-left: 24px;
}
.span1 {
	width: 58px;
}
.span2 {
	width: 140px;
}
.span3 {
	width: 222px;
}
.span4 {
	width: 304px;
}
.span5 {
	width: 386px;
}
.span6 {
	width: 468px;
}
.span7 {
	width: 550px;
}
.span8 {
	width: 632px;
}
.span9 {
	width: 714px;
}
.span10 {
	width: 796px;
}
.span11 {
	width: 878px;
}
.span12, .container {
	width: 960px;
}
.offset1 {
	margin-left: 106px;
}
.offset2 {
	margin-left: 188px;
}
.offset3 {
	margin-left: 270px;
}
.offset4 {
	margin-left: 352px;
}
.offset5 {
	margin-left: 434px;
}
.offset6 {
	margin-left: 516px;
}
.offset7 {
	margin-left: 598px;
}
.offset8 {
	margin-left: 680px;
}
.offset9 {
	margin-left: 762px;
}
.offset10 {
	margin-left: 844px;
}
.offset11 {
	margin-left: 926px;
}
.prepend-top {
	margin-top: 40px;
}
.append-bottom {
	margin-bottom: 40px;
}
.append-bottom-pad {
	padding-bottom: 40px;
}
.container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
*zoom:1;
}
.container:before, .container:after {
	display: table;
	content: "";
}
.container:after {
	clear: both;
}
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
}
.clearfix:after {
	clear: both;
}
/*------------------------------------------------------------------------------
Structure
------------------------------------------------------------------------------*/
.super-header {
	background: #181818 url(/branding/cn_images/super-header-bg.png) 0 0 repeat-x;
	border-bottom: 1px solid #000000;
}
/*--| Super Nav |--*/
.super-nav {
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
}
.super-nav > li {
	z-index: 2;
	float: right;
	position: relative;
	list-style-type: none;
	line-height: 13px;
}
.super-nav > li > a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	padding: 11px 17px 10px 17px;
	cursor: default;
}
.super-nav li.super-nav-contact a {
	cursor: auto;
}
.super-nav > li > a:hover, .super-nav > li.hover > a {
	background: #161616 url(/branding/cn_images/super-nav-hover.png) 0 0 repeat-x;
	text-decoration: none;
	color: #fff;
}
/*--| Super Dropdown |--*/
.super-nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -2px;
	border-top: 1px solid #000;
	width: 175px;
	padding: 0 7px 8px 2px;
	margin: 0;
	background: url(/branding/cn_images/super-nav-sub-bg.png) 0 100% no-repeat;
}
.super-nav li ul li {
	list-style-type: none;
}
.super-nav li ul li:first-child {
	padding-top: 5px;
	border-top: 1px solid #3e3e3e;
}
.super-nav li ul li a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	padding: 5px 18px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	cursor: auto;
}
.super-nav li ul li a:hover {
	background: #1d467d url(/branding/cn_images/super-nav-sub-hover.png) 0 0 repeat-x;
	border-top: 1px solid #2b67b7;
	border-bottom: 1px solid #142f54;
	text-decoration: none;
	color: #FFF;
}
.search-wrap {
	width: 158px;
	float: right;
	margin: 0 24px 0 0;
	padding: 4px 0 0 0;
}
.search-wrap .type-search {
	-webkit-appearance: textfield;
	box-sizing: content-box;
	display: inline-block;
	width: 129px;
	height: 17px;
	padding: 2px 10px 2px 20px;
	margin: 0;
	font-size: 13px;
	line-height: 17px;
	color: #FFF;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: none;
	background: transparent url(/branding/cn_images/search-bg.png) 0 0 no-repeat;
}
.search-wrap input[type="search"]:focus {
	outline: none;
}
div.header-login, div.header-user {
	display: block;
	float: left;
	padding: 9px 0 4px 0;
}
div.header-login {
	float: right;
}
div.header-user {
	width: 182px;
}
div.header-login, div.header-user, div.header-login a, div.header-user a {
	color: #f89728;
	font-weight: normal;
	text-align: right;
	text-transform: uppercase;
}
div.header-user span.myprofile a {
	text-transform: none;
}
a:hover.header-login {
	text-decoration: none;
	color: #fff;
}
div.header-user a.admin-menu:before {
	content: "|";
	padding: 0 7px 0 0;
}
.header {
	background: #dbdbdb url(/branding/cn_images/header-bg.png) 0 0 repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #FFF;
}
.logo-wrap {
	display: block;
/*	padding: 9px 0 0;
	margin-top: 15px;
	margin-bottom: 10px;*/
}

/*--| Main Nav |--*/
.main-nav {
	margin: 0;
	padding: 0;
}
.main-nav li {
	list-style-type: none;
	float: left;
}
.main-nav li a, .main-nav li a:link, .main-nav li a:visited, .main-nav li a:active {
	font-family: "myriad-pro-n6", "myriad-pro", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 600;
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
	display: block;
	padding: 0 20px;
	line-height: 44px;
	-moz-text-shadow: #ffffff 0 1px 0;
	-webkit-text-shadow: #ffffff 0 1px 0;
	text-shadow: #ffffff 0 1px 0;
	behavior: url(/_js/PIE.htc);
	position: relative;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
.main-nav li a, .main-nav li a:link, .main-nav li a:visited, .main-nav li a:active {
	font-size: 15px;
}
}
.main-nav li a:hover {
	color: #275DA6;
	text-decoration: none;
}
.main-nav li.active a {
	height: 45px;
	margin-top: -1px;
	color: #fff;
	-moz-text-shadow: transparent 0 1px 0;
	-webkit-text-shadow: transparent 0 1px 0;
	text-shadow: transparent 0 1px 0;
	background: #265ba2;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#265ba2) to(#1d467d));
	background: -webkit-linear-gradient(#265ba2, #1d467d);
	background: -moz-linear-gradient(#265ba2, #1d467d);
	background: -ms-linear-gradient(#265ba2, #1d467d);
	background: -o-linear-gradient(#265ba2, #1d467d);
	background: linear-gradient(#265ba2, #1d467d);
	-pie-background: linear-gradient(#265ba2, #1d467d);
	behavior: url(/_js/PIE.htc);
	position: relative;
}
.main-content-wrap {
	position: relative;
}
.main-content {
	background-color: #FFF;
	padding-bottom: 17px;
	padding-top: 25px;
	position: relative;
	z-index: 0;
	width: 100%;
}
.main-content li {
	line-height: 1.3;
	margin-bottom: 8px;
}
.main-content ol ul {
	margin-top: 8px;
}
.main-content ol li li {
	margin-left: 5px;
}
.footer {
	background: #ebebeb;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 14px 0;
}
/*--| Sub Header |--*/
.sub-header {
	display: none;
	position: relative;
	height: 190px;
	background: #e8e8e8;
}
.sub-header-inner {
	border-top: 1px solid #FFF;
	padding: 15px 0 20px;
}
.collapse-bar {
	background: #cccccc url(/branding/cn_images/collapse-arrow.png) 50% 50% no-repeat;
	display: block;
	height: 20px;
	cursor: pointer;
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #FFF;
	width: 100%;
	position: absolute;
	bottom: 0;
}
.front .collapse-bar {
	border-bottom: 1px solid #333333;
}
.collapse-shadow {
	display: block;
	position: absolute;
	background: url(/branding/cn_images/collapse-shadow.png) 0 0 repeat-x;
	height: 5px;
	bottom: -5px;
	left: 0;
	width: 100%;
	z-index: 100;
}
.nav-wrap {
	position: relative;
}
.nav-content {
	position: absolute;
	background: #e8e8e8;
	display: none;
	width: 100%;
}
.nav-content hr {
	background: #ccc;
	color: #ccc;
	margin: 5px 0 10px;
}
.sub-nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.sub-nav li a {
	font-size: 12px;
}
ul.sub-nav li {
	line-height: 18px;
}
.nav-content h3 {
	font-family: "myriad-pro-n3", "myriad-pro", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 22px;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 0;
	line-height: 1;
}
.sub-nav li h3 a {
	font-size: 18px;
}
/*--| Footer |--*/
/*--| Footer |--*/
.footer h5 {
	color: #666666;
	font-size: 15px;
}
.footer ul {
	margin: 0 0 15px 0;
	padding: 0;
}
.footer ul li {
	list-style-type: none;
	font-size: 12px;
	color: #666666;
}
.sub-footer {
	padding-top: 10px;
	font-size: 11px;
	color: #999999;
}
.sub-footer p {
	font-size: 11px;
	margin: 0;
}
.link-separators a {
	padding: 0 5px 0 0;
}
.link-separators a:before {
	content: "|";
	padding: 0 7px 0 0;
}
.link-separators a:first-child:before {
	content: "";
	padding: 0;
}
.link-separators-narrow .link-separator {
	padding: 0 2px 0 0;
}
.link-separators-narrow .link-separator:before {
	content: "|";
	padding: 0 2px 0 0;
}
.link-separators-narrow .link-separator:first-child:before {
	content: "";
	padding: 0;
}
.sub-footer .pad-top {
	padding-top: 15px;
}
.sub-footer a, .sub-footer a:before {
	color: #999;
}
a.footer-head {
	color: #666666;
}
div.header-user {
	width: 105px;
}
.span2f {
	width: 132px;
}
.span2w {
    width: 190px;
}
.icon-cn, .icon-jp, .icon-kr, .icon-en {
	background-image: url("/branding/cn_images/icons-flags.png");
	background-repeat: no-repeat;
	display: inline-block !important;
	height: 11px;
	margin: 8px 0 0;
	width: 20px;
}
.icon-cn {
	background-position: 0 0;
}
.icon-jp {
	background-position: -20px 0;
}
.icon-kr {
	background-position: -40px 0;
}
.icon-en {
	background-position: -60px 0;
}
.icon-map.pad-top a {
	color: #275da6;
	margin-right: 8px;
}
.share-icon {
	padding-bottom: 6px;
	display: block;
}
.share-icon span {
	display: block;
	height: 16px;
	width: 16px;
	float: left;
	margin-right: 5px;
	background-image: url(/branding/cn_images/icon-share.png);
	background-repeat: no-repeat;
}
.share-icon .icon-facebook {
	background-position: 0 0;
}
a:hover.share-icon .icon-facebook {
	background-position: 0 -16px;
}
.share-icon .icon-twitter {
	background-position: 0 -32px;
}
a:hover.share-icon .icon-twitter {
	background-position: 0 -48px;
}
.share-icon .icon-linkedin {
	background-position: 0 -64px;
}
a:hover.share-icon .icon-linkedin {
	background-position: 0 -80px;
}
/*--| NoNav content |--*/

body.nonav-content {
	background-color: #FFF;
}
/*--| Sub Header |--*/

#nav-products-content .span2 {
	width: 115px !important;
}
#nav-products-content .span21 {
	width: 120px !important;
}
/*------------------------------------------------------------------------------
Buttons & Icons
------------------------------------------------------------------------------*/
.icon-map {
	background: url('/branding/cn_images/icon-map.png') 0 0 no-repeat;
	padding-left: 113px;
	height: 69px;
}
table.box {
	padding: 0;
	margin-bottom: 20px;
	width: 100%;
	border-collapse: separate;
	border: 0px;
	border-bottom: 1px solid #ccc;
	border-radius: 8px;
}
table.box thead {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	behavior: url(http://www.collab.net/sites/all/themes/collabnet/_js/PIE.htc);
	position: relative;
}
table.box thead th {
	border: none;
	padding: 0;
	line-height: 1.3;
}
table.box tbody {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	behavior: url(http://www.collab.net/sites/all/themes/collabnet/_js/PIE.htc);
	position: relative;
}
table.box tbody th, table.box tbody td {
	color: #333;
	font-size: 14px;
	padding: 13px 10px;
	border-right: 1px solid #c0d5f2;
	vertical-align: top;
}
table.box tbody td {
	font-size: 13px;
	padding: 7px 10px;
	vertical-align: middle;
}
table.box tbody td.top {
	vertical-align: top;
}
table.box tbody td p {
	font-size: 13px;
}
table.box thead th {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 40px;
	padding: 0 20px;
	margin: 0;
	line-height: 1.3;
	-moz-text-shadow: #173d7c 0 1px 0;
	-webkit-text-shadow: #173d7c 0 1px 0;
	text-shadow: #173d7c 0 1px 0;
	background: #275da6;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#275da6) to(#1f4b85));
	background: -webkit-linear-gradient(#275da6, #1f4b85);
	background: -moz-linear-gradient(#275da6, #1f4b85);
	background: -ms-linear-gradient(#275da6, #1f4b85);
	background: -o-linear-gradient(#275da6, #1f4b85);
	background: linear-gradient(#275da6, #1f4b85);
	-pie-background: linear-gradient(#275da6, #1f4b85);
	behavior: url(http://www.collab.net/sites/all/themes/collabnet/_js/PIE.htc);
	position: relative;
}
table.box thead th {
	line-height: 1.3;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	behavior: url(/sites/all/themes/collabnet/_js/PIE.htc);
	position: relative;
}
table.box tbody th {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 10px;
	border-top: 3px solid #ccc;
	border-right: 1px solid #c0d5f2;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff) to(#dde8f8));
	background: -webkit-linear-gradient(#ffffff, #dde8f8);
	background: -moz-linear-gradient(#ffffff, #dde8f8);
	background: -ms-linear-gradient(#ffffff, #dde8f8);
	background: -o-linear-gradient(#ffffff, #dde8f8);
	background: linear-gradient(#ffffff, #dde8f8);
	-pie-background: linear-gradient(#ffffff, #dde8f8);
	behavior: url(/sites/all/themes/collabnet/_js/PIE.htc);
	position: relative;
	text-shadow: none;
	line-height: 1.3;
}
table.box tbody .section th {
	background: #ddd;
	border-right: none;
}
table.box tbody th p {
	font-weight: normal;
	margin-bottom: 5px;
	color: #666;
	font-size: 12px;
	line-height: 1;
}
table tbody .striped {
	background: #f4f4f4;
}
table.box a, table.views-table a {
	color: #275da6;
}
table.box thead th a, table.views-table thead th a {
	color: #FFF;
}
table.box tbody td span.checked {
	background: url('../_media/checkmark.png') no-repeat 0 0;
	width: 25px;
	height: 25px;
	margin: 0 auto;
}
table.box.striped tbody tr td table tbody tr td, table.box.striped tbody tr.last td table tbody tr td, table.box.striped tbody tr td table tbody tr:last-child td:first-child {
	border: none;
	background-color: #fff;
}
table.box.striped tbody tr td table tbody {
	border: none;
}
/* Crazy css to get rounded,bordered corners on table */
table.box tbody th, table.box tbody td {
	border-bottom: 0px solid #ccc;
}
table.box tbody th:first-child, table.box tbody td:first-child {
	border-left: 1px solid #ccc;
	padding-left: 20px;
}
table.box tbody th:last-child, table.box tbody td:last-child {
	border-right: 1px solid #ccc;
}
table.box tbody tr:last-child td:first-child {
	border-bottom: 0px solid #ccc;
	-webkit-border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	behavior: url(http://www.collab.net/sites/all/themes/collabnet/_js/PIE.htc);
	position: relative;
}
table.box tbody tr:last-child td:last-child {
	-webkit-border-radius: 0 0 6px 0;
	-moz-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	behavior: url(http://www.collab.net/sites/all/themes/collabnet/_js/PIE.htc);
	position: relative;
}
table tbody .striped {
	background: #f4f4f4;
}
table.box.striped tbody tr td table tbody tr td, table.box.striped tbody tr.last td table tbody tr td, table.box.striped tbody tr td table tbody tr:last-child td:first-child {
	border: none;
	background-color: #fff;
}
table.box.striped tbody tr td table tbody {
	border: none;
}
a.arrow-large {
	background: url(http://www.collab.net/sites/all/themes/collabnet/_media/icon-small-arrow.png) 100% 50% no-repeat;
	padding-right: 20px;
}
.box tr:nth-child(odd) {
	background-color: #fff;
}
.box tr:nth-child(even) {
	background-color: #f4f4f4;
}
/*------------------------------------------------------------------------------
Promos / Megamenu
------------------------------------------------------------------------------*/

a:active.module-share, .dropdown.open .dropdown-toggle {
	text-decoration: none;
	background: #e4e4e4;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#e4e4e4) to(#f6f6f6));
	background: -webkit-linear-gradient(#e4e4e4, #f6f6f6);
	background: -moz-linear-gradient(#e4e4e4, #f6f6f6);
	background: -ms-linear-gradient(#e4e4e4, #f6f6f6);
	background: -o-linear-gradient(#e4e4e4, #f6f6f6);
	background: linear-gradient(#e4e4e4, #f6f6f6);
	-pie-background: linear-gradient(#e4e4e4, #f6f6f6);
	behavior: url(/sites/all/themes/collabnet/_js/PIE.htc);
	position: relative;
	cursor: pointer;
}
.dropdown {
	position: relative;
}
.dropdown-menu {
	z-index: 1000;
	top: 100%;
	left: 0;
	margin: 1px 0 0 0;
	position: absolute;
	display: none;
}
.dropdown.open {
*z-index:1000;
}
.dropdown.open .dropdown-menu {
	display: block;
}
.dropdown-inner {
	margin: 0;
	padding: 15px 5px 5px 10px;
	list-style: none;
	background-color: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	behavior: url(/sites/all/themes/collabnet/_js/PIE.htc);
	position: relative;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	behavior: url(/sites/all/themes/collabnet/_js/PIE.htc);
	position: relative;
	width: 100px;
}
.dropdown-inner li {
	height: 30px;
}
.dropdown-button {
	display: block;
	padding: 5px 12px 4px 12px;
	border: 1px solid #d2d2d2;
	font-weight: normal;
	cursor: pointer;
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff) to(#f0f0f0));
	background: -webkit-linear-gradient(#ffffff, #f0f0f0);
	background: -moz-linear-gradient(#ffffff, #f0f0f0);
	background: -ms-linear-gradient(#ffffff, #f0f0f0);
	background: -o-linear-gradient(#ffffff, #f0f0f0);
	background: linear-gradient(#ffffff, #f0f0f0);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
a:hover.dropdown-button {
	background: #ffffff;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff) to(#f5f5f5));
	background: -webkit-linear-gradient(#ffffff, #f5f5f5);
	background: -moz-linear-gradient(#ffffff, #f5f5f5);
	background: -ms-linear-gradient(#ffffff, #f5f5f5);
	background: -o-linear-gradient(#ffffff, #f5f5f5);
	background: linear-gradient(#ffffff, #f5f5f5);
	text-decoration: none;
}
a:active.dropdown-button {
	background: #f0f0f0;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0) to(#ffffff));
	background: -webkit-linear-gradient(#f0f0f0, #ffffff);
	background: -moz-linear-gradient(#f0f0f0, #ffffff);
	background: -ms-linear-gradient(#f0f0f0, #ffffff);
	background: -o-linear-gradient(#f0f0f0, #ffffff);
	background: linear-gradient(#f0f0f0, #ffffff);
}
.lt-ie8 .dropdown-button, .lt-ie8 a:hover.dropdown-button {
	background: url(../_media/dropdown-bg.png) 0 0 repeat-x;
}
.dropdown-indicator {
	position: absolute;
	right: 10px;
	top: 12px;
	background: url(../_media/dropdown-indicator.png) no-repeat scroll top left;
	width: 12px;
	height: 7px;
}
.dropdown-standard .dropdown-inner {
	min-width: 250px;
	padding: 3px 0;
}
.dropdown-standard li {
	padding: 0;
	margin: 0;
	height: auto;
}
.dropdown-standard a {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555;
	white-space: nowrap;
	font-size: 12px;
}
.dropdown-standard li > a:hover, .dropdown-standard .active > a, .dropdown-standard .active > a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #0088cc;
}
.lt-ie9 .dropdown-inner {
	-webkit-box-shadow: 0 5px 10px #cccccc;
	-moz-box-shadow: 0 5px 10px #cccccc;
	box-shadow: 0 5px 10px #cccccc;
	behavior: url(/sites/all/themes/collabnet/_js/PIE.htc);
	position: relative;
}
/*-------------------------------------------------------------
product capability pages
-------------------------------------------------------------*/

.scaleme {
	transform:scale(.7, .7);
	-ms-transform:scale(.7, .7); /* IE 9 */
	-webkit-transform:scale(.7, .7); /* Safari and Chrome */
}
/*-----------------------------------------------------------
For main navigation from CN site
------------------------------------------------------------*/
.main-nav-new {
	text-align: left;
}
.main-nav-new ul {
	float: right;
	margin: 0;
	margin-top: 27px;
}
.main-nav-new ul li {
	display: -moz-inline-stack;
	display: block;
	vertical-align: top;
	border: 1px solid #fff;
	zoom: 1;
 *display: inline;
}
.main-nav-new ul li a {
	color: #1b1b1b;
	display: block;
	padding: 11px 21px !important;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -2px;
	position: relative;
	z-index: 100px;
}
.main-nav-new ul li a:hover, .main-nav-new ul li a.active {
	background-color: #fff;
	padding: 10px 20px;
	border-bottom: 1px dotted #cccccc !important;
	/*border: solid 1px #ababab;*/
	border-bottom: none;
	text-decoration: none;
}
.subnav {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 1000;
	text-align: right;
}
.subnav .container {
	position: relative;
}
.subnav .sub-nav-container {
	width: 400px;
	margin-top: 1px;
	position: absolute;
	top: 0;
	right: 0;
	margin-right: -30px;
	overflow: hidden;
	background-color: #fff;
	border: solid 1px #ababab;
	border-top: none;
	text-align: left;
}
.subnav .sub-nav-container .col {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
 *display: inline;
	text-align: left;
}
.subnav .sub-nav-content {
	padding: 15px;
}
.subnav .sub-nav-content a.nav-item {
	border-top: dotted 1px #ccc;
	padding: 10px 15px;
	display: block;
	line-height: normal;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}
.subnav .sub-nav-content a.nav-item .nav-title {
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 14px;
}
.subnav .sub-nav-content a.nav-item .nav-subtitle {
	margin-top: 5px;
	display: block;
	font-size: 10px;
	color: #4e74a3;
}
.subnav .sub-nav-content a.nav-item.collabnet-icon {
	background-image: url(../images/collabnet-icon-small.png);
	padding-left: 60px;
}
.subnav .sub-nav-content a.nav-item.community-icon {
	background-image: url(../images/community-icon-small.png);
	padding-left: 60px;
}
.subnav .sub-nav-content a.nav-item.training-icon {
	background-image: url(../images/training-icon-small.png);
	padding-left: 60px;
}
.subnav .sub-nav-content a.nav-item:hover {
	text-decoration: none;
	background-color: #f2f7fd;
}
.subnav .sub-nav-content a.nav-item:first-child {
	border: none;
}
.subnav .sub-nav-content-footer {
	text-align: left;
	background-color: #eaefe9;
	padding: 15px;
}
.btn {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
 *display: inline;
	padding: 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.btn.btn-orange {
	color: #fff;
	background: #f6911d;
	/* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y2OTExZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYTYzMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f6911d 0%, #da630f 100%);
	/* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6911d), color-stop(100%, #da630f));
	/* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6911d 0%, #da630f 100%);
	/* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6911d 0%, #da630f 100%);
	/* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6911d 0%, #da630f 100%);
	/* IE10+ */
    background: linear-gradient(to bottom, #f6911d 0%, #da630f 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6911d', endColorstr='#da630f', GradientType=0 );
/* IE6-8 */ }
.btn.btn-orange:hover {
	background-color: #da630f;
	text-decoration: none;
}

.header {
	background-image: none;
	background-color: #fff;
}
.subnav .sub-nav-container {
	top:-10000px;
}
/*Main Nv Menu	*/
/*
LEVEL ONE
*/
ul.dropdown1 {
	position: relative;
}
ul.dropdown1 li {
	font-weight: bold;
	float: left;
	zoom: 1;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
ul.dropdown1 a:hover {
	color: #000;
}
ul.dropdown1 a:active {
	color: #000;
}
ul.dropdown1 li a {
	display: block;
	padding: 4px 8px;
	border-right: 1px solid #333;
	color: #222;
}
ul.dropdown1 li:last-child a {
	border-right: none;
} /* Doesn't work in IE */
/*ul.dropdown1 li.hover, */

ul.dropdown1 ul li:hover {
	background:#225191 url(./cn/images/super-nav-hover.png) 0 0 repeat-x;
	color: white;
	position: relative;
}
ul.dropdown1 li.hover a {
	color: black;
}
/* 
LEVEL TWO
*/
ul.dropdown1 ul {
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -1px;
	margin-left: 0;
	z-index: 999;
}
ul.dropdown1 ul li {
	font-weight: normal;
	background: #333333;
	color: #fff;
	/*	border-bottom: 1px solid #ccc;*/
	float: none;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown1 ul li a {
	border-right: none;
	width: 91%%;
	display: inline-block;
	padding: 10px !important;
}
/* 
LEVEL THREE
*/
ul.dropdown1 ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown1 li:hover > ul {
	visibility: visible;
}
ul.dropdown1 {
	list-style: none;
}
ul.dropdown1 {
	list-style: none;
}
ul.dropdown1 li {
	list-style: none;
}
/* 




/* 
LEVEL ONE
*/
ul.dropdown2 {
	position: relative;
}
ul.dropdown2 li {
	font-weight: bold;
	float: left;
	zoom: 1;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
ul.dropdown2 a:hover {
	color: #000;
}
ul.dropdown2 a:active {
	color: #333333;
}
.main-nav-new ul li a.active {
	background-color:#fff;
	padding:11px 21px;
	border-bottom: 1px dotted #cccccc !important;
	border-bottom:none;
	text-decoration:none !important;
}
ul.dropdown2 li a {
	padding: 11px 21px;
	display: block;
	color: #1B1B1B;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -2px;
	padding: 11px 21px;
	position: relative;
}
ul.dropdown2 li:last-child a {
	border-right: none;
} /* Doesn't work in IE */
ul.dropdown2 li:hover {
	background-color:#fff;
	border:solid 1px #ababab;
	position: relative;
	border-bottom:none;
	text-decoration:none !important;
}
a.hover-remove:hover {
	background-color: #f2f7fd !important;
	/*	border-top: 1px dotted #ccc !important;
	border-bottom: 1px dotted #ccc !important;
	border-left: none !important;	
	border-right: none !important;	*/
	border-bottom: 1px dotted #ccc;
	text-decoration: none !important;
}
a.hover-remove {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 0 !important;
}
a.hover-remove-last:hover {
	background-color: #f2f7fd !important;
	/*	border-top: 1px dotted #ccc !important;
	border-bottom: 1px dotted #ccc !important;
	border-left: none !important;	
	border-right: none !important;	*/
	border-bottom: none !important;
	text-decoration: none !important;
}
.brem {
	border: none !important;
}
ul.dropdown2 li.hover a, ul.dropdown2 li a.active {
	background-color:#fff;
	padding:10px 20px;
	/*	border:solid 1px #ababab;*/
	border-bottom:none;
	text-decoration:none;
}
/* 
LEVEL TWO
*/
ul.dropdown2 ul {
	width: 300px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: -1px;
	z-index: 999;
	border-right: 1px solid #cccccc !important;
	border-left: 1px solid #cccccc !important;
	border-bottom: 1px solid #cccccc !important;
	padding-bottom: 3px;
}
ul.dropdown2 ul li {
	font-weight: normal;
	background: #f6f6f6;
	color: #000;
	/*border-bottom: 1px solid #ccc;*/
	float: none;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown2 ul li a {
	border-right: none;
	width: 91%;
	display: inline-block;
	background-color: #fff;
}
/* 
LEVEL THREE
*/
ul.dropdown2 ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown2 li:hover > ul {
	visibility: visible;
}
ul.dropdown2 {
	list-style: none;
}
ul.dropdown2 {
	list-style: none;
}
ul.dropdown2 li {
	list-style: none;
}



/* Firefox */
@-moz-document url-prefix() {
 #social-icons {
margin-top: -1px;
}
}

/* Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#social-icons {
	margin-top: -35px;
}
}
.scrollToTop {
	width:100px;
	height:130px;
	padding:10px;
	text-align:center;
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	top:75px;
	right:40px;
	display:none;
	background: url('./wp-content/themes/arcade-basic-child/images/up_0.png') no-repeat 0px 20px;
}
.scrollToTop:hover {
	text-decoration:none;
}
#toTop {
	padding: 5px 3px;
	background: #000;
	color: #fff;
	position: fixed;
	bottom: 0;
	right: 5px;
	display: none;
}
.home-top {
	margin-bottom: 40px !important;
	background: url("./wp-content/themes/arcade-basic-child/images/page-banner-bg.png") repeat-x scroll 50% 100% rgba(0, 0, 0, 0) !important;
	height: 412px;
	margin-top: -40px;
}
.pad-top {
	padding-top: 25px !important;
}
#footer {
	padding: 0 !important;
}
#topcontrol {
	z-index: 999;
}
#commentform input.error, #commentform textarea.error {
	background: none repeat scroll 0 0 #ffebe8;
	border: 1px solid #cc0000;
	padding: 6px 9px;
}
/*-------------------------------*/


.logo-wrap {
	/*margin-bottom: 10px;
	margin-top: 15px;*/
	display: block;
	padding: 14px 0 0;
}
.main-nav-new ul {
	float: right;
	margin: 27px 0 0;
}
ul.dropdown2 ul.sub_menu1 {
	background-color: #ffffff;
	border-top: 1px solid #cccccc !important;
	margin-left: -18px;
	padding: 10px 20px;
	position: absolute;
	top: 42px;
	width: 430px;
}
ul.dropdown2 ul.sub_menu2 {
	background-color: #ffffff;
	border-top: 1px solid #cccccc !important;
	margin-left: -125px;
	padding: 10px 20px;
	position: absolute;
	top: 42px;
	width: 430px;
}
ul.dropdown2 ul.sub_menu3 {
	background-color: #ffffff;
	border-top: 1px solid #cccccc !important;
	margin-left: -235px;
	padding: 10px 20px;
	position: absolute;
	top: 42px;
	width: 430px;
}
a.dotted {
	border-bottom: 1px dotted #ccc;
	margin-bottom: none !important;
}
