/*
Cascading StyleSheet for MemoMedia
Copyright by Bar54 - www.bar54.de
*/

/* CSS reset */

html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

p {
	margin-bottom: 7px;
}

table {
	border-collapse: collapse;
}

/* Standard-Tags */

html {
	height: 100%;
}
body {
	background: #fdf5ce url('background.jpg') top center repeat-x;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	line-height: 14px;
	color: #000;
	height: 100%;
}

.clearer {
	clear: both;
	width: 1px;
	height: 1px;
	font-size: 1px;
	line-height: 1em;
	background: none;
}

/*** * Base Structure * ***/
.container {
    width: 970px;
    height: 100%;
    margin: 8px auto;
	background: #fff;
	padding: 0;
	text-align: left;
	position: relative;
}
/*** * Head * ***/
#head {
	width: 950px;
	position: absolute;
	top: 0;
	background: #fff no-repeat;
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 55px;
}
#head a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#head .logo {
	padding: 4px 0 0 7px;
	width: 180px;
	float: left;
}
#head .navigation_level1 {
	padding: 22px 0 0 0;
	width: 570px;
	float: left;
	text-align: left;
}

#head .navigation_level1 ul {
	list-style: none;
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
}

#head .navigation_level1 ul li {
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#head .navigation_level1 ul li a {
	display: block;
	float: left;
	padding: 0;
	background: #de782e;
	line-height: 1em;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#head .navigation_level1 ul li.active a {
	border-bottom: 1px solid #000;
}

#head .navigation_level1 ul li a {
	background: transparent url('../_images/memo_sprite.png') no-repeat;
}

#head .navigation_level1 ul li.about a {
	width: 78px;
	height: 32px;
	background-position: 0 -320px;
}

#head .navigation_level1 ul li.directory a {
	width: 93px;
	height: 32px;
	background-position: 0 0;
}

#head .navigation_level1 ul li.entry a {
	width: 84px;
	height: 32px;
	background-position: 0 -64px;
}

#head .navigation_level1 ul li.products a {
	width: 81px;
	height: 32px;
	background-position: 0 -128px;
}

#head .navigation_level1 ul li.services a {
	width: 81px;
	height: 32px;
	background-position: 0 -192px;
}

#head .navigation_level1 ul li.meinmemo a {
	width: 93px;
	height: 32px;
	background-position: 0 -256px;
}

#head .navigation_level1 ul li.about a:hover {
	background-position: 0 -352px;
}

#head .navigation_level1 ul li.directory a:hover {
	background-position: 0 -32px;
}

#head .navigation_level1 ul li.entry a:hover {
	background-position: 0 -96px;
}

#head .navigation_level1 ul li.products a:hover {
	background-position: 0 -160px;
}

#head .navigation_level1 ul li.services a:hover {
	background-position: 0 -224px;
}

#head .navigation_level1 ul li.meinmemo a:hover {
	background-position: 0 -288px;
}

#head .navigation_level1 ul li.about-active a {
	background-position: 0 -352px;
}

#head .navigation_level1 ul li.directory-active a {
	background-position: 0 -32px;
}

#head .navigation_level1 ul li.entry-active a {
	background-position: 0 -96px;
}

#head .navigation_level1 ul li.products-active a {
	background-position: 0 -160px;
}

#head .navigation_level1 ul li.services-active a {
	background-position: 0 -224px;
}

#head .navigation_level1 ul li.meinmemo-active a {
	background-position: 0 -288px;
}

#head .metainfo {
	padding: 10px 0 0 0;
	width: 190px;
	float: right;
	text-align: right;
}
#head .metainfo .date {
	font-weight: bold;
	color: #646464;
	font-size: 10px;
	line-height: 12px;
}
#head .metainfo .choice {
	margin: 2px 0 0 0;
	float: right;
	height: 28px;
}
#head .metainfo .choice .language {
	vertical-align: top;
	padding-right: 5px;
}
#head .metainfo .choice .language img {
	margin-top: 2px;
}
#head .metainfo .choice .login {
	border-left: 1px solid #b0b0b0;
	vertical-align: top;
	padding-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#head .metainfo .choice .login a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menubar {
	position: absolute;
	top: 55px;
	left: 0;
	width:	950px;
	padding: 2px 10px;
	height: 18px;
	color: #fff;
	overflow: hidden;
	background: #000;
}
.menubar .navigation_level2 {
	width: 740px;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 4px;
	float: left;
}
.menubar .navigation_level2 .active {
	font-weight: bold;
}
.menubar .navigation_level2 a {
	text-decoration: none;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menubar .quicksearch {
	display: block;
	position: relative;
	width: 196px;
	text-align: right;
	float: right;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.menubar .quicksearch .searchterm {
	height: 14px;
	border: 1px solid black;
	width: 120px;
	margin-right: 2px;
	font-size: 11px;
	vertical-align: middle;
}
.menubar .quicksearch .searchbutton {
	vertical-align: middle;
}
#languages {
	position: absolute;
	top: 80px;
	left: 0;
	text-align: right;
	width:	950px;
	padding: 1px 10px;
	height: 18px;
	color: #000;
	overflow: hidden;
	background: #fff;
	vertical-align: bottom;
}
#languages div {
	display: inline !important;
}
#showcasesnav {
	position: absolute;
	top: 20px;
	left: 713px
}
.mainsearch .searchterm {
	width: 250px;
}
.mainsearch .location {
	width: 180px;
}
#content {
	position: relative;
	top: 86px;
    width: 950px;
	padding: 20px 10px;
	text-align: left;
	overflow: hidden;
	background: #fff;
}
#content a {
	text-decoration: none;
	color: #de782d;
}
#content a:hover {
	color: #de782d;
	text-decoration: none;
	border: none;
}

/*** * Footer * ***/
#footer {
	width: 950px;
	margin: auto;
	margin-top: 40px;
	padding-bottom: 20px;
	clear: both;
	color: #666;
}

