/* Allgemeine Definitionen ======================================== */
body {
    margin: 36px 0 32px 20px;
    /*width: 980px;*/
    width: 81.6666em;
    font-size: 12px;
    /*background: url(../images/logo_beta.gif) no-repeat right top;
     background-attachment: fixed;*/
}* {
    margin: 0;
    padding: 0;
    font-family: Courier New, Courier, serif;
    font-size: 12px;
    color: #7d7d7d;
}

a img {
    border: none;
    outline: none;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #9933cc;
    text-decoration: none;
}

a:active {
    outline: none;
    color: #9933cc;
    text-decoration: none;
    font-weight: normal;
}

a.selected, a.active {
    outline: none;
    color: #9933cc;
    text-decoration: none;
    font-weight: bold;
}

a.underline:hover {
    color: #9933cc;
}

b {
    color: #7d7d7d;
    font-weight: bold;
}

input, textarea, select, option {
    color: #7d7d7d;
}

select.selectCountry {
    width: 200px;
}

input.input, textarea.input {
    border: 1px solid #a5acb2;
}

textarea.readonly {
    border: none;
    padding: 0 20px 0 0;
}

label.default {
    float: left;
    display: inline;
    width: 140px;
}

label.autosize {
    padding: 0 20px 0 5px;
}

input[type =
"checkbox"] {
    /*float: left;
     display: inline;*/
}

input.checkbox {
    margin: 3px 3px 0 0;
}

object {
    outline: none;
}

a.btn_addtowatchlist {
    background: url(../images/btn_addtowatchlist.gif) no-repeat 0 0;
    width: 24px;
    height: 24px;
    float: left;
    display: inline;
    text-decoration: none;
}

a.btn_addtowatchlist:hover {
    background-position: 0 -23px;
    text-decoration: none;
}

a.watchlistoverview {
    float: none;
    padding: 5px 9px;
}

a.btn_ilikethis {
    background: url(../images/btn_ilikethis.gif) no-repeat 0 0;
    width: 24px;
    height: 24px;
    float: left;
    display: inline;
    text-decoration: none;
}

a.btn_ilikethis:hover {
    background-position: 0 -25px;
    text-decoration: none;
}

.floatRight a.active {
    text-decoration: none;
    font-weight: bold;
}

#unread_messages {
    display: block;
    float: left;
    margin-top: 3px;
    font-weight: bold;
    color: #9933cc;
}

div.required_input {
    color: #666666;
}

a.getflash, a.getflash:hover {
    text-decoration: none;
    display: block;
}

a.getflash:hover span {
    text-decoration: none;
}

a.getflash img, a.getflash span {
    float: left;
    display: inline;
}

a.getflash span {
    padding: 24px 0 20px 10px;
}

div.preview_filename {
    padding: 0 0 0 0 !important;
    margin: 10px 0 0 0 !important;
}

th {
    text-align: left;
}

span#filter_reset_link {
    padding: 5px 0 0 0;
    float: left;
    display: inline;
}

div.hr_dashed {
    height: 1px;
    overflow: hidden;
    background: url(../images/hr_dashed_grey.gif) repeat-x 0 0;
}

div.hr_dashed_purple {
    height: 1px;
    overflow: hidden;
    background: url(../images/hr_dashed_purple.gif) repeat-x 0 0;
}

p {
    line-height: 18px;
}

div.buttons {
    margin: -21px 0 0 0;
}

/* Button Templates ======================================== */
/* Template: <a href="#" class="button">Linktext</a> */
a.button {
    color: #ffffff;
    background-color: #9933cc;
    font-weight: bold;
    padding: 2px 6px 2px 6px;
    margin: 0 1px 1px 0;
    float: left;
    display: inline;
    text-decoration: none;
}

a.button_alt {
    color: #ffffff;
    background-color: #7d7d7d;
    font-weight: bold;
    padding: 2px 6px 2px 6px;
    margin: 0 1px 0 0;
    float: left;
    display: inline;
    text-decoration: none;
}

a.button:hover, a.button_alt:hover {
    text-decoration: underline;
}

a.button_paginationfix {
    margin: 0px 0 0 0;
}

/* Formater Classes ======================================== */
.floatLeft {
    float: left;
    display: inline;
}

.floatRight {
    float: right;
    display: inline;
}

.clearer {
    float: none;
    clear: both;
    height: 0px;
    width: 0px;
    line-height: 0px;
    font-size: 0px;
    display: block;
}

.noborder {
    border: 0 none;
}

.nooutline, .nooutline:hover {
    outline: 0 none;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}

.textCenter {
    text-align: center;
}

.padding0 {
    padding: 0 0 0 0;
}

.padding10 {
    padding: 10px 10px 10px 10px;
}

.padding20 {
    padding: 20px 20px 20px 20px;
}

.padding25 {
    padding: 25px 25px 25px 25px;
}

.margin0 {
    margin: 0 0 0 0;
}

.margin5 {
    margin: 5px 5px 5px 5px;
}

.marginLeft10 {
    margin-left: 10px;
}

.font8 {
    font-size: 8px;
    line-height: 12px;
}

.font10 {
    font-size: 10px;
    line-height: 14px;
}

.font12 {
    font-size: 12px;
    line-height: 18px;
}

.font18 {
    font-size: 18px;
    line-height: 22px;
}

.fontBold {
    font-weight: bold;
}

.fontNormal {
    font-weight: normal;
}

.grey {
    color: #898989;
}

.pink {
    color: #00ff00;
}

.purple {
    color: #9933cc;
}

.underline {
    text-decoration: underline;
}

.pattern {
    background: url(../images/bkgr_profiles_pattern.gif) repeat 0 0;
}

p.plus {
    background: url(../images/p_plus.jpg) no-repeat scroll left 5px;
    padding: 0 0 0 33px;
    width: 395px;
    margin: 0 0 20px 0;
}

p.plus.single {
    background: url(../images/p_plus.jpg) no-repeat scroll left 0px;
    height: 19px;
    padding-top: 3px;
}

/* �berschriften ======================================== */
h2 {
    margin: 6px 0 9px -13px;
}

h2 span {
    font-size: 16px;
    font-weight: bold !important;
    background: url(../images/bg_h2.jpg) top left no-repeat;
    padding: 4px 0px 3px 13px;
    color: #9933cc !important;
}

h2 span.end {
    padding: 5px 0 0 0;
    background: url(../images/bg_h2_end.jpg) top left no-repeat;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 0px 0;
    color: #7d7d7d;
}

h3.big {
    font-size: 16px;
    font-weight: normal;
}

h3.big.margin-bottom {
    margin-bottom: 23px;
}

/* Fieldsets ======================================== */
fieldset {
    border: 1px solid #a8a8a8;
    /*padding: 10px;*/
    margin: 0 0 0px 0;
}

fieldset.active {
    border: 1px solid #9933cc;
}

/* Logo ======================================== */
a.logo {
    position: fixed;
    top: 168px;
    left: 848px;
    width: 160px;
    height: 130px;
    background: url(../images/logo_purpular.gif) top left no-repeat;
    display: block;
    text-decoration: none;
    outline: none;
}

