/* @override 
	http://bueroklotz.de/media/css/klotz.css
	http://local.klotz.de:8080/media/css/klotz.css */

body {
  height: 10px;
	background-color: silver;
	margin: 0;
}

* {
  -webkit-font-smoothing: antialiased;
}



/* @group statusmessages */

#statusmessage {
	position: fixed;
	top: 10px;
	left: 20px;
	font: 40px/1.35em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #424242;
}

#statusmessage > span {
	opacity: 0;
}

.podcast {
	color: #0069FF;
}

.objet_trouve {
	color: #00FF00;
}

.product {
	color: #FF4500;
}

.news {
	color: #FFFF00;
}

.press_text {
	color: #000;
}

.snippet {
	color: #A373FF;
}

#statusmessage .done, #statusmessage .done span {
	opacity: 0.4;
}

/* @end */

a img {
    border-style: none;
}

#bg_img {
    z-index: 0;
    top: 65px;
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

#thebigbox {
    z-index: 1;
    position: absolute;
    top: 65px;
    left: 0;
    margin: 0;
    padding: 0;
}

#thebigbox svg {
  margin-top: 0px;
}

#bg_img img {
    width: 100%;
}

.hoverbox {
    width: 140px;
    position: absolute;
    z-index: 4;
}

.inner_box {
    background-color: rgb(255,255,255);
    margin: 0;
    padding: 4px 4px 2px 6px;
    font: 10px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
    overflow: hidden;
	max-height: 48px;
	border-top: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}

.inner_box strong {
    padding-bottom: 1px;
    border-bottom: 1px dashed black;
}

.inner_pointer {
    margin: 0;
    padding: 0;
}

.white {
    color: white;
}

.gray {
    color: gray;
}

.red {
    color: red;
}

.small {
    font-size: 8px;
}

/* @group loader */

#loader {
  display: none;
  position: fixed;
  margin-top: -40%;
  margin-left: -40%;
  top: 50%;
  left: 50%;
  width: 80%;
  z-index: 2;
  -webkit-animation: rotate 1s linear infinite;
}

#loader.visible {
  display: block;
}

#loader_img {
  width: 100%;
  margin-top: 1px;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to { 
    -webkit-transform: rotate(360deg);
  }
}

/* @end */

/* @group Fineprint bar */

#fineprint_bar {
  position: fixed;
  bottom: -4px;
  height: 20px;
  z-index: 4;
  padding: 4px 6px 0 7px;
  font: bold 9px "Lucida Grande", Lucida, Verdana, sans-serif;
  -webkit-box-shadow:0px 0px 4px rgba(0, 0, 0, 0.6);
  background-color: rgba(255,255,255, .8);
  right: 0;
}

#fineprint_bar a {
	color: black;
	text-decoration: none;
}

#fineprint_bar a:hover {
	opacity: .6;
}

/* @group controlbar */

#controlbar {
    height: 37px;
    background: url(/media/interface/shadow.png) repeat-x 0 0;
    z-index: 3;
    position: fixed;
    top: -37px;
    left: 0;
    right: 0;
}

.top-transition {
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
}

#controlbar.visible {
	top: 0;
}

#controlbar_fineprint {
	height: 14px;
	background-color: #FCFF9C;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 9px 9px 9px 15px;
	font: italic 11px "Courier New", Courier, mono;
}

#controlbar_fineprint a {
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#controlbar_fineprint a:hover {
	font-style: italic;
}

#logo {
    padding: 6px;
}

#twitter {
    position: absolute;
    top: 6px;
    left: 112px;
    height: 10px;
    width: 400px;
}

#twitter img {
    position: absolute;
    top: 0;
    left: 0;
}

#twitter_msg {
    position: absolute;
    left: 13px;
    font: bold 13px "Times New Roman", Georgia, serif;
    top: -2px;
}

#twitter_msg a {
    color: #000;
    text-decoration: none;
}

#twitter_msg a:hover {
    text-decoration: underline;
}

#news {
    position: absolute;
    left: 112px;
    top: 19px;
    height: 9px;
    width: 400px;
}

#news img {
    position: absolute;
    top: 0;
    left: 0;
}

#news_msg {
    position: absolute;
    top: -2px;
    font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
    left: 13px;
}

#news_msg a {
    text-decoration: none;
    color: #000;
}

#news_msg a:hover {
    text-decoration: underline;
}

#rss_btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 32px;
    overflow: hidden;
    border-left: 1px solid #cacaca;
}

#rss_btn img {
    position: relative;
    top: 0;
}

/* @group category menu */

#category_menu {
    position: absolute;
    right: 99px;
    top: 0;
    height: 32px;
    border-left: 1px solid #000;
    background-color: #d5d5d5;
    width: 162px;
    overflow: hidden;
}

#category_menu img {
    position: relative;
    left: -6px;
    top: 0;
}

#category_name {
    font: bold 11px "Lucida Grande", Lucida, Verdana, sans-serif;
    position: absolute;
    top: 9px;
    left: 37px;
}

#category_dropdown {
    position: absolute;
    top: 32px;
    left: 0;
    width: 162px;
}

#category_dropdown .category_name {
    font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	position: relative;
	top: 0;
	left: 0;
	width: 125px;
	padding-left: 37px;
	padding-bottom: 9px;
	border-top: 1px solid #f0f0f0;
	height: 13px;
	padding-top: 9px;
}

#category_dropdown .category_name:hover {
	background-color: #E6E6E6;
}

#category_dropdown .category_name:active {
	color: white;
	background-color: black;
}

.category_name.selected {
    color: #000;
    width: 2px;
    text-indent: -.9em;
}

.category_name.selected:before {
    content: "‣ ";
}

/* @end */

/* @group viewmode menu */

#viewmode_menu {
    position: absolute;
    right: 46px;
    top: 0;
    height: 32px;
    border-left: 1px solid #cacaca;
    width: 52px;
    overflow: hidden;
}

#viewmode_menu img {
    position: relative;
    left: -7px;
    top: 0;
}

#viewmode, .viewmode {
    position: absolute;
    top: 12px;
    left: 15px;
    width: 12px;
    height: 15px;
	background-repeat: no-repeat;
}

.viewmode {
	background-position: 19px 12px;
}

.viewmode.blog {
	background-image: url(/media/interface/viewmode_blog.gif);
}

.viewmode.liste {
	background-image: url(/media/interface/viewmode_list.gif);
}

.viewmode.relational {
	background-image: url(/media/interface/viewmode_relational.gif);
}

#viewmode.blog {
	background-image: url(/media/interface/viewmode_blog.gif);
}

#viewmode.blog.open, .viewmode.blog.open {
	background-image: url(/media/interface/viewmode_blog_inv.gif);
}

