/* CSS Document */
@font-face {
    font-family: 'extra light';
    src: url('/css/fonts/proximanova-thin-webfont.eot');
    src: url('/css/fonts/proximanova-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/proximanova-thin-webfont.woff') format('woff'),
         url('/css/fonts/proximanova-thin-webfont.ttf') format('truetype'),
         url('/css/fonts/proximanova-thin-webfont.svg#proxima_nova_thregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'light';
    src: url('/css/fonts/proximanova-light-webfont.eot');
    src: url('/css/fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/proximanova-light-webfont.woff') format('woff'),
         url('/css/fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('/css/fonts/proximanova-light-webfont.svg#proxima_nova_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'regular';
    src: url('/css/fonts/proximanova-regular-webfont.eot');
    src: url('/css/fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/proximanova-regular-webfont.woff') format('woff'),
         url('/css/fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('/css/fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'medium';
    src: url('/css/fonts/proximanova-semibold-webfont.eot');
    src: url('/css/fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('/css/fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('/css/fonts/proximanova-semibold-webfont.svg#proxima_nova_ltbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1, h2, h3, h4, h5, p, a, span, li, td, th {
	font-weight:normal;
}

p, span, a, td, th, li {
	font-family: "regular" , Helvetica, sans-serif
}

h1, h2, h3, h4, h5 {
	font-family: "light" , Helvetica, sans-serif
}

label, label span, div.control span a.button, a.grey-btn span, a.blue-btn span {
	font-family: "medium" , Helvetica, sans-serif
}

body {
	margin:0;
	background:#cccccc;
	font-family: "regular" , Helvetica, sans-serif;
	color: #3b3d40;
}

ul, li {
	list-style:none;
	margin:0;
	padding:0;
}

div.clear {
	clear:both;
	width:0px;
	height:0px;
}

.hide {
	display:none !important;
}


/***************
FONT STYLES
***************/
h1 {
	font-weight:normal;
	font-size:34px;
	line-height:34px;
}

h2 {
	font-size:24px;
	line-height: 24px;
	letter-spacing: -0.5px;
	font-weight:normal;
	margin: 0 0 15px 0;
}

h3 {
	font-size:24px;
	line-height:24px;
	color:#4065b9;
}

p {
	color: #5a5c5e;
	font-size:16px;
	line-height:22px;
	font-weight:normal;	
}

p.small, span.small {
	font-size:13px;
	line-height:18px;
}

label {
	color: #5a5c5e;
	font-size:10px;
	text-transform:uppercase;
	/* gotham medium */
}

label input {
	margin: 0 5px 0 0;
}


/***************
COLOURS
***************/


.blue {
	color:#4065b9 !important;
	
}

.deep-orange {
	color:#f84710 !important;
}

.dark-grey {
	color:#3b3d40 !important;
}

.light-grey {
	color:#bababa !important;
}

.grey {
	color:#5a5c5e !important;
}

.red {
	color:#bc364c !important;
}

/***************
GLOBAL STYLES
***************/

a span.arrow {
	display:inline-block;
	vertical-align:middle;
	width: 4px;
	height: 8px;
	background:url(/images/ui/link-arrow-blue.png) no-repeat;
}

a span.arrow.orange {
	display:inline-block;
	vertical-align:middle;
	width: 7px;
	height: 12px;
	background:url(/images/ui/link-arrow-orange.png) no-repeat;
}


a span.arrow.white {
	display:inline-block;
	width: 5px;
	height: 10px;
	background:url(/images/ui/white-arrow.png) no-repeat;
	vertical-align:middle;
}

span.tool-icon  {
	display:inline-block;
	background:url(/images/ui/menu-toolbar-icons.png) no-repeat;
	width: 30px;
	height: 22px;
	overflow:hidden;
}

span.tool-icon.science {
	background-position:0 0;
	width:22px;
}

span.tool-icon.community  {
	background-position:-30px 0;
	width:26px;
}

span.tool-icon.dev  {
	background-position:-60px 0;
	width:18px;
}

span.tool-icon.share  {
	background-position:-90px 0;
	width:15px;
}

span.tool-icon.tools  {
	background-position:-111px 0;
	width:24px;
}

span.tool-icon.science.orange {
	background-position:0 -23px;
	width:22px;
}

span.tool-icon.community.orange  {
	background-position:-30px -23px;
	width:26px;
}

span.tool-icon.dev.orange  {
	background-position:-60px -23p;
	width:18px;
}

span.tool-icon.share.orange  {
	background-position:-90px -23px;
	width:15px;
}

span.tool-icon.tools.orange  {
	background-position:-111px -23px;
	width:24px;
}

span.tool-icon.science.blue {
	background-position:0 -46px;
	width:22px;
}

span.tool-icon.community.blue  {
	background-position:-30px -46px;
	width:26px;
}

span.tool-icon.dev.blue  {
	background-position:-60px -46p;
	width:18px;
}

span.tool-icon.share.blue  {
	background-position:-90px -46px;
	width:15px;
}

span.tool-icon.tools.blue  {
	background-position:-111px -46px;
	width:24px;
}

a.return-to-top {
	width:22px;
	height:39px;
	background:url(/images/ui/chevron.png) no-repeat;
	display:block;
}

a.learn-more:hover, a.link:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover  {
	text-decoration:underline;
}

div.wedge {
	width:66px;
	height:174px;
	background:url(/images/ui/wedges.png) no-repeat;
	position:absolute;
	top:0;
	right:0;
}

.row.light div.wedge, div.wedge.light {
	background-position: -67px 0;
}

.row.grey div.wedge, div.wedge.grey {
	background-position: -135px 0;
}

.row.selected div.wedge {
	background-position: -200px 0;
}


.row.light.selected div.wedge {
	background-position:-268px 0;
}

div.wedge.tall {
	width:78px;
	height:214px;
	background:url(/images/ui/wedges-tall.png) no-repeat;
	position:absolute;
	top:0;
	right:0px;
}

div.wedge.tall.light{
	background-position: -79px 0;
}

div.wedge.tall.grey {
	background-position: -158px 0;
}

.selected div.wedge.tall {
	background-position: -237px 0;
}

span.check-mark {
	display:inline-block;
	width:15px;
	height:16px;
	background:url(/images/ui/check-mark.png);
}

ul.dots li {
	display:block;
	float:left;
	width:12px;
	height:12px;
	background:url(/images/ui/slider-dots.png) no-repeat;
	background-position:-13px 0;
	margin: 0 10px 0 0;
}

ul.dots li a {
	display:inline-block;
	width:12px;
	height:12px;
}

ul.dots li.selected {
	background-position:0 0;
}

span.ratings {
	display:inline-block;
	height:13px;
	
}

span.ratings img {
	vertical-align:top;
}


span.squares {
	display:inline-block;
	line-height:9px;
	vertical-align:middle;
}

ul.colors {
	display:inline-block;
}

ul.colors li {
	display:inline-block;
	width: 20px;
	height: 18px;
	margin: 0 15px 0 0;
}

ul.colors.right li {
	margin: 0 0 0 15px;
}

input.text {
	border:none;
	background:#ffffff;
	height: 25px;
	line-height:25px;
	font-size:14px;
	color:#606366;
	padding: 0 7px 0 7px;
}

div.checkbox {
	display: inline-block;
    font-size: 13px;
    line-height: 13px;
    vertical-align: top;
}

div.checkbox span {
	display: inline-block;
	font-size: 13px;
	line-height: 13px;
	margin: 4px 0 0;
	vertical-align: top;
	color: #5a5c5e;
	text-transform:uppercase;
	font-family:"medium", Helvetica, sans-serif;
	cursor: pointer;
}

div.checkbox div.input {
	margin: 0 5px 0 0;
	width:20px;
	height:20px;
	background:url(/images/ui/checkbox.png) no-repeat;
	display:inline-block;
	cursor: pointer;
}

div.checkbox div.input.selected {
	background-position: -20px 0;
}

div.checkbox div.input input {
	visibility:hidden;
	width:20px;
	height:20px;
	margin:0 0 0 0;
	padding:0;
}

div.radio {
	width: 10px;
	height: 10px;
	background:url(/images/ui/radio-button.png) no-repeat;
	background-position:0 0;
}

div.radio.selected {
	background-position:0 -11px;
}

div.radio input {
	display:none;
}

div.play, a.play {
	display:block;
	width:32px;
	height:31px;
	background:url(/images/ui/play-button-small.png) no-repeat;
}

div.play.large, a.play.large {
	display:block;
	width:66px;
	height:65px;
	background:url(/images/ui/play-button-large.png) no-repeat;
}

div.play.extra-large, a.play.extra-large {
	display:block;
	width:94px;
	height:94px;
	background:url(/images/ui/play-button-extra-large.png) no-repeat;
}


/* buttons */

a.grey-btn {
	width: 145px;
	height: 31px;
	background:url(/images/ui/grey-button.png) no-repeat;
	text-align:center;
	display:inline-block;
}

a.grey-btn:hover {
	background-position:left -33px;
}

a.grey-btn span {
	color:#3b3d40;
	font-size:13px;
	line-height:31px;
}

a.grey-btn.short {
	width: 164px;
	height: 31px;
	background:url(/images/ui/grey-button-short.png) no-repeat;
	text-align:center;
	display:inline-block;
}

a.grey-btn.short:hover {
	background-position:left -33px;
}

a.grey-btn.short span {
	color:#3b3d40;
	font-size:14px;
	line-height:31px;
}

.grey-btn.short i.small { 
	margin: 12px 7px 0 0;
}


a.grey-btn.small {
	width: 75px;
	height: 31px;
	background:url(/images/ui/grey-button-short.png) no-repeat;
	text-align:center;
	display:inline-block;
}

a.grey-btn.small:hover {
	background-position:left -33px;
}

a.grey-btn.small span {
	color:#3b3d40;
	font-size:14px;
	line-height:31px;
}

.grey-btn.small i.small { 
	margin: 12px 7px 0 0;
}


a.grey-btn.stretchy {
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	height:31px;
	overflow:visible;
	text-align:center;
	display:inline-block;
	white-space:nowrap;
	padding-left:20px;
	background:url(/images/ui/grey-button-long.png) no-repeat 0 0;
	position:relative;
}

a.grey-btn.stretchy span {
	color:#3b3d40;
	font-size:14px;
	line-height:31px;
	height:31px;
	display:inline-block;
	margin-right:-3px;
	padding-right:20px;
	background:url(/images/ui/grey-button-long.png) no-repeat 100% 0;
}

.grey-btn.stretchy i.small { 
	position:absolute;
	top: 12px;
	right: 7px;
}

a.grey-btn.stretchy:hover {
	background-position:left -33px;
}

a.grey-btn.stretchy:hover span {
	background-position:100% -33px;
}


a.blue-btn-large {
	width: 180px;
	height: 61px;
	background:url(/images/ui/blue-button-large.png) no-repeat;
	text-align:center;
	display:inline-block;
}

a.blue-btn-large:hover {
	background-position:left -62px;
}

a.blue-btn-large span {
	color:#ffffff;
	font-size:20px;
	line-height:61px;
	/* gotham book */
}

a.blue-btn {
	width: 180px;
	height: 37px;
	background:url(/images/ui/blue-button.png) no-repeat;
	text-align:center;
	display:inline-block;
}

a.blue-btn:hover {
	background-position:left -38px;
}

a.blue-btn span {
	color:#ffffff;
	font-size:11px;
	line-height:37px;
}


a.blue-btn.stretchy {
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	height:37px;
	overflow:visible;
	text-align:center;
	display:inline-block;
	white-space:nowrap;
	padding-left:20px;
	background:url(/images/ui/blue-button-long.png) no-repeat 0 0;
	position:relative;
}

a.blue-btn.stretchy span {
	color:#ffffff;
	font-size:14px;
	line-height:37px;
	height:37px;
	display:inline-block;
	margin-right:-3px;
	padding-right:20px;
	background:url(/images/ui/blue-button-long.png) no-repeat 100% 0;
}

a.blue-btn.stretchy i.small { 
	position:absolute;
	top: 12px;
	right: 7px;
}

a.blue-btn.stretchy:hover {
	background-position:left -33px;
}

a.blue-btn.stretchy:hover span {
	background-position:100% -33px;
}


a.blue-btn.short {
	width: 164px;
	height: 31px;
	background:url(/images/ui/blue-button-short.png) no-repeat;
	text-align:center;
	display:inline-block;
}

a.blue-btn.short:hover {
	background-position:left -33px;
}

a.blue-btn.short span {
	color:#ffffff;
	font-size:14px;
	line-height:31px;
}

.blue-btn.short i {
	margin: 7px 7px 0 0;
}

i.pencil {
	display:inline-block;
	width: 17px;
	height: 17px;
	background:url(/images/ui/icons.png) no-repeat;
	vertical-align:middle;
	float:right;
}

i.down-arrow {
	display:inline-block;
	width: 10px;
	height: 6px;
	background:url(/images/ui/down-arrow.png) no-repeat;
	vertical-align:middle;
	float:right;
}



/* drop downs */
.drop-menu { 
	display:inline-block;
}
.drop-menu-btn {
	margin:0 !important;
}
.drop-menu-items { 
	margin: 0;
	padding: 5px 0;
	position: absolute;
	display:none;
	z-index:100;
}
	
.drop-menu-items li { 
	margin:8px 14px;
}
	
.drop-menu-items li a { 
	font-size:13px;
	font-weight:normal;
}


/* add specifications for 'regular' size, and alt colors as needed (we only specify for grey at present) */
a.grey-btn.drop-menu-btn.short {
	text-align:left;
}
	a.grey-btn.drop-menu-btn.short span {
		padding-left:14px;
	}
.drop-menu-items.grey.short { 
	xwidth:164px;
	xwidth: 100%;
	background:url(/images/ui/dropdown-panel.png) left bottom repeat;
}

.drop-menu-items.grey.short li a { 
	color: #FFFFFF;
}

.drop-menu-items.grey.short li a:hover { 
	color:#4065b9;
}






/* rows */

div.row {
	border-top:1px solid #f9f9f9;
	border-bottom:1px solid #f3f3f3;
	overflow:hidden;
}

div.row.light {
	background: #fbfbfb;
}

div.outer-wrapper {
	width: 100%;
}

div.outer-wrapper.dark {
	background:url(/images/ui/wrapper-shadow-dark.png) center top repeat-y #313538;
}

div.outer-wrapper.medium {
	background:url(/images/ui/wrapper-shadow-medium.png) center top repeat-y #c4c4c4;
}

div.outer-wrapper.light {
	background:url(/images/ui/wrapper-shadow-light.jpg) center top repeat-y #cdcdcd;
}

div.inner-wrapper {
	width: 1280px;
	margin: 0 auto 0 auto;
	position:relative;
	background:#ffffff;
}

div.outer-wrapper.header {
	height: 35px;
	position:absolute;
	z-index:100;
	top:0;
	left:0;
}

/* promos */

div.promos-row {
	position:relative;
	margin: 0 0 100px 0;
	width: 100%;
	overflow:hidden;
}

div.promos-row div.dots {
	position:absolute;
	background:url(/images/ui/feature-short-dots.png) no-repeat;
	width: 261px;
	height: 139px;
	overflow:hidden;
}

div.promos-row div.dots.left {
	left: -110px;
	background-position: 70px 0;
}

div.promos-row div.dots.right {
	right: -140px;
}

div.promos-row div.inner {
	display:block;
	width: 950px;
	float:left;
	margin: 0 0 0 183px;
}

div.promos-row div.divider {
	width:1px;
	height:119px;
	background:url(/images/ui/promo-divider.png) no-repeat;
	margin: 10px 20px 0 20px;
	float:left;
}

div.promos-row div.promo {
	width:453px;
	float:left;
	vertical-align:top;
}

div.promos-row div.promo div.img {
	width: 170px;
	display:inline-block;
	margin: 0 0 0 0;
	vertical-align:top;
}

div.promos-row div.promo img {
	vertical-align:top;
}

#product div.promos-row div.promo div.fullImg{
	margin-top: -30px;
}

div.promos-row div.promo div.info {
	margin: 0 0 0 20px;
	width: 255px;
	display:inline-block;
}

div.promos-row div.promo div.info h3 
{
	color:inherit;
	text-transform:uppercase;
	font-size:19px;
	line-height:19px;
	margin: 20px 0 5px 0;	
}

div.promos-row div.promo div.info h4 
{
	color:inherit;	
	font-size:14px;
	line-height:14px;
	margin: 0 0 5px 0;
}

div.promos-row div.promo div.info p
{
	color:inherit;
	font-size:13px;
	line-height:18px;
	margin: 0 0 10px 0;
}
div.info ul, div.info li {
    color: #5A5C5E;
    font-size: 13px;
    list-style: disc outside none;
    margin: 0 0 5px;
    padding: 0 0 0 10px;
    line-height:16px;
}
div.promos-row div.promo div.info  a {
	font-size:13px;
}

/* features */

div.features.section div.row {
	border-top:1px solid #bfc8d7;
	border-bottom:1px solid #c2cad9;
	margin: 0 0 45px 0;
	width: 100%;
	position:relative;
}

div.features.section div.row h3 {
	font-size:19px;
	font-family:"regular", Helvetica, sans-serif;
	margin: 0 0 5px 0;
	text-transform:uppercase;
}

div.features.section div.row h3  a {
	color:inherit;
}

div.features.section div.row h3 span.tool-icon {
	vertical-align:middle;
}

div.features.section div.row h3 span.tool-icon.science {
	margin: 0 10px 0 -35px;
}

div.features.section div.row h3 span.tool-icon.dev {
	margin: 0 10px 0 -35px;
}

div.features.section div.row h3 span.tool-icon.community {
	margin: 0 10px 0 -35px;
}

div.features.section div.row h3 span.tool-icon.tools {
	margin: 0 10px 0 -37px;
}

div.features.section div.row h4 {
	font-size:14px;
	font-family:"regular", Helvetica, sans-serif;
	margin: 0 0 10px 0;
}

div.features.section div.row p {
	font-size:13px;
	line-height:18px;
	margin: 0 0 10px 0;
}

div.features.section div.row div.img {
	display:block;
	float:left;
	width: 438px;
	position:relative;
	z-index:100;
}

div.features.section div.row div.dots {
	float:left;
	position:absolute;
	left:278px;
	top:40px;
	background:url(/images/ui/feature-short-dots.png) no-repeat;
	width: 261px;
	height: 139px;
}


div.features.section div.row.tall div.dots {
	width: 138px;
	height:auto;
	background-image:none;
	position:absolute;
	top:20px;
	bottom:20px;
	left:5px;
}


div.features.section div.row.tall div.dots div.top {
	position:absolute;
	background:url(/images/ui/feature-dots-edge.png) no-repeat;
	width: 138px;
	height: 18px;
	left:0;
	top:0;
}

div.features.section div.row.tall div.dots div.middle {
	position:absolute;
	background:url(/images/ui/feature-dots.png) repeat-y;
	width: 138px;
	left:0;
	top:18px;
	bottom: 18px;
}

div.features.section div.row.tall div.dots.left {
	margin: 0;
}

div.features.section div.row.tall div.dots.right {
	position:absolute;
	right: -25px;
	left:auto;
}

div.features.section div.row div.inner {
	width: 480px;
	margin: 0 0 40px 440px;
}

div.features.section div.row div.info {
	float:left;
	width: 480px;
	margin: 30px 0 0 160px;
}



/***************
HEADER 
these styles override styles from the global.css
***************/


body #header {
	z-index:10000;
	position:absolute !important;
	top:0;
	left:0;
	width: 1280px;
}

div.header div.left-edge {
	position:absolute;
	background:url(/images/ui/header-shadow.jpg) repeat-x;
	height: 42px;
	left:0;
}

div.header div.right-edge {
	position:absolute;
	background:url(/images/ui/header-shadow.jpg) repeat-x;
	height: 42px;
	right:0;
}

#header-primary {
	z-index:10;
}

body #header #header-primary .c-wrap {
    
    padding: 0 0 0 0;
	width: 966px;
}

body #header #header-primary .nav-wrap .nav {
	margin-left: 11px;
}

