a.socialicon
{
	float: right;
	width: 28px;
	height: 28px;
	text-indent: -5000px;
	background: url(gfx/social_icons.png) no-repeat top left;
	display: block;
	margin: 10px 4px 0 4px;
}

a.socialicon.facebook:hover
{
	background-position: 0 -28px;
}
a.socialicon.twitter
{
	background-position: -28px 0;
}
a.socialicon.twitter:hover
{
	background-position: -28px -28px;
}
a.socialicon.plus1
{
	background-position: -56px 0;
}
a.socialicon.plus1:hover
{
	background-position: -56px -28px;
}
.sidebar-padlock
{
	font-size: 85%;
	line-height: 1.3em;
	margin-top: 10px;
	background: url(icons/padlock.png) no-repeat top left;
	padding-left: 20px;
}

/* raster */

.raster
{
	width: 100%;
	overflow:hidden;
}

.raster_left
{
	float: left;
	margin: 0 20px 0 0;
}
.raster_right
{
	float: left;
	margin: 0;
	padding:0;
}

div.back
{
	display: none;
}

.pager
{
	list-style: none;
	margin: 0 0 0 23px;
}

.pager li
{
	list-style: none;
	margin: 0 10px 0 0;
	float: left;
	
}

.pager li.current
{
	padding: 5px 10px;
}

.pager li.page a, .pager li.next a, .pager li.prev a
{
	padding: 5px 10px;
	text-align: center;
	-webkit-transition: -webkit-box-shadow .2s ease;
	-moz-transition: -moz-box-shadow .2s ease;
	-o-transition: box-shadow .2s ease;
	transition: box-shadow .2s ease;
	background-color: #d1eefb;
	color: #467b9e;
	border: 1px solid #80b7db;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), inset 0 -12px 20px rgba(140, 189, 222, .6);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), inset 0 -15px 13px rgba(140, 189, 222, .6);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1), inset 0 -12px 15px rgba(140, 189, 222, .6);
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	display: block;
	font-size: 13px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: url(img/noise.png);
	text-shadow: 0 1px 0 rgba(255,255,255,.6);
	margin-bottom: 27px;
}

.pager li.page a:hover
{
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), inset 0 -12px 18px rgba(140, 189, 222, .8);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1), inset 0 -12px 11px rgba(140, 189, 222, .8);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1), inset 0 -12px 11px rgba(140, 189, 222, .8);
}

/* icons */
.icon48_graph
{
	background: url('icons/graph-small_48.png') no-repeat top left;
	padding: 10px 0 20px 50px;
}
.icon48_productbox
{
	background: url('icons/product-box_48.png') no-repeat top left;
	padding: 10px 0 20px 50px;
}
.icon48_affiliates
{
	background: url('icons/rehr_affiliates_48.png') no-repeat top left;
	padding: 10px 0 20px 50px;
}
.icon48_footprint_mag
{
	background: url('icons/footprint_mag_48.png') no-repeat top left;
	padding: 10px 0 20px 50px;
}
.icon48_payoutslist
{
	background: url('icons/payoutslist_48.png') no-repeat top left;
	padding: 10px 0 20px 50px;
}
.icon48_puzzle_blocks
{
	background: url('icons/puzzle_blocks_48.png') no-repeat top left;
	padding: 10px 0 20px 50px;
}
.icon48_trendsreport
{
	background: url('icons/trendsreport_48.png') no-repeat top left;
	padding: 10px 0 20px 50px;
}
.icon48_user_screens
{
	background: url('icons/user_screens_48.png') no-repeat top left;
	padding: 10px 0 20px 50px;
}
.icon48_user_world
{
	background: url('icons/user_world_48.png') no-repeat top left;
	padding: 10px 0 20px 50px;
}
.icon48_blackboard_webinars
{
	background: url('icons/blackboard_webinars_48.png') no-repeat top left;
	padding: 10px 0 20px 50px;
}
.icon48_video_play
{
	background: url('icons/video_play_48.png') no-repeat top left;
	padding: 10px 0 20px 50px;
}

