/** Master style definitions for jobtourist.net **/
/*
@font-face {
	font-family: 'Blue Highway Regular';
	src: url('bluehigh-webfont.eot');
	src: url('bluehigh-webfont.woff') format('woff'), url('bluehigh-webfont.ttf') format('truetype'), url('bluehigh-webfont.svg#webfontVLjGgyeA') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HitTheRoad';
	src: url('hitroad-webfont.eot');
	src: url('hitroad-webfont.woff') format('woff'), url('hitroad-webfont.ttf') format('truetype'), url('hitroad-webfont.svg#webfontVTRo4YIO') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/

@font-face {
	font-family: 'ChunkFive';
	src: url('ChunkFive.ttf.woff') format('woff'),
	     url('ChunkFive.ttf.svg#ChunkFive') format('svg'),
	     url('ChunkFive.ttf.eot'),
	     url('ChunkFive.ttf.eot?#iefix') format('embedded-opentype'); 
	font-weight: normal;
	font-style: normal;
}

body, p, div {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
}

body {
	background: url('gradient.png') bottom left repeat-x fixed #a3d5eb;
	margin: 0;
	color: black;
}

body.iframe {
	background: #fff;
}

h1 {
	font-size: 1.4em;
	margin-top: 0;
	margin-bottom: 1em;
	color: #711848;
}

h2 {
/*
	color: #666;
	font-weight: normal;
	*/
	font-size: 1.2em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h2.topalign {
	margin-top: 0;
}

h3 {
	font-size: 1.2em;
}

h4 {
	margin-bottom: 0;
}

hr {
	height: 1px;
	color: transparent;
	margin: 1.5ex 0;
	border: 0;
	border-bottom: 1px solid #ccc;
}

a {
	color: #4c453f;
}

a.hover {
	text-decoration: none;
}

a.hover:hover {
	text-decoration: underline;
}

a.titlelink {
	color: #711848;
}

a.poplink {
	color: #7b8930;
	font-weight: bold;
}

span.underline {
	text-decoration: underline;
}

img {
	border: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #ccc;
	padding: 1em;
}

fieldset legend,
span.legend,
div.legend {
	color: #666;
	font-weight: bold;
	padding: 0 0.5em;
}

div.legend {
	padding-left: 0;
	margin-bottom: 0.3em;
}

p.hline {
	border-top: 2px solid #EEEFE5;
	height: 4px;
}

th {
	text-align: left;
}

td.topalign {
	vertical-align: top;
}

ul li,
ol li {
	padding: 0.15em 0;
}

textarea {
	padding: 2px;
	margin: 0;
}

input.backgroundtext,
textarea.backgroundtext {
	color: #999;
}

input.radiobutton {
	margin-left: 0;
	margin-right: 0.4em;
}

#editform fieldset,
#signupform fieldset,
.recordform fieldset,
.recordform table.formselectiontable {
	margin-bottom: 1.5em;
}

/* in IE legend margin == fieldset padding */
html.ie7 fieldset,
html.ie8 fieldset {
	padding-top: 0em;
}

html.ie7 fieldset legend,
html.ie8 fieldset legend {
	margin-bottom: 1em;
}

.recordform fieldset .editbox {
	margin-bottom: 1em;
}

html.js .nonjs {
	display: none;
}

.jsonly {
	display: none;
}

html.js p.jsonly,
html.js li.jsonly,
html.js ul.jsonly,
html.js div.jsonly,
html.js fieldset.jsonly {
	display: block;
}

html.js a.jsonly,
html.js span.jsonly {
	display: inline;
}

.rightalign {
	text-align: right;
}

.black {
	color: #000;
}

.strong {
	font-weight: bold;
}

.smaller {
	font-size: 85%;
}

.halfpar {
	display: block;
	margin: 0.4em 0;
}

.recordform .editable:hover {
	background: #f7fdcb;
}

span.new {
	color: #bf4904;
	font-weight: bold;
}

div.scrollframe {
	overflow: auto;
	max-height: 20em;
	padding: 1em;
	border: 1px solid #b7af99;
}

div.scrollframe h1 {
	color: #4c453f;
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0.5em;
}

/****		Page layout		****/

#outerbody {
	display: block;
	position: relative;
	padding: 0 0 3em 0;
}

#innerbody {
	position: relative;
	margin: 0 auto;
	padding-top: 50px;
}

#pageheader {
	position: relative;
	height: 125px;
	background: url('headerbg.jpg') bottom left repeat-x #eaecdb;
/*	border-bottom: 2px solid #a1a28b; */
	z-index: 1;
}

#langselection {
	position: absolute;
	top: 1em;
	right: 48px !important;
	right: 1em;
	width: 20em;
	text-align: right;
	z-index: 10;
}

#langselection a,
#langselection span {
	font-size: 0.8em;
	padding-left: 0.5em;
}

#langselection span {
	color: #bf4904;
}

#langselection a {
	text-decoration: none;
}

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

#headlogo {
	padding: 7px 0 0 22px;
}

#pagebody {
	min-height: 360px;
	padding: 20px 0;
	background: #fff;
}

#pageshadow {
	width: auto;
	-moz-box-shadow: 0px 1px 3px #555;
	-webkit-box-shadow: #555 0px 1px 3px;
}

html.ie #pageshadow {
	border-right: 1px solid #6591a5;
	border-bottom: 1px solid #538297;
}


/**** Define 3 cols layout ****/

table.layout3cols {
	width: 100%;
	min-height: 320px;
	table-layout: fixed;
}

.layout3cols td.pagecontent {
	width: 80%;
	padding: 0 10px 1em 10px;
	border-left: 2px solid #eeefe5;
	border-right: 2px solid #eeefe5;
}

.layout3cols td.leftcol {
	width: 166px;
	padding-left: 20px;
	padding-right: 8px;
}

.layout3cols td.rightcol {
	width: 182px;
	padding-left: 8px;
	padding-right: 10px;
}

/* Safari/Webkit takes width: as the outer width */
html.safari .layout3cols td.leftcol {
	width: 194px;
}

html.safari .layout3cols td.rightcol {
	width: 200px;
}

div.pagecontent {
	padding: 1.2em 1.5em;
	background: #fff;
}

p.readtext,
div.readtext {
	width: 36em;
}

/**** Define 2 cols layout ****/

table.layout2cols {
	width: 100%;
	min-height: 320px;
	table-layout: fixed;
}

.layout2cols td.pagecontent {
	width: 90%;
	padding: 0 8px 1em 20px;
	border-right: 2px solid #eeefe5;
}

.layout2cols td.rightcol {
	width: 182px;
	padding-left: 8px;
	padding-right: 10px;
}

/* Safari/Webkit takes width: as the outer width */
html.safari .layout2cols td.rightcol {
	width: 200px;
}

.clear {
	display: block;
	clear: both;
}

#userstatusbox {
	margin-right: -24px;
	margin-bottom: 2em;
}

html.ie7 #userstatusbox {
	position: absolute;
	left: 8px;
	top: 0;
	width: 200px;
	padding-bottom: 0.3em;
}

html.ie7 td.rightcol {
	position: relative;
	padding-top: 120px;
}

#userstatusbox h3 {
	color: white;
	font-size: 0.9em;
	text-transform: uppercase;
	white-space: nowrap;
	margin: 0;
	padding: 4px 1em 6px 32px;
	background: url('userstatusbox.png') -220px 0 no-repeat transparent;
}

#userstatusbox h3 a {
	color: white;
	text-decoration: none;
}

#userstatusbox .box-inner {
	background: url('userstatusbox.png') top left repeat-y transparent;
	padding: 1em;
}

#userstatusbox .box-inner div {
	margin-top: 0.8em;
}

#userstatusbox .box-bottom {
	background: url('userstatusbox.png') -220px -30px no-repeat transparent;
	height: 10px;
}

#pagefooter {
	position: relative;
	background: #cfd0bf;
}

#pagefooter .footercontent {
	margin: 0 auto;
	padding: 0.6em 1em 0.4em 1em;
	color: #333;
	font-size: 0.8em;
}

#pagefooter .footercontent a {
	color: #333;
	padding-left: 0.2em;
	padding-right: 0.2em;
	text-decoration: none;
}

#pagefooter .footercontent a:hover {
	text-decoration: underline;
}

#pagebottom {
	min-height: 100px;
	margin: 1em auto;
}

#pagebottom div {
	color: #fff;
}

/* define overall page width */

#innerbody, #pagebottom {
	width: 940px;
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-left: 0;
	padding-right: 0;
}

body.narrow #innerbody, body.narrow #pagebottom {
	width: 840px !important;
	min-width: 840px !important;
}


/****		Navigation	 ****/

