/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
caption, th {text-align:left;font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}
/* reset.css */
html {
    text-transform: lowercase;
}
body {
    background-image: url(../images/frontend/bg_top.jpg);
    background-position: top;
    background-repeat: repeat-x;
    font-family: tahoma, arial, verdana;
    font-size: 11px;
    color: #6C6C6C;
    text-transform: lowercase;
}

input {
    font-family: tahoma, arial, verdana;
    border: 1px solid #bfbfbf;
}

a {
    text-decoration: underline;
    color: #E60071;
}

table tr td {
    vertical-align: middle;
    text-transform: lowercase;
}
img {
    border:0;
}
.clr {
    clear:both;
}

h1 {
    color: #ffffff;
    font-size: 13px;
    float: left;
    font-weight: bold;
    margin-left: 15px;
}

h2 {
    width: 148px;
    text-align: center;
    color: #E60071;
    font-size: 17px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 0px;
}

h3 {
    width: 148px;
    text-align: left;
    color: #E60071;
    font-size: 13px;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 10px;
}

h4 {
    width: 644px;
    float: left;
    height: 28px;
    color: #ffffff;
    font-size: 13px;
    background-color:#ED63B8;
    padding-left: 15px;
    font-weight: bold;
    line-height: 28px;
    margin-top: 20px;
}

#out {
    margin: auto;
    width: 977px;
}

#allumfassend {
    float: left;
    width: 977px;
    background-image: url(../images/frontend/bg.gif);
    background-position: top center;
    background-repeat: repeat-y;
}

/* header start */

#header {
    float: left;
    height: 201px;
    width: 907px;
    padding: 0 35px;
    text-align: center;
    background-image: url(../images/frontend/header.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

#header div.menu {
    margin-top: 50px;
    padding:0 0 0 20px;
    line-height: 15px;
    text-align: right;
}

#header div.menu a {
    color: #b9b9b9;
    text-decoration: none;
}

#header div.menu .selected {
    color: #E60071;
    cursor:auto;
    text-decoration: underline;
}

#header div.menu a:hover {
    color: #E60071;
    text-decoration: underline;
}

#header div.login {
    float: right;
    text-align: right;
}

#header div.login #login-actions {
    padding: 20px 0 10px;
}

#header div.login #login-actions a {
    color: #b9b9b9;
    margin-left: 10px;
}

#header div.login #login-actions a:hover {
    color: #E60071;
    text-decoration: underline;
}

#header div.login input {
    width: 94px;
    height: 16px;
    border: 1px solid #e3e3e3;
    float: left;
    margin-left: 5px;
}

#header div.login input.submit {
    width: 65px;
    height: 20px;
    padding-left: 0px;
    border: none;
}
#header #logo {
    background: url(../images/frontend/logo.png) top left no-repeat;
    display: block;
    float: left;
    height: 87px;
    width: 174px;
    margin-top: 20px;
}

/* header end */

div.c_header {
    float: left;
    width: 148px;
    height: 32px;
    background-image: url(../images/frontend/box_top.jpg);
    font-weight: bold;
}
div.c_header-magenta {
    float: left;
    width: 148px;
    height: 32px;
    background-image: url(../images/frontend/box_top_magenta.jpg);
    font-weight: bold;
}

div.c_header-magenta a.hover:hover span {
    text-decoration: underline;
}

div.c_header span, div.c_header-magenta span {
    color: #ffffff;
    float: left;
    margin-left: 20px;
    line-height: 32px;
    text-align: left;
}


/* textbox start */


div.textbox {
    float: left;
    width: 148px;
    background-color: #E7E7E7;
    background-image: url(../images/frontend/box_middle.jpg);
    background-repeat: repeat-y;
}

div.textbox p{
    margin: auto;
    width: 125px;
    margin-top: 5px;
    margin-bottom: 7px;

}

div.textbox #check {
    margin: auto;
    width: 140px;
    margin-top: 5px;
    margin-bottom: 7px;
    vertical-align: top;

}

div.textbox p span{
    line-height: 18px;
    padding-top:0!important
}

