/*@charset "utf-8";*/
/* CSS Document */

* {
	border: none;
	padding: 0;
	margin: 0;
	outline: none;
	}

HTML {
	height: 100%;
	}

BODY {
	font: 13px/12px "Lucida Sans Unicode", "Lucida Grande";
	line-height: 16px;
    height: 100%;
	text-align: center;
	}

PRE {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	}

INPUT, SELECT, TEXTAREA {
	font: 13px/12px "Lucida Sans Unicode", "Lucida Grande";
	}

UL, LI {
	list-style-type: none;
	}

A {
 color: #0071BC;
 }

A:hover {
	text-decoration: underline;
	}

#page {
	width: 815px;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	}

.gray {
	background-color: #f7f7f7;
	}

.white {
	background-color: #fff;
	}

/* TOP -------------------------------------------------------------------------------- */

#top {
	padding-right: 10px;
	background-color: #fff;
	font-size: 12px;
	height: 49px;
	}

#top #logo {
	margin-top: 7px;
	}

#home #top #logo {
	display: none;
	}

#home .c2 {
	display: inline;
	}

#home .c3 {
	display: inline;
	width: 489px !important;
	}

#home .box {
	margin-right: -5px;
	}

#home .content {
	overflow: hidden;
	}

#top .right {
	padding-top: 15px;
	}

#top A {
	text-decoration: none;
	margin: 0 8px;
	}

#top A:hover {
	text-decoration: underline;
	}
#sprachwechsel { display: none; }

#top #language {
	padding-left: 20px;
	background-position: 0 3px;
	background-repeat: no-repeat;
	float: left;
	}

#top #language.de {
	background-image: url('../images/flagDe.gif');
	}

#top #language.en {
	background-image: url('../images/flagen.gif');
	}

#top #shopping {
    float: left;
    margin-left: 8px;
	}

#top #shopping .cart {
    margin-right: 2px;
}

#top #shopping input {
    border: 1px solid #d8d8d8;
    padding: 2px;
    color: #808080;
    font-size: 11px;
    width: 130px;
    position: relative;
    top: -3px;
    margin-right: -3px;
}

#top #shopping .submit {
    width: 27px;
    background-color: #146B8E;
    border-color: #fff;
    color: #fff;
}


#top #login {
	float: left;
	position: relative;
	z-index: 5;
	}

#top #login A.logout {
    margin: 0 2px;
}

#popupLogin {
	width: 200px;
	position: absolute;
	top: -6px;
	left: -2px;
	display: none;
	}

#popupLoginTab {
	border-bottom: 2px solid #0c566d;
	height: 30px;
	position: relative;
	}

#popupLoginTab A {
	border: 2px solid #0c566d;
	background-color: #fff;
	border-bottom: none;
	padding: 4px 8px 4px 8px;
	display: block;
	float: left;
	margin: 0;
	height: 22px;
	position: absolute;
	top: 0px;
	left: 0px;
	}

#popupLoginContent {
	border: 2px solid #0c566d;
	border-top: none;
	background-color: #fff;
	padding: 10px 8px 8px 8px;
	}

.formRow{
	position: relative;
}

#formLogin {
	padding: 0 0 10px 0;
	border-bottom: 1px solid #dfdfdf;
	}

#popupLogin #formLogin LABEL,
#formLogin LABEL,
#formNotification LABEL {
	position: absolute;
	float: none;
	top: 5px;
	left: 5px;
	font-size: 13px;
	}

#formNotification LABEL {
    top: 0px;
}

.popup INPUT,
.popup TEXTAREA,
#popupLogin #formLogin INPUT,
#formLogin INPUT,
#formNotification INPUT {
	border: 1px solid #bfbfbf;
	float: none;
	font-size: 13px;
	color: #808080;
	padding: 4px 3px 4px 55px;
	width: 118px;
	margin-bottom: 8px;
	line-height: 16px;
	}

#popupLogin #formLogin.german INPUT {
    padding-left: 68px;
    width: 105px;
}

.popup INPUT, .popup TEXTAREA {
    padding-left: 3px;
    width: 390px;
}

.popup TEXTAREA {
    clear: both;
    width: 390px;
    height: 130px;
    margin-top: 8px;
}

.popup LABEL {
    float: left;
    width: 160px;
    padding-top: 6px;
}

#popupLogin #formLogin #submit,
#formLogin #submit,
#formNotification #submit {
	width: 56px;
	height: 21px;
	border: none;
	font-size: 11px;
	background: url('../images/buttonLogin.gif') no-repeat;
	color: #fff;
	padding: 1px 0 5px 0;
	line-height: 16px !important;
	margin: 0 2px 0 0;
	float: right;
	}

#linkForgotPassword {
	margin: 0 !important;
	float: left;
	font-size: 11px;
	line-height: 20px;
	}

.newUsers {
	padding: 6px 0 2px 0;
	font-size: 13px;
	}

.newUsers A {
	margin: 0 !important;
	}


/* NAV -------------------------------------------------------------------------------- */

#nav {
	clear: both;
	background: url('../images/bgNav.gif') repeat-x bottom left;
	height: 40px;
	overflow: hidden;
	margin-left: -1px;
	margin-right: -1px;
	position: relative;
	}

#nav UL {
	list-style-type: none;
	}

#nav UL LI {
	list-style-type: none;
	float: left;
	}

#nav UL LI A {
	color: #fff;
	padding: 10px 12px 13px 12px;
	font-size: 12px;
	line-height: 16px;
	display: block;
	text-decoration: none;
	border-right: 1px solid #0c455b;
	}

#nav UL LI.active {
	background-color: #146b8e;
	}

#nav UL LI.active A {
	border-left: 1px solid #4b8096;
	border-right: 1px solid #4b8096;
	height: 17px;
	float: left;
	margin-left: -1px;
	}


/* INTRO ----------------------------------------------------------------------------- */

#intro {
	background-color: #146b8e;
	padding-bottom: 15px;
	margin-left: -1px;
	margin-right: -1px;
	width: 817px;
	position: relative;
	}
#intro .imagebox{

	float: left;

}



/* HOME ------------------------------------------------------------------------------ */

#main {
	}

.c1 { width: 163px;	}
.c2 { width: 326px; }
.c25 { width: 390px; }
.c3 {	width: 489px; }	/*489px */
.c4 {	width: 585px; }

.featured {
	background-color: #146b8e;
	position: relative;
	float: left;
	width: 489px;
	margin-left: -1px;
	margin-right: -2px;
	z-index: 100;
	display: inline;
	}

.featured .blackbar {
	background-color: #000;
	height: 5px;
	position: absolute;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	opacity: 0.1;
	}

.c2 .blackbar {
	width: 328px;
	}

/* featuredItem */
.featuredItem {
	float: left;
	background: url('../images/bgFeaturedItem.gif') no-repeat;
	width: 145px;
	height: 95px;
	margin-left: 15px;
	margin-bottom: 15px;
	text-align: center;
	display: inline;
	}
.featuredItem div {margin:auto !important;}


.c2 .featured {
	background: url('../images/bgFeatured.gif') repeat-x top left;
	width: 328px;
	margin-right: -4px;
	}

.c2 .featuredItem {
	height: auto;
	margin-left: 6px;
	width: 316px;
	overflow: hidden;
	}

.c2 .featuredItem IMG {
	border: 5px solid #FFF;
	border-top: none;
    margin-right: 13px;
	}

.content {
	padding: 15px 15px 0px 15px;
	}

.c3 .content {
	width: 458px;
	display: inline;
	overflow: hidden;
	}

.box {
	border: 2px solid #b5c1c6 !important;
	padding: 10px 15px 15px 12px;
	background-color: #fff;
	}

#topFeatures {
	overflow: hidden;
	margin-top: 10px;
	}

#topFeatures .feature {
	padding: 11px 0 0 0;
	clear: both;
	border-top: 1px solid #e5e5e5;
	margin-top: -1px;
	}

#topFeatures .feature IMG {
	float: left;
	margin: 4px 12px 0 0;
	}

#topFeatures .feature STRONG {
	color: #000; /* Farbe hinzugefügt */
	display: block;
	line-height: 17px;

	}

#topFeatures .feature P {
	color: #808080;
	line-height: 17px;
	float: left;
	width: 370px;
	padding-bottom: 12px;
	}

/* BOXES ----------------------------------------------------------------------------- */

.boxContent {
	padding: 15px 20px 15px 15px;
	}

.boxRounded,
.boxRoundedGray,
.boxRoundedLightGray {
	float: left;
	margin-left: 5px;
	display: inline;
	}

.c2 .boxRounded {
	margin-top: 5px;
	width: 306px;
	background: url('../images/box2cTopWhite.gif') no-repeat top left;
	}

.c2 .boxRoundedBottom {
	background: url('../images/box2cBottomWhite.gif') no-repeat bottom left;
	padding: 0 12px 10px 10px;
	}

