body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 	margin:0;	padding:0;}table {	border-collapse:collapse;	border-spacing:0;}fieldset,img { 	border:0;}address,caption,cite,code,dfn,em,strong,th,var {	font-style:normal;	font-weight:normal;}ol,ul {	list-style:none;}caption,th {	text-align:left;}h1,h2,h3,h4,h5,h6 {	font-size:100%;	font-weight:normal;}q:before,q:after {	content:'';}abbr,acronym { border:0;}/*  @group: itseiten-extended.css

	@author: 	Milan Matull
	@media: 	Screen
	@browser: 	Mozilla Firefox, Apple Safari
	@fixes: 	None, Internex Explorer Specific CSS files linked by using conditional comments.
------------------------------------------------------------------------------------ */

/*  @group: general
	@desc:	Set basic line height, colors and common html elements.
------------------------------------------------------------------------------------ */

body {
	background: #fff url(/assets/design/body-bg.jpg) 0 0 repeat-x; /* Sets gradient background to repeat horizontally */
	color: #111; /* Use a slightly lighter color than black for body text */
	font-family: arial, helvetica, sans-serif;
  	_font-family: "ff-typestar-black-web-1","ff-typestar-black-web-2",sans-serif;
	background: #fff;
}

p, .p, li, dt, dd, td, th, label, address, legend {
	font-size: 12px;
	line-height: 15px;
}

th, td {
	text-align: left;
	vertical-align: top;
}

strong {
	font-weight: bold;
}

.title p,
.title .p,
.title h1,
.title .h1,
.title h2,
.title .h2,
.title h3,
.title .h3,
.title h4,
.title .h4,
.title h5,
.title .h5,
.title h6,
.title .h6{
    padding-left: 5px;
}


p, .p {
	margin: 0 0 15px 0;
}

h1, .h1 {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 18px;
	line-height: 15px;
	font-family: "ff-typestar-black-web-1","ff-typestar-black-web-2", arial, helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: inherit;
}

h2, .h2 {
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	font-family: "ff-typestar-black-web-1","ff-typestar-black-web-2", arial, helvetica, sans-serif;
	font-weight: normal;
	text-transform: none;
	color: inherit;
}

h3, .h3 {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	text-transform: none;
	color: inherit;
}

h4, .h4 {
	margin: 0 0 15px 0;
	font-size: 12px;
	line-height: 15px;
	color: #666;
	text-transform: none;
}

h5, .h5 {
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	color: #999;
}

a {
	color: #EB7200;
	color: #06c;
	color: #570099; /* violet */
	color: #007722; /* darkblue */
}

input.prefill {
	color: #999; /* Make prefilled text inputs light medium grey text */
}

.loading {
	background: transparent url(/assets/design/spinner.gif) 0 50% no-repeat !important; /* spinner animation for while ajax updates */
}

input, select {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

table {
	width: 100%;
}

a:active,
a:focus {
	outline: none; /* remove dashed outline from selected links in mozilla */
}


/*  @group: global-wrapper
	@desc:	used for overlay of abstract line background.
------------------------------------------------------------------------------------ */

#global-wrapper {
	float: left;
	width: 100%;
/*	background: transparent url(/assets/design/global-wrapper-bg.jpg) 0 0 no-repeat; */
	border-bottom: 20px solid #fff;
}

/*  @group: global
	@desc: 	wrapper for element page content, margin from top,
			because leaderboard advertisement ist placed absolute.
------------------------------------------------------------------------------------ */

#global {
	float: left;
	width: 825px;
	margin: 120px 0 20px;
	background: #fff;
	padding: 0 9px;
	background: #fff url(/assets/design/global-bg.png) 0 0 repeat-y;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
/*
     -moz-box-shadow: 0px 0px 10px #ccc;
  -webkit-box-shadow: 0px 0px 10px #ccc;
          box-shadow: 0px 0px 10px #ccc;
*/
}

/*  @group: header
	@desc: 	wrapper for page header, holds background, position set to relative so we
			can position elements inside easier by using absolute units, but relative
			coordinates.
------------------------------------------------------------------------------------ */

#header {
	position: relative;
	float: left;
	/*
	width: 825px;
	background: #A0E628;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	*/
	width: 843px;
	height: 130px;
	margin: -9px -9px 0;
	background: #A0E628 url(/assets/design/header-bg.png) 0 0 no-repeat;

}

body#vendors #header {
	border-bottom: none; /* make bottom border disappear if there is no sub-nav */
}

#header ul,
#header li {
	float: left; /* float all lists in header so we don't have to re-declare it on specific elements. */
	width: auto;
}

#header a {
	text-decoration: none;
}

/*  @group: logo
------------------------------------------------------------------------------------ */

#logo {
	position:absolute; /* position is relative to header. So top 34px equals 154px */
	left: 15px; /* new logo position. */
	left: 24px;
	top: 30px;
}

#logo span {
	display: none;	/* text replacements method: we got a <span> inside the <a>, we make it disappear */
}

#logo a {
	display:block;
	width: 257px;
	height: 86px;
	background:transparent url(/assets/design/itseiten-logo-4_round_nosubline.png) no-repeat scroll 0 0;/* new logo */
}

/*  @group: nav-meta
	@desc: 	holds navigation items of secondary importance, such as login, help, ...
------------------------------------------------------------------------------------ */

#nav-meta {
/*	position: absolute;
	right: 20px;  position is relative to header. So right 0 equals 825px 
	top: 20px;*/

	float: right;
	margin-right: 20px;
	margin-top: 20px;
}

#nav-meta p,
#nav-meta-loginstate{
	float: left;
	width: auto;
	padding: 5px 10px; /* logged in as ... – vertically alligned with following menu. */
}

#nav-meta-loginstate span{
	float: left;
	margin-right: 5px;
}

#nav-meta ul {
	float: right;
	_background: #f3f6f6;
}

#nav-meta li {
	font-weight: bold;
	font-size: 11px;
	line-height: 10px;
}

#nav-meta li a{
	float: left;
	width: auto;
	_border-left: 1px solid #b7b7c1;
	_background: #f3f6f6 url(/assets/design/nav-meta-right-bg.gif) 0 100% repeat-x;
	color: #666;
	color: rgba(0,0,0,0.6);
}

#nav-meta p a{
	color: #666;
	color: rgba(0,0,0,0.6);
	font-weight:  bold;
}

#nav-meta a:hover {
	text-decoration: underline;
}

#nav-meta a span {
	float: left;
	width: auto;
	padding: 5px 10px;
}

#nav-meta #nav-meta-accounts a { /* accounts got rounded left corner, so needs special treatment */
	border-left: none;
}

#nav-meta #nav-meta-accounts a span {
	_background: #f3f6f6 url(/assets/design/nav-meta-left-bg.gif) 0 100% no-repeat;
}

body#watchlist #nav-meta-watchlist a,
body#help #nav-meta-help a,
body#login #nav-meta-login a { /* set selected state via body ids */
	_background: #fafcfc url(/assets/design/nav-meta-right-bg.gif) 0 -175px repeat-x;
	color: #000;
}

body#accounts #nav-meta-accounts a span {
	_background: #f3f6f6 url(/assets/design/nav-meta-left-bg.gif) 0 -175px no-repeat;
	color: #000;
}

/*  @group: login
	@desc: 	Login-page
------------------------------------------------------------------------------------ */

body#login div.submit {
	float: left;
	width: auto;
}

body#login fieldset.action p {
	float: left;
	width: auto;
	margin: 5px 0 0 10px;
}

body#login div.section {
	background: none;
    padding-top: 30px;
}

/*  @group: nav-signup
	@desc: 	huge signup badge, displayed if not logged in.
------------------------------------------------------------------------------------ */


#nav-signup a {
	background: #000;
	display: block;
	padding: 0px 2px;
	/*
	margin-top: 9px;
	margin-left: 24px;
	*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#nav-signup a span{
	color: #fff;
}

/*  @group: nav-main
	@desc:	main-navigation, using sliding doors ( http://www.alistapart.com/articles/slidingdoors/ )
			by Doug Bowman for the rounded corners.
------------------------------------------------------------------------------------ */

#nav-main {
	position: absolute;
	bottom: 0; /* position is relative to header, so 0 is bottom of header not the viewport */
	left: 24px;
}

#nav-main li {
	margin: 0 5px 0 0;
	font-size: 14px;
	font-weight: bold;

	font-size: 16px;
	font-family: "ff-typestar-black-web-1","ff-typestar-black-web-2", arial, helvetica, sans-serif;
	font-weight: normal;
}

#nav-main a {
	float: left;
	width: auto;
	padding: 0 15px 0 0;
	color: #000;
	background: transparent url(/assets/design/nav-main-right-bg.png) 100% 0 no-repeat;
	color: #161400;
}

#nav-main a span {
	float: left;
	width: auto;
	padding: 5px 0 5px 15px;
	background: transparent url(/assets/design/nav-main-left-bg.png) 0 0 no-repeat;
}

#nav-main a:hover {
	text-decoration: underline;
}

body#home #nav-home a,
body#vendors #nav-vendors a,
body#cms #nav-news a,
body#news #nav-news a,
body#specials #nav-specials a,
#nav-main li.selected a {
	background-position: 100% -200px; /* set selected state via body ids */
}

body#home #nav-home a span,
body#vendors #nav-vendors a span,
body#cms #nav-news a span,
body#news #nav-news a span,
body#specials #nav-specials a span,
#nav-main li.selected a span {
	background-position: 0 -200px;
}


/*  @group: nav-sub
	@desc: 	second order navigation, horizontal list, holds main vendor categories.
------------------------------------------------------------------------------------ */

#nav-sub {
	float: left;
	width: 795px;
	padding: 5px 15px 4px;
	border-bottom: 1px solid #FF8C00;
	background: #ffe600;
	background: #000;
	border-bottom: none;

	padding: 0;
}

#nav-sub ul,
#nav-sub li {
	display: inline;
	font-size: 12px;
	line-height: 20px;
	color: #86addd;
}

#nav-sub a {
	color: #9a7600;
	text-decoration: none;
}

#nav-sub a:hover {
	text-decoration: underline;
}

#nav-sub li.selected a {
	text-decoration: underline;
}

/*  @group: nav-vendor
	@desc:	wrapper for so called anbieter finder and vendor search. relative position
			so we can align child elements easier.
------------------------------------------------------------------------------------ */

#nav-vendor {
	position: relative;
	float: left;
	width: 825px;
	height: 29px;
	border-bottom: 1px solid #e6ecf2;
	background: #eff3f4 url(/assets/design/nav-vendor-bg.gif) 0 0 repeat-x;
}

/*  @group: nav-finder
	@desc:	toggle for the anbieter finder.
------------------------------------------------------------------------------------ */

#nav-finder {
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 150px;
	height: 30px;
	background: transparent url(/assets/design/nav-spacer-bg.gif) 100% 100% no-repeat;
}

#nav-finder.selected {
	background: #ffffe6;
	width: 149px;
	border-right: 1px solid #eeb;
}

#nav-finder p {
	margin: 0;
	font-size: 12px;
}

#nav-finder p a {
	display: block;
	padding: 8px 15px 7px 15px;
	background: transparent url(/assets/design/arrow-down.gif) 90% 50% no-repeat;
	color: #666;
	text-decoration: none;
}

#nav-finder.selected p a {
	background: transparent url(/assets/design/arrow-up.gif) 90% 50% no-repeat;
	color: #998;
	-moz-outline: none;
}

#nav-finder p a:hover {
	text-decoration: underline;
}


/*  @group: nav-search
	@desc: 	vendor search form, always visible in vendor area
------------------------------------------------------------------------------------ */

#nav-search {
	float: right;
	width: 645px;
	_height: 15px;
	padding: 8px 15px 7px;

	padding: 5px 15px;
	_overflow: hidden;

}

#nav-search span,
#nav-search fieldset {
	float: left;
	width: auto;
	margin: 0;
}

#nav-search span {
	width: 120px;
	color: #666;
	font-size: 12px;
	font-weight: normal;

	line-height: 20px;

}

#nav-search fieldset.search {
	width: 180px;
	position: relative;
}

#nav-search fieldset.category {
	width: 90px;
}

#nav-search fieldset.category input {
	float: left;
	margin: 0 5px 0 0;
}

#nav-search fieldset.category label {
	float: left;
	width: auto;
	margin: 0 5px 0 0;

	line-height: 20px;

}

#nav-search label {
	float: left;
	width: 30px;
	margin: 0 15px 0 0;
	color: #EB7200;
	font-size: 12px;
	line-height: 20px;
	text-align: right;

	color: #666;
}

#nav-search fieldset.search input {
	float: left;
	width: 116px;
	border: 1px solid #eb7200;
	padding: 0px;
	color: #eb7200;
	font-size: 11px;

	padding: 2px;
	border: 1px solid #ccc;
	color: #666;
}


