/* icc */
body,
.breadcrumb a {
	color:rgb(195,195,210);
}

/* The navigation should have a monstrously high value */
div.header, .nav, .nav ul.level2
{
	z-index: 1000;
}

.breadcrumb
{
	background: #161616;
	margin: -11px 9px 0;
	line-height: 30px;
	padding-left: 18px;
	/* -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5); */
	/* -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5); */
	/* box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5); */
}
.breadcrumb span
{
	color: #00b4e5;
}

.completeWidth
{
	background: #161616;
	border-top: 1px solid #464646;
	margin: 0 9px;
	min-height: 100px;
	/* -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5); */
	/* -moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5); */
	/* box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5); */
}

.footer
{
	margin-top: -8px;
}

/*	Panels ---------------------------------------------------------------------------------------------------- */
div.panel
{
	height: 380px;
	position: relative;
	padding: 0 22px;
	overflow: hidden;
}
div.panel img.main
{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
div.panel img.two
{
	position: absolute;
	top:0;
	right:0;
	z-index:9;
}
div.eight img.two
{
	z-index: 11;
}
div.panel img.three
{
	position: absolute;
	top:0;
	right:0;
	z-index:8;
}
div.panel h3, div.panel p, div.panel ul
{
	position: relative;
	z-index: 30;
	width: 322px;
}
div.panel h3
{
	height: 33px;
	text-indent: -999em;
	padding-top: 40px;
	padding-bottom: 10px;
}
div.panel p
{
	line-height: 1.8em;
	padding-bottom: 10px;
}

div.panel ul.quicklinks
{
	list-style-type: none;
	width: 185px;
	position: absolute;
	top: 0;
	right: 22px;
}
div.panel ul.quicklinks li.title
{
	background: url(../images/SpaceMouse/quicklinks_header.png) no-repeat left 40px;
	height: 17px;
	text-indent: -999em;
	padding-top: 40px;
	padding-bottom: 10px;
	display: block;
}
div.panel ul.quicklinks a
{
	font-size: 11px;
	line-height: 20px;
	color: inherit;
	padding-right: 15px;
	background: url(../images/SpaceMouse/small_left_arrow.png) no-repeat right center;
}

div#intuitive3dnav h3
{
	background: url(../images/SpaceMouse/intuitive_3d_nav_header.png) no-repeat left 40px;
}

div#advancedergodesign h3
{
	background: url(../images/SpaceMouse/advanced_ergonomic_design_header.png) no-repeat left 40px;
}

div#quickviewkeys h3
{
	background: url(../images/SpaceMouse/quickview_keys_header.png) no-repeat left 40px;
}

div#intelligentfunckeys h3
{
	background: url(../images/SpaceMouse/intelligent_function_keys_header.png) no-repeat left 40px;
}

div#onscreendisplay h3
{
	background: url(../images/SpaceMouse/on_screen_display_header.png) no-repeat left 40px;
}

div#keyboardmodifiers h3
{
	background: url(../images/SpaceMouse/keyboard_modifiers_header.png) no-repeat left 40px;
}

div#virtualnumpad h3
{
	background: url(../images/SpaceMouse/virtual_numpad_header.png) no-repeat left 40px;
}

div#techspecs h3
{
	background: url(../images/SpaceMouse/tech_specs_header.png) no-repeat left 40px;
}

div#techspecs ul
{
	float: left;
	padding-left: 12px;
	padding-right: 50px;
	width: 280px;
}

div#techspecs ul li.title
{
	list-style-type: none;
	font-weight: bold;
}
div#techspecs ul li
{
	color: #00b4e5;
	line-height: 2;
}
div#techspecs ul li span
{
	color: #5F6168;
}

div.anim-panel
{
	height: 420px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}
div.show
{
	display: block;
}

div.panel img.bottom, div#animations img.bottom
{
	position: absolute;
	bottom: 0;
	left: -22px;
	width: 1088px;
	height: 52px;
	z-index: 20;
}
div.panel-content
{
	position: relative;
	z-index: 100;
	height: 420px;
	width: 350px;
}

div#animations
{
	background: url(../images/SpaceMouse/gradient_top.png) no-repeat center top;
	height: 420px;
}
div#techspecs
{
	height: 480px;
}


div.blocks {
	padding: 30px 0;
	float:left;
}

div#animations .fixed h2, div#animations .fixed h3, div#animations .fixed p
{
	width: 322px;
}

div#animations .fixed h2
{
	background: url(../images/SpaceMouse/space_mouse_pro_header.png) no-repeat left 40px;
	height: 55px;
	text-indent: -999em;
	padding-top: 40px;
}
div#animations .fixed h3
{
	background: url(../images/SpaceMouse/space_mouse_pro_sub.png) no-repeat left 5px;
	height: 18px;
	text-indent: -999em;
	padding-top: 5px;
	padding-bottom: 20px;
}
div#animations .fixed p
{
	line-height: 1.8em;
	padding-bottom: 10px;
}

div#animations div.panels
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 420px;
}