.c1 .boxRounded {
	width: 185px;
	background: url('../images/box1cTopWhite.gif') no-repeat top left;
	padding-top: 10px;
	}

.c1 .boxRounded .boxContent {
	background: url('../images/box1cBottomWhite.gif') no-repeat bottom left;
	padding: 0 12px 10px 10px;
	}

.c1 .boxRoundedGray {
	width: 185px;
	background: url('../images/box1cTopGray.gif') no-repeat top left;
	padding-top: 10px;
	float: left;
	}

.c1 .boxRoundedGray .boxContent {
	background: url('../images/box1cBottomGray.gif') no-repeat bottom left;
	padding: 0 12px 10px 10px;
	}

.boxRoundedBottomGray	{
	background: url('../images/box2cBottomGray.gif') no-repeat bottom left;
	}

.c1 .boxRoundedLightGray {
	width: 185px;
	background: url('../images/box1cLightGrayTop.gif') no-repeat top left;
	padding-top: 10px;
	}

.c1 .boxRoundedLightGray .boxContent {
	background: url('../images/box1cLightGrayBottom.gif') no-repeat bottom left;
	padding: 0 12px 10px 10px;
	}

.c1 .boxShadow {
	background: url('../images/box1cShadowTop.gif') no-repeat;
	padding-top: 15px;
	margin-bottom: 15px;
	width: 190px;
	margin-left: 12px;
	}
	
#infoBoxAcademic {
	background: url('../images/boxAcademicTop.gif') no-repeat;
	margin-bottom: 0px;
	}

#catalog .c1 .boxShadow {
    _margin-left: 6px;
}

.c1 .boxShadow .boxContent {
	background: url('../images/box1cShadowBottom.gif') no-repeat bottom left;
	padding: 0 17px 17px 15px;
	}

#infoBoxAcademic .boxContent {
	padding: 0 10px 17px 85px;
	}

.c25 .boxRounded {
	width: 386px;
	background: url('../images/box25cWhiteTop.gif') no-repeat top left;
	padding-top: 15px;
	margin: 0;
	margin-bottom: 15px;
	}

.right .boxRounded {
	float: right;
	}

.c25 .boxRounded .boxContent {
	background: url('../images/box25cWhiteBottom.gif') no-repeat bottom left;
	padding: 0 17px 10px 15px;
	}

.c4 .boxShadow {
	background: url('../images/box4cShadowTop.gif') no-repeat;
	padding-top: 15px;
	margin-bottom: 15px;
	}

.c4 .boxShadow .boxContent {
	background: url('../images/box4cShadowBottom.gif') no-repeat bottom left;
	padding: 0 17px 17px 15px;
	}

#news {
	margin-top: 15px;
	}

#news .newsDate {
	color: #808080;
	display: block;
	margin-top: 2px;
	}

#news A.newsTitle {
	color: #000;
	text-decoration: none;
	}

#news .newsTitle {
	color: #000;
	text-decoration: none;
	}

#news A.newsTitle:hover {
	text-decoration: underline;
	}

#news LI {
	margin-bottom: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #e5e5e5;
	}

A.readMore {
	padding: 5px 0 5px 0;
	display: block;
	}

#newsletterSubscribe {
	margin: 10px 0 10px 0;
	}

#newsletterSubscribe INPUT {
	border: 1px solid #bcbcbc;
	color: #808080;
	padding: 4px;
	float: left;
	width: 200px;
	height: 17px;
	line-height: 16px;
	}

.c1 #newsletterSubscribe INPUT {
	width: 120px;
	padding: 2px 4px 2px 4px;
	height: 15px;
	line-height: 14px;
	font-size: 11px;
	margin-bottom: 2px;
    _width: 118px;
	}

#newsletterSubscribe #submit {
	background-color: #4d4d4d;
	border: 1px solid #bcbcbc;
	color: #fff;
	width: 40px;
	float: left;
	margin-left: 3px;
	padding: 2px 5px 5px 5px;
	height: 27px;
	line-height: 18px;
	display: block;
	}

.c1 #newsletterSubscribe #submit {
	background-color: #4d4d4d;
	border: 1px solid #bcbcbc;
	color: #fff;
	width: 30px;
	float: left;
	margin-left: 2px;
	padding: 0px 3px 3px 3px;
	height: 21px;
	line-height: 15px;
	display: block;
	font-size: 11px;
	}

.smalltext {
	clear: both;
	font-size: 10px;
	color: #808080;
	line-height: 11px;
	}

.boxRoundedBlue {
	padding-top: 5px;
	color: #FFF;
	float: left;
	display: inline;
	}

.c1 .boxRoundedBlue {
	background: url('../images/box1cBlueTop.gif') no-repeat top left;
	width: 185px;
	}

.c1 .boxRoundedBlueContent {
	background: url('../images/box1cBlueBottom.gif') no-repeat bottom left;
	}

.c2 .boxRoundedBlue {
	background: url('../images/box2cBlueTop.gif') no-repeat top left;
	margin: 10px 0 10px 5px;
	width: 315px;
	}

.boxRoundedBlue LABEL {
	font-size: 11px;
	}

.boxRoundedBlue h3 {
	margin-bottom: 10px;
	color: #FFF;
	}

.boxRoundedBlue A {
	color: #fff;
	}

.c2 .boxRoundedBlueContent {
	background: url('../images/box2cBlueBottom.gif') no-repeat bottom left;
	}

.boxRoundedBlue .boxContent {
	padding-top: 10px;
	}

.boxTiny {
	margin-top: 10px;
	float: left;
	font-size: 13px;
	}

.boxTiny A {
	display: block;
	text-decoration: none;
	line-height: 14px;
	margin-bottom: 2px;
	}

#boxEarnMoney, #boxCertificate, #boxForum , #boxCustomerSupport, #boxFreeShipping{
    background: url('../images/boxThemedBottom.gif') no-repeat bottom left;
    padding-bottom: 5px;
}

#boxCertificate p, #boxCustomerSupport p{
    margin-bottom: 5px;
}

#boxEarnMoney, #boxNewsletter { display: none; }

#boxEarnMoney .content {
    background: url('../images/boxEarnMoneyTop.gif') no-repeat;
	padding: 13px 10px 5px 55px;
	width: 125px;
}

#boxCertificate .content {
	background: url('../images/boxCertificateTop.gif') no-repeat top left;
	padding: 18px 0px 5px 55px;
	width: 135px;
}

#boxCustomerSupport .content {
	background: url('../images/boxCustomerServiceTop.gif') no-repeat top left;
	padding: 18px 0px 5px 55px;
	width: 135px;
}

#boxFreeShipping .content {
	background: url('../images/boxFreeShippingTop.gif') no-repeat top left;
	padding: 13px 0px 5px 55px;
	width: 135px;
}

#boxForum .content{
	background: url('../images/boxQuestionmarkTop.gif') no-repeat top left;
	padding: 11px 10px 5px 49px;
	width: 128px;
}

#boxForum A:hover { text-decoration: underline; }

.haveCertificate {
	display: block;
	text-align: center;
	width: 185px;
	float: left;
	}

.haveCertificate A {
	font-size: 11px;
	text-decoration: none;
	line-height: 20px;
	}

.haveCertificate A:hover {
	text-decoration: underline;
	}



/* PAGE DOWNLOAD --------------------------------------------------------------------- */

#download {
	margin: 40px 0 20px -15px;
	width: 100%;
	}

#download h1 {
	margin-top: 0;
	padding: 0;
	}

#downloadPage {
	display: block;
	}

#downloadProcess, #downloadProcess2 {
	display: none;
	}

#windows {
	margin: 0px 0 0 0;
	float: left;
	background: url('../images/download_Windows.jpg') no-repeat 0 0;
	padding-left: 275px;
	padding-top: 40px;
	padding-bottom: 20px;
	width: 200px;
	}

#download A.small {
	margin-top: 3px;
	display: block;
	}

#windows .fs11 {
	margin: 30px 0 0 -50px;
	}

#download #others {
	background: url('../images/divider.gif') no-repeat;
	float: right;
	width: 260px;
	padding-left: 25px;
	height: 270px;
	}

#download #iphone {
	background: url('../images/download_iphone_01.jpg') no-repeat;
	margin-top: 20px;
	padding: 10px 0 5px 90px;
	}

#download #network {
	background: url('../images/download_network.gif') no-repeat;
	margin-top: 20px;
	padding: 10px 0 30px 90px;
	}

#download #disclaimer, #download #disclaimer1 {
	margin: 0 35px;
	}

#downloadProcess .left, #downloadProcess2 .left {
	margin-left: 15px;
    width: 400px;
	}

#downloadProcess STRONG, #downloadProcess2 STRONG {
	/*display: block;*/
	color: #000;
	}

#downloadProcess .step1,
#downloadProcess .step2,
#downloadProcess .step3,
#downloadProcess .troubles,
#downloadProcess2 .step1,
#downloadProcess2 .step2,
#downloadProcess2 .step3,
#downloadProcess2 .troubles {
	padding-bottom: 20px;
	padding-left: 40px;
	background-position: 0 2px;
	background-repeat: no-repeat;
	color: #808080;
	}

