@import url(reset.css);
@import url(thickbox.css);

span.btn-play,
div.row table#tweets tr td div.box,
div.row table#video tr td a.block-link
{
	behavior: url("/iepngfix.htc");
}

html
{
	overflow-x: hidden;
}

body
{
	font-family: Helvetica, Arial, sans-serif;
	background: #181818;
	letter-spacing: 0.025em;
}
.clear
{
	clear: both !important;
	display: block !important;
	float: none !important;
	height: 0 !important;
	width: 0 !important;
}
.btn
{
	cursor: pointer;
}
a.btn span
{
	visibility: hidden;
}
a.btn
{
	text-decoration: none;
}
a.btn:hover
{
	text-decoration: none !important;
}

a
{
	color: #E1E1E1;
}

a:hover
{
	text-decoration: underline !important;
}

a.btn.close
{
	background: transparent url(../../images/btn.close.png) no-repeat scroll 0 0;
	display: block;
	height: 31px;
	margin: 0 0 -31px 0;
	position: relative;
	right: -545px;
	top: -31px;
	width: 31px;
}

a.btn
{
	color: #111111 !important;
	font-weight: bold;
	padding: 4px 9px;
	margin: 15px 10px;
	font-size: 12px;
}

a.btn.yellow
{
	background: transparent url(../../images/btn.yellow.jpg) repeat-x center top;
}
a.btn.yellow:hover
{
	background-position: center center;
}
a.btn.yellow:active
{
	background-position: center bottom;
}

a.btn.grey
{
	background: transparent url(../../images/btn.grey.jpg) repeat-x center top;
}
a.btn.grey:hover
{
	background-position: center center;
}
a.btn.grey:active
{
	background-position: center bottom;
}

a.link6 {
	color: #000 !important;
}

span.tanc
{
	font-size: .65em;
	display: block;
	padding-top: 10px;
	margin-left: 15px;
	color: #666;
	width: 500px;
}

span.tanc a
{
	color: #666;
	text-decoration: none;
}

span.tanc a:hover
{
	color: #fff;
	text-decoration: none !important;
}

.buttons
{
	text-align: center;
	margin: 20px 0;
}

.futura
{
	font-family: Futura, Helvetica, Arial, sans-serif;
}

.futura a
{
	color: inherit !important;
	text-decoration: underline !important;
}

.futura a:hover
{
	color: #666 !important;
}

.container
{
	overflow: hidden;
}

.wrapper
{
	position: absolute;
	height: 586px;
	top: 50%;
	margin-top: -300px;
}

.drawer
{
	background: #3F3F42 none repeat scroll 0 0;
	height: 549px;
	margin-top: 37px;
	position: absolute;
	width: 754px;
	z-index: 99;
	color: #fff;
	font-size: .7em;
	line-height: 1.3em;
	letter-spacing: 0.02em;
	left: -754px;
	z-index: 30;
}

.drawer .handle-container
{
	border-top: 1px #656568 solid;
	border-bottom: 1px #656568 solid;
	margin: 121px -6px 0;
	height: 77px;
}

.drawer .handle-copy
{
	color: #9F9FA1;
	float: left;
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 13px 17px;
	width: 126px;
}

.drawer .handle-container .handle
{
	width: 40px;
	height: 95px;
	margin-top: -7px;
	cursor: pointer;
	margin-left: 160px;
}

.drawer.out
{
	left: 0px;
}

.drawer.in
{
}

.drawer.out .handle, .drawer.init.out .handle
{
	background: url(../../images/handle.in.png) no-repeat right center;
}

.drawer.in .handle, .drawer.init .handle
{
	background: url(../../images/handle.out.png) no-repeat right center;
}

.drawer .intro
{
	background: #E2E2E2 none repeat scroll 0 0;
	color: #000000;
	float: left;
	font-size: 1.2em;
	height: 498px;
	line-height: 1.4em;
	padding: 31px 25px 20px;
	width: 544px;
}

#introVidPlayer
{
	margin-top: 15px;
}

.drawer .intro .thumbnails
{
	background: #8e9295;
	padding: 5px 7px;
	width: 526px;
	margin-top: 16px;
}

.drawer .intro #thumbs
{
	width: 500px !important;
	overflow: hidden;
	background: #8e9295;
	margin-left: 5px;
	margin-right: -5px;
}