/* slideshow */
.highlights
{
	margin-bottom: 20px;
}

.highlights li
{
	color: #555;
}

.homeTabbedContent
{
	width: 970px;
	height: 380px;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.homeTabbedContent .tab_content
{
	background: url(gfx/gallery_slides.jpg) no-repeat top left;
	width: 645px;
	height: 247px;
	padding-left: 325px;
	padding-top: 80px;
}

.homeTabbedContent .slide1_secockpit
{
	background-position: 0 0;
}
.homeTabbedContent .slide2_incms
{
	background-position: 0 -327px;
}
.homeTabbedContent .slide3_ranktracker
{
	background-position: 0 -654px;
}
.homeTabbedContent .headline
{
	width: 645px;
	height: 120px;
}
.homeTabbedContent h2
{
	float: left;
	width: 520px;
	padding-top: 4px;
}
.homeTabbedContent a.learnmore
{
	float: right;
	background: url(gfx/gallery_more.png) no-repeat top left;
	height: 38px;
	width: 80px;
	padding: 6px 0 0 35px;
	display: block;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
}
.homeTabbedContent .lead
{
	width: 635px;
	padding-left: 10px;
	height: 120px;
}

.homeTabbedContent ul.tabs
{
	background: url(gfx/gallery_tabs.png) no-repeat top left;
	width: 970px;
	height: 52px;
}
.homeTabbedContent ul.tabs.active_tab2
{
	background-position: 0 -53px;
}
.homeTabbedContent ul.tabs.active_tab3
{
	background-position: 0 -106px;
}

.homeTabbedContent ul.tabs li
{
	width: 323px;
	height: 53px;
	float: left;
}

.homeTabbedContent ul.tabs li a
{
	padding: 15px 20px;
	width: 283px;
	height: 23px;
	color: #616060;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.homeTabbedContent ul.tabs li a:active
{
	color: #000;
}
.homeTabbedContent ul.tabs li a span
{
	background: #e9362f;
	color: #fff;
}

.incentiveThumb
{
	float: right;
}
.incentiveplan_art
{
	padding: 30px 0 0 0;
	margin: 20px 0 0 0;
	background: url(gfx/incentiveplan_hr.png) no-repeat top left;
}


/* header product video with call to action */
#image-wrapper .image-box
{
	height: 400px;
	overflow: hidden;
}
#image-wrapper .productbox
{
	background: #3a3e41 url(gfx/gallery_productbg.jpg) no-repeat top left;
	width: 956px;
	height: 360px;
	padding: 7px;
	position: relative;
	z-index: 10;
}
#image-wrapper .productvideo
{
	float: left;
	width: 630px;
	height: 365px;
}
#image-wrapper .calltoaction
{
	float: right;
	width: 290px;
	height: 365px;
}

#image-wrapper .productbox h1
{
	color: #fff;
	font-size: 22px;
}
#image-wrapper .productbox p, #image-wrapper .productbox li
{
	color: #eee;
	background-position: 0 40%;
}

a.btn_orange_takeatour
{
	background: url(gfx/btn_orange_270-32_takeatour.png) no-repeat top left;
	width: 270px;
	height: 32px;
	display: block;
	text-indent: -5000px;
}
a.btn_yellow_seeplans
{
	background: url(gfx/btn_yellow_270-32_seeplans.png) no-repeat top left;
	width: 270px;
	height: 32px;
	display: block;
	text-indent: -5000px;
}

a.btn_yellow_takeatour
{
	background: url(gfx/btn_yellow_270-32_takeatour.png) no-repeat 0px 0px;
	width: 270px;
	height: 32px;
	display: block;
	text-indent: -5000px;
}
a.btn_yellow_takeatour
{
	background-position: 0px -32px;
}

a.btn_orange_stopwastingtime
{
	background: url(gfx/btn_orange_270-32_stopwastingtime.png) no-repeat 0px 0px;
	width: 270px;
	height: 32px;
	display: block;
	text-indent: -5000px;
}
a.btn_orange_stopwastingtime:hover
{
	background-position: 0px -32px;
}

a.btn_orange_signupnow
{
	background: url(gfx/btn_orange_270-32_signupnow.png) no-repeat 0px 0px;
	width: 270px;
	height: 32px;
	display: block;
	text-indent: -5000px;
}
a.btn_orange_signupnow:hover
{
	background-position: 0px -32px;
}

a.btn_orange_jetztregistrieren
{
	background: url(gfx/btn_orange_270-32_signupnow_de.png) no-repeat 0px 0px;
	width: 270px;
	height: 32px;
	display: block;
	text-indent: -5000px;
}
a.btn_orange_jetztregistrieren:hover
{
	background-position: 0px -32px;
}

/* CSS Buttons */

/* Blue */
.btn_blue{
	display:inline-block;
	border: 1px solid #1B2735;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 15px 0;	
}
.btn_blue a {
	display: block;
	color: #fff;
	background: #5585a4;
	border-top: 1px solid #a8d2df;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 7px 30px;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#82a6c0, endColorstr=#2e688c);
	background-image: -moz-linear-gradient(top,#82a6c0,#2e688c);
	background-image: -webkit-gradient(linear,left top, left bottom,from(#82a6c0),to(#2e688c));
	font-size:110%;
	text-transform:uppercase;
}
.btn_blue a:hover {
	background: #66a0c7;
	color:fff;
	text-decoration:none;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#8eb9d8, endColorstr=#448bba);
	background-image: -moz-linear-gradient(top,#8eb9d8,#448bba);
	background-image: -webkit-gradient(linear,left top, left bottom,from(#8eb9d8),to(#448bba));
}

/* Green */
.btn_green{
	display:inline-block;
	border: 1px solid #315827;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 15px 0;	
}
.btn_green a {
	display: block;
	color: #fff;
	background: #4f8a1b;
	border-top: 1px solid #b6e482;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 7px 30px;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#9fcc44, endColorstr=#4f8a1b);
	background-image: -moz-linear-gradient(top,#9fcc44,#4f8a1b);
	background-image: -webkit-gradient(linear,left top, left bottom,from(#9fcc44),to(#4f8a1b));
	font-size:110%;
	text-transform:uppercase;
}
.btn_green a:hover {
	background: #65a826;
	color:fff;
	text-decoration:none;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#a5d747, endColorstr=#65a826);
	background-image: -moz-linear-gradient(top,#a5d747,#65a826);
	background-image: -webkit-gradient(linear,left top, left bottom,from(#a5d747),to(#65a826));
}

/* Orange */
.btn_orange{
	display:inline-block;
	border: 1px solid #5d2100;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 15px 0;	
}
.btn_orange a {
	display: block;
	color: #fff;
	background: #c73d0d;
	border-top: 1px solid #feaf60;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 7px 30px;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#fb6a26, endColorstr=#c73d0d);
	background-image: -moz-linear-gradient(top,#fb6a26,#c73d0d);
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fb6a26),to(#c73d0d));
	font-size:110%;
	text-transform:uppercase;
}
.btn_orange a:hover {
	background: #dc680c;
	color:fff;
	text-decoration:none;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#a5d747, endColorstr=#dc680c);
	background-image: -moz-linear-gradient(top,#f28e23,#dc680c);
	background-image: -webkit-gradient(linear,left top, left bottom,from(#f28e23),to(#dc680c));
}

/* Mint */
.btn_mint{
	display:inline-block;
	border: 1px solid #135b54;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 15px 0;	
}
.btn_mint a {
	display: block;
	color: #fff;
	background: #218a88;
	border-top: 1px solid #5bcdb4;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 7px 30px;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#44bcab, endColorstr=#218a88);
	background-image: -moz-linear-gradient(top,#44bcab,#218a88);
	background-image: -webkit-gradient(linear,left top, left bottom,from(#44bcab),to(#218a88));
	font-size:110%;
	text-transform:uppercase;
}
.btn_mint a:hover {
	background: #dc680c;
	color:fff;
	text-decoration:none;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#52d2bf, endColorstr=#30b0ab);
	background-image: -moz-linear-gradient(top,#52d2bf,#30b0ab);
	background-image: -webkit-gradient(linear,left top, left bottom,from(#52d2bf),to(#30b0ab));
}


.pricing_2_table_tile		{ margin: 0 0 0 104px; background: url('gfx/pricing_2_table_tile.png') 0 0 repeat-y; } 
.pricing_2_table_top		{ margin: 0 0 0 104px; height: 80px; background: url('gfx/pricing_2_table_top.png') 0 0 no-repeat; }
.pricing_2_table_top_de		{ margin: 0 0 0 104px; height: 80px; background: url('gfx/pricing_2_table_top_de.png') 0 0 no-repeat; }
.pricing_2_table_bottom		{ margin: 0 0 30px 104px; background: url('gfx/pricing_2_table_bottom.png') 0 0 no-repeat; }
.pricing_2_table_tile ul						{ padding: 15px 30px 0px 30px; margin: 0 0 30px 0; }
.pricing_2_table_tile li						{ margin: 0 10px; padding: 4px 5px !important; background: url('gfx/pricing_table_sep.jpg') 0 bottom repeat-x !important;  list-style: none; }
.pricing_2_table_tile li.star span	{ display: block; padding-left: 25px; background: url('gfx/star.png') 0 3px no-repeat;  }
.pricing_2_table_tile .price					{ text-align: center; letter-spacing: -0.03em; font-size: 26px; font-weight: bold; margin-top: 20px; } 
.pricing_2_table_tile .price .x-small			{ font-size: 18px; }
.pricing_2_table_tile .economy_plan			{ color: #1b5201; }
.pricing_2_table_tile .business_plan			{ color: #9b0e0e; }
.pricing_2_table_tile .first_plan				{ color: #36178c; }

.pricing_2_table_tile .add2cart
{
	display: block;
	text-indent: -5000px;
	margin-left: 65px;
	margin-bottom: 20px;
	width: 170px;
	height: 45px;
	background-image: url(gfx/btn_add2cart_hover.png);
	background-position: 0 -45px;
}
.pricing_2_table_tile .add2cartde
{
	display: block;
	text-indent: -5000px;
	margin-left: 33px;
	margin-bottom: 20px;
	background-image: url(gfx/btn_cart_de.png);
	background-position: 0 -45px;
	width: 236px;
	height: 45px;
}

.pricing_2_table_tile .add2cart:hover, .pricing_2_table_tile .add2cartde:hover
{
	background-position: 0 0;
}

/* news */
.feedburnerFeedBlock #creditfooter
{
	display: none;
}

.subscriberss
{
	display: block;
	width: 260px;
	height: 50px;
	text-indent: -5000px;
	background: url('gfx/btn_subscriberss.png') no-repeat 0 -50px;
}
.subscriberss:hover
{
	background-position: 0 0;
}

.followtwitter
{
	display: block;
	width: 260px;
	height: 50px;
	text-indent: -5000px;
	background: url('gfx/btn_followtwitter.png') no-repeat 0 -50px;
}
.followtwitter:hover
{
	background-position: 0 0;
}

/****************************************************************************************************************************************/
/* mod_news_roadmap */
/****************************************************************************************************************************************/

#rm_container
{
	position:relative;
	background: url(gfx/bg_rm_blue.png) repeat-y center;	
	width:100%;
}

#rm_future_container
{
	position: relative;
	background: url(gfx/bg_rm_green.png) repeat-y center;	
	width:100%;
}
.rm_future
{
	text-align: center;
	display: block;
	width: 100%;
	color:#03c3b8;
	font-size:120%;
}

.rm_past
{
	text-align: center;
	display: block;
	width: 100%;
	color:#036fc3;
	font-size:120%;
}

.rm_dotline
{
	background: url(gfx/dotline.png) no-repeat;
	height:8px;
	width:100%;
}


/* item left */

.rm_itemleft_wrapper
{
	position:absolute;
	float:left;
	margin:10px 0;
}

.rm_itemleft
{
	background:#EEEEEE;
	border:1px solid #cac9c9;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	width:412px;
	height:115px;
}

.rm_itemleft_date
{
	background:#036fc3;
	border-radius: 0.5em 0 0 0.5em;
	-webkit-border-radius: 0.5em 0 0 0.5em;
	-moz-border-radius: 0.5em 0 0 0.5em;
	width:70px;
	height:105px;
	float:left;
	display:block;
	text-align:center;
	color:#FFFFFF;
	padding:10px 0 0 0;
}

.rm_item_date_day
{
	font-size:300%;
	padding: 5px 0 10px 0;
}

.rm_item_date_month_display
{
	font-size:160%;
}

.rm_item_date_month,
.rm_item_date_year
{
	display:none;
}

.rm_itemleft_content
{
	width:320px;
	height:95px;
	float:right;
	display:block;
	padding:10px;
	
}

.rm_itemleft_content h2,
.rm_itemright_content h2
{
	margin: 0 0 5px 0;
}

.rm_itemleft_content h1 a,
.rm_itemleft_content h1 a:visited
{
	font-size:85%;
	font-weight:normal;
	color:#036fc3;
}

.rm_itemleft_content h1 a:hover,
.rm_itemleft_content h1 a:active
{
	text-decoration:none;
	color:#1d8fe8;
}

.rm_itemleft_content p,
.rm_itemright_content p
{
	padding: 0 100px 0 0;
}

.rm_itemleft_content a.rm_item_more,
.rm_itemleft_content a.rm_item_more:visited
{
	display:block;
	padding:3px 5px;
	background:#036fc3;
	float:right;
	color:#FFFFFF;
	position:absolute;
	bottom: 10px;
	right:15px;
}
.rm_itemleft_content a.rm_item_more:hover,
.rm_itemleft_content a.rm_item_more:active
{
	text-decoration:none;
	background:#1d8fe8;
}

.rm_itemleft_arrow
{
	width:12px;
	height:17px;
	position:absolute;
	left:413px;
	top:20px;
	background: url(gfx/roadmap_arrow.png) no-repeat left top;
}

.rm_itemleft_timelinepoint
{
	width:22px;
	height:22px;
	position:absolute;
	left:451px;
	top:18px;
	background: url(gfx/roadmap_point.png) no-repeat left top;

}

/* item right */

.rm_itemright_wrapper
{
	position:absolute;
	right:0;
	margin:10px 0;
}

.rm_itemright
{
	background:#EEEEEE;
	border:1px solid #cac9c9;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	width:412px;
	height:115px;
}

.rm_itemright_date
{
	background:#036fc3;
	border-radius:0 0.5em 0.5em 0;
	-webkit-border-radius:0 0.5em 0.5em 0;
	-moz-border-radius:0 0.5em 0.5em 0;
	width:70px;
	height:105px;
	float:right;
	display:block;
	text-align:center;
	color:#FFFFFF;
	padding:10px 0 0 0;
}

.rm_itemright_content
{
	width:320px;
	height:95px;
	float:left;
	display:block;
	padding:10px;
	
}

.rm_itemright_content h1 a,
.rm_itemright_content h1 a:visited
{
	font-size:85%;
	font-weight:normal;
	color:#036fc3;
}

.rm_itemright_content h1 a:hover,
.rm_itemright_content h1 a:active
{
	text-decoration:none;
	color:#1d8fe8;
}

.rm_itemright_content a.rm_item_more,
.rm_itemright_content a.rm_item_more:visited
{
	display:block;
	padding:3px 5px;
	background:#036fc3;
	float:left;
	color:#FFFFFF;
	position:absolute;
	bottom: 10px;
	right:85px;
}
.rm_itemright_content a.rm_item_more:hover,
.rm_itemright_content a.rm_item_more:active
{
	text-decoration:none;
	background:#1d8fe8;
}

.rm_itemright_arrow
{
	width:12px;
	height:17px;
	position:absolute;
	left:-11px;
	top:20px;
	background: url(gfx/roadmap_arrow.png) no-repeat left bottom;
}

.rm_itemright_timelinepoint
{
	width:22px;
	height:22px;
	position:absolute;
	left:-59px;
	top:18px;
	background: url(gfx/roadmap_point.png) no-repeat left top;

}


/* Future Posts */

#rm_future_container .rm_item_date_day
{
	display: none;
}

#rm_future_container .rm_itemleft_wrapper .rm_itemleft_date
{
	background:#03c3b8;
}

#rm_future_container .rm_itemleft_wrapper .rm_itemleft_content h1 a,
#rm_future_container .rm_itemleft_wrapper .rm_itemleft_content h1 a:visited
{
	color:#01a99f;
}

#rm_future_container .rm_itemleft_wrapper .rm_itemleft_content h1 a:hover,
#rm_future_container .rm_itemleft_wrapper .rm_itemleft_content h1 a:active
{
	color:#02d4c8;
}

#rm_future_container .rm_itemleft_wrapper .rm_itemleft_content a.rm_item_more,
#rm_future_container .rm_itemleft_wrapper .rm_itemleft_content a.rm_item_more:visited
{

	background:#03c3b8;
}
#rm_future_container .rm_itemleft_wrapper .rm_itemleft_content a.rm_item_more:hover,
#rm_future_container .rm_itemleft_wrapper .rm_itemleft_content a.rm_item_more:active
{
	background:#02d4c8;
}

#rm_future_container .rm_itemleft_wrapper .rm_itemleft_timelinepoint
{
	background: url(gfx/roadmap_point.png) no-repeat left bottom;

}




#rm_future_container .rm_itemright_wrapper .rm_itemright_date
{
	background:#03c3b8;
}

#rm_future_container .rm_itemright_wrapper .rm_itemright_content h1 a,
#rm_future_container .rm_itemright_wrapper .rm_itemright_content h1 a:visited
{
	color:#01a99f;
}

#rm_future_container .rm_itemright_wrapper .rm_itemright_content h1 a:hover,
#rm_future_container .rm_itemright_wrapper .rm_itemright_content h1 a:active
{
	color:#02d4c8;
}

#rm_future_container .rm_itemright_wrapper .rm_itemright_content a.rm_item_more,
#rm_future_container .rm_itemright_wrapper .rm_itemright_content a.rm_item_more:visited
{

	background:#03c3b8;
}
#rm_future_container .rm_itemright_wrapper .rm_itemright_content a.rm_item_more:hover,
#rm_future_container .rm_itemright_wrapper .rm_itemright_content a.rm_item_more:active
{
	background:#02d4c8;
}

#rm_future_container .rm_itemright_wrapper .rm_itemright_timelinepoint
{
	background: url(gfx/roadmap_point.png) no-repeat left bottom;

}

#rm_container .newyear { position:absolute; color:#036FC3; left:444px; background:#fff; font-size:130%; }	

/* Detailpage */

a.back,
a.back:visited
{
	display:block;
	padding:3px 5px;
	background:#036fc3;
	color:#FFFFFF;
	float:left;
}
a.back:hover,
a.back:active
{
	text-decoration:none;
	background:#1d8fe8;
}

/* membership */
.continue2paypal, .continue2paypalcc
{
	display: block;
	text-indent: -5000px;
	background: url(gfx/btn_continue2paypal.png) no-repeat 0 -45px;
	width: 170px;
	height: 45px;
	margin: 20px 0 20px 0;
	float: right;
}
.continue2paypal:hover, .continue2paypalcc:hover
{
	background-position: 0 0;
}
body.lang_de .continue2paypal, body.lang_de .continue2paypalcc
{
	background-image: url(gfx/btn_continue2paypal_de.png);
	width: 470px;
}
body.lang_fr .continue2paypal, body.lang_fr .continue2paypalcc
{
	background-image: url(gfx/btn_continue2paypal_fr.png);
	width: 374px;
}

.continue2shareit
{
	clear: both;
	display: block;
	text-indent: -5000px;
	background: url(gfx/btn_continue2wire.png) no-repeat 0 -45px;
	width: 375px;
	height: 45px;
	margin: 20px 0 20px 0;
	float: right;
}
.continue2shareit:hover
{
	background-position: 0 0;
}
body.lang_de .continue2shareit
{
	background-image: url(gfx/btn_continue2shareit_de.png);
	width: 470px;
}

/****************************************************************************************************************************************/
/* Pricing NEW */

/* general */
#pricing {
	width: 924px;
	min-width: 924px;
	background: url(gfx/pricingbg.png) no-repeat bottom right;
	float: left;
}

#pricing p,
#pricing {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#pricing .second,
#pricing .third,
#pricing .fourth { text-align: center; position: relative; }
#pricing .first,
#pricing .second,
#pricing .third,
#pricing .fourth { float: left; }

#pricing .first {
	clear: both;
	width: 190px;
	padding: 5px 5px 5px 15px;
}
#pricing .second {
	width: 238px;
	z-index: 2;
}
#pricing .third {
	width: 238px;
	position: relative;
	z-index: 3;
}
#pricing .fourth {
	width: 238px;
	z-index: 2;
}

#pricing .choose {
	border: 1px solid #6b7b87;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin: 5px 26px 3px;
}
#pricing #pricingmonthly .third .choose {
	margin: 8px 26px 6px;
}
#pricing .choose a {
	display: block;
	color: #fff;
	background: #5585a4;
	border-top: 1px solid #a8d2df;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 7px;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#82a6c0, endColorstr=#2e688c);
	background-image: -moz-linear-gradient(top,#82a6c0,#2e688c);
	background-image: -webkit-gradient(linear,left top, left bottom,from(#82a6c0),to(#2e688c));
}
#pricing .choose a:hover {
	background: #66a0c7;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#8eb9d8, endColorstr=#448bba);
	background-image: -moz-linear-gradient(top,#8eb9d8,#448bba);
	background-image: -webkit-gradient(linear,left top, left bottom,from(#8eb9d8),to(#448bba));
}

#pricing #pricingsemiyearly .choose {
	border-color: #9d3a02;
}
#pricing #pricingsemiyearly .choose a {
	background: #e77630;
	border-top: 1px solid #fddca8;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#faa663, endColorstr=#d6581d);
	background-image: -moz-linear-gradient(top,#faa663,#d6581d);
	background-image: -webkit-gradient(linear,left top, left bottom,from(#faa663),to(#d6581d));
}
#pricing #pricingsemiyearly .choose a:hover {
	background: #f5973a;
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#fbba56, endColorstr=#f18028);
	background-image: -moz-linear-gradient(top,#fbba56,#f18028);
	background-image: -webkit-gradient(linear,left top, left bottom,from(#fbba56),to(#f18028));
}

/* titles */
#pricingtitles {
	background: url(gfx/pricingtitles.png) no-repeat top right;
	float: left;
}
#pricingtitles h2 {
	color: #fff;
	background: transparent;
	-webkit-text-fill-color: #fff;
	font-size: 280%;
	padding: 8px 0 0;
	margin: 0;
}
#pricingtitles .third h2 {
	padding: 14px 0 0;
}
#pricingtitles .second {
	height: 70px;
	padding: 10px 0 0;
}
#pricingtitles .third {
	height: 70px;
}
#pricingtitles .fourth {
	height: 70px;
	padding: 10px 0 0;
}

/* prices */
#pricing .price {
	display: inline;
}
#pricing #pricingmonthly p,
#pricing #pricingsemiyearly p {
	color: #6b7b87;
	font-weight: bold;
	font-size: 305%;
	position: relative;
	line-height: 1em;
	display: inline;
}
#pricing #pricingmonthly p sup,
#pricing #pricingsemiyearly p sup {
	font-size: 60%;
	position: absolute;
	margin: -7px 0 0 -12px;
	left: 0;
}
#pricing #pricingmonthly .old.price,
#pricing #pricingsemiyearly .old.price {
	font-size: 60%;
	position: relative;
	display: block;
}
#pricing #pricingmonthly .old.price p,
#pricing #pricingsemiyearly .old.price p {
	position: absolute;
	right: 58px;
	margin: -28px 0 0;
	text-decoration: line-through;
}
#pricing #pricingsemiyearly .old.price p {
	right: 32px;
}
#pricing #pricingmonthly .old.price p sup,
#pricing #pricingsemiyearly .old.price p sup {
	margin: -3px 0 0 -7px;
	text-decoration: none;
}
#pricing #pricingmonthly .price.label,
#pricing #pricingsemiyearly .price.label {
	color: #6b7b87;
	font-weight: bold;
}

#pricing #pricingsemiyearly p {
	color: #fcbf06;
}
#pricing #pricingsemiyearly .old.price p,
#pricing #pricingsemiyearly .price.label {
	color: #fff;
}

/* monthly */
#pricingmonthly h3 {
	color: #6b7b87;
	background: transparent;
	-webkit-text-fill-color: #6b7b87;
	font-weight: bold;
}
#pricingmonthly .first {
	background: #f6f6f6;
	height: 78px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	padding-top: 50px;
	border-top: 3px solid #fff;
	position: relative;
	bottom: 1px;
}
#pricingmonthly .second {
	-webkit-border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
	padding: 15px 0 10px 0;
}
#pricingmonthly .third {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	padding: 15px 0 4px 0;
	z-index: 4;
}
#pricingmonthly .fourth {
	-webkit-border-radius: 0 0 6px;
	-moz-border-radius: 0 0 6px;
	border-radius: 0 0 6px;
	padding: 15px 0 10px 0;
}

/* semiyearly */
#pricingsemiyearly h3 {
	color: #6b7b87;
	background: transparent;
	-webkit-text-fill-color: #6b7b87;
	font-weight: bold;
}
#pricingsemiyearly .first {
	background: #e7f4f6;
	height: 75px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	padding-top: 50px;
	margin: 2px 0 0;
}
#pricingsemiyearly .second {
	z-index: 1;
	margin: -6px 0 0 0;
	-webkit-border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
	padding: 21px 0 10px 0;
}
#pricingsemiyearly .third {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	padding: 21px 0 10px 0;
}
#pricingsemiyearly .fourth {
	z-index: 1;
	margin: -6px 0 0 0;
	-webkit-border-radius: 0 0 6px;
	-moz-border-radius: 0 0 6px;
	border-radius: 0 0 6px;
	padding: 21px 0 10px 0;
}

/* features */
#pricingfeatures {
	clear: both;
}