#viewmode.liste {
	background-image: url(/media/interface/viewmode_list.gif);
}

#viewmode.liste.open, .viewmode.liste.open {
	background-image: url(/media/interface/viewmode_list_inv.gif);
}

#viewmode.relational {
	background-image: url(/media/interface/viewmode_relational.gif);
}

#viewmode.relational.open, .viewmode.relational.open {
	background-image: url(/media/interface/viewmode_relational_inv.gif);
}

#viewmode_dropdown {
    position: absolute;
    top: 32px;
    left: 0;
    width: 52px;
}

#viewmode_dropdown .viewmode {
	position: relative;
	top: 0px;
	left: 0;
	width: 32px;
	padding-left: 19px;
	padding-bottom: 13px;
	height: 13px;
	padding-top: 6px;
	border-top: 1px solid #f0f0f0;
}

.viewmode.selected, .category_name.selected {
	display: none;
}

#viewmode_dropdown .viewmode.gray {
	opacity: 0.2;
	border-top: 1px solid #a4a4a4;
}

#viewmode_dropdown .viewmode img {
	left: 0;
}

#viewmode_dropdown .viewmode:hover {
	background-color: #E6E6E6;
}

#viewmode_dropdown .viewmode:active {
	background-color: black;
}

/* @end */

#cart_btn {
    position: fixed;
    right: 272px;
    top: 7px;
    overflow: hidden;
    height: 19px;
    z-index: 5;
}

#cart_btn img {
    position: relative;
    top: 0;
}



/* @end */


/* @end */
/* @group viewer */

#viewer, #oldviewer {
    width: 800px;
    position: fixed;
    left: 50%;
    top: 32px;
    margin-left: -400px;
    z-index: 2;
    overflow: visible;
    -webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.6);
    -o-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.6);
    box-shadow:0px 1px 3px rgba(0, 0, 0, 0.6);
    -webkit-transition: top .5s;
    -webkit-transition-timing-function: linear;
    -moz-transition: top .5s;
    -moz-transition-timing-function: linear;
    -o-transition: top .5s;
    -o-transition-timing-function: linear;
    transition: top .5s;
    transition-timing-function: linear;
    background-color: gray;
}

#content {
    position: relative;
    padding: 0;
}

#menubar {
    width: 100%;
    height: 33px;
    background-color: white;
    position: relative;
    z-index: 3;
}

#close_btn {
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
	opacity: 1;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-o-transition: opacity .25s;
	-transition: opacity .25s;
}

#next_btn {
    right: 5px;
}

#prev_btn {
    right: 57px;
}

#prev_btn, #next_btn {
	position: absolute;
    top: 0px;
    cursor: pointer;
	opacity: 1;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
}

#prev_btn:hover, #next_btn:hover {
	opacity: .7;
}

#close_btn:hover {
	opacity: .6;
}

/* @group image */

#objet_control_container, .objet_control_container {
    padding: 5px 10px;
    font: 8px/1.8em "Lucida Grande", Lucida, Verdana, sans-serif;
    background-color: #0f0;
}

#objet_control_container.image {
    width: 620px;
}

#objet_control_container.link {
    width: 620px;
}

#objet_control_container a {
    text-decoration: none;
    color: black;
}

#objet_control_container a:hover {
    text-decoration: underline;
}

#objet {
    padding: 10px;
    position: relative;
}

#objet.image {
    background-image: url(/media/interface/image_trouve_bg.gif);
    width: 620px;
    height: 460px;
}

#objet.link {
    background-image: url(/media/interface/link_trouve_bg.gif);
    max-width: 320px;
    height: auto;
	font: 10px Monaco;
}

a.link {
	color: black;
	text-decoration: none;
}

#objet.link:hover {
	background: #0f0 none;
}

#objet img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
}



/* @end */

/* @group webshop */

#viewer #category, #oldviewer #category {
    background-color: black;
    height: 12px;
    font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
    color: white;
    padding: 3px 3px 3px 5px;
    position: relative;
    left: 0;
    top: 0;
    width: 792px;
    z-index: 2;
    margin-bottom: 0;
}

#viewer #category a, #oldviewer #category a {
    color: #919191;
    text-decoration: none;
}

#viewer #category .grey {
  color: #919191;
}

#viewer #productinfo, #oldviewer #productinfo {
    width: 100%;
    background-image: url(/media/interface/black_80.png);
    color: white;
    z-index: 2;
    position: relative;
    top: 0;
    min-height: 95px;
}

#productinfo #title {
    width: 220px;
    font: bold 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    position: relative;
    padding: 5px 15px 10px;
    margin-top: 0;
    margin-bottom: 10px;
}

#productinfo #details, #productinfo #backdetails {
    width: 120px;
    margin-left: 10px;
    font: 8px/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
    height: 75px;
    left: 250px;
    position: absolute;
    top: 10px;
    border-left: 1px solid #919191;
    padding-left: 10px;
}

#productinfo #buyoptions {
    width: 300px;
    margin-left: 10px;
    font: 10px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
    height: 75px;
    position: absolute;
    left: 390px;
    top: 10px;
    margin-bottom: -40px;
}

#productinfo #backinfo {
    width: 320px;
    margin-left: 10px;
    font: 8px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
    height: 75px;
    position: relative;
    left: 380px;
    top: 10px;
    margin-bottom: -55px;
    border-left: 1px solid #919191;
	padding-left: 10px;
}

#productinfo #buyoptions input {
    margin-right: 2px;
}

#productinfo .button { 
  display: inline-block;
}

#productinfo .button #additional_button { 
  border: none;

  cursor: pointer;
}

#productinfo .button input[type=submit] {
    background-color: #58585A;
    color: #fff;
    padding: 3px 5px;
    text-decoration: none;
    font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
    border: 1px solid #7e7e7e;
}

#productinfo .button input[type=submit]:hover {
    background-color: #393939;
    color: #cacaca;
}

#productinfo #switch {
    right: 10px;
    position: absolute;
    top: 10px;
	cursor: pointer;
}

#productinfo .availability {
    font-size: 9px;
    position: relative;
    top: -4px;
}

#productinfo .warning {
    display: none;
}

#productimage {
    width: 800px;
    z-index: 1;
    height: 600px;
    position: absolute;
    top: 0;
    text-align: center;
}

#viewer #cart, #oldviewer #cart {
    width: 100%;
    min-height: 5px;
    color: white;
    padding: 10px 0;
    z-index: 2;
    position: relative;
    background-image: url(/media/interface/black_80.png);
    vertical-align: top;
    height: auto;
}