body #header #header-primary .nav-wrap .nav.lu-h-user ul li a {
	font-family:"medium", Helvetica, sans-serif;
	letter-spacing:0.5;
}

body #header #header-primary {
	background:url(/images/ui/header-background-bar.jpg) repeat-x;
	height: 35px;
	width: 100%;
}

body #header #header-primary .nav-wrap .nav ul, body #header #header-primary .nav-wrap .nav li {
	height: 35px;
}


/***************
MAIN MENU 
***************/
#main-menu {
	z-index:5;
	position:relative;
	float:left;
	clear:both;
}

#main-menu div.tray {
	
	width: 1280px;
	height: 225px;
	position:absolute;
	top:-103px;
	left:0;
	background:url(/images/ui/menu-tray-background_2.png) no-repeat;
}

#main-menu.open div.tray {
	top: -24px;
}

#main-menu img.g-logo {
	display:inline-block;
	margin: 22px 0 0 182px;
}

#main-menu div.categories {
	position:relative;
	display:block;
	height: 75px;
	overflow:hidden;
}

#main-menu div.categories div.highlight {
	position:absolute;
	width:200px;
	height:131px;
	top:11px;
	left:0;
	display:none;
}

#main-menu div.categories div.highlight div.top{
	position:absolute;
	width:100%;
	height:10px;
	top:0;
	left:0;
}

#main-menu div.categories div.highlight div.top div.left {
	background:url(/images/ui/menu-highlight-parts.png) no-repeat;
	position:absolute;
	width:1px;
	height:10px;
	top:0;
	left:0;
}

#main-menu div.categories div.highlight div.top div.mid {
	background:url(/images/ui/menu-highlight-parts.png) repeat-x;
	position:absolute;
	width:100%;
	height:1px;
	top:0;
	left:0;
	
}

#main-menu div.categories div.highlight div.top div.right {
	background:url(/images/ui/menu-highlight-parts.png) no-repeat;
	position:absolute;
	width:1px;
	height:10px;
	top:0;
	right:0;
	
}