#pricingfeatures .pricingitem {
	width: 924px;
	min-width: 924px;
}

#pricingfeatures .first p,
#pricingfeatures .second p,
#pricingfeatures .third p,
#pricingfeatures .fourth p {
	padding: 8px 0;
	font-size: 110%;
	color: #262f36;
}

#pricingfeatures .second p,
#pricingfeatures .third p,
#pricingfeatures .fourth p {
	margin: 0 26px;
	border-bottom: 1px solid #fff;
	color: #000;
}
#pricingfeatures .first {
	margin: 0;
	padding: 0 0 0 15px;
	width: 195px;
	background: #fcfcfc;
}
#pricingfeatures .first p {
	margin: 0 26px 0 0;
	border-bottom: 1px solid #e6e6e6;
}

#pricingfeatures .pricingitem:first-of-type .first {
	-webkit-border-radius: 6px 0 0 0;
	-moz-border-radius: 6px 0 0 0;
	border-radius: 6px 0 0 0;
}
#pricingfeatures .pricingitem:last-of-type .first {
	-webkit-border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px;
	border-radius: 0 0 0 6px;
}
#pricingfeatures .pricingitem:last-of-type .first p {
	border-bottom: 0;
}

#pricingfeatures .no {
	font-weight: bold;
	color: #959595;
}
#pricingfeatures .yes {
	font-weight: bold;
}




.webinar_priceflag_en{
	text-indent:-5000px;
	position:absolute;
	right: 0;
	top:0;
	width:108px;
	height:65px;
	background-image:url(gfx/webinar_priceflag_en.png);
}
.webinar_priceflag_de{
	text-indent:-5000px;
	position:absolute;
	right: 0;
	top:0;
	width:108px;
	height:65px;
	background-image:url(gfx/webinar_priceflag_de.png);
}