#footer .centerbox {
	width: 100%;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #E5550E;
}
/* *** Repeat the list styles for the contextsearch *** */
ul {
	list-style-type: none;
	list-style-image:url('http://www.memo-media.de/_stylesheets/arrow_simple_right.gif');
	list-style-position: outside;
	padding: 0 0 0 2px;
	margin: 0 0 0 1.5em;
}
ul li {
	padding: 0 0 2px 2px;
	margin-left: 0;
}
ul li a {
	color: #EA510E;
	text-decoration: none;
}
a {
	font-size: 11px;
}
img {
	border: 0;
}
form { display: inline; }
small {
	font-size: 10px;
}
td,th {
	vertical-align: top;
}
.themeHeadline {
color:#000;
font:bold 12px/14px Arial,Verdana,Helvetica,sans-serif;
margin:8px 0 3px;
padding:0;
}
.indexHeadline {
	font:bold 12px/14px Arial,Verdana,Helvetica,sans-serif;
	line-height: 14px;
	color:#E5550E;
	padding:0;
	margin:8px 0 3px;
}
h1, h1 a {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	line-height: 14px;
	padding: 0;
	margin: 8px 0 3px 0;
	color: #E5550E;
}
h2, h2 a {
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	margin: 5px 0 2px 0;
}
h3 {
	font-weight: bold;
	font-size: 13px;
	line-height: 10px;
	margin: 0;
}
ol {
	padding: 0 0 2px 2px;
	margin: 0 0 0 2em;
}
ol li {padding: 0 0 2px 0;}

/*** * Common styles * ***/
.clearboth {
	clear: both;
}
.small {
	font-size: 9px;
}
.shaded {
	color: #999999;
}
.highlight {
	color: #EA510E;
}
.errorfield {
	color: #FF0000;
}
.systemmessages {
	padding: 15px 7px;
}
.systemmessages .message {
	font-size: 12px;
	color: #FF0000;
}
.topborder {
	border-top: 1px solid #E5550E;
}
.imageborder {
	border: 1px solid black;
}

.datatable {
	width: 100%;
	border-collapse: collapse;
    margin-top: 3px;
}
.datatable th {
    margin: 0;
    font-size: 11px;
    font-weight: bold;
    text-align: left;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 2px;
}
.datatable td {
    margin: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 5px;
}
#content .memobutton {
	display: inline;
	background: transparent url('http://www.memo-media.de/_stylesheets/button_bg.gif') no-repeat;
	width: 130px;
	height: 20px;
	color: #FFFFFF;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 2px;
	border: 0px;
	text-align: center;
	vertical-align: middle;
	cursor:pointer;
}
#content .memobutton_small{
	display: inline;
	background: transparent url('http://www.memo-media.de/_stylesheets/button_bg_small.gif') no-repeat;
	width: 80px;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 2px;
	border: 0px;
	cursor:pointer;
}
.buttonmargin {
	margin-left: 100px;
}
/* Base Structure */
/* MARGIN BOXES */
.margin_right {
	width: 350px;
	float: right;
	margin: 0 0 0 5px;
	height: 100%;
}
.margin_right a {
	color: #E5550E;
	text-decoration: none;
}
.margin_right a h2 {
	color: #000;
}
.margin_right p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.margin_right .metablock {
}
.margin_left {
	float: left;
	width: 385px;
}
.margin_left a {
	color: #E5550E;
	text-decoration: none;
}
.margin_left p {
	margin-top: 5px;
	margin-bottom: 5px;
}
/* MARGIN BOXES small */
.marginsmall {
	margin-left: 5px;
	float: right;
	width: 160px;
	overflow: hidden;
}
.marginsmall a {
	color: #E5550E;
	text-decoration: none;
}
.marginsmall p {
	margin-top: 5px;
	margin-bottom: 5px;
}

.marginsmall a h2 {
	color: #000;
}

/* search box */
.searchboxhome {
	width: 365px;
	height: 80px;
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
}
.searchboxhome h1 {
	color: #000;
	height: 14px;
	margin: 17px 0 0;
}
.searchboxhome h2 {
	color: #E5550E;
	height: 17px;
	margin: 0;
}
.searchboxhome .searchform {
	margin: 0 0 10px 0;
	width: 295px;
	float: left;
}
.searchboxhome .searchform input {
	height: 13px;
	width: 280px;
	border: 1px solid #E94C19;
	vertical-align: bottom;
	margin-bottom: 5px;
}
.searchboxhome .searchform .searchbutton {
	width: 70px;
	display: inline;
}
#advanced-options-open {
	text-align: left;
}
.searchboxhome form .searchbutton {
	vertical-align: top;
}
.infobox {
	background: #fff url('bg_boxes.png') top left repeat-x;
	border: 1px solid #ccc;
	padding: 18px 9px 9px 9px;
	margin: 0 0 10px 0;
	width: 366px;
}

.infobox h1 {
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	margin: 5px 0 2px 0;
	color: #000000;
}

.homeMarginNews {
	padding: 10px 0 10px 0;
	clear: both
}
.homeMarginNews a {
	float:left;
}
.homeMarginNews a img {
	margin: 0 5px 5px 0;
	border: 0;
}
.homeMarginNews .newsinfo {
	float: right;
	width: 255px;
}

.homeMarginPortalNews {
	padding: 10px 0 10px 0;
	clear: both
}
.homeMarginPortalNews img {
	margin: 0 5px 5px 0;
	border: 0;
	float: left;
}
.homeMarginPortalNews .newsinfo {
	float: right;
	width: 255px;
}


/* MAIN CONTENT */
.maincontent {
	width: 590px;
	float: left;
}
.maincontent_home {
	width: 560px;
	float: left;
	overflow: hidden;
	margin-right: 5px;
}
.maincontent_wide {
	width: 780px;
	float: left;
}