#topnavigation {
	position: absolute;
	right: 10px;
	top: -8px;
	width: auto;
}

#mainmenubar {
	position: relative;
	height: 104px;
}

#submenubar {
	position: relative;
	margin-top: 4px;
	padding-left: 1px;
	height: 1.6em;
	width: auto;
}

html.ff2 #submenubar {
	float: right;
	padding-right: 0.5em;
}

ul.mainmenu,
ul.submenu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}

ul.mainmenu {
	height: 104px;
	float: right;
}

html.ie7 ul.mainmenu {
	float: none;
}

ul.mainmenu li,
ul.submenu li {
	float: left;
	display: block;
	padding: 0 0.5em;
}

ul.mainmenu li {
	padding: 80px 2px 6px 2px;
	margin: 0;
}

ul.mainmenu li a {
	color: #464646;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0.6em 2px 0.6em;
}

ul.mainmenu li a:hover {
	color: #000;
}

ul.mainmenu li.selected {
	background: url('topnavselected.png') top left repeat-x;
}

ul.mainmenu li.selected a {
	color: white;
}

ul.submenu li a {
	color: #7f8172;
	font-weight: bold;
	text-decoration: none;
}

ul.submenu li a:hover,
ul.submenu li.selected a {
	color: #464646;
}

ul.submenu li.selected a.submenulink {
	color: black;
	text-decoration: none;
}

/****		Total navigation	****/

.fullnavigation {
	position: relative;
	padding-left: 1em;
}

.fullnavigation a,
.socialmedialinks li a {
	color: #d5e6ee;
	font-size: 0.9em;
	text-decoration: none;
}

.fullnavigation .linklist a {
	font-weight: normal;
}

.fullnavigation .linklist {
	margin-top: 0.2em;
}

.fullnavigation a:hover,
.socialmedialinks li a:hover {
	text-decoration: underline;
}

.fullnavigation .navbox {
	float: left;
	min-width: 8em;
	margin-right: 3em;
}

.fullnavigation h3 {
	font-size: 1em;
	margin: 0;
}

.socialmedialinks {
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	list-style: none;
	margin: 0 1em;
	padding: 0;
}

.socialmedialinks li {
	margin-bottom: 0.2em;
}

.socialmedialinks li a,
.oauthlinks td span.fblink {
	padding: 2px 0 2px 24px;
	background: url('sprites.png') -20px -0 no-repeat;
}

.socialmedialinks a.rsslink {
	background-position: 0 -280px;
}

.socialmedialinks a.fblink,
.oauthlinks td span.fblink {
	background-position: 0 -340px;
}

.socialmedialinks a.twitterlink {
	background-position: 0 -360px;
}

.socialmedialinks a.iconmail {
	background-position: 0 -262px;
}


/****		Left/right col object styles		****/

.leftcol {
	position: relative;
}

.leftcolbox,
.rightcolbox {
	position: relative;
	margin-bottom: 2em;
}

.leftcolbox h3.boxtitle,
.rightcolbox h3.boxtitle,
.leftcol .csc-default h1,
.leftcol .csc-frame h1,
.rightcol .csc-default h1,
.rightcol .csc-frame h1 {
/*	font-family: 'Blue Highway Regular', sans-serif;
	font-weight: normal;
	letter-spacing: 0.5pt; */
	font-size: 0.9em;
	text-transform: uppercase;
	color: white;
	background: #b5b3b2;
	padding: 0.3em 1em 0.15em 1em;
	margin-bottom: 0.8em;
	white-space: nowrap;
}

.leftcolbox h3.boxtitle,
.leftcol .csc-frame h1,
.leftcol .csc-default h1 {
	margin: 0 -5px 1em -30px;
	padding: 0.3em 1em 0.5em 30px;
	background: url('leftboxtitle.png') bottom left no-repeat transparent;
}

html.ie7 .rightcolbox,
html.ie7 .leftcol .csc-default,
html.ie7 .leftcol .csc-frame-frame1,
html.ie7 .rightcol .csc-default,
html.ie7 .rightcol .csc-frame-frame1 {
	position: relative;
	padding-top: 1.5em;
}

html.ie7 .leftcolbox {
	padding-top: 2.5em;
}

html.ie7 .leftcol .csc-default h1,
html.ie7 .leftcol .csc-frame-frame1 h1,
html.ie7 .leftcolbox h3.boxtitle {
	position: absolute;
	left: -20px;
	top: 0;
	width: 200px;
	margin-left: -10px;
	padding-bottom: 0.3em;
}

html.ie7 .leftcolbox h3.boxtitle {
	margin-left: -10px;
}

html.ie8 .leftcolbox h3.boxtitle,
html.ie8 .layout2cols .rightcolbox h3.boxtitle,
html.ie8 .layout2cols .rightcol .csc-default h1 {
	padding-bottom: 0.4em;
}

/*
.leftcolbox a.bottomlink,
.rightcolbox a.bottomlink,
.featurebox a.bottomlink, */
.contentblock-morelink a.morelink {
	color: #7b8930;
	font-weight: bold;
}

.rightcolbox,
.rightcol .csc-frame,
.rightcol .csc-default {
	padding-left: 1em;
}


.rightcolbox p,
.rightcol .csc-frame p,
.rightcol .csc-default p {
	font-size: 1em;
}

.rightcolbox h3.boxtitle,
.rightcol .csc-frame h1,
.rightcol .csc-default h1 {
	margin-top: 0;
	margin-left: -1em;
}

.layout2cols .rightcolbox,
.layout2cols .rightcol .csc-frame1,
.layout2cols .rightcol .csc-default {
	position: relative;
	font-size: 1em;
	padding-left: 1em;
}

.layout2cols .rightcolbox h3.boxtitle,
.layout2cols .rightcol .csc-frame h1,
.layout2cols .rightcol .csc-default h1 {
	font-size: 0.9em;
	margin: 0 -30px 1em -1em;
	padding: 0.3em 30px 0.5em 1em;
	background: url('rightboxtitle.png') bottom left no-repeat transparent;
}

.rightcol .csc-default .helptitle,
.layout2cols .rightcol .csc-frame-frame2 h1 {
	padding: 0.3em 1em 0.15em 1em;
	margin: 0 0 0.8em -1em;
	background: #b5b3b2;
}

html.ie7 .layout2cols .rightcol .csc-default h1,
html.ie7 .layout2cols .rightcol .csc-frame-frame1 h1,
html.ie7 .layout2cols .rightcolbox h3.boxtitle {
	position: absolute;
	left: 1em;
	top: 0;
	width: 200px;
	padding-bottom: 0.3em;
}

.leftcolbox h3.fbboxtitle {
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
	padding-left: 50px;
	padding-bottom: 5px;
	background-image: url('fbboxtitle.png');
}

.leftcol div + div.facebookbox {
	margin-top: 2em;
}


/****		Button styles		****/

input.textlink {
	border: 0;
	background: none;
	cursor: pointer;
	color: #4c453f;
	text-decoration: underline;
	padding: 0;
	font-size: 0.92em;
}

a.button,
span.button {
	display: inline-block;
	height: 28px;
	padding: 0 10px 0 0;
	background: url('buttons.png') right -28px no-repeat transparent;
	text-decoration: none;
	line-height: 1em;
	cursor: pointer;
}

.button-inner {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	line-height: 1em;
	height: 18px;
	padding: 7px 0 3px 10px;
	background: url('buttons.png') top left repeat-x transparent;
	border: 0;
	white-space: nowrap;
	cursor: pointer;
}

a.mainaction,
span.mainaction {
	background-position: right -84px;
}

a.mainaction .button-inner,
span.mainaction .button-inner {
	background-position: 0 -56px;
}

a.darkbutton,
span.darkbutton,
div.theme2 a.mainaction,
div.theme2 span.mainaction {
	background-position: right -196px;
}

a.darkbutton .button-inner,
span.darkbutton .button-inner,
div.theme2 a.mainaction .button-inner,
div.theme2 span.mainaction .button-inner {
	background-position: 0 -168px;
}

a.purplebutton,
span.purplebutton {
	background-position: right -140px;
}

a.purplebutton .button-inner,
span.purplebutton .button-inner {
	background-position: 0 -112px;
}

input.button-inner {
	display: inline-block;
	padding-top: 0px;
	height: 28px;
	font-size: 1em;
	margin: 0;
}

html.ie7 a.button,
html.ie7 span.button {
	vertical-align: middle;
}

html.ie a.button .button-inner {
	padding: 6px 0 4px 10px;
}

html.ie7 a.button .button-inner {
	padding: 5px 0 5px 10px;
}

html.ff2 a.button,
html.ff2 span.button {
	padding: 5px 10px 5px 0;
	vertical-align: middle;
}