#productinfo #backtitle, #cart #title, #cart #pay_title, #thanks_title {
    width: 220px;
    padding-right: 15px;
    padding-left: 15px;
    font: 11px/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
    display: inline-block;
    position: absolute;
    top: 0;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#cart #title {
    width: 100px;
    border-style: none;
}

#cart #pay_title {
    width: 180px;
    border-style: none;
    padding-left: 5px;
    padding-right: 0;
    line-height: 1.2em;
    margin-left: 10px;
}

#cart #thanks_title {
    width: 340px;
    border-style: none;
    padding-left: 15px;
    padding-right: 0;
    line-height: 1.6em;
    position: relative;
    top: 0;
    margin-left: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#cart #hide_notice {
    font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
    position: absolute;
    top: 85px;
    left: 15px;
    color: white;
}

#cart #address_1, #cart #address_2 {
    font: 11px/2em "Lucida Grande", Lucida, Verdana, sans-serif;
    text-align: right;
    width: 205px;
}

#cart #address_1 {
    position: relative;
    left: 200px;
    border-left: 1px solid #919191;
}

#cart #address_2 {
    position: absolute;
    left: 415px;
    top: 10px;
    width: 190px;
}

#address_1 input[type=text], #address_2 input[type=text], #address_2 select {
    font-size: 10px;
    margin-left: 7px;
    background-color: transparent;
    color: white;
    width: 120px;
    border-style: none;
    border-bottom: 1px solid #919191;
    position: relative;
    top: -2px;
}

#address_2 select {
    width: 122px;
    border: 1px none #191919;
    background-color: black;
    position: relative;
    top: 0;
}

#cart #cartcontent {
    width: 270px;
    border-right: 1px solid #919191;
    font: 10px/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
    position: relative;
    left: 110px;
}

#cart #cartcontent .item {
  width: 220px;
  height: 15px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#cart #cartcontent_empty {
    width: 270px;
    font: 10px/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
    position: relative;
    left: 110px;
}

#cart #cartcontent #plusminusbuttons {
    position: absolute;
    top: 0;
    right: 10px;
}

#plusminusbuttons .minus_img {
  margin-right: 3px;
}

#cart #prices {
    font: 10px/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
    border-right: 1px solid #919191;
    min-width: 25px;
    max-width: 50px;
    position: absolute;
    top: 10px;
    left: 390px;
    padding-left: 1em;
    padding-right: .7em;
}

#cart #total {
    padding-right: 1em;
    padding-left: 1em;
    font: bold 10px/1.7em "Lucida Grande", Lucida, Verdana, sans-serif;
    position: absolute;
    left: 450px;
    bottom: 10px;
}

#cart #cartcontrols {
    position: absolute;
    width: 180px;
    height: 20px;
    display: inline-block;
    right: 10px;
    bottom: 10px;
}

#cart .button input[type=submit], #cart .alt_button input[type=submit] {
    background-color: #58585A;
    color: #fff;
    padding: 3px 5px;
    text-decoration: none;
    font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
    border: 1px solid #7e7e7e;
    float: right;
    margin-left: 5px;
}

#cart .alt_button input[type=submit] {
    border-style: none;
    margin-top: 1px;
}

#cart .button input[type=submit]:hover, #cart .alt_button input[type=submit]:hover {
    background-color: #393939;
    color: #cacaca;
}



/* @end */

/* @group podcast */

#podcast_control_container {
    position: relative;
    top: 0;
}

#podcast_controller {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    height: 102px;
    opacity: 0.9;
}


#podcast_progress {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(57,96,253,0.91);
    height: 102px;
    width: 0;
    z-index: 2;
}

#podcast_loadprogress {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e3e3e3;
    height: 102px;
    width: 0;
    z-index: 1;
    opacity: 1;
}

#podcast_info {
    position: absolute;
    top: 10px;
    left: 120px;
    font: 9px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
    border-left: 1px solid black;
    padding-left: 10px;
}

#podcast_play {
    position: absolute;
    top: 15px;
    left: 75px;
    background: url(/media/interface/play_btn.png) no-repeat;
    width: 35px;
    height: 19px;
}

#podcast_download {
    position: absolute;
    background: url(../interface/floppy_back_bw.png) no-repeat;
    width: 35px;
    height: 19px;
    right: -7px;
    top: 75px;
}

#podcast_runtime {
    font: bold 32px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    position: absolute;
    top: 5px;
    left: 10px;
}

/* @end */

/* @group twitter */

#twitter_controls {
	background-color: #3f3b28;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ffef50;
	padding: 7px;
	border-bottom: 2px groove #5f6060;
	-webkit-transition: background-color .2s;
	-moz-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

#twitter_controls:hover {
	background-color: #625617;
}

#twitter_background {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
background: -moz-linear-gradient(
    center bottom,
    rgb(240,240,240) 0%,
    rgb(61,61,61) 100%
);
background-image: -webkit-gradient(linear, 0% 100%, 0% 0%, from(#F0F0F0), to(#3D3D3D));
-webkit-background-origin: padding-box; 
-webkit-background-clip: content-box;
}

#tweetcontainer {
    padding: 14px 18px 1px 16px;
}

#content.twitter a {
	text-decoration: none;
}

.tweet {
    font: 11px/1.6em "Lucida Grande", Lucida, Verdana, sans-serif;
    color: white;
    margin-bottom: 1em;
}

.status {
    border-bottom: 1px solid yellow;
    padding-bottom: 1px;
}

.date_time {
    border-bottom: 1px solid white;
    padding-bottom: 1px;
}

.via {
    border-bottom: 1px solid #A767FD;
    padding-bottom: 1px;
}

.via a {
    color: white;
    text-decoration: none;
}

.location {
    border-bottom: 1px dotted black;
    padding-bottom: 1px;
}

#twitter_map {  
	z-index: -5;
    left: 60px; /* eigentlich 340px;*/
    width: 280px;
    position: absolute;
    -webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.6);
    -o-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.6);
    box-shadow:0px 1px 3px rgba(0, 0, 0, 0.6);
    background: #EAE7DF;
    height: auto;
    top: 19px;
}

#mapshadow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: transparent url(/media/interface/map_shadow.png) repeat-y;
    z-index: 3;
    width: 2px;
}

#twitter_map img {
    margin-bottom: -4px;
}

/* @end */

/* @group news
 */

#message, .blogpost.news_item .message {
    position: relative;
    top: 0;
    background-color: yellow;
    z-index: 3;
    padding: 8px 20px 18px;
    font: 60px/1.2em HelveticaNeue-CondensedBold, "Helvetica Neue Condensed Bold", "Helvetica Neue Bold Condensed", Helvetica, Arial, Geneva, sans-serif;
    font-stretch: condensed;
    font-weight: bold;
    text-align: center;
    -webkit-hyphens: auto;
}

