@font-face {
	font-family:'JoseFernandezRegular';
	src:url('../fonts/josefernandez.eot');
	src:url('../fonts/josefernandez.eot?#iefix') format('embedded-opentype'),
		url('../fonts/josefernandez.woff') format('woff'),
		url('../fonts/josefernandez.ttf') format('truetype'),
		url('../fonts/josefernandez.svg#JoseFernandezRegular') format('svg');
	font-weight:normal;
	font-style:normal;
}

/*
 * global
 */
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	background:#ffffff;
	color:#000000;
}
html,
body,
input,
textarea,
select {
	font-family:Arial,sans-serif;
	font-size:11px;
	line-height:13px;
}
* html input, *+html input {
    line-height: 23px;
}

form,
fieldset {
	margin:0;
	padding:0;
	border:0;
}
a[title] {
	cursor:pointer;
}
img.thumbnail {
	float:left;
	margin:0 0 0 -7px;
	padding:0 7px 9px;
	width:45px;
	height:53px;
	background:url(../images/bg_thumbnail.png) bottom;
}
a {
	outline:0;
}
a img {
	border:none;
}
a * {
	cursor:pointer;
}
label span {
	color:#fa0a55;
}
label.error,
.error label,
span.error,
span.client_error {
	color:#fa0a55 !important;
}

.clear {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

li.error,
p.error {
	padding:0 0 0 10px;
	background:url(../images/icon_link-cancel-5.gif) left center no-repeat;
	color:#fa0a55;
}
li.error strong,
p.error strong {
	color:#000000;
}
ul.messages {
	margin:10px 0;
	padding:0;
	list-style:none;
}

a,
a.inline {
	color:#000000;
	text-decoration:none;
}
a.inline:hover {
	color:#fa0a55;
}
a.action {
	padding:0 0 0 10px;
	background:url(../images/icon_link-5.gif) left center no-repeat;
	color:#fa0a55;
	font-family:Arial, sans-serif !important;
	font-style:normal !important;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
}
a.action:hover {
	background-image:url(../images/icon_link-4.gif);
	color:#000000;
}
a.action.cancel {
	background-image:url(../images/icon_link-cancel-5.gif);
}
a.action.cancel:hover {
	background-image:url(../images/icon_link-cancel-4.gif);
}
a.button {
	display:inline-block;
	padding:0 10px;
	background:#000000;
	color:#ffffff;
	font-weight:bold;
	font-size:10px;
	line-height:20px;
	text-transform:uppercase;
	text-decoration:none;
}
a.button span {
	display:block;
	padding-left:10px;
	background:url(../images/icon_link-1.gif) left center no-repeat;
}
a.button:hover {
	background-color:#fa0a55;
}
a.button.back span {
	background-image:url(../images/icon_link-back-1.gif);
}
a.button.cancel span {
	background-image:url(../images/icon_link-cancel-1.gif);
}


.form {
	border:1px #000000 solid;
	border-width:1px 0;
}
.form .header {
	padding:5px 0 5px 110px;
	border-bottom:1px #000000 solid;
}
.form .header strong {
	line-height:20px;
}
.form .header select {
	width:315px;
}
.form ul {
	margin:15px 0;
	padding:0;
	list-style:none;
}
.form ul li {
	overflow:hidden;
	margin:5px 0;
	line-height:20px;
}
.form ul label {
	float:left;
	padding:0 10px 0 0;
	width:100px;
	color:#999999;
}
.form ul label span {
	float:right;
}
.form ul label span.counter {
	color:#000000;
}
.form ul label span.counter.nearLimit {
	color:#fa0a55;
}
.form ul span,
.form ul input,
.form ul select,
.form ul textarea {
	float:left;
	margin:0;
}

.form ul input+span{
    margin-left:110px;
}

.form ul input,
.form ul textarea {
	padding:1px 2px;
	width:307px;
}
.form ul select {
	width:315px;
}
.form ul input.zip {
	width:50px;
}
.form ul input.city {
	margin-left:10px;
	width:238px;
}
.form ul input.city2 {
	width:238px;
}
.form ul select.day,
.form ul select.month {
	margin-right:10px;
	width:50px;
}
.form ul select.year {
	width:80px;
}
.form ul .option {
	margin:0 0 0 110px;
}
.form ul .option input {
	margin:4px 5px 0 0;
	width:auto;
}
.form div.submit {
	overflow:hidden;
	margin:0 0 10px 110px;
}
.form div.submit .button {
	float:left;
	margin-right:10px;
}

.error pre {
	display:none;
	overflow:auto;
	max-height:600px;
}


/*
 * wrapper
 */
#wrapper {
	position:relative;
	margin:auto;
	padding:0;
	width:940px;
}