html.ff2 .button-inner {
	padding: 5px 0 5px 10px;
}

html.ff2 input.button-inner {
	padding-top: 1px;
}


/****		Content object styles		****/

div.messagebox {
	position: relative;
	margin: -20px 0 8px 0;
	padding: 0.7em 60px 0.5em 210px;
	font-size: 110%;
	background: url('sprites.png') -100px 0px no-repeat;
	border-bottom: 2px solid white;
}

body.iframe div.messagebox {
	margin: 0;
	padding-left: 1.5em;
	background-image: none;
}

div.messagebox a.close {
	position: absolute;
	display: block;
	top: 0.6em;
	right: 20px;
	width: 15px;
	height: 15px;
	margin-left: -100px;
	background: url('sprites.png') 0px -400px no-repeat;
	text-decoration: none;
}

div.inlinemessage {
	margin: 1em 0;
	padding: 0.6em 0.8em 0.5em 0.8em;
	border-width: 2px;
	border-style: solid;
}

div.confirm {
	background-color: #c5e99a;
	background-position: 172px -520px;
	border-color: #a9b34f;
	color: #548a00;
}

div.notice {
	background-color: #fffbb6;
	background-position: 172px -620px;
	border-color: #fad562;
	color: #4C453F;
}

div.info {
	background-color: #eaf5fa;
	background-position: 172px -570px;
	border-color: #7db7d0;
	color: #d5eaf5;
}

div.error {
	background-color: #e8b4b2;
	background-position: 172px -670px;
	border-color: #ca6f69;
	color: #a00;
}

p.noscriptwarning {
	padding: 0.3em 0.6em;
	margin-top: 3em;
	margin-bottom: -1em;
	font-size: 1em;
	background: #eaf5fa;
	border: 2px solid #7db7d0;
	color: #1F519A;
}

ul.linklist {
	list-style: none;
	margin: 0.5em 0;
	padding: 0;
}

ul.linklist li,
ol.progresslist li {
	font-weight: bold;
	font-size: 0.9em;
}

p.backlink {
	margin-top: 2em;
}

.leftcolbox ul.linklist a {
	color: #4c453f;
}

.fullnavigation ul.linklist li {
	padding: 0.1em;
}

.pagecontent p,
.pagecontent li,
.pagecontent .bodytext,
.featurebox .bodytext,
.pagecontent .reviewtext,
.pointerbox .quickhelptext {
	line-height: 1.3em;
}

.pagecontent h1,
.pagecontent h2,
.pagecontent h3 {
	line-height: 1.2em;
}

.pagecontent ul {
	margin: 1em 0;
	padding-left: 1.2em;
}

.pagecontent ul ul,
.pagecontent ul ol,
.pagecontent ol ul,
.pagecontent ol ol {
	margin: 0.5em 0;
}

.pagecontent ol,
.quickhelptext ol {
	margin: 1em 0;
	padding-left: 1.6em;
}

.pagecontent ul.linklist {
	padding: 0 0.3em;
}

.pagecontent ul.linklist li {
	font-size: 1em;
}

.pagecontent h3 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
}

.pagecontent h4 {
	margin-bottom: 0.5em;
}

.pagecontent h3 + p,
.pagecontent h4 + p {
	margin-top: 0.5em;
}

.leftcol .bodytext,
.rightcol .bodytext,
.rightcol li {
	line-height: 1.2em;
}

ul.searchhints {
	margin-top: 0.3em;
}

p.jumptotop {
	text-align: right;
}

a.jumptotoplink {
	color: #999;
	text-decoration: none;
}

a.jumptotoplink:hover {
	text-decoration: underline;
}

p.hint,
td.hint,
div.hint,
span.hint,
.csc-frame-invisible {
	color: #666;
/*	font-style: italic; */
}

td.label,
.formlabel {
	font-weight: normal;
	padding-right: 0.5em;
	white-space: nowrap;
}

td.formlabel {
	vertical-align: top;
	padding-top: 0.4em;
	white-space: nowrap;
}

span.formlabel {
	display: inline-block;
	padding-bottom: 0.3em;
}

div.formlabel {
	position: relative;
	margin-bottom: 0.3em;
}

td.wrap {
	white-space: normal;
}

td.formhint {
	color: #666;
	font-size: 85%;
}

p.formhint,
div.formhint {
	color: #666;
	margin: 0.5em 0;
}

.formexplain {
	margin-top: 0;
	padding: 4px 10px 3px 26px;
	color: #333;
	background: url('sprites.png') 4px -722px no-repeat #fffdd1;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
}

.formintro {
	margin: 0 0 0.5em 0;
}

ul.oauthlinks {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.oauthlinks li {
	float: left;
	display: block;
	margin-right: 1.5em;
	margin-top: 1em;
}

ul.oauthlinks li.disabled {
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}

a.google_oauth_button {
	display: block;
	border: 1px solid #ccc;
	background: url('sprites.png') 0 -200px no-repeat #f8f8f8;
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}

span.google_oauth_text {
	display: block;
	font-size: 0.85em;
	margin: 1px 1px 0 21px;
	padding: 2px 6px 0px;
	font-weight: bold;
}

html.ie7 span.google_oauth_text {
	padding: 1px 6px 2px;
}

.oauthlinks span.google {
	background: url('sprites.png') 0 -200px no-repeat;
	padding: 2px 0 2px 24px;
}

table.oauthlinks td {
	padding: 0.5em 1.5em 0.3em 0;
}

span.mandatory {
	padding-left: 0.2em;
}

.formappend {
	padding-left: 0.6em;
	color: #666;
}

.formerror {
	color: #CC0000;
}

.recordform div.formerror {
	margin-top: 0.3em;
}

input.formerror,
textarea.formerror {
	border: 2px solid #d66;
	background: #fdd;
	padding: 2px;
}

input.lang_de,
input.lang_en,
textarea.lang_de,
textarea.lang_en {
	background-image: url('flag_de.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

input.lang_en,
textarea.lang_en {
	background-image: url('flag_en.gif');
}

table.formselectiontable td .formtable {
	margin: 0.5em 0;
}

.formtable td {
	padding: 0.3em 0.3em 0.1em 0.3em;
}

.formtable td.formerror {
	padding: 0 0.3em 0.3em 0.5em;
}

.formtable td.formlabel {
	padding-top: 0.6em;
}

.formtable .languages label {
	display: inline-block;
	min-width: 6em;
	padding-right: 1.5em;
}

.formtable tr.separator td {
	border-top: 1px solid #666;
	padding-top: 0.5em;
}

.formtable td.currency,
.formtable input.currency {
	text-align: right;
}

.formtable td.totalprice {
	font-weight: bold;
	width: 9em;
}

.formbuttons {
	margin-top: 2em;
}

.wizardformbuttons {
	position: relative;
	margin-top: 2em;
}

.wizardformbuttons .rightalign {
	position: absolute;
	top: 0;
	right: 0;
}

#floatingformbuttons {
	display: none;
	position: fixed;
	bottom: 0px;
	height: 32px;
	width: 100%;
	padding: 8px 0 6px 0;
	margin: 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.88);
	z-index: 800;
}

#floatingformbuttons .rightalign {
	top: 8px;
}

.requestactionbuttons {
	margin-top: 1.2em;
	padding: 0.5em;
	color: #999;
	background: #eeefe5;
}

a.mainaction,
input.mainaction,
span.mainaction input.button-inner {
	font-weight: bold;
}

.contentblock {
	margin-top: 2em;
	border: 1px solid #ddd;
}

.contentblock-inner {
	padding: 0 1em 0.5em 1em;
}

.contentblock-scroll {
	overflow: auto;
	max-height: 250px;
}

.contentblock-morelink {
	padding: 0.6em 0.8em;
}

.pagecontent h3.sectiontitle,
.contentblock h3.boxtitle,
.recordlist .listtitle {
	position: relative;
	margin: 0;
	padding: 0.3em 0.5em;
	background: #b7af99;
	color: #fff;
	font-size: 0.9em;
	text-transform: uppercase;
}

.pagecontent .announcebox,
.pagecontent .csc-frame-frame2 {
	color: #4c453f;
	font-size: 1.2em;
	font-weight: bold;
	border: 3px solid #B7AF99;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background: #f9f7ed;
	padding: 1em;
	margin: 1em 0;
}

.pagecontent .newannouncebox {
	margin-top: 1.5em;
	background: #f9f7ed;
	border: 1px solid #D7CFB9;
	padding: 0.4em 0.8em;
}

ul.categorylist {
	list-style: none;
	margin: 0.5em 0;
	padding: 0;
}