.maincontent_full {
	width: 950px;
}

.welcome {
	font-size: 38px;
	line-height: normal;
	margin: 0;
	color: #E5550E;
}
.themeoverview {
	clear: both;
	margin-top: 5px;
}
.themeoverview .themebox {
	float: left;
	width: 180px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.themeoverview .themebox a {
	color: #000000;
	text-decoration: none;
}
#content .themeoverview .themebox h1 a {
	color: #000000;
	text-decoration: none;
}
#content .themeoverview .themebox h2 a {
	color: #000000;
	text-decoration: none;
}
#content .themeoverview .themebox ul {
	padding: 0;
}
#content .themeoverview .themebox li {
	padding: 0 0 2px 0;
}
.themeoverview .spacer {
	width: 100%;
	clear: both;
	height: 1px;
}

.entrylinks {
	margin-top: 0;
	margin-left: 4px;
}

.entrylinks a {
	color: #EA510E;
	font-weight: bold;
	text-decoration: none;
}

.entrycontacttable {
	width: 100%;
	margin-bottom: 10px;
}

.profileinfos .headline {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	line-height: 14px;
	padding: 0;
	margin: 8px 0 3px 0;
	color: #E5550E;
}

.profileinfos .social {
	display: inline;
	float: right;
}

.customer_categories a {
	color: #EA510E;
	text-decoration: none;
}

.infoteaser {
	width: auto;
	text-align: justify;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	padding: 5px;
}
.infoteaser a {
	text-decoration: none;
	color: #EA510E;
}
.banneradvertisment{
	width: 100%;
	text-align:center;
}
.banneradvertisment .bannercanvas{
	border: 1px solid black;
	border: 1px solid black;
	height: 60px;
	margin: auto;
	width: 468px;
	margin-bottom:5px;
}
.banneradvertisment .infos{
	border: 1px solid red;
	text-align: right;
}
/*** * CONTEXT SEARCH * ***/
.contextbrowsing .listblock {
	float: left;
	width: 182px;
	padding-top: 4px;
	margin-right: 10px;
}
.contextbrowsing li {
	margin-left: 0;
	padding-left: 0;
}
.contextbrowsing li a {
	color: #EA510E;
	text-decoration: none;
}
.contextbrowsing .nextlevel img {
	margin-right: 2px;
}
.searchresultnavigation {
	width: 100%;
}
.searchresultnavigation .navigation {
	width: 50%;
	text-align: right;
}
.pagenavigation {
	font-weight: bold;
	display: inline;
}
#content .pagenavigation a {
	text-decoration: none;
	color: #000;
}
#content .pagenavigation .previous {
	margin-left: 5px;
	margin-right: 3px;
}
#content .pagenavigation .next {
	margin-left: 3px;
	margin-right: 5px;
}

/*** * SEARCH RESULT *** */
.searchresult {
	background: #fff url('bg_boxes.png') top left repeat-x;
	border: 1px solid #ccc;
	padding: 18px 9px 9px 9px;
	margin: 0 0 12px 0;
	position: relative;
	overflow: hidden;
}
.searchresult .border_top {
	background: url('http://www.memo-media.de/_stylesheets/searchresult_top.jpg') no-repeat;
	padding-top: 13px;
}
.searchresult .border_top .border_bottom {
	background: url('http://www.memo-media.de/_stylesheets/searchresult_bottom.jpg') 0 100% no-repeat;
	padding-bottom: 14px;
}
.searchresult .border_top .border_bottom .info {
	padding-left: 7px;
	padding-right: 7px;
}
.searchresult .info .logo {
	width: 185px;
	text-align: left;
	padding-left: 5px;
	vertical-align: middle;
}
.searchresult .info .logo a {
	color: #000000;
}
.searchresult .info .logo a h2 {
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
}
.meinmemoBox h2 {
	color: #DE782D;
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0 20px 7px;
	text-transform: uppercase;
}
.searchresult .info .description {
	width: 411px;
	vertical-align: top;
	padding-right: 5px;
	padding-top: 0;
}
.searchresult .info .description h1 {
	margin: 0;
	text-decoration: none;
}
.searchresult .info .description h2 {
	margin:0;
	text-decoration:none;
	color:#E5550E;
	font:bold 12px/14px Arial,Verdana,Helvetica,sans-serif;
	padding:0;
	text-transform: none;
}
.searchresult .info .description .additionallinks {
	display: block;
}
.searchresult .info .description .newsevents {
	padding-right: 5px;
	float: right;
	text-align: right;
}
.searchresult .info .contactdetails {
	width: 175px;
	vertical-align: top;
}
.searchresult .info .contactdetails strong a {
	color: black;
}
.searchresult .info .closed {
	text-align: center;
}
.searchresult .info .contactdetails img {
	vertical-align: middle;
	margin-left: 2px;
}

/*** * Search Option Box * ***/
.searchoptionbox form .searchfield {
	width: 140px;
}
.searchoptionbox .arearesults {
	margin: 0 0 3px 0;
	width: 155px;
}
.searchoptionbox .arearesults th {
	margin: 0;
	font-weight: bold;
	text-align: left;
	background: #B0C3C7;
}
.searchoptionbox .arearesults td {
	margin: 0;
	background: #D4D4D4;
}

/*** * News * ***/
.newslist h2 {
	margin: 0;
	color: #000000;
}
.newstext {
	text-align: justify;
}
/*** * Events * ***/
.datatable .eventdate {
	margin-left: 5px;
	width: 140px;
}
.datatable .eventdate-small {
	margin-left: 5px;
	width: 55px;
}
.datatable .eventtitle {
}
.eventtext {
	text-align: justify;
}
/*** * POPUP * ***/
.popup {
	background: #FFFFFF;
	width: auto;
}
.popup .container {
	background-image: none;
	background: #FFFFFF;
	width: auto;
	margin: 0;
	padding: 0;
}
.popup .container #popuphead {
	background-image: none;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	height: 30px;
	width: 100%;
}
.popup .container #popuphead .logo {
	padding-left: 10px;
}
.popup .container #popuphead .info {
	padding-right: 10px;
	text-align: right;
}
.popup .container #content {
	background-image: none;
	background: #FFFFFF;
	position: absolute;
	top: 70px;
	width: auto;
	padding: 0 10px 0 10px;
	margin: 0;
}
.popup .container #content .maincontent {
	margin: 0;
	width: 100%;
}