.drawer .intro #thumbs table tr td
{
	cursor: pointer;
	opacity: .5;
	filter: alpha(opacity = 50);
	background-repeat: no-repeat !important;
	height: 51px;
}

.drawer .intro #thumbs table tr td.active
{
	opacity: 1;
	filter: alpha(opacity = 100);
}

.drawer .intro #thumbs table tr td div.btn-play
{
			background:transparent url(../../images/btn.play.sm.png) no-repeat scroll center top;
			display:block;
			height:24px;
			margin: 0 38px;
			width:24px;
}

.drawer .intro #thumbs table tr td.active div.btn-play{
	visibility: hidden;
}

.drawer .intro #thumbs table tr td.inactive div.btn-play{
	visibility: visible;
}

.drawer .intro #thumbs table tr td:hover span.btn-play
{
	background-position: center bottom;
}

.drawer .intro .thumbnails .prev, .drawer .intro .thumbnails .next, .drawer .intro .thumbnails #thumbs
{
	float: left;
}

.drawer .intro .thumbnails .prev, .drawer .intro .thumbnails .next
{
	width: 14px;
}

.drawer .intro .thumbnails .prev
{
	background: url(../../images/btn.prev.gif) no-repeat center bottom;
	background: none;
	border: none;
	width: 7px;
	height: 14px;
	padding-left: 10px;
	margin-top: 17px;
}

.drawer .intro .thumbnails .prev:hover
{
	background-position: center top;
}
.drawer .intro .thumbnails .next
{
	background: url(../../images/btn.next.gif) no-repeat center top;
	background: none;
	border: none;
	width: 7px;
	height: 14px;
	padding-left: 15px;
	margin-top: 17px;
}

.drawer .intro .thumbnails .next:hover
{
	background-position: center bottom;
}

.drawer .intro #thumbs ul li
{
	padding: 0 5px;
}

.drawer .selections
{
	width: 148px;
	float: left;
	padding: 34px 6px;
}

.drawer .selections .shadow-right
{
	background: url(../../images/drawer-shadow-right.png) repeat-y center left;
	display: block;
	height: 100%;
	margin-left: 154px;
	margin-top: -34px;
	position: absolute;
	width: 5px;
	z-index: -1;
}

.drawer a
{
	color: #fff;
}

.sort
{
	margin: 0 0 36px;
}

.sort ul.sort-by
{
	margin-top: 5px;
	letter-spacing: 0.07em;
}

.sort ul.sort-by li
{
	color: #BDBDBD;
	margin: 0;
	padding: 5px 10px 3px;
}

.sort ul.sort-by li a
{
	display: block;
	text-decoration: none;
}

.sort ul.sort-by li.selected
{
	background: #222;
}

.sort ul.sort-by li:hover
{
	background: #2e2e30;
}

.sort ul.sort-by li a:hover
{
	text-decoration: none !important;
}


.choose-country
{
	margin-top: 143px;
	position: absolute;
	z-index: 100;
}
/* Copy from this line onward to style your select element */
input.nice_select
{
	background: transparent none repeat scroll 5px center;
	border: 1px solid #BDBDBD;
	color: #BDBDBD;
	cursor: default;
	float: none;
	margin-left: 10px;
	padding: 4px 4px 3px;
	width: 121px;
}

div#arrow
{
	background: transparent url(../../images/dropArrow.gif) no-repeat scroll center center;
	border-left: 1px solid #BDBDBD;
	display: block;
	height: 22px;
	margin: 1px 0 0 116px;
	position: absolute;
	width: 22px;
	cursor: pointer;
}

ul.virtual_select
{
	max-height: 170px;
	width: 129px;
	overflow: auto;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
	display: block;
	position: relative;
	bottom: 156px;
	display: none;
	background: #3f3f42;
	border: 1px #bdbdbd solid;
	z-index: 10;
}

ul.virtual_select li
{
	display: block;
	height: 18px;
	padding: 2px 4px;
	margin: 0;
	cursor: pointer;
	background-position: 5px center;
}

ul.virtual_select li#usa
{
	background-image: url(../../images/flags.jpg);
	background-repeat: no-repeat;
}
ul.virtual_select li#uk
{
	background-image: url(../../images/flags.jpg);
	background-repeat: no-repeat;
}
ul.virtual_select li#japan
{
	background-image: url(../../images/flags.jpg);
	background-repeat: no-repeat;
}

ul.virtual_select li.over, ul.virtual_select li.selected
{
	background-color: #2E2E30;
}