#nav-search fieldset.search select {
	float: left;
	width: 116px;
	border: 1px solid #eb7200;
	padding: 0px;
	color: #eb7200;
	font-size: 11px;
    padding: 1px;
	border: 1px solid #ccc;
	color: #666;
}

#nav-search fieldset.search div.search-suggestion {
	position: absolute;
	float: left;
	top: 16px;
	left: 45px;
	width: 216px;
	background: #EFF3F4 url("/assets/design/nav-vendor-bg.gif") repeat-x left top;
	border-left: 1px solid #E6ECF2;
	border-right: 1px solid #E6ECF2;
	z-index: 200;
}

div.search-suggestion ul li {
	padding: 4px 4px 5px;
	line-height: 15px;
	border-bottom: 1px solid #E5E5E5;
	float: left;
	width: 208px;
}

div.search-suggestion ul li a {
	text-decoration: none;
	float: left;
	width: 100%;
	cursor: pointer;
	color: #000;
}

div.search-suggestion ul li a:hover {

}


div.search-suggestion-content {
	float: left;
	width: 340px;
	background: #EFF3F4 url("/assets/design/nav-vendor-bg.gif") repeat-x left top;
	border-left: 1px solid #E6ECF2;
	border-right: 1px solid #E6ECF2;
	z-index: 200;
    margin-left: 135px;
}


div.search-suggestion-content ul li {
	padding: 4px 0px 5px;
	line-height: 15px;
	border-bottom: 1px solid #E5E5E5;
	float: left;
	width: 340px;
}

div.search-suggestion-content ul li a {
	text-decoration: none;
	float: left;
	width: 100%;
	cursor: pointer;
	color: #000;
}

#jobfinder div.search-suggestion {
    width: 220px;
    padding-left: 135px;
}

#nav-search fieldset.submit input,
body.spoiler div.section input.submit {
	float: left;
	width: auto;
	border: 1px solid #ccc;
	border-color: #9dbfeb #4476b8 #4476b8 #9dbfeb;
	padding: 0;
	background: #eb7200 url(/assets/design/search-bg.gif) 0 0 repeat-x;
	color: #000;
	font-size: 10px;


	border: none;
	background: #A0E628;

	padding: 2px;
	background: #000;
	color: #fff;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

/*  @group: nav-breadcrump
	@desc: 	Breadcrummp navigation in vendor list.
------------------------------------------------------------------------------------ */

#nav-breadcrump {
	float: left;
	width: 620px;
	padding: 15px 0;
	background: #FFF; /* overlay dashed border on right side */
}

#press #nav-breadcrump {
    padding-top: 0px;
}

#vendors.overview #nav-breadcrump,
#vendors.detail #nav-breadcrump,
#vendors.about #nav-breadcrump,
#vendors.news #nav-breadcrump,
#vendors.references #nav-breadcrump,
#vendors.team #nav-breadcrump,
#vendors.downloads #nav-breadcrump,
#vendors.products #nav-breadcrump,
#vendors.screenshots #nav-breadcrump {
	width: 795px;
}

#nav-breadcrump h1 {
	margin: 0;
}

#nav-breadcrump ul.browse {
	width: 645px;
	float: left;
}

#nav-breadcrump li {
	display: inline;
	color: #999;
	font-size: 11px;
}

#nav-breadcrump li.selected,
#nav-breadcrump li.selected a {
	color: #000;
}

#nav-browse {
	float: right;
	width: 150px;
}

#nav-browse li.disabled {
	color: #999;
}

/*  @group: main
	@desc:	wrapper for content and context
------------------------------------------------------------------------------------ */

#main {
	position: relative;
	float: left;
	width: 795px;
	border-bottom: 1px solid #ccc;
	padding: 15px;
	background: transparent url(/assets/design/dots-vertical.gif) 645px 0 repeat-y; /* dashed vertical line in background */
}

body#vendors #main,
body#news #main {
	padding: 0 15px;
}

#main a {
	color: #EB7200;
	color: #06c;
	color: #570099; /* violet */
	color: #007722; /* darkblue */
	text-decoration: none;
}

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

/*  @group: rate indicators,  */

#main a.rate {
	font-size: 11px;
}

#main a.gold {
	color: #322;
	background: #ff9;
}

#main a.silver {
	color: #223;
	background: #eef;
}

#main a.free {
	background: #eee;
	color: #333;
}

#main a img,
#main img {
	padding: 1px;
	border: 1px solid #cfd7e5;
}

/*  @group: content
	@desc: contains the actual content of a page
------------------------------------------------------------------------------------ */

#content {
	float: left;
	width: 630px;
}

#content div.section {
	float: left;
	width: 615px;
	margin: 0 0 0 0;
}

#content div.last {
	margin: 0 !important; /* clear all margins on last item, used various times throughout the site */
}

#content div.break {
	clear: both;
}

body#vendors #content div.section {
	background: transparent; /* clear background at vendor index */
	padding: 15px 0 0 0;
}

#content div.list { /* list styling at vendor index */
	float: left;
	width: 300px;
}

#content div.list h2 {
	margin: 0;
}

#content div.list h2 a {
	display: block;
	padding: 5px 0;
	color: #000;
}

body#vendors #main #content div.section div.item div.list ul li {
	padding: 0;
}

body#vendors #main #content div.section div.item div.list ul li a {
	display: block;
	padding: 5px 0 !important;
}

#content div.list ul {
	border-top: 1px solid #e5e5e5;
}

#content div.list li,
#content div.list p {
	position: relative;
	display: block;
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 5px 4px 5px;
}

#content div.list p {
	border-top: 1px solid #e5e5e5;
}

#content div.list li a span.count,
#content div.list li span.count,
#content div.list li a span.new,
#content div.list li span.action {
	position: absolute; /* position counters to right side of list item */
	right: 0;
	color: #000;
}

#content div.list li a:hover span.count {
	text-decoration: underline;
}

#content div.list li a span.new { /* new item indicator in overview (messages, ...) */
	/*background: #c00;*/
	/*color: #fff;*/
	font-weight: bold;
	text-transform: uppercase;
}

#content div.list li span.action { /* spacing divider | to medium grey */
	color: #666;
}

#content div.list li span.action a {
	display: inline;
	font-size: 10px;
}

/*  @group: microsite
	@desc:	content modules for microsite display. One .section may contain several
			.items – specific styling through section ids like #team, #references, #partners.
------------------------------------------------------------------------------------ */

div.section {
	float: left;
	width: 100%;
	width: 630px;
	padding: 15px 0;
	background: transparent url(/assets/design/dots-horizontal.gif) 0 0 repeat-x;
}

div.first { /* clear background border on first item */
	background: none;
}

div.blank {
	padding: 0 0 30px 0;
}

div.section div.title {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

div.section div.item.is_quarter div.title {
	margin: 0 0 10px 0;
}

div.section div.title h2,
div.section div.title p { /* Make browse links appear inline */
	display: inline;
}

div.section div.title p {
	font-size: 12px;
}


#vendors.team div#team div.image{
	float: left;
}

div#team.single div.item {
	height: auto;
	min-height: 45px;
}

div#about div.item div.description{
	float: left;
	width: 100%;
    padding-left: 0px;
}

div.section div.item div.description h3 {
	margin: 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}

#content div.section div.item div.description h3 a {
	color: #000;
}

div.section div.item div.description p {
	margin: 0;
	font-size: 12px;
	line-height: 15px;
}

/*  @group: head
	@desc:	Microsite header, contains vendor loogo title, categories, #nav-microsite, #nav-actions
------------------------------------------------------------------------------------ */

div#head {
	position: relative; /* for easier positioning of child elements */
	float: left;
	width: 795px;
	_background: transparent url(/assets/design/head-middle-bg2.gif) 0 0 no-repeat; /* middle part of-3 slice header */
	border-bottom: 15px solid #fff; /* overlay dashed border background */
	background: #eeeeee url(/assets/design/head-middle-bg.png) 0 0 repeat-y;

	/*
	border: 1px solid #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	*/
}

div#head div.head-top { /* top part w/ rounded corners of 3-slice background */
	background: transparent url(/assets/design/head-top-bg.png) 0 0 no-repeat;
	width: 795px;
	height: 4px;
}

div#head div.head-bottom { /* bottom part w/ rounded corners of 3-slice background */
	position: absolute;
	bottom: 0;
	left: 0;
	width: 795px;
	height: 4px;
	background: transparent url(/assets/design/head-bottom-bg.png) 0 0 no-repeat;
}

div#head h1 { /* vendor title */
	font-size: 18px;
	margin: 10px 0;
}

div#head div.image { /* vendor logo */
	float: left;
	height: 150px;
	width: 150px;
	/*width: 75px;*/
	margin: 6px 10px 15px 15px;
	text-align: center; /* center align the logo */
}

div#head div.image a img {
	float: none; /* reset float so we can center the image */
	border: 1px solid #cfd7e5;
	padding: 1px;
}

div#head div.description { /* list of categories */
	float: left;
	width: 405px;
}

div#head div.description h2 {
	margin: 0 0 30px;
	font-size: 12px;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}

/*  @group: nav-microsite
	@desc:
------------------------------------------------------------------------------------ */

#nav-microsite {
	position: absolute;
	/*left: 195px;*/ left: 15px;
	bottom: 0; /* bottom edge of header */
	bottom: -1px;
}

#nav-microsite ul,
#nav-microsite li {
	float: left;
	width: auto;
}

#nav-microsite li {
	font-size: 12px;
}

#nav-microsite a {
	display: block;
	padding: 0 0 0 10px;
	_border-right: 1px solid #ccc;
}

#nav-microsite a span {
	display: block;
	padding: 5px 10px 5px 0;
}

/* selected state, referenced through body classes */

#nav-microsite li.selected a,
body.about #nav-microsite li#nav-microsite-about a,
body.overview #nav-microsite li#nav-microsite-overview a,
body.references #nav-microsite li#nav-microsite-references a,
body.team #nav-microsite li#nav-microsite-team a,
body.news #nav-microsite li#nav-microsite-news a,
body.products #nav-microsite li#nav-microsite-products a,
body.detail #nav-microsite li#nav-microsite-detail a,
body.partners #nav-microsite li#nav-microsite-partners a,
body.downloads #nav-microsite li#nav-microsite-downloads a,
body.skills #nav-microsite li#nav-microsite-skills a,
body.certificates #nav-microsite li#nav-microsite-certificates a,
body.languages #nav-microsite li#nav-microsite-languages a,
body.experiences #nav-microsite li#nav-microsite-experiences a,
body.profileskills #nav-microsite li#nav-microsite-profileskills a,
body.screenshots #nav-microsite li#nav-microsite-screenshots a {
	background: #fff url(/assets/design/nav-microsite-left-bg.png) 0 0 no-repeat;
	color: #000;
}

#nav-microsite li.selected a span,
body.about #nav-microsite li#nav-microsite-about a span,
body.overview #nav-microsite li#nav-microsite-overview a span ,
body.references #nav-microsite li#nav-microsite-references a span,
body.team #nav-microsite li#nav-microsite-team a span,
body.news #nav-microsite li#nav-microsite-news a span,
body.products #nav-microsite li#nav-microsite-products a span,
body.detail #nav-microsite li#nav-microsite-detail a span,
body.partners #nav-microsite li#nav-microsite-partners a span,
body.downloads #nav-microsite li#nav-microsite-downloads a span,
body.skills #nav-microsite li#nav-microsite-skills a span,
body.certificates #nav-microsite li#nav-microsite-certificates a span,
body.languages #nav-microsite li#nav-microsite-languages a span,
body.experiences #nav-microsite li#nav-microsite-experiences a span,
body.profileskills #nav-microsite li#nav-microsite-profileskills a span,
body.screenshots #nav-microsite li#nav-microsite-screenshots span {
	background: transparent url(/assets/design/nav-microsite-right-bg.png) 100% 0 no-repeat;
}


body.overview #main #content div.section {
	background: transparent url(/assets/design/dots-horizontal.gif) 0 0 repeat-x;
	padding: 15px 0 0 0;
}

body.overview #main #content div.first {
	background: none;
}

/*  @group: context
	@desc: context column, display of actions in me_index
------------------------------------------------------------------------------------ */

#context {
	float: right;
	width: 150px;
}

#context p,
#context li {
	font-size: 12px;
}

#context div.title {
	float: left;
	width: 100%;
	margin: 0 0 15px;
	padding: 4px 0 9px 0 !important;
}

#context.vendors div.title {
	float: left;
	width: 100%;
	margin: 0 0 15px;
	padding-left: 0px;
	padding: 5px 0 4px 0;
}