/*** * PROFIL * ***/
.profil {
	margin-left: 0;
}
.profil .topbar {
	height: 20px;
	background: #E5550E;
	padding-top: 2px;
}
.profil .topbar a {
	color: #FFFFFF;
	margin-left: 10px;
}
.profil .topbar .active {
	font-weight: bold;
}
.profil .footer {
	border-top: 1px solid #E5550E;
	margin-bottom: 15px;
	margin-top: 30px;
	padding-top: 5px;
}
.profil .categories {
	margin-top: 10px;
}
.gallery td {
	width: 150px;
}
.gallery td img {
	margin: 10px 10px 0 10px;
}
.gallery td .infotext {
	margin: 0px 10px 10px 10px;
}
.social_bookmarking {
	margin: auto;
	width: 140px;
}

/**** Login box ****/
.loginbox {
	width: 100%;
	height: 220px;
}
.loginbox .loginregistration {
	margin-top: 20px;
	width: 50%;
	height: 220px;
	background: url(border-dotted-vertical.gif) top right repeat-y;
	float: left;
}
.loginbox .loginregistration div, .loginbox .loginregistration a, .loginbox .loginregistration p {
	position: relative;
	left: 7px;
}
.loginbox .loginregistration .headline {
	color: #DE782D;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	height: 30px;
}
.loginbox .loginregistration p {
	margin: 15px 0 102px 0;
	font-size: 11px;
}
.loginbox .loginform {
	margin-top: 20px;
	width: 50%;
	float: right;
}

.loginbox .loginform .headline {
	position: relative;
	left: 7px;
	color: #DE782D;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	height: 30px;
}
#loginboxform {
	position: relative;
	left: 7px;
	display: block;
	font-size: 11px;
}
#loginboxform strong {
	margin: 5px 0 5px 0;
	display: block;
}
.loginbox .loginform #loginboxform .passwordlink {
	color: #000;
	padding: 10px 0 0 0;
	display: block;
}
.loginbox .loginform #loginboxform .passwordlink:hover {
	color: #DE782D;
}

.meinmemo2columns {
	width: 100%;
}
.meinmemo2columns .meinmemoleft {
	width: 50%;
	float:left;
}
.meinmemo2columns .meinmemoleft.border {
	background: url(border-dotted-vertical.gif) top right repeat-y;
}
.meinmemo2columns .meinmemoright {
	width: 50%;
	float:right;
}

.meinmemoInfoSection {
	margin: 10px; 7px;
	padding: 0 0 15px 0;
	font-size: 11px;
	background: url(border-dotted-horizontal.gif) bottom left repeat-x;
}
.meinmemoInfoSection .headline {
	color: #DE782D;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 4px;
}
.meinmemoInfoSection a {
	font-size: 11px;
}