.powered-by
{
	font-size: 0.85em;
	margin-top: 195px;
	margin-left: 10px;
	position: absolute;
	width: 130px;
	letter-spacing: 0.04em;
}

.powered-by a
{
	text-decoration: none !important;
}

.drawer h3
{
	letter-spacing: 0.06em;
	margin-left: 10px;
	margin-bottom: 5px;
}

.header
{
	display: block;
	clear: both;
	height: 37px;
	width: 100%;
}

.header h1.head
{
	background: url(../../images/head.gif) no-repeat;
	float: left;
	text-indent: -9999px;
	height: 37px;
	width: 417px;
	display: inline;
	margin-left: 15px;
	position: relative;
	z-index: 1;
}

.header .learn-more
{
	float: right;
	display: inline;
	color: #e2e2e2;
	padding-right: 5px;
}

.header .learn-more .buttons
{
	display: inline;
	float: right;
}

.header .learn-more em
{
	color: #e2e2e2;
	font-style: normal;
}

.header .learn-more p
{
	display: inline;
	float: right;
	font-size: 0.7em;
	letter-spacing: 0.05em;
	line-height: 1.3em;
	margin: 0;
	text-align: justify;
	padding-right: 10px;
	width: 280px;
}

.header .learn-more .buttons
{
	margin: 8px 0;
}

.trackpad
{
	display: none;
	background: #1c1d1f;
	height: 30px;
	width: 100%;
}

span.today
{
	background:transparent url(../../images/arrow-today.gif) no-repeat scroll 15px center;
	border-right:1px solid #000000;
	color:#CCCCCC;
	cursor:pointer;
	display:block;
	font-size:0.7em;
	height:20px;
	padding:10px 0 0 30px;
	position:absolute;
	text-align:left;
	width:46px;
	}

span.launch
{
	background:transparent url(../../images/arrow-launch.gif) no-repeat scroll right center;
	border-left:1px solid #000000;
	color:#CCCCCC;
	cursor:pointer;
	display:block;
	float:right;
	font-size:0.7em;
	height:20px;
	padding:10px 15px 0 0;
	margin-right: 15px;
	text-align:right;
	width:50px;
}

.trackpad .scrub-area
{
	position: absolute;
	padding: 2px 0 2px 0;
	margin-left: 77px;
	height: 26px;
	border-left: 1px #303133 solid;
	border-right: 1px #303133 solid;
}

.trackpad #slider
{
	background: url(../../images/slider.png) no-repeat;
	width: 70px;
	height: 30px;
	cursor: move;
}

.rows
{
	background: #0c0c0c;
	width: 100%;
	padding: 9px 0 10px;
	position: relative;
}

.rows-overlay
{
	width: 100%;
	height: 549px;
	position: absolute;
	background: #111;
	z-index: 10;
}

.rows-overlay .loader
{
	width: 100px;
	color: #cccccc;
	margin: 220px auto;
	text-align: center;
	text-transform: lowercase;
	font-size: .8em;
}

.rows-overlay .loader img
{
	margin: 0 auto 10px;
	display: block;
}

div.row
{
	padding: 9px 8px 8px;
	overflow: auto;
	height: 106px;
}