#context div.title h2,
#context div.title p {
	display: inline;
}

#context div.title p.google-maps-error {
	display: block;
	color: #665;
}

/*  @group: nav-actions
------------------------------------------------------------------------------------ */

#nav-actions {
	float: right;
	padding: 0 0 15px 0;

	padding: 0;
	width: 170px;
	border-left: 1px solid #ccc;
}

#nav-actions-microsite {
    float: right;
    padding: 0 0 15px 0;

    padding: 0;
    width: 164px;
    border-left: 1px solid #ccc;
}

#nav-actions ul,
#nav-actions li {
	float: left;
	width: 180px;
}

#nav-actions-microsite ul,
#nav-actions-microsite li {
    float: left;
    width: 180px;
}

#nav-actions-microsite li {
    font-size: 11px;
    line-height: 18px;
}

#nav-actions li {
	_background: #fff url(/assets/design/nav-bg.png) 0 100% repeat-x;
    border-bottom: 1px solid #ccc;
}

#nav-actions a,
#nav-actions-microsite a {
    float: right;
	width: 135px;
	padding: 0 0 0 25px;
	background-position: 0% 50%;
	background-repeat: no-repeat;

	background-position: 15px;
	padding: 2px 0 2px 5px;
}

#nav-actions a {
    padding: 2px 0 4px 5px;
}

#nav-actions li {
	font-size: 11px;
	line-height: 20px;
}

#nav-actions li i {
    font-size: 16px;
    color: grey;
    margin-left: 20px;
    margin-top: 5px;
}

#nav-actions-microsite li i {
    font-size: 16px;
    color: grey;
    margin-left: 10px;
    margin-top: 5px;
}


/*  @group: news-actions
------------------------------------------------------------------------------------ */

#news-actions div.title {
    margin: 0 0 5px;
}

body.show #context .widget .quicksearch div.title {
    margin-top: 25px;
}

#news-actions ul,
#news-actions li {
	float: left;
	width: 150px;
}

#news-actions a {
	float: right;
	width: 120px;
	background-position: 0% 50%;
	background-repeat: no-repeat;

	background-position: 15px;
	padding: 2px 0 2px 0px;

/*	-moz-outline: none; */
}

#news-actions li {
	font-size: 11px;
	line-height: 20px;
    border-bottom: 1px solid #ccc;
}

#news-actions li i {
    color: #808080;
    font-size: 16px;
    margin-left: 0px;
    margin-top: 5px;
    float: left;
}


/*  @group: highlights */

body.messages #nav-actions-messages a,
body.partners #nav-actions-partners a,
body.addressbook #nav-actions-addressbook a,
body.mydata #nav-actions-mydata a,
body.myentry #nav-actions-myentry a,
body.statistics #nav-actions-statistics a,
body.products #nav-actions-products a,
body.pressboxes #nav-actions-pressboxes a,
body.news_all #nav-actions-news_all a,
body.team_all #nav-actions-team_all a,
body.presslists #nav-actions-presslists a,
body.newschannels #nav-actions-newschannels a,
#nav-actions li.selected a {
	color: #000;
	font-weight: bold;
}

/*
#nav-actions li.messages a,
#news-actions li.messages a {
	background-image: url(/assets/design/icons/message.gif);
	background-image: url(/assets/design/icons/mail_icon&16.png);
	background-image: url(/assets/design/icons/mail_icon&16_60.png);
}

li.pressbox a {
	background-image: url(/assets/design/icons/pressbox.png);
}
*/

/*
li.watchlist-add a {
	background-image: url(/assets/design/icons/watchlist-add.gif);
	background-image: url(/assets/design/icons/lightbulb_icon&16.png);
	background-image: url(/assets/design/icons/lightbulb_icon&16_60.png);
}

#nav-actions li.addressbook-add a {
	background-image: url(/assets/design/icons/addressbook-add.gif);
	background-image: url(/assets/design/icons/notepad_2_icon&16.png);
	background-image: url(/assets/design/icons/notepad_2_icon&16_60.png);
}
*/

li.vcard a {
	background-image: url(/assets/design/icons/vcard.gif);
}

/*
li.print a {
	background-image: url(/assets/design/icons/print.gif);
	background-image: url(/assets/design/icons/print_icon&16.png);
	background-image: url(/assets/design/icons/print_icon&16_60.png);
}

li.recommend a {
	background-image: url(/assets/design/icons/recommend.gif);
	background-image: url(/assets/design/icons/export_icon&16.png);
	background-image: url(/assets/design/icons/export_icon&16_60.png);
	border-bottom: none !important;
}
*/

/*  @group: my account */

li.partners a {
	background-image: url(/assets/design/icons/partners.gif);
	background-image: url(/assets/design/icons/users_icon&16.png);
	background-image: url(/assets/design/icons/users_icon&16_60.png);
}

/*
#nav-actions li.addressbook a {
	background-image: url(/assets/design/icons/addressbook.gif);
	background-image: url(/assets/design/icons/notepad_2_icon&16_60.png);
}

/*
li.products a {
	background-image: url(/assets/design/icons/products.png);
	background-image: url(/assets/design/icons/bookmark_2_icon&16_60.png	);
}

li.presslists a {
	background-image: url(/assets/design/icons/presslist.png);
}

li.pressboxes a {
	background-image: url(/assets/design/icons/pressbox.png);
}

li.newschannels a {
	background-image: url(/assets/design/icons/newschannel.png);
}

li.news_all a {
	background-image: url(/assets/design/icons/news.png);
}

li.team_all a {
	background-image: url(/assets/design/icons/presscontact.png);
}

li.mydata a {
	background-image: url(/assets/design/icons/mydata.gif);
	background-image: url(/assets/design/icons/cog_icon&16_60.png);
}

#nav-actions li.myentry a {
	background-image: url(/assets/design/icons/myentry.gif);
	background-image: url(/assets/design/icons/user_icon&16_60.png);
/*	background-position: 1px 50%;
}

#nav-actions li.statistics a {
	background-image: url(/assets/design/icons/statistics.gif);
	background-image: url(/assets/design/icons/chart_bar_icon&16_60.png);


/*	background-position: 1px 40%;
}

/*  @group: secondary */

body.messages #nav-actions-messages ul li a,
body.newschannels #nav-actions-newschannels ul li a,
body.partners #nav-actions-partners ul li a,
body.addressbook #nav-actions-addressbook ul li a,
body.mydata #nav-actions-mydata ul li a,
body.myentry #nav-actions-myentry ul li a,
body.statistics #nav-actions-statistics ul li a {
	padding: 0 0 0 45px;
	background: none;
	font-weight: normal;
	color: #007722;
}

/*  @group: parent */

body.inbox #nav-actions-partners a,
body.outbox #nav-actions-partners a,
body.manage #nav-actions-partners a,
body.email #nav-actions-newschannels a,
body.wordpress #nav-actions-newschannels a,
body.editorialoffice #nav-actions-newschannels a,
body.facebook #nav-actions-newschannels a,
body.overview #nav-actions-newschannels a,
body.import #nav-actions-newschannels a,
body.twitter #nav-actions-newschannels a,
body.tumblr #nav-actions-newschannels a,
body.inbox #nav-actions-messages a,
body.create #nav-actions-messages a,
body.outbox #nav-actions-messages a,
body.ignorelist #nav-actions-messages a,
body.profiles #nav-actions-myentry a,
body.profiledetails #nav-actions-myentry a,
body.maincategory #nav-action-myentry a,
body.softwareorders #nav-action-myentry a,
body.references #nav-actions-myentry a,
body.team #nav-actions-myentry a,
body.news #nav-actions-myentry a,
body.categories #nav-actions-myentry a,
body.badges #nav-actions-myentry a,
body.password #nav-actions-mydata a,
body.contact #nav-actions-mydata a,
body.invoices #nav-actions-mydata a,
body.orders #nav-actions-mydata a {
	font-weight: normal;
}

/*  @group: child */


body.inbox #nav-actions-partners #nav-actions-partners-inbox a,
body.outbox #nav-actions-partners #nav-actions-partners-outbox a,
body.manage #nav-actions-partners #nav-actions-partners-manage a,
body.inbox #nav-actions-messages #nav-actions-messages-inbox a,
body.outbox #nav-actions-messages #nav-actions-messages-outbox a,
body.create #nav-actions-messages #nav-actions-messages-create a,
body.ignorelist #nav-actions-messages #nav-actions-messages-ignorelist a,
body.profiles #nav-actions-myentry #nav-actions-myentry-profiles a,
body.contact #nav-actions-myentry #nav-actions-myentry-contact a,
body.profiledetails #nav-actions-myentry #nav-actions-myentry-profiledetails a,
body.maincategory #nav-actions-myentry #nav-actions-myentry-maincategory a,
body.softwareorders #nav-actions-myentry #nav-actions-myentry-softwareorders a,
body.references #nav-actions-myentry #nav-actions-myentry-references a,
body.team #nav-actions-myentry #nav-actions-myentry-team a,
body.categories #nav-actions-myentry #nav-actions-myentry-categories a,
body.badges #nav-actions-myentry #nav-actions-myentry-badges a,
body.news #nav-actions-myentry #nav-actions-myentry-news a,
body.password #nav-actions-mydata #nav-actions-mydata-password a,
body.orders #nav-actions-mydata #nav-actions-mydata-products a,
body.contact #nav-actions-mydata #nav-actions-mydata-contact a,
body.invoices #nav-actions-mydata #nav-actions-mydata-invoices a,
body.downloads #nav-actions-myentry #nav-actions-myentry-downloads a,
body.certificates #nav-actions-myentry #nav-actions-myentry-certificates a,
body.languages #nav-actions-myentry #nav-actions-myentry-languages a,
body.experiences #nav-actions-myentry #nav-actions-myentry-experiences a,
body.profileskills #nav-actions-myentry #nav-actions-myentry-profileskills a,
body.screenshots #nav-actions-myentry #nav-actions-myentry-screenshots a,
body.snippets #nav-actions-myentry #nav-actions-myentry-snippets a,
body.email #nav-actions-newschannels #nav-actions-newschannels-overview a,
body.import #nav-actions-newschannels #nav-actions-newschannels-import a,
body.presslists #nav-actions-newschannels #nav-actions-newschannels-presslists a,
body.wordpress #nav-actions-newschannels #nav-actions-newschannels-overview a,
body.editorialoffice #nav-actions-newschannels #nav-actions-newschannels-overview a,
body.twitter #nav-actions-newschannels #nav-actions-newschannels-overview a,
body.tumblr #nav-actions-newschannels #nav-actions-newschannels-overview a,
body.facebook #nav-actions-newschannels #nav-actions-newschannels-overview a,
body.overview #nav-actions-newschannels #nav-actions-newschannels-overview a {
	color: #000;
	font-weight: bold;
}



/*  @group: contact
------------------------------------------------------------------------------------ */

#contact {
	float: left;
	width: 100%;
	padding: 10px 0;
}

#contact h3,
#functions h2,
#functions h3,
body#presslists h3,
#advantages h3,
#prices h3,
#profilelinks h3 {
	margin: 0;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	font-family: "ff-typestar-black-web-1","ff-typestar-black-web-2",arial,helvetica,sans-serif;
}

#contact p {
	font-size: 12px;
	line-height: 15px;
}




/*  @group: footer
------------------------------------------------------------------------------------ */

#footer {
	float: left;
	text-align: center;
	width: 825px;
	width: 843px;
	padding: 10px 0;
	margin: 0 -9px;
	background: #fff url(/assets/design/footer-bg.png) 50% 100% no-repeat;
	/*
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	*/
}

#footer li {
	display: inline;
	font-size: 11px;
	color: #999;
}

#footer li a {
	text-decoration: none;
}

#footer li a:hover {
	text-decoration: underline;
}

#footer p {
	color: #666;
	font-size: 11px;
}

#footer p.now-reading strong {
	font-weight: normal;
}

#footer p.now-reading strong a {
	text-decoration: none;
	color: #666;
}


/*  @group: advertising
------------------------------------------------------------------------------------ */

#leaderboard {
	position: absolute;
	top: 15px;
	left: 0;


	width: 825px;
	height: 90px;
	z-index: 100;


/*
	float: left;
	width: 825px;
	background: #f00;
	margin: 15px 0;
*/
}

#leaderboard img {
	float: right;

}

#skyscraper {
	position: absolute;
	left: 925px;
	top: 120px;

	width: 160px;
	height: 600px;
	z-index: 90;
}

#skyscraper img {
	float: left;
}

#leaderboard ,
#skyscraper  {
/*	display: none; */
}

/*  @group: anbieter-listing
------------------------------------------------------------------------------------ */

div.vendor {
	float: left;
	width: 100%;
	width: 615px;
	padding: 15px 0;
	background: transparent url(/assets/design/dots-horizontal.gif) 0 100% repeat-x;
}