div.expanded a.togglelink,
div.collapsed a.togglelink,
ul.categorylist li a.categorylink {
	font-weight: bold;
	padding-left: 20px;
	background: url('collapsed.gif') 3px 3px no-repeat;
}

div.expanded a.togglelink,
ul.categorylist li.expanded a.categorylink {
	background-image: url('expanded.gif');
}

div.expanded a.togglelink {
	font-weight: normal;
}

ul.categorylist ul.professionslist {
	margin-left: 1.5em;
	list-style: disc;
}

ul.linklist .profilecount,
ul.professionslist .profilecount {
	padding-left: 0.3em;
	font-weight: normal;
	color: #999;
}

.loadingthrobber {
	display: block;
	height: 20px;
	padding-left: 24px;
	background: url('loadthrobber.gif') no-repeat;
}

ul.categorylist .loadingthrobber {
	margin: 0.5em 1.5em;
}

.thumbnailcontainer {
	margin: -0.5em;
}

.thumbnailbox,
.thumbnailcontainer .ui-sortable-placeholder  {
	float: left;
	width: 150px;
	height: 164px;
	margin: 0.6em;
	border: 1px solid #ccc;
	background: #fff;
	overflow: hidden;
}

.thumbnailimg {
	text-align: center;
	padding: 6px;
	min-height: 90px;
}

.thumbnailtitle {
	margin-top: 0;
	text-align: center;
	margin: 0.2em 0.2em 0.5em 0.2em;
}

.recordform .thumbnailimg,
.recordform .thumbnailimg a {
	cursor: move;
}

.recordform .ui-sortable-helper {
	-moz-box-shadow: 1px 1px 10px #ccc;
	-webkit-box-shadow: #ccc 1px 1px 10px;
}

.recordform .thumbnailcontainer .ui-sortable-placeholder {
	border: 1px dashed #ccc;
}