#main-menu div.categories div.highlight div.bottom{
	position:absolute;
	width:100%;
	height:10px;
	bottom:0;
	left:0;
}

#main-menu div.categories div.highlight div.bottom div.left {
	background:url(/images/ui/menu-highlight-parts.png) no-repeat left -10px;
	position:absolute;
	width:1px;
	height:10px;
	top:0;
	left:0;
}

#main-menu div.categories div.highlight div.bottom div.mid {
	background:url(/images/ui/menu-highlight-parts.png) repeat-x left -11px;
	position:absolute;
	width:100%;
	height:1px;
	bottom:0;
	left:0;
	
}

#main-menu div.categories div.highlight div.bottom div.right {
	background:url(/images/ui/menu-highlight-parts.png) no-repeat left -10px;
	position:absolute;
	width:1px;
	height:10px;
	top:0;
	right:0;
	
}

#main-menu div.categories ul {
	display:inline-block;
	margin: 0 0 0 21px;
	vertical-align:top;
}


#main-menu div.categories ul li {
	display:inline-block;
	text-transform:uppercase;
	float:left;
	margin: 0 23px 0 23px;
	float:left;
	color:#333333;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	letter-spacing: 0.5px;
	text-align:center;
	height: 105px;
}

#main-menu div.categories ul li a {
	color:#333333;
	display:block;
	height:100%;
	position:relative;
}

#main-menu div.categories ul li a:hover {
	color:#4065b9;
}

#main-menu div.categories ul li a span {
	display:inline-block;
	margin: 32px 0 0 0;
	font-family: "medium", Helvetica, sans-serif;
	max-width:100px;
}

#main-menu div.categories ul li.selected a span {
	font-weight:bold;
}


#main-menu div.categories ul li div.img {
	display:block;
	float:left;
	clear:both;
	position:absolute;
	top:-100px;
	left:-50px;
	width:100px;
	margin: 0 0 0 50%;
	text-align:center;
}

#main-menu div.categories ul li div.img img {
	
}

#main-menu div.tool-bar {
	position:absolute;
	left:1068px;
	bottom:70px;
}
#main-menu div.tool-bar ul.icons {
	margin: 0 0 0 50px;
	position:relative;
}
#main-menu div.tool-bar ul.icons li.icon {
	display:block;
	float:left;
	margin: 0 10px 0 10px;
}

#main-menu div.tool-bar ul.icons li.arrow {
	height:6px;
	width:12px;
	position:absolute;
	top: 36px;
	left:0;
	z-index:10;
	background:url(/images/ui/tool-tip-arrow.png) no-repeat;
	display:none;
}

#main-menu div.tool-bar div.tip  {
	position:absolute;
	bottom:-52px;
	left: -15px;
	width: 230px;
	height: 29px;
	vertical-align:top;
	text-align:center;
	display:none;
	z-index:5;
	margin:0;
	padding:0;
}

#main-menu div.tool-bar div.tip div.left {
	display:inline-block;
	background:url(/images/ui/tool-tip-left.png) no-repeat;
	width: 5px;
	height: 29px;
	line-height:29px;
	margin:0;
	padding:0;
	font-size:9px;
	line-height:9px;
}

#main-menu div.tool-bar div.tip div.right {
	display:inline-block;
	background:url(/images/ui/tool-tip-right.png) no-repeat;
	width: 5px;
	height: 29px;
	margin:0;
	padding:0;
	font-size:9px;
	line-height:29px;
}

#main-menu div.tool-bar div.tip ul {
	vertical-align:top;
	display:inline-block;
	background:url(/images/ui/tool-tip-middle.png) repeat-x;
	height: 29px;
}

#main-menu div.tool-bar div.tip ul li {
	display:none;
	font-size:10px;
	font-weight:normal;
	color:#444749;
	line-height:29px;
	height: 29px;
	width: 150px;
	text-align:left;
	text-transform:uppercase;
}

#main-menu div.tool-bar div.tip ul li span {
	display:inline-block;
}

#main-menu div.tool-bar div.tip ul li.science span {
	margin-left:7px;

}

#main-menu div.tool-bar div.tip ul li.community span {
	margin-left:42px;
}

#main-menu div.tool-bar div.tip ul li.dev span {
	margin-left:80px;
}

#main-menu div.tool-bar div.tip ul li.share {
	width: 215px;
}

#main-menu div.tool-bar div.tip ul li.share div#spread_the_word #divButtons-reaction2 span{ 
		height: 20px !important;
		width: auto !important;
}

#main-menu div.tool-bar div.tip ul li.share div#spread_the_word .fb_iframe_widget iframe {
	height: 20px !important;
	width: auto !important;
}

#main-menu div.tool-bar  ul.icons li.science a:hover span.tool-icon.science {
	background-position:0 -46px;
	width:22px;
}

#main-menu div.tool-bar  ul.icons li.community a:hover span.tool-icon.community  {
	background-position:-30px -46px;
	width:26px;
}

#main-menu div.tool-bar  ul.icons li.dev a:hover span.tool-icon.dev  {
	background-position:-60px -46px;
	width:18px;
}

#main-menu div.tool-bar  ul.icons li.share a:hover span.tool-icon.share  {
	background-position:-90px -46px;
	width:15px;
}

#main-menu div.tool-bar  ul.icons li.science.selected a span.tool-icon.science {
	background-position:0 -69px;
	width:22px;
}

#main-menu div.tool-bar  ul.icons li.community.selected a span.tool-icon.community{
	background-position:-30px -69px;
	width:26px;
}

#main-menu div.tool-bar  ul.icons li.dev.selected a span.tool-icon.dev   {
	background-position:-60px -69px;
	width:18px;
}



/***************
LANDING FEATURE
***************/

#landing div.top {
	position:relative;
	height:470px;
	overflow:visible;
	z-index:2;
}

#landing div.top  div.background img.light {
	display:none;
}

#landing div.top  div.background img.dark {
	display:block;
}

#landing div.top  div.marquee {
	width: 568px;
	height: 142px;
	background:url(/images/ui/marquee-background.png) no-repeat;
	position:absolute;
	top: 245px;
	left:0;
}

#landing div.top  div.marquee h1 {
	text-align:right;
	margin: 30px 63px 5px 0;
	text-transform:uppercase;
}

#landing div.top  div.marquee p {
	text-align:right;
	margin-top: 6px;
	margin-bottom: 0px;
	color:#000000;
	font-size:11px;
	line-height:11px;
	color:#000000;
	font-weight:normal;
}

#landing div.top  div.marquee p.line-one {
	margin-right: 46px;
}

#landing div.top div.marquee p.line-two {
	margin-right: 39px;
}

#landing div.top  div.marquee p.link {
	margin-right: 34px;
	margin-top: 11px;
}

#landing div.bottom  {
	height: 192px;
}


#landing div.bottom div.highlights {
	position:absolute;
	z-index:2;
	left: 134px;
	bottom:0px;
	height:192px;
	clear:both;
	width: 1027px;
	text-align:center;
}

#landing div.bottom div.highlights.left {
	text-align:left;
}

#landing div.bottom div.highlights ul {
	display:inline-block;
	height:100%;
}

#landing div.bottom div.highlights ul li {
	display:block;
	float:left;
	width:255px;
	height:192px;
	position:relative;
	margin: 0 41px 0 41px;
	line-height:192px;
	text-align:center;
}

#landing div.bottom div.highlights ul li div {
	background:url(/images/ui/highlight-background.png) no-repeat;
	width: 280px;
	height: 65px;
	position:absolute;
	bottom:30px;
	float:left;
	text-align:left;
}

#landing div.bottom div.highlights ul li div h3 {
	font-size:15px;
	line-height:15px;
	font-weight:normal;
	margin: 8px 20px 2px 8px;
	color:#3b3d40;
}


#landing div.bottom div.highlights ul li div p {
	font-size:12px;
	line-height:12px;
	font-weight:normal;
	margin: 0 20px 4px 8px;
	color:#3b3d40;
}

#landing div.bottom div.highlights ul li img {
	vertical-align:middle;
	display:inline-block;
	margin: -50px 0 0 0;
}

#landing div.bottom div.highlights ul li a {
	
}

/***************
CATEGORY FEATURES 
****************/

#category div.feature div.marquee>div.inner {
	position:absolute;
	left: 178px;
	top: 160px;
}

#category div.feature div.marquee>div.inner h1 {
	font-size:71px;
	line-height:71px;
	font-family:"extra light", Helvetica, sans-serif;
	color:#ffffff;
	text-transform:uppercase;
}

#category div.feature div.marquee>div.inner p {
	font-size:39px;
	line-height:39px;
	color:#ffffff;
	text-transform:uppercase;
}

#category div.feature div.slider {
	width: 100%;
	height: 228px;
	background:#f6f6f6;
	position:relative;
}

#category div.feature div.slider>div.container {
	position:absolute;
	top: 38px;
	left: 183px;
	width: 820px;
	height: 155px;
	overflow:hidden;
}

#category div.feature div.slider>div.container ul.items {
	position:absolute;
}

#category div.feature div.slider>div.container ul.items li, #category div.feature div.slider>div.container ul.items li>a {
	float:left;
	display:block;
	width: 820px;
	height: 150px;
	margin: 0 0 10px 0;
}

#category div.feature div.slider>div.container ul.items li div.img {
	width: 308px;
	float:left;
	position:relative;
	overflow:hidden;
}

#category div.feature div.slider>div.container ul.items li div.img div.wedge {
	position:absolute;
	top:0;
	right:-10px;
}

#category div.feature div.slider>div.container ul.items li div.inner {
	width: 512px;
	height:100%;
	float:left;
	position:relative;
}

#category div.feature div.slider>div.container ul.items li div.inner span.tool-icon {
	float:left;
	margin: 0 0 0 -5px;
}

#category div.feature div.slider>div.container ul.items li div.inner h2 {
	margin: 5px 0 20px 32px;
	text-transform:uppercase;
	font-family:"regular", Helvetica, sans-serif;
}

#category div.feature div.slider>div.container ul.items li div.inner p {
	font-size:16px;
	line-height:22px;
	color:#5a5c5e;
	letter-spacing:0.5px;
	font-weight:normal;
	margin: 0 0 10px 32px;
}

#category div.feature div.slider>div.container ul.items li div.inner p.link {
	display:block;
	position:absolute;
	left:32px;
	bottom:0;
	font-size:17px;
	line-height:17px;
	font-family:"medium", Helvetica, sans-serif;
	margin:0;
}

#category div.feature div.slider>div.container ul.items li>div.inner a span.arrow {
	margin: -3px 0 0 0;
}

#category div.feature div.slider ul.dots.nav {
	display:block;
	position:absolute;
	top: 174px;
	left: 950px;
}
#category div.featured-product {
	display:block;
	height: 347px;
	width:1280px;
	display:table-cell;
	vertical-align:middle;
	padding-top:1px;
}

#category div.featured-product.selected {
	background-color:#f0f3fa;
}

#category div.featured-product div.inner {
	margin:0 20px 0 183px;
	width: 470px;
	height: 347px;
	display:table;
	float:left;
}

#category div.featured-product div.cell {
	display:table-cell;
	vertical-align:middle;
}

#category div.featured-product div.img {
	width: 470px;
	height: 347px;
	float:left;
	display:table;
}