#wrapper > .header {
	position:relative;
	padding:0 200px;
}
#wrapper > h1,
#wrapper > .header h1, #bs_lightbox_wrap h1 {
	margin:0 0 5px;
	padding:5px 0;
	color:#000000;
	font-family:'Times New Roman', serif;
	font-style:italic;
	font-weight:normal;
	font-size:36px;
	text-align:center;
	line-height:40px;
}
#wrapper > h1 span,
#wrapper > .header h1 span {
	color:#fa0a55;
}
#wrapper > h1 + a.back,
#wrapper > .header h1 + a.back,
.bs_registration_wrap a.back {
	position:absolute;
	left:0;
	padding-left:30px;
	background-image:url(../images/icon_back.png);
	color:#000000;
	font-size:12px;
	line-height:20px;
}
#wrapper > .header h1 + a.back {
	bottom:21px;
}
#wrapper > h1 + a.back:hover,
#wrapper > .header h1 + a.back:hover,
.bs_registration_wrap a.back:hover {
	background-image:url(../images/icon_back-active.png);
	color:#fa0a55;
}

/*
 * header
 */
#header {
	position:relative;
	height:100px;
	border-top:4px solid #000000;
}
*+html #header {
	z-index:8;
}
#header .logo {
	display:block;
	margin:10px auto 0;
	width:302px;
}
#header .logo img {
	display:block;
}

#header .salutation {
	position:absolute;
	left:0;
	top:2px;
	margin:0;
	padding:0 30px 0 0;
	color:#a4a4a4;
	font-family:'Times New Roman', serif;
	font-style:italic;
	font-size:16px;
	line-height:32px;
	white-space:nowrap;
}
#header .salutation img {
	margin:0 0 0 4px;
	width:15px;
	height:13px;
	vertical-align:middle;
}
#header .salutation img.provision {
	margin-top:-1px;
}
#header .salutation img.recommendation {
	margin-top:-2px;
}

#header .navigation {
	position:absolute;
	left:0;
	top:40px;
	margin:5px 0 0;
	padding:0;
	list-style:none;
}
#header .navigation li {
	display:block;
}
#header .navigation li a {
	color:#a4a4a4;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	line-height:16px;
}
#header .navigation li a:hover {
	color:#000000;
}

#genders {
	margin:0;
	padding:0;
	text-align:center;
	list-style:none;
}
#genders li {
	display:inline;
}
#genders li a {
	display:inline-block;
	margin:0 25px;
	border-top:2px solid transparent;
	font-family:'Times New Roman', serif;
	font-style:italic;
	font-size:20px;
	line-height:33px;
	text-transform:uppercase;
	text-indent:-5px;
}
#genders li.active a {
	border-top:2px solid #000000;
}
#languageSwitch {
	z-index:2;
	text-align: left;
	color: #A4A4A4;
	top: 114px;
	display: block;
	position: absolute;
}
#languageSwitch a {
	color: #A4A4A4;
    font-style: italic;
}
#languageSwitch a.active{
	color: black;
	font-weight: bold;
}
/*
 * navigation
 */