img.logo {
    width: 160px;
    height: 112px;
}

a.logo:hover {
    text-decoration: none;
    outline: none;
}

/* Navigation ======================================== */
.navigation {
    /*width: 180px;*/
    /*width: 14.9999em;*/
    width: 16.25em;
    margin: 19px 0 150px 0;
    float: left;
    display: block;
}

.navigation ul li {
    list-style: none;
    padding: 0 0 0 30px;
    display: block;
    overflow: visible;
}

.navigation ul li.active {
    padding: 0 0 0 0px;
    margin: 0 0 0 0;
}

.navigation ul.first li a {
    overflow: hidden;
    text-indent: -500px;
}

.navigation ul li a {
    font-size: 14px;
    font-family: "Arial Black";
    color: #000000;
    background-color: transparent;
    /*text-transform: uppercase;*/
    display: block;
    padding: 0 0 2px 0;
    float: left;
    /*width: 90px;*/
    width: 164px;
}

.navigation ul li a.inline {
    width: auto; /* für Navi "Nachrichten" */
}

.navigation ul li a:hover, .navigation ul li.active a {
    color: #9933cc;
}

.navigation ul li .active {
    color: #9933cc;
    background: url(../images/sprite.gif) no-repeat 0 0;
    float: left;
    width: 30px;
    height: 28px;
    margin: -5px 0 -4px 0;
}

.navigation ul li a.nav_start_de {
    background: url(../images/navi_de.gif) no-repeat 0 0;
    padding: 0;
}

.navigation ul li a.nav_about_de {
    background: url(../images/navi_de.gif) no-repeat 0 -21px;
}

.navigation ul li a.nav_news_de {
    background: url(../images/navi_de.gif) no-repeat 0 -44px;
}

.navigation ul li a.nav_services_de {
    background: url(../images/navi_de.gif) no-repeat 0 -66px;
}

.navigation ul li a.nav_buyart_de {
    background: url(../images/navi_de.gif) no-repeat 0 -88px;
}

.navigation ul li a.nav_gallery_de {
    background: url(../images/navi_de.gif) no-repeat 0 -110px;
}

.navigation ul li a.nav_marketplace_de {
    background: url(../images/navi_de.gif) no-repeat 0 -132px;
}

.navigation ul li a.nav_search_de {
    background: url(../images/navi_de.gif) no-repeat 0 -154px;
}

.navigation ul li a.nav_start_en {
    background: url(../images/navi_en.gif) no-repeat 0 0;
}

.navigation ul li a.nav_about_en {
    background: url(../images/navi_en.gif) no-repeat 0 -21px;
}

.navigation ul li a.nav_news_en {
    background: url(../images/navi_en.gif) no-repeat 0 -44px;
}

.navigation ul li a.nav_services_en {
    background: url(../images/navi_en.gif) no-repeat 0 -66px;
}

.navigation ul li a.nav_buyart_en {
    background: url(../images/navi_en.gif) no-repeat 0 -88px;
}

.navigation ul li a.nav_gallery_en {
    background: url(../images/navi_en.gif) no-repeat 0 -110px;
}

.navigation ul li a.nav_marketplace_en {
    background: url(../images/navi_en.gif) no-repeat 0 -132px;
}

.navigation ul li a.nav_search_en {
    background: url(../images/navi_en.gif) no-repeat 0 -154px;
}

.navigation ul li a.nav_start_de:hover, .navigation ul li.active a.nav_start_de, .navigation ul li a.nav_start_en:hover, .navigation ul li.active a.nav_start_en {
    background-position: -164px 0;
}

.navigation ul li a.nav_about_de:hover, .navigation ul li.active a.nav_about_de, .navigation ul li a.nav_about_en:hover, .navigation ul li.active a.nav_about_en {
    background-position: -164px -21px;
}

.navigation ul li a.nav_news_de:hover, .navigation ul li.active a.nav_news_de, .navigation ul li a.nav_news_en:hover, .navigation ul li.active a.nav_news_en {
    background-position: -164px -44px;
}

.navigation ul li a.nav_services_de:hover, .navigation ul li.active a.nav_services_de, .navigation ul li a.nav_services_en:hover, .navigation ul li.active a.nav_services_en {
    background-position: -164px -66px;
}

.navigation ul li a.nav_buyart_de:hover, .navigation ul li.active a.nav_buyart_de, .navigation ul li a.nav_buyart_en:hover, .navigation ul li.active a.nav_buyart_en {
    background-position: -164px -88px;
}

.navigation ul li a.nav_gallery_de:hover, .navigation ul li.active a.nav_gallery_de, .navigation ul li a.nav_gallery_en:hover, .navigation ul li.active a.nav_gallery_en {
    background-position: -164px -110px;
}

.navigation ul li a.nav_marketplace_de:hover, .navigation ul li.active a.nav_marketplace_de, .navigation ul li a.nav_marketplace_en:hover, .navigation ul li.active a.nav_marketplace_en {
    background-position: -164px -132px;
}

.navigation ul li a.nav_search_de:hover, .navigation ul li.active a.nav_search_de, .navigation ul li a.nav_search_en:hover, .navigation ul li.active a.nav_search_en {
    background-position: -164px -154px;
}

.navigation li.search {
    margin: 22px 0 0 0;
    height: 64px;
}

.navigation li.search input, .navigation .login input {
    width: 124px;
    /*background: #e5e5e5;
     border:none;
     height: 10px;
     padding:1px 0 3px 0;*/
}

.navigation ul.second li {
    overflow: hidden;
}

.navigation ul.second li a.selected {
    outline: none;
    color: #9933cc;
    text-decoration: none;
    font-weight: bold;
}

.navigation ul.second li a.profile_app {
    background: url("/images/arrow_service.gif") no-repeat scroll 0 5px transparent;
    display: block;
    height: 17px;
    margin: 0 0 0 -26px;
    padding: 10px 0 0 26px;
}

.navigation ul.second .user_profile_minithumb {
    float: left;
    margin: 0 10px 0 0px;
    background: url(../images/bkgr_user_profile_minithumb.gif) no-repeat 0 0;
}

.navigation ul.second .user_profile_minithumb img {
    width: 36px;
    /*heigth: 36px;*/
    margin: 3px 3px 13px 3px;
    float: left;
    /*border: 1px solid #76726f;*/
}

.navigation ul.second li, .navigation ul.second li a {
    font-size: 12px;
    font-family: Courier New, Courier, serif;
}

.navigation ul.second li a {
    /*color: #9933cc;*/
}

.navigation ul.second li.howdy {
    color: #7d7d7d;
}

.navigation ul.second li a:hover {
    text-decoration: none;
}

.navigation ul.second li a {
    margin: 3px 0 0 0;
}

.navigation .login {
    /*margin: 10px 0 0px 0;
     padding: 0 0 30px 0;*/
}

.navigation .login label, .navigation ul.second .login a {
    font-size: 10px;
}