div.row table tr td div.last
{
	width: 7px !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

div.row table#blog tr td div.last
{
	width: 5px !important;
}

#image-row,
#tweet-row
{
	height: 100px;
}

#tweet-row
{
	padding-left: 4px;
}

div.row table
{
	padding-right: 20px;
}

div.row table tr td
{
	cursor: pointer;
}

div.row table tr td div
{
	margin: 0 8px 0 7px;
}

div.row table#video tr td div,
div.row table#images tr td div
{
	margin: 0 7px 0 6px;
}

p#tweet
{
	font-size: 2em;
	line-height: 1.2em;
}

p#tweet a
{
	text-decoration: none;
	font-weight: bold;
	color: #111 !important;
}

#flag-icn
{
	margin: 0px 6px -5px 2px;
}

.message
{
	padding-bottom: 10px;
}

div.row table#tweets
{
	margin-left: 4px;
	padding-right: 110px;
}

div.row table#tweets li
{
	margin: 0 8px 0 0;
}

div.row table#tweets a.flag-this
{
	background: transparent url(../../images/flag-this.jpg) no-repeat scroll 0 0;
	display: none;
	height: 16px;
	margin: 80px 0 -103px 149px;
	width: 17px;
	position: relative;
	z-index: 20;
}

div.row table#tweets a.block-link
{
	display: block;
	height: 80px;
	margin: -7px 0 0 -7px;
	padding: 10px;
	width: 154px;
}

div.row table#tweets td:hover a.flag-this
{
	display: block;
}

div.row table#images
{
}

div.row table#images tr td div
{
	border: 1px transparent solid;
	height: 99px;
	overflow: hidden;
	padding: 0;
}

div.row table#images tr td:hover div
{
	/*	border: 1px #fff solid;	*/
}

div.row table#images tr td div img
{
	margin: -1px 0px -1px -1px;
}

#blog-row
{
	height: 124px;
}

div.row table#blog tr td div
{
	border: 1px transparent solid;
	width: 230px;
	background: #2f3033;
	color: #fff;
	height: 124px;
	overflow: hidden;
}

div.row table#blog tr td div a
{
	text-decoration: none !important;
}

div.row table#blog a.block-link
{
	display:block;
	height:94px;
	padding:6px 8px;
	width:214px;
}

div.row table#blog tr td div:hover
{
	/*	border: 1px #fff solid;	*/
}

div.row table#blog tr td div.img
{
	float: left;
	width: 100px;
	overflow: hidden;
}

div.row table#blog div h2
{
	margin-bottom: 2px;
	font-size: .8em;
	line-height: 1.3em;
}

div.row table#blog div h2 a
{
	color: #fff;
	text-decoration: none;
}

div.row table div p
{
	font-size: 0.65em;
	line-height: 1.3em;
	margin-bottom: 4px;
}

div.row table div small
{
	color: #626469;
	font-size: 0.55em;
	line-height: 1.3em;
}

div.row table#tweets tr td div
{
	background: url(../../images/arrow-grey.png?2) no-repeat;
	color: #E1E1E1;
	height: 100px;
	overflow: hidden;
	padding: 0 0 0 16px;
	width: 168px;
	margin-left: -1px;
}

div.row table#tweets tr td .border
{
	background: url(../../images/tweet-border.png?2) no-repeat;
	height: 102px;
	margin-bottom: -101px;
	margin-top: -1px;
	display: none;
	width: 168px;
	position: relative;
	z-index: 1;
}

div.row table#tweets tr td .border a {
	display: block;
	width: 100%;
	height: 100%;
}

div.row table#tweets tr td div:hover
{
	/*	background-position: 0 bottom;	*/
}

div.row table#tweets a:hover
{
	text-decoration: none !important;
}

div.row table#tweets a
{
	color: inherit;
	text-decoration: none;
}

div.row table#tweets p.author span.time
{
}


div.row ul#tweets li.alt
{
}

div.row table#video tr td div
{
	height: 106px;
	width: 188px;
	border: 1px solid #0C0C0C;
}

div.row table#video tr td a.block-link
{
	background: url(../../images/YouTube_watermark.png) no-repeat right bottom;
	display: block;
	height: 74px;
	text-decoration: none !important;
	width: 186px;
}
div.row table#video tr td:hover a.block-link
{
	/*	border: 1px solid #fff;	*/
}

div.row table#video a div.fade
{
	display: none;
	border: none;
	margin: 0;
	height: 106px;
}

div.row table#video a div.fade span.title
{
	background: url(../../images/title-overlay.png);
	font-size: .6em;
	display: block;
	width: 183px;
	margin-top: -74px;
	color: #fff;
	padding: 5px 0 3px 5px;
	line-height: 1.3em;
	text-decoration: none !important;
}

div.row table#video a span.btn-play
{
	background: url(../../images/btn.play.png) no-repeat top center;
	display: block;
	width: 58px;
	height: 44px;
	margin-top: 30px;
	margin-left: 66px;
}

div.row table#video tr td:hover span.btn-play
{
	background-position: bottom center;
}

div.row table#video tr td div
{
	cursor: pointer;
}

div.row ul#video li img:hover
{
	border: 1px solid #ffcc00;
}

.lightbox-content-container
{
	width: 100%;
	height: 530px;
	background: #fff;
}


.lightbox-title
{
	background: url(../../images/lightbox-title.gif) no-repeat;
	text-indent: -9999px;
	height: 28px;
	width: 228px;
	display: block;
	margin-bottom: 13px;
}

.introduction
{
	background: url(../../images/introduction.gif) no-repeat;
	height: 118px;
}

.introduction p
{
	display: none;
}