#navigation {
	min-height:4px;
	background:#000000;
}
*+html #navigation {
	font-size:0;
}
#navigation > ul {
	z-index:4;
	position:relative;
	margin:0;
	padding:0 10px;
	height:30px;
	text-align:justify;
	list-style:none;
}
*+html #navigation > ul {
	font-size:11px;
}
#navigation > ul:after {
	display:inline-block;
	content:'';
	width:100%;
	height:0;
	font-size:0;
}
#navigation > ul > li {
	position:relative;
	display:inline-block;
	text-align:left;
}
*+html #navigation > ul > li {
	float:left;
}
#navigation > ul > li > a {
	display:block;
	position:relative;
	z-index:11;
	margin:2px 0 0;
	padding:0 8px;
	height:28px;
	color:#ffffff;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	line-height:28px;
	text-transform:uppercase;
	text-decoration:none;
}
#navigation > ul > li:hover > a {
	text-decoration:underline;
}
#navigation > ul > li.active > a {
	color:#a4a4a4;
}
#navigation > ul > li.dropdown:hover > a {
	background:#ffffff;
	color:#000000;
}
#navigation > ul > li.sale > a {
	color:#fa0a55;
}
#navigation > ul > li.sale > a:after {
	content:' %';
}

#navigation > ul li ul {
	display:block;
	z-index:10;
	position:absolute;
	left:-1000em;
	top:30px;
	min-width:140px;
	padding:8px;
	list-style:none;
	background:#ffffff;
	-mox-box-shadow:0px 1px 5px #666666;
	-webkit-box-shadow:0px 1px 5px #666666;
	box-shadow:0px 1px 5px #666666;
	behavior:url(/styles/PIE.htc);
}
#navigation > ul li.current ul {
	min-width:100%;
}
#navigation > ul li:hover ul {
	left:0;
}
#navigation > ul li ul li {
	white-space:nowrap;
}
#navigation > ul li ul a {
	font-style:italic;
	font-weight:bold;
	line-height:24px;
	text-transform:uppercase;
	white-space:nowrap;
}
#navigation > ul li ul label {
	margin-left:5px;
	font-family:'Times New Roman', serif;
	font-style:italic;
	font-weight:bold;
	font-size:13px;
}
#navigation > ul li ul label.sale {
	color:#fa0a55;
}


/*
 * subnavigation
 */
#subnavigation ul {
	margin:0;
	padding:5px 0 0;
	text-align:center;
	list-style:none;
}
#subnavigation li {
	display:inline-block;
	margin:0 10px;
}
*+html #subnavigation li {
	display:inline;
	zoom:1;
}
#subnavigation li a {
	color:#000000;
	font-style:italic;
	font-weight:bold;
	font-size:11px;
	line-height:15px;
	text-transform:uppercase;
	text-decoration:none;
}
#subnavigation li.active a {
	color:#a4a4a4;
}
#subnavigation li a:hover {
	color:#fa0a55;
}


/*
 * breadcrumb
 */
#breadcrumbs {
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#breadcrumbs li {
	display:inline;
}
#breadcrumbs li:before {
	display:inline;
	content:' / ';
}
#breadcrumbs li:first-child:before {
	display:none;
}
#breadcrumbs li a {
	color:#000000;
	font-style:italic;
	font-weight:bold;
	line-height:24px;
	text-transform:uppercase;
}
#breadcrumbs li.active a {
	color:#a4a4a4;
}
#breadcrumbs li a:hover {
	color:#fa0a55;
}

/**
 * home
 */
#content.home {
	margin-top:1px;
}
#content.home .teasers {
	margin:0 -10px;
	padding:0;
	list-style:none;
}
#content.home .teasers li {
	float:left;
	width:300px;
	margin:0 10px;
	border-bottom:1px solid #000000;
}
#content.home .teasers li img {
	display:block;
	background:#d7d7d7;
}
#content.home .teasers li label {
	display:table-cell;
	width:300px;
	height:75px;
	font-family:'Times New Roman',serif;
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	line-height:25px;
	text-align:center;
	vertical-align:middle;
}