.recordform .thumbnailtitle {
	position: relative;
	text-align: left;
	padding-left: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.recordform .thumbnailtitle input {
	position: absolute;
	top: -1px;
	left: 2px;
}

.recordform .thumbnailimg {
	min-height: 120px;
}

.messagethread {
	width: 612px;
}

.threaditem {
	margin-top: 1em;
}

.threaditem .sender-info {
	float: left;
	width: 92px;
	font-size: 80%;
	text-align: center;
}

.threaditem .sender-info .thumbnail {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-bottom: 8px;
}

.threaditem .sender-info.left {
	margin-right: 6px;
}

.threaditem .sender-info.right {
	float: right;
	margin-left: 6px;
}

.threaditem .sender-info span.name,
.threaditem .sender-info span.datetime {
	display: block;
	margin-bottom: 0.3em;
}

.threaditem .message {
	position: relative;
	float: left;
	width: 400px;
	padding: 0 5px;
}

.messageform .message {
	width: 500px;
}

.messageform .sender-info {
	width: 60px;
}

.threaditem .message .inner {
	background: #fff;
	border: 1px solid #b8ae98;
	padding: 0.8em;
}

.threaditem .message .leftwedge,
.threaditem .message .rightwedge {
	position: absolute;
	width: 6px;
	height: 11px;
	left: 0;
	top: 20px;
	background: url('bubbles.gif') 0 0 no-repeat;
}

.threaditem .message .rightwedge {
	left: auto;
	right: 0;
	background-position: -6px 0;
}

.threaditem .message p {
	margin-top: 0.5em;
}

.threaditem .message textarea {
	width: 98%;
}

.threaditem .message .formbuttons {
	margin-top: 0.6em;
}

.reviewblock {
	margin: 1em 0 1em 0;
	padding-bottom: 1em;
	border-bottom: 1px solid #B7AF99;
}

.reviewblock .reviewtitle {
	font-style: italic;
}

.reviewblock .reviewtitle .ratingstars {
	display: inline-block;
	margin-right: 0.5em;
}

.reviewblock .reviewtext {
	margin: 1em 0 0 0;
}

.serviceitem {
	position: relative;
	border: 1px solid #ccc;
	margin: 1em 0;
	padding: 0.5em 0.8em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
}

.serviceitem .delreclink {
	position: absolute;
	bottom: 0.7em;
	right: 0.8em;
	text-align: right;
}

.serviceimage {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

.recordtable {
	width: 100%;
}

.contentblock .recordtable {
	margin-top: 0.5em;
}

.recordtable th,
.recordtable td {
	padding: 0.4em 0.8em 0.4em 0.4em;
	border-bottom: 1px solid #ccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contentblock .recordtable th,
.contentblock .recordtable td {
	padding: 0.3em 0.8em 0.3em 0.8em;
}

.recordtable .action {
	padding-right: 0.3em;
	text-align: right;
	color: #999;
}

.recordtable th.action {
	color: black;
}

.recordtable td.profile {
	max-width: 20em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.contentblock .recordtable .action {
	padding-right: 0.8em;
}

div.published,
div.unpublished,
.linklist li.published,
.linklist li.unpublished,
.contentblock .recordtable .published,
.contentblock .recordtable .unpublished {
	background: url('sprites.png') 4px -98px no-repeat;
	padding: 5px 1em 4px 28px;
}

div.published,
.linklist li.published,
.contentblock .recordtable .published {
	background-position: 4px -138px;
}

a.actionlink {
	font-weight: normal;
}

a.mainactionlink {
	color: #bf4904;
}

.sharelinks {
	margin-top: 1em;
}

.sharelinks div {
	margin-bottom: 0.6em;
}

a.iconfb,
a.iconfan,
a.iconmail,
a.icontwitter,
a.icongoogle {
	background: url('sprites.png') 0 -220px no-repeat;
	padding: 3px 0 3px 28px;
}

a.icontwitter {
	background-position: 0 -240px;
}

a.iconmail {
	background-position: 0 -258px;
}

a.iconfan {
	background-position: 0 -298px;
}

a.icongoogle {
	background-position: 0 -200px;
}

#facebookconnectbox {
	min-height: 70px;
	margin-bottom: 0;
}

#facebookconnectbox .fb_profile_pic_rendered {
	float: left;
	margin-right: 0.5em;
	width: 50px;
	height: 50px;
}

/** Jobprofile page **/

.jobprofileblock {
	margin-bottom: 3em;
}

.jobprofileblock .profiletitle h1 {
	display: inline;
}

.jobprofileblock .profiletitle {
	margin-top: -10px;
	margin-bottom: 0.2em;
}

.jobprofileblock .profilelocation {
	margin: 0 0 0.2em 0;
	font-size: 1.1em;
	font-weight: bold;
	color: #555;
}

.jobprofileblock .maplink {
	padding-left: 0.3em;
	font-size: 0.9em;
	color: #999;
}

.jobprofileblock .profession {
	margin: 0 0 0.2em 0;
	font-weight: bold;
	color: #808080;
}

.jobprofileblock .profession a.hover {
	color: #808080;
}

.jobprofileblock .priceline {
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 0.2em 0;
	vertical-align: bottom;
}

.jobprofileblock .altpriceline {
	font-weight: normal;
	margin: -0.1em 0 0.2em 0;
	color: #777;
}

.jobprofileblock .priceline .pricefrom {
	font-size: 0.8em;
}

.jobprofileblock .priceaddline {
	font-weight: normal;
	color: #777;
}

.jobprofileblock .priceaddline .numdays {
	font-size: 105%;
	color: #333;
}

.jobprofileblock .profilepicture {
	float: left;
	margin: 1em 1em 1em 0;
}

.profilefloatright {
	float: right;
	width: 165px !important;
	min-height: 200px;
	padding-top: 10px;
	padding-left: 1em;
	margin-bottom: 1em;
}

.jobprofileblock .contactbutton {
	margin-top: 1em;
	margin-left: -2px;
}

.jobprofileblock .helplink {
	font-size: 0.9em;
	margin: 0.3em 0 0 1em;
}

html.ff2 .jobprofileblock .helplink {
	margin-top: 1em;
}

a.contactbutton span.button-inner,
html.ie a.contactbutton span.button-inner {
	padding-left: 1.6em;
	padding-right: 1em;
}

.jobprofileblock .ratingblock {
	height: 68px;
}

.csc-default .priceinfo,
.jobprofileblock .priceinfo {
	position: relative;
	padding: 0.5em;
	margin: 0.6em 0;
	background: #eeefe5;
}

.csc-default .priceinfo .priceline,
.jobprofileblock .priceinfo .priceline {
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 0.2em 0;
}

.jobprofileblock .priceinfo .altprice {
	font-weight: normal;
	font-size: 0.8em;
	padding-left: 0.5em;
	color: #555;
}

.csc-default .priceinfo .priceaddline,
.jobprofileblock .priceinfo .priceaddline {
	color: #333;
}

.jobprofileblock .tabbedcontent h3 + p {
	margin: 0.3em 0;
}

.jobprofileblock .tabbedcontent ul,
.jobprofileblock .tabbedcontent ol {
	margin: 0.5em 0;
}

.jobprofileblock div.hint {
	color: #666;
	font-style: normal;
	margin-top: 1.5em;
}

.questionblock {
	margin-bottom: 2em;
}

.questionblock .question {
	margin-left: 0;
	margin-bottom: 0.3em;
	font-weight: bold;
}

.questionblock div.hint,
.questionblock blockquote.answer {
	margin: 0.8em 0 0.5em 2em;
}

.questionblock .questioner,
.questionblock .answered {
	color: #666;
	font-size: 0.95em;
}

.questionblock .answered {
	margin-left: 2em;
}

#questionform textarea {
	width: 99%;
}

.blocktoggle {
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
	text-align: right;
}

.unpublishedmessage {
	color: #4C453F;
	font-weight: bold;
	background: url('sprites.png') 4px -96px no-repeat #eaf5fa;
	border: 2px solid #7db7d0;
	padding: 6px 8px 4px 30px;
	width: 12em;
}

.ratingstars {
	width: 61px;
	height: 14px;
	background: url('ratingstars.gif') 0 0 no-repeat;
	margin-bottom: 0.3em;
}

span.ratingstars {
	display: block;
	margin: 0.3em 0;
}

.resultitem .ratingstars {
	position: absolute;
	bottom: 15px;
	right: 10px;
}

.rating5 {
	background-position: 0 0;
}

.rating4 {
	background-position: -12px 0;
}

.rating3 {
	background-position: -24px 0;
}

.rating2 {
	background-position: -36px 0;
}

.rating1 {
	background-position: -48px 0;
}

.rating0 {
	background-position: -60px 0;
}

h2 .numbubble,
.rightcol .numbubble {
	position: absolute;
	top: -14px;
	right: 2px;
}

.profiletitle .numbubble {
	position: relative;
	top: -6px;
}

html.opera h2 .numbubble {
	position: relative;
	top: -2px;
	right: 0px;
}

/* Tabbed content */

.tabbedcontent {
	margin-top: 2em;
}

.tabbedcontent .tabscroller {
	width: 100%;
	height: 26px;
	overflow: hidden;
	white-space: nowrap;
}

.tabbedcontent .tabs,
.tx-rgtabs-pi1 .rgtabs-menu,
.tx-rgtabs-pi1 > div > h4 {
	display: none;
}

html.js .tabbedcontent .tabs,
html.js .rgtabs-menu,
.jobtourswitch .tabs {
	display: block;
	list-style: none;
	padding: 0;
	width: auto;
	height: 24px;
	margin: 0;
	border-bottom: 2px solid #4c453f;
}

.tabs li.tabitem,
.langtabs li.tabitem,
.rgtabs-menu li {
	display: inline-block;
	float: left;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.1em;
	height: 24px;
	margin: 0 3px 0 0;
	padding: 0 6px 0 0;
	background: url('tabs.png') right -24px no-repeat transparent;
}

.tabs li.tabitem a.tabitemlink,
.langtabs li.tabitem a.tabitemlink,
.rgtabs-menu li a {
	display: inline-block;
	height: 17px;
	padding: 7px 0 0 6px;
	background: url('tabs.png') 0 0 no-repeat transparent;
	text-decoration: none;
}

.tabs li.selected,
.langtabs li.selected,
.rgtabs-menu li.rgtabs-selected {
	background-position: right -72px;
}

.tabs li.selected a.tabitemlink,
.langtabs li.selected a.tabitemlink,
.rgtabs-menu li.rgtabs-selected a.sel {
	color: #fff;
	text-decoration: none;
	background-position: 0 -48px;
}

html.ff2 .tabs li.tabitem,
html.ff2 .rgtabs-menu li {
	display: block;
	padding: 9px 6px 0 6px;
	height: 12px;
}

html.ff2 .tabs li.tabitem a.tabitemlink,,
html.ff2 .rgtabs-menu li a {
	display: block;
	padding: 9px 0 0 6px;
}

html.ff2 .tabbedcontent .tabs,
html.ff2 .rgtabs-menu,
html.ff2 .jobtourswitch .tabs {
	height: 22px;
}

html.js .langtabs {
	display: block;
	list-style: none;
	padding: 0;
	width: auto;
	height: 20px;
	margin: 0 0 0.3em 0;
}

.langtabs li.tabitem {
	height: 20px;
	background-position: right -124px;
}

.langtabs li.tabitem a.tabitemlink {
	height: 15px;
	padding: 5px 0 0 6px;
	background-position: 0 -100px;
}

.langtabs li.selected {
	background-position: right -172px;
}

.langtabs li.selected a.tabitemlink {
	background-position: 0 -148px;
}

html.js .tabcontent {
	display: none;
	padding: 0;
}

.tabbedcontent div.selectedtab {
	display: block;
}

.tabbedcontent h1,
.tabbedcontent h2.subtitle,
.tabbedcontent h2.jobtourtitle {
	font-size: 1.3em;
}

.tabbedcontent h2,
.tabcontent h3 {
	font-size: 1.05em;
	margin-bottom: 0.3em;
}

.jobtourblock {
}

.jobtourdetails {
	padding-bottom: 1em;
	border-bottom: 1px solid #B7AF99;
}

.jobtourblock h2.jobtourtitle {
	margin-top: 0.8em;
	margin-bottom: 0.5em;
	font-size: 1.3em;
	color: #711848;
}

.letterindex {
	margin-bottom: 2em;
}

.letterindex a {
	padding: 0 0.2em;
}

.searchform {
	border: 1px solid #B7AF99;
	-moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: #ccc 1px 1px 4px;
	background: #f9f7ed;
	padding: 0.6em;
}

.searchform td.label {
	white-space: nowrap;
	padding-right: 0.5em;
}

.searchform td.searchbutton {
	width: 8em;
}

.searchform td.inputfield,
.searchform td.queryfield {
	width: 90%;
}

.searchform td.inputfield input {
	width: 97%;
	font-size: 1.1em;
	font-weight: bold;
}

.searchform td.queryfield input {
	width: 96%;
	font-size: 1.1em;
}

.searchoptionlinks {
	margin-top: 0.6em;
	margin-bottom: 4px;
}

.searchoptionlinks a {
	padding: 0.2em 0.6em 0.1em 17px;
	margin-right: 2px;
	border: 1px solid #b7b6b2;
	background: url('searchoptions.gif') top left no-repeat #eeede6;
	text-decoration: none;
	font-family: Gerogia, Times;
	font-style: italic;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	border-radius: 2px;
}

.searchoptionlinks a.opened {
	background-position: 0 -20px;
}

html.ie7 .searchoptionlinks a {
	padding-top: 0.1em;
}

.searchoptions {
	margin-top: 0.6em;
	padding-top: 0.5em;
	border-top: 1px solid #d7cfb9;
}

.searchoptions label {
	display: inline-block;
	min-width: 5em;
}
.searchresults {
	font-weight: bold;
	line-height: 1.4em;
}

.searchresults .resultitem {
	position: relative;
	padding: 10px;
	border: 1px solid #ccc;
	-moz-box-shadow: 1px 1px 4px #ccc;
	-webkit-box-shadow: #ccc 1px 1px 4px;
	margin: 10px 0;
	background: #fff;
}

.searchresults .profiletitle {
	position: relative;
	margin-bottom: 0.2em;
	padding-right: 0px;
}

.testimonial .profiletitle,
.featurebox .profiletitle {
	font-weight: bold;
	margin-bottom: 0.5em;
}

.searchresults .resultitem td {
	padding: 0;
	margin: 0;
}

.searchresults .resultitem td.listimage {
	width: 116px;
	vertical-align: top;
}

.searchresults .resultitem .resultitemtitle {
	font-size: 1.2em;
	color: #711848;
	text-decoration: none;
}

.searchresults .resultitem .resultitemtitle:hover {
	text-decoration: underline;
}

.searchresults .resultitem .profession {
	color: #808080;
}

.searchresults .resultitem .priceline {
	padding-top: 0.5em;
	font-size: 1.4em;
}

.featurebox .priceline,
.mapinfowindow .priceline {
	margin-top: 0.3em;
	font-weight: bold;
	white-space: nowrap;
}

.resultitem .priceline .altprice,
.searchresults .resultitem .priceadd {
	font-size: 0.75em;
	font-weight: normal;
}

.mapinfowindow .priceline .priceadd {
	font-weight: normal;
	padding-left: 0.1em;
	white-space: nowrap;
}

.resultitem .priceline .altprice {
	padding: 0 0.2em;
	color: #777;
}

.resultsheader,
.resultsfooter {
	position: relative;
	margin: 1em 0;
	color: #4C453F;
}

.resultsheader {
	margin-top: 1.5em;
}

.resultsheader select.sortmenu {
	color: #444;
	font-size: 85%;
}

.resultsheader .pages,
.resultsfooter .pages {
	float: right;
}

.mapinfowindow {
	width: 240px;
}

.featurebox .listimage,
.mapinfowindow .listimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
	width: auto !important;
	width: 50px;
	max-width: 50px;
	height: auto !important;
	height: 50px;
	max-height: 50px;
}