div.vendor div.image {
	float: left;
	width: 120px;
	margin: 0 15px 0 0;
	display: inline; /* ie 6 */
	text-align: center;
	overflow: hidden;
}

div.image img {
	float: left;
}

div.vendor div.image a img {
	width: auto;
	float: none;
	border: 1px solid #cfd7e5;
	padding: 1px;
}

div.description {
	float: left;
	width: 405px;
}

div.vendor div.title {
	float: left;
	width: 100%;
	width: 480px;
	margin: 0 0 10px 0;
}

div.basics {
	float: left;
	width: 75%;
}

div.basics h2 {
	margin: 0;
}

div.basics ul {
	margin: 0;
	line-height: 11px;
	max-height: 45px;
	overflow: hidden;
}

div.basics li {
	display: inline;
	color: #999;
	font-size: 11px;
}

div.meta {
	float: left;
	width: 25%;
	text-align: right;
}

div.meta h3 {
	text-align: right;
	margin: 0;
}

div.meta p {
	margin: 0;
	font-size: 11px;
}

/* @group: labels */

div.meta h3 a {
	display: block;
	width: 84px;
	width: 100%;
	height: 14px;
	margin: 0 0 1px;
	background-repeat: no-repeat;
	background-position: 100% 0;
}

div.meta h3 a.vendor-artist-gold { background-image: url(/assets/design/vendor-artist-gold.jpg); }
div.meta h3 a.vendor-artist-silver { background-image: url(/assets/design/vendor-artist-silver.jpg); }
div.meta h3 a.vendor-business-gold { background-image: url(/assets/design/vendor-business-gold.jpg); }
div.meta h3 a.vendor-business-silver { background-image: url(/assets/design/vendor-business-silver.jpg); }

div.meta h3 a span {
	display: none;
}


div.vendor-info {
	float: left;
	width: 100%;
	padding: 0 0 15px;
}

div.vendor-info p {
	margin: 0;
}


/* = meta, microsite-context */

#contact div.meta {
	width: 100%;
	margin: 0 0 0px;
}

#contact div.meta h3 a {
	background-position: 0 0;
}



/*  @group: action */

div.action {
	float: left;
	width: 100%;
}

div.action li {
	float: left;
	width: auto;
	margin: 0 15px 0 0;
	font-size: 11px;
	line-height: 16px;
}

div.action li.watchlist {
}

#main div.action a {
	float: left;
	width: auto;
	color: #666;
	padding: 0 0 0 0;
}

#main div.action i {
    float: left;
    color: grey;
}

/*
#main div.action li.watchlist a,
#main div.item .watchlist li.watchlist a {
	background: transparent url(/assets/design/icons/watchlist-add.gif) 0 0 no-repeat;
}

#main div.action li.addressbook a {
	background: transparent url(/assets/design/icons/addressbook-add.gif) 0 0 no-repeat;
}
*/


/*  @group: nav-page
------------------------------------------------------------------------------------ */

div.nav-page {
	float: left;
	width: 615px;
	padding: 5px 0;
}

div.top {
	background: transparent url(/assets/design/dots-horizontal.gif) 0 100% repeat-x;
}

div.paging {
	float: left;
	width: 315px;
}

div.total {
	float: left;
	width: 300px;
}

div.paging ul {
	text-align: right;
	margin: 0;
}

div.paging li {
	display: inline;
	color: #ccc;
	font-size: 11px;
}

div.paging ul li div {
	display: inline;
	color: #666;
}

div.total p {
	text-align: left;
	font-size: 11px;
	color: #666;
	margin: 0;
}

/*  @group: finder
------------------------------------------------------------------------------------ */

#finder,
#newsfinder {
	position: absolute;
	left: 0;
	top: 0;
	width: 825px;
	background: #ffc url(/assets/design/finder-bg.gif) 0 0 repeat-x;
	border-bottom: 1px solid #ddc;
	z-index: 100;
}

#finder div.list{
	float: left;
	width: 270px;
	margin: 15px 0;
	/*height: 200px;*/ /* Don't do this, the height is dynamic!'*/
	overflow: auto;
}

#newsfinder div.list {
	float: left;
	width: 300px;
	margin: 15px 0;
	/*height: 200px;*/ /* Don't do this, the height is dynamic!'*/
	overflow: auto;
}

#finder div.list ul {
	float: left;
	width: 240px;
	margin: 0 0 0 15px;
}

#newsfinder div.list ul {
	float: left;
	width: 260px;
	margin: 0 0 0 15px;
}

#finder div.list li a,
#newsfinder div.list li a {
	position: relative;
	display: block;
	padding: 5px 0 4px;
	border-bottom: 1px solid #ddc;
}

/*
#finder div.list li {
	position: relative;
}
*/

#finder div.list a span.title,
#newsfinder div.list a span.title{
}

#finder div.list a span.count,
#newsfinder div.list a span.count {
	float: right;
	padding-left: 5px;
	color: #000;
}

#finder fieldset,
#newsfinder fieldset {
	float: left;
	margin: 0;
	width: 795px;
	border-top: 1px solid #ddc;
	padding: 5px 15px;
	background: #ffff99;
	text-align: right;
    background: none repeat scroll 0 0 #c6ef7e;
}

#finder fieldset div.submit,
#newsfinder fieldset div.submit {
	padding: 0;
	width: 795px;
}

#finder fieldset div.submit input,
#newsfinder fieldset div.submit input {
	margin: 0;
}

#finder li.selected a,
#finder a.selected,
#newsfinder li.selected a,
#newsfinder a.selected {
	font-weight: bold;
	color: #000;
	-moz-outline-style: none; /* prevent link outline */
}

#main a.cancel {
	color: #c00;
}

/*  @group: myaccount forms
------------------------------------------------------------------------------------ */

#content form,
#content fieldset {
	float: left;
	width: 100%;
}

div.input {
	float: left;
	width: 615px;
	padding: 0 0 10px 0;
}

div.text label,
div.date label,
div.select label,
div.password label,
div.textarea label,
div.file label,
div.captcha label,
div.radio fieldset legend {
	float: left;
	width: 120px;
	margin: 0 15px 0 0;
	color: #666;
	text-align: left;
}

#CertificateType,
#ExperienceType,
#RessortType,
#DistributionType,
#FrequencyType {
    margin-left: 135px;
    margin-top: 5px;
    width: 340px;
}

#MediumFocusType {
    margin-top: 5px;
    width: 340px;
}

div.radio fieldset legend {
	font-size: 11px;
	line-height: 15px;
}


div.radio fieldset label,
#accounts div.radio fieldset label{
	width: 250px;
}

#signup div.radio fieldset label{
	width: 400px;
}

#signup div.multiple div.radio-item {
	width: 445px;
	float: left;
	margin: 0px 5px 0 0;
    padding-bottom: 10px;
}

/*
color:#110000;*/

div.text input,
div.password input {
	float: left;
	width: 340px;
	font-family: "lucida grande", "lucida sans unciode", verdana, sans-serif;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}

div.small input {
	width: 115px;
}

/*  @group: textarea */

div.textarea textarea {
	width: 343px;
	height: 150px;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}

div.textarea div.cleditorMain {
	width: 343px;
	height: 250px;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}

div.small textarea {
	height: 45px;
}

/*  @group: checkbox */

div.checkbox input {
	float: left;
	width: auto;
	margin: 0px 5px 0 135px;
}

div.checkbox label {
	float: left;
	width: 460px;
	color: #666;
}

/*  @group: checkbox */

div.radio input {
	float: left;
	width: auto;
	margin: 0px 5px 0 135px;
}

div.radio fieldset {

}

div.radio label {
	float: left;
	width: 460px;
	color: #666;
}

/*  @group: datetime  */

div.datetime select {
    width: 65px !important;
}

/*  @group: select checkbox */

div.radio div.multiple,
div.select div.multiple {
	float: left;
	width: 460px;
	margin: 0px 5px 0 0;
}

div.select select {
	width: 340px;
}

div.select select.small {
	width: 200px;
    margin-right: 10px;
}

div.select div.checkbox {
	width: 220px;
	float: left;
	margin: 0px 5px 5px 0;
}

div.multiple div.radio-item {
	width: 345px;
	float: left;
	margin: 0px 5px 0 0;
}

div.radio div.multiple input,
div.select div.checkbox input {
	float: left;
	width: auto;
	margin: 0px 5px 0 0;
}

div.radio div.multiple label,
div.select div.checkbox label {
	float: left;
	width: 100px;
	color: #666;
}

div.radio fieldset legend {
	float: left;
	width: 115px;
}

/* help */

div.input span.help {
	float: left;
	margin: 0 0 0 15px;
	font-size: 11px;
	line-height: 10px;
}

/*
div.input a.addressbook {
	float: left;
	padding: 5px 0 5px 20px;
	background: transparent url(/assets/design/icons/addressbook.gif) 0 2px no-repeat;
}
*/


/*  @group: errors & hints */

div.input div.error-message,
div.input span.hint {
	float: left;
	margin: 0 0 0 165px;
	margin: 0 0 0 135px;
	width: 345px;
	color: #665;
	font-size: 11px;
	line-height: 15px;
}

body.publish div.input span.hint {
	float: left;
	margin: 0 0 0 0px;
	width: 345px;
	color: #665;
	font-size: 11px;
    font-weight: bold;
	line-height: 15px;
}

div.input div.error-message {
	background: #fee;
	color: #c00;
	border-bottom: 1px solid #f66;
}

fieldset.action,
fieldset div.image {
	float: left;
	width: 450px;
	margin: 0 0 0 165px;
	margin: 0 0 0 135px;
}

fieldset.action span,
fieldset.action a {
	font-size: 11px;
	line-height: 15px;
}


fieldset h3 {
	margin: 15px 0 15px 165px;
	margin: 15px 0;
	float: left;
	width: 450px;
	width: 555px;
	width: 615px;
	border-bottom: 1px solid #ccc;
}

/*  @group: errors */

div.error fieldset legend,
div.error label {
	color: #c00;
}

div.error textarea,
div.error input,
div.error select {
	border: 1px solid #f66;
}

/*  @group: news
------------------------------------------------------------------------------------ */

div.title {
	float: left;
	width: 615px;
	margin: 0 0 15px;
	position: relative;
}

/*  @group: simplify,
	everything in my accounts will look like this
*/

body.partners #content .list{
	width: 600px;
}

.widget .title,
body#about .title,
body#agb .title,
body#help .title,
body#functions .title,
body#presslists .title,
body#advantages .title,
body#prices .title,
body#press .title,
body#legal-notice .title,
body#signup div.title,
body#accounts div.title,
body#accounts .newschannels div.title,
body.spoiler div.title{
	_background: transparent url(footer-bg.gif) 0 0 repeat-x;
	background: #eee;
	padding: 7px 0px 6px 0px;
	border: 1px solid #ccc;
	border-width: 1px 0px;

    height: 15px;
    
    /*
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;    
	border-radius: 2px;
    */
}

div.title-h1 {
    _background: transparent url(footer-bg.gif) 0 0 repeat-x;
    background: #eee;
    padding: 7px 0px 6px 0px;
    border: 1px solid #ccc;
    border-width: 1px 0px;

    height: 15px;
}

div.title-h1 h1 {
    float: left;
    margin: 0;
    padding-left: 5px !important;
}

#main div.newschanneltypebox a img {
    border: none;
    padding: 1px;
    float: left;
}

body#press div.press,
body#prices div.prices,
body#accounts div.newschanneltypebox,
body#signup div.prices {
    padding: 5px;
	text-align: center;
	background: #ccc;
	background: #e5e5e5;
	background: transparent url(footer-bg.gif) 0 -1px repeat-x;
	border: 1px solid #ccc;
	color: #333;
	font-weight: bold;
    width: 270px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

body#signup div.prices span.social_media_posts,
body#signup div.offer span.social_media_posts,
body#prices div.prices span.social_media_posts,
body#prices div.offer span.social_media_posts {
    font-family: arial,helvetica,sans-serif;
    font-weight: normal;
    text-align:left;
    font-size: 11px;
    line-height: 10px;
}

body#prices div.offer,
body#signup div.offer {
    padding: 5px;
	text-align: center;
	background: #ccc;
	background: #e5e5e5;
	background: transparent url(footer-bg.gif) 0 -1px repeat-x;
	border: 1px solid #ccc;
	color: #333;
	font-weight: bold;
    width: 567px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

body#prices ul.prices,
body#prices ul.offer {
    padding-left: 30px;
    margin-bottom: 15px;
    list-style-type: disc;
}

body#prices ul.prices li {
    line-height: 20px;
}

body#press ul.press,
body#accounts ul.newschannels {
    padding-left: 30px;
    margin-bottom: 15px;
    list-style-type: disc;

    float: left;
    width: 580px;
}