#category div.featured-product div.info label.checkbox {
	vertical-align:baseline;
}



/***************
PRODUCTS 
****************/

div.product div.info h2 {
	font-family:"regular", Helvetica, sans-serif;
}

div.product div.info h2 span {
	font-family: "light", Helvetica, sans-serif;
}

div.product div.info p.price {
	font-family: "medium", Helvetica, sans-serif;
	font-size:19px;
	line-height:19px;
}

div.product div.info p.price span.ratings {
	margin: 0 0 0 10px;
	vertical-align:middle;
	
}

div.product div.info p.price span.review-count {
	line-height:14px;
}
div.product div.info p.price span.review-count, div.products div.row div.info div.price span.review-count {
	display:inline-block;
	margin: 0 0 0 10px;
	font-size:14px;
}


div.product div.info ul.features {
	margin: 10px 0 0 0;
}

div.product div.info ul.features li {
	font-size:13px;
	line-height:18px;
	color:#5a5c5e;
	list-style:square;
	list-style-position:inside;
	font-family: "medium", Helvetica, sans-serif;
	margin: 0 5px 0 0;
}

/*
div.product div.info ul.features li:first-child {
	list-style:none; 
}
*/ /* Logitech */ 

div.product div.info div.options {
	height: 20px;
	margin: 10px 0 0 0;
}

div.product div.info div.options div.compare {
	display:inline-block;
}

div.product div.info div.options div.compare a {
	color: #5A5C5E;
    display: inline-block;
    font-family: "medium",Helvetica,sans-serif;
    font-size: 13px;
    line-height: 13px;
    margin: 4px 0 0;
    text-transform: uppercase;
    vertical-align: top;
}

div.product div.info div.options label {
	vertical-align:text-top;
	margin-right: 10px;
}

div.product div.info ul.colors {

}

div.product div.info ul.colors {
	margin: 2px 0 0 0;
}

div.product div.info div.options span.error {
	color:#ff0000;
	font-size:12px;
	text-transform:normal;
}

div.products {
	
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #f9f9f9;
	padding-bottom:95px;
}

div.products div.filter-row {
	padding-top:1px;
	border-bottom:none;
	height: 100px;
}

div.products div.row.no-border-bottom {
	border-bottom:none;
}

div.products div.row.no-border-top {
	border-top:none;
}

div.products div.row.filter-row {
	padding-top:none;
	border-top: 1px solid #f9f9f9;
	border-bottom:none;
	height: 70px;
}

div.products div.filter-row div.inner {
	margin: 20px 0 0 184px !important;
	vertical-align:middle;
	height:20px;
}

div.products div.filter-row span.title {
	font-size:13px;
	line-height: 13px;
	text-transform:uppercase;
	vertical-align:text-top;
	
}

div.products div.filter-row a.grey-btn {
	margin: 0 0 0 20px;
	vertical-align:text-bottom;
	text-transform:uppercase;
}

div.products div.filter-row div.inner ul.filters {
	display:inline-block;
	line-height:13px;
	font-size:13px;
	margin: 0 0 0 15px;
	
}

div.products div.filter-row div.inner ul.filters li {
	float:left;
	margin: 0 25px 0 0;
	line-height:13px;
	font-size:13px;
	height:20px;

}

div.products div.filter-row div.inner ul.filters li label span {
	font-size:13px;
	line-height:13px;
	vertical-align:top;
	display:inline-block;
	margin: 4px 0 0 0;
}

div.products div.filter-row div.inner ul.filters li label div.checkbox {
	margin: 0 5px 0 0;
}

div.products div.row {
	height: 255px;
}

div.products div.product.selected {
	background-color:#f0f3fa;
}

div.products div.product.light.selected  {
	background-color:#eceff6;
}

div.products div.row.light {
	background: #fbfbfb;
	padding-top:1px;
}

div.products div.row.no-border {
	border-top:none;
}

div.products div.row div.inner {
	margin: 35px 0 0 0;
}

div.products div.row a.return-to-top {
	float:left;
	margin: 80px 0 0 0;
	display:none;
}

div.products div.row div.closeup {
	width: 304px;
	min-height: 50px;
	margin: 0 20px 0 0;
	float:left;
	position:relative;
}

div.products div.row div.info {
	width: 523px;
	float:left;	
}

div.products div.row div.no-closeup div.closeup {
	display:none;
}

div.products div.row div.no-closeup div.info {
	margin-left: 183px;
	margin-right: 121px;
}


div.products div.row div.info ul.colors {
	float:right;
}

div.products div.row div.info div.price {
	float:right;
	margin: 3px 0 0 0;
}

div.products div.row div.info div.price p  {
	font-size:19px;
	text-align:right;
}

div.products div.row div.info div.price span.review-count {
	vertical-align:text-top;
}

div.products div.row div.info div.price p span.price.discounted, 
div.product div.inner div.info div.price p span.price.discounted {
	font-size:14px;
	font-family: "light", Helvetica, sans-serif;
	color:#5b5c62;
	margin: 0 10px 0 0;
	text-decoration:line-through;
	display:inline-block;
}

div.products div.row div.info div.price span.ratings {
	margin: 4px 0 0 10px;
	vertical-align:text-top;
}

div.products div.row div.img {
	float:left;
	width:288px;
	text-align:center;
}

/****************
PRODUCT PAGE
*****************/

#product {
	margin: 32px 0 0 0;
}

#product div.feature {
	position:relative;
}

#product div.feature.top {
	height: 500px;
	overflow:visible;
}

#product div.feature.top div.background {
	z-index:10;
	position:absolute;
}

#product div.feature.top div.background img {
    position:absolute;
	top:0;
	left:0;
}

#product div.feature.top div.secondary-nav-bar {
	height: 33px;
	width: 100%;
	background:rgb(255,255,255);
	background:rgba(255,255,255, 0.7);
	position:absolute;
	top: 200px;
	left:0;
	text-align:left;
	z-index:2000;
}

#product div.feature.top div.secondary-nav-bar.lower {
	top: 280px;
}

#product div.feature.top div.secondary-nav-bar.lower3d {
	top: 280px;
}


#product div.feature.top div.secondary-nav-bar ul {
	display:inline-block;
	line-height:33px;
	margin: 0 0 0 171px;
}

#product div.feature.top div.secondary-nav-bar ul li {
	float:left;
	margin: 0 12px 0 12px;
}

#product div.feature.top div.secondary-nav-bar ul li a {
	font-size:12px;
	font-family: "medium", Helvetica, sans-serif;
	font-weight:bold;
	color:#414446;
	text-transform:uppercase;
}

#product div.feature.top div.secondary-nav-bar ul li a:hover {
	color:#4065b9;
}


#product div.feature.top.dark div.secondary-nav-bar {
	background:rgb(255,255,255);
	background:rgba(255,255,255, 0.2);
}

#product div.feature.top.dark div.secondary-nav-bar ul li a {
	color: #ffffff;
}

#product div.feature div.inner {
	
	width:940px;
	height:360px;
	position:absolute;
	top:0;
	left: 183px;
}

#product div.feature.top div.inner {
	z-index:11;
}


#product div.feature.top div.inner.over {
/*	z-index:1001;*/
}

#product div.feature.top.dark div.inner {
	display:none;
}

#product div.feature div.inner div.left {
	width: 700px;
	float:left;
	position:relative;
}

#product div.feature div.inner div.left div.bannerhighlight {
	padding-top:73px;
}

#product div.feature.top div.magnify, #product div.feature.top div.x-ray{
	position:absolute;
	top: 355px;
	left:240px;
	z-index:100;
}
#product div.feature.top div.magnify {
	z-index:10;
}
#product div.feature.top div.magnify img.normal {
	display:block;
}

#product div.feature.top div.magnify div.zoom {
	width: 180px;
	height: 180px;
	border-radius:100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	display:none;
	position:absolute;
	z-index:200;
	top:320px;
	left: 40px;
	border: 5px solid #ffffff;
	box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
	background-color:#ffffff;
	overflow:hidden;
}

#product div.feature.top div.magnify div.zoom div.img{
	width: 180px;
	height: 180px;
	background-color:#ffffff;
	z-index:1;
	border-radius:inherit;
	overflow:hidden;
}

#product div.feature.top div.magnify div.zoom div.loader {
	width:32px;
	height:32px;
	background:url(/images/ui/ajax-loader.gif) no-repeat;
	position:absolute;
	z-index:2;
	top:74px;
	left:74px;
}

#product div.feature div.inner div.left h1 {
	margin: 120px 0 82px 0;
	text-transform:uppercase;
	color: #ffffff;
}

#product div.inner div.left.more h1 {
	margin-bottom: 10px !important;
}

#product div.feature div.inner div.left h3 {
	color: #ffffff;
	padding-bottom: 10px;
}

#product div.feature div.inner div.left h4 {
	color: #ffffff;
	padding-bottom: 10px;
}

#product div.left .main-headers
{
	margin-bottom:130px;
}

#product div.feature div.inner div.left p {
	color:#ffffff;
}

#product div.feature div.inner div.right {
	width: 200px;
	float:right;
	margin: 280px 0 0 0;
	text-align:right;
}

#product div.feature div.inner div.right.discounted {
	margin: 320px 0 0 0;
}

#product div.feature div.inner div.right.higher {
	margin: 120px 0 0 0 !important;
}

#product div.feature div.inner div.right span.price {
	font-size:45px;
	font-family: "light", Helvetica, sans-serif;
	color:#ffffff;
	margin: 0 0 10px 0;
	white-space:nowrap;
}

#product div.feature div.inner div.right span.price .small {
	font-size:30px;
}

#product div.feature div.inner div.right span.price.discounted {
	font-size:11px;
	line-height:2px;
	font-family: "light", Helvetica, sans-serif;
	color:#bcc0c4;
	margin: 0 2px 0 0;
	text-decoration:line-through;
	display:inline-block;
	white-space:nowrap;
}


#product div.feature div.inner div.right span.free-shipping {
	font-size:11px;
	color:#c2e9ff;
	display:inline-block;
	margin: 5px 0 10px 0;
}

#product div.feature div.inner div.right a.blue-btn-large {
	margin: 0 0 8px 0;
	text-transform:uppercase;
}

#product div.feature div.inner div.right a.blue-btn {
	margin: 0 0 18px 0;
	text-transform:uppercase;
}

#product div.feature div.inner div.right div.select-popup {
	width: 400px;
	padding:0;
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.95);
	position:absolute;
	top:300px;
	right:-100px;
	text-align:left;
	z-index:100;
	display:none;
}

#product div.feature div.inner div.right div.select-popup a.close {
	display:block;
	float:right;
	margin: 5px 5px 0 0;
	font-size:12px;
}

#product div.feature div.inner div.right div.select-popup h3 {
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
	margin: 30px 0 25px 0;
	font-family: "regular", Helvetica, sans-serif;
}

#product div.feature div.inner div.right div.select-popup ul {
	width: 260px;
	margin: 0 auto 0 auto;
	display:block;
}

#product div.feature div.inner div.right div.select-popup ul li {
	width: 100%;
	margin: 0 0 10px 0;
}