.navigation ul li a.logout {
    display: inline;
    float: left;
    width: auto;
}

/* Subnavigation ======================================== */
div.subnavigation {
    text-decoration: none;
    padding: 0px 0 10px 0;
    font-weight: bold;
    color: #000000;
    background-color: transparent;
}

div.subnavigation span {
    margin: 2px 0 0 0;
    float: left;
    display: block;
}

div.subnavigation a {
    text-decoration: none;
    color: #000000;
    background-color: transparent;
    /*text-transform: uppercase;*/
}

div.subnavigation a:hover, div.subnavigation a.active, div.subnavigation a.active:hover {
    text-decoration: none;
    color: #9933cc;
}

/* Content Area ======================================== */
.outer_content {
    float: left;
    padding: 20px 25px 60px 25px;
}

.outer_content .subnav {
    /*width: 540px;*/
    width: 44.9999em;
    height: 24px;
    text-align: right;
}

.outer_content .subnav a.active {
    font-weight: bold;
}

.outer_content .inner_content {
    /*width: 580px;*/
    width: 48.3333em;
}

/* Flash Cloud ======================================== */
div#cloud_content {
    margin-top: 40px;
}

div.cloud_options {
    float: right;
    display: inline;
    padding: 2px 0 0 0;
}

.cloud_optionslabel {
    color: #666666;
}

select.cloud_filtercategory {
    width: 134px;
    color: #9933cc;
}

select.cloud_filtercategory option {
    color: #9933cc;
}

/* Portfolios (Profiles) ======================================== */
div.profiles_item {
    float: left;
    margin: 0 44px 44px 0;
    width: 164px;
    height: 198px;
    background: url(../images/bkgr_profiles_item.gif) no-repeat 0 0;
}

div.profiles_item_overlay_description {
    width: 200px;
}

div.profiles_item_overlay_more {
    width: 95px;
    margin-right: 0px;
}

div.item_overlay_one_column .profiles_item_overlay_description {
    width: 310px;
}

div.item_overlay_one_column .profiles_item_overlay_more {
    display: none;
}

div.profiles_item_overlay_more div.preloader_center {
    padding: 75px 0 0 20px;
}

div.profiles_item_overlay_more p {
    margin: 0 0 10px 0;
}

div.profiles_item div {
    margin: 12px 10px 0 10px;
}

div.profiles_item div a, div.profiles_item div span {
    color: #000000;
    font-weight: normal;
    outline: none;
}

div.profiles_item div a:hover {
    text-decoration: none;
    color: #9933cc;
    /*font-weight: bold;*/
}

div.profiles_item div a:hover span {
    text-decoration: none;
    color: #9933cc;
    /*font-weight: bold;*/
}

div.profiles_item div a img, div.profiles_item div img {
    margin: 0 0 10px 0;
    border: 1px solid #76726f;
}

span.profiles_item_artist {
    background: url(../images/icon_profiles_artist.gif) no-repeat 0 0px;
    padding: 3px 0 0 31px;
}

span.profiles_item_crew {
    background: url(../images/icon_profiles_crew.gif) no-repeat 0 0px;
    padding: 3px 0 0 30px;
}

span.profiles_item_product {
    background: url(../images/icon_profiles_product.gif) no-repeat 0 0px;
    padding: 3px 0 0 32px;
}

span.profiles_item_shop_product {
    background: url(../images/icon_profiles_shop_product.gif) no-repeat 0 0px;
    padding: 3px 0 0 32px;
}

span.profiles_item_service_overview {
    visibility: hidden;
}

#service_overview .profiles_item_overlay_description a {
    display: block;
    margin: 0 0 2px -7px;
    background: url(../images/arrow_service.gif) no-repeat 0 1px;
    padding: 2px 0 3px 27px;
}

span.profiles_item_joboffer,
span.profiles_item_partner{
    background: url(../images/icon_profiles_joboffer.gif) no-repeat 0 0px;
    padding: 3px 0 0 30px;
}

span.profiles_item_announcement {
    background: url(../images/icon_news.gif) no-repeat 0 0px;
    padding: 3px 0 0 32px;
}

/* profiles item overlay */
div.item_overlay, div.item_overlay_one_column {
    background: url(../images/item_overlay_bg.png) top left no-repeat;
    width: 539px;
    height: 234px;
    position: absolute;
    z-index: 9999999;
    padding: 5px 15px 15px 6px;
}

div.item_overlay_one_column {
    background: url(../images/item_overlay_one_column_bg.png) top left no-repeat;
}

div.profiles_artist_description {
    float: left;
    width: 340px;
    margin: 10px 0 0 0;
}

div.profiles_about_div_left, div.profiles_edit_div_left {
    /*width: 360px;*/
    width: 390px;
    margin: 0 20px 0 0;
}

div.profiles_about_div_right, div.profiles_edit_div_right {
    width: 165px;
}

div.profiles_about_div_bottom, div.profiles_show_div_bottom, div.profiles_edit_div_bottom, div.joboffer_show_div_bottom, div.product_show_div_bottom {
    background-color: #dbdbdb;
    margin: 0;
    padding: 0;
}

div.profiles_about_div_left {
    padding-top: 16px;
}

div.profiles_about_div_left h1 {
    margin: 0 0 0 0;
}

div.profiles_about_div_right {
    padding-top: 20px;
}

div.profiles_about_btncaption, div.profiles_show_btncaption, div.joboffer_show_btncaption, div.product_show_btncaption {
    color: #9933cc;
    padding: 4px 0 0 6px;
}

div.profiles_dashed_separator {
    border-top: 1px dashed #9933cc;
    margin: 15px 0 0 0;
}

div.profiles_employment {
    /*background: url(../images/hr_dashed_grey.gif) repeat-x 0 bottom;*/
    margin: 3px 0 3px 0;
}

div.employments_left {
    width: 150px;
}

div.employments_right {
    width: 205px;
}

div#employments_new_ajax, div#employments_ajax {
    /*background-color: #f8f8f8;*/
    float: left;
    display: block;
}

div#employments_new_ajax fieldset, div#employments_ajax fieldset {
    background-color: #f8f8f8;
}

div#employments_new_ajax label, div#employments_ajax label {
    width: 120px;
    margin: 0 0 5px 0;
    float: left;
    display: inline;
}

div.profiles_crewlist {
}

div.profiles_crewlist p.adminlinks, div.profiles_crewlist p.crewlinks {
    padding: 2px 5px 3px 5px;
}

form#edit_profile label, form#new_profile_crew label {
    float: left;
    display: inline;
    width: 100px;
}

form#edit_profile input {
}

div.profiles_about_links, div.profiles_edit_links {
    margin: 0 2px 0 2px;
    padding: 10px 10px 10px 10px;
    float: left;
    width: 140px;
    background: url(../images/bkgr_profiles_pattern.gif) repeat 0 0;
}

div.profiles_edit_links select, div.profiles_edit_links input {
    float: left;
    width: 140px;
}

div.profiles_edit_links select option {
    color: #000000;
}