.featurebox {
	float: left;
	margin-right: 10px;
	margin-bottom: 1em;
}

.featureslist .featurebox {
	width: 31%;
	min-height: 8em;
}

.featurebox h3,
.featurebox h1.csc-firstHeader {
	font-size: 0.9em;
	margin: 0 0 0.8em 0;
	padding: 0.3em 0.5em 0.2em 0.5em;
	color: #fff;
	background: #4b4745;
	font-weight: normal;
	text-transform: uppercase;
	white-space: nowrap;
}

.featurebox h3.red,
.red .featurebox h1.csc-firstHeader {
	background-color: #bf4904;
}

.featurebox h3.green,
.green .featurebox h1.csc-firstHeader {
	background-color: #a4ba43;
}

.featurebox h3.purple {
	background-color: #701747;
}

.pages {
	padding: 4px 0;
	margin-top: -4px;
}

.pages a,
.pages span {
	margin: 0 1px;
}

.pages span.nolink {
	color: #999;
}

.pages a.page,
.pages span.current {
	border: 1px solid #ccc;
	padding: 0.2em 0.4em;
}

.pages span.current {
	font-weight: bold;
	background: #f9f7ed;
	border-color: #4c453f;
}

.progresslist {
	padding-left: 1.6em;
	margin: 1em 0;
}

.progresslist li {
	padding-bottom: 0.4em;
	margin-left: 0;
}

.progresslist li.open {
	color: #ccc;
}

.progresslist li.current {
	/*font-weight: bold;*/
}

.rightcolpointer {
	padding-right: 30px;
	background: url('sprites.png') right -310px no-repeat;
}

#jobsearchresultstitle {
	margin-top: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #ccc;
}

#jobsearchresults {
	width: 99%;
}

#jobsearchresults th,
#jobsearchresults td {
	padding: 0.6em 0.2em 0.5em 0;
	border-bottom: 1px solid #ccc;
}

#jobsearchresults td.profession {
	width: 50%;
	font-size: 1.1em;
	font-weight: bold;
}

#jobsearchresults th.counts,
#jobsearchresults td.counts {
	width: 4em;
	text-align: right;
}

#jobsearchresults td.counts {
	padding-right: 1.5em;
}

#jobsearchresults td.button {
	width: 10em;
	text-align: right;
}

#jobsearchresults a.listbutton {
	font-weight: bold;
	color: #bf4904;
	font-size: 1.1em;
/*
	color: #fff;
	background-color: #bf4904;
	padding: 2px 8px;
	border: 2px solid white;
	-moz-box-shadow: 1px 1px 3px #999;
	-webkit-box-shadow: #999 1px 1px 3px;
	text-decoration: none;
*/
}

a.dropdownhandle {
	padding-left: 5px;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9em;
	color: #999;
}

a.dropdownhandle:hover,
.actiondropdown a.dropdownhandle {
	color: #4c453f;
}

.actiondropdown {
	position: absolute;
	display: none;
	width: auto;
	background: #fff;
/*	border: 1px solid #B7AF99; */
	border: 1px solid #999;
	border-bottom: 0;
	-moz-box-shadow: 1px 1px 2px #aaa;
	-webkit-box-shadow: #aaa 1px 1px 2px;
}

.actiondropdown a.dropdownhandle {
	position: absolute;
	top: 2px;
	right: 4px;
}

.actiondropdown .actionlink {
	display: block;
	padding: 0.25em 1.7em 0.25em 0.5em;
	border-bottom: 1px solid #bbb;
}

.actiondropdown a.actionlink:hover {
	background: #f9f7ed;
}

.userstable span.actionlink {
	display: none;
}

.actiondropdown span.actionlink {
	font-style: italic;
}

.popupbox {
	position: absolute;
	background: white;
	border: 1px solid #999;
	padding: 0.6em;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: 1px 1px 12px rgba(0,0,0,0.5);
	-webkit-box-shadow: #999 1px 1px 12px;
}

.popupbox h2 {
	margin-top: 0;
}

.pointerbox {
	position: absolute;
	visibility: hidden;
	top: 0;
	left: -1000px;
	border: 5px solid #eee;
	border-radius: 4px;
	/*
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px; */
	z-index: 200;
}

.pointerbox-inner {
	background: #fff;
	border: 1px solid #b8ae98;
	padding: 0.5em;
}

.pointerbox .wedge {
	position: absolute;
	width: 30px;
	height: 16px;
	left: 50%;
	top: -14px;
	margin-left: -15px;
	background: url('sprites.png') 0 -489px no-repeat;
}

.pointerbox-bottomwedge .wedge {
	top: auto;
	bottom: -15px;
	background-position: 0 -506px;
}

.pointerbox-leftwedge .wedge {
	top: 50%;
	left: -11px;
	width: 14px;
	height: 30px;
	margin-top: -15px;
	margin-left: 0;
	background-position: -33px -490px;
}

.pointerbox-inner a.closelink {
	display: block;
	margin-top: 0.2em;
	text-align: right;
}

span.priceclass {
	color: #ccc;
	font-size: 110%;
	font-weight: bold;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 0.3em;
	background: url('money_dollar.png') top center no-repeat;
	text-indent: -100px;
	overflow: hidden;
	opacity: 0.2;
}

span.priceclass.active {
	color: black;
	opacity: 0.99;
}

#pricecalculator {
	z-index: 195;
}

#pricecalculator .pointerbox-inner {
	padding: 0 1.5em 1em 1.5em;
}

#pricecalculator h3 {
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}

#pricecalculator p {
	margin-top: 0.8em;
	margin-bottom: 0.5em;
}

#profilewizardform .imageform .thumbnail {
	margin-right: 1em;
	margin-bottom: 1em;
	max-width: 80px;
}

#profilewizardform .imageform div.hint {
	margin-top: 0.5em;
	font-size: 90%;
}

.jobtourswitch {
	margin-top: 1em;
	margin-bottom: 0;
}

.jobtourswitch li.addjobtourtab {
	line-height: 1em;
	padding-top: 3px;
}

#deletejobtourlink,
.addjobtourlink {
	display: inline-block;
	margin-left: 0.5em;
	padding-top: 2px;
	padding-left: 20px;
}

.formtabcontent {
	padding: 1em 0.5em 0.1em 0.5em;
	background: #f9f7ed;
}

#editphotolinks {
	margin-bottom: 1em;
}

.localsearchresults .searchresult {
	padding: 0.4em 0;
	margin: 0 0.3em 0.5em 0.3em;
	border-bottom: 1px solid #ccc;
	line-height: 1.3em;
}

.localsearchresults .searchresult a.title {
	display: block;
	font-weight: bold;
}

.localsearchresults .searchresult .addlink {
	margin-top: 0.3em;
}

.localsearchresults .hint {
	padding: 0.3em 0.5em;
}

#fancygmapbox,
div.gmapcontainer {
  width: 580px;
  height: 460px;
}
  
div.gmapcontainer {
  border: 1px solid #999;
}

a.gmapslink {
  font-weight: bold;
}

#gmapcanvasfull {
	width: 100%;
	height: 400px;
	margin: 0.8em 0 0.3em 0;
}

#gmapstatus {
	margin-top: 0.5em;
}

div.gmapcontainer p.noscriptwarning {
	margin: 1em;
}

.gmapoverlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	background: rgba(255,255,255,0.6);
	opacity: 0.8;
	display: none;
	z-index: 99999;
}

.gmapoverlay .loadingthrobber {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -27px 0 0 -27px;
	width: 55px;
	height: 55px;
	background-image: url('loadthrobber-big.gif');
}

#locationmap {
	margin-top: 1.5em;
}

.profilelinkbox {
	padding: 0.5em;
	margin: 0.4em 0;
	background: #f6f5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.profilelinkbox a.profilelink {
	color: black;
	font-size: 1.4em;
	line-height: 1.1em;
}

a.iconbutton,
html.js a.iconbutton {
	display: block;
	width: 16px;
	height: 16px;
	text-decoration: none;
}