#message #date_time, .blogpost.news_item .message .date_time {
	font: bold 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 2em;
	margin-bottom: 1em;
	color: #000;
}

#message a, .blogpost.news_item .message a {
    border-bottom: 3px solid lime;
    color: black;
    text-decoration: none;
}

#message p, .blogpost.news_item .message p {
    margin: 0;
    padding: 0;
}

#message a:hover, .blogpost.news_item .message a:hover {
    border-bottom-width: 1px;
}



/* @end */

/* @group fineprint */



#fineprint, #contact, #contact_thanks {
	max-height: 550px;
	padding: 14px 16px;
	font: 11px/16px "Courier New", Courier, mono;
	background: #FCFF9C url(/media/interface/lines.png) no-repeat scroll;
	overflow: auto;
}

#fineprint a {
	color: black;
	text-decoration: none;
	font-style: italic;
}

#fineprint a:hover {
	color: black;
	font-weight: normal;
	font-style: normal;
}

#contact {
	background-image: none;
}

#contact select {
	top: 13px;
	position: absolute;
	right: 12px;
	font-size: 10px;
}

#contact input[type=text] {
	border: 1px none #515151;
	background: url(/media/interface/contact_lines.png) no-repeat;
	height: 16px;
	width: 368px;
	margin: 0 0 30px;
	padding: 0;
}

#contact textarea {
	width: 368px;
	background-color: transparent;
	border-style: none;
	background: url(/media/interface/contact_lines.png) no-repeat;
	height: 100px;
	line-height: 16px;
	font-size: 11px;
	padding: 0;
	margin-bottom: 2em;
}

#contact .submit_btn {
	position: absolute;
	font-size: 10px;
	right: 14px;
	bottom: 10px;
	width: 48px;
}

.contact_hidenotice {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #4b4b4b;
}

/* @end */

/* @end */

/* @group listview */

#list {
    width: 100%;
    background-color: white;
    left: 0;
    top: 100%;
    position: absolute;
    margin: 32px 0 0;
	padding: 0 0 32px;
	overflow: visible;
    font: 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	-webkit-transition: top .5s;
	-moz-transition: top .5s;
	-o-transition: top .5s;
	transition: top .5s;
}

#list.visible {
	top: 33px;
}

#list_head {
	height: 32px;
	background-color: #58585A;
	position: fixed;
	width: 100%;
	z-index: 1;
	border-bottom: 1px solid #424242;
}

.list_head {
	color: white;
	font-weight: bold;
	float: left;
	height: 32px;
}

.list_head span {
    top: 11px;
    left: 13px;
    position: relative;
    right: 12px;
    bottom: 12px;
}

.list_head span.selected {
    border-bottom: 1px solid white;
}

.list_head span.selected:before {
    content: "▼ ";
    font-size: 70%;
    position: relative;
    top: -1px;
    border-bottom-style: solid;
    border-bottom-color: #58585A;
    margin-right: 2px;
}

.list_head span.reverse:before {
    content: "▲ ";
}

.list_head a {
    color: white;
    text-decoration: none;
}

#list a.new_item .title span {
    background: url(/media/interface/neu.gif) no-repeat;
    padding-left: 35px;
}

#list .title {
    width: 70%;
}

#list .date {
    width: 8%;
}

#list .filesize {
    width: 9%;
}

#list .type {
    width: 13%;
}

div#list a {
    text-decoration: none;
}

.list_row {
    width: 100%;
}

/* @group .list_row:hover */

a:hover div.list_row div {
    background-color: black;
}

a:hover div.list_row.podcast div {
    background-color: #eff;
}

a:hover div.list_row.press_text div {
    background-color: #f0f0f0;
}

a:hover div.list_row.product div {
    background-color: #fff0f5;
}

a:hover div.list_row.news div {
    background-color: #ffffe0;
}

a:hover div.list_row.snippet div {
    background-color: #f5ebff;
}

a:hover div.list_row.objet_trouve div {
    background-color: #e6fee7;
}

a:hover div.list_row.twitter div {
    background-color: #f8f8f8;
}



/* @end */

/* @group .list_row:active */

a:active div.list_row div {
    background-color: #787878;
}

a:active div.list_row.podcast div {
    background-color: #aadcff;
}

a:active div.list_row.press_text div {
    background-color: #cdcdcd;
}

a:active div.list_row.product div {
    background-color: #ffb1a6;
}

a:active div.list_row.news div {
    background-color: #ffff9f;
}

a:active div.list_row.snippet div {
    background-color: #d6beff;
}

a:active div.list_row.objet_trouve div {
    background-color: #95ff92;
}

a:active div.list_row.twitter div {
    background-color: #eaeaea;
}



/* @end */

/* @group .list_row:visited */

a:visited div.list_row div {
    background-color: #B1B3B4;
}



/* @end */

#list_body {
    position: relative;
    top: 32px;
    z-index: 0;
}

.list_cell {
    color: black;
    border-bottom: 1px inset #d0d0d0;
    border-top: 1px inset #d0d0d0;
    float: left;
    height: 32px;
    background-color: transparent;
}

.list_cell span {
    top: 11px;
    left: 13px;
    position: relative;
    right: 12px;
    bottom: 12px;
}

.list_cell.title:before {
    content: "—";
    top: 11px;
    left: 13px;
    position: relative;
    margin-right: 1em;
}

.podcast .list_cell:before {
    color: #006EF6;
}

.press_text .list_cell:before {
    color: #000000;
}

.product .list_cell:before {
    color: #FF411F;
}

.news .list_cell:before {
    color: #ffd500;
}

.snippet .list_cell:before {
    color: #A576F6;
}

.objet_trouve .list_cell:before {
    color: #0f0;
}

.twitter .list_cell:before {
    color: #767476;
}


/* @end */

/* @group rss-subscription */

#rss-composer {
    width: 205px;
    position: fixed;
    top: -180px;
    right: 0;
    background-color: #c6c7c8;
    padding: 7px;
    font: 8px/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
    z-index: 2;
    height: auto;
    -webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.6);
    -o-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.6);
    box-shadow:0px 1px 3px rgba(0, 0, 0, 0.6);
}

#rss-composer input {
    font-size: 8px;
    margin: 0 3px 0 0;
}

#rss_output {
    position: relative;
    clear: both;
    top: 10px;
    padding: 5px 0;
}

#rss_output a {
	color: blue;
	text-decoration: none;
}

#rss_output a:hover {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#categories_1, #categories_2 {
    width: 105px;
    line-height: 1.8em;
    position: relative;
    top: 1em;
    float: left;
}

#categories_2 {
    width: 95px;
    margin-left: 5px;
}

#rss-composer #buttons {
    position: relative;
    border-top: 1px dashed white;
    clear: both;
    top: 14px;
    padding-top: 7px;
    height: 30px;
    padding-bottom: 2px;
}