div.profiles_edit_links select option[selected] {
    color: #ffffff;
    background-color: #9933cc;
}

/* Einladungen (Invitations) ======================================== */
form#new_invitation {
}

form#new_invitation label {
    float: left;
    display: inline;
    width: 140px;
}

form#new_invitation a {
    margin: 0 0 0 140px;
}

form#new_invitation p.pattern {
    background: url(../images/bkgr_profiles_pattern.gif) repeat;
    margin: 0 20px 20px 20px;
    padding: 14px;
}

/* Nachrichten (Messages) ======================================== */
div.messages_subnavi a {
    /*text-transform: uppercase;*/
}

div.messages_subnavi a.active {
    font-weight: bold;
}

div.inbox_private_messages, div.outbox_private_messages, div.inbox_crew_messages, div.outbox_crew_messages {
    border: 1px solid #f0f0f0;
    padding: 10px 10px 0 10px;
}

div.inbox_private_messages div a img, div.outbox_private_messages div a img, div.inbox_crew_messages div a img, div.outbox_crew_messages div a img {
    margin: 0 10px 0 0;
}

div.inbox_private_messages div.header, div.outbox_private_messages div.header, div.inbox_crew_messages div.header, div.outbox_crew_messages div.header {
    width: 450px;
}

div.auto_complete_helper {
    border: 1px solid #cccccc;
    height: 17px;
    /*width: 205px;*/
    width: 200px;
    float: left;
}

div.auto_complete_helper .msg_recipient {
    float: left;
    width: 196px;
    height: 15px;
}

div.auto_complete_helper input {
    border: none;
    /*width: 150px !important;*/
    width: 200px !important;
}

div.auto_complete_helper .msg_inner_recipient {
    /*font-weight: bold;*/
    color: #aaaaaa;
    float: left;
    display: inline;
}

div.msg_recipient {
    padding: 0 2px 2px 2px;
    background-color: #f8f8f8;
}

div.msg_recipient a img {
    margin: 4px 0 0 0;
    float: right;
    display: block;
}

input#message_user_name {
    padding: 2px 0 0 0;
    background-color: transparent;
    /*background-color: #00cf00;*/
}

a.msgs_openclosebutton, a.msgs_openclosebutton:hover {
    background: url(../images/btn_msgs_openclose.gif) no-repeat 0px -8px;
    width: 8px;
    height: 8px;
    float: left;
    display: inline;
    padding: 0 10px 0 0;
    text-decoration: none;
    margin: 2px 0 0 0;
    outline: none;
}

a.msgs_openclosebutton.closed {
    background: url(../images/btn_msgs_openclose.gif) no-repeat 0px 0px;
}

div.user_messages {
}

div.message {
}

div.message.unread {
    /*font-weight: bold;*/
}

div.message.unread div.message_content {
    border: 2px solid #9933cc;
}

div.message_user_thumb {
    width: 64px;
    height: 64px;
    background: url(../images/bkgr_user_profile_minithumb.gif) no-repeat 0 0;
}

div.message_user_thumb img {
    /*border: 1px solid #76726f;*/
    width: 36px;
    /*heigth: 36px;*/
    margin: 3px 3px 13px 3px;
}

div.message_content {
    padding: 2px 15px 2px 2px;
    /*border: 1px solid #a5acb2;*/
    border: 1px solid #cccccc;
    background-color: #f8f8f8;
    width: 400px;
}

div.message_content.outbox {
    /*width: 400px;*/
}

div.message_readbtns {
    padding: 4px 0 0 0;
}

div.message_readbtns a {
    /*color: #ffffff;*/
    /*color: #9933cc;*/
    /*color: #8b8b8b;*/
    color: #555555;
    /*background: url(../images/btn_tpl_middle.gif) repeat-x 0 0;*/
    background-color: #e5e5e5;
    padding: 1px 2px 1px 2px;
    font-size: 8px;
}

div.message_options {
    width: 20px;
    /*margin: -4px 0 0 -4px;*/
}

div.message_options a {
    margin: 0 0 2px 0;
    float: left;
    display: block;
}

span.message_details {
    font-weight: normal;
    color: #666666;
    padding: 0 0 6px 0;
}

span.message_details b {
    font-weight: normal;
    color: #9933cc;
}

div.message_text {
    padding: 0 0 6px 0;
}

div.messages_new {
    padding: 0 0 10px 50px;
}

div.message_help {
    float: left;
    margin: -1px 0 0 20px;
}

div.message_help a {
    outline: none;
}

div.message_help div.helpBox {
    width: 150px;
    font-size: 11px;
    margin-left: 25px;
    position: absolute;
    top: 70px;
    padding: 0 0 0 10px;
    color: #7d7d7d;
    z-index: 100;
}

div.message_help div.helpBox div {
    border: 1px solid #9933cc;
    padding: 7px 10px 7px 10px;
    background: #ffffff;
}

div.message_help div.helpBox img {
    float: left;
    margin: 10px 0 0 -18px;
}

div.messages_errors {
}

div.messages_new_header {
}

div.messages_new_msg {
}

div.messages_new_sendbtn {
}

div.messages_new label {
    float: left;
    display: inline;
    width: 100px;
}

div.messages_new select, div.messages_new input {
    float: left;
    display: inline;
    width: 200px;
}

div.auto_complete, div.auto_complete ul li {
    background-color: #f8f8f8;
    /*background-color: #ffffac;*/
    /*color: #9933cc;*/
    color: #000000;
    cursor: pointer;
}

div.auto_complete ul {
    /*border: 1px solid #9933cc;*/
}

div.auto_complete ul li {
    list-style-type: none;
    padding: 2px;
}

div.auto_complete ul li.selected {
    color: #ffffff;
    background-color: #9933cc !important;
    /*background-color: #cccccc !important;*/
}

/* Produkte (Products) ======================================== */
div.product_new_left {
    width: 340px;
}

div.product_new_right {
    width: 165px;
}

div.product_new_right .tooltip_margin {
    padding: 0px 0 0 110px;
    margin-top: 0px;
}

div.product_new_thumbpreview, div.product_new_thumbpreview_app {
    float: left;
    margin: 30px 20px 20px 35px;
    width: 164px;
    height: 198px;
    background: url(../images/bkgr_profiles_item.gif) no-repeat 0 0;
}

div.product_new_thumbpreview_app {
    background: url(../images/bkgr_profiles_item_app.gif) top left no-repeat;
    width: 210px;
}

div.product_new_thumbpreview div, div.product_new_thumbpreview_app div {
    margin: 12px 10px 0 10px;
}

div.product_new_thumbpreview div a, div.product_new_thumbpreview_app div a, div.product_new_thumbpreview div label, div.product_new_thumbpreview_app div label {
    color: #a8a8a8;
    font-weight: normal;
}

div.product_new_thumbpreview div a:hover, div.product_new_thumbpreview_app div a:hover, div.product_new_thumbpreview div a:hover label, div.product_new_thumbpreview_app div a:hover label {
    text-decoration: none;
    color: #9933cc;
}