#product div.feature div.inner div.right div.select-popup ul li.not-selected {
	opacity:0.5;
}

#product div.feature div.inner div.right div.select-popup ul li label {
	width: 100%;
	font-size:13px;
	text-transform:none;
}


#product div.feature div.inner div.right div.select-popup ul li div.radio {
	display:block;
	float:left;
	margin: 4px 10px 0 0;
}

#product div.feature div.inner div.right div.select-color ul li img {
	width: 20px;
	height: 10px;
	margin: 0 20px 0 0;
	display:inline-block;
}

#product div.feature div.inner div.right div.select-popup a.add-to-cart {
	display:block;
	margin: 30px auto 10px auto;
}


#product div.feature div.inner div.right div.out-of-stock {
	width: 190px;
	padding:20px;
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.9);
	position:absolute;
	right:0;
	text-align:left;
	display:none;
    left: 500px;
    top: 120px;
}

#product div.feature div.inner div.right div.out-of-stock.lower {
    left: 710px;
    top: 450px;    
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.95);
}


#product div.feature div.inner div.right div.out-of-stock a.close {
	float:right;
	font-weight:bold;
	margin: -10px -10px 0 0;
}

#product div.feature div.inner div.right div.out-of-stock h3 {
	margin: 0 0 5px 0;
	font-size:17px;
	width: 180px;
	text-transform:uppercase;
	font-family:"regular", Helvetica, sans-serif;
}

#product div.feature div.inner div.right div.out-of-stock p {
	line-height:13px;
	font-size:12px;
	font-family:"regular", Helvetica, sans-serif;
}

#product div.feature div.inner div.right div.out-of-stock a.place-order {
	display:inline-block;
	margin: 5px 0 0 0;
	ine-height:13px;
	font-size:12px;
	font-family:"regular", Helvetica, sans-serif;
}

#product div.feature div.inner div.right span.reviews {
	font-size:11px;
	text-transform:uppercase;
}

#product div.feature.thumbs div.inner {
	background-color:#e7e7e7;
	border-top:2px solid #ffffff;
	border-bottom:1px solid #e3e3e3;
	width: 100%;
	height: 217px;
	position:relative;
	left:0;
	top:0;
}

#product div.feature.thumbs div.inner div.right {
	width: 340px;
	float:right;
	margin: 0 157px 0 0;
	text-align:right;
}

#product div.feature div.inner div.right  ul {
	display:inline-block;
	vertical-align:top;
	margin: 10px 0 0 10px;
}

#product div.feature div.inner div.right  ul.thumbs {
	width: 90px;
}

#product div.feature div.inner div.right  ul.thumbs li {
	width: 100%;
	text-align:center;
	margin: 0 0 15px 0;
}

#product div.feature div.inner div.right ul.colors {
	width: 20px;
	margin-top: 25px;
}

#product div.feature div.inner div.right  ul.colors li {
	margin: 0 0 15px 0;
}

#product div.feature div.inner div.right  ul.colors li a{
	display:block;
	width:100%;
	height:100%;
	overflow: hidden;
	border:1px solid grey;
}

#product a.return-to-top {
	margin: 0 147px 0 0;
	float:right;
}

#product div.videos {
	height: 325px;
	background:#fbfbfb;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #e3e3e3;
	margin: 0 0 70px 0;
}


#product div.novideos {
    background: none repeat scroll 0 0 #FBFBFB;
    border-bottom: 1px solid #E3E3E3;
    border-top: 1px solid #F0F0F0;
    height: 1px;
    margin: 0 0 70px;
}

#product div.videos a.return-to-top {
	margin-top:150px;
}

#product div.videos div.inner {
	margin: 45px 0 0 183px;
	width: 950px;
}

#product div.videos div.inner div.featured {
	position:relative;
	width: 404px;
	height: 233px;
	overflow:hidden;
	display:block;
	margin: 0 10px 0 0;
	float:left;
}

#product div.videos div.featured a.play {
	display:block;
	position:absolute;
	top:78px;
	left:174px;
}

#product div.videos div.inner ul {
	display:block;
	width: 126px;
	float:left;
}

#product div.videos div.inner ul li {
	width: 126px;
	height: 71px;
	float:left; 
	margin: 0 0 10px 0;
	position:relative;
}

#product div.videos div.inner ul.two {
    display: block;
    width: 550px;
    float: left;
}

#product div.videos div.inner ul.two li {
    width: 250px;
    height: 140px;
    float: left;
    margin: 0 10px 10px;
    position: relative;
}

#product div.videos div.inner ul li.selected {
	display:none;
}

#product div.videos div.inner ul li div.play {
	display:none;
	position:absolute;
	top:15px;
	left:48px;
}

#product div.videos div.inner ul.two li div.play {
    display: block;
    position: absolute;
    top: 58px;
    left: 108px;
}

#product div.videos div.inner ul li div.title {
	position:absolute;
	left:0;
	bottom:0;
	height: 19px;
	width:100%;
	text-align:center;
	color:#ffffff;
	font-size: 10px;
	font-family:"medium", Helvetica, sans-serif;
	text-transform:uppercase;
	background:rgb(0,0,0);
	background:rgba(0,0,0,.2);
	display:none;	
}

#product div.videos div.featured div.info, #product div.videos div.inner ul li div.info {
	display:none;
}

#product div.videos div.inner ul li a:hover div.title, #product div.videos div.inner ul li a:hover div.play {
	display:block;
}

#product div.videos div.inner div.info {
	width: 340px;
	margin: 0 0 0 24px;
	float:left;
}

#product div.videos div.inner div.info h3 {
	font-size:25px;
	text-transform:uppercase;
	margin: 0 0 10px 0;
	font-family: "regular", Helvetica, sans-serif;
}

#product div.videos div.inner div.info h4 {
	font-size:16px;
	margin: 0 0 10px 0;
	font-family: "regular", Helvetica, sans-serif;
}

#product div.videos div.inner div.info p, #product div.videos div.inner div.info a {
	margin: 0 0 10px 0;
	font-size:13px;
	line-height:18px;
	font-family:"medium", Helvetica, sans-serif;
}

#product h2 {
	font-size: 57px;
	line-height:57px;
	text-transform:uppercase;
	font-family:"extra light", Helvetica, sans-serif;
	margin: 0 0 55px 183px;
	letter-spacing:1;
}

#product h2 span {
	font-family:"extra light", Helvetica, sans-serif;
}

#product div.features {
	padding-top: 45px;
	margin-top: 0 !important;
}

#product div.features a.return-to-top {
	margin-top:10px;
}

#product div.featured-games {
	margin: 0 0 70px 0;
	width: 100%;
	position:relative;
}

#product div.featured-games div.inner {
	width: 900px;
	height: 100%;
	margin: 0 0 0 183px;
	position:relative;
}

#product div.featured-games ul {
	position:relative;
	left: -17px;
	width: 100%;
}
#product div.featured-games ul li {
	display:inline-block;
	width: 260px;
	margin: 0 17px 0 17px;
	vertical-align:top;
}
#product div.featured-games li h3 {
	font-size:19px;
	font-family:"regular", Helvetica, sans-serif;
	text-transform:uppercase;
	margin: 20px 0 5px 0;
}

#product div.featured-games li h4 {
	font-size:14px;
	font-family:"regular", Helvetica, sans-serif;
}

#product div.featured-games li p, #product div.featured-games li a {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

#product div.featured-games a.return-to-top {
	margin-top: 195px;
}

#product div.user-reviews {
	margin: 0 0 60px 0;
}

#product div.user-reviews a.return-to-top {
	margin-top:10px;
}

#product div.user-reviews div.buttons {
	float:right;
	margin-right:147px;
}

#product div.user-reviews div.buttons.top {
	float:right;
	margin-top: 15px;
}


#product div.user-reviews div.row {
	margin: 0 0 45px 183px;
	clear:both;
	border:none;
}

#product div.user-reviews div.row div.left {
	width: 410px;
	height: 100%;
	margin: 0 0 0 0;
	float:left;
}
#product div.user-reviews div.row div.left h4 {
	font-size:14px;
	line-height:20px;
	font-family: "medium", Helvetica, sans-serif;
}

#product div.user-reviews div.row div.left h4  span.ratings {
	margin: 1px 0 0 10px;
	vertical-align:text-top;
}

#product div.user-reviews div.row ul.metrics  {
	margin: 10px 0 10px 0;
}

#product div.user-reviews div.row ul.metrics li {
	width: 190px;
	display:inline-block;
	text-transform:uppercase;
}

#product div.user-reviews div.row ul.metrics li span.lbl{
	font-weight:normal;
	display:inline-block;
	margin: 0 10px 0 0;
	font-size:13px;
}

#product div.user-reviews div.row div.right {
	width: 500px;
	height: 100%;
	margin: 0 0 0 40px;
	float:left;
}

#product div.user-reviews div.row div.right p {
	font-size:13px;
	line-height:18px;
}

#product div.user-reviews div.row div.right div.helpful {
	margin: 10px 0 0 0;
	text-align:center;
}
#product div.user-reviews div.row div.right form {
	margin: 0 0 0 10px;
}
#product div.user-reviews div.row div.right label {
	font-size: 13px;
	margin: 0 10px 0 0;
	text-transform:capitalize;
	font-family:"medium", Helvetica, sans-serif;
}
#product div.user-reviews div.row div.right a.flag {
	font-size:13px;
	font-family:"medium", Helvetica, sans-serif;
}

#product div.specs {
	padding: 0 0 100px 0;
	position:relative;
}

#product div.specs div.col {
	width:400px;
	float:left;
}

#product div.specs h5 {
	font-size:14px;
	line-height:20px;
	font-weight:bold;
}

#product div.specs ul, #product div.specs ol {
	margin: 0 0 15px 0;
}

#product div.specs ul li ul, #product div.specs ol li ol {
	margin: 0;
}

#product div.specs ul li, #product div.specs ol li {
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#3b3d40;
	list-style:square;
	list-style-position:outside;
}

#product div.specs ul li ul li, #product div.specs ol li ol li {
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#3b3d40;
	list-style:circle;
	list-style-position:outside;
	margin-left:20px;
}

#product div.specs p {
	font-size:14px;
	line-height:20px;
	font-weight:normal;
	color:#3b3d40;
	margin: 0 0 15px 0;
}

#product div.specs ul.disclaimers li {
	font-size:10px;
	line-height:12px;
	font-family: 'light',  Helvetica, sans-serif;
	font-weight:normal;
	color:#3b3d40;
	margin: 0 0 6px 0;
	list-style:none;
}

#product div.specs ul li h5 {
	font-family:"medium", Helvetica, sans-serif;
}

#product div.specs div.col.left {
	margin: 0 0 0 183px;
}

#product div.specs div.col.right {
	margin: 0 0 0 50px;
}


#product div.specs div.col.wide {
    margin: 20px 0 0 183px;
    float: left;
    width: 800px;
}

#product div.specs a.return-to-top {
	margin-top: 160px;
}

/**************
PRODUCT REVIEW 
***************/
#product-review {
	width: 100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10000;
	background:rgb(255,255,255);
	background:rgba(255,255,255,0.8);
	display:none;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#10000000, endColorstr=#10000000)";
	overflow:auto;	
}