/**** MEIN MEMO SITES ****/
.meinmemoBox .searchresult {
	background: transparent;
	margin: 12px 0 12px;
	padding: 5px 0;
}
.meinmemoBox h2 {
	color: #DE782D;
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0 20px 7px;
	text-transform: uppercase;
}
.meinmemoBox p {
	margin: 10px 0 10px 7px;
}
.meinmemoBox .borderTop {
	padding: 15px 0 0 0;
	background: url(border-dotted-horizontal.gif) top left repeat-x;
}
.categorybooking .headline {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

.categorybooking .categorylist {
}
.categorybooking .categorylist .category {
	padding: 5px 5px 5px 0;
	height: 15px;
	vertical-align: right;
}
.categorybooking .categorylist .category img {
	margin: 0 5px 0 0;
	vertical-align: top;
}



/** MEIN MEMO FORM ***/

.meinmemoform {
	width: 770px;
	margin-left: 7px;
}
.meinmemoform .headline {
	color: #DE782D;
	font-weight: bold;
}
.meinmemoform .spacer {
	width: 770px;
	padding: 10px 0 0 0;
	vertical-align: middle;
	clear: both;
}
.meinmemoform .spacer hr {
	height: 1px;
	color: #c1c1c2;
	background: #c1c1c2;
}
.meinmemoform textarea {
	height: 100px;
}
.meinmemoform input, .meinmemoform textarea, .meinmemoform select {
	background: #eeedeb;
	border: 1px solid #c1c1c2;
	margin: 0 3px 3px 3px;
}
.meinmemoform input[type="checkbox"] {
	background: transparent;
	border: 0;
}
.meinmemoform .fieldlabel {
	float: left;
	width: 160px;
	margin: 10px 3px 0 0;
	font-weight: bold;
}
.meinmemoform .fieldlabel.right {
	text-align: right;
	width: 72px;
}
.meinmemoform .fieldlabel small {
	font-weight: normal;
}
.meinmemoform .field {
	margin: 10px 10px 0 0;
	text-align: justify;
}
.meinmemoform .fieldfulllength {
	float: left;
	width: 540px;
}
.meinmemoform .fieldfulllength input, .meinmemoform .fieldfulllength textarea {
	width: 540px;
}
.meinmemoform .field-1-3-length {
	float: left;
	width: 200px;
}
.meinmemoform .field-1-3-length input, .meinmemoform .field-1-3-length select {
	width: 200px;
}
.meinmemoform .field-3-4-length {
	float: left;
	width: 340px;
}
.meinmemoform .field-3-4-length input, .meinmemoform .field-3-4-length textarea {
	width: 340px;
}
.meinmemoform .field-1-4-length {
	float: left;
	width: 115px;
}
.meinmemoform .field-1-4-length input, .meinmemoform .field-1-4-length select {
	width: 115px;
}
.meinmemoform .field-1-5-length {
	float: left;
	width: 80px;
}
.meinmemoform .field-1-5-length input, .meinmemoform .field-1-5-length select {
	width: 80px;
}
.meinmemoform .field-1-2-length {
	float: left;
	width: 230px;
}
.meinmemoform .field-1-2-length input, .meinmemoform .field-1-2-length select {
	width: 128px;
}
.meinmemoform .field-1-2-length input.prefix {
	width: 85px;
}
.meinmemoform .field-1-2-length input.full {
	width: 226px;
}
.formbutton, .meinmemoform input.formbutton {
	background: #DD782C;
    color: #FFF;
    font-weight: bold;
    padding: 10px 15px;
    height: 33px;
    text-align: center;
    border: 0;
    font-size: 11px;
    border: 0 none;
	width: auto;
	cursor:pointer;
	cursor:hand;
}
.formbutton.small, .meinmemoform input.formbutton.small {
    height: 22px;
    padding: 2px 15px;
}

/** JQuery Tabs **/
.ui-tabs .ui-tabs-nav {
	padding: 0;
}
.ui-tabs.ui-widget-content {
	background: transparent;
	border: 0;
}
.ui-tabs .ui-widget-header {
	background: transparent;
	border: 0;
	border-bottom: 2px solid #c1c1c2;
}
.ui-tabs .ui-corner-all {
	border-radius: 0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 0;
}
.ui-tabs .ui-corner-top {
	border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ui-tabs .ui-tabs-nav li {
	margin: 0 0 1px 0;
}
.ui-tabs .ui-tabs-panel {
	padding-left: 0;
	padding-right: 0;
}
.ui-tabs .ui-state-default, .ui-tabs.ui-widget-content .ui-state-default, .ui-tabs .ui-widget-header .ui-state-default {
	background: #eeedeb;
	border: 1px solid #c1c1c2;
	color: #636466;
	text-transform: uppercase;
	font-size: 12px;
}
.ui-tabs .ui-state-default a, .ui-tabs.ui-widget-content .ui-state-default a, .ui-tabs .ui-widget-header .ui-state-default a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold !important;
	color: #636466 !important;
}
.ui-tabs .ui-state-active, .ui-tabs.ui-widget-content .ui-state-active, .ui-tabs .ui-widget-header .ui-state-active, .ui-tabs .ui-state-active, .ui-tabs .ui-tabs-selected {
	background: #DD782C;
    color: #FFF;
	border: 1px solid #DD782C;
}
.ui-tabs .ui-state-active a, .ui-tabs.ui-widget-content .ui-state-active a, .ui-tabs .ui-widget-header .ui-state-active a, .ui-tabs .ui-state-active a, .ui-tabs .ui-tabs-selected a {
	color: #FFF !important;
	font-weight: bold !important;
}
.ui-tabs .ui-state-hover, .ui-tabs.ui-widget-content .ui-state-hover, .ui-tabs .ui-widget-header .ui-state-hover, .ui-tabs .ui-state-focus, .ui-tabs.ui-widget-content .ui-state-focus, .ui-tabs .ui-widget-header .ui-state-focus {
	background: #DD782C;
	font-weight: bold;
	color: #c77405;
	padding: 0;
	margin: 0;
	border: 1px solid #DD782C;
}
.ui-tabs .ui-menu .ui-menu-item a.ui-state-hover,
.ui-tabs .ui-menu .ui-menu-item a.ui-state-active {
	border: 0;
}
.ui-tabs .ui-state-hover a, .ui-tabs .ui-state-hover a:hover {
	border: 0;
	background: #DD782C;
    color: #FFF !important;
}
.tabs {
	margin-left: 7px;
}

/** JSTree **/
.jstree-icon {
	cursor:pointer;
}
#categorySelectionTree ul {
	list-style: none outside none;
}



table.meinmemo {
	border-collapse: collapse;
    margin-top: 3px;
}
table.meinmemo th {
	padding: 5px;
	text-align: left;
}
table.meinmemo th small {
	font-weight: normal;
}
table.meinmemo td {
	padding: 5px;
}
table.meinmemo td input, table.meinmemo td textarea, table.meinmemo td select {
	background: #eeedeb;
	border: 1px solid #c1c1c2;
}
table.meinmemo .spacer {
	height: 20px;
	vertical-align: middle;
	padding: 0;
}
table.meinmemo .spacer hr {
	height: 1px;
	color: #c1c1c2;
	background: #c1c1c2;
}
table.meinmemo .borderbottom {
	border-bottom: 2px solid #939598; padding-bottom: 10px;
}



/**** FORM FIELDS ****/
.newinput {
	background: #eeedeb;
	border: 1px solid #c1c1c2;
}

/** Entry edit head **/
.entrysteps {
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	float: right;
	margin-right: 40px;
	color: #DE782D;
}
.entrysteps .wizardsteptitle {
	text-transform: none;
}
.entrysteps a.step {
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
	color: #DE782D;
}
#content .entrysteps a.step.inactive {
	color: #fff;
}




/**** New Box Styles ****/

.boxnew {
	margin: 0 0 10px 0;
}
.boxnew .head {
	margin: 0;
	padding: 5px 5px 0 7px;
	color: #000;
	font-weight: bold;
	background: #efeeec;
	height: 20px;
	text-transform: uppercase;
}
.boxnew .head h1, .boxnew .head h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #333;
	margin: 0;
}
.boxnew .content {
	margin-top: 10px;
}
.boxnew .content .logininfo {
	position: relative;
	left: 7px;
}

/**** Box Styles ****/