div.product_new_thumbpreview div a img, div.product_new_thumbpreview_app div a img, div.product_new_thumbpreview div img, div.product_new_thumbpreview_app div img, span.product_new_thumbempty {
    margin: 0 0 10px 0;
    width: 142px;
    height: 142px;
    float: left;
    border: 1px solid #76726f;
    background-color: #000000;
}

div.product_show {
}

div.product_show img {
    float: left;
    margin: 0 0 10px 0;
}

div.product_item {
    float: left;
    margin: 0 20px 20px 0;
    width: 164px;
    height: 198px;
    background: url(../images/bkgr_profiles_item.gif) no-repeat 0 0;
}

div.product_item div {
    margin: 12px 10px 0 10px;
}

div.product_item div a, div.product_item div span {
    color: #a8a8a8;
    font-weight: normal;
    outline: none;
}

div.product_item div a:hover {
    text-decoration: none;
    color: #9933cc;
    font-weight: bold;
}

div.product_item div a:hover span {
    text-decoration: none;
    color: #9933cc;
    /*font-weight: bold;*/
}

div.product_item div a img, div.product_item div img {
    margin: 0 0 10px 0;
    border: 1px solid #76726f;
}

div.product_admin_options {
    position: relative;
    top: -42px;
    /*top: -37px\0; /* IE8 Hack, is now in IE8.css */
    left: 132px;
    width: 30px;
    height: 10px;
    float: left;
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

div.profiles_item div.product_admin_options {
    margin: 2px 0 0 0;
    padding: 2px 0 0 0;
}

div.product_admin_options a.icon_edit, div.product_admin_options a.icon_delete {
    border: none;
    text-decoration: none;
    float: left;
    padding: 0 3px 0 0;
}

div.product_admin_options a.icon_edit img, div.product_admin_options a.icon_delete img {
    border: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

/* Profile Applications ======================================== */
div.profile_application_new .media_upload {
    /*float: right;
     margin: -100px -15px 0 0;*/
}

/* Media ======================================== */
div.media_list {
}

div.media_item {
}

div.youtube_player {
}

div.media_list .media_upload, div#new_medium_container .media_upload {
    /*float: right;*/
    /*margin: -110px -15px 0 0;*/
    /*margin: 0px 0px 0 0;*/
}

div.media_list .links_source, div#new_medium_container .links_source {
    float: left;
    display: block;
    margin: 0 0 0px 0;
}

div.media_list .description, div#new_medium_container .description {
    float: left;
    display: inline;
    margin: 0px 0 20px 0;
}

/* Marktplatz (Joboffers) ======================================== */
#joboffer_table a.sort {
    display: block;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    font-weight: normal;
}

#joboffer_table a.sort.down {
    background: url(../images/arrow_down.gif) left no-repeat;
    padding-left: 15px;
    font-weight: bold !important;
}

#joboffer_table a.sort.up {
    background: url(../images/arrow_up.gif) left no-repeat;
    padding-left: 15px;
    font-weight: bold !important;
}

div.joboffer_show_div_left {
    /*width: 360px;*/
    width: 390px;
    margin: 0 20px 0 0;
}

div.joboffer_show_div_right {
    width: 165px;
    padding-top: 20px;
}

div.joboffer_top_ad {
    margin-bottom: 10px;
    padding: 0px 5px 0px 0px;
    background: #F8F8F8 url(../images/bkgr_profiles_pattern.gif) repeat 0 0;
}

div.joboffer_top_ad div.description {
    padding-top: 18px;
}

div.joboffer_top_ad div.image {
    border: 1px solid #cccccc;
    margin: 0 20px 0 0;
}

form.joboffer_head {
    background: url(../images/bkgr_profiles_pattern.gif) repeat 0 0;
    float: left;
    display: block;
    width: 560px;
}

div.joboffer_table {
}

table.joboffer_table {
    text-align: left;
    /*border-bottom: 1px dashed #9933cc;*/
}

table.joboffer_table tr {
    background: url(../images/hr_dashed_grey.gif) repeat-x 0 bottom;
}

table.joboffer_table thead tr th {
    /*border-bottom: 1px dashed #9933cc;*/
    padding: 0 20px 0 0;
}

table.joboffer_table tbody tr td {
    padding: 10px 20px 10px 0;
}

div.joboffer_item {
    float: left;
    margin: 0;
    width: 164px;
    height: 198px;
    margin: 0 20px 20px 0;
    background: url(../images/bkgr_profiles_item.gif) no-repeat 0 0;
}

div.joboffer_item div {
    margin: 12px 10px 0 10px;
}

div.joboffer_item div img {
    border: 1px solid #76726f;
    margin: 0 0 10px 0;
}

span.joboffer_item {
    color: #a8a8a8;
}

div.joboffer_show_info {
    margin: 0px 2px 0 2px;
    padding: 10px 10px 10px 10px;
    float: left;
    width: 140px;
    background: url(../images/bkgr_profiles_pattern.gif) repeat 0 0;
}

div#joboffer_msg input#message_recipient {
    color: #aaaaaa;
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
}

/* About Purpular ======================================== */
.about_pur p.font12, .about_pur p.font18 {
    padding-bottom: 30px;
}

p.pattern {
    background: url(../images/bkgr_profiles_pattern.gif) repeat;
    margin: 0 20px 20px 20px;
    padding: 14px;
}

/* Galerie ======================================== */
div.gallery_slider {
    float: left;
    display: block;
    overflow: hidden;
    width: 450px;
}

div.gallery_slider ul {
    text-align: center;
}

div.gallery_slider ul li {
    display: inline;
}

div.gallery_slider ul li a {
    padding: 5px;
    outline: none;
}

li#gallery_slider_count {
    margin: 0 10px 0 10px;
}

div#slider_wrap {
    text-align: center;
}

div#slider_handle {
    background-color: #9933cc;
    cursor: move;
    width: 24px;
    height: 11px;
    position: absolute;
    top: 0;
}

div#slider_track {
    display: block;
    width: 460px;
    background: url(../images/slider_track.gif) repeat-x 0 1px;
    margin: 0 auto;
    position: relative;
}

div.gallery_item {
    width: 360px;
    height: 400px;
    float: left;
    display: inline;
    background: url(../images/slider_item.gif) no-repeat center top;
}

div.gallery_item div.item_content {
    padding: 20px 46px 0px 46px;
}

div.gallery_item div.item_content img {
    text-align: center;
    /*float: left;*/
    display: block;
    margin: 0 auto;
    /*width: 268px; /* ...sp�ter rausnehmen */
    /*height: 268px; /* ...sp�ter rausnehmen */
}

div.gallery_item div.item_content b {
    padding: 20px 0 0 0;
    width: 240px;
    float: left;
    display: block;
    font-weight: bold;
    color: #666666;
}

div.gallery_item div.item_content a {
    float: left;
    display: inline;
    /*padding: 18px 0 0 8px;*/
    margin: 16px 0 0 0;
    width: 19px;
    height: 19px;
    overflow: hidden;
    background: url(../images/icon_zoom.gif) no-repeat left top;
}