body#press ul.press li {
    float: left;
    line-height: 20px;
    width: 280px;
}

body#about #context .title,
body#agb #context .title,
body#help #context .title,
body#press #context .title,
body#legal-notice #context .title{
	background: #eee;
	padding: 7px 0 6px 0px;
	border: 1px solid #ccc;
	border-width: 1px 0px;
}

body div.title h1,
body div.title h2 {
	float: left;
	margin: 0 0px 0 0px;
    padding-left: 5px;
}

body#vendors div.title h1,
body#vendors div.title h2{
    padding-right: 10px;
    padding-left: 0px;
    float: none;
}

body#vendors #context .widget div.title h1,
body#vendors #context .widget div.title h2{
    padding-left: 5px;
    float: left;
}

body#accounts div.intro,
body.spoiler div.intro{
	width: 615px;
}

body.index div.title h1 {
	margin: 0;
}

body.index div.item div.title {
	width: 100%;
}

body.index div.item div.title h2,
body.index div.item div.title p {
	display: inline;
}

body.index div.item div.title p,
body.mydata div.item div.title p,
body.partners div.item div.title p{
	text-align: right;
	float: right;
	margin: 0px;
	padding-top: 3px;
	padding-right: 5px;
}

body.index #content div.section {
	margin: 0 0 30px 0;
}

div.title ul.actions {
    float: right;
}

div.title ul.actions li {
    float: left;
    padding-right: 5px;
    line-height: 19px;
}

#content div.title ul.actions a {
	color: #007722;
}


/*  @group: news front
------------------------------------------------------------------------------------ */
body#news .item .date p,
body#news .item .user p{
	margin-bottom: 5px;
}

body#news .item .rating,
body.news .item .rating{
	margin-bottom: 25px;
    margin-left: 15px;
    width: 300px;
    float: left;
}

body#news .item .watchlist{
	margin-top: 19px;
    width: 300px;
    float: left;
}

body#news .item .rating-teaser{
	margin-bottom: 0px;
}

body#news.show .section .item {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.item em {
	font-style: italic;
}


/*  @group: references front
------------------------------------------------------------------------------------ */


div#references div.detail {
	float: left;
	width: 615px;
}

div#references div.detail div.last {
	width: 90px;
}

div#references div.detail div.description {
	float: left;
	width: 615px;
}

div.item div.description{
	width: 600px;
}

div.image div.description
{
	width: 460px;
}

/*  @group: about
------------------------------------------------------------------------------------ */

div#about.detail p {
	margin: 0 0 15px 0;
}

/*  @group: detail
------------------------------------------------------------------------------------ */

div#detail div.section div.item h4 {
	margin: 0 0 0 0;
}

/*  @group: accounts-page
------------------------------------------------------------------------------------ */

body#accounts fieldset.action { /* specified width fixed duplicate content bug in ie6 */
	margin: 15px 0 0 135px;
	width: 475px;
}

body#accounts.newschannels .internal fieldset.action {
	width: 150px;
    clear: both;
}

body#accounts.newschannels fieldset.action {
	width: 600px;
}

body#accounts div.section {
	background: none;
	padding: 0;
}

body#accounts #nav-breadcrump,
body#watchlist #nav-breadcrump {
	border: none;
	margin-bottom: 15px;
	width: 600px;
}

body#accounts #context {
	margin: -30px 0 0 0;
}

/*  @group: news-back */

body#accounts #presslists div.item,
body#accounts #news div.item,
body#accounts #downloads div.item,
body#accounts #screenshots div.item,
body#accounts #profileskills div.item,
body#accounts #references div.item,
body#accounts #partners div.item,
body#accounts #pressboxes div.item,
body#accounts #team div.item {
	background: #fff url(/assets/design/dots-horizontal.gif) 0 100% repeat-x;
}

body#accounts #references div.item,
body#accounts #team div.item {
	width: 615px;
}
/*  @group: sort */

ul#sort {
	float: left;
	width: 100%;
}

ul#sort li {
	cursor: move;
}

ul.both li {
	float: left;
	width: auto;
}

ul.both li div.image {
	width: auto;
}

ul.vertical li {
	float: left;
	width: 100%;
}

/*  @group: references front */

#references div.item {
/*	height: 105px; */
	overflow: hidden;
}

#references div.detail div.description {
	margin: 0 0 15px 0;
}

#references div.detail div.movie {
	float: left;
	width: 100%;
}

/*  @group: messages
------------------------------------------------------------------------------------ */

div.message {
	float: left;
	width: 580px;
	margin: 0 0 15px 0;
	padding: 4px 5px 4px 30px;
}

div #microsite-message {
    width: 795px;
    float: left;
	padding: 0;
	background: #FFF; /* overlay dashed border on right side */
}

div #microsite-message .message {
    width: 760px;
}

div.message h3,
div.message p {
	margin: 0;
}

div.global-success {
	display: block;
	border-bottom: 1px solid #9c9;
	border-top: 1px solid #9c9;
	background: #efe url(/assets/design/icons/success.gif) 5px 4px no-repeat;
}

div.global-success h3 {
	color: #060;
}

div.global-error {
	display: block;

	border-bottom: 1px solid #c66;
	border-top: 1px solid #c66;
	background: #fee url(/assets/design/icons/error.gif) 5px 4px no-repeat;
}

div.global-error h3 {
	color: #600;
}

div.global-warning {
	display: block;
	border-bottom: 1px solid #CCCC66;
	border-top: 1px solid #CCCC66;
	background: #fff url(/assets/design/icons/warning.gif) 5px 4px no-repeat;
}

/*  @group: prompts
------------------------------------------------------------------------------------ */

p.prompt,
div.prompt {
	background: #ffe;
}

div.prompt {
	position: relative;
	float: left;
	width: 595px;
	margin: 0 0 15px 0;
	padding: 9px 10px;
	border-top: 1px solid #cc6;
	border-bottom: 1px solid #cc6;
}

div.prompt h2,
div.prompt p {
	margin: 0;
	text-align: center;
	text-align: left;
}

p.prompt {
	display: block;
	padding: 5px !important;
}

#content div.prompt p a {
	text-decoration: underline !important;
}

div.prompt p.hide {
	position: absolute;
	right: 10px;
	top: 10px;
}

#content div.prompt p.hide a {
	color: #660;
}

div.first-visit h2 {
	margin: 0 0 10px 0;
}

div.first-visit h3 {
	margin: 0 0 0 0;
}

div.first-visit ol {
	margin: 10px 0 0 0;
}

div.first-visit ol li {
	padding: 10px 0 10px 35px;
}

div.first-visit ol li.categories {
	background: transparent url(/assets/design/prompt-list-1.gif) 0 10px no-repeat;
}

div.first-visit ol li.main_category {
	background: transparent url(/assets/design/prompt-list-2.gif) 0 10px no-repeat;
}

div.first-visit ol li.my-entry {
	background: transparent url(/assets/design/prompt-list-3.gif) 0 10px no-repeat;
}

div.first-visit ol li.my-products {
	background: transparent url(/assets/design/prompt-list-4.gif) 0 10px no-repeat;
}

div.first-visit ol li.checked {
	background: transparent url(/assets/design/prompt-list-checked.gif) 0 10px no-repeat;
}

/*  @group: partners
------------------------------------------------------------------------------------ */
body.inbox #partners div.list {
	width: 615px;
}

/*  @group: messages
------------------------------------------------------------------------------------ */

li.unread a,
tr.unread a {
	font-weight: bold;
}

body.inbox table,
body.outbox table {
	float: left;
	width: 100%;
}

th {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
    padding-right: 10px;
}

th.sort-desc {
	background: transparent url(/assets/design/icons/sort-down.gif) 95% 50% no-repeat;
}

th.sort-asc {
	background: transparent url(/assets/design/icons/sort-up.gif) 95% 50% no-repeat;
}

td {
	padding: 5px 0;
	background: transparent url(/assets/design/dots-horizontal.gif) 0 100% repeat-x;
}

#content th a {
	display: block;
	color: #000;
}

th.checkbox,
td.checkbox {
	width: 30px;
	padding: 5px 15px 5px 0;
	text-align: right;
}

th.checkbox {
	padding: 0 15px 5px 0;
}

th.subject,
tr.subject,
th.contact,
td.contact {
	width: 225px;
}

span.date,
span.time {
	float: left;
	width: 50%;
}

span.time {
	text-align: left;
}

/*  @group: view */

div.message-head {
	width: 615px;
	margin: 0 0 15px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 14px;
}

div.message-head dt {
	float: left;
	width: 75px;
	margin: 0 15px 0 0;
	font-weight: bold;
	color: #666;
	text-align: right;
}

div.message-head dd.subject {
	font-weight: bold;
}

div.message-content {
	margin: 0 90px;
}

/*  @group: submit */

body#watchlist.inbox fieldset.action,
body#accounts.inbox fieldset.action,
body#accounts.outbox fieldset.action {
	margin: 5px 0;
}

body#watchlist.inbox fieldset.action p,
body#accounts.inbox fieldset.action p,
body#accounts.outbox fieldset.action p {
	float: left;
	width: 255px;
	margin: 5px 15px 0 0;
	text-align: right;
}

/*  @group: watchlist
------------------------------------------------------------------------------------ */

td.addressbook-add,
td.addressbook-delete,
td.addressbook-edit,
td.addressbook-agb,
td.addressbook-userdata,
#watchlist td.delete,
td.pressboxes-overview,
td.pressboxes-edit,
td.pressboxes-news,
td.pressboxes-teammembers,
td.news-edit,
td.news-share,
td.news-report,
td.news-delete,
td.delete {
	padding: 0;
	width: 25px;
}


td.addressbook-add a,
td.addressbook-delete a,
td.addressbook-edit a,
td.addressbook-agb a,
td.addressbook-userdata a,
td.pressboxes-overview a,
td.pressboxes-edit a,
td.pressboxes-news a,
td.pressboxes-teammembers a,
td.news-edit a,
td.news-share a,
td.news-report a,
td.news-delete a,
td.delete a {
	float: left;
	width: 100%;
	padding: 5px 0;
}

td.addressbook-delete a {
    width: 0px;
}

/*
td.addressbook-add a {
	background: transparent url(/assets/design/icons/addressbook-add.gif) 0 4px no-repeat;
	text-indent: -9999px;
}

/*
td.addressbook-delete a {
	background: transparent url(/assets/design/icons/delete.gif) 0 4px no-repeat;
	text-indent: -9999px;
}
*/

/*
td.addressbook-edit a {
	background: transparent url(/assets/design/icons/edit.png) 0 4px no-repeat;
	text-indent: -9999px;
}

/*
td.addressbook-userdata a {
	background: transparent url(/assets/design/icons/myentry.gif) 0 4px no-repeat;
	text-indent: -9999px;
}
*/

td.addressbook-agb a {
	background: transparent url(/assets/design/icons/agb.png) 0 4px no-repeat;
	text-indent: -9999px;
}

/*
td.pressboxes-overview a {
    background: transparent url(/assets/design/icons/overview.png) 0 4px no-repeat;
    text-indent: -9999px;
}

td.pressboxes-edit a {
    background: transparent url(/assets/design/icons/edit.png) 0 4px no-repeat;
    text-indent: -9999px;
}

td.pressboxes-news a {
    background: transparent url(/assets/design/icons/news.png) 0 4px no-repeat;
    text-indent: -9999px;
}

td.pressboxes-teammembers a {
    background: transparent url(/assets/design/icons/presscontact.png) 0 4px no-repeat;
    text-indent: -9999px;
}


td.delete a {
	background: transparent url(/assets/design/icons/delete.gif) 6px 4px no-repeat;
}
*/

td.delete a span {
	display: block;
	text-indent: -10000px;
}

#watchlist tr.watchlist-head td {
	background: transparent;
}

#watchlist td.note-label {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

#watchlist td.contact {
	width: 175px;
	padding: 5px 15px 5px 0;
}

#watchlist td.note {
	width: 215px;
	padding: 5px 15px 5px 0;
}

#watchlist td.type{
	width: 75px;
	padding: 5px 15px 5px 0;
}

#watchlist td.note div.textarea textarea {
	width: 250px;
}

#watchlist td.note p {
	margin: 0;
}

#watchlist fieldset.action {
	margin: 0;
}

/*  @group: nav-content
------------------------------------------------------------------------------------ */

#nav-content {
	position: relative;
	float: left;
	width: 615px;
	height: 25px;
}

body.pressboxes #nav-content {
    border-bottom: 1px solid #ccc;
}

#nav-content ul,
#nav-content li {
	float: left;
	width: auto;
}

#nav-content ul {
	position: absolute;
	left: 0;
	bottom: -1px;
}