#downloadProcess .step1, #downloadProcess2 .step1 {
	background-image: url('../images/step1.gif');
	}

#downloadProcess .step2, #downloadProcess2 .step2 {
	background-image: url('../images/step2.gif');
	}

#downloadProcess .step3, #downloadProcess2 .step3 {
	background-image: url('../images/step3.gif');
	}

#downloadProcess .troubles, #downloadProcess2 .troubles {
	background-image: url('../images/troubles.gif');
	}

#downloadProcess .right, #downloadProcess2 .right {
	background: url('../images/dividerLarge.gif') no-repeat;
	width: 300px;
	padding: 30px;
	margin-top: -25px;
    _padding-right: 0px;
	}

#downloadProcess .downloading, #downloadProcess2 .downloading {
	width: 311px;
	background: url('../images/bgDownloadingTop.gif') no-repeat top left;
	padding-top: 15px;
	margin-left: 10px;
	text-align: center;
	}

#downloadProcess .downloading .content,
#downloadProcess2 .downloading .content {
    background: url('../images/bgDownloadingBottom.gif') no-repeat bottom left;
	padding: 15px;
	padding-top: 0;
	}

#downloadProcess #loader, #downloadProcess2 #loader {
	width: 280px;
	height: 105px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #dadfe1;
	margin-bottom: 15px;
	}

#downloadProcess #loader IMG, #downloadProcess2 #loader IMG {
	position: absolute;
	top: -65px;
	left: -55px;
	}

#downloadProcess #loader .downloadLink, #downloadProcess2 #loader .downloadLink {
	position: absolute;
	top: 70px;
	left: 0px;
	z-index: 1000;
	width: 280px;
	text-align: center;
	color: #808080;
	}

#mac_linux {
	border-top: 1px solid #d4d9db;
	border-bottom: 1px solid #d4d9db;
	margin: 0 -15px 0 -15px;
	padding: 8px 0 10px 0;
	text-align: center;
	width: 815px;
	}

#add-ons .right {
	width: 185px;
	margin-right: 5px;
	display: inline;
	}

#add-ons h2 {
	margin-top: 20px;
	margin-bottom: 15px;
	}

#add-ons #liftlab {
    background: url('../images/liftlabBottom.gif') no-repeat left bottom;
	padding-bottom: 5px;
	}

#add-ons #liftlab .content {
	background: url('../images/liftlabTop.gif') no-repeat;
	text-align: center;
	padding: 47px 0 10px 0;
	color: #fff;
	_border-top: solid #fff 1px;
    _background-position: left 1px;
}

#add-ons #liftlab A { color: #fff; }

#add-ons #list {
	border-top: 1px solid #dadfe1;
	clear: both;
	margin: 30px 0px 0 0;
	float: left;
	width: 785px;
	}

#add-ons .add-on {
	border-bottom: 1px solid #dadfe1;
	padding: 10px 0 0px 0;
	color: #808080;
	}

#add-ons .add-on STRONG {
	display: block;
	color: #1A1A1A;
	}

#add-ons .add-on .left {
	width: 500px;
	}


#add-ons .add-on .left2 {
	float:left;
	}

#add-ons .add-on .right {
	width: 136px;
	}

#add-ons .add-on .right2 {
	float:right;
	}

#add-ons .add-on .right2 p {
    _text-align: right;
    _width: 90px;
    _position: relative;
    _left: 12px;
}

#add-ons .add-on .download {
float:left;
margin-left: 70px;
	padding: 5px 0 5px 38px;
	}

#add-ons .add-on .appstore {
	background: url('../images/appstore.gif') no-repeat 0 2px;
	padding: 0px 0 5px 38px;
	margin-left: 3px;
	}

/* PAGE ABOUT ------------------------------------------------------------------------ */

#about .download {
	background: url('../images/downloadarrowSmallGray.gif') no-repeat 0 5px;
	padding-left: 30px;
	padding-bottom: 5px;
	width: 100px;
	margin-top: 10px;
	}

#screencasts {
	clear: both;
	background: #146b8e url('../images/screencastsTop.gif') no-repeat top left;
	padding-top: 0px;
	margin-bottom: 20px;
	float: left;
	width: 785px;
	}

#screencastsLeft {
	padding: 0px;
	background: #146b8e url('../images/screencastsBottom.gif') no-repeat bottom left;
	color: #fff;
	width: 755px;
	}

#screencasts h3 {
	color: #fff !important;
	margin-top: -3px;
	}

#boxWithTabs {
	float: left;
	overflow: hidden;
	}

#boxWithTabs.c4	{
	margin-right: 10px;
	}


.c1 #boxWithTabs {
	margin-left: 12px !important;
	width: 190px;
	display: inline;
	}

.c1 #boxWithTabs UL {
	width: 188px;
	}

#boxWithTabs .tabbed {
	border: 2px solid #b5c1c6;
	clear: both;
	background-color: #fff;
	margin-top: 33px;
	float: left;
	}

#boxWithTabs DIV {
	clear: both;
	}


.c4 .tabbed DIV {
	width: 560px;
	overflow: hidden;
	padding-bottom: 12px;
	padding-right: 20px;
  }


.c1 hr {
	width: 165px !important;
	margin: 13px 0 8px 0;
	}

*:first-child+html .boxRoundedBlue hr {
	margin: 3px 0 3px 0 !important;
	}	/* IE Hack */

* html .boxRoundedBlue hr {
	margin: 3px 0 3px 0 !important;
	}

.c4 hr {
	width: 555px;
	margin: 18px 0 25px 0 !important;
	}

.boxRoundedBlue hr {
	border-color: #0f506a !important;
	width: 152px !important;
	}

#boxWithTabs UL {
	margin-top: -32px;
	float: left;
	margin-left: -2px;
	position: relative;
	margin-right: -2px;
	}

#boxWithTabs UL LI {
	float: left;
	}

#boxWithTabs UL LI.alignRight  {
	float: right !important;
	margin-right: -1px;
	position: relative;
	}

#boxWithTabs UL LI.alignRight A {
	border-left: none;
	}

#boxWithTabs UL LI A {
	padding: 6px 12px 8px 12px;
	display: block;
	border-left: 1px solid #b5c1c6;
	margin-left: -2px;
	}

#boxWithTabs .ui-tabs-hide {
	display: none;
	}

#boxWithTabs UL LI.ui-state-active A, #boxWithTabs UL LI A.activeTab {
	text-decoration: none;
	color: #000;
	border: 2px solid #b5c1c6;
	border-bottom: none;
	background-color: #fff;
	margin-left: 0px;
	padding-bottom: 9px;
	padding-top: 5px;
	}

#boxWithTabs .tabContent {
	padding: 20px 12px 10px 12px;
	}

#boxWithTabs .tabContent UL {
	margin: 20px 30px 20px 16px;;
	list-style-type: circle;
	list-style-position: inherit;
	float: none;
	}

#boxWithTabs .tabContent UL LI {
	list-style-type: disc;
	list-style-position: inherit;
	padding-bottom: 8px;
	float: none;
	}

#boxAbout #features STRONG {
	margin-bottom: 4px;
	display: block;
	}

#boxAbout #features A {
	line-height: 17px;
	}

#mediaCoverage {
	display: inline;
	margin-right: -2px;
	margin-left: 3px !important;
	}

#mediaCoverage h3 {
	margin-bottom: 10px;
	}

#mediaCoverage IMG {
	margin: 10px 0 6px 0;
	}

#mediaCoverage .author {
	margin-top: 3px;
	}

/* CATALOG ------------------------------------------------------------------------ */

#browseCatalog SELECT {
	font-size: 12px;
	width: 100%;
	padding: 1px;
	margin: 8px 0 0 0;
	}

#catalogContent {
	margin-right: 3px;
	display: inline;
	overflow: hidden;
	width: 586px;
	}


#usbBanner {
	background: url('../images/usbBanner.gif') no-repeat;
	padding: 24px 170px 20px 150px;
	font-size: 11px;
	line-height: 14px;
	color: #808080;
	position: relative;
	z-index: 200;
	margin-bottom: 10px;
	}

#catalogContent #featuredProducts {
	width: 600px;
	}

#catalogContent #featuredProducts IMG {
	margin-right: 9px;
	margin-bottom: 9px;
	}
#catalogContent #featuredProducts div {margin:auto !important;display:inline;}
#usbBanner h3 {
	margin-bottom: 4px;
	}

#top5 {
	background: url('../images/bgTop5.gif') no-repeat;
	width: 367px;
	height: 282px;
	float: left;
	padding-right: 20px;
	overflow: hidden;
	}

#top5 .c1 { margin: 12px 0px 15px 20px; display: inline; }
#top5 h5 { margin-bottom: 10px; }
#top5 A { display: block; line-height: 17px; }
#top5 HR { margin: 15px 0 15px 0 !important; }