.box {
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 0 10px 0;
}
.box .head {
	margin: 0;
	padding: 2px 5px;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background: #efeeec;
}
.box .head h1,
.box .head h2,
.box .head h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333;
	margin: 0;
}
.box .head div.headline {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    color: #333;
    margin: 0;
}


#content .box .head h1 a {
}
.box .content {
	padding: 5px;
	background: #fff;
}

.box .content h3 {
	line-height: 15px;
	margin: 0 0 5px 0;
}

.box .content td {
	padding: 3px;
}

.maincontent .book img {
	margin-right: 10px;
	margin-bottom: 5px;
}

/** Entry page **/
.entrytypetable {}
.entrytypetable .spacer {background: #f8f7e2; border-left: 1px solid #d2c302; border-right: 1px solid #d2c302; padding: 0 3px 0 3px;}
.entrytypetable .spacer-top {background: #f8f7e2; border-top: 1px solid #d2c302; border-left: 1px solid #d2c302; border-right: 1px solid #d2c302; padding: 0 3px 0 3px;}
.entrytypetable .spacer-bottom {background: #f8f7e2; border-bottom: 1px solid #d2c302; border-left: 1px solid #d2c302; border-right: 1px solid #d2c302; padding: 0 3px 0 3px;}
.entrytypetable .head {background: #ebe7a7; border-left: 1px solid #d2c302; border-right: 1px solid #d2c302; color: #E5550E; padding: 0 3px 0 3px;}
.entrytypetable .note {color: #d2c302;}

.entryClosedContact {
	text-align: center;
	vertical-align: middle;
	width: 175px;
}

/*** City Pages ***/
.cityoffers .description h1,
.cityoffers .description h2 {
	margin: 0 0 3px;
	font: bold 12px/14px;
}
.cityoffers td {padding: 0 0 10px 0;}

/* Colors */
.gelb {	background-position: left -66px !important;}
.gelb .head { background-position: right -66px !important;}
.gelb .content { border-color: #d2c302;}
.gelb .footer {background-position: left -113px !important;}
.gelb .footerContent {background-position: right -113px !important;}
.violett { background-position: left -132px !important;}
.violett .head { background-position: right -132px !important;}
.violett .content {	border-color: #3e287a; }
.violett .footer {background-position: left -180px !important;}
.violett .footerContent {background-position: right -180px !important;}
.rot { background-position: left -198px !important;}
.rot .head { background-position: right -198px !important;}
.rot .content { border-color: #ce1a22;}
.rot .footer {background-position: left -246px !important;}
.rot .footerContent {background-position: right -246px !important;}
.oliv {	background-position: left -264px !important;}
.oliv .head { background-position: right -264px !important;}
.oliv .content { border-color: #918a51;}
.oliv .footer {background-position: left -312px !important;}
.oliv .footerContent {background-position: right -312px !important;}
.orange { background-position: left -330px !important;}
.orange .head { background-position: right -330px !important;}
.orange .content { border-color: #e75112;}
.orange .footer {background-position: left -378px !important;}
.orange .footerContent {background-position: right -378px !important;}

.trenner {
	background: #fff url('../_images/bg_trenner.png') top center repeat-y;
	width: 7px;
	padding: 0;
	margin: 0;
	border: none;
}

.fehlangabe {
	color: red;
}

/** Rubriken Page **/

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

.rubriken ul li {
	margin: 0;
	padding: 0;
}

/** deactivate hover background for images **/

a.noHover:hover {
	background: none !important;
	border: none !important;
	text-decoration: none !important;
}

/** Wizard Sept Navigation **/
#content .wizardnavigation {display: inline;margin-right: 10px;}
#content .wizardnavigation .title {}
#content .wizardnavigation a.step {color: #000;border: 1px solid #000;}
#content .wizardnavigation a.step:hover {color: #000;border: 1px solid #000;}
#content .wizardnavigation a.active {background: #BBB; color: #FFF;}
#content .wizardnavigation a.inactive {}

/** index page styles */
#content .selectedprovider {width: 176px; padding: 10px 4px 10px 4px;}
#content .selectedprovider .logoarea {height: 95px}

/** Tag Clouds **/
.tagcloud-1 {font-size: 18px;}
.tagcloud-2 {font-size: 15px;}
.tagcloud-3 {font-size: 12px;}
.tagcloud-4 {font-size: 10px;}

/** Book Product Page **/

#handbuch-produkt-header {
	background: url("../_images/handbuch/produktseite-top.jpg") no-repeat;
	width: 770px;
	height: 124px;
	margin: 0;
	float: right;
}
#handbuch-produkt-header h1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position:relative;
	top:96px;
	left:8px;
}
#handbuch-produkt-right {
  	background: url("../_images/handbuch/produktseite-right.jpg") no-repeat;
  	width: 196px;
  	height: 600px;
  	margin: 0 0 0 15px;
  	clear: both;
  	float: right;
}
#handbuch-produkt-content {
	position: relative;
	top: 27px;
	left: 10px;
	width: 550px;
}
#handbuch-produkt-content h2 {
	font-family: Verdana;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #000;
}
#handbuch-produkt-content h3 {
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000;
	margin-bottom: 15px;
}
#handbuch-produkt-content p {
	margin-bottom: 15px;
	line-height: 16px;
}
#handbuch-produkt-content .spacer {
	display: block;
	border-bottom: 1px dotted #666;
	height: 1px;
	margin: 10px 0 10px 0;
}
#handbuch-produkt-content #facts {
	float: left;
	width: 203px;
	padding-top: 11px;
}
#handbuch-produkt-content #reasons {
	float: right;
	width: 203px;
	text-align: center;
	color: #E5550E;
	margin-right: 20px;
}
#handbuch-produkt-content #reasons h2 {
	color: #E5550E;
}
#handbuch-produkt-right h2 {
	font-family: Verdana;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #000;
}
#handbuch-produkt-right #bookinfos {
	margin: 179px 25px 0 0;
	text-align: right;
}
#handbuch-produkt-right #price {
	font-family: Verdana;
	font-size: 16px;
	line-height: 17px;
	font-weight: bold;
	color: #000;
}
#handbuch-produkt-right small {
	font-family: Verdana;
	font-size: 10px;
	color: #000;
}
#handbuch-produkt-right img {
	margin-top: 15px;
}
#handbuch-produkt-right #tipp {
	margin: 15px 0 0 10px;
	line-height: 16px;
}
/** Register Product Page **/