#nav-content li {

}

#nav-content li a {
	float: left;
	padding: 5px 5px 4px 5px;
	width: 143px;
	color: #007722;
	border-bottom: 1px solid #ccc;
}

.newschannels #nav-content li a{
	width: 104.7px;
}

.news_all #nav-content li a{
    width: 219.5px;
}

#nav-content li#nav-content-search a {
	width: 146px;
}

#nav-content li.selected a {
	border: 1px solid #ccc;
	border-bottom: 1px solid #fff;
	padding: 4px;
	color: #007722;
	font-weight: bold;
}

/*  @group: nav-content-sub
------------------------------------------------------------------------------------ */

#nav-content-sub {
	float: left;
	width: 613px;
	margin: 0 0 15px 0;
	border: 1px solid #ccc;
	border-top: none;
}

#nav-content-sub a {
}

#nav-content-sub li.selected a {
	color: #000;
	font-weight: bold;
}

div.alphabet li,
div.view-tags li,
div.categories li {
	display: inline;
}

div.alphabet span,
div.alphabet a {
	float: left;
	width: auto;
	padding: 5px;
}

div.alphabet span {
	color: #999;
}


div#nav-content-sub.view-tags,
div#nav-content-sub.categories {
	width: 605px;
	padding: 4px;
}


div.view-tags ul,
div.categories ul {
	line-height: 10px;
}

/*  @group: search */

div.search {
	padding: 14px 0;
}

div.search label {
	margin: 0 15px 0 5px;
	width: 115px;
}

#content div.search fieldset.action {
	margin: 0 0 0 135px;
}

/*  @group: addressbook
------------------------------------------------------------------------------------ */

body.addressbook th.contact,
body.addressbook td.contact {
	width: 300px;
	padding-right: 15px;
}

th.zip {
	width: 45px;
}

th.city {
	width: 90px;
}

td.label {
	text-align: right;
	padding-right: 15px;
	color: #666;
}

td.categories li,
td.tags li {
	display: inline;
}

#content td.categories li a,
#content td.tags li a {
	color: #000;
	text-decoration: underline;
}

td.tags p {
	margin: 0;
}

td.note p {
	margin: 0;
}

td.note p span.modified {
	color: #666;
}

td.detail p {
    margin: 0;
}

td.detail .wysiwyg-text {
    margin: 0;
}

td.detail p span.modified {
    color: #666;
}

tr.internal td {
	background: none;
}

/*  @group: AJAX BROWSER
------------------------------------------------------------------------------------ */

#browser-overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 100;
	background-color: #000;
	-moz-opacity: 0.4;
	opacity: 0.4;
}

#browser {
	position: absolute;
	width: 650px;
	height: 560px;
	left: 50%;
	margin-left: -25%;
	top: 80px;
	z-index: 101;
}

#browser-content {
	position: absolute;
	width: 630px;
	padding: 10px;
	height: 500px;
	background-color: #FFF;
	overflow: auto;
	right: 0px;
	top: 25px;
	background-color: #FFF;
	z-index: 101;
/*	border: 1px solid #000;*/
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
}

#browser-content.browser-loading {
	background: #fff url('spinner.gif') no-repeat 50% 50%;
}

#browser-close-link {
	position: absolute;
	right: 0px;

	width: 15px;
	height: 15px;

	padding: 10px 10px;


	margin-left: -25%;
	z-index: 102;
	background: #fff;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#browser-close-link a {
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #ccc;
	color: #999;
	text-align: center;
	text-decoration: none;
	line-height: 13px;
	font-size: 11px;
}

#browser-close-link a:hover {
	color: #000;
	border: 1px solid #000;
}

#map-browser {
	position: absolute;
	width: 630px;
	padding: 10px;
	height: 500px;
	overflow: auto;
	left: 50%;
	margin-left: -25%;
	top: 100px;
	background-color: #FFF;
	z-index: 101;
	border: 1px solid #000;
}

#map-browser iframe {
	width: 100%;
	height: 100%;
	border: none;
}

#main.ajax {
	width: 630px;
	background-image: none;
	margin: 0;
	padding: 0;
}

div embed {
	width: 100%;
}

#map {
	float: left;
	width: 630px;
	height: 500px;
}

/*  @group: statistics
------------------------------------------------------------------------------------ */

body.statistics object,
body.statistics embed {
	float: left;
	width: 100%;
	margin: 0 0 15px 0;
}

body.statistics div.item {
	width: 100%;
}

body.statistics table {
	width: 100%;
}

body.statistics table th.profile {
	width: 20%;
}

body.statistics table th.title {
	width: 50%;
}

body.statistics table th.type {
	width: 20%;
}

body.statistics table th.impressions {
	width: 10%;
}

th.day,
td.day {
	width: 100px;
	padding-right: 15px;
}

th.visit,
td.visit {
	text-align: center;
}

th.visit {
	color: #cc6600;
}

th.impression,
td.impression {
	text-align: center;
}

table.overview th.impression {
	width: 25px;
}

table.overview th.impression {
	color: #000;
}

th.impression {
	color: #6699cc;
}

th.listings {
	color: #aef227;
}

td.listings {
	text-align: center;
}

th.downloadrequests {
	color: #f227f2;
}

#DownloadrequestRequestForm {
	float: left;
	width: 100%;
}

td.downloadrequests {
	text-align: center;
}

/*  @group: email & website */

span.print {
	display: none;
}


/*  @group: signup
------------------------------------------------------------------------------------ */

#signup div.title {
	/*font-size: 24px;*/
}

#signup div.title h1 {
	margin: 10px 0 5px;
}

#signup div.title h2 {
}

#signup h2 {
	font-size: 13px;
	margin: 0;
}

#signup.products div.title,
#signup.products div.content {
	float: left;
	width: 100%;
}

#signup table#products-table {
	width: 90%;
	border-top: 1px solid #e5e5e5;
}

#signup th,
#signup td {
	text-align: left;
	font-weight: normal;
	width: 14%;
	background-image: none;
/*	border: 1px solid #000;*/
	border-left: 1px solid #ccc;
}

#signup td span.register_link a,
#signup span.register_link a,
#prices span.register_link a {
    color: #007722;
    font-family: "ff-typestar-black-web-1","ff-typestar-black-web-2",arial,helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
}

/*
#signup #CustomerOrderForm .submit input{
	-moz-border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #000000;
    background: #eee;
    border: 1px solid #777;
    color: #FFFFFF;
    color: #111;
    font-size: 10px;
    padding: 2px;
    width: auto;
}*/

th span.price {
	font-size: 18px;
	font-weight: bold;
}

th span.statement {
	font-size: 12px;
	font-weight: bold;
}

th span.contract-time {
	font-size: 11px;
/*	color: #666;*/
display: block;
}

th span.plan {
	font-weight: bold;
}

#signup tr.plans th {
	padding: 10px 5px;
/*	border-right: 1px solid #ccc; */
	border-bottom: 1px solid #CCCCCC;
	text-align: center !important;
	background: transparent url(footer-bg.gif) 0 -1px repeat-x;
}

#signup tr.comment th {
	padding: 5px;
/*	border-right: 1px solid #fff; */
	border-bottom: none;
	text-align: center;
	background: #ccc;
	background: #e5e5e5;
	background: transparent url(footer-bg.gif) 0 -1px repeat-x;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	font-weight: bold;
}

#signup th.feature {
	text-align: right;
	padding: 5px 15px;
}

#signup td.yes {
	background: transparent url(/assets/design/icons/add.gif) 50% 50% no-repeat;
	text-indent: -9999px;
}

#signup tr.feature td {
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

#signup tr.feature th.feature {
	background: transparent url(footer-bg.gif) 0 -1px repeat-x;
}


#signup.products th.last,
#signup.products td.last {
	border-right: 1px solid #ccc;
}

th.gold {
	color: #cc0;
}

th.silver {
	color: #99c;
}

th.free a {
	color: #666;
}

th.free span.price {
	color: #666;
}

th.free span.contract-time {
	color: #999;
	color: #666;
}

th.free span.plan {
	color: #666;
}

th.silver a {
	color: #669;
}

th.silver span.price {
	color: #669;
}

th.silver span.contract-time {
	color: #99c;
	color: #669;
}

th.silver span.plan {
	color: #669;
}

th.gold a {
	color: #990;
}

th.gold span.price {
	color: #990;
}

th.gold span.statement {
	color: #990;
}

th.gold span.contract-time {
	color: #cc0;
	color: #990;
}

th.gold span.plan {
	color: #990;
}

#signup tr.submit td {
	text-align: center;
}

#signup tr.submit td {
	background: transparent url(footer-bg.gif) 0 -1px repeat-x;
	border-bottom: 1px solid #ccc;
}

tr.submit a {
	font-size: 14px;
	font-weight: bold;
}

tr.submit em {
	color: #333;
}

#signup th.free,
#signup td.free {
	border-left: 1px solid #666;
}


#signup td.free,
#signup td.silver,
#signup td.gold,
#signup th.free,
#signup th.silver,
#signup th.gold {
}


/*  @group: order */

#signup #content form {
	width: 615px;
}

#signup label,
#signup div.radio fieldset legend {
	color: #100;
}

div.radio fieldset .hint,
#signup div.radio fieldset .hint{
	margin-left: 0px !IMPORTANT;
    clear: left !IMPORTANT;
}

#signup form div.description {
	float: left;
	width: 615px;
	margin: 0 0 15px 0;
}

#signup form div.description p {
	margin: 0 135px 0 135px;
}

#signup fieldset.payment div.radio input {
	float: left;
	margin: 2px 5px -2px 135px;
}

#signup fieldset.confirm input {
	margin: 2px 5px -2px 135px;
}

body.order #content {
	margin: 0 0 0 65px;
}

#signup div.text label,
#signup div.password label {
	text-align: left;
}

#signup div.prefix input {
	width: 210px;
}

div.prefix input.prefixed-slug {
	width: 210px;
}

span.prefix {
	float: left;
	font-size: 11px;
	line-height: 20px;
	margin: 0 5px 0 0;
}

#signup div.radio {

}

#signup div.radio label {
	float: left;
	width: 325px;
}

/*
#signup h3 {
	width: 480px;
	padding: 0 0 0 135px;
}
*/

/*  @group: categories
------------------------------------------------------------------------------------ */

body.categories h4 {
	float: left;
	width: 300px;
	margin: 10px 0 5px 0;
	padding: 0;
	color: #000;
	font-weight: bold;
}

body.categories div.checkbox {
	width: 300px;
}

body.categories div.checkbox input {
	margin-left: 0;
}

body.categories div.checkbox label {
	width: auto;
}

body.categories fielset.action {
	margin: 0 !important;
}

body.categories div.item {
	float: left;
	width: 300px;
	margin: 0 15px 0 0;
}

body.categories #main fieldset.action {
	position: fixed;
	left: 510px;
/*	top: 500px;*/
	bottom: 0;
	width: 150px !important;
	margin: 15px 0;
	padding: 15px 15px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

body.categories fieldset.action p.order {
	margin: 10px 0 0 0;
}

body.categories #content fieldset.action p.order a {
	color: #666;
	text-decoration: underline;
}

/* ein- und ausklappen */

body.categories fieldset.open div.item {
	display: block !important;
}

body.categories fieldset.closed div.item {
	display: none !important;
}

body.categories fieldset.open h3,
body.categories fieldset.closed h3 {
	text-indent: 15px;
	cursor: pointer;
}

body.categories fieldset.open h3 {
	background: transparent url(/assets/design/arrow-down.gif) 1px 5px no-repeat;
}

body.categories fieldset.closed h3 {
	background: transparent url(/assets/design/arrow-right.gif) 3px 2px no-repeat;
}



/*  @group: cms
------------------------------------------------------------------------------------ */

#cms #content,
#news #content,
#specials #content {
	width: 630px;
}

#cms #context,
#news #context,
#specials #context {
	float: right;
}

body#cms #header,
body#news #header,
body#specials #header {
	border-bottom: none;
}

#cms #footer,
#news #footer,
#specials #footer {
	border-top: none;
}

#cms #nav-sub li,
#news #nav-sub li,
#specials #nav-sub li {
	margin-right: 15px;
}

/*  @group: products
------------------------------------------------------------------------------------ */

body.orders #content div.section,
body.pressboxorders #content div.section,
body.softwareorders #content div.section {
	margin: 0 0 20px 0;
}

.products-number {
	width: 60px;
}

.products-title {
	width: 270px;
}

.products-valid-from {
	width: 135px;
}

.products-price {
	width: 250px;
}

#orders td.action,
#softwareorders td.action {
	text-align: right;
}

/*  @group: confirm */