a.iconedit {
	background: url('sprites.png') 0 -20px no-repeat;
}

a.iconshow {
	background: url('sprites.png') -20px -20px no-repeat;
}

a.iconadd {
	background: url('sprites.png') 0 0 no-repeat;
}

a.iconcalculate {
	background: url('sprites.png') 0 -80px no-repeat;
}

a.icondelete {
	background: url('sprites.png') 0 -60px no-repeat;
}

a.iconwand {
	background: url('sprites.png') 0 -180px no-repeat;
}

a.iconhelp {
	background: url('sprites.png') 0 -380px no-repeat;
}

a.iconsearch {
	background: url('sprites.png') 0 -424px no-repeat;
}

a.iconcopy {
	background: url('sprites.png') 0 -444px no-repeat;
}

a.iconpdf {
	background: url('fileicons/pdf.gif') 0 0 no-repeat;
}

.legend a.iconbutton,
.formlabel a.iconbutton,
.contentblock .boxtitle a.iconbutton,
fieldset legend a.iconbutton {
	display: none;
}

html.js .legend a.iconbutton,
html.js .formlabel a.iconbutton,
html.js .contentblock .boxtitle a.iconbutton,
html.js fieldset legend a.iconbutton {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-left: 6px;
	padding-left: 4px;
}

html.js span.legend a.iconhelp,
html.js fieldset legend a.iconhelp {
	background-position: 4px -380px;
}

.quickhelptext {
	padding: 0.5em 0.6em;
	max-width: 30em;
}

a.iconlink {
	padding: 2px 0 2px 20px;
}


/****  Slideshow styles  ****/

.slideshowcontainer {
	position: relative;
	width: 100%;
	height: 250px;
	border-top: 2px solid #dddfd5;
	border-bottom: 2px solid #dddfd5;
}

div.slide {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 8;
	opacity: 0.0;
	background: #fff;
	height: 240px;
	overflow: hidden;
}

div.slides div.active {
	z-index: 10;
	opacity: 1.0;
}

div.slides div.last-active {
	z-index: 9;
}

div.slideimage {
	float: left;
	height: 220px;
	margin-right: 20px;
}

div.slideimage img {
	border: 2px solid #b8ae98;
}

div.slidecontent {
	margin-left: 300px;
	margin-right: 30px;
	line-height: 1.3em;
}

div.slidecontent h3 {
	font-size: 1.1em;
	margin-top: 0;
	margin-bottom: 0.5em;
}

.slidearrowprev, .slidearrownext {
	display: block;
	position: absolute;
	left: 4px;
	top: 110px;
	width: 26px;
	height: 42px;
	margin-top: -20px;
	background: url('fancybox/arrows.png') no-repeat scroll left top transparent !important;
	background: url('fancybox/arrows.gif') no-repeat scroll left top transparent;
	cursor: pointer;
	z-index: 20;
}

.slidearrowprev {
	display: none;
}

.slidearrownext {
	left: auto;
	right: -6px;
	background-position: -26px 0 !important;
}

.slidestatus {
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	text-align: center;
	z-index: 12;
}

.slidestatus .slidedot {
	color: #ccc;
	padding: 0 2px;
	font-size: 12px;
}

.slidestatus .slidedot-active {
	color: #6b6765;
}


/****  eBay auction styles  ****/

.auctionblock {
	position: relative;
	margin-bottom: 2em;
}

.auctionbox {
	margin-bottom: 1em;
}

.auctiontitle {
	font-weight: bold;
	margin-bottom: 0.6em;
}

.auctiontitle a {
	color: #711848;
}

.auctionbody {
	line-height: 1.3em;
/*	min-height: 45px; */
}

.auctionfooter {
	position: relative;
	margin-top: 1em;
}

.auctionblock .subtitle {
	margin-bottom: 0.8em;
}

.auctionbody div.bidcount,
.auctionbody div.bidprice,
.auctionbody div.auctionend {
	float: left;
	width: 40%;
	background: #ededed;
	padding: 2px;
	margin-right: 2px;
	text-align: center;
	white-space: nowrap;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
}

.auctionbody div.bidprice {
	font-weight: bold;
	background: #e4e3d5;
	max-width: 9em;
}

.auctionbody div.bidcount,
.auctionbody div.auctionend {
	width: 25%;
	max-width: 7em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.auctionbody span.bidprice {
	white-space: nowrap;
}

.auctionbody div.label {
	font-size: 0.9em;
	font-weight: normal;
	margin-bottom: 3px;
}


/****  admin interface  ****/

.floatingcontent {
	float: left;
}

.floatingblock {
	position: relative;
	height: 482px;
}

.recordlist {
	position: relative;
	width: 20em;
	height: 480px;
	margin-right: 1em;
	border: 1px solid #ccc;
	background: #fff;
}

.recordlistwrapper {
	position: absolute;
	top: 1.6em;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
}

#professionslist {
	width: 22em;
}

.listitem {
	display: block;
	position: relative;
	padding: 0.3em 24px 0.3em 0.5em;
	color: #4c453f;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listitemcontrols {
	position: absolute;
	top: 3px;
	right: 4px;
	width: 16px;
	visibility: hidden;
}

.listitem:hover .listitemcontrols {
	visibility: visible;
}

#professionslist .listitem {
	display: none;
}

#professionslist .catall {
	display: block;
}

#categories-incomplete {
	font-weight: bold;
}

#incompletecount {
	position: absolute;
	top: 0.25em;
	right: -18px;
	width: 3em;
}

.ui-draggable-dragging {
	width: 15em;
	border: 1px solid #999;
	background: #fff;
	opacity: 0.9;
	-moz-box-shadow: 1px 1px 12px #999;
	-webkit-box-shadow: #999 1px 1px 12px;
}

.ui-draggable-dragging .listitemcontrols,
.ui-draggable-dragging:hover .listitemcontrols {
	visibility: hidden;
}

.recordlist .selected {
	color: #fff;
	background: #4c453f;
}

#trashcan {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #666;
	margin-right: 1em;
	margin-top: 0.5em;
	padding: 4px 5px;
	border: 1px solid #ccc;
	width: 16px;
	height: 16px;
	overflow: hidden;
	background: url('sprites.png') 5px -56px no-repeat #fff;
}

.recordlist .droptarget,
#trashcan.droptarget {
	color: #000;
	background-color: #ffffa6;
}

#addcategorybutton,
#addprofessionbutton {
	position: absolute;
	top: 2px;
	right: 3px;
}

#fancyboxeditform,
#fancyprofessionprop {
	width: 35em;
	background: #fff;
	padding: 1em;
}

#fancyprofessionprop {
	width: 28em;
}

#fancyprofessionprop td {
	padding-bottom: 0.5em;
}

#fancyprofessionprop td.label {
	display: inline-block;
	font-weight: normal;
	padding-right: 0.5em;
	vertical-align: top;
	white-space: nowrap;
}

#fancyprofessionprop td.value {
	font-weight: bold;
	vertical-align: top;
}

#fancyprofessionprop a {
	white-space: nowrap;
}

.usedtextlabels {
	margin: 0 auto 2em auto;
	width: 930px;
	padding: 0.5em;
	background: #90bccf;
	background: rgba(255,255,255,0.4);
}

#textlabelslist {
	max-height: 320px;
	overflow: hidden !important;
	overflow: auto;
	overflow-x: hidden !important;
	overflow-y: auto !important;
}

#textlabelslist li.incomplete a {
	color: #bf4904;
}

.userstable {
	table-layout: fixed;
}

.userstable .status {
	width: 6em;
}

.userstable .coach,
.userstable .tourist {
	width: 2em;
}

.userstable .action {
	width: 2em;
}

.userstable .profiles {
	padding: 0.2em 0.8em 0.4em 1.5em;
	white-space: normal;
}

.userstable .profiles a {
	white-space: nowrap;
}

.statsnav {
	color: #999;
	background: #eeefe5;
	padding: 0.5em;
}

.statsnav span.strong {
	color: #4c453f;
}

.statstable {
	width: 100%;
	table-layout: fixed;
}