*:first-child+html #top5 HR {
	margin: 10px 0 10px 0 !important;
	}	/* IE Hack */

* html #top5 HR {
	margin: 10px 0 10px 0 !important;
	}

#top10 {
	background: url('../images/bgTop10.gif') no-repeat;
	width: 187px;
	height: 282px;
	float: left;
	margin-left: 12px;
	display: inline;
	}

#top10 h5 {
	margin: 12px 0 6px 15px;

	}

#top10 A {
	display: block;
	line-height: 23.5px;
	margin-left: 36px;
	}

fieldset {
	margin: 10px 0 0 0;
	width: 100%;
	}

fieldset .title {
	font-size: 11px;
	margin-bottom: 5px;
	}

fieldset.radio .option {
	clear: both;
	float: left;
	width: 100%;
	}

fieldset.radio INPUT {
	float: left;
	width: 16px;
	height: 16px;
	margin-top: 3px;
	}

fieldset.radio LABEL {
	line-height: 20px;
	float: left;
	margin-left: 2px;
	}

#catalogTop {
	position: relative;
	margin-bottom: 10px;
	}

#catalogTop .pagination {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	}

#catalogTop .left {
	position: absolute;
	top: 0px;
	left: 0px;
	}

#catalogTop .right {
	position: absolute;
	top: 0px;
	right: 0px;
	}

#catalogTop .right SELECT {
	border: 1px solid #dfdfdf;
	padding: 1px;
	font-size: 11px;
	}

#catalogTop .right OPTION {
	padding-right: 10px;
	}

.catalogListItem {
	width: 577px;
	height: 107px;
	background: url('../images/catalogListItem107.gif') no-repeat;
	margin: 5px 0;
	overflow: hidden;
	padding: 5px;
	}
	
.catalogListItem .text {
	margin-top: 5px;
	font-size:10px;
	height:50px;
	overflow:hidden;
	}

#catalogContent .free {
	background: url('../images/catalogListItemBlue107.gif') no-repeat;
	}

#catalogContent .free .price,
#catalogContent .free .appprice {
	color: #146B8E;
	margin-top: 18px;
	font-size: 16px;
	font-weight: normal;
	}

#catalogContent .free .appprice {
    margin-top: 4px;
}

.catalogListItem .thumb {
	width: 75px;
	height: 75px;
	overflow: hidden;
	float: left;
	margin-top: 10px;
	margin-right: 15px;
	}

.catalogListItem .thumb img {
    width: 75px;
}

.catalogListItem .info {
	margin-top: 10px;
	float: left;
	width: 360px;
	}

.catalogListItem .title {
	font-size:13px;
	/*margin-top: 10px;
	display: block;*/
	}

.catalogListItem .contributor {
	color: #808080;
	font-size:13px;
	width: 400px;
	white-space: nowrap;
	}

.catalogListItem .date {
	float: right;
	font-size:10px;
	}

.catalogListItem .price {
	width: 110px;
	text-align: center;
	}

.catalogListItem .oldPrice {
	color: #C1272D;
	text-decoration: line-through;
	}

.catalogListItem .price .addition {
	color: #009245;
	font-size: 11px;
	margin-top: 3px;
	}

.catalogListItem .special .oldPrice {
	margin: 9px 0 -25px 0;
	}

.catalogListItem .price .price,
.catalogListItem .price .appprice {
	font-weight: bold;
	font-size: 18px;
	color: #009245;
	margin-top: 36px;
	}

.catalogListItem .price .appprice {
    margin-top: 4px;
}


#catalogContent .updated .price .price {
	margin-top: 20px !important;
	}

.rating5,
.rating4,
.rating3,
.rating2,
.rating1,
.rating0 {
	width: 75px;
	text-align: right;
	font-size: 10px;
	color: #B3B3B3;
	float: left;
	clear: both;
	margin-top: 7px;
	background-position: 0 2px;
	background-repeat: no-repeat;
	}

.rating5 { background-image: url('../images/rating5.gif'); }
.rating4 { background-image: url('../images/rating4.gif'); }
.rating3 { background-image: url('../images/rating3.gif'); }
.rating2 { background-image: url('../images/rating2.gif'); }
.rating1 { background-image: url('../images/rating1.gif'); }
.rating0 { background-image: url('../images/rating0.gif'); }

#backToList {
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

#productDetail .left {
	}

#productDetail .right {
	width: 360px;
	}

.productImage {
	width: 170px;
	overflow: hidden;
	margin-bottom: 15px;
	}

.productImage IMG {
	margin-bottom: 5px;
	}

.productImage .pagination {
	float: left;
	}

.productImage .imageEnlarge {
	background: url('../images/imageEnlarge.gif') no-repeat;
	width: 11px;
	height: 11px;
	display: block;
	float: right;
	}

.productImage .clickPreview {
	font-weight:bold;font-size:11px;text-align:left;
	}

table.factBox {
	font-size: 10px;
	color: #4D4D4D;
	width: 170px;
	}

table.factBox td {
	padding: 2px 0;
	}

table.factBox tr.even td {
	background-color: #f7f7f7;
	}

.productHeader {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 15px;
	}

.productAuthor {
	color: #808080;
	margin-top: 2px;
	}

.productInfos {
	float: left;
	}

.productInfos h3 {
    width: 270px;
}

.productButtons {
	float: right;
	}

.productDescription STRONG {
	margin-bottom: 10px;
	display: block;
	}

.popup INPUT.buttonGreen,
INPUT.buttonGreen,
A.buttonGreen {
	background: url('../images/buttonGreen.gif') no-repeat;
	width: 81px;
	height: 22px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 11px;
	display: block;
	text-decoration: none;
	margin-bottom: 3px;
	}

INPUT.buttonGreen {
    border: none;
}

A.buttonGreen:hover {
	text-decoration: none;
	}

#productReviews h3 {
	margin-bottom: 15px;
	}

.productReview {
	border-top: 1px solid #e5e5e5;
	padding: 10px 0;
	}

.reviewSubject {
	float: left;
	font-weight: bold;
	}

.reviewRating {
	float: left;
	clear: none;
	margin: 0 0 8px 10px;
	}

.reviewText {
	clear: both;
	}

.reviewAuthor {
	margin-top: 15px;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 5px;
	}

.reviewAuthor IMG {
	float: left;
	margin: 3px 8px 0 0;
	}

.boxItems { overflow: hidden; }

#relatedItems {
	float: left;
	margin-top: 20px;
	display: inline;
	}

#relatedItems .boxItem {
	border-top: 1px solid #dfdfdf;
	display: block;
	padding: 5px 0;
	margin-top: -1px;
	}

#boxAddToCart	{
	width: 185px;
	}

#boxAddToCart SELECT {
	border: 1px solid #bbb;
	background-color: #efefef;
	padding: 1px;
	font-size: 11px;
	float: right;
	margin-top: 10px;
	width: 125px;
	}

#boxAddToCart .linkInfo {
	position: absolute;
	top: 6px;
	right: 0px;
	font-size: 11px;
	}

#boxAddToCart .clear {
	height: 0px;
	}

#boxAddToCart .tabContent {
	padding-top: 10px !important;
	}

#boxAddToCart.tabbed {
	border-bottom: none;
	}

#boxAddToCart.untabbed {
	margin-top: 0;
}

#boxAddToCart	.licence {
	background: url('../images/iconLicences.gif') no-repeat 0 35px;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: 7px;
	width: 160px;
	}

#boxAddToCart	.sound {
	background: url('../images/iconSound.gif') no-repeat 0 7px;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
	padding: 0px 0 10px 35px;
	margin-bottom: 7px;
	float: left;
	width: 125px;
	clear: both;
	overflow: hidden;
	}

#boxAddToCart	.usb {
	background: url('../images/iconUSB.gif') no-repeat 3px 10px;
	position: relative;
	padding: 0px 0 15px 35px;
	float: left;
	width: 125px;
	}

#boxAddToCart	.licence,
#boxAddToCart	.sound,
#boxAddToCart	.usb {
	height: 50px !important;
	overflow: hidden;
	margin: 0 !important;
	position: relative;
	margin-bottom: 7px;
	padding-top: 7px;
	}

#boxPrice {
	background-color: #146B8E;
	border: 2px solid #07556D;
	float: left;
	margin-left: 12px;
	width: 185px;
    display: inline;
    _position: relative;
    _display: block;
    _margin-left: 6px;
    _height: 130px;
}

#boxPrice.free {
    _position: static;
    _height: 40px;
}

#boxPrice.free .buttonAddToCart {
    _position: static;
}

#boxPrice .thingsChosen {
	text-align: center;
	font-size: 11px;
	color: #8ab5c7;
	margin: 5px;
	}

#boxPrice .total {
	float: left;
	color: #fff;
	margin: 5px 10px 5px 10px;
	font-size: 26px;
	font-weight: normal;
	line-height: 30px;
	_margin: 5px;
}