body.orders div.section p,
body.orders div.section dl,
body.pressboxorders div.section p,
body.pressboxorders div.section dl,
body.softwareorders div.section p,
body.softwareorders div.section dl {
	float: left;
	margin: 0 135px 15px;
}

body.orders dt,
body.deliveryreport dt,
body.pressboxorders dt,
body.softwareorders dt {
	float: left;
	width: 135px;
	/*border-bottom: 1px solid #eee;*/
	font-weight: bold;
	display: inline; /* ie6 */
}

body.orders dd,
body.pressboxorders dd,
body.softwareorders dd {
	float: left;
	width: 200px;
    padding-bottom: 5px;
	/*border-bottom: 1px solid #eee;*/
}

body.deliveryreport dd {
	float: left;
	width: 400px;
    padding-bottom: 5px;
	/*border-bottom: 1px solid #eee;*/
}


/*  @group: microsite, backlink
------------------------------------------------------------------------------------ */

div.back {
	float: left;
	width: 100%;
	margin: 15px 0 0 0;	/* kontext-bezogen ändern */
}

body.about div.back {
	margin: 0;
}

/*  @group: addressbook
------------------------------------------------------------------------------------ */

table td div.input {
	width: 100%;
}

span.tooManyCharacters {
	background: #ffe;
	color: #443;
	border-bottom: 1px solid #cc6;
	border-top: 1px solid #cc6;
}

body.addressbook th.toggle a,
body.newschannels th.toggle a,
body.news_all a#view-toggle,
body.addressbook a#view-toggle,
body.newschannels a#view-toggle,
body.pressboxes a#view-toggle {
	float: right;
	display: block;
	width: 21px;
	height: 11px;
	background: transparent url(/assets/design/toggle-view.gif) 0 -11px no-repeat;
	text-indent: -10000px;
}

body.addressbook th.toggle a:focus,
body.newschannels th.toggle a:focus {
	outline: none;
}

body.addressbook th.toggle a.extended,
body.newschannels th.toggle a.extended {
	background: transparent url(/assets/design/toggle-view.gif) 0 0 no-repeat;
}

/*  @group: table styles
------------------------------------------------------------------------------------ */

th.sort-asc a {
	padding: 0 15px 0 0;
	display: inline !important;
	background: transparent url(/assets/design/arrow-up-black.gif) 100% 3px no-repeat;
}

th.sort-desc a {
	padding: 0 15px 0 0;
	display: inline !important;
	background: transparent url(/assets/design/arrow-down-black.gif) 100% 3px no-repeat;
}


/*  @group: invoices
------------------------------------------------------------------------------------ */

#main td.paypal img {
	border: none;
}

/*  @group: confirm
------------------------------------------------------------------------------------- */
div#confirm-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 100;
	background-color: #000;
	-moz-opacity: 0.4;
	opacity: 0.4;
}

div#confirm {
	position: absolute;
	width: 330px;
	padding: 10px;
	height: 200px;
	overflow: auto;
	left: 50%;
	margin-left: -25%;
	top: 100px;
	background-color: #FFF;
	z-index: 101;
}

#confirm-close-link {

	position: absolute;
	left: 50%;
	top: 75px;

	width: 15px;
	height: 15px;

	padding: 10px 10px;


	margin-left: -25%;
	z-index: 102;
	background: #fff;
}

#confirm-close-link a {
	display: block;
	width: 13px;
	height: 13px;
	border: 1px solid #ccc;
	color: #999;
	text-align: center;
	text-decoration: none;
	line-height: 13px;
	font-size: 11px;
}

#confirm-close-link a:hover {
	color: #000;
	border: 1px solid #000;
}

div#confirm p.action {
	font-size: 12px;
	padding: 10px;
}

div#confirm p.action a {
	display: block;
	float: left;
	padding: 10px;
}

div.feedback{
    position:   fixed;
    top:        200px;
    right:      -5px;
    z-index:    99;
}

div.recommend{
	position: fixed;
	top: 100px;
	right: -5px;
	z-index: 99;
}

div.feedback .img {
    height:     132px;
    width:      38px;
    display:	block;
    text-indent: -9999;
    background-image: url('/assets/design/feedbacknew.png');
}

div.recommend .img{
	height:     74px;
    width:      38px;
    display:	block;
    text-indent: -9999;
    background-image: url('/assets/design/recommendnew.png');
}

div.feedback:hover,
div.recommend:hover{
    right: 0px;
}

iframe{
	border: none;
}

div.pagination{
	clear: both;
	position: relative;
	text-align: center;
    font-size: 11px;
	/*font-weight: 700;*/
    line-height: 15px;
}

div.pagination .left{
	float: left;
}

div.pagination .right{
	float: right;
}

div.pagination .head{
	width: 0px;
	margin: 0% auto;
    overflow: visible;
}

body#news.show #main{
    padding: 0 15px;
}

body.browse #content div.leftcol{
	margin-right: 15px;
}

/*body.browse #content .item,*/
body.spoiler #content .item{
	background: #fff url(/assets/design/dots-horizontal.gif) 0 100% repeat-x;
}

body.skills #content #skills .section{
	background: #fff url(/assets/design/dots-horizontal.gif) 0 100% repeat-x;
    margin-bottom: 15px;
}

body.skills #content #skills div.last{
	margin-bottom: 0px !IMPORTANT;
}

body.skills #content #skills #languages div.last{
    margin-bottom: 15px !IMPORTANT;
}

body.skills #content #skills #experiences.section  {
	background: none;
}

body.spoiler #content .item{
	padding-bottom: 0px;
}

/* Jello-Layout */
#global-wrapper{
	width: 1000px;
	width: 1018px;
	margin: 0 auto;
	float: none;
}

#skyscraper{
	float: right;
	position: static;
	margin-top: 25px;
	/*margin-right: 110px;*/
}

#global{
	margin-top: 25px;
}

body#accounts.categories #main fieldset.action {/* specified width fixed duplicate content bug in ie6 */
	position: static;
	clear: both;
	padding-right: 0px;
	float: right;
	margin: 0px;
	height: 250px;
	z-index: 10;
}

body#vendors div.last{
	margin-bottom: 15px !IMPORTANT;
}

/*             styles for the star rater                */
.star-rating{
	list-style:none;
	margin: 5px 0px;
	padding: 0px;
	width: 125px;
	height: 25px;
	position: relative;
	overflow:hidden;
	background: url(/assets/design/alt_star.gif) top left repeat-x;
}
.star-rating li{
	padding:0px;
	margin:0px;
	width:25px;
	height:25px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:25px;
	height: 25px;
	line-height:25px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
	overflow:hidden;
}
.star-rating li a:hover{
	background: url(/assets/design/alt_star.gif) left bottom;
	z-index: 2;
	left: 0px;
	border:none;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:25px;
}
.star-rating a.two-stars{
	left:25px;
}
.star-rating a.two-stars:hover{
	width: 50px;
}
.star-rating a.three-stars{
	left: 50px;
}
.star-rating a.three-stars:hover{
	width: 75px;
}
.star-rating a.four-stars{
	left: 75px;
}
.star-rating a.four-stars:hover{
	width: 100px;
}
.star-rating a.five-stars{
	left: 100px;
}
.star-rating a.five-stars:hover{
	width: 125px;
}
.star-rating li.current-rating{
	background: url(/assets/design/alt_star.gif) left center;
	position: absolute;
	height: 25px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

.news-latest-rating{
	padding: 5px 0px;
	border: 1px dashed #ccc;
	border-width: 1px 0px;
}

.rating-teaser{
	font-size: 0.7em;
}

.average-rating, .self-rating{
	font-size: 0.5em;
}

div#context div.activity h3{
    margin: 0px;
    padding-bottom: 10px;
}

div#context div.activity .bar{
	padding-top: 5px;
}

div#context div.activity img.bar{
    border: none;
    padding: 0px;
    height: 12px;
    width: 118px;
    background:url("/assets/design/percentImage_back.png") no-repeat scroll 1px 0 white;
}

.recaptchatable{
	width: 340px;
}

#signup.order h3 div.entry{
	float: left;
}

#signup.order h3 div.submit{
	float: right;
}

#signup.order .action div{
	float: left;
	padding-right: 10px;
}

#signup.order .payment select,
#signup.order .payment input,
#accounts.contact #CustomerContactGender,
#accounts.contact #CustomerContactNameFirst
{
	margin-right: 10px;
}

#signup input.link{
	background: none !IMPORTANT;
	border: none !IMPORTANT;
	color: #007722 !IMPORTANT;
}

#signup h3 .entry{
	float: left;
}

#signup h3 .submit{
	float: right;
}

#signup.products #products-table h1{
	margin: 10px 0px;
}

.ui-datepicker{
	font-size: 12px !IMPORTANT;
}

body #content > p{
	padding-right: 15px;
}

body#watchlist div.title {
	_background: transparent url(footer-bg.gif) 0 0 repeat-x;
	background: #eee;
	padding: 10px 0 9px 0;
	border: 1px solid #ccc;
	border-width: 1px 0px;
}

body#watchlist div.title h1 {
	float: left;
	width: 385px;
	margin: 0 230px 0 5px;
}

body#watchlist div.section{
	padding-top: 0px;
}

.team.index item.left{
	clear: left;
}

/**
* $text->truncate closes open tags of WYSIWYG editor after ending "a.more"
* this rules fixes the style.
*/
i a.more,
em a.more,
b a.more,
strong a.more,
font a.more {
	font-style: normal;
	font-weight: normal;
	color: #EB7200;
}

/**
* overflow: hidden
*/
div.description,
#context,
.section .item {
	overflow: hidden;
}

/**
*	overwrite basics
*	to include new style
*/

div.item{ /* two columns (300px * 2) + right-margin (15px) in one row (615px) */
	float: left;
	width: 615px;
	margin: 0 15px 15px 0;
	padding: 0px 0px 15px 0px;
}

div.item div.download,
div.item div.image {
	float: left;
	width: 125px;
	margin: 0px 5px 4px 0px;
	padding: 0px;
}

div.item div.description{
	float: left;
	padding: 0px 0px 0px 0px;
	width: 600px;
}

div.has_image div.description{
	padding-top: 10px;
	width: 460px;
}

div.has_download div.description {
	width: 460px;
}

div.has_image div.actions {
	padding-top: 10px;
}

#accounts div.item div.description{
	width: 465px;
}

#accounts div.has_image div.description{
	width: 350px;
}

#accounts div.item div.actions{
	float: right;
	width: 90px; /* ??? */
	width: 120px;
	margin: 0 15px 0 0;
	text-align: right; /* */
}

div.is_half{
	width: 300px;
}

div.section div.is_quarter {
	width: 145px;
    margin-right: 10px;
    background: none;
}

body.deliveryreport div.section div.is_quarter {
    width: 134px;
    margin-right: 10px;
    padding: 5px;
	text-align: center;
	background: #ccc;
	background: #e5e5e5;
	background: transparent url(footer-bg.gif) 0 -1px repeat-x;
	border: 1px solid #ccc;
	color: #333;
	font-weight: bold;
}

p.rate_total {
    font-size: 24px;
    margin-top: 5px;
}

p.rate_type {
    font-size: 16px;
    margin-bottom: 5px;
}

body.spoiler #content .item.is_quarter {
    background: none;
}

div.item.is_quarter div.description {
	width: 145px;
    padding-bottom: 10px;
}

div.is_half div.description{
	width: 160px;
}

body.browse div.title,
body.show div.title{
	_background: transparent url(/assets/design/footer-bg.gif) 0 0 repeat-x;
	background: #eee;
	padding: 7px 0 6px 0;
	border: 1px solid #ccc;
	border-width: 1px 0px;
}

body.browse div.title h1 {
	float: left;
	width: 385px;
	margin: 0 230px 0 5px;
}

body.show div.section,
body.browse div.section{
	background: none;
	padding-top: 0px;
}
/* Localized */

.message-content p{
	overflow: hidden;
}

.socialize {
    background-image: url("../design/socialize-facebook.png");
}

.facebook-find {
    float: left;
    margin-top: 23px;
    margin-bottom: 30px;
    background-image: url("../design/facebook-find.jpg");
    background-repeat: no-repeat;
}

.facebook-find span {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 148px;
    margin-bottom: 3px;
    overflow: hidden;
    text-indent: 250px;
    white-space: nowrap;
    width: 180px;
	display: block;
}

.clippingcroc {
    float: left;
    margin-top: 23px;
    margin-bottom: 30px;
    background-image: url("../design/medienbeobachtung-presseclipping-clippingcroc.png");
    background-repeat: no-repeat;
}

.clippingcroc span {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 148px;
    margin-bottom: 3px;
    overflow: hidden;
    text-indent: 250px;
    white-space: nowrap;
    width: 180px;
	display: block;
}

.news-assistent {
    margin-top: 20px;
    margin-bottom: 30px;
    background-image: url("../design/pr-assistent.jpg");
}