div.gallery_item div.item_content a:hover {
    background: url(../images/icon_zoom.gif) no-repeat left bottom;
}

div.gallery_item div.item_content a img {
    float: left;
    display: inline;
    width: 17px;
    height: 17px;
}

div#gallery_overlay_background {
}

div#gallery_overlay {
    position: absolute;
    display: inline;
    /*top: 88px;
     left: 238px;*/
    top: 78px;
    left: 228px;
    width: 580px;
    height: 580px;
    padding: 10px 10px 10px 10px;
    background-color: #ffffff;
    color: #666666;
    /*border: 1px solid #cccccc;*/
    z-index: 1000;
    background: url(../images/gallery_overlay_shadow.gif) no-repeat center center;
}

a.gallery_overlay_close {
    float: right;
    display: block;
    padding: 10px 10px 10px 10px;
    font-size: 12px;
    font-weight: bold;
}

div.overlay_item_image {
    text-align: center;
}

div.overlay_item_image img {
    margin: 0 auto;
}

div.overlay_item_description {
    padding: 0 40px 0 40px;
}

span.overlay_item_price {
    float: right;
    display: inline;
    font-weight: bold;
}

/* Suche (Search) ======================================== */
label.search_label {
    width: 140px;
    float: left;
}

form#navigation_search {
    /*margin: 3px 0 0 0;*/
    padding: 0 0 0 0px;
}

form#navigation_search input {
    float: left;
    display: inline;
    width: 110px;
    height: 16px;
    padding-top: 2px;
    border: 1px solid #aaabad;
    border-right: none;
    margin: 3px 0 0 0;
}

form#navigation_search a.navigation_search {
    float: left;
    display: inline;
    width: 13px;
    height: 20px;
    background: url(../images/icon_search_go.gif) no-repeat 0 0;
    text-decoration: none;
    margin: 3px 0 0 0;
}

a.navigation_search:hover {
    text-decoration: none;
}

div#search_form {
}

div#search_form label {
    width: 160px;
    float: left;
    display: inline;
}

div#search_form input, div#search_form select {
    margin: 0 10px 5px 0;
    float: left;
    display: inline;
}

#search_results .result_header {
    margin-bottom: 10px;
}

div#search_form .column {
    width: 215px;
    float: left;
}

div#search_form .column .item {
    margin: 0 0 18px 0;
    height: 31px;
}

div#search_form .column label, div#search_form .column input, div#search_form .column select {
    float: none;
    display: block;
}

div#search_form .column input {
    width: 205px;
}

div#search_form .column input.checkbox {
    width: 20px;
    float: left;
}

div#search_form .column .year select {
    width: 60px;
}

div#search_form .column .date select {
    width: auto;
    float: left;
}

div#search_form .column select {
    width: 205px;
}

fieldset.searchbox {
    margin-top: 3px;
    padding: 20px 0 0 12px;
}

/* Pagination ======================================== */
div.pagination {
    margin: 20px 0 0 0;
}

div.pagination div.pagination {
    margin: 0px 0 0 0;
    padding: 0;
    float: left;
    display: inline;
    width: auto;
}

div.pagination div.floatRight {
    float: right;
    display: inline;
    width: auto;
    padding: 6px 0 0 0;
    color: #909090;
}

div.pagination div.floatRight div.text {
    margin: 0 10px 0 0;
}

div.pagination div.floatRight div.links {
    margin: -6px -10px 0 0;
}

div.pagination div.pagination span, div.pagination div.pagination a, div.pagination div a {
    width: 20px;
    height: 20px;
    padding: 6px 0 0 0;
    float: left;
    display: inline;
    text-align: center;
    margin: 0;
}

div.pagination div a img, div.pagination div img {
    margin: 4px auto;
}

div.pagination div.pagination span.current, div.pagination div a.active {
    font-weight: bold;
    background: url(../images/btn_paging_bg.gif) no-repeat center 0px;
    color: #9933cc;
    background-color: transparent;
    text-decoration: none;
    float: left;
    display: inline;
}

/* Login ======================================== */
form#new_user_session_small a {
    color: #ffffff;
    background-color: #9933cc;
    font-weight: bold;
    padding: 2px 6px 2px 6px;
    margin: 0 1px 0 0;
    float: left;
    display: inline;
    text-decoration: none;
    width: auto;
}

form#new_user_session a:hover, form#new_user_session_small a:hover {
    text-decoration: underline;
}

form#new_user_session label, form#new_user_session_small label {
    width: 140px;
    float: left;
    display: inline;
}

div.login_buttons {
    padding: 0 0 0 140px;
}

div#remember_me {
    float: left;
    display: block;
    width: 140px;
}

div#remember_me label {
    width: 110px;
    float: left;
    display: inline;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

div#remember_me input {
    float: left;
    display: inline;
    width: 0px;
    margin: 2px 0 0 0;
    padding: 0 0 0 0;
}

input#user_session_remember_me {
    margin: 2px 0 0 0px;
    width: 18px;
}

/* Registrierung ======================================== */
form#new_user label {
    float: left;
    display: inline;
}

form#new_user label.default {
    width: 140px;
}

form#new_user input {
    float: left;
    display: inline;
}

div.create_user form#new_user label.default {
    width: 200px;
}

/* User Einstellungen ======================================== */
form#edit_user {
}

form#edit_user label {
    float: left;
    display: inline;
}

form#edit_user label.default {
    width: 120px;
}

form#edit_user label.autosize {
    padding: 0 20px 0 5px;
}

form#edit_user input {
    float: left;
    display: inline;
}

/* Filter ======================================== */
form#filter {
}

select#filter_categories, select#filter_type {
    margin: 0 20px 0 0;
}

/* Static Pages ======================================== */
div.staticpage {
}

div.staticpage label {
    width: 150px;
    float: left;
    display: inline;
}

div.legal_terms ul li {
    list-style-type: none;
    padding: 10px 10px 5px 0px;
}

div.legal_terms ul li.first {
    padding: 0px 10px 5px 0px;
}

div.staticpage i {
    font-style: normal;
    /*color: #666666;*/
}

div.data_policies ul {
    padding-left: 30px;
}

/* Simple Captcha ======================================== */
div#simple_captcha {
    background: url(../images/bkgr_profiles_pattern.gif) repeat 0 0;
}

#simple_captcha { /*border: 1px solid #ccc;*/
    padding: 5px !important;
}

#simple_captcha, #simple_captcha div {
    display: table;
}

#simple_captcha .simple_captcha_image {
    border: 1px solid #ccc;
    margin: 0px 23px 2px 0px !important;
    padding: 0px !important;
    float: left;
    display: inline;
}

#simple_captcha .simple_captcha_image img {
    margin: 0px !important;
    padding: 0px !important;
    width: 110px !important;
}

#simple_captcha .simple_captcha_field {
    margin: 0px 0px 2px 0px !important;
    padding: 0px !important;
    float: left;
    display: inline;
}

#simple_captcha .simple_captcha_label {
    font-size: 12px;
    float: left;
    display: inline;
}