div.anim-panel img.main, div.anim-panel a, div.anim-panel img.two, div.anim-panel img.three
{
	opacity: 0;
}

a.buynow
{
	background: url(../images/SpaceMouse/buy_now.png) no-repeat center center;
	width: 96px;
	height: 29px;
	text-indent: -999em;
	display: block;
	position: absolute;
	top: 0;
	right: -695px;
}
a.right-arrow
{
	padding-right: 15px;
	background: url(../images/SpaceMouse/small_left_arrow.png) no-repeat right center;
}
a.up img
{
	width: 17px;
	height: 10px;
	margin-left: 17px;
	display: block;
}
a.up
{
	display: block;
	position: absolute;
	right: 22px;
	bottom: 5px;
	z-index: 50;
	width: 34px;
	height: 20px;
}
a.arrow-right, a.arrow-left
{
	position: absolute;
	bottom: 49px;
	height: 44px;
	width: 28px;
	text-indent: -999em;
	display: block;
	z-index: 150;
}
a.arrow-right
{
	background: url(../images/SpaceMouse/arrow_blue_right.png) no-repeat center center;
	right: -702px;
}
a.arrow-left
{
	background: url(../images/SpaceMouse/arrow_blue_left.png) no-repeat center center;
	left: -7px;
}
a.arrow-right.disabled
{
	background: url(../images/SpaceMouse/arrow_grey_right.png) no-repeat center center;
}
a.arrow-left.disabled
{
	background: url(../images/SpaceMouse/arrow_grey_left.png) no-repeat center center;
}

span.slidenum
{
	position: absolute;
	left: 0;
	bottom: 22px;
	width: 24px;
	height: 24px;
	display: block;
}

a.panel-link
{
	background: url(../images/SpaceMouse/button.png) no-repeat center center;
	overflow:visible;
	width: 24px;
	height: 23px;
	display: block;
	position: absolute;
	text-indent: -999em;
	z-index: 50;
}
a.panel-link img
{
	cursor: default;
}

a.panel-link.intuitive3dnav
{
	top: 25px;
	left: 635px;
}
a.panel-link.intuitive3dnav img
{
	position: absolute;
	left: 20px;
	top: 17px;
}

a.panel-link.advancedergodesign
{
	top: 150px;
	left: 460px;
}
a.panel-link.advancedergodesign img
{
	position: absolute;
	left: 20px;
	top: 18px;
}

a.panel-link.quickviewkeys
{
	top: 293px;
	left: 890px;
}
a.panel-link.quickviewkeys img
{
	position: absolute;
	left: 10px;
	bottom: 23px;
}

a.panel-link.intelligentfunckeys
{
	top: 120px;
	left: 1000px;
}
a.panel-link.intelligentfunckeys img
{
	position: absolute;
	right: 20px;
	top: 18px;
}

a.panel-link.onscreendisplay
{
	top: 10px;
	left: 880px;
}

a.panel-link.keyboardmodifiers
{
	top: 70px;
	left: 540px;
}
a.panel-link.keyboardmodifiers img
{
	position: absolute;
	left: 20px;
	top: 18px;
}

.blocks:before, .blocks:after
{
    content: "";
    display: table;
}
.blocks:after
{
    clear: both;
}
.blocks {
	zoom: 1;
	background-color: #fff;
	padding: 0px;
}

.blocks ul {
	margin-left: 0px;
}

.blocks ul li
{
	float: left;
	display: inline;
	list-style-type: none;

	font-family:Verdana;
	font-size: 12px;
	line-height: 14px;
	float:left;
	width: 257px;
	height: 257px;
	margin-right:17px;	
	/* -webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.2); */
	border: 1px solid #dbdbdb;
	color:#fff;
	background:#161616;
	padding: 0;

	/* border: 2px solid #56585e;
	width: 237px;
	margin-left: 26px;
	padding-bottom: 12px;
	background: #25262a; */
}