/*
 * content
 */
#content {
	color:#000000;
	font-size:12px;
	line-height:15px;
}
#content > h1,
#content > div#aazone\.status_body > h1,
#agreements_text > h1 {
	clear:both;
	position:relative;
	margin:0 0 20px;
	border-bottom:4px solid #000000;
	color:#000000;
	font-family:'Times New Roman', serif;
	font-style:italic;
	font-weight:normal;
	font-size:36px;
	text-align:center;
	line-height:50px;
}
#content h1.content {
    font-size: 26px;
    border: 0;
    text-align: left;
    line-height: 40px;
    margin: 0;
}

#content h1 a {
	position:absolute;
	right:0;
	top:10px;
	padding-left:10px;
	background:url(../images/icon_link-5.gif) left center no-repeat;
	color:#fa0a55;
	font-family:Arial, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
}
#content h1 a:hover {
	color:#000000;
	background-image:url(../images/icon_link-4.gif);
}
#content h2 {
	margin:10px 0 5px;
	padding:0;
	color:#000000;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
}

#content p + h2 {
	margin-top:20px;
}
#content h3 {
	margin:10px 0 5px;
	padding:0;
	color:#000000;
	font-weight:normal;
	font-size:11px;
	line-height:13px;
	text-transform:uppercase;
}
#content p {
	margin:10px 0;
}
#content p a {
	font-weight:bold;
	text-decoration:underline;
}
#content p a:hover {
	color:#fa0a55;
}
#content .notice p,
#content p.notice {
	color:#000000;
}

#content .section {
	overflow:hidden;
	margin:10px 0 20px;
	padding:0;
}
#content .section.attached {
	margin-top:-55px;
}
#content .section:first-child {
	margin-top:0;
}
#content .section.separated {
	padding-top:10px;
	border-top:1px #000000 solid;
}
#content .column {
	float:left;
	width:450px;
}
#content .column.right {
	float:right;
}
#content .column a.action {
	float:right;
	margin:5px 0 0;
}
#content .column .footnote {
	padding-top:20px;
}

#content .tabbed-content {
	background:url(../images/bg_tabbed-content.png) 0 95px repeat-x;
}
#content .tabbed-content .tabs {
	margin:0 -10px 0 -5px;
	padding:0;
	height:95px;
	list-style:none;
}
#content .tabbed-content .tabs li {
	margin:0 0 0 -5px;
	float:left;
	padding:0 10px 10px;
	width:290px;
	height:85px;
	background:url(../images/bg_tab.png) 0 0 no-repeat;
}
#content .tabbed-content .tabs li a {
	display:block;
	background-color:#ffffff;
	color:#000000;
	font-family:'Times New Roman', serif;
	font-style:italic;
	font-size:19px;
	line-height:85px;
	text-align:center;
}
#content .tabbed-content .tabs li.active a,
#content .tabbed-content .tabs li a:hover {
	color:#fa0a55;
}
#content .tabbed-content .tabs li.active {
	padding-bottom:0;
	height:95px;
	background-image:none;
}
#content .tabbed-content .tabs li.active a {
	padding-bottom:10px;
	border:solid #e6e6e6;
	border-width:1px 1px 0;
	height:85px;
	line-height:84px;
}
#content .tabbed-content .content {
	clear:left;
	margin:1px;
	padding:10px 20px;
	min-height:235px;
	background:#ffffff;
}