.btn.explore
{
	width: 82px;
	height: 24px;
	background: url(../../images/btn.explore.jpg) no-repeat;
	display: block;
	float: right;
	margin-top: 10px;
}



div.row table tr td.pre-dyson div
{
	margin-right: 0 !important;
}

div.row table#images tr td.pre-dyson div,
div.row table#blog tr td.pre-dyson div,
div.row table#video tr td.pre-dyson div
{
	margin-right: -1px !important;
}

div.row table tr td.dyson div
{
	background: transparent url(../../images/dyson-tweet.gif) no-repeat scroll 10px 5px !important;
	border-bottom: 1px solid #626469 !important;
	border-right: 1px solid #626469 !important;
	border-top: 1px solid #626469 !important;
	border-left: none !important;
	height: 59px !important;
	margin-left: 0 !important;
	padding: 30px 4px 9px 6px !important;
	width: 149px !important;
	cursor: default !important;
	color: #BDBDBD;
	font-size: 0.6em !important;
	line-height: 1.3em !important;

}

div.row table#images tr td.dyson div
{
	height: 58px !important;
}

div.row table#blog tr td.dyson div,
div.row table#video tr td.dyson div
{
	height: 65px !important;
	margin-right: 8px;
}

div.row table#blog tr td.dyson div
{
	height: 83px !important;
}

div.row table tr td.dyson div small
{
	margin-top: 4px !important;
	color: #bdbdbd !important;
	font-size: 0.9em !important;
	display: block !important;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> lightbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

div.respond
{
	background: #fff url(../../images/tb-shadow.gif) repeat-y -1px 0;
	margin-top: 10px;
	height: 450px;
	width: 223px;
	float: left;
	color: #464646;
	padding: 20px 16px;
}

div.respond .response
{
	background: #fff url(../../images/dyson-modal-response.gif) no-repeat top left;
	padding-top: 30px;
	height: 143px;
	border-bottom: 1px #e0e0e0 solid;
}

div.content
{
	background: #e0e0e0;
	height: 470px;
	width: 540px;
	padding: 20px;
	float: left;
	border-right: 1px solid #d6d6d6;
	color: #464646;
}

div.content h3
{
	color: #111;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 6px;
}

div.content h3 a
{
	color: #111 !important;
	text-decoration: none;
}

div.content small
{
	font-size: 0.9em;
}

div.content small a
{
	font-weight: bold;
	text-decoration: none;
}

#player
{
	margin-bottom: 25px;
	width: 540px;
	text-align: center;
}

div.share h4
{
	color: #030304;
	font-size: 0.9em;
	margin: 10px 0;
}

.share ul li a
{
	display: block;
	width: 100%;
	height: 100%;
}

div.share .hr
{
	border: none !important;
	border-top: 1px #e0e0e0 solid !important;
}

div.share input[type=text]
{
	border: none;
	background: #efefef;
	color: #464646;
	padding: 4px;
	font-size: .8em;
	width: 174px;
	margin-right: 4px;
	margin-bottom: 10px;
}

div.share textarea
{
	border: none;
	background: #efefef;
	color: #464646;
	padding: 4px;
	font-size: .8em;
	font-family: Helvetica, Arial, sans-serif !important;
	width: 174px;
}

div.share input.btn.send
{
	background: #fff url(../../images/btn.send.jpg) no-repeat bottom;
	width: 37px;
	height: 19px;
	border: none;
}

div.share ul
{
	margin-bottom: 10px;
}

div.share ul li
{
	background: #fff url(../../images/icn.share.jpg) no-repeat 0 0;
	width: 16px;
	height: 16px;
	display: inline;
	float: left;
	margin-right: 7px;
}

div.share ul li#stumble
{
	background-position: -23px 0;
}
div.share ul li#twitter
{
	background-position: -47px 0;
}
div.share ul li#facebook
{
	background-position: -70px 0;
}
div.share ul li#digg
{
	background-position: -94px 0;
}
div.share ul li#reddit
{
	background-position: -117px 0;
}
div.share ul li#myspace
{
	background-position: -141px 0;
}
div.share ul li#delicious
{
	background-position: -164px 0;
}
div.share ul li#wordpress
{
	background-position: -188px 0;
}
div.share ul li#feed
{
	background-position: -211px 0;
	margin-right: 0;
}


.login-area
{
	color: #F5F5F5;
	font-size: 0.9em;
}

.login-area div
{
	padding: 10px;
}