#simple_captcha .simple_captcha_field input {
    width: 150px !important;
    font-family: Courier New, Courier, serif;
    font-size: 12px;
    /*background-color: #ffffff;*/
}

input#user_captcha, input#captcha {
    /*border: 1px solid #cccccc;*/
}

/* Errors ======================================== */
.errorText {
    color: #e3001b;
}

#errorExplanation {
    /*width: 400px;*/
    /*border: 1px solid #e3001b;*/
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    display: block;
    background: transparent url(../images/bkgr_profiles_pattern.gif) repeat 0 0;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 12px;
    font-size: 12px;
    margin: -7px -7px 0 -7px;
    background-color: #e3001b;
    color: #ffffff;
}

#errorExplanation p {
    color: #7d7d7d;
    margin-bottom: 0;
    padding: 5px;
    font-weight: bold;
}

#errorExplanation ul li {
    font-size: 12px;
    list-style-type: square;
    /*list-style-image: url(../images/li_square.gif);*/
    font-weight: normal;
    color: #7d7d7d;
}

#errorExplanation ul {
    margin-left: 20px;
}

.fieldWithErrors {
    /*background-color: red;*/
    color: #e3001b;
    /*display: table;*/
    /*float: left;
     display: inline;*/
}

.fieldWithErrors label {
    color: #e3001b;
}

.auto_complete_helper.fieldWithErrors, /* used for send-message fake-input */
.fieldWithErrors input[type =
"text"], .fieldWithErrors textarea, .fieldWithErrors select {
    border: 1px solid #e3001b;
}

/* Footer ======================================== */
.footer {
    /*background: url(../images/bg_footer.gif) top left repeat-x;*/
    background: url(../images/hr_dashed_grey.gif) top left repeat-x;
    padding: 10px 0px 0 0;
    width:1015px;
    /*width: 78.3333em;*/
}

.footer .links {
    float: left;
}

.footer .links a {
    font-size: 11px;
    color: #7d7d7d;
}

.footer .links a:hover {
    color: #9933cc;
}

.footer .links .spacer_dot {
    /*background: url(../images/footer_dot.gif) 8px 2px no-repeat;*/
    background: url(../images/footer_dot.gif) 8px 4px no-repeat;
    padding: 0 0 0 14px;
}

.footer .copyright {
    float: right;
    color: #8b8b8b;
    font-size: 11px;
    padding: 1px 0 0 0;
}

/* Preloader, News & Teaser ===================== */
.preloader {
    margin: 20px 0 0 250px;
    background: url(../images/loader.gif) top left no-repeat;
}

#search_history_inner_content .preloader {
    margin: 20px 0pt 50px 282px;
}

.preloader_center {
    margin: 20px 0 0 250px;
    background: url(../images/loader.gif) bottom center no-repeat;
}

.news_navi {
    margin: 30px 0 0px 0;
}

.announcement {
    margin: 30px 0 10px 0;
}

.teaser {
    margin-top: 10px;
}

.teaserMargin {
    margin: 0 7px 0 0;
}

/* Searchbar =================== */
div#searchbar {
    padding: 1px 0 1px 0;
    margin: 0;
}

.searchbar {
}

.searchbar a {
    float: left;
    width: 129px;
    height: 46px;
    display: inline-block;
    margin: 1px 5px 0 0;
    padding: 5px 0 0 12px;
    outline: none;
}

.searchbar a.active {
    background: #9933cc;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 1px 0;
}

.searchbar a .icon {
    height: 20px;
    background: #9933cc;
    margin: 12px 0 0 -17px;
}

.searchbar .portfolios.active .icon {
    background: #9933cc url(../images/icon_search_profiles.gif) no-repeat 10px bottom;
}

.searchbar .products.active .icon {
    background: #9933cc url(../images/icon_search_product.gif) no-repeat 13px bottom;
}

.searchbar .marketplace.active .icon {
    background: #9933cc url(../images/icon_search_joboffer.gif) no-repeat 13px bottom;
}

.searchbar .news.active .icon {
    background: #9933cc url(../images/icon_search_news.gif) no-repeat 16px bottom;
}

/* Search History =================== */
#search_history_helper {
    margin: 0 0 0 0;
}

#search_history {
    width: 580px;
    height: 120px;
}

div.search_history_headline {
    padding: 10px 0 7px 0;
}

div.search_history_headline span {
    color: #7d7d7d;
    font-weight: bold;
    margin: 0 0 0 45px;
}

div.search_history_headline div div.message_help {
    margin: -1px 0 0 5px;
}

div.search_history_headline div div.message_help div.helpBox {
    top: 16px !important;
    left: 442px !important;
}

div.search_history_btn_prev, div.search_history_btn_next {
    width: 45px;
    height: 50px;
}

div.search_history_btn_prev a {
    float: left;
    display: inline;
    width: 45px;
    height: 50px;
    outline: none;
    background: transparent url(../images/arrow_left.gif) no-repeat center center;
}

div.search_history_btn_next a {
    float: left;
    display: inline;
    width: 45px;
    height: 50px;
    outline: none;
    background: transparent url(../images/arrow_right.gif) no-repeat center center;
}

div.search_history_btn_next {
    margin: 0 0 0 -28px;
}

div.search_history_results a {
    margin: 0 28px 0 0;
}

div.search_history_results a img {
    border: 1px solid #d7d7d7;
}

div.search_history_pages {
    margin: 5px 0 10px 45px;
}

div.search_history_bottom {
    margin: 6px 0 30px 0;
}

div.search_history_bottom div {
    margin: 1px 0 0 0;
}

/* watchlist */
.watchlist-likelist-content {
    background: #7dd5fb;
    color: #9933cc;
    padding: 6px 10px 4px 10px;
}

/* flash notice */
.status_notice {
    position: absolute;
    top: 0px;
    left: 240px;
    width: 560px;
    height: 29px;
    background: #feff99;
    font-size: 14px;
    height: 32px;
    padding-top: 4px;
}

.inner_simple_format p {
    margin-bottom: 15px;
}

.link_3spin {
    display: block;
    margin: 10px 150px 0 0;
}

.link_haushoch {
    display: block;
    margin: 10px 0 0 0;
}

/**** minicart ***/
#minicart {
    background: #ffffff url(../images/bkgr_profiles_pattern.gif) repeat 0 0;
    /*height:20px;*/
    left: 820px;
    position: absolute;
    top: 0;
    width: 216px;
}

#minicart_buttons {
    position: relative; /* only neccessary for the SlideDown() */
}

#minicart_bottomhr {
    display: none; /* only neccessary for the SlideDown() */
}

#minicart a {
    color: #ffffff;
    background-color: #9933cc;
    padding: 11px 15px 11px 15px;
    margin: 0 1px 1px 0;
    float: left;
    display: inline;
    text-decoration: none;
}

#minicart a.right {
    margin: 0 0 1px 0;
}

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

#minicart_status {
    padding: 12px 15px 12px 45px;
    background: transparent url(../images/icon_minicart.gif) no-repeat 15px 12px;
}