#rss-composer .alt_button input[type=submit] {
     background-color: #e4e4e4;
    color: black;
    text-decoration: none;
    font: 8px "Lucida Grande", Lucida, Verdana, sans-serif;
    float: right;
    margin-left: 3px;
    border: 1px solid #dbdbdb;
    padding: 3px 5px;
}

#rss-composer .alt_button input[type=submit]:hover, #rss-composer .button input[type=submit]:hover {
    background-color: #d0d0d0;
}

#rss-composer .button input[type=submit] {
    background-color: #e4e4e4;
    color: black;
    padding: 3px 5px;
    text-decoration: none;
    font: 8px "Lucida Grande", Lucida, Verdana, sans-serif;
    border: 1px solid #feffff;
    float: right;
    margin-left: 3px;
    margin-right: 0;
}

/* @end */

/* @group list_row visited */



/* @end */

#ie_message, #errorpage {
	position: absolute;
	top: 30px;
	padding: 11px;
	font: 12px/16px "Courier New", Courier, mono;
	width: 67%;
}

#errorpage {
	font: 72px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #6f6f6f;
	width: 97%;
	padding-left: 20px;
	padding-right: 8px;
	padding-top: 8px;
}

#errorpage b {
	color: #d13a3a;
	font-weight: bold;
}

#ie_message a {
	color: black;
}

/* @group order_status */

#black_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
}

#order_status {
	font: 10px/2em Monaco, Verdana, mono;
	position: absolute;
	top: 40px;
	left: 15px;
	margin-top: 2em;
	color: lime;
}

#order_status div {
	display: inline;
	position: absolute;
	width: 80px;
}

#order_status div.paid_date {
	left: 100px;
}

#order_status div.shipped_date {
	left: 200px;
}

#order_status div.payment_method {
	left: 300px;
}

#order_status div.address {
	left: 430px;
	width: 400px;
}

.shipped_date.red {
	-webkit-animation-name: blink;
	-webkit-animation-duration: .8s;
	-webkit-animation-iteration-count: infinite;
	margin-left: -15px;
	-moz-animation-name: blink;
	-moz-animation-duration: .8s;
	-moz-animation-iteration-count: infinite;
	margin-left: -15px;
	-o-animation-name: blink;
	-o-animation-duration: .8s;
	-o-animation-iteration-count: infinite;
	margin-left: -15px;
	animation-name: blink;
	animation-duration: .8s;
	animation-iteration-count: infinite;
	margin-left: -15px;
}

.shipped_date.red:before {
	content: '✕ ';
}

.done {
	margin-left: -17px;
}

.done:before {
	content: '✔ ';
}

.head {
	top: -2em;
	text-decoration: underline;
}

#order_status #details {
	margin-top: 4em;
	width: 800px;
}

#order_status #details .head {
	position: absolute;
	top: 0;
	text-decoration: underline;
	margin-left: 0;
}

div.details.headline {
	position: relative;
	top: 0;
}

#productinfo #details div {
	position: absolute;
	margin-left: 0;
}

#order_status div.amount {
	left: 100px;
}

#order_status div.product {
	left: 150px;
	width: 200px;
	color: lime;
}

#order_status div.options {
	left: 390px;
	width: 300px;
}

#order_status div.price {
	left: 650px;
	width: 300px;
}

#order_status div.total {
	left: 750px;
	width: 300px;
}

#order_status div.payment_note {
	width: 500px;
	left: 100px;
}

@-webkit-keyframes blink {
	from {
		opacity: .1;
	}
	to {
		opacity: 1;
	}
}



/* @end */

/* @group blogview */

#blog_bg {
	background-color: white;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
}

#blog_container {
  position: relative;
  top: 34px;
}

#blog_spacer {
	height: 30px;
}

#blogendspacer {
	height: 20px;
}

.blogpost {
	display: block;
	margin: 20px 0 0 20px;
	padding: 0;
	float: left;
	position: relative;
	z-index: 0;
	opacity: 0.001;
	-webkit-transition: opacity .5s;
	-webkit-transition-delay: 1s;
	-moz-transition: opacity .5s;
	-moz-transition-delay: 1s;
	transition: opacity .5s;
	transition-delay: 1s;
}

.blogpost.visible {
	opacity: 1;
}

#blog_container a {
	text-decoration: none;
}

/* @group podcast */

.blogpost.podcast {
	padding: 5px;
	background-color: #0069FF;
	position: relative;
	width: 150px;
	height: 99px;
}

.blogpost.podcast .screenshot {
	max-height: 99px;
	overflow: hidden;
}

.blogpost.podcast img {
	width: 100%;
}

.blogpost.podcast .controls {
	padding: 8px 10px 4px;
    font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	background-color: #0069FF;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 112px;
	z-index: 1;
	float: left;
	margin-top: -40px;
	margin-left: -66px;
	opacity: 1;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
	height: 70px;
}

.podcast .controls .info {
	font-size: 9px;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	margin-bottom: 2px;
	line-height: 1.6em;
}

.blogpost.podcast .controls.hidden {
	opacity: .00001;
}



/* @end */

/* @group presstext */

.blogpost.press_text {
	width: 600px;
	-webkit-transition: -webkit-box-shadow .5s;
	-webkit-box-shadow: 10px 10px 0 #000;
	-moz-transition: -webkit-box-shadow .5s;
	-moz-box-shadow: 10px 10px 0 #000;
	-o-transition: -webkit-box-shadow .5s;
	-o-box-shadow: 10px 10px 0 #000;
	transition: -webkit-box-shadow .5s;
	box-shadow: 10px 10px 0 #000;
	border: 1px solid #cacaca;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.blogpost.press_text.mini {
	-webkit-box-shadow: 4px 4px 0 #000;
	-moz-box-shadow: 4px 4px 0 #000;
	-o-box-shadow: 4px 4px 0 #000;
	box-shadow: 4px 4px 0 #000;
}

.blogpost.press_text .artikel_hauptteil {
	display: block;
	max-height: 1000px;
	overflow: hidden;
	-webkit-transition: max-height .5s;
	-moz-transition: max-height .5s;
	-o-transition: max-height .5s;
	transition: max-height .5s;
}

.blogpost.press_text .artikel_hauptteil.hidden {
	max-height: 0;
}



/* @end */

/* @group objet trouvé */

.blogpost.objet_trouve {
	color: black;
}

.blogpost.image_trouve {
	max-width: 32%;
}

.image_trouve .objet.image {
	position: relative;
	background-color: white;
}

.image_trouve img {
	width: 100%;
	height: auto;
}

#blog_container .image_trouve a {
  color: inherit;
  text-decoration: none;
}