div.textbox p a{
    line-height: 11px;
    font-size: 9px;
    color: #6C6C6C;
}

div.textbox p a:hover{
    color: #E60071;
}


div.textbox p input {
    width: 120px;

}


/* customer list */

.prohead {
    border: 1px solid #B81B67;
    background: url(../images/frontend/head09.jpg) repeat-x ;
    display: block;
    height: 17px;
    width: 120px;
    color:#fff;
    font-weight:bold;

    margin: 7px 2px -5px 7px;
}

div.textbox ul li a{
    display: block;
    height: 25px;
    font-weight: bold;
    color: #6C6C6C;
    text-decoration: none;
    padding-left: 10px;
    margin-left: 10px;
    overflow:hidden;
}

div.textbox ul li a:hover{
    display: block;
    height: 25px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;

}





/* customer list end */

div.textbox ul {
    width: 148px;
    list-style: none;
    list-style-position: outside;
}

div.textbox ul li{
    width: 148px;
    line-height: 22px;
    height: 25px;
    background-image: url(../images/frontend/box_split.jpg);
    background-repeat: no-repeat;
    background-position: bottom left;
}

div.textbox ul li:hover{
    background-color: #b1b1b1;
}


div.textbox ul li a{
    display: block;
    height: 25px;
    font-weight: bold;
    color: #6C6C6C;
    text-decoration: none;
    padding-left: 20px;
    margin-left: 10px;
    background-image: url(../images/frontend/arrow.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

div.textbox ul li a:hover{
    display: block;
    height: 25px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    background-image: url(../images/frontend/arrow_over.gif);
    background-repeat: no-repeat;
    background-position: top left;
}


#logout {
    float: right;
    text-align: right;
    font-weight: bold;
    color: #6c6c6c;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* textbox end */


/* left column - start */
#leftcol {
    margin-top: 10px;
    float: left;
    width: 148px;
}

div.lc_middle {
    float: left;
    width: 148px;
    height: 8px;
    background: url(../images/frontend/leftbox_space.jpg) no-repeat top;
}
div.lc_middle1 {
    float: left;
    width: 148px;
    height: 14px;
    background: url(../images/frontend/box_lastleftbottom.jpg) no-repeat top;
}

#hotlinebox {
    float: left;
    width: 148px;
    background-color: #E7E7E7;
    height: 53px;
    text-align: center;
    background-image: url(../images/frontend/box_middle.jpg);
    background-repeat: repeat-y;
}



#hotlinebox span {
    font-weight: bold;
    text-align: center;
}

#lineleft {
    width: 8px;
    height: 200px;
    float: left;
    background-color: #e6e6e6;
    margin-left: 14px;
}

div.lc_end {
    float: left;
    width: 148px;
    height: 13px;
    background:url(../images/frontend/box_lastleftbottom.jpg) no-repeat top;
}

#p_color {
    margin-top: 7px;
    width: 135px;
    margin-left: 10px;
}
/* left column - end */



/* right column - start */
#rightcol {
    margin-top: 10px;
    float: right;
    width: 148px;
}

div.rc_middle {
    float: left;
    width: 148px;
    height: 8px;
    background-image: url(../images/frontend/rightbox_space.jpg);
}

#lineright {
    width: 8px;
    height: 100px;
    float: left;
    background-color: #e6e6e6;
    margin-left: 126px;
}

div.rc_end {
    float: left;
    width: 148px;
    height: 13px;
    background-image: url(../images/frontend/box_lastrightbottom.jpg);
}

#rightcol .cartbox {
    float: left;
    padding: 10px;
    width: 128px;
}

#rightcol .cartbox-left, #rightcol .cartbox-right {
    float: left;
    margin-bottom: 15px;
}

#rightcol .cartbox-left {
    padding: 15px 5px 12px 5px;
    width: 16px;
}

#rightcol .cartbox-right {
    text-align: right;
    width: 101px;
}

#rightcol .cartbox table {
    width: 128px;
    margin-bottom: 10px;
    clear: both;
}

#rightcol .cartbox table td.cart-table-right {
    text-align: right;
    vertical-align: top;
}