.blocks ul li:last-child {
	margin-right: 0px;
}

.blocks h4 {
	font-family:Verdana;
	font-size:17px;
	margin:0px;
	line-height:20px;
	font-weight:bold;
	margin-bottom:5px;
	color: #1cabe3;
	margin: 16px 25px 5px 25px;
}

.blocks p {
	margin: 0 25px;
	line-height: 16px;
	padding-left: 0px;
	color: #fff;
}
.blocks a
{
	padding-left: 10px;
	background: url(../images/SpaceMouse/small_left_arrow.png) no-repeat left center;
	display: block;
}

.blocks img {
	width: 257px;
	height: 137px;
}


/* icc relaunch productpage 2014 */

.top 									{ position:absolute; top:0; left:0 }
		
		a.up									{ height:40px; width:50px; right:0; bottom:0; }
		a.up img								{ width:auto; height:auto; display:block; margin:0; }
		
		#panel-animations 						{ background:#161616 url(../images/SpaceMouse2014/gradient_top.png) no-repeat center top; }
		#panel-animations 						{ position:relative; padding:0; height:612px; overflow:hidden; }
		#panel-animations .inner 				{ position:relative; overflow:hidden; margin:0 auto; width:1088px; height:567px; }
		#panel-animations .inner .texts			{ display:none; position:absolute; top:40px; left:50px; }
		#panel-animations .title-1 				{ font-family:'DINProCondRegular'; font-size:60px; line-height:50px; color:#FFF; margin-bottom:25px; }
		#panel-animations .title-1 sup			{ font-size:15px; font-weight:normal;}
		#panel-animations .subtitle 			{ font-family: 'DINProCondRegular'; color:#00aae6; font-size:24px; margin-bottom:15px; }
		#panel-animations .description 			{ font-family: 'DINProCondRegular'; color:#FFF; font-size:19px; line-height:22px; width:400px; margin-bottom:40px; }
		#panel-animations .links 				{ position:relative; z-index:9999; font-family: 'DINProCondRegular'; text-transform:uppercase; font-size:23px; }
		#panel-animations .links a 				{ color:#FFF; padding:3px 10px; text-decoration:none; letter-spacing:1px; }
		#panel-animations .play-video 			{ float:left; }
		#panel-animations .play-video a 		{ background-color:#FFF; color:#00aae6; }
		#panel-animations .play-video a:hover 	{ background-color:#00aae6; color:#FFF; }
		#panel-animations .buy-now				{ float:left; margin-left:00px; }
		#panel-animations .buy-now a 			{ background-color:#00aae6; color:#FFF; }
		#panel-animations .buy-now a:hover 		{ background-color:#FFF; color:#00aae6; }
		#panel-animations .loading				{ position:absolute; right:50%; margin-right:-13px; top:290px; }
		#panel-animations .spacemouse 			{ position:absolute; top:0px; right:-950px; width:1088px; height:612px }
		
		#panel-animations .button-1				{ display:none; position:absolute; top:165px; left:525px; width:70px; height:70px; background:url(../images/SpaceMouse2014/lines-01.png); }
		#panel-animations .button-1 .arrow		{ position:absolute; width:35px; height:35px; top:0px; left:0px; background:url(../images/SpaceMouse2014/arrow-button.png); }
		#panel-animations .button-1 .arrow:hover { background-position:0 -35px; }
		#panel-animations .button-1 .arrow a	{ display:block; height:100%; width:100%; }
		#panel-animations .button-1 .text		{ display:none; white-space:nowrap; position:absolute; text-align:left; top:5px; left:40px; font-family:'DINProCondRegular'; font-size:16px; color:#FFF; padding:4px 7px 5px; background-color:#00aae6; }
		
		#panel-animations .button-2				{ display:none; position:absolute; top:90px; left:635px; width:70px; height:70px; background:url(../images/SpaceMouse2014/lines-01.png); }
		#panel-animations .button-2 .arrow		{ position:absolute; width:35px; height:35px; top:0px; left:0px; background:url(../images/SpaceMouse2014/arrow-button.png); }
		#panel-animations .button-2 .arrow:hover { background-position:0 -35px; }
		#panel-animations .button-2 .arrow a	{ display:block; height:100%; width:100%; }
		#panel-animations .button-2 .text		{ display:none; white-space:nowrap; position:absolute; text-align:left; top:5px; left:40px; font-family:'DINProCondRegular'; font-size:16px; color:#FFF; padding:4px 7px 5px; background-color:#00aae6; }
		
		#panel-animations .button-3				{ display:none; position:absolute; top:70px; left:910px; width:35px; height:35px; }
		#panel-animations .button-3 .arrow		{ position:absolute; width:35px; height:35px; top:0px; left:0px; background:url(../images/SpaceMouse2014/arrow-button.png); }
		#panel-animations .button-3 .arrow:hover { background-position:0 -35px; }
		#panel-animations .button-3 .arrow a	{ display:block; height:100%; width:100%; }
		#panel-animations .button-3 .text		{ display:none; white-space:nowrap; position:absolute; text-align:right; top:5px; right:40px; font-family:'DINProCondRegular'; font-size:16px; color:#FFF; padding:4px 7px 5px; background-color:#00aae6; }
		
		#panel-animations .button-4				{ display:none; position:absolute; top:175px; left:980px; width:90px; height:90px; background:url(../images/SpaceMouse2014/lines-02.png); }
		#panel-animations .button-4 .arrow		{ position:absolute; width:35px; height:35px; top:0px; right:0px; background:url(../images/SpaceMouse2014/arrow-button.png); }
		#panel-animations .button-4 .arrow:hover { background-position:0 -35px; }
		#panel-animations .button-4 .arrow a	{ display:block; height:100%; width:100%; }
		#panel-animations .button-4 .text		{ display:none; white-space:nowrap; position:absolute; text-align:right; top:5px; right:40px; font-family:'DINProCondRegular'; font-size:16px; color:#FFF; padding:4px 7px 5px; background-color:#00aae6; }
		
		#panel-animations .button-5				{ display:none; position:absolute; top:310px; left:960px; width:90px; height:90px; background:url(../images/SpaceMouse2014/lines-03.png); }
		#panel-animations .button-5 .arrow		{ position:absolute; width:35px; height:35px; bottom:0px; right:0px; background:url(../images/SpaceMouse2014/arrow-button.png); }
		#panel-animations .button-5 .arrow:hover { background-position:0 -35px; }
		#panel-animations .button-5 .arrow a	{ display:block; height:100%; width:100%; }
		#panel-animations .button-5 .text		{ display:none; white-space:nowrap; position:absolute; text-align:right; bottom:5px; right:40px; font-family:'DINProCondRegular'; font-size:16px; color:#FFF; padding:4px 7px 5px; background-color:#00aae6; }
		
		#panel-animations .button-6				{ display:none; position:absolute; top:410px; left:630px; width:90px; height:90px; background:url(../images/SpaceMouse2014/lines-03.png); }
		#panel-animations .button-6 .arrow		{ position:absolute; width:35px; height:35px; bottom:0px; right:0px; background:url(../images/SpaceMouse2014/arrow-button.png); }
		#panel-animations .button-6 .arrow:hover { background-position:0 -35px; }
		#panel-animations .button-6 .arrow a	{ display:block; height:100%; width:100%; }
		#panel-animations .button-6 .text		{ display:none; white-space:nowrap; position:absolute; text-align:left; bottom:5px; left:95px; font-family:'DINProCondRegular'; font-size:16px; color:#FFF; padding:4px 7px 5px; background-color:#00aae6; }
		
		#panel-animations .flare				{ opacity:0; position:absolute; top:240px; left:777px; width:130px; height:60px; }
		
		#panel-animations .textual {
			position:absolute;
			background-color:#161616;
			top:0;
			z-index:40;
			width:100%;
			height:612px;
		}
		#panel-animations .player {
			/*display:block;*/
			position:absolute;
			top:0;
			z-index:41;
			/* display:none; */
			width:100%;
			height:612px;
		}
		#panel-animations .player .close 		{ opacity:0.5; position:absolute; z-index:999999; top:0; right:0; width:40px; height:40px; background:url(../images/SpaceMouse2014/close.png) no-repeat; }
		#panel-animations .player .close a		{ display:block; height:100%; width:100%; }
		#panel-animations .player .close:hover  { opacity:1 }
		
		#panel-intuitive3dnav 					{ background:#161616; position:relative; padding:0; height:420px; }
		#panel-intuitive3dnav .text 			{ position:absolute; left:50px; top:50px; width:300px; color:#FFF; padding:0; }
		#panel-intuitive3dnav .text .title		{ font-family: 'DINProCondRegular'; color:#00aae6; font-size:30px; line-height:30px; margin-bottom:8px; }
		#panel-intuitive3dnav .text p 			{ padding-bottom:6px; font-size:13px; line-height:18.5px; width:auto; }
		#panel-intuitive3dnav .text p.instructions 	{ color:#888; }
		
		#panel-intuitive3dnav .animation		{ display:none; position:absolute; top:0; left:0; width:100%; height:100%; }
		
		#panel-intuitive3dnav .cap				{ cursor:pointer; display:none; position:absolute; top:95px; left:505px; width:375px; height:240px; }
		
		#panel-intuitive3dnav .play-video		{ display:none; position:absolute; top:120px; right:135px; font-family:'DINProCondRegular'; font-size:16px; color:#FFF; padding:4px 7px 5px; background-color:#00aae6; }
		
		#panel-intuitive3dnav .button			{ display:none; position:absolute; top:65px; left:525px; width:70px; height:70px; background:url(../images/SpaceMouse2014/lines-01.png); }
		#panel-intuitive3dnav .button .arrow	{ position:absolute; width:35px; height:35px; top:0px; left:0px; background:url(../images/SpaceMouse2014/arrow-button.png); }
		#panel-intuitive3dnav .button .arrow:hover { background-position:0 -35px; }
		#panel-intuitive3dnav .button .arrow a	{ display:block; height:100%; width:100%; }
		#panel-intuitive3dnav .button .arrowtext{ display:none; position:absolute; white-space:nowrap; text-align:right; top:5px; right:75px; font-family:'DINProCondRegular'; font-size:16px; color:#FFF; padding:4px 7px 5px; background-color:#00aae6; }
			
		#panel-quickviewkeys					{ background:#161616; position:relative; padding:0; height:420px;}
		#panel-quickviewkeys .text 				{ position:absolute; right:50px; top:50px; width:300px; color:#FFF; padding:0; }
		#panel-quickviewkeys .text .title 		{ font-family: 'DINProCondRegular'; color:#00aae6; font-size:30px; line-height:30px; margin-bottom:8px; }
		#panel-quickviewkeys .text p 			{ padding-bottom:6px; font-size:13px; line-height:18.5px; width:auto; }
		#panel-quickviewkeys .animation			{ position:absolute; left:0px; top:0px; width:600px; height:400px; }
		#panel-quickviewkeys .animation .main-device { display:none; position:absolute; left:0px; top:-190px; width:100%; }
		#panel-quickviewkeys .animation .buttons { display:none; position:absolute; left:0px; top:-190px; width:100%; }
		
		#panel-advancedergodesign				{ background:#161616; position:relative; padding:0; height:420px; }
		#panel-advancedergodesign .text 		{ position:absolute; left:50px; top:50px; width:300px; color:#FFF; padding:0; }
		#panel-advancedergodesign .text .title	{ font-family: 'DINProCondRegular'; color:#00aae6; font-size:30px; line-height:30px; margin-bottom:8px; }
		#panel-advancedergodesign .text p 		{ padding-bottom:6px; font-size:13px; line-height:18.5px; width:auto; }
		
		#panel-advancedergodesign .animation 	{ opacity:0; position:absolute; width:100%; height:100%; left:0; top:10px; }
		
		#panel-intelligentfunckeys				{ background:#161616; position:relative; padding:0; height:420px;}
		#panel-intelligentfunckeys .text 		{ position:absolute; right:50px; top:50px; width:300px; color:#FFF; padding:0; }
		#panel-intelligentfunckeys .text .title { font-family: 'DINProCondRegular'; color:#00aae6; font-size:30px; line-height:30px; margin-bottom:8px; }
		#panel-intelligentfunckeys .text p 		{ padding-bottom:6px; font-size:13px; line-height:18.5px; width:auto; }
		#panel-intelligentfunckeys .animation	{ position:absolute; left:0px; top:0px; width:600px; height:400px; }
		#panel-intelligentfunckeys .animation .main-device { position:absolute; left:0px; top:-200px; width:100%; }
		#panel-intelligentfunckeys .animation .buttons { position:absolute; left:0px; top:-200px; width:100%; }
		
		#panel-onscreendisplay					{ background:#161616; position:relative; padding:0; height:420px; }
		#panel-onscreendisplay .text 			{ position:absolute; left:50px; top:50px; width:300px; color:#FFF; padding:0; }
		#panel-onscreendisplay .text .title		{ font-family: 'DINProCondRegular'; color:#00aae6; font-size:30px; line-height:30px; margin-bottom:8px; }
		#panel-onscreendisplay .text p 			{ padding-bottom:6px; font-size:13px; line-height:18.5px; width:auto; }
		#panel-onscreendisplay .text sup 		{ font-size:6px; font-weight:normal;}
		#panel-onscreendisplay .text span		{ font-size:10px; font-weight:normal; font-style:italic;}
		
		#panel-onscreendisplay .animation 		{  }
		#panel-onscreendisplay .animation .device { position:absolute; top:20px; left:0;  }
		#panel-onscreendisplay .animation .osd { opacity:0; position:absolute; top:222px; left:709px; width:100%; height:100%; }
		
		#panel-keyboardmodifiers				{ background:#161616; position:relative; padding:0; height:420px; }
		#panel-keyboardmodifiers .text 			{ position:absolute; right:50px; top:50px; width:300px; color:#FFF; padding:0; }
		#panel-keyboardmodifiers .text .title	{ font-family: 'DINProCondRegular'; color:#00aae6; font-size:30px; line-height:30px; margin-bottom:8px; }
		#panel-keyboardmodifiers .text p 		{ padding-bottom:6px; font-size:13px; line-height:18.5px; width:auto; }
		#panel-keyboardmodifiers .animation		{ position:absolute; left:0px; top:0px; width:600px; height:400px; }
		#panel-keyboardmodifiers .animation .main-device { position:absolute; left:0px; top:-190px; width:100%; }
		#panel-keyboardmodifiers .animation .buttons { position:absolute; left:0px; top:-190px; width:100%; }
		
		#panel-virtualnumpad					{ background:#161616; position:relative; padding:0; height:420px; }
		#panel-virtualnumpad .text 				{ position:absolute; left:50px; top:50px; width:300px; color:#FFF; padding:0; }
		#panel-virtualnumpad .text .title		{ font-family: 'DINProCondRegular'; color:#00aae6; font-size:30px; line-height:30px; margin-bottom:8px; }
		#panel-virtualnumpad .text p 			{ padding-bottom:6px; font-size:13px; line-height:18.5px; width:auto; }
		#panel-virtualnumpad .text sup 			{ font-size:6px; font-weight:normal;}
		#panel-virtualnumpad .text span			{ font-size:10px; font-weight:normal; font-style:italic;}
		
		#panel-virtualnumpad .animation 		{ opacity:0; position:absolute; width:186px; height:276px; left:483px; top:115px; }
		
		#panel-techspecs 									{ background:#161616 url(../images/SpaceMouse2014/blueprint.png) no-repeat top left; position:relative; padding:0; padding-bottom:50px; height:auto }
		#panel-techspecs .wireframe 						{ float:left; width:300px; height:242px; margin-left:50px; margin-top:50px; }
		#panel-techspecs .columns 							{ color:#C3C3D2; margin-top:50px; margin-right:50px; }
		#panel-techspecs .columns .column 					{ float:right; width:300px; }
		#panel-techspecs .columns .column .title			{ color:#FFF; font-family: 'DINProCondRegular'; font-size:24px; line-height:30px; margin-bottom:8px; }
		#panel-techspecs .columns .column ul 				{ margin:0; padding:0; list-style-type:none; width:100%; margin-bottom:12px; }
		#panel-techspecs .columns .column ul:last-child 	{ margin-bottom:0; }
		#panel-techspecs .columns .column ul li 			{ margin:0; padding:0; margin-bottom:4px; font-size:12px; line-height:16px; background:transparent url(../images/SpaceMouse2014/tech-spec-bullet.gif) no-repeat left 6px; padding-left:13px; }
		#panel-techspecs .columns .column ul li:last-child 	{ margin-bottom:0; }
		#panel-techspecs .columns .column ul li a			{ color:#00aae6;} 
		#panel-techspecs .columns .border 					{ float:right; background:transparent url(../images/SpaceMouse2014/tech-spec-border.gif) repeat-y 0 0; width:1px; min-height:320px; margin:0 21px; margin-top:0; }