#product-review div.outer {
	width: 1025px;
	background:#ffffff;
	margin: 0 auto 0 auto;
	padding:50px 0 50px 0;	
}

#product-review div.inner {
	margin: 40px;
}

#product-review div.inner a.close, #product-review  a.remove {
	display:inline-block;
	float:right;
}

#product-review div.inner h2 {
	font-size:72px;
	line-height:72px;
	text-transform:uppercase;
	margin: 0 0 0 0;
	font-family: "extra light", Helvetica, sans-serif;
}

#product-review div.inner h3 {
	font-size:25px;
	line-height:25px;
	text-transform:uppercase;
	font-family: "regular", Helvetica, sans-serif;
}

#product-review  table {
	border-collapse:collapse;
	margin: 30px 0 50px 0;
	width: 100%;
	border-bottom:1px solid #d0d0d0;
}

#product-review td h3 {
	font-family: "regular", Helvetica, sans-serif;
	font-size:23px;
	line-height:23px;
	color:#626466;
	text-transform:uppercase;
	margin: 6px 0 0 0;
}

#product-review  tr {
	border-top:1px solid #d0d0d0;
	height: 50px;
}

#product-review  tr.no-border {
	border-top:none;
}

#product-review td  {
/*	vertical-align:middle;*/
	color:#000000;
	margin: 10px;
	color:#5a5c5e;
	font-size:13px;
	font-family: "medium", Helvetica, sans-serif;
	padding: 10px 5px 10px 5px;
	width: 150px;
}

#product-review tr.top td {
	vertical-align:top;
}


#product-review td.features {
	width: 260px !important;
}

#product-review td.gap {
	width: auto;
}

#product-review td.feature {
	text-align:center;
	
}
#product-review td h4 {
	font-size:15px;
	font-family:"medium", Helvetica, sans-serif;
	line-height:18px;
	text-transform:uppercase;
	margin: 0 0 10px 0;
}

#product-review td p {
	text-align:right;
	font-size:15px;
	height:auto !Important;
}

#product-review td a.blue-btn span {
	text-transform:uppercase;
}

#product-review td span.ratings {
	text-align:right;
}


/***************
COMMUNITY 
****************/


#community span.icon {
	display:inline-block;
	background:url(/images/ui/community-icons.png) no-repeat;
}

#community span.icon.youtube {
	width:34px;
	height: 20px;
	background-position:0 0;
}

#community span.icon.twitter {
	width:30px;
	height: 24px;
	background-position:0 -30px;
}

#community span.icon.games {
	width:35px;
	height: 24px;
	background-position:-40px -30px;
}


#community span.icon.conversation {
	width:29px;
	height: 27px;
	background-position:-40px 0;
}

#community div.feature div.marquee>div.inner {
	position:absolute;
	left: 178px;
	top: 220px;
}

#community div.feature div.marquee>div.inner h1 {
	font-size:71px;
	line-height:71px;
	font-family:"extra light", Helvetica, sans-serif;
	color:#ffffff;
	text-transform:uppercase;
}

#community div.dots {
	float:left;
	position:absolute;
	background:url(/images/ui/feature-short-dots.png) no-repeat;
	width: 261px;
	height: 139px;
}

#community div.slashes {
	position:absolute;
	float:left;
	width: 90px;
	height: 130px;
	display:block;
	background:url(/images/ui/blue-slashes.png) no-repeat;
}

#community div.youtube {
	margin: 40px 0 0 183px;
	width: 590px;
	float:left;
}

#community div.youtube h2 {
	text-transform:uppercase;
	margin: 50px 0 10px 0;
	
}

#community div.youtube h2 span.icon {
	margin: 0 10px 0 0;
}


#community div.youtube  div.featured {
	position:relative;
	width: 590px;
	height: 400px;
	overflow:hidden;
	display:block;
	xmargin: 0 10px 0 0;
	xfloat:left;
}

#community div.youtube  div.featured div.title {
	position:absolute;
	width: 100%;
	height: 60px;
	bottom:0;
	left:0;
	
	background:rgb(0,0,0);
	background:rgba(0,0,0,.75);
	display:none;	
	
}

#community div.youtube  div.featured a:hover div.title  {
	display:block;
}

#community div.youtube  div.featured div.title img {
	display:block;
	float:right;
	margin: 15px 15px 0 0;
}
#community div.youtube  div.featured div.title p {
	font-size:16px;
	line-height:20px;
	color:#ffffff;
	font-family:"medium", Helvetica, sans-serif;
	text-transform:uppercase;
	margin: 10px 0 0 15px;	
	
}

#community div.youtube div.featured div.play {
	display:block;
	position:absolute;
	top:140px;
	left:263px;
}


#community div.youtube p {
	font-size:16px;
	line-height:24px;
}


#community div.youtube p a {
	xcolor:#ff3c00;
	margin: 8px 0 8px 0;
	display:inline-block;
	font-family: "medium", Helvetica, sans-serif;
}

#community div.youtube p a:hover {
	color:#bcbec0;
}

#community div.youtube ul {
	margin: 20px 0 0 0;
}
#community div.youtube ul li {
	width: 126px;
	margin: 0 18px 0 0;
	display:block;
	float:left;
	position:relative;
}

#community div.youtube ul li.selected {
	display:none;
}

#community div.youtube ul li div.play {
	display:none;
	position:absolute;
	top:15px;
	left:48px;
}

#community div.youtube ul li div.title {
	position:absolute;
	left:0;
	bottom:0;
	height: 19px;
	width:100%;
	text-align:center;
	color:#ffffff;
	font-size: 10px;
	font-family:"medium", Helvetica, sans-serif;
	text-transform:uppercase;
	background:rgb(0,0,0);
	background:rgba(0,0,0,.2);
	display:none;	
}

#community div.youtube div.info, #community div.youtube ul li div.info {
	display:none;
}

#community div.youtube ul li a:hover div.title, #community div.youtube ul li a:hover div.play {
	display:block;
}


#community div.facebook {
	margin: 40px 0 0 30px;
	float:left;
}

#community div.twitter {
	margin: 70px 0 0 0;
	height: 180px;
	width: 100%;
	position:relative;
	overflow:hidden;
}

#community div.twitter div.dots {
	top:0;
	left:-95px;
}

#community div.twitter div.slashes {
	top:0;
	left:207px;
}

#community div.twitter h2 {
	text-transform:uppercase;
}

#community div.twitter h2 span.icon {
	margin: 0 10px 0 0;
}

#community div.twitter h2 a {
	text-transform:none;
}

#community div.twitter div.inner {
	margin: 0 0 0 300px;
}

#community div.twitter div.tweets {
	width: 800px;
	height: 125px;
	margin: 15px 0 0 40px;
	overflow:hidden;
	position:relative;
}

#community div.twitter div.tweets ul {
	width: 8000px;
	position:absolute;
	top:0;
	left:0;
}

#community div.twitter div.tweets ul li {
	display:block;
	float:left;
	height: 95px;
	width: 380px;
	margin: 0 20px 0 0;
	font-size:16px;
	line-height:24px;
}

#community div.twitter div.tweets ul li span.tag {
	font-family: "medium" , Helvetica, sans-serif
}

#community div.twitter div.tweets ul li span.time {
	font-family: "medium" , Helvetica, sans-serif
}

#community div.twitter div.tweets a.pagination {
	display:block;
	position:absolute;
	width:30px;
	height:18px;
	background:url(/images/ui/pagination-arrows.png) no-repeat;
}

#community div.twitter div.tweets a.pagination.prev {
	background-position: 0 0;
	left:0;
	bottom:0
}

#community div.twitter div.tweets a.pagination.prev.disabled{
	background-position: 0 -18px;

}

#community div.twitter div.tweets a.pagination.next {
	background-position: -30px 0;
	right:20px;
	bottom:0;
}

#community div.twitter div.tweets a.pagination.next.disabled{
	background-position: -30px -18px;

}

#community div.featured-games {
	margin: 50px 0 0 0;
	position:relative;
}
#community div.featured-games div.title {
	margin: 0 0 0 300px;
	text-transform:uppercase;
}

#community div.featured-games a.view-all {
	display:block;
	float:right;
	font-family:"medium";
	font-size:16px;
	margin: 0 240px 0 0;
}

#community div.featured-games div.inner {
	position:relative;
	height: 262px;
	width: 1280px;
	overflow:hidden;
}

#community div.featured-games div.inner div.glass {
	background:url(/images/ui/community-games-glass.png) no-repeat;
	width:1975px;
	height:262px;
	position:absolute;
	margin: 0 50% 0 50%;
	left: -992px;
	
}

#community div.featured-games ul {
	display:block;
	height: 262px;
	xwidth: 3000px;
	position:absolute;
	top:0;
}

#community div.featured-games ul li {
	display:block;
	float:left;
	width: 722px;
	height: 262px;
	margin: 0 0 0 -107px;
	position:relative;
}

#community div.featured-games ul li img {
	position:absolute;
	left:0;
	top:0;
	
	display:block;
	
}

#community div.featured-games ul li div.content {
	position:absolute;
	left: 110px;
	top: 185px;
	display:none;
}

#community div.featured-games ul li h3 {
	
	color:#ffffff;
	font-size: 23px;
	font-family:"regular", Helvetica, sans-serif;
	text-transform:uppercase;
	
}

#community div.featured-games ul li p {
	
	color:#ffffff;
	font-size: 13px;
	font-family:"regular", Helvetica, sans-serif;
}

#community div.featured-games a.selected {
	display:block;
	position:absolute;
	width: 722px;
	height: 262px;
	left:300px;
	top:0;
}

#community div.featured-games a.pagination {
	display:block;
	position:absolute;
	width:63px;
	height:36px;
	background:url(/images/ui/featured-games-arrows.png) no-repeat;
	bottom:30px;
}

#community div.featured-games a.pagination.prev {
	background-position: 0 0;
	left:215px;
	
}

#community div.featured-games a.pagination.prev.disabled{
	background-position: 0 -37px;

}

#community div.featured-games a.pagination.next {
	background-position: -65px 0;
	right:165px;
	
}

#community div.featured-games  a.pagination.next.disabled{
	background-position: -65px -37px;

}


#community div.conversation {
	margin: 70px 0 0 0;
	height: 180px;
	width: 100%;
	position:relative;
	overflow:hidden;
	padding: 0 0 75px 0;
}

#community div.conversation div.dots {
	top:0;
	left:-95px;
}

#community div.conversation div.slashes {
	top:0;
	left:207px;
}

#community div.conversation h2 {
	text-transform:uppercase;
}

#community div.conversation h2 span.icon {
	margin: 0 10px 0 0;
}


#community div.conversation div.inner {
	margin: 0 0 0 300px;
	width: 800px;
}

#community div.conversation div.inner div.content {
	margin: 15px 0 0 40px;
	font-size:16px;
	line-height:24px;
}
#community div.content ul.tags {
	clear:both;
}
#community div.content ul.tags li {
	list-style:square outside none;
	float:left;
	margin:0 25px 0 0;
	text-indent:5px;
}

#community div.content ul.tags li:first-child {
	list-style:none;
	text-indent:0;
	
}