#content .footer {
	overflow:hidden;
	padding:10px 0 0;
	border-top:1px #000000 solid;
}
#content .footer ul {
	margin:0 0 20px;
	padding:0;
	list-style:none;
}
#content .footer p {
	margin:0 0 20px;
}
#content .footer li.option {
	margin:0 0 20px;
}
#content .footer li.info {
	padding:15px;
	background:url(../images/bg_cartinfo.png) bottom repeat-x;
}
#content .footer li.info strong {
	display:block;
}
#content .footer li a,
#content .footer p a {
	font-weight:bold;
	text-decoration:underline;
}
#content .footer li a:hover,
#content .footer p a:hover {
	color:#fa0a55;
}
#content .footer a.button {
	float:right;
}
#content .footer a.button span {
	min-width:200px;
}
#content .footer a.button.back,
#content .footer a.button.cancel {
	float:left;
	text-align:right;
}
#content .footer a.button.submit {
	margin-left:10px;
	padding:0 10px;
	background-image:none;
}
#content .footer a.button.submit span {
	padding-left:0;
	padding-right:10px;
	background:url(../images/icon_link-1.gif) right center no-repeat;
}
#content .system.status {
    margin: 25px 0;
    padding: 45px 25px;
    background: #b3e7a1;
    font-family: 'Times New Roman', serif;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2em;
}
/*
 * footer
 */
#footer {
	position:relative;
	clear:both;
	float:left;
	margin:40px 0 0;
	padding:15px 0 20px;
	width:100%;
	border-top:4px solid #000000;
	line-height:17px;
}
#footer a.top {
	position:absolute;
	right:0;
	top:-26px;
	padding-left:10px;
	background:url(../images/icon_link-up-4.gif) left 5px no-repeat;
	color:#000000;
	font-weight:bold;
	text-transform:uppercase;
	white-space:nowrap;
}
#footer a.top:hover {
	color:#fa0a55;
	background-image:url(../images/icon_link-up-5.gif);
}
#footer ul {
	overflow:hidden;
	margin:0;
	padding:0;
	text-align:right;
	list-style:none;
}
#footer li {
	display:inline-block;
	margin:0 0 0 20px;
	color:#999999;
	font-weight:bold;
	font-size:10px;
	text-transform:uppercase;
}
#footer li.offside {
	float:left;
	margin:0 20px 0 0;
}
#footer li a {
	display:inline-block;
	color:#999999;
	text-decoration:none;
}
#footer li a:hover {
	color:#000000;
}
#footer li.iphone a {
	padding-left:20px;
	background:url(../images/icon_iphone.png) left center no-repeat;
}
#footer li.android a {
	padding-left:20px;
	background:url(../images/icon_android.jpg) left center no-repeat;
}
#footer li.top a {
	padding:0 0 0 8px;
	background-image:url(../images/icon_link-up-3.gif);
	color:#000000;
}
#footer li.top a:hover {
	background-image:url(../images/icon_link-up-4.gif);
	color:#191919;
}
#footer p {
	margin:20px 0 0;
	text-align:center;
	text-transform:uppercase;
}

#footer.extended {
	padding-top:15px;
	line-height:17px;
}
#footer.extended ul {
	text-align:left;
}
#footer.extended li {
	display:block;
	margin:0;
}
#footer.extended .section {
	overflow:hidden;
	float:left;
	width:376px;
	color:#000000;
}
#footer.extended .section.static {
	float:right;
	width:188px;
}
#footer.extended .section h2 {
	clear:both;
	margin:0 0 10px;
	color:#000000;
	font-family:'Times New Roman', serif;
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	line-height:20px;
}
#footer.extended .section a.action {
	clear:both;
	float:left;
	background-image:url(../images/icon_link-3.gif);
	color:#000000;
}
#footer.extended .section a.action:hover {
	background-image:url(../images/icon_link-5.gif);
	color:#fa0a55;
}
#footer.extended .section ul {
	float:left;
	margin:0 0 10px;
	padding:0;
	list-style:none;
}
#footer.extended .section.designers ul {
	width:50%;
}
#footer.extended .section ul li {
	float:none;
}
#footer.extended .section ul li a {
	padding:0;
	background:none;
	color:#000000;
	font-style:italic;
}
#footer.extended .section ul li a:hover {
	color:#fa0a55;
}