#boxPrice .buttonAddToCart {
	background: url('../images/buttonAddToCart.gif') no-repeat;
	width: 36px;
	height: 32px;
	display: block;
    float: right;
	color: #fff;
	text-decoration: none;
	font-size: 11px;
	padding: 4px 40px 0 10px;
	line-height: 12px;
	margin: 5px 10px 10px 0;
    _position: absolute;
    _top: 85px;
    _left: 80px;
}

.boxPrice .clear {
	height: 0px;
	}


/* BLOG --------------------------------------------------------------------------- */

#blog p a.download {
	background: url('../images/downloadarrowXSmallGray.gif') no-repeat 0 3px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-top: 10px;
	}
	
.blogPost {
	border-bottom: 1px solid #dadfe1;
	padding-bottom: 10px;
	margin-bottom: 15px;
	}

.blogPost h3 {
	margin: 0 0 15px 0;
	}

.blogImage {
	border: 1px solid #dadfe1;
	padding: 5px;
	margin: 20px 0 20px 0;
	}

.blogPost blockquote {
	font: 12px Georgia, "Times New Roman", Times, serif;
	border-left: 1px solid #999999;
	color: #999999;
	padding-left: 10px;
	font-style: italic;
	margin-bottom: 15px;
	}

.blogPost UL,
.productDescription UL {
	margin: 10px 30px 10px 16px;;
	list-style-type: circle;
	list-style-position: inherit;
	float: none;
	}

.blogPost UL LI,
.productDescription UL LI {
	list-style-type: disc;
	list-style-position: inherit;
	padding-bottom: 8px;
	float: none;
	}

#headerLiftLab UL {
	margin: -15px 30px 15px 16px;
	list-style-type: circle;
	list-style-position: inherit;
	float: none;
	}

#headerLiftLab UL LI {
	list-style-type: disc;
	list-style-position: inherit;
	padding-bottom: 5px;
	float: none;
	color: #808080;
	}

#symbianDownload OL, #wmobileDownload OL {
	margin: 0px 20px 15px 30px;
	list-style-type: decimal;
	list-style-position: inherit;
	float: none;
	}

#symbianDownload OL LI, #wmobileDownload OL LI  {
	list-style-type: decimal;
	list-style-position: inherit;
	padding-bottom: 5px;
	float: none;
	}

.blogMeta {
	margin-top: 25px;
	}

.blogAuthorThumb {
	border: 1px solid #d8d7d8;
	float: left;
	margin-right: 10px;
	}

.blogAuthor {
	padding-top: 3px;
	}

.notifyMe {
	background: url('../images/klammeraffe.gif') no-repeat 0 2px;
	padding-left: 35px;
	padding-bottom: 10px;
	color: #666666;
	}

.notifyMe A {
	display: block;
	}

#blog .c1 {
	margin-left: 9px;
	}

.boxItem {
	margin-bottom: 2px;
	}

.boxItem .count {
	color: #808080;
	padding-left: 5px;
	}

.boxItem .rssLink {
	float: right;
	background: url('../images/rssIconSmall.gif') no-repeat;
	width: 12px;
	height: 12px;
	display: block;
	margin-top: 4px;
	}

.boxItem .clear {
	display: block;
	height: 0px;
	}

#blog .rssSubscribe	{
	background: url('../images/rssIconBig.gif') no-repeat 0 4px;
	padding: 0px 0 0 36px;
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	}

#blog #boxNewsletter {
	margin-top: 15px;
	}
	
#blog .tx-ttnews-browsebox, .browseBoxWrap {
	background-color:#F7F7F7;
	border:1px solid #D8D8D8;
	margin:3px;
	padding:3px;
}
#blog .tx-ttnews-browsebox-SCell {
	background-color:#F7F7F7;
	border:none;
}
/*
#blogbox {
    _padding-right:0px;
}*/

#tryMemoryEraser {
	margin-top: 15px;
	margin-left: 6px;
	float: left;
	}

/* LIFTLAB ------------------------------------------------------------------------ */

#liftlab .gray {
	padding-bottom: 0px;
	border-bottom: 1px solid #dadfe1;
	}

#headerLiftLab {
	background: url('../images/iconLiftLab.gif') no-repeat;
	padding-left: 40px;
	}

#liftlab #downloadLiftLab {
	position: relative;
	border-bottom: 1px solid #dadfe1;
	width: 770px;
	margin-left: 15px;
	padding-left: 0 !important;
	}

#liftlab #downloadLiftLab h2 {
	margin: 5px 0 12px 0;
	}

#liftlab #downloadLiftLab P {
	width: 500px;
	font-size: 13px;
	}

#liftlab #getMemoryLifter {
	position: absolute;
	right: 0px;
	top: -15px;
	background: url('../images/getMemoryLifterBottom.gif') no-repeat left bottom;
	width: 186px;
	z-index: 100;
    padding-bottom: 5px;
	}

#liftlab #getMemoryLifter .content {
	background: url('../images/getMemoryLifterTop.gif') no-repeat;
	padding-top: 52px;
	text-align: center;
	color: #fff;
}



#liftlab #getMemoryLifter A {
	color: #fff;
	display: block;
	}

#liftlab #add-ons #list {
	border-top: none;
	}

#liftlab #add-ons.content {
	padding-top: 0px;
	}

#liftlab #add-ons .box {
	padding: 15px 0 15px 15px;
	margin-bottom: 10px;
	}

#liftlab #add-ons .box STRONG {
	font-size: 16px;
	margin-bottom: 5px;
	}

#liftlab #add-ons .left {
	width: 400px;
	}

#liftlab #add-ons .box .left 	{
	width: 385px;
	}

#liftlab #add-ons .notifyMe {
	float: left;
	margin-left: 40px;

	}

#liftlab #add-ons .box .notifyMe {
	margin-top: 10px;
	position:relative;
	left: -5px;
	}

#liftlab #add-ons .box .right {
	margin-top: 10px;
	}


/* FLIP ---------------------------------------------------------------------------- */

#liftlab #add-ons .box .left2 {
	float:left;
	margin-top: 10px;
	margin-left: 60px;
	}

#liftlab #add-ons .box .right2 {
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	}

#liftlab #add-ons #liflabnext .add-on .left2 {
	float:left;
	margin-left: 65px;
	}

#liftlab #add-ons #liflabnext .add-on .right2 {
	float:left;
	margin-left: 10px;
	margin-bottom: 10px;
	}

#liftlab #add-ons .add-on .download	{
float: left;
	height: 45px;
	}

#liftlab #add-ons #liflabfirst .add-on {
	border-bottom: 1px solid #ffffff;
	padding: 10px 0 0px 0;
	padding-left: 10px;
	color: #808080;
	}


/* FAQ ---------------------------------------------------------------------------- */

#faq .gray,
#forum .gray {
	padding-bottom: 0px;
	border-bottom: 1px solid #dadfe1;
	}

#formSearchFAQ {
	margin: -15px 0 25px 0;
	}

#formSearchFAQ INPUT {
	font-size: 16px;
	color: #808080;
	padding: 4px 0 6px 5px;
	border: 1px solid #d8d8d8;
	line-height: 20px;
	float: left;
	width: 250px;
	margin-right: 4px;
	}

#formSearchFAQ #submit {
	font-size: 16px;
	color: #808080;
	padding: 3px 4px 5px 4px;
	border: none;
	background-color: #146b8e;
	color: #fff;
	width: 50px;
	border: 1px solid #146b8e;
	height: 32px;
	line-height: 16px;
	font-size: 15px;
	float: left;
	}

#faq .gray .right,
#forum .gray .right,
#forms .gray .right,
#press .support {
	background: url('../images/dividerVertical.gif') no-repeat;
	width: 200px;
	height: 100px;
	padding: 20px;
	color: #666666;
	}

.supportEmail,
.supportPhone {
	padding-left: 35px;
	padding-bottom: 15px;
	}

#faq .supportEmail A,
#faq .supportPhone STRONG {
	display: block;
	font-weight: normal;
	}

#faq .supportPhone STRONG {
	color: #000;
	}

.supportEmail {
	background: url('../images/klammeraffeGray.gif') no-repeat 0 2px;
	}

.supportPhone {
	background: url('../images/iPhone.gif') no-repeat;
	}

#faq .box {
	padding-bottom: 15px;
	}

#faq .c1 {
	margin-left: 8px;
	}

#faq h2 {
	margin: 6px 0 15px 0;
	}

#faq .faq {
	margin-bottom: 25px;
	}

#faq .faq A {
	display: block;
	margin-bottom: 1px;
	}

#faq .faq A:hover {

	}

#faq .faq .seeAll {
	font-weight: bold;
	margin: 15px 0 15px 0;
	}

#faq .boxTiny,
#forms .boxTiny,
#forum .boxTiny {
	margin-left: 4px;
	}