#blog_container .image_trouve b a {
	text-decoration: underline;
	color: inherit;
}

.image_trouve .objet_control_container {
	background-color: black;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-bottom: 7px;
	-webkit-transition: height .5s;
	-webkit-transition-timing-function: linear;
	z-index: 3;
	position: absolute;
	padding: 0;
}

.link_trouve .objet_control_container {
  background: transparent;
}

.image_trouve .objet_control_container.hidden, .link_trouve .objet_control_container.hidden {
	height: 0%;
}

.objet_info {
  padding: 14px;
  color: white;
  font-size: 20px;
  line-height: 1.3em;
}

.objet_info b {
  color: lime;
  font-weight: normal;
  font-style: normal;
}

.objet_info .comment {
  color: rgba(0, 255, 0, 0.55);
}

.blogpost.link_trouve {
	border: 1px solid black;
	padding: 8px 10px;
	max-width: 200px;
}

.blogpost.link_trouve a.link .objet.link {
	font: italic 10px Monaco;
	background-color: white;
	position: relative;
	z-index: 1;
	margin-right: -2px;
	margin-bottom: -1px;
	text-transform: uppercase;
	overflow: hidden;
}

.link_trouve .objet_control_container {
	padding-top: 0;
	max-height: 600px;
	max-width: 400px;
	border-bottom: 1px solid black;
	margin-bottom: 6px;
	padding-bottom: 6px;
	-webkit-transition-duration: 1s;
	-webkit-transition-property: max-width, max-height;
	-moz-transition-duration: 1s;
	-moz-transition-property: max-width, max-height;
	-o-transition-duration: 1s;
	-o-transition-property: max-width, max-height;
	transition-duration: 1s;
	transition-property: max-width, max-height;
}

.link_trouve .objet_control_container.hidden {
	max-height: 0;
	max-width: 140px;
	margin-bottom: -7px;
}

.blogpost.text_trouve {
	padding: 0px;
	width: 36%;
}

.text_trouve .date, .text_trouve .objet.link, .text_trouve .objet.title {
	font-size: 9px;
	float: left;
	margin-right: 1em;
	line-height: 1.6em;
}

.text_trouve .objet.link, .text_trouve .objet.title {
	float: none;
}

.text_trouve .objet_control_container {
	background: transparent;
	padding: 0px 0px 1em;
	font-size: 24px;
	text-shadow: lime 0 0 15px;
	-webkit-transition: text-shadow .25s;
}

.text_trouve .objet_control_container:hover {
	text-shadow: lime 0 0 2px;
}



/* @end */

/* @group news */

.blogpost.news_item {
	margin: 20px 0 0 20px;
}

.blogpost.news_item .message {
	width: 230px;
	font-size: 30px;
	padding: 20px 20px 14px;
}

.blogpost.news_item .message .date_time {
	border: none;
	margin: 0 0 10px;
	opacity: 1;
	height: 10px;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	-o-transition: opacity .25s;
	transition: opacity .25s;
	overflow: hidden;
}

.blogpost.news_item .message .date_time.hidden {
	opacity: .001;
	height: 0;
  margin-bottom: -5px;
}

.blogpost.news_item .message a {
	border-bottom-width: 2px;
}



/* @end */

/* @group product */

.blogpost.product {
	width: 580px;
	position: relative;
	color: black;
	text-decoration: none;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 1px 1px 0;
	border: 3px double #FF4500;
}

.blogpost.product .price {
	position: absolute;
	padding: 7px 16px 7px 17px;
	font: bold 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #474e4b;
	border: 3px double #474e4b;
	top: 5px;
	left: 5px;
	background-color: #E0E6C6;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
}

.blogpost.product .price.expanded {
	background-color: white;
}

.blogpost.product .info {
	z-index: 1;
	width: 500px;
	height: 310px;
	overflow: hidden;
	-webkit-transition-property: height;
	-webkit-transition-duration: .5s;
	-moz-transition-property: height;
	-moz-transition-duration: .5s;
	-o-transition-property: height;
	-o-transition-duration: .5s;
	transition-property: height;
	transition-duration: .5s;
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -250px;
	margin-top: -150px;
	text-align: center;
	text-align: center;
	font: bold 63px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #ff4500;
}

.blogpost.product .info.hidden  {
	height: 0;
}

.blogpost .productimage {
	position: relative;
}

.blogpost .productimage img {
	width: 100%;
	margin-bottom: -1px;
}



/* @end */

/* @end */

/* @group twad
 */

/* @group twad ad
 */

#twad_ad {
	position: fixed;
	height: 17px;
  z-index: 2;
  top: 32px;
  left: -3px;
  font: 18px 'HelveticaNeueW01-75Bold';
	overflow: hidden;
	padding: 5px 8px 11px;
  cursor: pointer;
 	box-shadow: inset 0 1px 4px #000000;
  width: 101%;
  color: black;
  background-color: #ededed;
  opacity: 1;
  -webkit-transition: opacity 3s;
}

#twad_ad.hidden {
  opacity: 0;
}

#twad_ad:hover #cities {
	opacity: 1;
}

#twad_ad:hover #ad {
	opacity: 0;
}

#twad_ad #cities {
	position: absolute;
	left: 110%;
	opacity: 1;
	-webkit-animation-iteration-count: infinite;
 	-webkit-animation-duration:300s;
 	-webkit-animation-timing-function: linear;
 	-webkit-transition: opacity .5s;
 	-moz-animation-iteration-count: infinite;
 	-moz-animation-duration:300s;
 	-moz-animation-timing-function: linear;
 	-moz-transition: opacity .5s;
 	-o-animation-iteration-count: infinite;
 	-o-animation-duration:300s;
 	-o-animation-timing-function: linear;
 	-o-transition: opacity .5s;
 	animation-iteration-count: infinite;
 	animation-duration:300s;
 	animation-timing-function: linear;
 	transition: opacity .5s;
	white-space: nowrap;
  margin-top: 1px;
}

#twad_ad #microtwads {
  display: inline-block;
  width: 46px;
  height: 24px;
  background-image: url(/media/interface/microtwads.gif);
  margin: -1px 2px -4px 0;
}

#twad_ad #ad {
	position: absolute;	
	opacity: 1;
	background: #ededed;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
  left: 3px;
  padding-left: 5px;
  padding-right: 5px;
}

#twad_ad #gradient {
  display: inline-block;
  width: 100px;
  height: 24px;
  background-image: url(/media/interface/ad_gradient.png);
  margin: 0 -100px -8px 0;
}