.header a.action.back,
.header a.action.forward {
    color: #000;
    font-size: 12px;
    padding: 0px 0 0 21px;
    line-height: 20px;
    position: absolute;
    top: 9px;
}
.header a.action.back {
    left: 0;
    background-image: url(/images/icon_back.png);
}

.header a.action.forward {
    right: 0;
    padding: 0px 26px 0 30px;
    background: url(/images/icon_next_black.png) no-repeat right center;
}

.header a:hover.action.forward {
	background:url(/images/icon_next_black_active.png) no-repeat right center;
    color: #FA0A55;
}

.header a:hover.action.back {
	background-image: url(/images/icon_back-active.png);
    color: #FA0A55;
}

.topNav ul {
background:#000;
list-style:none outside none;
margin:0 0;
overflow:hidden;
padding:10px 0;
text-align:center;
width:940px;
}

.topNav ul li {
display:inline-block;
margin:0 60px;
}

.topNav ul li a {
color:#FFF;
font-family:'times new roman',serif;
font-size:17px;
font-style:italic;
}


.topNav ul li a:hover {
color:#fa0a55;
}

.topNav ul li.active a {
color:#999;
}
.carticle {
overflow:hidden; width:220px; border-top:1px solid black; padding-top:12px; margin-top:25px;
}
.carticle fieldset {
font-family:arial; color:#ccc; overflow:hidden;
}
.carticle fieldset.size {
width:80%; float:left; overflow:hidden; margin-bottom:10px;
}
.carticle fieldset.size select{
width:95%;
}
.carticle fieldset.quantity {
width:20%; float:left;
}
.carticle fieldset.quantity select {width:100%;
}
.carticle fieldset.submit {
width:100%; clear:both; display:block; border-top:1px solid black; text-align:center; border-bottom:1px solid black; padding:1px 0 1px 0; margin-top:10px;
}
.carticle fieldset.submit a.addToWishlist {
font-style:italic; font-family:serif; text-align:center; font-size:15px; font-weight:bold; color:#fa0a55; padding:18px 0; display:block; background:url(/images/arrow_red.png) no-repeat 10px center;
}
.carticle fieldset.submit a.addToWishlist:hover {
text-decoration:underline;
}
.carticle fieldset.submit a.button.submit {
width:100%; text-align:center; font-style:italic; padding:15px 0; font-size:16px; font-weight:normal; font-family:serif; margin-top:0px;
}
.carticle .toDetail {
font-family:serif; font-weight:bold; text-align:center; font-style:italic; font-size:18px; width:100%; display:block; padding:20px 0; background:url(/images/rarr.png) no-repeat 16% center;
}
.carticle .toDetail:hover {
color:black; text-decoration:underline;
}

#content .datenschutz ul {
	margin:0 0 0px;
	padding:0;
	list-style:none;
}

#content .datenschutz li a {
	font-weight:bold;
	text-decoration:underline;
}

/* --- misc global ---*/

#content_shield {
    background: url(../images/black_alpha50.png);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}


#bs_lightbox_wrap {
    width: 100%;
    z-index: 101;
    position: absolute;
    text-align: center; /* IE */
}

#bs_lightbox {
    position: relative;
    text-align: left;
    width: 720px;
    height: 600px;
    background-color: #fff;
    margin: auto;
    margin-top: 100px;
}

.bs_register #bs_lightbox {
    margin-top: 160px;
}

.fb_connect_dialog #bs_lightbox {
    width: 600px;
    height: 200px;
    margin-top: 290px;
    z-index: 101;
}

.fb_connect_dialog .closecross {
    width: 21px;
    height: 21px;
    position: absolute;
    background: url(../images/btn_delete.png);
    cursor: pointer;
    z-index: 110;
    right: -8px;
    top: -8px;
}

#bs_lightbox_edges {
    z-index: 102;
}