#faq .boxTiny .fs12 {
	margin-top: -3px;
	}
	
.tx-irfaq-pi1 dl dd div.faq-answer {
	border: 1px solid silver;
	margin: 10px;
	padding: 10px;
	}

/* FORUM -------------------------------------------------------------------------- */

#forum #contribute h3 {
	margin: 10px 0 10px 0;
	}

#forum .c1 {
	margin-left: 8px;
	}

#forum #boxNewsletter {
	margin-top: 15px;
	}

.forumSection {
	border-bottom: 1px solid #dadfe1;
	padding: 10px 0 20px 0;
	}

.forumCount {
	color: #808080;
	margin: 3px 0 15px 0;
	}

.forumDescription {

	}

#forum .boxItem {
	margin-bottom: 7px;
	}

#forum h2 {
	margin-bottom: 20px;
	}

.pollBox {
	border: 2px solid #a7b4b9;
	padding: 10px;
	}

.tx-mmforum-button	{
	padding: 3px 10px 5px 10px;
	font-weight: normal !important;
	}

.tx-mmforum-poll-question {
	font: 16px "Lucida Grande", "Lucida Sans Unicode";
	font-weight: bold;
	margin-bottom: 8px;
	}

.pollBox table.tx-mmforum-table td,
.pollBox table.tx-mmforum-table {
	border: none;
	}

.pollBar {
	margin-top: 2px;
	}

.pollBar DIV {
	background-color: #0d5dac !important;
	height: 15px !important;
	}

.linkForumBack {
	font-size: 13px;
	color: #0d5dac !important;
	display: block;
	margin-bottom: 20px;
	}

.tx-mmforum-pi4	{

	}

.tx-mmforum-td  input {
	border:1px solid #D8D8D8;
}

.tx-mmforum-td  select {
	border:1px solid #D8D8D8;
}

table.tx-mmforum-table {
	border: none;
	}

.postInfos {
	margin-bottom: 5px;
	}

.postInfos .authorLink {
	color: #0071BC !important;
	}

.postUser {
	display: inline !important;
	}

.postUser DIV {
	display: inline;
	font-weight: normal
	}

.postDate {
	color: #6d6d6d;
	font-size: 11px !important;
	}

.forumPost {
	border-bottom: 1px solid #d5dbdd;
	padding: 15px 0 20px 0;
	}

.tx-mmforum-pi1-pt-quote {
	margin: 10px 20px 0 20px;
	color: #596e76;
	}

#forum .profil TABLE,
#forum .profil TABLE TD {
	border: none;
	}

.profilAvatar {
	float: left;
	}

.profilAvatar IMG {
	margin-right: 20px;
	}

.profilInfos {
	float: left;
	line-height: 17px;
	}

#forumfavorites .boxItem A {
	color: #0071BC;
	}

#forumfavorites BR {
	display: inline;
	border: 1px solid #000;
	height: 1px;
	}

.profilContacts {
	margin-top: 10px;
	margin-bottom: 10px;
	}

.lastTopics {
	border-top: 1px solid #d5dbdd;
	width: 385px;
	padding-top: 10px;
	}

.lastTopics A {
	color: #0071BC;
	}

.lastTopics .topicDate {
	font-size: 11px;
	color: #6d6d6d;
	}

.tx-mmforum-pi1-listtopic-topicname {
	line-height: 16px;
	margin-bottom: 10px;
	}

.tx-mmforum-pi1-listtopic-topicname A {
	color: #0071BC;
	font-weight: normal;
	}
	
#tx-mmforum-footer {
	display: none;
	}

table#tableForumMain {
	width: 95%;
	}

table#tableForumMain TD {
	border-right: none !important;
	border-left: none !important;
	padding-bottom: 10px;
	}

table#tableForumMain TH {
	background-color: #f7f7f7;
	color: #333;
	font-weight: normal;
	font-size: 11px;
	padding: 3px;
	}

#forum #formSearchFAQ {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	display: inline;
	}

#forum #formSearchFAQ INPUT {
	font-size: 13px;
	width: 210px;
	line-height: 17px;
	}

#forum #formSearchFAQ #submit {
	width: 40px;
	height: 28px;
	}

#forum #contribute {
	background: url('/shared_ressources/images/dividerSmall.gif') no-repeat top left;
	height: 33px;
	padding: 10px 10px 10px 15px;
	width: 162px;
	float: right;
	}

#forum #headerForum {
	float: left;
	margin-bottom: 15px;
	width: 590px;
	}

#forum #headerForum h1 {
	float: left;
	}

#forum .gray {
	width: 785px;
	overflow: hidden;
	height: 70px;
	}
	
#forum  h2 {
	margin-top: 25px;
	margin-bottom: 0;
	}

table#tableForumTopics.tx-mmforum-table {
	border: none !important;
	}

table#tableForumTopics {
	width: 97%;
	}

table#tableForumTopics TD {
	border: 1px solid #ddd;
	border-right: none;
	border-left: none;
	font-size: 11px;
	padding: 5px 0 8px 0;
	}

table#tableForumTopics TH {
	background-color: #f7f7f7;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	padding: 5px 0;
	}

.tx-mmforum-pi1-newpost-middle {
	width: 400px !important;
	text-align: left !important;
	}

.tx-mmforum-pi1-listpost-options {
	padding-left: 10px;
	padding-bottom: 10px;
	}
	
.tx-mmforum-pi1-listpost-menu {
	padding-top: 10px;
	padding-bottom: 15px;
	}
	
.tx-mmforum-pi1-newpost-middle INPUT {
	border: 1px solid #ddd;
	padding: 4px;
	}

.forumCreatePost {
	border: none !important;
	}

.forumCreatePost TD {
	border: none !important;
	}

.forumCreatePost th.tx-mmforum-th {
	background-color: #fff !important;
	border: none !important;
	color: #000;
	}

.forumCreatePost #message {
	border: 1px solid #ddd;
	height: 100px;
	width: 380px !important;
	}

.forumCreatePost .topicTitle {
	width: 383px !important;
	}

.forumCreatePost .forumEditor {
	width: 392px;
	overflow: hidden !important;
	table-layout:fixed;
	}

.forumCreatePost .forumEditor TEXTAREA {
	font-size: 13px;
	padding: 5px;
	line-height: 17px;
	}

.forumCreatePost .editorButtons {

	}

.forumCreatePost .editorButtons TD {
	background-color: #ddd;
	padding: 2px;
	width: 20px;
	}

.forumCreatePost .stayInformed {
	padding: 0 10px 10px 10px;
	font-size: 11px;
	}

.forumCreatePost .stayInformed INPUT {
	margin-right: 5px;
	float: left;
	margin-top: 2px;
	}

.forumCreatePost STRONG {
	font-size: 12px;
	}

.pollQuestion {
	border: 1px solid #ddd;
	width: 323px;
	padding: 5px;
	}

#poll_replies {
	margin: 0;
	padding: 0 !important;
	}

#poll_replies LI INPUT {
	border: 1px solid #ddd !important;
	width: 323px;
	padding: 5px;
	}

table.addPoll {
	margin-top: 15px;
	margin-bottom: 15px;
	}

.pollExpires {
	margin: 10px 10px 0 10px;
	}

#poll_replies LI A {
	margin: -3px 0 10px 0 !important;
	color: #0071BC !important;
	}

.addPostButtons {
	padding-left: 5px !important;
	}

.forumCreateMessage INPUT {
	border: 1px solid silver;
	}
	
.forumCreateMessage .searchUser {
	margin: 0;
	padding: 0;
	}
	
.forumCreateMessage .searchUser INPUT.tx-mmforum-text {
	width: 200px;
	}
	
.forumCreateMessage .searchUser #tx_mmforum_pi3_quicksearch {
	width: 200px;
	}
	
.forumCreateMessage TEXTAREA {
	border: 1px solid silver;
	width: 100%;
	}
	
.learnlift-staff {
	color: #3B9E6A;
	}
	
/* PRESS -------------------------------------------------------------------------- */

#press .white {
	border-bottom: 1px solid #cad0d2;
	padding-bottom: 10px;
	}

.white .supportEmail {
	background: url('../images/klammeraffeWhite.gif') no-repeat 1px 0;
	}

.white .supportPhone {
	background: url('../images/iPhoneWhite.gif') no-repeat 0 1px;
	}

#press .box {
	padding-bottom: 10px;
	margin-bottom: 15px;
	}

.box h3 {
	margin-top: 3px;
	margin-bottom: 12px;
	}

.pressItems {
	overflow: hidden;
	}

.pressItem {
	border-top: 1px solid #dfdfdf;
	padding: 8px 0 12px 0;
	margin-top: -1px;
	float: left;
	width: 100%;
	clear: both;
	}

.pressItem .important {
    color: #666;
}

#press .boxRounded h3 {
	margin-bottom: 10px;
	}

.pressItem .title {
	display: block;
	margin-bottom: 1px;
	}

.pressItem .description {
	color: #808080;
	}