#entrytype-teaser-left {
	width: 380px;
	height: 290px;
	float: left;
	left: 5px;
	position: relative;
	background: url(border-dotted-vertical.gif) top right repeat-y;
}
#entrytype-teaser-left h1 {
	margin-top: 15px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
}
#entrytype-teaser-left h2 {
	color: #000;
	font-size: 15px;
	font-weight: normal;
}
#entrytype-teaser-left p {
	margin-right: 15px;
	font-size: 11px;
	margin-top: 15px;
}
#entrytype-teaser-left .linkbox {
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#entrytype-teaser-right {
	width: 390px;
	height: 290px;
	float: right;
	background-position:center center;
	background: url(../_images/eintragen/teaser-fruehlingsangebot.jpg) no-repeat;
}
#entrytype-teaser-right .info {
	position: relative;
	top: 205px;
	left: 10px;
	height: 85px;
}
#entrytype-teaser-right h2 {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#entrytype-teaser-right p {
	font-size: 11px;
}
#entrytype-teaser-right .percentage {
	position: absolute;
	bottom: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #1b7337;
	float: left;
}
#entrytype-teaser-right .value {
	font-size: 28px;
	font-weight: bold;
}
#entrytype-teaser-right .linkbox {
	position: absolute;
	bottom: 0px;
	left: 240px;
}
#entrytypes {
	clear: both;
	background: url(border-dotted-horizontal.gif) top left repeat-x;
	position: relative;
	left: 5px;
	top: 20px;
	padding-top: 15px;
}
.entrytype {
	width: 248px;
	float: left;
	margin: 20px 12px 0 0;
}
.entrytype.last {
	float: right;
}
.entrytype .stars {
	text-align: center;
	width: 100%;
	height: 20px;
}
.entrytype .head {
	width: 100%;
	height: 70px;
	background-position:center center;
	background: url(../_images/eintragen/background-head-eintragstyp.png) no-repeat top center;
	text-align: center;
	border-bottom: 1px solid #1b7337;
	padding: 0;
}
.entrytype .head .info {
	text-transform: uppercase;
	font-size: 14px;
	padding: 15px 0 7px 0;
	font-weight: normal;
}
.entrytype .head .name {
	font-weight: bold;
	font-size: 16px;
	text-transform: none;
}
.entrytype .priceinfo {
	margin-top: 18px;
	text-align: center;
	font-size: 11px;
	height: 120px;
}
.entrytype .orderbutton {
	margin-top: 10px;
	margin-bottom: 25px;
	display: block;
	text-align: center;
	vertical-align: middle;
	background: url(border-dotted-horizontal.gif) center center repeat-x;
}

#content .buttonnew {
	background: #DD782C;
    color: #FFF;
    font-weight: bold;
    padding: 9px 15px 10px 15px;
    text-align: center;
}
#content .buttonnew:hover {
	color: #fff;
}

#entrytypes .entrytype .priceinfo .example {
	color: #000;
}
.entrytype .priceinfo .price {
	color: #f15922;
	margin: 10px 0 10px 0;
}
.entrytype .priceinfo .price .value {
	font-size: 20px;
	font-weight: bold;
	margin-left: 5px;
}
.entrytype .priceinfo .testinfo {
	color: #f15922;
	position: relative;
	top: 10px;
}
.entrytype .infosection {
	margin-top: 15px;
	height: 70px;
	padding-left: 7px;
	background: url(border-dotted-horizontal.gif) bottom left repeat-x;
}
.entrytype .infosection ul ,.specialinfo ul {
	list-style: square;
    margin: 0 0 0 1.5em;
    padding: 0 0 0 2px;
}
.entrytype .discountinfo {
	height: 50px;
}
.entrytype .specialinfo {
	margin-top: 15px;
	height: 70px;
	padding-left: 7px;
}
.entrytype .additionalinfo {
	margin-top: 15px;
	padding-left: 7px;
}
.entrytype .additionalinfo .asterix {
	color: #f15922;
}




/** Old register page from ewolff */

#eintragen-produkt-header {
	background: url("../_images/eintragen/produktseite-top.jpg") no-repeat;
	width: 770px;
	height: 124px;
	margin: 0;
	float: right;
}
#eintragen-produkt-header h1 {
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	position:relative;
	top:96px;
	left:8px;
}
#eintragen-produkt-right {
  	background: url("../_images/eintragen/produktseite-right.jpg") no-repeat;
  	width: 133px;
  	height: 200px;
  	margin: 0 0 0 15px;
  	clear: both;
  	float: right;
}
#eintragen-produkt-right h2 {
	font-family: Verdana;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #000;
}
#eintragen-produkt-right #bookinfos {
	margin: 48px 3px 0 0;
	text-align: center;
}
#eintragen-produkt-right #bookinfos p {
	margin-top: 10px;
}
#eintragen-produkt-right #bookinfos p a {
	font-size: 12px;
}
#eintragen-produkt-right .discount {
	font-family: Verdana;
	font-size: 13px;
	line-height: 17px;
	font-weight: bold;
	color: #E5550E;
}
#eintragen-produkt-right small {
	font-family: Verdana;
	font-size: 9px;
	color: #000;
}
#eintragen-produkt-content {
	position: relative;
	top: 27px;
	left: 10px;
	width: 550px;
}
#eintragen-produkt-content h2 {
	font-family: Verdana;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #000;
}
#eintragen-produkt-content h3 {
	font-family: Verdana;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000;
	margin-bottom: 15px;
}
#eintragen-produkt-content p {
	margin-bottom: 15px;
	line-height: 16px;
}
#eintragen-produkt-overview {
	clear: both;
	position: relative;
	left: 10px;
	width: 770px;
}
#eintragen-produkt-overview h2 {
	font-family: Verdana;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #000;
}
#eintragen-produkt-overview .spacer {
	display: block;
	border-bottom: 1px dotted #666;
	height: 1px;
	margin: 10px 0 10px 0;
}