.statstable .name {
	width: 45%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.statstable .views,
.statstable .reach,
.statstable .contacts,
.statstable .revenue {
	width: 12%;
	text-align: right;
	padding-right: 0;
}

.statstable td.views,
.statstable td.reach,
.statstable td.contacts {
	padding-right: 0.5em;
}

.statstable .revenue {
	width: 15%;
}

.statstable tr.fail a {
	color:#c00;
}

.requeststable {
	table-layout: fixed;
}

.requeststable .date {
	width: 15%;
}

.requeststable .user {
	width: 40%;
}

.requeststable .request {
	width: 35%;
}

.requeststable .profession {
	width: 11em;
	text-align: right;
	padding-right: 0;
	padding-left: 0.2em;
}

.requeststable .profession select {
	width: 12em;
}

.ganttarea {
	position: relative;
	background: white;
	border: 1px solid #ccc;
	padding: 8px 5px 5px 5px;
	margin-bottom: 3em;
	min-width: 600px;
}

.ganttbar {
	position: relative;
	height: 12px;
	margin-bottom: 6px;
	border: 1px solid white;
	-moz-box-shadow: 0px 1px 2px #666;
	-webkit-box-shadow: #666 0px 1px 2px;
}

.ganttlegend {
	position: absolute;
	bottom: -18px;
	left: -2px;
	color: #666;
	font-size: 85%;
}

.ganttenddate {
	left: auto;
	right: -2px;
}

.ganttarea .gridline {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	border-left: 1px solid #ccc;
}

.ganttarea .strongline {
	border-left: 2px solid #999;
}

#ff_profile_id {
	margin-bottom: 1em;
}

/*** jQuery.autocomplete styles ***/

.ac_results {
	padding: 0px;
	border: 2px solid #b8ae98;
	border-top-width: 0;
	background-color: #fff;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display: none;
}

.ac_results li {
	display: block;
	margin: 0px;
	padding: 4px 6px 2px 6px;
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	font-size: 1.2em;
	cursor: pointer;
}

.ac_loading {

}

.ac_over {
	background-color: #bf4904;
	color: #fff;
}


/*** jQuery.Rating ***/

div.star-rating {
	float: left;
	width: 17px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden;
}

div.rating-cancel {
	display: none;
}

div.star-rating,
div.star-rating a {
	background:url('ratingsprites.gif') no-repeat 0 0px;
}

div.rating-cancel a,
div.star-rating a {
	display: block;
	width: 16px;
	height: 100%;
	background-position: 0 0px;
	border:0;
}

div.star-rating-on a {
	background-position:0 -16px !important;
}

div.star-rating-hover a {
	background-position:0 -32px;
}

div.star-rating {
	background: transparent !important;
	overflow: hidden !important;
}


/*** Typo3 CSS styled content ***/

div.csc-textpic-border div.csc-textpic-imagewrap .csc-textpic-image img, div.csc-textpic-border div.csc-textpic-single-image img {
    border: 1px solid #B7AF99 !important;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
    margin: 0.3em 0 !important;
    font-size: 0.9em;
    font-style: italic;
}

.csc-frame-frame1 ul {
	list-style-image: url('checkmark.gif');
	list-style-position: outside;
	margin: 1em 0 0 26px;
	padding: 0;
}

.leftcol .csc-frame-frame1 ul,
.rightcol .csc-frame-frame1 ul {
	list-style-position: inside;
	margin: 1em 0;
}

.csc-frame-frame1 ul li {
	padding: 0 0 0.5em 0;
}

html.ie7 .csc-frame-frame1 ul li {
	padding-left: 0.5em;
}

html.ie7 .rightcol .csc-frame-frame1 ul li {
	padding-left: 0;
}

html.opera .csc-frame-frame1 ul li {
	padding-left: 0.5em;
}

.csc-mailform {
	border: 0;
	margin: 1em 0;
	padding: 0;
}

.csc-mailform .csc-mailform-field {
	margin-bottom: 0.4em;
}

.csc-mailform .csc-mailform-field label {
	display: block;
	float: left;
	width: 9em;
}

.csc-mailform-field .tx_spbettercontact_message,
.csc-mailform-field .tx_spbettercontact_captcha,
.csc-mailform .tx_spbettercontact_required_info {
	margin-left: 9em;
}

.csc-mailform .csc-mailform-submit {
	margin: 1em 0 1em 9em;
}

table.csc-uploads {
	margin-left: -0.4em;
	margin-bottom: 2em;
}

html.ie7 table.csc-uploads {
	margin-top: 1em;
}

.csc-uploads td p {
	margin: 0;
	padding: 0;
}

.leftcol .csc-default ul.linklist {
	list-style: none;
	margin: 0.5em 0;
	padding: 0;
}

.leftcol .csc-default ul.linklist li {
	margin: 0.5em 0;
	font-size: 1em;
	font-weight: normal;
	padding-left: 18px;
}

.leftcol ul.linklist li.important {
	font-weight: bold;
	background: url('exclamation.gif') 0 2px no-repeat;
}

.leftcol ul.linklist li.audio {
	background: url('fileicons/mp3.gif') 0 2px no-repeat;
}

.csc-default .rgtabs-wrapper {
	clear: none;
}

.tx-rgtabs-pi1 {
	clear: both;
	margin-top: 2em;
}

.rgtabs-container {
	min-height: 280px;
}

.rgtabs-container .csc-header-n1 {
	display: none;
}

.rgtabs-container p.bodytext {
	margin-top: 1em;
}

ul.tx-irfaq-questions-list {
	list-style: none;
	margin: 0 0 3em -3em;
}

ul.tx-irfaq-questions-list li {
	margin: 0;
	padding: 0;
}

.rgtabs-container .csc-textpic-imagewrap {
	margin-top: 1em;
}

/*
.tx-irfaq-pi1 ul.tx-irfaq-questions-list { margin-bottom: 75px; }
.tx-irfaq-pi1 ul li a p.bodytext { margin: 0px; display: inline; font-weight: bold; }
.tx-irfaq-pi1 ul li a { color: #000; text-decoration: none; }
.tx-irfaq-pi1 ul li a:hover { color: #000; text-decoration: underline; }
.tx-irfaq-pi1 .tx-irfaq-answer { margin-bottom: 10px; }
.tx-irfaq-pi1 .tx-irfaq-answer h4 p.bodytext { margin: 0px; display: inline; font-weight: bold; }
*/
.tx-irfaq-pi1 dd { margin-left: 0px; }
.tx-irfaq-pi1 dd p { margin-top: 0px; }

.tx-irfaq-cleaner { clear: left; height: 1px; }
.tx-irfaq-dynans-hidden { display: none; }
.tx-irfaq-dynans-visible { display: block; }

.tx-irfaq-dynheader {
	cursor: pointer;
	margin-left: 0;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.tx-irfaq-dynheader p:hover {
    text-decoration: underline;
}

.tx-irfaq-dynheader p.bodytext {
	display: inline;
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
	padding-left: 0.5em;
}

.tx-irfaq-dynheader img {

}

.tx-irfaq-pi1 .additional-info {
/*  padding: 0.5em 1em;
	border: 0;
	background: #f6f6f6; */
	color: #666;
	margin-bottom: 0.5em;
}

.tx-irfaq-pi1 .tx-irfaq-answer {
	padding-bottom: 1em;
	border-bottom: 1px solid #ccc;
	margin-bottom: 2em;
}

.tx-irfaq-pi1 dd.tx-irfaq-dynans-visible {
	padding: 0.5em;
	margin-bottom: 1em;
	background: #eeefe5;
}

.tx-irfaq-pi1 dd.tx-irfaq-dynans-visible p.bodytext {
	margin-bottom: 0;
}

.tx-irfaq-pi1 .irfaq-related-link-block {
	margin-top: 0.5em;
}

.tx-irfaq-pi1 .irfaq-related-links {
  margin: 0 0 0.5em 0em;
}

/*** Facebook button styles ***/

.fb_button {
	background: url("http://static.ak.fbcdn.net/rsrc.php/zL/r/FGFbc80dUKj.png") no-repeat scroll 0 0 #29447E;
	cursor: pointer;
	display: inline-block;
	outline: medium none;
	padding: 0 0 0 1px;
	text-decoration: none;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
}
html.ff2 .fb_button {
	display: block;
}
.fb_button .fb_button_text {
	background: url("http://static.ak.fbcdn.net/rsrc.php/zL/r/FGFbc80dUKj.png") repeat scroll 0 0 #5F78AB;
	border-bottom: 1px solid #1A356E;
	border-top: 1px solid #879AC0;
	color: #FFFFFF;
	display: block;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-weight: bold;
	margin: 1px 1px 0 21px;
	padding: 2px 6px 3px;
	text-shadow: none;
}
a.fb_button, .fb_button {
	text-decoration: none;
}
a.fb_button:active .fb_button_text, .fb_button:active .fb_button_text {
	background: none repeat scroll 0 0 #4F6AA3;
	border-bottom: 1px solid #29447E;
	border-top: 1px solid #45619D;
	text-shadow: none;
}
.fb_button_medium {
	background-position: left -188px;
	font-size: 11px;
	line-height: 14px;
}
a.fb_button_medium:active {
	background-position: left -210px;
}