#press .boxRounded A {
	line-height: 19px;
	}

/* CONTACT ------------------------------------------------------------------------ */

#contact .c1 h3 {
	margin-bottom: 12px;
	}

#contact .c1 .boxRounded {
	margin: 0 0 15px 0;
	}

#contact .c1 .boxRounded P {
	margin-bottom: 7px;
	}

#contact LABEL {
	width: 180px;
	float: left;
	}

#contact .formRow {
	margin-bottom: 8px;
	}

#formularContact INPUT{
	border: 1px solid #b2b2b2;
	padding: 3px;
	width: 186px;
	float: left;
	line-height: 16px;
	}

#contact TEXTAREA {
	font: 13px/12px "Lucida Sans Unicode", "Lucida Grande";
	line-height: 16px;
	border: 1px solid #b2b2b2;
	padding: 3px;
	width: 365px;
	height: 160px;
	float: left;
	}

form .error	INPUT {
	border: 1px solid #e9bdbf !important;
	color: #b01d25 !important;
	}

#contact form LABEL.error {
	float: left;
	line-height: 20px;
	width: 170px;
	line-height: 15px;
	margin-top: 4px;
	color: #b01d25 !important;
	margin-left: 10px;
	}

#contact #submit {
	width: 120px;
	height: 21px;
	border: none;
	font-size: 11px;
	background: url('../images/buttonSubmitMessage.gif') no-repeat;
	color: #fff;
	padding: 1px 0 5px 0;
	line-height: 16px !important;
	float: right;
	}

#contact .formButton {
	margin: 13px 0 5px 0;
	}

#contact .formButton .clear {
	height: 0px;
	}

/* SEARCH ------------------------------------------------------------------------- */

.formSearch {
	margin-top: 5px;
	}

.formSearch INPUT#search {
	background: url('../images/bgSearch.gif') no-repeat;
	height: 17px;
	padding: 2px 10px 2px 5px;
	line-height: 15px;
	font-size: 11px;
	color: #666666;
	float: left;
	width: 105px;
	_width: 102px;
	}

.formSearch INPUT#submit, INPUT#submitBtn {
	background: url('../images/bgSearchSubmit.gif') no-repeat;
	float: left;
	color: #fff;
	width: 30px;
	height: 21px;
	font-size: 11px;
	padding: 0 2px 4px 2px;
	line-height: 19px;
	}

/* POPUPS ---------------------------------------------------------------------------- */

.popup {
	position: absolute;
	text-align: left;
	padding: 10px;
	background-color: #FFF;
	z-index: 1000;
	border: 2px solid #0c566d;
	width: 400px;
	display: none;
	}

.popupHeader {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 7px;
	position: relative;
	}

.popupClose {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 10px;
	background: url('../images/close.gif') no-repeat;
	cursor: pointer;
	}

.popupContent H3 {
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 5px;
	margin-bottom: 7px;
}

#notification {
	height: 215px;
	background: #fff url('../images/bgNotification.gif') no-repeat 0 60px;
	top: 30px;
	left: 30px;
	}

#notification .popupContent {
	margin: 30px 0 0 110px;
	}

#notification .popupContent STRONG {
	display: block;
	margin-bottom: 10px;
	}

#formNotification {
	margin-top: 15px;
	}

#formNotification .formRow {
	float: left;
	}

#formNotification #submit {
	background: url('../images/buttonConfirm.gif') no-repeat;
	width: 71px;
	height: 26px;
	border: none;
	font-size: 13px;
	color: #fff;
	padding: 1px 0 5px 0;
	line-height: 22px !important;
	margin: 0 2px 0 10px;
	float: left;
	}

#versionComments {
	left: 30px;
	top: 280px;
	}

#versionComments .popupContent {
	margin-top: 10px;
	}

/* INTERFACE ------------------------------------------------------------------------- */

.pagination {
	}

.pagination A {
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-image: url('../images/kringel0.gif');
	padding: 3px;
	text-decoration: none;
	}

.pagination A.active {
	background-image: url('../images/kringel1.gif');
	}


/* TYPO ------------------------------------------------------------------------------ */

h1 {
	font-size: 27px;
	margin: 10px 0 2px 0;
	color: #1A1A1A;
	}

h2 {
	font-size: 20px;
	margin: 0 0 5px 0;
	}

h3 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold !important;
	color: #1A1A1A;
	}

h4 {
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 8px;
	}

h5 {
	font: 13px/12px "Lucida Sans Unicode", "Lucida Grande";
	font-weight: bold;
	}

.subheadline {
	color: #808080;
	font-size: 13px;
	margin-bottom: 30px;
	}

P {
	margin-bottom: 15px;
	}

.black {	color: #1a1a1a; }
.subtle {	color: #666; }
.light { color: #B3B3B3; }
.darker { color: #808080; }
.center { text-align: center; }

A.small {
	font-size: 11px;
	text-decoration: none;
	}

A.small:hover {
	text-decoration: underline;
	}

hr {
	border: none;
	color: #dfdfdf;
	height: 1px;
	line-height: 1px;
	border-top: 1px solid #dfdfdf;
	margin: 18px 0 15px 0;
	padding: 0;
	clear: both;
	}

*:first-child+html hr, * html hr { margin: 3px 0 1px 0 !important; }	/* IE Hack */
*:first-child+html .c4 hr, * html .c4 hr { margin: 10px 0 8px 0 !important; }	/* IE Hack */

/* INTERFACE ------------------------------------------------------------------------- */

A.buttonBlue {
	background: url('../images/buttonBlueLeft.gif') no-repeat;
	padding-left: 5px;
	color: #fff;
	font-size: 11px;
	display: block;
	float: left;
	height: 25px;
	text-decoration: none;
	}

A.buttonBlue SPAN {
	background: url('../images/buttonBlueRight.gif') no-repeat top right;
	display: block;
	height: 25px;
	line-height: 22px;
	padding: 0 10px 0 5px;
	float: left;
    _cursor: pointer;
	}



/* FOOTER ---------------------------------------------------------------------------- */

#footer {
	position: relative;
	text-align: center;
	padding: 10px 0 20px 0;
	color: #808080;
	font-size: 11px;
	margin-top: 30px;

	height: 12px;
	}

#footer .left {
	position: absolute;
	top: 10px;
	left: 15px;
	}

#footer .right {
	position: absolute;
	top: 10px;
	right: 15px;
	}

#footer .right A {
	color: #d3d3d3;
	text-decoration: none;
	margin-left: 10px;
	}

#footer .center {
	margin: 0px auto 0 auto;
	}

#footer .center A {
	color: #808080;
	text-decoration: none;
	margin: 0 4px;
	}

#footer A:hover {
	text-decoration: underline;
	}

#footer A.active {
	color: #0071BC;
	}



/* MISC STYLES ----------------------------------------------------------------------- */

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.cursorDefault { cursor: default; }

.fs11 { font-size: 11px; }
.fs12 {	font-size: 12px; }


.noPaddingBottom {
	padding-bottom: 0 !important;
	}


/* Flo ------------------------------------------------------------------------------- */
#head1 p, #headerAbout p, #headerPress p, #iphone p, #network p{
	color: #808080;
}

#mac_linux p {
	margin-bottom: 0px;
	color: #666666;
}

#mac_linux strong {
	font-weight: normal;
	color: #000000;
}

#headText p, #headerLiftLab p{
	color: #808080;
}

#headerLiftLab p {
	font-size:13px;
	margin-bottom:30px;
}

#getMemoryLifter p {
	width: 100% !important;
}

#mediaAbout strong{
	font-weight: normal;
	color: #808080;
}

.tabContent h1{
	display: none;
}

#emailPress p, #phonePress p, #articlePress p, #imagePress p, #RIGHT5 p, #RIGHT7 p, #boxNewsletter p, #emailFAQ p, #phoneFAQ p, #usbBanner p, #liftlabContent p, #iphone p, #network p, #textWindowsContent p, #textWindowsContentNet p, #boxEarnMoneyContent p, #downloadProcess p, #downloadProcess2 p {
	margin-bottom: 0px;
}

#boxEarnMoney {
	margin-top: 15px;
	}

#headerContact p {
	color: #808080;
	padding-bottom: 15px;
}

#countryContact em {
	font-style: normal;
	font-size: 12px;
}

.csc-mailform-field {
	clear: both;
	height: 32px;
}

#mailformformtype_mail {
	width: 120px!important;
	height: 21px;
	border: none!important;
	font-size: 11px;
	background: url('../images/buttonSubmitMessage.gif') no-repeat;
	color: #fff;
	padding: 1px 0 5px 0!important;
	line-height: 16px !important;
	float: right!important;
	margin-top: 13px!important;
	margin-bottom: 5px!important;
}

#textAbout .tabSubnavi ul, #textAbout .tabSubnavi li {
	list-style-type: none!important;
	padding: 0px;
	margin: 0px;
}