#bs_lightbox .edge_top, #bs_lightbox .edge_bottom {
    height: 20px;
    width: 654px; /* lightbox width - 66 */
    margin: 0 33px 0 33px;
    position: absolute;
    background: url(../images/lightbox_edge_top.png) repeat-x;
}

.fb_connect_dialog #bs_lightbox .edge_top,
.fb_connect_dialog #bs_lightbox .edge_bottom {
    width: 534px;
}

#bs_lightbox .edge_left, #bs_lightbox .edge_right {
    width: 20px;
    height: 535px;
    margin: 33px 0 33px 0;
    position: absolute;
    background: url(../images/lightbox_edge_leftright.png) repeat-y;
}

.fb_connect_dialog #bs_lightbox .edge_left,
.fb_connect_dialog #bs_lightbox .edge_right {
    height: 134px;
}

.fb_connect_dialog h2 {
    padding: 10px;
    text-align: center;
    padding-top: 40px;
}

.fb_connect_dialog a.btn {
    width: 170px;
}
.fb_connect_dialog a.btn + a.btn {
    margin-left: 10px;
}


#bs_lightbox .edge_left { left: -20px; }
#bs_lightbox .edge_right { right: -20px; background: url(../images/lightbox_edge_leftright.png) right; }

#bs_lightbox .edge_top { top: -20px;}
#bs_lightbox .edge_bottom { bottom: -20px; background: url(../images/lightbox_edge_bottom.png) bottom; }



#bs_lightbox .corner_tl,
#bs_lightbox .corner_tr,
#bs_lightbox .corner_br,
#bs_lightbox .corner_bl {
    width: 53px;
    height: 53px;
    float: left;
    position: absolute;
}

#bs_lightbox .corner_tl {
    left: -20px;
    top: -20px;
    background: url(../images/lightbox_corners.png) top left;
}

#bs_lightbox .corner_tr {
    right: -20px;
    top: -20px;
    background: url(../images/lightbox_corners.png) top right;
}

#bs_lightbox .corner_br {
    right: -20px;
    bottom: -20px;
    background: url(../images/lightbox_corners.png) bottom right;
}

#bs_lightbox .corner_bl {
    left: -20px;
    bottom: -20px;
    background: url(../images/lightbox_corners.png) bottom left;
}

#bs_lightbox_content {
    position: absolute;
    z-index: 110; /* layer over the lightbox-edge setup */
    height: 100%;
    width: 100%;
    overflow: hidden;

    font-style: italic;
    text-transform: none;
    font-family:'Times New Roman', serif;
    font-weight: normal;
    font-size: 18px;
}

/* valid for all agreement displays - login, registration, page link */
#agreements_text h2 {
    font-size: 14px;
    margin-left: 1em;
    text-indent: -1em;
}

/* general sliding-door BUTTON */

button.btn, a.btn {
    color: #ffffff;
    font-family:'Times New Roman', serif;
    font-style: italic;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;

    border: 0;
    padding: 0 18px;
    margin: 0;
    background: none;
    cursor: pointer;

    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;

    box-shadow: 0px 1px 3px #444;

    height: 30px;
    line-height: 27px;
}

/* fixed-width button */
.btn.customwidth {
    padding: 0;
}

button.btn .label,
a.btn .label {
    margin: auto;
    font-weight: normal;
    vertical-align: middle;
}

button.btn .label { vertical-align: baseline;}

/* ---- larger Buttons --- */

.btn.big {
    font-size: 18px;
    height: 40px;
    line-height: 35px;
}

/* --- specific btn-styling --- */

/* BLACK */