#rightcol .cartbox table td.cart-table-spacer {
    background-color: #b0b0b0;
    height: 2px;
}
#rightcol .cartbox a.cart-link {
    float: right;
}


/* right column - end */

/* middle column - start */
#middlecol {
    margin-top: 10px;
    float: left;
    width: 659px;
    margin-left: 10px;

}

#middlecontent {
    margin-top: 10px;
    margin-left: 10px;
    width: 659px;
    float: left;
}
#cart_middlecontent {
    margin-top: 3px;
    width: 659px;
    float: left;
}

/* product_details start */
div.products {
    float: left;
    margin: 2px;
    margin-left: 7px;
    margin-top: 5px;
    display: block;
    height: 209px;
    width: 120px;
    text-align: center;
    border: 1px solid #D7D7D7;
    background-image: url(../images/frontend/bg_select.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
}

div.products:hover {
    border: 1px solid #B81B67;
    background: url(../images/frontend/newhover.gif)no-repeat ;
    background-position: bottom center;
    background-repeat: no-repeat;
}

a.zoom {
    float: left;
    display: block;
    height: 19px;
    width: 122px;
}
div.products1 {
    float: left;
    margin: 5px 0 -3px 0;
    display: block;
    text-align: center;
}
a.selectproduct {
    float: left;
    display: block;
    height: 190px;
    width: 120px;
}

#product_view {
    float: left;
    background-image: url(../images/frontend/headline_blank.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 500px;
    width: 253px;
}
#middlecol_cart {
    margin-top: 10px;
    float: left;
    vertical-align:top;
    width: 659px;
    margin-left: 10px;
    background-image: url(../images/frontend/headline_blank.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
#product_details {
    float: left;
    margin-left: 6px;
    width: 400px;
    min-height: 350px;
    background-image: url(../images/frontend/headline_blank.gif);
    background-position: top right;
    background-repeat: no-repeat;
}

#select_tonne {
    float: left;
    width: 399px;
    margin-top: 20px;
    margin-left: 10px;
    font-size: 13px;
    color: #6C6C6C;
    margin-bottom: 15px;
}

#tonnenlist {
    float: left;
    height: 31px;
    width: 399px;
    background-image: url(../images/frontend/tonnenfarbe.gif);
    background-repeat: no-repeat;
}

div.tonne_gross {
    float: left;
    height: 30px;
    width: 97px;
    font-weight: bold;
    color: #6C6C6C;
    line-height: 28px;
    margin-right: 4px;
    margin-top: 1px;
    text-align: center;
    background-image: url(../images/frontend/field_empty.gif);
    background-repeat: no-repeat;
}

div.tonne_klein {
    float: left;
    height: 30px;
    width: 97px;
    background-color: #F0F0F0;
    font-weight: bold;
    color: #6C6C6C;
    line-height: 28px;
    margin-right: 4px;
    text-align: center;
    margin-top: 1px;
}

p.sizeinfo {
    float: left;
    height: 17px;
    width: 400px;
    background-color:#e2e2e2;
    color: #ffffff;
    font-size: 10px;
    line-height: 17px;
    margin-top: 2px;

}

#product_bookmark {
    float: left;
    height: 72px;
    width: 400px;
    margin-top: 2px;
    line-height: 72px;
}

#product_bookmark a{
    text-decoration: none;
}

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

#product_cart {
    float: left;
    height: 72px;
    width: 400px;
    margin-top: 2px;
    border-bottom: 1px dotted #e2e2e2;
    line-height: 72px;
    font-weight: bold;
    color: #E60071;
    font-size: 13px;
}

#product_cart input {
    width: 30px;
    margin-bottom: 5px;
}


#addcart {
    float: right;
    margin-right: 10px;
    display: block;
    background-image: url(../images/frontend/btn_warenkorblegen.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    width: 196px;
    height: 33px;
    margin-top: 13px;
}

#product_fits {
    float: left;
    margin-left: 6px;
    width: 400px;
    min-height: 150px;
    background-image: url(../images/frontend/headline_blank.gif);
    background-position: top right;
    background-repeat: no-repeat;
}