#textAbout .tabSubnavi ul li a, #textAbout .tabSubnavi ul li{
	margin: 0px!important;
	padding: 0px!important;
	border: none!important;
}

#textAbout .tabSubnavi ul li a.activeTab {
	font-weight: bold;
	background-color: transparent;
}

.newsTitle a {
	text-decoration: none;
	color: #000000;
}

#screencastsLeft h3 {
	margin-bottom: 10px;
}

#boxNewsletter {
	padding-top: 10px!important;
}



#newsletterHeader p, #newsletterText p {
	width: 100%!important;
}

#usbBanner strong {
	color: #000000;
	font-weight: normal;
}


#catalogContent #featuredProducts img {
margin-bottom:12px;
margin-right:13px;
}


.tabInhaltElement img {
	float: left;
	margin-right: 12px;
}

.mediaElement p, .mediaElement2 p {
	width: 100%!important;
}

#mediaHeader {
	padding-bottom: 7px;
}

.mediaElement, .mediaElement {
	padding-top: 5px;
}

#headerAbout, #headerFAQ, #headerPress {
	width: 500px;
}

#newsHeader {
	width: 550px;
}

.tabInhaltElement h3 {
	margin-bottom: 17px;
}

#boxForum {
	margin-top: 0px;
	font-size: 12px;
}

#mediaCoverage2 {
	display: inline;
	margin-top: 10px;
	margin-right: -2px;
	margin-left: 3px !important;
	}

#mediaCoverage2 h3 {
	margin-bottom: 10px;
	}

#mediaCoverage2 IMG {
	margin: 10px 0 6px 0;
	}

#mediaCoverage2 .author {
	margin-top: 3px;
	}

#page {
	border-bottom: 1px solid #d8d8d8;
}

#windows em a, #iphone em a, #network em a {
	font-size:11px;
	font-style: normal;
}

#formularContact SELECT{
	border: 1px solid #b2b2b2;
	padding: 1px;
	width: 194px;
	float: left;
	line-height: 16px;
	height: 24px;
}

#formularContact OPTION {
	padding-top: 2px;
	padding-left: 5px;
}

#boxForumContent a {
	text-decoration: underline;
}

.supportEmail {
	padding-bottom: 0px;
    margin-bottom: 15px;
}

.tx-newloginbox-pi1 INPUT {
	border:1px solid #D8D8D8;
	margin-left: 15px;
	margin-bottom: 3px;
	padding: 3px;
}

.tx-newloginbox-pi1 p {
	padding-top: 15px;
	padding-bottom: 0px;
}

#disclaimer1 strong, #disclaimer2 strong {
	color:#808080;
	font-weight: normal;
}

#downloadProcess em, #downloadProcess2 em {
	color:#1A1A1A;
	font-style: normal;
}

#formularContact .tx-newloginbox-pi1 input[type="submit"] {
width:auto;
}

.tx-srfeuserregister-pi1 input, .tx-srfeuserregister-pi1 select, .tx-srfeuserregister-pi1 textarea {
	border:1px solid #D8D8D8;
	padding: 2px;
}

.tx-srfeuserregister-pi1 option {
	padding-left: 5px;
}

.tx-srfeuserregister-pi1 label {
	font-size: 12px;
	color: #666666;
}

#forum INPUT[type=submit],
#forum INPUT[type=reset],
.tx-srfeuserregister-pi1-submit {
	padding: 4px 12px 6px 12px;
	background-color: #146b8e;
	color: #fff;
	border: none;
	}

.tx-srfeuserregister-pi1 legend {
	width: 550px !important;
	}

.tx-srfeuserregister-pi1,
#tx-srfeuserregister-pi1-fe_users_form,
#tx-srfeuserregister-pi1-fe_users_form FIELDSET {
	width: 550px !important;
	float: left;
	overflow: hidden;
	}

.tx-srfeuserregister-pi1 {
    float: none;
	}

/* forms - Mailform */
#forms #formSearchFAQ {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 15px;
	display: inline;
	}

#forms #formSearchFAQ INPUT {
	font-size: 13px;
	width: 210px;
	line-height: 17px;
	}

#forms #formSearchFAQ #submit {
	width: 40px;
	height: 28px;
	}

#forms #contribute {
	background: url('/shared_ressources/images/dividerSmall.gif') no-repeat top left;
	height: 33px;
	padding: 10px 10px 10px 15px;
	width: 162px;
	float: right;
	}

#forms #headerForms {
	float: left;
	margin-bottom: 15px;
	width: 590px;
	}

#forms #headerForms h1 {
	float: left;
	}

#forms .gray {
	width: 785px;
	overflow: hidden;
	height: 70px;
	}
	
#forms  h2 {
	margin-top: 25px;
	margin-bottom: 0;
	}


#forms #headerForms {
	float:left;
	margin-bottom:15px;
	width:590px;
	}

.subheadline {
	color:#808080;
	font-size:13px;
	margin-bottom:30px;
	}

#forms .c1 {
	margin-left:8px;
	}

#forms #boxNewsletter {
	margin-top:15px;
	}
	
.tx-pilmailform-pi1 .tx-pilmailform-pi1-notice {
	font-style:italic;
	margin-bottom:1em;
	}

.tx-pilmailform-pi1 p {
	margin-bottom:0;
	margin-top:0.5em;
	padding:0 0.3em;
	text-indent:0;
	}

.tx-pilmailform-pi1 dd {
	text-align:left;
	width:50%;
	}

.tx-pilmailform-pi1 dt {
	clear:both;
	padding-right:1em;
	text-align:right;
	width:25%;
	}
	
.tx-pilmailform-pi1 dt, .tx-pilmailform-pi1 dd {
	float:left;
	margin:0;
	padding:0 0 0.5em;
	}
	
.tx-pilmailform-pi1 dl {
	margin:0;
	padding:1em 0 0;
	}

.tx-pilmailform-pi1 dt {
	text-align:right;
	}
	
.tx-pilmailform-pi1 .form-error {
	font-weight: bold;
	}

.tx-pilmailform-pi1 .form-error span {
	font-weight: normal;
	}

.tx-pilmailform-pi1 input, .tx-pilmailform-pi1 select, .tx-pilmailform-pi1 textarea {
	border:1px solid #D8D8D8;
	padding: 2px;
	}

.tx-pilmailform-pi1 option {
	padding-left: 5px;
	}

.tx-pilmailform-pi1 label {
	font-size: 12px;
	color: #666666;
	}
.tx-pilmailform-pi1 label span {
	color:#FF0000;
	}
	
.tx-pilmailform-pi1 INPUT[type=submit] {
	padding: 4px 12px 6px 12px;
	background-color: #146b8e;
	color: #fff;
	border: none;
	}

.tx-pilmailform-pi1 legend {
	width: 550px !important;
	}

.tx-pilmailform-pi1,
#contact-form,
#contact-form FIELDSET {
	width: 550px !important;
	float: left;
	overflow: hidden;
	}

.tx-pilmailform-pi1 {
    float: none;
}
#RIGHT1 img{
	display: block;
	float: left;
}

.logoutLink {
	margin: 0px!important;
}




/* Flop ------------------------------------------------------------------------------- */
.news-amenu-item-year{
height: 1px;
display: none;
}



#boxmail{
float: left;
margin-top: 10px;
}



#about .boxRounded .boxContent p {
width: 130px;
}

#about .csc-textpic .csc-textpic-imagewrap{
margin-top: 5px;
width: 35px;
float:left;
}

#blog .boxRounded .boxContent p {
width: 130px;
}

#blog .csc-textpic .csc-textpic-imagewrap{
margin-top: 5px;
width: 35px;
float:left;
}

#formularContact UL, #formularContact LI {
    list-style-type: disc;
}

#formularContact UL {
    padding-left: 15px;
}

#formularContact LI {
    padding-bottom: 8px;
}


/* armin */
#topminicart {
    position: relative;
}

#topminicart .cart {
    position: absolute;
    text-align: right;
    right: 20px;
    top: 23px;
    padding-right: 40px;
    background: url('../images/cartMediumBlue.gif') no-repeat right 1px;
}


#downloadSearch {
    margin-top: 15px;
}

#downloadSearch input {
    border: 1px solid #d8d8d8;
    padding: 2px;
    color: #808080;
    font-size: 12px;
    width: 150px;
    position: relative;
    top: -3px;
    margin-right: -3px;
}

#downloadSearch .submit {
    width: 27px;
    background-color: #146B8E;
    border-color: #fff;
    color: #fff;
}

#forumdata_confirm th
{
	text-align: left;
	padding: 3px 3px 10px 3px;
}

#forumdata_confirm td { padding: 2px; }

#featuredPhotosScroller
{
	position: relative;
	overflow: hidden;
	width: 600px;
	height: 189px;
}

#scrollItems
{
	position: absolute;
	width: 20000em;
}

#scrollItems a
{
	display: inline-block;
	float: left;
}

#download #iphone { visibility: hidden; }