.btn.black {
    background: #3d3d3d; /* Old browsers */
    background: -moz-linear-gradient(top, #3d3d3d 0%, #121212 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3d3d3d), color-stop(100%,#121212)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3d3d3d 0%,#121212 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3d3d3d 0%,#121212 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3d3d3d 0%,#121212 100%); /* IE10+ */
    background: linear-gradient(to bottom, #3d3d3d 0%,#121212 100%); /* W3C */
}

.btn.black:hover {
    background: #595959; /* Old browsers */
    background: -moz-linear-gradient(top, #595959 0%, #232323 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#595959), color-stop(100%,#232323)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #595959 0%,#232323 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #595959 0%,#232323 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #595959 0%,#232323 100%); /* IE10+ */
    background: linear-gradient(to bottom, #595959 0%,#232323 100%); /* W3C */
}

/* GRAY */

.btn.gray {
    background: #7e7e7e; /* Old browsers */
    background: -moz-linear-gradient(top, #7e7e7e 0%, #5d5d5d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7e7e7e), color-stop(100%,#5d5d5d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7e7e7e 0%,#5d5d5d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7e7e7e 0%,#5d5d5d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7e7e7e 0%,#5d5d5d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7e7e7e 0%,#5d5d5d 100%); /* W3C */
}

.btn.gray:hover {
    background: #898989; /* Old browsers */
    background: -moz-linear-gradient(top, #898989 0%, #4c4c4c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#898989), color-stop(100%,#4c4c4c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #898989 0%,#4c4c4c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #898989 0%,#4c4c4c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #898989 0%,#4c4c4c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #898989 0%,#4c4c4c 100%); /* W3C */
}


/* MAGENTA */

.btn.magenta {
    background: #fd1456; /* Old browsers */
    background: -moz-linear-gradient(top, #fd1456 0%, #cc1146 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fd1456), color-stop(100%,#cc1146)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fd1456 0%,#cc1146 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fd1456 0%,#cc1146 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fd1456 0%,#cc1146 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fd1456 0%,#cc1146 100%); /* W3C */
}

.btn.magenta:hover {
    background: #fc5d87; /* Old browsers */
    background: -moz-linear-gradient(top, #fc5d87 0%, #bf0d4b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc5d87), color-stop(100%,#bf0d4b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fc5d87 0%,#bf0d4b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fc5d87 0%,#bf0d4b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fc5d87 0%,#bf0d4b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fc5d87 0%,#bf0d4b 100%); /* W3C */
}


/* RED */

.btn.red {
    background: #a44948; /* Old browsers */
    background: -moz-linear-gradient(top, #a44948 0%, #8c1a1a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a44948), color-stop(100%,#8c1a1a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a44948 0%,#8c1a1a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a44948 0%,#8c1a1a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a44948 0%,#8c1a1a 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a44948 0%,#8c1a1a 100%); /* W3C */
}

.btn.red:hover {
    background: #a34242; /* Old browsers */
    background: -moz-linear-gradient(top, #a34242 0%, #7a0606 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a34242), color-stop(100%,#7a0606)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a34242 0%,#7a0606 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a34242 0%,#7a0606 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a34242 0%,#7a0606 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a34242 0%,#7a0606 100%); /* W3C */
}

/* arrowed buttons */
.btn .label.arrow {
    background: url(../images/icon_link-3.png) right center no-repeat;
    padding-right: 13px;
}

#content.profile.recommendation-create .form #languageSwitch {
	display: inline-block;
}

#content.profile.recommendation-create .form #recommendationLanguageSwitch input{
	display: inline;float: left;margin-left: 0;margin-right: 6px;width: auto;
}

#content.profile.recommendation-create .form #recommendationLanguageSwitch label{
	width: auto;margin-right: 6px;
}

/* list divider from application.css for a space between the language identifiers*/
.adapt-to {
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
}

.list-h > * {
  display: inline-block;
  padding-left: 1ex;
  margin-right: 1ex;
  line-height: 1.5;
}
.list-h > *:first-child {
  padding-left: 0;
}
.list-h > *:last-child {
  margin-right: 0;
}
.list-h > *.active {
  font-weight: bold;
  color: #999999;
}
.list-h.list-divider > * {
  border-left: 1px solid #999999;
}
.list-h.list-divider > *:first-child {
  border-left: none;
}