@-webkit-keyframes gradient {
 0% {
   background: #C73C43;
   color: white;
 }
 14% {
   background: #C73C43;
   color: white;
 }
 18% {
   background: #3c46dd;
   color: white;
 }
 47% {
   background: #3c46dd;
   color: white;
 }
 51% {
   background: #ffff6e;
   color: black;
 }
 80% {
   background: #ffff6e;
   color: black;
 }
 84% {
   background: rgb(59,64,102);
   color: white;
 }
 96% {
   background: rgb(59,64,102);
   color: white;
 }
 99% {
   background: #C73C43;
   color: white;
 }
 100% {
   background: #C73C43;
   color: white;
 }
}

/**/body {
height:10px;
background-color:silver;
margin:0;
}

/* @end */

.condensed {
	font-family: 'HelveticaNeueW01-77BdCn 692722';
}

.wide {
	font-family: 'HelveticaNeueW01-BdExt';
}

#twad #layover {
	left: -100%;
	width: 90%;
	height: 100%;
	background: black;
	opacity: 0.3;
	position: fixed;
	top: 0px;
	z-index: 3;
	cursor: pointer;
}

#twad.on #layover {
	left: 0%;
}

#twad {
	background: white;
	position: fixed;
	z-index: 3;
	right: -60px;
	top: -10px;
	left: 110%;
	bottom: -10px;
	-webkit-box-shadow:-2px 0px 5px rgba(0,0,0,0.6);
	-moz-box-shadow:-2px 0px 5px rgba(0,0,0,0.6);
	-o-box-shadow:-2px 0px 5px rgba(0,0,0,0.6);
	box-shadow:-2px 0px 5px rgba(0,0,0,0.6);
}

#twad_menu {
	height:32px;
	border-bottom: 1px solid black;
  z-index: 4;
  left: 110%;
  background: white url(../interface/twad.gif) no-repeat 6px 6px;
  position: fixed;
  top: 0px;
  right:0;
}

#twad, #twad_menu {
  -webkit-transition: left .5s;
  -webkit-transition-timing-function: linear;
  -moz-transition: left .5s;
  -moz-transition-timing-function: linear;
  -o-transition: left .5s;
  -o-transition-timing-function: linear;
  transition: left .5s;
  transition-timing-function: linear;
}

#twad_nav {
	position: absolute;
	width: 100%;
	height: 185px;
	bottom: 0px;
	z-index: 4;
}

#twad_nav #prev, #twad_nav #next {
	width: 62px;
	height: 48px;
	position: absolute;
	top: -10px;
	opacity: .7;
	cursor: pointer;
}

#twad_nav #prev:hover, #twad_nav #next:hover {
	opacity: 1;
}

#twad_nav #prev {
	background-image: url(../interface/prev_arrow.png);
	left: 18px;
}

#twad_nav.details #prev {
  display: none;
}

#twad_nav #next {
	background-image: url(../interface/next_arrow.png);
	right: 18px;
}

#twad_nav.details #next {
  display: none;
}

#twad_nav #main_nav {
	font: 13px/1.3em 'HelveticaNeueW01-75Bold';
	text-shadow: black 0 0 2px;
	opacity: .99;
	text-rendering: optimizeLegibility;
	position: relative;
	left: 110px;
	color: white;
	padding-right: 10px;
	display: inline-block;
	-webkit-transition-property: background, color;
	-webkit-transition-duration: 1s;
	-moz-transition-property: background, color;
	-moz-transition-duration: 1s;
	-o-transition-property: background, color;
	-o-transition-duration: 1s;
	transition-property: background, color;
	transition-duration: 1s;
}

#twad_nav.details #main_nav {
  padding: 5px 5px 1px;
  margin-top: -5px;
  margin-left: -5px;
  text-shadow: none;
  color: black;
  opacity: 1;
}

#twad_nav #main_nav a {
	opacity: .7;
	color: inherit;
	text-decoration: none;
}

#twad_nav #main_nav a#presslink {
  margin-left: -17px;
}

#twad_nav #main_nav a:hover {
	opacity: .99;
}

#twad_nav #main_nav a.current {
	opacity: .99;
	cursor: default;
}

#twad .content_mother {
	height: 100%;
	right: 0px;
	overflow: hidden;
}

#twad .content_mother .container {
	margin-top: 7px;
	margin-bottom: -7%;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	background-color: white;
}

.container#idea {
	top: 100%;
}

.container#theproduct {
	top: 0%;
}

.container#details {
	top: 200%;
}

.image_mother {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: top .5s;
	-webkit-transition-timing-function: linear;
	-moz-transition: top .5s;
	-moz-transition-timing-function: linear;
	-o-transition: top .5s;
	-o-transition-timing-function: linear;
	transition: top .5s;
	transition-timing-function: linear;
}

.image_container {
	height: 100%;
	position: relative;
	-webkit-transition: left .5s;
  -webkit-transition-timing-function: linear;
	-moz-transition: left .5s;
	-moz-transition-timing-function: linear;
	-o-transition: left .5s;
	-moz-transition-timing-function: linear;
	transition: left .5s;
	transition-timing-function: linear;
}

#details .image_container {
  background-color: #fff;
}

.image_container .image {
  height: 100%;
  background-size: cover !important;	
	float: left;
  background-position: 50% 50%;
}

.image_container .image .caption {
  position: relative;
  z-index: 20;
  left: 30px;
  top: 60px;
  font: 13px/1.3em 'HelveticaNeueW01-75Bold';
  color: white;
  opacity: .99;
  text-shadow: black 0 0 3px;
  text-rendering: optimizeLegibility;
}

#details .image_container .image {
  background-size: auto 55%;
  background: no-repeat 45% 25%;
}

#details #highlight_container {
  height: 55%;
  width: 100%;
  left: -2%;
  top: 23%;
  position: absolute;
  text-align: center;
  -webkit-transition: left .25s;
}

#details #highlight_container.left {
  left: -25%;
}

#details #highlight_container #svg {
  height: 260px;
  position: relative;
  left: 20px;
}

#details .highlight {
  position: absolute;
  margin-top: 80px;
  margin-left: 50%;
  left: -90px;
  font: 13px/1.3em 'HelveticaNeueW01-75Bold';
  -webkit-animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration:.75s;
  -webkit-animation-direction: alternate;
  -moz-animation-name: pulse;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration:.75s;
  -moz-animation-direction: alternate;
  -o-animation-name: pulse;
  -o-animation-iteration-count: infinite;
  -o-animation-duration:.75s;
  -o-animation-direction: alternate;
  animation-name: pulse;
  animation-iteration-count: infinite;
  animation-duration:.75s;
  animation-direction: alternate;
  text-align: center;
}

#details .highlight.off {
  -webkit-animation-name: none;
  -moz-animation-name: none;
  -o-animation-name: none;
  animation-name: none;
}