#community div.content ul.links li {
	margin: 0 60px 0 0;
	display:inline-block;
}

#community div.content ul.links li a {
	font-family: "medium", Helvetica, sans-serif;	
}

/* GAMES */

#games {
	margin: 32px 0 0 0;
}

#games div.feature {
	position:relative;
}

#games div.feature.top {
	height: 500px;
	overflow:hidden;
}

#games div.feature.top div.background {
	position:absolute;
}

#games div.feature.top div.background img {
    position:absolute;
	top:0;
	left:0;
}

#games div.feature.top div.secondary-nav-bar {
	height: 33px;
	width: 100%;
	background:rgb(255,255,255);
	background:rgba(255,255,255, 0.7);
	position:absolute;
	top: 175px;
	left:0;
	text-align:left;
	z-index:20;
}

#games div.feature.top div.secondary-nav-bar ul {
	display:inline-block;
	line-height:33px;
	margin: 0 0 0 171px;
}

#games div.feature.top div.secondary-nav-bar ul li {
	float:left;
	margin: 0 12px 0 12px;
}

#games div.feature.top div.secondary-nav-bar ul li a {
	font-size:12px;
	font-family: "medium", Helvetica, sans-serif;
	font-weight:bold;
	color:#414446;
	text-transform:uppercase;
}

#games div.feature.top div.secondary-nav-bar ul li a:hover {
	color:#4065b9;
}

#games div.feature div.inner {
	width:940px;
	height:380px;
	position:absolute;
	top:120px;
	left: 183px;
}

#games div.feature.top div.inner h1 {
	margin: 0 0 125px 0;
	text-transform:uppercase;
}

#games div.feature.top div.inner h2 {
	margin: 0 0 15px 0;
	text-transform:uppercase;
	font-size:22px;
	line-height:22px;
	color:#ffffff;
	font-family:"regular", Helvetica, sans-serif;
	
}

#games div.feature.top div.inner p {
	color:#ffffff;
	font-size:14px;
	line-height:20px;
}

#games div.games {
	margin: 0 0 40px 0;
	padding: 50px 0 0 0;
	width: 100%;
	position:relative;
}

#games div.games.first {
	padding-top: 65px;
}

#games div.games h2 {
	font-size: 57px;
	line-height:57px;
	text-transform:uppercase;
	font-family:"extra light", Helvetica, sans-serif;
	margin: 0 0 40px 183px;
	letter-spacing:1;
}

#games div.games h2 span {
	font-family:"extra light", Helvetica, sans-serif;
}

#games a.return-to-top {
	margin: 10px 147px 0 0;
	float:right;
}

#games div.games div.inner {
	width: 900px;
	height: 100%;
	margin: 0 0 0 183px;
	position:relative;
}

#games div.games ul {
	position:relative;
	left: -17px;
	width: 100%;
}
#games div.games ul li {
	display:inline-block;
	width: 260px;
	margin: 0 17px 17px 17px;
	vertical-align:top;
}

#games div.games li h3 {
	font-size:19px;
	font-family:"regular", Helvetica, sans-serif;
	text-transform:uppercase;
	margin: 17px 0 0 0;
}

#games div.games li h4 {
	font-size:14px;
	font-family:"regular", Helvetica, sans-serif;
	margin: 3px 0 7px 0;
}

#games div.games li div.img {
	height: 185px;
	width: 100%;
	xoverflow:hidden;
}

#games div.games li p, #games div.games li a {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

#games div.games a.return-to-top {
	margin-top: 195px;
}

#games div.games.info div.inner {
	width: 770px;
}

#games div.games.info h3 {
	font-size:19px;
	line-height:19px;
	margin: 10px 0 10px 0;
	font-family:"regular", Helvetica, sans-serif;
	text-transform:uppercase;
}


#games div.games.info p {
	font-size:13px;
	line-height:18px;
	margin: 5px 0 5px 0;
	font-family:"regular", Helvetica, sans-serif;
}

#games div.games.info img {
	display:inline-block;
	margin: 20px 0 20px 0;
}

/* DEVELOPERS */

#developers {
	margin: 32px 0 0 0;
}

#developers div.feature {
	position:relative;
}

#developers div.feature.top {
	height: 623px;
	overflow:hidden;
}

#developers.case-study div.feature.top {
	height: 500px;
}


#developers div.feature.top div.background {
	position:absolute;
}

#developers div.feature.top div.background img {
    position:absolute;
	top:0;
	left:0;
}

#developers div.feature.top div.secondary-nav-bar {
	height: 33px;
	width: 100%;
	background:rgb(255,255,255);
	background:rgba(255,255,255, 0.7);
	position:absolute;
	top: 175px;
	left:0;
	text-align:left;
	z-index:20;
}

#developers div.feature.top div.secondary-nav-bar ul {
	display:inline-block;
	line-height:33px;
	margin: 0 0 0 171px;
}

#developers div.feature.top div.secondary-nav-bar ul li {
	float:left;
	margin: 0 12px 0 12px;
}

#developers div.feature.top div.secondary-nav-bar ul li a {
	font-size:12px;
	font-family: "medium", Helvetica, sans-serif;
	font-weight:bold;
	color:#414446;
	text-transform:uppercase;
}

#developers div.feature.top div.secondary-nav-bar ul li.selected a {
	color:#ffffff;
}

#developers div.feature.top div.secondary-nav-bar ul li a:hover {
	color:#4065b9;
}

#developers div.feature div.inner {
	
	width:940px;
	height:380px;
	position:absolute;
	top:120px;
	left: 183px;
}

#developers div.feature.top div.inner h1 {
	margin: 0 0 115px 0;
	text-transform:uppercase;
}

#developers.case-study div.feature.top div.inner h1 {
	margin-bottom: 170px;
}

#developers div.feature.top div.inner h2 {
	margin:0 0 15px 0;
	text-transform:uppercase;
	font-size:19px;
	line-height:19px;
	color:#ffffff;
	font-family:"regular", Helvetica, sans-serif;
}

#developers div.feature.top div.inner h2.big {
	margin:0 0 15px 0;
	text-transform:uppercase;
	font-size:80px;
	line-height:80px;
	color:#ffffff;
	font-family:"extra light", Helvetica, sans-serif;
}

#developers div.feature.top div.inner p {
	color:#ffffff;
	font-size:13px;
	line-height:18px;
	margin: 0 0 55px 0;
	width: 490px;
}

#developers div.feature.top div.inner div.subscribe {
	float:right;
	margin: 150px 0 0 0;
	width: 250px;
}

#developers div.feature.top div.inner div.subscribe h2 {
	margin: 0 0 10px 0;
}

#developers div.feature.top div.inner div.subscribe p {
	margin: 0 0 5px 0;
	font-size:14px;
}

#developers div.feature.top div.inner div.subscribe input.text {
	width: 236px;
	margin: 0 0 10px 0;
}

#developers div.feature.top div.inner div.subscribe a.blue-btn {
	float:right;
	margin: 0 2px 0 0;
}


#developers h2 {
	font-size: 50px;
	line-height:57px;
	text-transform:uppercase;
	font-family:"extra light", Helvetica, sans-serif;
	margin: 0 0 55px 183px;
	letter-spacing:1;
}

#developers h2 span {
	font-family:"extra light", Helvetica, sans-serif;
}

#developers div.features.section  {
	padding-top:70px;
}

#developers div.features.section div.row div.info ul {
	margin: 10px 0 0 0;
}
#developers div.features.section div.row div.info ul li {
	border-left: 2px solid #3f3f3f;
	width:auto;
	float:left;
	line-height:14px;
	height:14px;
	margin-right: 10px;
	padding-left:10px;
	
}

#developers div.features.section div.row div.info ul li.first {
	border-left:none;
	padding-left:0;
}

#developers div.promos-row {
	margin-top: 155px;
}

#developers a.return-to-top {
	margin: 85px 154px 0 0;
	float:right;
}
#developers.case-study div.info {
	padding-top:70px;
}

#developers.case-study div.info div.inner {
	margin: 60px 0 160px 238px;
}

#developers.case-study div.info div.inner div.left {
	width: 510px;
	margin: 0 10px 0 0;
	float:left;
}

#developers.case-study div.info div.inner div.left h3 {
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:19px;
	line-height:19px;
}

#developers.case-study div.info div.inner div.left p {
	font-size:13px;
	line-height:18px;
	margin-bottom:10px;
}

#developers.case-study div.info div.inner div.right {
	width:330px;
	float:left;
}

#developers.case-study div.info div.inner div.video {
	position:relative;
	margin-top:25px;
}

#developers.case-study div.info div.inner div.video a.play {
    display: block;
    left: 115px;
    position: absolute;
    top: 45px;
}

/*****************
FOOTER 
******************/
body #footer {
	
	margin-top:-1px;
	height: 68px;
	background-image:none;
	visibility:visible;
}

body #footer div.bar {
	height: 34px;
	width: 100%;
	background-image:none;
}

body #footer div.bar.top {
	background-color:#161616 !important;
}

body #footer div.bar.bottom {
	background-color:#2d2d2d !important;
}

body #footer a {
	font-size: 8px;
	line-height:8px;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:normal;
	opacity:0.6;
	letter-spacing:1px;
}

body #footer #locationSwitcher {
	margin: 13px 0 0 183px;
	float:left;
}

body #footer #copyright {
	font-size: 8px;
	line-height:8px;
	color:#ffffff;
	font-weight:normal;
	opacity:0.6;
	letter-spacing:1px;
    float: right;
    margin: 13px 10px 0 183px;
}

body #footer #locationSwitcher a {
	display:inline-block;
	margin: 0 0 0 0;
	vertical-align:top;
}

body #footer #locationSwitcher a img {
	display:inline-block;
	margin: -1px 5px 0 0;
}

body #footer #languageSwitcher {
	position:relative;
	xmargin: 4px 0 0 183px;
	margin: 2px 0 0 20px;
	float:left;
}

body #footer #languageSwitcher ul.langs {
	width: 100%;
}

body #footer #languageSwitcher ul.langs li {
	display:inline-block;
	margin: 6px 20px 6px 0;
	color: #ffffff;
	font-size:8px;
	letter-spacing:1px;
	text-transform:uppercase;
}

body #footer #languageSwitcher ul.langs li span {
	color: #ffffff;
	opacity:0.6;
}

body #footer #languageSwitcher ul.langs li.selected a {
	color: #759ffe;
}

body #footer select {
	font-size: 8px;
	line-height:8px;
	text-transform:uppercase;
	font-weight:normal;
}

body #footer ul.links {
	float:left;
	margin: 12px 0 0 170px;
}

body #footer ul.links li {
	float:left;
	margin: 0 13px 0 13px;
}

body #footer ul.social {
	float:right;
	margin: 10px 170px 0 0;
}

body #footer ul.social li {
	float:left;
	margin: 0 0 0 4px;
}

body #footer ul.social li a {
	display:block;
	width: 16px;
	height: 15px;
}

body #draw-the-line-here {
	display:none !important;
}

#product .info ul > li {
list-style: initial;
}
div.info ul.disclaimers {
padding: 0px;
}