.entry-column {
	float: left;
	margin-right: 14px;
	margin-top: 20px;
	margin-bottom: 60px;
	width: 247px;
	height: 760px;
}
.entry-column.last {
	margin-right: 0;
}
#eintragen-produkt-overview .entry-column .head {
	width: 100%;
	height: 36px;
	vertical-align: middle;
}
#eintragen-produkt-overview .entry-column .head h2 {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #E5550E;
	text-align: center;
	width: 100%;
	margin: 0;
}
#eintragen-produkt-overview .entry-column .head.standard {
  	background: url("../_images/eintragen/tuccan-standard.jpg") no-repeat;
  	background-position: bottom left;
}
#eintragen-produkt-overview .entry-column .head.logo {
  	background: url("../_images/eintragen/tuccan-logo.jpg") no-repeat;
  	background-position: bottom left;
}
#eintragen-produkt-overview .entry-column .head.profil {
  	background: url("../_images/eintragen/tuccan-profil.jpg") no-repeat;
  	background-position: bottom left;
}
#eintragen-produkt-overview .entry-column .infos {
  	background: url("../_images/eintragen/option-hintergrund.jpg") no-repeat;
  	width: 100%;
  	height: 100%
}
#eintragen-produkt-overview .entry-column .infos .summary {
	color: #fff;
	margin: auto;
	text-align: center;
	position: relative;
	top: 14px;
}
#eintragen-produkt-overview .entry-column .infos a:hover {
	background: transparent;
}
#eintragen-produkt-overview .entry-column .infos .summary a {
	display: block;
	margin-top: 10px;
	color: #fff;
}
#eintragen-produkt-overview .entry-column .infos .bestellen-top {
	position: relative;
	left: 54px;
	top: 23px;
}
#eintragen-produkt-overview .entry-column .infos .bestellen-bottom {
	position: relative;
	left: 54px;
	top: 6px;
}
#eintragen-produkt-overview .entry-column .infos .contactinfos {
	position: relative;
	left: 19px;
	top: 28px;
	height: 75px;
	width: 210px;
}
#eintragen-produkt-overview .entry-column .infos .placement {
	position: relative;
	left: 19px;
	top: 30px;
	height: 60px;
	width: 210px;
}
#eintragen-produkt-overview .entry-column .infos .ranking {
	position: relative;
	left: 19px;
	top: 32px;
	height: 75px;
	width: 210px;
}
#eintragen-produkt-overview .entry-column .infos .specials {
	position: relative;
	left: 19px;
	top: 34px;
	height: 161px;
	width: 210px;
}
#eintragen-produkt-overview .entry-column .infos .price {
	position: relative;
	left: 19px;
	top: 36px;
	height: 100px;
	width: 210px;
}
#eintragen-produkt-overview .entry-column .infos .price .sum {
	display:block;
	margin:0;
	text-align:center;
	line-height: 20px;
}
#eintragen-produkt-overview .entry-column .infos .price .sum .priceinfo {
	font-family: Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #E5550E;
}

#eintragen-produkt-overview .entry-column .infos .discount {
	position: relative;
	left: 19px;
	top: 36px;
	height: 100px;
	width: 210px;
}

/** SERVICES **/
.box .content .teaserTable tr td {
	padding: 3px 3px 10px 3px;
}
.teaserTable tr td h2 {
	margin: 0 2px 2px 2px;
}

/** CONTENT OVERVIEW **/
.overviewBox {
	width: 350px;
	float: left;
	margin-right: 15px;
}
.overviewBox .imageBox {
	width: 145px;
	float: left;
}
.overviewBox .contentBox {
}

/** QUALITÄTSINDEX **/

.progress_bar {
  position: relative;
  width: 145px;
  border: 1px solid #CCC;
  background: #DDD;
}

.progress_bar span {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 15px;
  background: transparent;
}

.progress_bar span.value {
  background-color: #00aa33;
  border: 0px solid #CCC;
}

.progress_bar strong {
  position: relative;
  z-index: 10;
  display: block;
  line-height: 15px;
  text-align: center;
}

/** JPlayer Styles */
.jp-audio {
	margin: auto;
}
#jp_playlist_1 ul {
	list-style-position: inside !important;
    list-style-type: square !important;
    padding: 5px 0 5px 8px;
}
#jp_playlist_1 ul li {
	list-style-position: inside !important;
    list-style-type: square !important;
    padding: 5px 0 5px 8px;
}
#jp_playlist_1 ul {
    list-style-position: inside;
    list-style-type: square !important;
}
#jp_playlist_1 li.jp-playlist-current {
    list-style-position: inside;
    list-style-type: square !important;
}
#content div.jp-type-playlist div.jp-playlist li.jp-playlist-last {
    border-bottom: medium none;
    padding: 5px 0 5px 8px;
    list-style-type: square !important;
}

/** Gallery Image Cycle */
#profileGalleryPreview {
    height:  90px;
    width:   90px;
    padding: 0;
    margin:  0;
    position: relative;
    left: 220px;
}

#profileGalleryPreview img {
    padding: 0;
    border:  0;
    background-color: transparent;
    max-width:  90px;
    max-height: 90px;
    top:  0;
    left: 0
}

form label {
	font-weight: bold;
}

form ul.errors {
	margin-top: 0px;
	margin-bottom: 5px;
	color: #E5550E;
	list-style-image: none;
}