#details .highlight a {
  color: black;
  text-decoration: none;
}

#details .highlight .text {
  padding: 5px 5px 1px;
  width: 160px;
  color: #3c46dd;
  -webkit-hyphens: auto;
}

#details .highlight .text span {
  background: #fff;
}

#details .highlight .pointer {
  width: 1px;
  background-color: #3c46dd;
  margin: 3px 0 0 50%;
  position: relative;
}

#details .highlight a:hover .text {
  color: #C73C43;
}

#details .highlight a:hover .pointer {
  background-color: #C73C43;
}

#details .highlight#cities {
  top: -160px;
  left: -20px;
}

#details #cities .pointer {
  height: 17px;
}

#details .highlight#citytag {
  top: -100px;
  left: -20px;
}

#details #citytag .pointer {
  height: 63px;
}

#details .highlight#materials {
  top: -30px;
  left: 100px;
}

#details #materials .pointer {
  height: 50px;
}

#details .highlight#pockets_lanyard {
  top: -128px;
  left: -180px;
}

#details #pockets_lanyard .pointer {
  height: 88px;
}

#details .highlight#straps {
  top: 20px;
  left: -210px;
}

#details #straps .pointer {
  height: 40px;
}

#details .highlight#finish {
  top: 150px;
  left: -100px;
}

#details #finish .pointer {
  height: 40px;
}

#details .highlight#specs {
  top: 154px;
  left: 64px;
}

#details #specs .pointer {
  height: 20px;
}

@-webkit-keyframes pulse {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes pulse {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes pulse {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}

#details .detail {
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: fixed;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.6);
  -webkit-transition: right .5s;
  -webkit-transition-timing-function: linear;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.6);
  -moz-transition: right .25s;
  -moz-transition-timing-function: linear;
  -o-box-shadow: 0 0 5px rgba(0,0,0,.6);
  -o-transition: right .25s;
  -o-transition-timing-function: linear;
  box-shadow: 0 0 5px rgba(0,0,0,.6);
  transition: right .25s;
  transition-timing-function: linear;
  top: 0;
  cursor: pointer;
  width: 42%;
  right: -43%;
}

#details .detail.show {
  right: 0px;
}

div#twad_map {
  top: 33px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.twad_text {
	top: 0px;
	color: white;
	text-shadow: rgba(0,0,0,.99) 0 0 3px;
	position: absolute;
	opacity: .001;
	-webkit-transition-property: opacity, color;
	-webkit-transition-duration: 1s;
	-moz-transition-property: opacity, color;
	-moz-transition-duration: 1s;
	-o-transition-property: opacity, color;
	-o-transition-duration: 1s;
	transition-property: opacity, color;
	transition-duration: 1s;
}

.twad_text.small {
  text-shadow: black 0 0 3px;
  color: white;
	width: 27%;
	font: 13px/1.3em 'HelveticaNeueW01-75Bold', "Helvetica Neue";
	left: 225px;
	-webkit-hyphens: auto;
	text-rendering: optimizeLegibility;
}

.twad_text.show {
  opacity: .99;
}

.twad_text.details.show {
  padding: 5px 5px 1px;
  margin-top: -5px;
  margin-left: -5px;
  text-shadow: none;
  color: black;
  opacity: 1;
}

#twad_nav .container {
	width: 34%;
	font: 26px/1.3em 'HelveticaNeueW01-75Bold';
	left: 56%;
	opacity: .99;
	margin-right: 1%;
	position: absolute;
	top: 0px;
	-webkit-hyphens: auto;
}

#twad_nav .container .twad_text.big {
	top: -2px;
	text-rendering: optimizeLegibility;
}

#twad_nav .subnav {
  font: 21px/1.3em HelveticaNeue-CondensedBold, "Helvetica Neue Condensed Bold", "Helvetica Neue Bold Condensed", Helvetica, Arial, Geneva, sans-serif;
  color: white;
  text-shadow: rgba(0,0,0,.99) 0 0 2px;
  text-rendering: optimizeLegibility;
  position: absolute;
  top: -36px;
  display: none;
}

#twad_nav .subnav.show {
  display: block;
}

#twad_nav .subnav a {  
  color: inherit;
  text-decoration: none;
  margin-right: .5em;
  opacity: .6;
}

#twad_nav .subnav a:hover {
  opacity: .99;
}

#twad_nav .subnav a.current {
  opacity: .99;
  cursor: default;
}

#twad_nav .buy_btn {
	padding: 2px 8px 4px 9px;
	position: absolute;
	display: inline-block;
	left: -6px;
	top: 110px;
	text-align: center;
	opacity: .99;
	box-shadow:inset 0px 0px 2px #000000;
	color: white;
	text-shadow: none;
	text-rendering: optimizeLegibility;
}

#twad_nav .buy_btn:hover {
  color: #ecebeb;
}

#twad_nav .buy_btn:active {
  color: #b1b1b1;
}

#twad_nav .buy_btn .layover {
	width: 100%;
	height: 100%;
	background: black;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: .5;
	z-index: -1;
}

#twad_nav .buy_btn:hover {
	box-shadow: inset 0px 0px 2px #000000;
}

#twad_nav .buy_btn:hover .layover {
	opacity: .55;
}

#twad_nav .buy_btn:active {
	box-shadow:inset 0px 0px 6px #000000;
}

#twad_nav .buy_btn:active .layover {
	opacity: .7;
}

#twad_nav .buy_btn .label {
	font: 26px/1.3em 'HelveticaNeueW01-75Bold';
	opacity: .99;
}

#twad_nav .buy_btn:hover .label {
	-webkit-transform: scale(.97);
	-moz-transform: scale(.97);
	-o-transform: scale(.97);
	transform: scale(.97);
}

#twad_nav .buy_btn:active .label {
	-webkit-transform: scale(.91);
	-moz-transform: scale(.91);
	-o-transform: scale(.91);
	transform: scale(.91);
}

a#buy_twad {
	text-decoration: none;
}

/* @group press */

/* @end */
  #twadlogo {
    margin-left: 10px;
  }
  
  #presspage {
    position: relative;
    top: 30px;
    padding: 20px 40px 20px 20px;
    font: 13px/1.4em "Courier New", Courier, mono;
    width: 500px;
    float: left;
  }
  
  #presspage.en .thumbnail {
    width: 0;
    margin-right: 0;
    opacity: 0;
  }
  
  #presspage .head, #logo .head {
    font: bold 26px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    text-decoration: none;
    margin-bottom: 10px;
  }
  
  #logo .head {
    position: absolute;
    top: 0;
    margin-left: 10px;
  }
  
  .thumbnail {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  
  .pressphoto {
    clear: left;
    margin-bottom: 10px;
  }
  
  /* @end */