/* product_details end */



/*content start */

#content {
    float: left;
    width: 659px;
    background-image: url(../images/frontend/headline_blank.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
#content p {
    float: left;
    width: 645px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#contentfooter {
    float:  left;
    width: 659px;
    height: 32px;
    margin-top: 30px;
    background-image: url(../images/frontend/site_shadow.jpg);
    background-position: top left;
    background-repeat: no-repeat;

}

/* content end */

/* order details start */

#order_det_content {
    float: left;
    width: 659px;
}

#ord_det_billing {
    width: 340px;
    float: left;
    background-image: url(../images/frontend/headline_blank.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 200px;
}


#ord_det_payment {
    width: 300px;
    float: right;
    background-image: url(../images/frontend/headline_blank.gif);
    background-position: top right;
    background-repeat: no-repeat;
    min-height: 400px;
}


#ord_det_delivery {
    width: 340px;
    float: left;
    background-image: url(../images/frontend/headline_blank.gif);
    background-position: top left;
    background-repeat: no-repeat;

}

div.insidecontent {
    float: left;
    margin-left: 16px;
    margin-top: 20px;
    width: 280px;

}

.veryshort {
    width: 30px;
}

.short {
    width: 70px;
}

.long {
    width: 148px;
}
/* order details end */


/* buttonarea below content start */

#buttonarea {
    width: 100%;
    float: left;
    margin-top: 20px;

}

#buttonarea_navi {
    float: right;
    margin-right: 10px;
    vertical-align: top;
}

#buttonarea_navi img{
    vertical-align: middle;
}

/* end buttonarea below content */

/* kontakt start */

#kontakt_text {
    float: left;
    width: 645px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #E40076;
}

#contactformdiv {
    float: left;
    width: 649px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #6c6c6c;
}

#contactformleft {
    float: left;
    width: 252px;
    background-image: url(../images/frontend/textsplit_gray.gif);
    background-position: top right;
    background-repeat: repeat-y;
}

#contactformright{
    float: left;
    width: 392px;
}

#loginform {
    float: left;
    width: 649px;
    margin-left: 10px;
    margin-bottom: 15px;
    color: #6c6c6c;
}

#loginformleft {
    float: left;
    width: 500px;
    background-position: top right;
    background-repeat: repeat-y;
}

#loginformright{
    float: left;
    width: 149px;
    text-align: right;
}

#registerform {
    float: left;
    width: 649px;
    margin-left: 10px;
    margin-bottom: 15px;
    color: #6c6c6c;
}

#registerformleft {
    float: left;
    width: 500px;
    background-position: top right;
    background-repeat: repeat-y;
}

#registerformright{
    float: right;
    width: 149px;
}
#registerformright input{
    border:none!important;

}
input.contactform {
    margin-top: 3px;
    margin-bottom: 10px;
    width: 230px;
    font-family: tahoma, arial, verdana;
}
select.contactform {
    margin-top: 3px;
    margin-bottom: 10px;
    width: 233px;
    font-family: tahoma, arial, verdana;
}

input.contactformsmall {
    margin-top: 3px;
    margin-bottom: 10px;
    width: 110px;
    font-family: tahoma, arial, verdana;
    float: left;
    margin-left:0;
    margin-right: 8px;
}

div.formdescription {
    font-size: 10px;
    margin-left: 10px;
}

#contacttext {
    width: 390px;
    height: 170px;
    font-family: tahoma, arial, verdana;
    border: 1px solid #e7e7e7;
    padding: 2px;
    font-size: 12px;
    margin-top: 3px;
}

#contactformbelow {
    float: left;
    width: 645px;
    height: 70px;
    font-family: tahoma, arial, verdana;
    margin-top: 0px;
    margin-left: 10px;
}

#senden {
    float: right;
    display: block;
    width:109px;
    height:33px;
    background-image: url(../images/frontend/btn_absenden.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    margin-right: 10px;
}
/* kontakt end */