/* Extra styles */
#product ul.disclaimers li {
	font-size:10px;
	line-height:12px;
	font-family: 'light',  Helvetica, sans-serif;
	font-weight:normal;
	color:#3b3d40;
	margin: 0 0 6px 0;
	list-style: none;
	padding:0px;
}

.userOptions #divButtons {
	padding-top: 4px;
	padding-left: 10px;
}

/*suppress return to top for tablets*/
/*
@media only screen 
and (min-device-width : 768px)   
and (max-device-width : 1024px) { 
	a.return-to-top {
	  display:none;
	}
}
*/

.BVRRRatingSummaryLinkWriteFirst a, .BVRRRatingSummaryLinkWriteFirst a:visited
{
	padding: 0px 20px !important;
  	width:140px;
  	white-space: nowrap;
}

div.product div.info ul.features li span {
	font-size: 13px;
	line-height: 13px;
	color: #5a5c5e;
	list-style: square;
	list-style-position: inside;
	font-family: "medium", Helvetica, sans-serif;
	margin: 0 5px 0 0;
}

#product div.feature div.inner div.right span.cmngsn {
	text-align: right;
	color: #fff;
	font-size: 20px;
	white-space: nowrap;
	float: left;
	padding-bottom: 20px;
	padding-left: 15px;
}

#comingsoon {
	width: 100%;
	height: 40px;
	padding-top:60px;
}
#ieMessage {
    display:none;
    width:500px;
    border:10px solid #666;
    border:10px solid rgba(82, 82, 82, 0.698);
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}
#ieMessage div {
    padding:10%;
    height: 30px;
    vertical-align: middle;
    background-color:#fff;
}

/* Reviews */
#product div.reviews {
	padding-top: 45px;
	padding-bottom: 0;
	margin-bottom: 0;
}

#product div.reviews div.row {
	border-top: none;
	text-align: center;
	background-image: url(../images/ui/feature-tall-dots.png);
	background-repeat: repeat;
	padding-bottom: 0;
}

.review-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-type: none;
	font-size: 0;
}
#product div.reviews .review-wrapper ul li {
	display: inline-block;
	margin-right: 4px;
	margin-top: 2px;
	position: relative;
}
#product div.reviews .review-wrapper ul li:nth-child(3n+3) {  
	margin-right: 0;
}
#product div.reviews .review-wrapper ul li a,
#product div.reviews .review-wrapper ul li.wide a  {
	display: block;
	width: 422px;
	height: 232px;
	text-decoration: none;
	color: #FFF;
	text-align: left;
	overflow: hidden;
	border: 1px solid #ccc;
}
#product div.reviews .review-wrapper ul li.wide a {
	height: 257px;
	width: 480px;
}
#product div.reviews .review-wrapper ul li a img,
#product div.reviews .review-wrapper ul li.wide a img {
	width: 478px;
	height: 257px;
}
#product div.reviews .review-wrapper ul li.wide a img {
	width: 478px;
	height: 257px;
}
#product div.reviews .review-wrapper ul li.wide a {
	width: 480px;
}
#product div.reviews .review-wrapper ul li.wide a .review-background {
	width: 480px;
	background: #ccc;
	text-align: center;
}
#product div.reviews .review-wrapper ul li a:hover .review-link {
	text-decoration: underline;
}
#product div.reviews .list-wrapper {
	margin: 0 auto;
	text-align: center;
	width: 1280px;
}
#product div.reviews .review-text-wrapper {
	position: absolute;
	z-index: 1000;
	width: 303px;
	height: 165px;
	margin-top: 80px;
	margin-left: 80px;
	padding: 0;
	overflow: hidden;
	font-family: Helvetica, sans-serif;
	font-weight: bold ;
}
#product div.review-text-wrapper.center,
#product div.reviews .review-wrapper ul li.wide .review-text-wrapper.center {
	margin-left: 0;
}

#product div.review-text-wrapper.center {
	left: 14.5%;
}
#product div.reviews .review-wrapper ul li.wide .review-text-wrapper.center {
	left: 22%;
}
#product div.reviews .review-text,
#product div.reviews .wide .review-text {
	font-size: 20px;
	line-height: 23px;
	margin: 0;
	color: #FFF;
	font-variant: small-caps;
	font-weight: bold;
	font-style: italic;
	font-family: Helvetica, sans-serif;
}
#product div.reviews .wide .review-text {
	font-size: 25px;
	line-height: 30px;
}
#product div.reviews .review-author,
#product div.reviews .wide .review-author {
	font-size: 14px;
	margin-top: 4px;
	margin-bottom: 0;
	color: #FFF;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-style: italic;
}
#product div.reviews .wide .review-author {
	font-size: 15px;
}
#product div.reviews .review-link,
#product div.reviews .wide .review-link {
	margin: 0;
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}
#product div.reviews .wide .review-link {
	font-size: 11px;
}
#product div.reviews .right {
	margin-left: 115px;
}
#product div.reviews .review-wrapper ul li.wide .right {
	margin-left: 130px;
	width: 326px ;
}
#product div.reviews .dark .review-text, 
#product div.reviews .dark .review-author,
#product div.reviews .dark .review-link {
	color: #545454;
}


/* Award Videos */
/* Base styles */
#videoWrapper .view-video-wrapper {
      width: 1280px;
      overflow: hidden;
	  margin: 0 auto 0 auto;
      background-color: #000;
      background-size: 100%;
}
#videoWrapper .videos-inner {
     /* padding: 50px 160px 50px 170px;*/
	width: 950px;
	margin: 50px auto;
	padding-left: 28px;
}
#videoWrapper .video-caption {
      padding: 35px 0 0 16px;
      color: #707073;
      font-family: "Helvetica Neue", Helvetica, sans-serif;
} 
/* Override the existing style */
#videoWrapper .video-caption h2 {
      color: #FFF;
      margin: 0;
      font-size: 32px;
      line-height: 34px;
      font-family: "Helvetica Neue", Helvetica, sans-serif;
	  font-weight: 400;
	  padding: 0;
}
#videoWrapper .video-caption h3 {
	margin: 5px 0 0;
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    padding: 0;
}
#videoWrapper .video-caption p {
	font-size: 15px;
	padding-top: 9px;
    color: #a0a0a0;
}
.clear-both {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  clear: both;
}
/* Large video overrides */
#videoWrapper .video-large {
      float: left;
}
#videoWrapper .video-large .video-thumbnail {
      float: left;
      width: 556px;
      background-image: url(../images/video/video-large-wedge.png);
      background-position: bottom left;
      background-repeat: no-repeat;
      padding-bottom: 21px;
}
#videoWrapper .video-large .video-thumbnail img {
	width: 550px;
	height: 315px;
}
#videoWrapper .video-large .video-caption {
      float: right;
      width: 370px;
}
#videoWrapper .video-large-vertical {
	margin-bottom: 0;
}
#videoWrapper .video-large-vertical .video-caption {
      clear: both;
      float: none;
      margin: 0 ;
      width: 378px ;
      padding: 35px 0 0 10px ;
}
#videoWrapper .video-large-vertical .video-caption p,
#videoWrapper .video-large-vertical .video-caption h1,
#videoWrapper .video-large-vertical .video-caption h2,
#videoWrapper .video-large-vertical .video-caption h3,
#videoWrapper .video-large-vertical .video-caption h4 {
	width: 378px;
}

/* Medium video overrides */
#videoWrapper .video-medium {
      width: 452px;
      float: left;
}
#videoWrapper .video-medium:first-child {
      margin-right: 36px;
}
#videoWrapper .video-medium h2 {
	font-family: "Helvetica Neue", Helvetica, sans-serif ;
}
#videoWrapper .video-medium .video-thumbnail,
#videoWrapper .video-medium .video-thumbnail img {
      width: 452px;
      height: 267px;
}
#videoWrapper .video-medium .video-caption {
	padding-top: 24px;
	background-image: url(../images/video/video-medium-wedge.png);
	background-position: bottom left;
	background-repeat: no-repeat;	
	min-height: 205px;
	padding-bottom: 20px;
}
#videoWrapper .video-medium p {
	padding-bottom: 9px;
}
#videoWrapper .video-medium a {
	color: #fff;	
}
#videoWrapper .video-medium a:hover,
#videoWrapper .video-medium a:focus,
#videoWrapper .video-medium a:active {
	color: #bcbec0;
}
.video-right {
      float: right;
}
/* Small video overrides */
#videoWrapper .video-small {
	  width: 303px;
      background-image: url(../images/video/video-small-wedge.png);
      background-position: bottom left;
      background-repeat: no-repeat;
      float: right;
      margin-bottom: 30px;
}
#videoWrapper .video-small .video-thumbnail,
#videoWrapper .video-small .video-thumbnail img {
      width: 301px;
      height: 178px;
}
#videoWrapper .video-small .video-caption {
      width: 301px;
      padding: 0;
      margin-bottom: 20px;
}
#videoWrapper .video-small .video-caption h2 {
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
	font-weight: 300;
	margin: 0;
	padding: 15px 6px 25px 6px;
}
#videoWrapper .video-small h3,
#videoWrapper .video-small p {
      display: none;
}
#videoWrapper .video-carousel {
	width: 940px;
	clear: both;
	height: 282px;
	padding-top: 29px;
	margin: 0 5px;
}
#videoWrapper .video-carousel .video-small {
	float: left;
	margin-bottom: 0;
	margin-right: 0;
}
#videoWrapper .video-carousel .video-small .video-caption h2 {
	height: 34px;
}
.btn-play {
	width: 550px;
	height: 315px;
	position: absolute;
	z-index: 1000;
	background: transparent url(../images/video/btn-play.png) no-repeat 50% 50%;
}
.btn-play:hover {
	background-image: url(../images/video/btn-play-over.png);	
}
#videoWrapper .video-medium .btn-play {
	width: 450px;
    height: 268px;
}
#videoWrapper .video-small .btn-play {
	width: 301px;
    height: 178px;
    background-image: url(../images/video/btn-play-small.png);
}
#videoWrapper .video-small .btn-play:hover {
	background-image: url(../images/video/btn-play-small-over.png);		
}
#videoWrapper .slick-prev,
#videoWrapper .slick-next {
	text-indent: -10000px;
	width: 30px;
	height: 50px;
	background-repeat: no-repeat;
	margin-top: -50px;
	overflow: hidden;
}
#videoWrapper .slick-prev {
	margin-left: -29px;
	background-image: url(../images/video/arrow-left.png);
}
#videoWrapper .slick-next {
	background-image: url(../images/video/arrow-right.png);
	margin-right: -21px;
}
#videoWrapper div.title {
	position:absolute;
	left:0;
	bottom:0;
	//height: 19px;
	height: 30px;
	width:100%;
	text-align:center;
	color:#ffffff;
	//font-size: 10px;
	font-size: 12px;
	font-family:"medium", Helvetica, sans-serif;
	text-transform:uppercase;	
	background:rgb(0,0,0);
	background:rgba(0,0,0,.2);
	display:none;	
}
#videoWrapper a:hover div.title  {
	display:block;
}
div.article.article350Hgt{
	height:350px !important; 
}
div.article.article200Hgt{
	height:200px !important;
}
div.pricecmngsn {
	 margin: 220px 0 0 0;
}
a.btnlarge span {
	font-size:12px;
}