.news-assistent span {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 54px;
    margin-bottom: 3px;
    overflow: hidden;
    text-indent: 250px;
    white-space: nowrap;
    width: 180px;
	display: block;
}

.socialize span {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 52px;
    margin-bottom: 3px;
    overflow: hidden;
    text-indent: 250px;
    white-space: nowrap;
    width: 180px;
	display: block;
}

.widget{
	margin-bottom: 15px;
}

.widget .title h2,
body#about .title h2,
body#agb .title h2,
body#help .title h2,
body#press .title h2,
body#legal-notice .title h2,
body#signup .title h1{
	padding: 0 0 0 5px;
	margin: 0;
}

.widget .quicksearch input[type="submit"]{
	-moz-border-radius: 2px 2px 2px 2px;
    background: none repeat scroll 0 0 #000000;
    border: medium none;
    color: #FFFFFF;
    float: right;
    font-size: 10px;
    padding: 2px;
    width: auto;
}

.widget .quicksearch input[type="text"]{
	border: 1px solid #CCCCCC;
}

.widget .quicksearch .submit{
	position: relative;
	top: 5px;
}

.widget .quicksearch input[type="radio"]{
	position: relative;
	top: 2px;
}

.widget .quicksearch fieldset label {
    display: inline-block;
    width: 30px;
    padding-right: 3px;
     margin-bottom: 5px;
}

.widget .quicksearch fieldset input,
.widget .quicksearch fieldset select {
    width: 110px;
    float: right;   
}

body.products div.section,
body.spoiler div.section{
    background-image: none;
}

body.products .welcome,
body.spoiler .welcome{
	padding: 0px;
}

#signup .welcome h2,
body.spoiler .welcome h2 {
	font-size: 12px;
	line-height: 15px;
    font-family: arial, helvetica, sans-serif;
    font-weight: bold;
}

body.spoiler .welcome .item{
	margin-bottom: 0px;
}

#vendors #news .detail .image,
#accounts.news .detail .image,
#news.show .detail .image,
#accounts.publish .detail .image,
#vendors #references .detail .image{
	width: 240px;
    padding-right: 10px;
    padding-bottom: 5px;
    margin: 0px;
}

body#legal-notice .section{
	background-image: none;
}


body#legal-notice #content ol{
	list-style-type: decimal;
}

body#legal-notice #content ul{
	list-style-type: circle;
}

body#legal-notice #content ul,
body#legal-notice #content ol{
	margin-left: 15px;
}

body#legal-notice #content ul li,
body#legal-notice #content ol li{
	margin-left: 5px;
}

h1{
	font-size: 15px;
}

/*
#vendors h1{
	font-size: 18px;
}
*/

.wysiwyg-text{
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
}

.wysiwyg-text ul,
.wysiwyg-text ol{
    list-style-position: inside;
    margin-left: 5px;
}

.wysiwyg-text ul{
	list-style-type: circle;
}

.wysiwyg-text ol{
	list-style-type: decimal;
}

#footer p{
	padding: 0px 25px;
}

#vendors #contact .contact p.text,
#vendors #contact .address p.text,
#vendors #contact .profilelinks p.text{
	margin-top: 10px;
	display: block;
}

#vendors #contact .contact p.action,
#vendors #contact .address p.action{
	font-size: 11px;
	line-height: 12px;
	display: inline;
}

#vendors #contact .address p{
	margin: 0px;
}



#vendors #contact .activity p{
	margin: 0px;
}

body.skills#vendors #content div.section,
body.skills#vendors #content div.item{
	padding: 0 0 0 0;
}

#ProfileskillValueSlider{
    font-size: 62.5%;
    float: left;
    width: 340px;
}

.profileskills div.search-suggestion {
	float: left;
    position: relative;
    left: -345px;
	width: 115px;
	background: #EFF3F4 url("/assets/design/nav-vendor-bg.gif") repeat-x left top;
	border-left: 1px solid #E6ECF2;
	border-right: 1px solid #E6ECF2;
	z-index: 200;
}

.profileskills div.search-suggestion ul li {
	padding: 2px 2px 3px;
	line-height: 15px;
	border-bottom: 1px solid #E5E5E5;
}

#accounts .slider_basic{
    float: left;
    margin-left: 0px;
    width: 165px;
}

#accounts .slider_expert{
    float: left;
    width: 100px;
}

#vendors .skillbar .bar{
    border: none;
    padding: 0px;
    height: 12px;
    width: 200px;
    background:url("/assets/design/percentImage_back402.png") no-repeat scroll 1px 0 white;
}

#CertificateTypesSelect,
#ExperienceTypesSelect,
#skill_type{
    width: 340px;
}

body.browse.facebook #content .section,
body.browse.facebook #content .item {
    width: 500px;
}

body#news .facebook div.is_half {
    width: 240px;
}

body#news .facebook #content div.list {
    float: left;
    width: 240px;
}

body#news .facebook #content,
body#news .facebook #content div.section,
body#news .facebook #content #section,
#news.facebook #content {
    width: 500px;
}

body#news .facebook #content div.title {
    width: 100%;

    background: #eee;
	padding: 7px 0px 6px 0px;
	border: 1px solid #ccc;
	border-width: 1px 0px;

    height: 15px;
    
}

#vendors.facebook h1 {
    font-size: 15px;
}

#skills div.is_half div.description {
    width: 300px;
 }

#vendors.about .item{
     margin-bottom: 0px;
     padding-bottom: 5px;
}

#screenshots.full{
    margin: 10px;
}

.row{
    float: left;
    /*background: url("/assets/design/dots-horizontal.gif") repeat-x scroll 0 100% #FFFFFF;*/
/*    border-bottom: 1px dotted #ccc;*/
    /*padding-top: 15px;*/
}

.row .item{
    padding-top: 15px;
    padding-right: 7px;
    margin-right: 8px;
/*    border-right: 1px dotted #ccc;*/
}

.row .last{
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}

.row .item{
    background-image: none;
    margin-bottom: 0px;
}

.row.single{
    width: 100%;
}

.row.single .item{
    width: 605px;
    border-right: none;
}

#news .row.single{
    background: transparent url(/assets/design/dots-horizontal.gif) 0 100% repeat-x;
}

#news #news_section .item {
    padding-bottom: 0px;
}

#news .action {
    padding-bottom: 15px;
}

.row{
	float: left;
}

.row .last{
    margin-bottom: 15px;
}

#news .featured li,
.widget .top-news li,
.widget .spoiler-links li{
    border-bottom: 1px dotted #ccc;
    padding: 5px;
    padding-left: 15px;
    list-style: decimal inside none;
}

.widget .spoiler-links {
    padding-bottom: 15px;
}

#context .widget .top-news{
    padding-top: 15px;
}

#spoiler-image {
    padding-bottom: 15px;
}

#news.show #context .widget #functions{
    padding-top: 15px;
}

body.browse div.small_title,
body #content .small_headline{
    margin: 0px;
}

h1.small_headline {
    color: inherit;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    margin: 0 0 15px;
    text-transform: none;
}

#publish_news .item{
    margin: 0px;
    padding: 0px;
}

.carousel .description{
    width: 150px !important;
}

#main #content .item h1,
#main #content .item h1 a,
#main #content .item h3,
#main #content .item h3 a{
    color: #000000;
}

#help #context ul{
    margin-left: 10px;
}

.paging ul{
    font-size: 11px;
}

#global .description h4{
    margin: 0px;
    color: #111111;
}

#global .p{
	margin: 0 0 15px 0;
}


#global .h1{
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 18px;
	line-height: 15px;
	font-family: "ff-typestar-black-web-1","ff-typestar-black-web-2", arial, helvetica, sans-serif;
	font-weight: normal;
}

#global .h2{
	margin: 0 0 15px;
	font-weight: bold;
	font-size: 15px;
	line-height: 15px;
	font-family: "ff-typestar-black-web-1","ff-typestar-black-web-2", arial, helvetica, sans-serif;
	font-weight: normal;
}

#global .h3{
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 11px;
	line-height: 15px;
}

#global .h4{
	margin: 0 0 15px 0;
	font-size: 11px;
	line-height: 15px;
	color: #666;
}

#global .h5{
	font-size: 10px;
	line-height: 15px;
	text-transform: uppercase;
	color: #999;
}

body div.box,
body#help div.box,
body#functions div.box,
body#advantages div.box {
    clear: both;
    width: 615px;
    margin: 0 0 30px;
}

.subimage {
    color: #666666;
    font-family: arial,helvetica,sans-serif;
    font-size: 11px;
    line-height: 15px;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

div#reportmisc div.text {
    width: 615px;
    margin: 0 0 15px;
    float: left;
}

div#reportmisc label {
    width: 160px;
}

div#reportmisc label.black {
    width: 300px;
    color: #000;
}

/*  @tags
------------------------------------------------------------------------------------ */

.tags ul {
    margin:1em 0;
    text-align:center;
 }

 #context .tags ul {
     margin: 0;
}

.tags li,
#context .tags li {
    margin:0;
    padding: 5px 2px 0 2px;
    list-style:none;
    display:inline-block;
    line-height: 12px;
}
.tags li a {
    text-decoration:none;
    color:#fff;
    padding:0 2px;
}

.tags li a:hover {
    color:#cff400;
}

.tag1,
#context .tag1 {
    font-size:100%;
}

.tag2,
#context .tag2 {
    font-size:120%;
}

.tag3,
#context .tag3 {
    font-size:140%;
}

.tag4,
#context .tag4 {
    font-size:160%;
}

.tag5,
#context .tag5 {
    font-size:180%;
}

/* alternative layout */

.tags .alt {
    text-align:left;
    padding:0;
    background:none;
}

.tags .alt li {
    padding:2px 10px;
    background:#efefef;
    display:block;
}

.tags .alt .tag1,
.tags .alt .tag2,
.tags .alt .tag3,
.tags .alt .tag4,
.tags .alt .tag5{font-size:100%;}
.tags .alt .tag1{background:#7cc0f4;}
.tags .alt .tag2{background:#67abe0;}
.tags .alt .tag3{background:#4d92c7;}
.tags .alt .tag4{background:#3277ad;}
.tags .alt .tag5{background:#266ca2;}

.social-media-footer {
    padding: 0px 25px;
    margin: 0 0 15px;
}

.social-media-footer a {
    background-position: 15px center;
    background-repeat: no-repeat;
    padding: 2px 10px 2px 40px;
}

li.icon-facebook a {
    background-image: url("/assets/design/icons/facebook.png");
}

li.icon-googleplus a {
    background-image: url("/assets/design/icons/googleplus.png");
}

li.icon-twitter a {
    background-image: url("/assets/design/icons/twitter.png");
}

li.icon-rss a {
    background-image: url("/assets/design/icons/rss.png");
}

li.icon-prseiten a {
    background-image: url("/assets/design/icons/prseiten.png");
}

i.action-icon {
    font-size: 16px;
    color: black;
    padding-right: 5px;
    padding-left: 5px;
}

i.action-icon-inactive {
    font-size: 16px;
    color: grey;
    padding-right: 5px;
    padding-left: 5px;
}

a.profilelink span {
    padding-left: 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
}

.context_header {
    font-family: "ff-typestar-black-web-1","ff-typestar-black-web-2",arial,helvetica,sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    padding-left: 5px;
}

.published_info {
    color: #666666;
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 15px;
    text-transform: none;
}

ul.help {
    padding-left: 30px;
    margin-bottom: 15px;
    list-style-type: disc;

    float: left;
    width: 580px;
}

.footer_links {
    margin-bottom: 15px;
}

.title-small {
    padding: 4px 0 5px !important;
}#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 102; text-align: center; line-height: 0;}
#lightbox img { width: auto; height: auto;}
#lightbox a img { border: none; }

#outerImageContainer{ font-size: 10px; position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px;}

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 101; width: 100%; height: 500px; background-color: #000; }

/* = contact picker */

#lightbox div.title {
	margin: 0;
	padding: 0;	
	height: auto;
	width: 100%;
}

#lightbox div.title h3 {
	margin: 0;
	padding: 9px 5px;
	text-align: left;
}

#lightbox div.alphabet {
	float: left;
	margin: 0 0 14px 0;
	border-bottom: 1px solid #ccc;
}

#lightbox div.alphabet li.selected a {
	color: #000;
	font-weight: bold;	
	text-decoration: none;
}

#lightbox div.list {
	margin: 0;
	text-align: left;
	float: left;
	width: 100%;
	height: 280px;
	overflow: auto;
}/*!
 *  Font Awesome 4.0.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.2');
  src: url('../fonts/fontawesome-webfont.eot?v=4.0.2#iefix') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.2') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.2') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.2#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571428572em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-mail-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