img.stamp {
    position: absolute;
    top: 22px;
}

/***** shop ****/
.shop_product_label {
    float: left;
    display: block;
    width: 100px;
}

#shop_product_config_price label {
    width: 180px;
}

.shop_product_new p select, .shop_product_select {
    width: 200px;
}

.shop_product {
    background: url(../images/bkgr_product_col_pattern.gif) repeat-y right top;
}

.shop_product ul li {
    list-style-type: square;
    list-style-position: inside;
    padding: 0 0 0 5px;
}

.shop_product_left {
    float: left;
    display: inline;
    width: 340px;
    padding: 0px;
    margin: 0 19px 0 0;
}

.shop_product_right {
    float: left;
    display: inline;
    width: 190px;
    padding: 15px;
}

.shop_product_image, .shop_product_edit_image {
    margin: 1px 0 0 0;
    /*width: 164px;
     height: 198px;
     padding: 10px 0 0 0;
     text-align: center;
     overflow: hidden;
     background: url(../images/bkgr_profiles_item.gif) no-repeat 0 0;
     */
}

.shop_product_image img {
    cursor: pointer;
}

.shop_product_price {
    float: right;
    display: inline;
    margin: -7px 0 0 0;
	text-align: right;
}

.shop_product_sellingprice {
    font-weight: bold;
    font-size: 16px;
}

.shop_product_edit_left {
    width: 340px;
    margin: 0 20px 0 0;
    /*padding: 0 0 0 20px;*/
    float: left;
    display: inline;
}

.shop_product_edit_right {
    width: 165px;
    float: left;
    display: inline;
}

.shopping_cart_status {
    margin: 1px 0 1px 0;
}

.shopping_cart_status span {
    display: inline;
    float: left;
    padding: 9px 15px 9px 15px;
    /*margin-right: 20px;*/
    padding-right: 35px;
    font-weight: bold;
}

.shopping_cart_status span.completed {
    background-color: #9933cc;
    color: #fff;
}

.shopping_cart_status span.active {
    /*font-weight:bold;*/
    background-color: #9933cc;
    color: #fff;
    background: #9933cc url(../images/icon_minicart_checkout.gif) no-repeat right center;
}

.shopping_cart_summary {
    /*background-color: #f5f5f5;*/
}

.shopping_cart_summary_distributor {
    padding: 0 0 5px 0;
}

.shopping_cart_summary div {
    border-bottom: 1px dotted #E8E8E8; /* #7d7d7d */
}

.shopping_cart_summary .header {
    /*background: #E8E8E8;*/
}

.shopping_cart_summary .header span {
    font-style: italic;
}

.shopping_cart_summary span, .shopping_cart_summary_total span {
    float: left;
    display: block;
}

.shopping_cart_summary .header .amount {
    /*text-align: left;*/
}

.shopping_cart_summary .amount, .shopping_cart_summary_total .amount {
    width: 75px;
    text-align: center;
}

.shopping_cart_summary .description, .shopping_cart_summary_total .description {
    width: 400px;
}

.shopping_cart_summary .price, .shopping_cart_summary_total .price {
    width: 75px;
    text-align: right;
}

.shopping_cart_summary_total {
    padding: 10px 0 10px 0;
    /*background-color: #f5f5f5;*/
}

.shopping_cart_summary_total span .shopping_cart_table {
}

.shopping_cart_table ul li {
    list-style-type: square;
    list-style-position: inside;
    padding: 0 0 0 5px;
}

.shopping_cart_row_left {
    float: left;
    display: inline;
    width: 100px;
    padding: 10px;
    text-align: center;
}

.shopping_cart_row_right {
    float: left;
    display: inline;
    width: 350px;
    padding: 10px;
}

.shopping_cart_item_image {
    width: 70px;
    height: 85px;
    padding: 10px 0 0 0;
    text-align: center;
    overflow: hidden;
    background: url(../images/bkgr_cart_item.gif) no-repeat 0 0;
}

.shopping_cart_item_price {
    font-weight: bold;
    /*color: #9933cc;*/
    color: #000;
}

.shopping_cart_address_block {
    float: left;
    display: inline;
    border: 0 none;
    margin: 0 50px 0 0;
}

.form_with_inputs {
}

.form_with_inputs select {
    width: 214px;
}

.form_with_inputs label {
    width: 150px;
    float: left;
    display: inline;
}

/* bookmarks (facebook, twitter etc.) */
.bookmarks {
    margin: -2px 0 5px 5px;
}

/* Shop Product Image Overlay */
#shop_product_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
}

#shop_product_overlay_table {
    margin: 40px 0 0 200px;
}

#shop_product_overlay_image {
    margin: 5px;
}

.ovl_content {
    background: #fff none;
}

.ovl_shadow_tl {
    background: transparent url(../images/ovl_shadow_tl.png) no-repeat scroll right bottom;
}

.ovl_shadow_tr {
    background: transparent url(../images/ovl_shadow_tr.png) no-repeat scroll left bottom;
}

.ovl_shadow_bl {
    background: transparent url(../images/ovl_shadow_bl.png) no-repeat scroll right top;
}

.ovl_shadow_br {
    background: transparent url(../images/ovl_shadow_br.png) no-repeat scroll left top;
}

.ovl_shadow_top {
    background: transparent url(../images/ovl_shadow_top.png) repeat-x scroll left bottom;
}

.ovl_shadow_bottom {
    background: transparent url(../images/ovl_shadow_bottom.png) repeat-x scroll left top;
}

.ovl_shadow_left {
    background: transparent url(../images/ovl_shadow_left.png) repeat-y scroll right top;
}

.ovl_shadow_right {
    background: transparent url(../images/ovl_shadow_right.png) repeat-y scroll left top;
}

/* Shipping Options */
.shipping_options {
}

.shipping_options_block {
}

/* CollapseBox */
.collapsebox {
    border: 1px solid #F0F0F0;
    padding: 10px;
}

.collapsebox_headline {
    font-weight: bold;
    padding: 0 0 5px 10px;
}

.collapsebox_text {
}

.collapse_btn {
    float: right;
    outline: 0 none;
    display: block;
    padding: 5px 0 0 0;
}

/* Services */
.partner {
    float: left;
    display: inline;
    margin: 0 40px 20px 0;
    height: 180px;
}

.partner_nomarginright {
    float: left;
    display: inline;
    margin: 0 0 20px 0;
    height: 180px;
}

.partner_logo {
    float: left;
    display: inline;
    width: 120px;
}

.partner_text {
    float: left;
    display: inline;
    padding: 20px;
    width: 110px;
}

.stamp_premiumservice {
    margin: 0 0 -59px 320px;
}

.help_box {    
    padding: 5px 10px 11px;
    margin: 0 0 0 0;
}

.help_box .margin_helper {
    margin: 0 0 0 20px;
}

.help_box p.h3, .help_box img.h3 {
    margin: 0 0 10px 0;
}

#reg_content h2 {
    margin-top: 0px;
}