a.change {
    float: left;
    display: block;
    width:93px;
    height:33px;
    background-image: url(../images/frontend/btn_aendern.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    margin-right: 10px;

}

/* favoriten start */

div.fav1 {
    float: left;
    width: 645px;
    height: 45px;
    line-height: 25px;
    border-bottom: 1px dotted #888888;
}

div.fav2 {
    float: left;
    width: 645px;
    height: 45px;
    line-height: 25px;
    background-color: #F4F4F4;
    border-bottom: 1px dotted #888888;
}

/* favoriten end */


/* order now */

#productlist {
    width: 639px;
    float: left;
    border-top: 1px solid #ffffff;
    margin-top: 2px;

}
.productlist1 {
    width: 659px;
    float: left;
    border-top: 1px solid #ffffff;
    margin-top:2px!important;

}

#content_order {
    float: left;
    width: 659px;
    background-image: url(../images/frontend/headline_blank.gif);
    background-position: top left;
    background-repeat: no-repeat;
}


#ord_det_delivery2 {
    width: 300px;
    float: left;
    background-image: url(../images/frontend/headline_blank.gif);
    background-position: top right;
    background-repeat: no-repeat;
    border-left: 10px solid #ffffff;

}

#div_zahlungsweise {
    float: left;
    width: 659px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#span_zahlungsweise {
    width: 120px;
    height: 18px;
    color: #ffffff;
    background-color: #B81C68;
    font-weight: bold;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
}

tr.list1 {
    height: 50px;
    border-top: 1px dotted #888888;
}

tr.list2 {
    height: 50px;
    border-top: 1px dotted #888888;
    background-color: #f4f4f4;
}

#agb {
    float: left;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    padding-top: 3px;
    width: 270px;
    color: #B81C68;
}
#agb input {
    border:none

}
#agb1 {
    float: left;
    background-position: top left;
    background-repeat: no-repeat;
    height: 20px;
    line-height: 20px;
    padding-left: 10px;
    padding-top: 3px;
    width: 270px;
    color: #B81C68;
}
/* order now end */


/* middle column - end */

/* footer start */
#footer {
    float: left;
    width: 977px;
    height: 54px;
    text-align: center;
    background-image: url(../images/frontend/bg_bottom.jpg);
    background-position: top center;
    background-repeat: repeat-y;
}

#footer span {
    float: right;
    margin-top: 12px;
    margin-right: 25px;
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
}

#footer span a{
    color: #ffffff;
    text-decoration: none;
}

#footer span a:hover{
    color: #ffffff;
    text-decoration: underline;
}

/* login */
div.shadow {
    background-image: url(../images/frontend/site_shadow.jpg);
    height: 32px;
    width: 659px;
    float: left;
}

a.login {
    background-image:url(../images/frontend/btn_login.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    display:block;
    float:right;
    height:33px;
    margin-right:10px;
    width:114px;
    margin-top: 25px;
}

div.label {
    float: left;
    vertical-align: middle;
    height: 16px;
    width: 150px;
    margin: 5px 0 5px 10px;
    font-weight: bold;
    position:relative;
    top:-3px;
    text-align:left;
}

/* register */
a.register {
    background-image: url(../images/frontend/btn_register.jpg);
    background-position:left top;
    background-repeat:no-repeat;
    display:block;
    float:right;
    height:33px;
    width: 123px;
    margin-right:10px;
    margin-top: 260px;
}


/* footer end */

a.magenta {
    text-decoration: underline;
    color: #E30076;
    font-weight: bold;
    font-size: 14px;
}
.ContactInfo {
    border-bottom: 1px dotted #e7e7e7;
    list-style:none;
    color:#E40076;
    margin: 20px 0 10px 10px;
    padding-bottom: 20px;

}
.ContactInfo span{
    display:block;
    color:#6C6C6C;
}
.ContactInfo .top{
    margin-top:10px;
}
.linkMar{
    margin-bottom:8px;
}
.relative{
    position:relative;
}
h5 {
    color:#E60071;
    font-size:13px;
    font-weight:bold;
    margin-left:10px;
    margin-top:5px;
    text-align:left;
}
.popupinside {
    border: 4px solid #D1299A;
    padding: 10px;
    text-align: center;
    background:#FFFFFF;
}
#popupinside {
    border: 4px solid #D1299A;
    padding: 10px;
    text-align: center;
    background:#FFFFFF;
}
.PopCloss{
    background:#B81C66;
    padding:5px;
    text-align:right;
}
.PopCloss a{
    text-decoration:none;
    color:#FFFFFF;
    font-weight:bold;
}


.newsletter{
    border:0px;
    padding:0px;
    position:relative;
    top:2px;
}
.flags{
    position:absolute;
    right:0px;
    top:0px;
    text-align:right;
}
#header .flagbody {
    margin-right:10px;
    float:left;
    margin-top:0px;
}
#header .flags p {
    margin-right:10px;
    float:left;
    margin-top:-5px;
}
#header .flagbody a{
    border: 0px;
}

#header .flags a,
#header .flags span {
    float:left;
    margin-right:3px;
    margin-top:5px;
    border: none;
    padding:1px;
}

#header .flags span {
    margin-top:4px;
    float:left;
    border: 0px;
}
.flags a.selected
{
    border: #000 1px solid;
    padding:1px;
}
#header #dropmenudiv a{
    border:none;
    margin-top:0px;
    margin:0px;
    text-align:left;
}

#header #dropmenudiv a.selected{
    border:none;
    background-color:#ED63B8;
    color:#fff;
}
#logout img{
    position:relative;
    top:3px;
}
a{
    outline-style:none;
    outline-width:0;
}

.payment-option {
    margin-top:0;
}
.payment-option input{
    width:155px;
}  
.payment-option select.large{
    width:158px;
}
.payment-option input.small{
    width:70px;
}
input.small1{
    width:71px;
}
select.medium{
    width:151px;
}  
input.medium{
    width:110px;
}  
input.medium1{
    width:70px;
}    
input.medium2{
    width:150px;
} 
input.check  {
    margin-left:1px;
    margin-top:3px;
}
select.small {
    width:57px;
}
.orderline{
    width:661px !important;
}
.popup {
    position:0;
}
.popup label {
    display:block;
    color:#D1299A;
    font-weight:bold;
    margin-top:10px;
}
.popup select {
    border:1px solid #BEBEBE
}
div.textbox ul li a.selected{
    display: block;
    height: 23px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
    background: url(../images/frontend/arrow_over.gif) no-repeat 10px 2px;
    background-color:#b5b5b5;
    margin-left:0;
    padding-left:30px;
}

#zoom1 {
    background:url(../images/frontend/3D-img.gif) 15px 10px no-repeat;
    height:24px;
    cursor:pointer;
}

#cart-choose-size {
    margin-left: 25px;
    margin-top: -25px;
    position: absolute;
    display: none;
}

div#progress1 {
    clear: both;
    text-align: center;
    margin: 50px 0 10px;
}

div#progress2, div#progress3 {
    clear: both;
    text-align: center;
    margin: 50px 0 30px;
}

img#product-price {
    cursor: pointer;
}

div#myprofile {
    clear: both;
    margin: 40px auto 30px;
    width: 475px;
    text-align: center;
}

div#myprofile a {
    margin: 0 5px;
}

a#mydata {
    display: block;
    float: left;
    height: 25px;
    width: 132px;
    background: url(../images/frontend/meinedaten.jpg);
}
a#mydata2 {
    display: block;
    float: left;
    height: 25px;
    width: 132px;
    background: url(../images/frontend/meinedaten2.jpg);
}

a#myfavs {
    display: block;
    float: left;
    height: 25px;
    width: 165px;
    background: url(../images/frontend/meinefavoriten.jpg);

}
a#myfavs2 {
    display: block;
    float: left;
    height: 25px;
    width: 165px;
    background: url(../images/frontend/meinefavoriten2.jpg);

}

a#myorders {
    display: block;
    float: left;
    height: 25px;
    width: 148px;
    background: url(../images/frontend/bestellungen.jpg);
}
a#myorders2 {
    display: block;
    float: left;
    height: 25px;
    width: 148px;
    background: url(../images/frontend/bestellungen2.jpg);
}
