/**
 * @product     opus-fashion.com
 * @file        /public/css/content.css
 * @version     v1.0.06
 * @copyright   (c) 2010 mukutu GmbH (http://www.mukutu.de)       
 */

/* load dojo style */
@import "opus.css";

/* +++++++++++++++++++ DEFAULT STYLES CONTENT +++++++++++++++++++ */

/* NORMALISIERT MARGIN, PADDING */
body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

/* NORMALISIERT FONT-SIZE FÜR ÜBERSCHRIFTEN */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

/* ENTFERNT LIST-STYLES AUS LISTEN */
ol, ul {
    list-style: none;
}

/* ENTFERNT BORDER AUS FIELDSET UND IMG */
fieldset, img {
    border: 0;
}

/* NORMALISIERT FONT-STYLE UND FONT-WEIGHT AUF NORMAL */
address, caption, cite, code, dfn, em, th, var, h1, h2, h3 {
    font-style: normal;
    font-weight: normal;
}

/* NORMALISIERT TABLES */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* RICHTET TEXT IN CAPTION UND TH LINKS AUS */
caption, th {
    text-align: left;
}

/* ENTFERNT ANF†HRUNGSZEICHEN AUS Q */
q:before, q:after {
    content: '';
}

/*+++++++++++++++ DEFAULT STYLES + BRANDING +++++++++++++++*/

body {
    background: #fff url(/images/dots.png) 0 0 repeat-x;
    color: #666;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 100%;
}

body, select, input, textarea {
    font-family: Arial, sans-serif;
    font-size: 62.5%;
}

#branding {
    height: 85px;
    position: relative;
    margin: 0 auto;
    top: 0px;
    width: 960px;
}

#branding h1 {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    top: 36px;
    right: 56px;
    width: 158px;
    height: 23px;
}

#branding img {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

#branding img[alt="OPUS"] {
    font-size: 1.2em;
}

#branding a {
    color: #c6c7c8;
    font-size: 1.1em;
    display: block;
    height: 23px;
    width: 158px;
    z-index: 400;
}

#branding blockquote {
    display: none;
}

a, a:visited {
    color: #707172;
    text-decoration: none;
}

a:hover {
    color: #000;
}

a.active {
    color: #000;
    font-weight: bold;
}

a.underline {
    color: #000;
    text-decoration: underline;
}

.ruler {
    background: url(/images/dot_sub.png) 0 0 repeat-x;
    float: left;
    height: 1px;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0px;
    top: 0;
    position: relative;
    width: 100%;
}

.ruler.inset {
    margin: 20px 0 20px 0px;
    width: 397px;
}

/*+++++++++++++++ NAVIGATION +++++++++++++++*/

#navigation {
    height: 68px;
    position: relative;
    margin: 0 auto;
    width: 960px;
    z-index: 10000;
}

#navigation.alt {
    height: 20px;
}

/* MAINNAV */

ul.mainnav, ul.subnav {
    float: left;
    line-height: 1;
}

ul.mainnav li, ul.subnav li, ul.accountnav, ul.accountnav li, ul.cartnav li {
    float: left;
}

ul.mainnav {
    height: 25px;
    left: 57px;
    position: absolute;
    top: 0;
}

ul.mainnav li a {
    background: url(/images/colon.png) right 3px no-repeat;
    letter-spacing: 1px;
    margin: 0 11px 0 0;
    padding: 0 16px 0 0;
}

ul.mainnav li a.last {
    background: none;
}

ul.mainnav li a, ul.subnav li a {
    font-size: 1.1em;
    text-transform: uppercase;
}

ul.toolnav li span, ul.toolnavslim li span {
    cursor: pointer;
}

ul.toolnav li span:hover, ul.toolnavslim li span:hover, ul.toolnavslim li a:hover {
    color: #000;
}

ul.mainnav li.active a, ul.subnav li.active a, ul.toolnav li.active a, ul.toolnavslim li.active a, ul.accountnav li.active a, ul.toolnav li.active span, ul.toolnavslim li.active span {
    color: #000;
    font-weight: bold;
}

/*ul.mainnav li a.sale {Dezember 2011*/
    /*background: #ba0707 url("/images/colon_alt.png") right 0 no-repeat;*/
    /*color: #fff;*/
    /*height: 14px;*/
    /*margin: 0 11px 0 -2px;*/
    /*padding: 1px 20px 1px 6px;*/
/*}*/

ul.mainnav li a.sale {
    color: #ba0707;
}

/* SUBNAV */

ul.subnav, ul.accountnav, ul.cartnav {
    height: 43px;
    left: 57px;
    position: absolute;
    top: 25px;
    width: 660px;
}

ul.subnav {
    top: 28px;
}

ul.subnav li {
    margin: 4px 0 0 0;
    width: 130px;
}

ul.subnav li a {
    text-transform: none;
}

/* TOOLNAV */

ul.toolnav {
    background: url(/images/dot_vert.png) 0 20px no-repeat;
    font-size: 1.1em;
    height: 65px;
    position: absolute;
    top: 4px;
    right: 55px;
    width: 188px;
}

ul.toolnav, ul.toolnav li {
    float: right;
}

ul.toolnav span, ul.toolnav a {
    background: url(/images/colon_small.png) right 3px no-repeat;
    margin: 0 0 0 5px;
    padding: 0 12px 0 0;
}

ul.toolnav a.last {
    background: none;
    padding: 0;
    margin: 0 0 0 7px;
}

ul.toolnav li a#menu-cart {
    background: transparent url(/images/cart.png) 0 0 no-repeat;
    display: block;
    height: 31px;
    margin: 14px 0 0 0;
    padding: 6px 0 0 0;
    text-align: right;
    width: 151px;
}

/* TOOLNAVSLIM */

ul.toolnavslim {
    font-size: 1.1em;
    height: 65px;
    position: absolute;
    top: 4px;
    right: 55px;
    width: 188px;
}

ul.toolnavslim, ul.toolnavslim li {
    float: right;
}

ul.toolnavslim span, ul.toolnavslim a {
    background: url(/images/colon_small_light.png) right 3px no-repeat;
    color: #CCC;
    margin: 0 0 0 5px;
    padding: 0 12px 0 0;
}

ul.toolnavslim a.last {
    background: none;
    padding: 0;
    margin: 0 0 0 7px;
}

/* SERVICENAV */

#footer {
    clear: both;
    left: 0;
    margin: 0 auto;
    position: relative;
    top: 0;
    width: 960px;
}

ul.servicenav {
    font-size: 1.1em;
    height: auto !important;
    left: 57px;
    min-height: 82px;
    position: absolute;
    top: 12px;
}

ul.servicenav li {
    float: left;
    list-style: none outside none;
    position: relative;
}

* html ul.servicenav li {
    margin-bottom: -0.4em;
}

:first-child + html ul.servicenav li {
    margin-bottom: -0.1em;
}

ul.servicenav li ul {
    display: none;
    margin: 0;
    padding-top: 8px;
    position: absolute;
}

:first-child + html ul.servicenav ul {
    padding-bottom: 0.4em;
}

ul.servicenav li:hover ul {
    display: block;
}

ul.servicenav li ul li {
    display: block;
    float: none;
}

ul.servicenav a, ul.servicenav span {
    background: url("/images/colon.png") no-repeat scroll right 3px transparent;
    cursor: pointer;
    display: block;
    margin: 0 8px 0 0;
    padding: 0 13px 0 0;
}

ul.servicenav ul span, ul.servicenav ul a {
    background-image: none;
    margin: 0;
    padding: 0 0 4px;
}

#servicenav_news_facebook {
    background: url("/images/socialmedia/facebook.png") no-repeat scroll 0 0 transparent;
    height: 12px;
    padding: 0 0 0 16px;
}

ul.servicenav li a.last {
    background: none repeat scroll 0 0 transparent;
    margin: 0;
    padding: 0;
}

/* ACCOUNTNAV */

ul.accountnav li {
    font-size: 1.1em;
    margin: 7px 45px 0 0;
    width: 95px;
}

#navi li {
    float: left;
}

/* CARTNAV */

ul.cartnav li {
    font-size: 1.3em;
    letter-spacing: 1px;
    margin: 12px 25px 0 0;
}

ul.cartnav li a, ul.cartnav li a:visited {
    color: #707172;
}
ul.cartnav li {
    color: #ccc;
}

ul.cartnav li.active a, ul.cartnav li.active a:active {
    color: #000;
}

/*+++++++++++++++ CONTENT +++++++++++++++*/

#content {
    left: 0;
    margin: 0 auto;
    position: relative;
    top: 1px;
    width: 960px;
}

#content_alt {
    float: left;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    /* 	padding: 20px 0 22px 0; bis 17.03.2011*/
    /* padding: 33px 0 22px 0; bis 21.09.2011*/
    padding: 33px 0 33px 0;
    position: relative;
    top: 1px;
    text-align: center;
    width: 100%;
}

#pager {
    margin: 0 0 0 57px;
}

#pager span {
    margin: 0 0 0 12px;
}

/*
#pager a.active {
	color: #000;
	font-weight: bold;
}
*/

#pager2 {
    height: auto;
    margin: 0px 0 17px 0px;
    width: auto;
}

#pager3 {
    margin: 20px 0 0 57px;
    width: auto;
}

/*+++++++++++++++ CONTENT-VERSIONEN +++++++++++++++*/

/*+++ verwendet in Shop_overview/image -> Bekleidung Startseite +++*/

.content_main_v_01 {
    background: /* url(/images/shadow_back.jpg) 0 0 no-repeat */#fff;
    /* 	margin: 19px 0 0px 37px; */
    margin: 0 0 0px 45px;
    padding: 0 0 22px 0;
    width: 880px;
}

.content_main_v_01 img {
    padding: 40px 0 17px 14px;
}

/*+++ verwendet in Shop_Overview/listall/ -> Bekleidung Artikel- alle ansehen +++*/

.content_main_v_02 {
    float: left;
    margin: 14px 0 0 0;
    padding: 0 0 22px 0;
    width: 960px;
}

/*+++ verwendet in Shop_Overview/listall/ -> OUTFIT +++*/


/*.content_main_v_02_2 {*/
    /*     background: url(/images/keyvisuals/outfit.png) 0 0 no-repeat; */
    /*background: url(/images/keyvisuals/outfit/outfit_0711.png) 0 8px no-repeat;*/
    /*float: left;*/
    /*margin: 35px 0 0 0;*/
    /*min-height: 415px;*/
    /*height: auto !important;*/
    /*height: 415px;*/
    /*width: 960px;*/
/*}*/

/*.content_main_v_02_2 .outfit {*/
    /*background: url(/images/keyvisuals/outfit/outfit_bg.png) 0 0 no-repeat;*/
    /*float: left;*/
    /*min-height: 343px;*/
    /*height: auto !important;*/
    /*height: 343px;*/
    /*margin: 0 0 0 58px;*/
    /*overflow: hidden;*/
    /*width: 375px;*/
/*}*/

/*.content_main_v_02_2 .outfit img {*/
    /*float: right;*/
    /*margin: 0 8px 0 0;*/
/*}*/

/*a.img_overview_list_outfit {*/
    /*background: url("/images/no_image.png") 0 0 no-repeat;*/
    /*display: block;*/
    /*height: 154px;*/
    /*margin-bottom: 3px;*/
    /*margin-left: 0;*/
    /*margin-right: 0;*/
    /*margin-top: 0;*/
    /*overflow-x: hidden;*/
    /*overflow-y: hidden;*/
    /*width: 121px;*/
/*}*/

/*+++ RELAUNCH JANUAR 2012 +++*/

.content_main_v_02_2 {
    background: url(/images/keyvisuals/outfit/outfit_0112_2.png) 24px -11px no-repeat;
    float: left;
    margin: 35px 0 0 0;
    min-height: 415px;
    height: auto !important;
    height: 415px;
    width: 960px;
}

.content_main_v_02_2 .outfit {
    float: left;
    /*min-height: 343px;*/
    /*height: auto !important;*/
    /*height: 343px;*/
    margin: 0 0 0 58px;
    overflow: hidden;
    width: 352px;
}

.content_main_v_02_2 .outfit img {
    float: left;
    margin: 6px 0 0 0;
}

a.img_overview_list_outfit {
    background: url("/images/no_image.png") 0 0 no-repeat;
    display: block;
    height: 194px;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 152px;
}

ul.v_14 .descr {
    width: 152px;
}



/*+++ verwendet in CARE/ -> Pflegetipps // KATALOG, IMPRESSUM, WORTHKNOWING, OUTLET +++*/

.content_main_v_03 {
    float: left;
    margin: 29px 0 0 53px;
    padding: 0 0 22px 0;
    width: 460px;
}

.content_main_sub_v_01 {
    float: left;
    margin: 29px 0 0 0;
    padding: 0 0 22px 0;
    width: 411px;
}

.content_main_sub_v_01 a.more {
    clear: both;
    float: right;
    /* 	font-size: 1.1em; */
    /* 	letter-spacing: 0.08em; */
    margin: 10px 10px 0 0;
}

/*+++ verwendet in PRODUCT_DETAIL/ -> SHOPDETAIL/INDEX +++*/

.content_main_v_04 {
    float: left;
    margin: 0px 0 0 57px;
    padding: 15px 0 22px 0;
    width: 370px;
}

.content_main_sub_v_02 {
    background: url(/images/dot_vert2.png) right 0 repeat-y;
    float: left;
    min-height: 460px;
    height: auto !important;
    height: 460px;
    margin: 20px 0 22px 0;
    /* 	overflow: hidden; */
    /* 	padding: 20px 0 22px 0; */
    width: 290px;
}

.content_sub_v_01 {
    float: left;
    margin: 20px 0 0 0;
    overflow: hidden;
    padding: 0px 0 22px 0;
    width: 243px;
}

/*+++ verwendet in INSPIRATION, KATALOG ANSEHEN (catalogview) +++*/

.content_main_v_05 {
    background: url(/images/back_content_v_05.jpg) 0 0 no-repeat;
    float: left;
    margin: 20px 0 0 47px;
    min-height: 510px;
    height: auto !important;
    height: 510px;
    width: 886px;
}

.content_main_v_05_2 {
    /* alte Version für catalog view, nie online gewesen
    background: url(/images/back_content_v_05.jpg) 0 -2px no-repeat;
        clear: both;
        margin: 18px 0 0 47px;
        min-height: 510px;
        height: auto !important;
        height: 510px;
        width: 886px;
    */

    /* seit Mai2011 für Inspiration/Buchseiten */
    clear: both;
    margin: 28px 0 0 121px;
    min-height: 452px;
    height: auto !important;
    height: 452px;
    text-align: center;
    width: 690px;
}

.content_main_v_05 img.keyvisual {
    margin: 23px 0 0 56px;
}

/*+++ verwendet (nur!) in INSPIRATION seit SEPTEMBER 2010, diesen verändern wenn nötig +++*/

.content_main_v_09 {
    float: left;
    margin: 46px 0 0 56px;
    min-height: 482px;
    height: auto !important;
    height: 482px;
    padding: 0 0 22px 0;
    width: 933px;
}

.content_main_v_09 img {
    float: left;
}

.content_main_v_09 a.videolink {

   /* bis Oktober 2011*/
 background: url(/images/inspiration/FS11/img_video_0411.jpg) 0 0 no-repeat;
    display: block;
    height: 360px;
    margin: 36px 0 100px 147px;
    width: 639px;
}

/*
.content_main_v_09.alt a.videolink:hover {
    background: url(/images/inspiration/FS11/img_video_0411_hover.jpg) 0 0 no-repeat;
}
*/

.content_main_v_09.alt {
    /* background: url(/images/back_video.jpg) 0 0 no-repeat; */
    background: url(/images/inspiration/FS11/back_video_0411.png) 0 0 no-repeat;
}

.content_main_v_09 a {
    display: block;
    height: 439px;
    width: 847px;
}

/*+++ verwendet in WARENKORB, PRIVACY (Datenschutzerklärung) +++*/

.content_main_v_06 {
    float: left;
    margin: 0px 0 0 57px;
    padding: 0 0 22px 0;
    width: 660px;
}

/*+++ verwendet in KATALOG BESTÄTIGUNG, alle Notice Seiten, Account->Shop Register, Account-> Address, Newsletter + Bestätigung +++*/

.content_main_v_07 {
    float: left;
    margin: 0px 0 0 57px;
    min-height: 150px;
    height: auto !important;
    height: 150px;
    padding: 0 40px 22px 0;
    width: 220px;
}

/*+++ verwendet in NEWSLETTER MÄRZ 2011 +++*/
.content_main_v_07.alter {
    margin: 0;
}

.content_main_sub_v_03 {
    float: left;
    margin: 10px 0 0 0;
    min-height: 150px;
    height: auto !important;
    height: 150px;
    padding: 0 0 22px 0;
    width: 320px;
}

.content_main_sub_v_03_2 {
    background: url(/images/dot_vert2.png) right 0 repeat-y;
    float: left;
    margin: 10px 0 22px 0;
    min-height: 150px;
    height: auto !important;
    height: 150px;
    padding: 0 0 22px 0;
    overflow-x: hidden;
    width: 400px;
}

/*+++ verwendet in NEWSLETTER MÄRZ 2011 +++*/
.content_main_sub_v_03_2.blank {
    background: none;
}

/*+++ verwendet in LOGIN OKTOBER 2011 für fallback des Loginformulars bei JS-Fehlern +++*/

.content_main_sub_v_03 form#login {
    margin: 25px 0 0 0;
}

/*+++ verwendet in SHOP ACCOUNT -> REGISTER, SHOP CART/CHOICE +++*/

.content_sub_v_02 {
    /* 	background: url(/images/dot_vert2.png) 0 0 repeat-y; */
    float: left;
    margin: 20px 0 0 0;
    /*
    min-height: 410px;
        height: auto !important;
        height: 410px;
    */
    padding: 0 0 22px 0;
    width: 239px;
}

/*+++ verwendet in SHOP CART CHECKOUT -> Prüfen und bestellen +++*/

.content_main_v_08 {
    background: url(/images/dot_vert2.png) right 0 repeat-y;
    float: left;
    margin: 20px 0 22px 42px;
    padding: 0 0 22px 0;
    width: 675px;
}

div.agb {
    height: 130px;
    padding: 0 60px 0 0;
    overflow-x: hidden;
    overflow-y: auto;
    width: 550px;
}

/*+++ verwendet in NEWSLETTER MÄRZ 2011 +++*/

.content_main_v_10 {
    background: url(/images/dot_vert2.png) right 0 repeat-y;
    float: left;
    margin: 20px 0 0 57px;
    padding: 0 0 0 0;
    width: 660px;
}

/*+++ verwendet in GRÖßENBERATE SEIT AUGUST 2011 +++*/

.content_main_v_11 {
    float: left;
    margin: 15px 0 0 57px;
    padding: 0 0 22px 0;
    width: 860px;
}

img.sizemodel {
    float: left;
    margin: -30px 0 0 72px;
}

img.fittingtable {
    float: left;
    margin: 45px 0 0 12px;
}

/*+++++++++++++++ HEADLINES, PARAGRAPHS, FONTELEMENTS  +++++++++++++++*/

h1.v_01 {
    color: #000;
    font-size: 1.9em;
    letter-spacing: 1px;
    padding: 88px 0 0 0px;
    text-transform: uppercase;
    width: 390px;
}

h1.v_03 {
    clear: both;
    font-size: 1.4em;
    letter-spacing: 1px;
    padding: 25px 0 0 0px;
}

h1.v_03 em {
    font-weight: bold;
}

h1.v_04 {
    color: #000;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0 0px 0 -7px;
    padding: 57px 0 15px 0;
    text-transform: uppercase;
}

h1.v_05 {
    font-size: 1.7em;
    letter-spacing: 1px;
    padding: 28px 0 0 0px;
}

h1.v_06 {
    clear: both;
    font-size: 1.5em;
    letter-spacing: 1px;
    padding: 10px 0 0 0;
    width: 280px;
}

h1.v_06.alt {
    float: left;
    width: auto;
}

h2.v_01 {
    font-size: 1.1em;
    font-style: italic;
    letter-spacing: 1px;
    padding: 7px 0 0 0;
    width: 390px;
}

h2.v_02 {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    width: 152px;
}

h2.v_03 {
    font-size: 1.1em;
    font-weight: bold;
}

h2.v_04 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0 0 10px 0;
}

h2.v_05 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 0 0;
}

h2.v_06 {
    clear: both;
    display: block;
    font-size: 1.1em;
    letter-spacing: normal;
}

h2.v_03 span {
    font-weight: normal;
}

em.v_01 {
    color: #000;
    display: block;
    font-size: 1.1em;
    margin: 15px 0 0 0;
    text-transform: uppercase;
}

em.v_02 {
    color: #000;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin: 23px 0 0 26px;
}

em.v_03 {
    display: block;
}

em.v_04 {
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px 0 0 0;
}

p.v_01 {
    font-size: 1.1em;
    letter-spacing: 0.08em;
    line-height: 1.3em;
    margin: 3px 0 0 0;
}

p.v_02 {
    line-height: 1.3;
    margin: 95px 0 0 -7px;
    width: 150px;
}

p.v_03 {
    line-height: 1.3;
    margin: 10px 0 0 -7px;
    width: 150px;
}

p.v_04 {
    font-size: 1.0em;
    margin: 10px 0 0 0;
    width: 245px;
}

p.v_05 {
    font-size: 1.1em;
    letter-spacing: 0.08em;
    line-height: 1.3em;
    margin: 22px 0 0 0;
    width: 400px;
}

p.v_06 {
    font-size: 1.1em;
    letter-spacing: 0.08em;
    margin: 22px 0 0 0;
}

p.v_07 {
    margin: 30px 0 0 0;
    padding: 0 5px 0 10px;
    text-align: right;
    width: 316px;
}

p.v_08 {
    margin: 7px 0 25px 26px;
    font-size: 1.1em;
    letter-spacing: 0.08em;
    width: 160px;
}

p.v_09 {
    font-size: 1.1em;
    letter-spacing: 0.08em;
    margin: 10px 0 0 0;
}

p.v_10 {
    margin: 20px 0 0 0;
}

p.v_11 {
    font-size: 1.1em;
    line-height: 1.5;
    margin: 20px 40px 0 0;
}

/*+++++++++++++++ FORMELEMENTE +++++++++++++++*/

input, select, textarea {
    background: #fff;
    border: 1px solid #b8b8b8;
    color: #727170;
    font-size: 0.9em;
    font-style: normal;
    font-weight: normal;
    vertical-align: middle;
}

input.check_v_01 {
    background: #fff;
    border-style: none;
    margin: 0 2px 0 0;
}

input.v_01 {
    float: left;
    height: 11px;
    margin: 0 4px 0 0;
    padding: 0 0 0 10px;
    width: 118px;
}

fieldset.v_01 {
    clear: both;
}

span.button {
    background: none;
    margin: 0;
    padding: 0;
}

.button, .button_v02 {
    background: url(/images/btn_black.png) 0 0 no-repeat;
    border: none;
    color: #fff;
    cursor: pointer;
    /* 	font-size: 0.99em; */
    font-size: 0.92em;
    font-style: normal;
    height: 22px;
    letter-spacing: 0.08em;
    /* 	line-height: 1; */
    padding: 0;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 105px;
}

.button_v02 {
    background: url(/images/btn_black2.png) 0 0 no-repeat;
    width: 136px;
}

a.button, a.button_v02 {
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: normal;
    height: 16px;
    padding: 6px 0 0px 0;
}

input.button.alt, a.button.alt {
    background: url(/images/btn_white.png) 0 0 no-repeat;
    color: #707172;
    cursor: pointer;
}

input.button_v02.alt, a.button_v02.alt {
    background: url(/images/btn_white2.png) 0 0 no-repeat;
    color: #707172;
    cursor: pointer;
}

.button_v03 {
    background: #fff url(/images/btn_arrow.png) 0 0 no-repeat;
    border: none;
    cursor: pointer;
    float: left;
    height: 13px;
    width: 13px;
}

/*+++ verwendet in KATALOG, PRESSE, DIALOG etc. +++*/

fieldset.v_02, fieldset.v_03 {
    font-size: 11px;
    margin: 15px 0 0 0;
    width: 411px;
}

fieldset.v_02 div,
fieldset.v_03 div,
fieldset.v_04 div {
    float: left;
    margin: 0 20px 11px 0;
}

fieldset.v_02 div.alt,
fieldset.v_03 div.alt,
fieldset.v_04 div.alt {
    float: none;
    display: block;
    margin: 0 20px 6px 0;
}

fieldset.v_02 div.alt2,
fieldset.v_03 div.alt2,
fieldset.v_04 div.alt2 {
    width: 187px;
}

fieldset.v_02 div.alt3,
fieldset.v_03 div.alt3,
fieldset.v_04 div.alt3 {
    margin: 0 12px 11px 0;
}

fieldset.v_02 div.alt4,
fieldset.v_03 div.alt4,
fieldset.v_04 div.alt4 {
    clear: both;
    margin: 10px 0 0 0;
}

fieldset.v_02 label,
fieldset.v_03 label,
fieldset.v_04 label {
    width: auto;
}

fieldset.v_02 div.alt label.inset,
fieldset.v_03 div.alt label.inset,
fieldset.v_04 div.alt label.inset {
    /* 	display: inline; */
    float: left;
    margin: 0 30px 0 6px;
}

fieldset.v_04 {
}

/* 	benutzt für Größentabelle */

fieldset.v_06 {
    float: left;
    font-size: 1.1em;
    margin: 25px 0 0 0;
    width: 225px;
}

fieldset.v_06 div {
    margin: 0 0 11px 0;
}

fieldset.v_06 div.alt {
    margin: 20px 0 0 0;
    width: 225px;
}

label.inset_btm, fieldset.v_06 em {
    display: block;
    margin: 0 0 10px 0;
}

fieldset.v_06 em {
    margin: 25px 0 15px 0;
}

fieldset.v_06 input#result {
    height: 15px;
    width: 68px;
}

/* end*/

/* verwendet in Shop_cart PAYMENT */

fieldset.v_03 div.alt5 {
	width: 400px;
}

/* end*/
label.inset {
    display: block;
    margin: 0 0 2px 6px;
    width: auto;
}

input.radio_v_01 {
    border: none;
    margin: 0 5px 0 20px;
}

input.radio_v_02 {
    border: none;
    margin: 0px 5px 0 0px;
}

input.v_02 {
    height: 15px;
    width: 182px;
}

input.v_03 {
    height: 15px;
    width: 38px;
}

input.v_04 {
    height: 15px;
    width: 48px;
}

input.v_05 {
    height: 15px;
    width: 121px;
}

select.v_01 {
    width: 184px;
}

select.v_02 {
    width: 222px;
}

select.v_03 {
    width: 70px;
}

select.v_04 {
    width: 88px;
}

input#coupon {
    text-transform: uppercase;
}

/*+++ verwendet in LOGIN +++*/

#widget_login {
    background: url(/images/loginbox2.png) 0 0 no-repeat;
    /*height: 80px;*/
    height: 95px;
    left: 732px;
    overflow: hidden;
    padding: 10px 2px 0 9px;
    position: absolute;
    top: 26px;
    /*width: 186px;*/
    width: 222px;
}

/*+++ verwendet in LOGIN / LOGOUT +++*/

a.login {
    background: #fff url(/images/btn_arrow.png) right 0 no-repeat;
    border: none;
    clear: both;
    float: left;
    height: 13px;
    margin: 5px 0 0 0;
    padding: 0 20px 0 0;
    /*
    height: 13px;
        width: 13px;
    */
}

fieldset.v_05 {
    float: left;
}

label.float {
    /* 	display: inline; */
    float: left;
    margin: 0 6px 0 0;
    width: 65px;
}

label.float_alt {
    float: left;
    margin: 0 6px 0 0;
    width: auto;
}

/*+++ verwendet in Groessentabelle +++*/

label.float_alt2, fieldset.v_06 strong {
    float: left;
    margin: 0 0px 0 12px;
    width: 140px;
}

/*++++++*/
fieldset.v_05 div {
    margin: 0 0 5px 0;
}

fieldset.v_05 div.alt {
    float: left;
    margin: 0 10px 0 0;
}

/*+++ verwendet in DIALOG +++*/

textarea.v_01 {
    height: 100px;
    width: 386px;
}

/*+++ verwendet in ACCOUNT->REGISTER +++*/

input.v_06 {
    height: 15px;
    width: 152px;
}

input.v_07 {
    height: 15px;
    width: 318px;
}

input.v_08 {
    height: 15px;
    width: 232px;
}

input.v_09 {
    height: 15px;
    width: 72px;
}

input.v_12 {
    height: 15px;
    width: 83px;
}

/*+++ verwendet in LOGIN +++*/

input.v_10 {
    height: 12px;
    width: 95px;
}

input.v_11 {
    height: 12px;
    width: 118px;
}

/*+++ verwendet in Shop_Overview/ -> OUTFIT -> COMPLETE LOOK +++*/

.completelook input.check_v_01 {
    left: 0;
    position: absolute;
    top: 5px;
}

.completelook div, .completelook .button_v02.alt, .completelook .button {
    float: left;
}

.completelook div {
    /*clear: both;*/
    margin: 30px 0 22px 425px;
    width: 500px;
}


.completelook div p {
    float: left;
}

.completelook .button_v02.alt, .completelook .button {
    margin: 0 15px 0 0;
}

/*+++++++++++++++ LISTEN +++++++++++++++*/

/*+++ verwendet in Shop_Overview/listall/ -> Bekleidung Artikel- alle ansehen +++*/

ul.v_01 {
    float: left;
    margin: 17px 0 0 57px;
    width: 903px;
}

ul.v_01 li, ul.alt li {
    float: left;
}

/* alte Version
ul.v_01 li {
	height: 208px;
	margin: 0 4px 0 20px;
	text-align: center;
	width: 121px;
}
*/

/* seit November 2011*/
ul.v_01 li {
    height: 261px;
    margin: 0 10px 0 0;
    padding: 0 0 35px 0;
    text-align: center;
    width: 204px;
}

ul.v_01 li.alternative {
    width: auto;
}

/*+++ verwendet in Shop_Overview/list/ -> DARSTELLUNG 3 ARTIKEL + VORSCHALTBILD +++*/

ul.v_02 {
    float: left;
    margin: 17px 0 0 53px;
    width: 907px;
}

ul.v_02 li {
    float: left;
    margin: 23px 0 0 0;
    text-align: center;
}

ul.v_02 li#alt {
    /* background: url(/images/background_list_img.jpg) 0 0 no-repeat; */
    height: 383px;
    margin: 0 22px 0 0;
    /* 	padding: 13px 0 0 14px; */
    text-align: left;
    width: 517px;
}

/*+++ verwendet in Shop_Overview/listff/ -> DARSTELLUNG 3 ARTIKEL +++*/

ul.v_03 {
    float: left;
    margin: 17px 0 0 0;
    padding: 0 0 0 57px;
    width: 903px;
}

ul.v_03 li {
    float: left;
    margin: 23px 21px 0 0;
    text-align: center;
    position: relative;
}

/*+++ verwendet in Shop_overview IMAGE (Griddarstellung) Januar 2012 +++*/

ul.catgroup01, ul.catgroup02, ul.catgroup03 {
    float: left;
    margin: 22px 0 22px 0;
    width: 856px;
}

ul.catgroup01 img, ul.catgroup02 img, ul.catgroup03 img {
    float: left;
    margin: 0;
    padding: 0;
}

ul.catgroup01 li, .catgroup02 li, .catgroup03 li {
    float: left;
}

.catgroup01 li.cat01_01, .catgroup01 li.cat01_03, .catgroup03 li.cat03_02 {
    height: 378px;
    width: 253px;
}

.catgroup03 li.cat03_01 {
    height: 378px;
    width: 603px;
}

.catgroup01 li.cat01_02 {
    height: 378px;
    width: 350px;
}

.catgroup01 li.cat01_04, .catgroup01 li.cat01_05, .catgroup03 li.cat03_03, .catgroup03 li.cat03_04 {
    height: 148px;
    width: 428px;
}

ul.catgroup02 li.v_01, ul.catgroup02 li.v_03 {
    width: 285px;
}


ul.catgroup02 li.v_02 {
    width: 286px;
}

.cat02_01, .cat02_05 {
    height: 245px;
    width: 285px;
}

.cat02_03 {
    height: 171px;
    width: 286px;
}

.cat02_02, .cat02_06 {
    height: 171px;
    width: 285px;
}

.cat02_05 {
    height: 245px;
    width: 286px;
}

a.catgroupvideolink {
    background: url(/images/shim.gif) no-repeat;
    display: block;
    height: 378px;
    position: absolute;
    text-indent: -9999px;
    top: 22px;
    width: 603px;
    z-index: 30000;
}

/*+++ verwendet in SHOP LIST OUTFIT +++*/

ul.v_14 {
    float: left;
    position: relative;
    width: 525px;
}

ul.v_14 li {
    float: left;
    height: 194px;
    text-align: center;
    margin: 0 5px 10px 5px;
    width: 152px;
    position: relative;
}

/*+++ verwendet in Shop_Detail/ -> PRODUKTDETAILANSICHT +++*/

ul.v_04 {
    float: left;
    margin: 0;
    width: 290px;
}

ul.v_04 li {
    border: 1px solid #7f7f7f;
    float: left;
    height: 86px;
    margin: 0 10px 10px 0;
}

dl.v_01 {
    font-size: 1.1em;
    line-height: 1;
    margin: 17px 0 0 0;
}

dl.v_01 dt {
    float: left;
}

dl.v_01 dd {
    float: left;
    width: 226px;
}

dl.v_01 label {
    color: #000;
    height: 18px;
    float: left;
    line-height: 1;
    overflow: hidden;
    margin: 0 5px 0 0;
}

dl.v_01 dt label {
    color: #727170;
    line-height: 1.2;
}

ul.v_05 {
    clear: both;
    float: left;
    font-size: 1.1em;
    margin: 10px 0 0 0;
    width: 268px;
}

ul.v_05 li {
    margin: 5px 0 0 0;
}

ul.v_05 li.alt {
    text-align: center;
    width: 200px;
}

ul.v_05 li.alt2 {
    margin: 24px 0 20px 0;
}

ul.v_05 li.alt3 {
    margin: 0 0 20px 0;
}

ul.v_06 li {
    display: inline;
    text-align: center;
    margin: 0 0 0 3px;
    overflow: hidden;
    width: 268px;
}

ul.v_07 {
    clear: both;
    display: inline;
    float: left;
    margin: 10px 0 0px 0;
    width: 290px;
}

ul.v_07 li {
    float: left;
    padding: 0 20px 0 0;
}

ul.v_07 li iframe {
    background: none;
    margin: 0;
    padding: 0;
}

ul.v_08 {
    /* 	background: url(/images/dot_vert2.png) 0 0 repeat-y; */
    margin: 0px 0 0 0;
    min-height: 300px;
    height: auto !important;
    height: 300px;
    padding: 0 0 0 2px;
    width: 243px;
}

ul.v_08 li {
    margin: 0 0 0 16px;
    height: 194px;
    width: 251px;
}

ul.v_08 li.alt {
    height: auto;
    margin: 16px 0 16px 16px;
}

dl.v_05 {
    clear: both;
    /* 	float: left; */
    font-size: 1.1em;
    line-height: 1;
    margin: 0 0 10px 0;
    width: 290px;
}

dl.v_05 dt {
    float: left;
    width: 33px;
}

dl.v_05 dd {
    /* 	float: left; */
    width: 235px;
}

/*+++ verwendet in INSPIRATION +++*/

ul.v_09 {
    position: absolute;
    right: 93px;
    top: 250px;
    width: 180px;
}

ul.v_09 li {
    float: left;
}

ul.v_09 li.alt {
    clear: both;
    display: block;
    float: none;
    font-size: 1.1em;
    line-height: 1.5;
    padding: 10px 0 0 0;
}

ul.v_09 li.alt p {
    font-style: italic;
}

/*+++ verwendet in WARENKORB +++*/

ul.v_10 {
    background: url(/images/dot_vert2.png) 0 0 repeat-y;
    float: left;
    font-size: 1.1em;
    margin: 0px 0 0 0;
    min-height: 435px;
    height: auto !important;
    height: 435px;
    padding: 0 0 0 2px;
    width: 243px;
}

ul.v_10 li {
    background: url(/images/bullet.png) 0 6px no-repeat;
    margin: 0 0 6px 34px;
    padding: 0 0 0 7px;
}

ul.v_10 li.alt, ul.v_10 li.alt2 {
    background: none;
}

ul.v_10 li.alt2 {
    padding: 0;
}

ul.v_10 li em {
    font-style: italic;
}

/*+++ verwendet in JOBS +++*/

ul.v_11 {
    float: left;
    margin: 20px 0 0 0;
}

ul.v_11 li {
    font-size: 1.1em;
    margin: 0 0 5px 0;
}

/*+++ verwendet in FASHION OUTLET +++*/

dl.v_02 {
    font-size: 1.1em;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 5px 0 0 0;
}

dl.v_02 dt {
    float: left;
    width: 100px;
}

ul.v_12 {
    margin: 10px 0 0 0;
}

ul.v_12 li {
    background: url(/images/bullet.png) 0 6px no-repeat;
    font-size: 1.1em;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 0 0 5px 0;
    padding: 0 0 0 10px;
}

/*+++ verwendet in WARENKORB LAYER (widgets) +++*/

ul.v_13 {
    color: #707172;
    float: left;
    font-size: 1.1em;
    line-height: 1.3;
    margin: 7px 0 0 0;
    padding: 0 10px 0 6px;
    width: 233px;
}

ul.v_13 li.img {
    float: left;
    height: 130px;
    width: 80px;
}

dl.v_03 {
    background: url(/images/dot_cart.png) 0 0 no-repeat;
    clear: both;
    float: left;
    margin: 0 0 0 55px;
    padding: 10px 0 0 0;
    width: 164px;
}

dl.v_03 dt {
    float: left;
    width: 100px;
}

dl.v_03 dd.br {
    clear: both;
    display: block;
}

dl.v_03 dd.alt {
    clear: both;
    display: block;
    margin: 30px 0 0 0;
}

/*+++ verwendet in WARENKORB - SHIPPING (Versandadreese wählen) +++*/

dl.v_04 {
    font-size: 1.1em;
    line-height: 1.5;
    margin: 10px 0 20px 0;
}

dl.v_04 dt {
    float: left;
    width: 100px;
}

/*+++ verwendet in Größentabelle / Größenberater +++*/

ul.v_15 {
    float: left;
    margin: 80px 0 0 60px;
}

ul.v_15 li {
    float: none;
    margin: 0 0 10px 0;
}

ul.v_15 li.alt a {
    display: block;
    margin: 80px 0 0 10px;
    text-decoration: underline;
}

ul.v_15 li img {
    float: left;
    margin: 0 10px 0 0;
}

ul.v_15 li h2 {
    float: left;
    padding: 2px 0 0 0;
    margin: 0;
}

ul.v_15 li p {
    clear: both;
    margin: 2px 0 0 25px;
    width: 300px;
}

/*+++++++++++++++ TABELLEN +++++++++++++++*/

/*+++ verwendet in WARENKORB - INDEX +++*/

table.v_01 {
    font-size: 1.15em;
    overflow: hidden;
    margin: 46px 0 0 0;
}

table.v_01 td, table.v_01 th {
    padding: 0 20px 0 0;
}

tr.bg {
    background: url(/images/dot_sub.png) 0 0 repeat-x;
    width: 100%;
}

table.v_01 td.alt, table.v_01 th.alt {
    padding: 0;
}

th.right {
    text-align: right;
}

table.v_02 {
    font-size: 1.15em;
    margin: 20px 0 0 0;
}

table.v_02 td, table.v_02 th {
    padding: 0 20px 0 0;
}

table.v_02 td.alt, table.v_02 th.alt {
    padding: 0;
}

table.v_02 em {
    color: #000;
    font-weight: bold;
}

table.v_03 {
    margin: 23px 0 0 0;
}

table.v_03 td {
    padding: 0 0 40px 0;
}

table.v_04 {
    margin: 0px 0 0 0;
}

table.v_04 td {
    padding: 0 0 25px 15px;
}

table.v_04 td.smll {
    padding: 0 0 10px 15px;
}

table.v_04 td.dot {
    background: url(/images/dot_sub.png) 0 0 repeat-x;
    padding: 0 0 15px 15px;
}

table.v_04 td table th {
    padding: 0 0 30px 0;
}

table.v_04 td table td {
    padding: 0;
}

table.v_04 td table td.inset_top {
    padding: 10px 0 0 0;
}

/*+++++++++++++++ HOME STARTBILDER + VIDEOBUTTON + SALEBUTTON +++++++++++++++*/

img.img_home {
    float: left;
    left: 50%;
    /* 	margin-left: -948px; bis 23.12.2010, Bildgröße vorher 1896px */
    /* margin-left: -541px;  Neue Bildgröße 1083px*/
    margin-left: -428px; /* Neue Bildgröße 856px*/
    position: relative;
}

div.videowindow_home {
    height: 70px;
    left: 50%;
    margin: 0 auto 0 352px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 287px;
    width: 80px;
}


/*
div.videowindow_home div {
	height: 100px;
	margin: 24px 0 0 0;
	overflow: hidden;
	position: relative;
	width: 251px;
}
*/

div.videowindow_home a {
   /* bis 07.10.2011 background: url(/images/video/video_btn_042011.png) 0 0 no-repeat;*/
   	background: url(/images/video/videolink_112011.png) 0 0 no-repeat;
    display: block;
    margin: 0 auto;
    height: 105px;
    width: 277px;
    /*
    height: 218px;
        width: 108px;
    */
}

div.videowindow_home a:hover {
    /* bis 07.10.2011background: url(/images/video_btn_hover_042011.png) 0 0 no-repeat;*/
    background: url(/images/video/videolink_112011_hover.png) 0 0 no-repeat;
}

iframe.vimeo {
    /* margin: 42px 0 0 128px; bis Oktober 2011*/
	display: block;
	position: relative;
	top: 0;
	left: 0;
}

.vimeocontainer {
	height: 345px;
	left: 316px;
	position: absolute;
    top: 4093px;
	width: 596px;
}

div.more {
    height: 207px;
    left: 50%;
    margin: 0 auto 0 -43px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 381px;
    width: 100px;
}

div.more a {
    background: url(/images/video/video_window_img.png) 0 0 no-repeat;
    display: block;
    margin: 0 auto;
    height: 20px;
  /*   width: 184px; */
}


div.more a:hover {
	background: url(/images/video/video_window_img_hover.png) 0 0 no-repeat;
}

div.sale {
    background: url(/images/sale.png) 0 0 no-repeat;
    height: 207px;
    left: 50%;
    margin: 0 auto 0 -338px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 20px;
    width: 184px;
}

div.sale a {
    display: block;
    margin: 0 auto;
    height: 207px;
    width: 184px;
}

/*+++++++++++++++ SHOP-OVERVIEW - DARSTELLUNG LISTALL - ALLE ARTIKEL +++++++++++++++*/


/* seit November 2011*/
a.img_overview_list_all, a.img_overview_list_all_salecrossed  {
    background: url(/images/no_image.png) no-repeat scroll 0 0 transparent;
    display: block;
    height: 260px;
    margin: 5px 4px 0;
    overflow: hidden;
    position: relative;
    width: 195px;
}

a.img_overview_list_all_salecrossed {
    padding: 0 0 10px 0;
}

img.listall {
    margin: 13px 0 0 57px;
}

div.colorbox {
    display: inline;
    width: 121px;
}

div.colorbox a img {
    border: 1px solid #949595;
    /*margin: 0 5px 0 0;*/
    margin: 10px 5px 0 0;
    height: 6px;
    width: 12px;
}

div.colorbox p {
    display: inline;
    overflow: hidden;
    width: 14px;
}

span.descr {
    background: #eee;
    bottom: 0;
    display: block;
    filter: alpha(opacity = 50);
    margin: 0 auto;
    padding: 15px 0 15px 0;
    position: absolute;
    opacity: 0.5;
    width: 121px;
}

a.img_overview_list_all_salecrossed span.descr {
    bottom: 20px;
}

span.crossed {
    background: url(/images/crossprize.png) 0 bottom no-repeat;
    font-weight: normal;
    height: 16px;
    width: 54px;
}

span.crossed_small {
    background: url(/images/crossprize_smll.png) 0 bottom no-repeat;
    font-weight: normal;
    height: 11px;
    width: 37px;
}

span.crossed2 {
    background: url(/images/crossprize_relaunch2012.png) center bottom no-repeat;
    height: 11px;
}

.salecrossed {
    bottom: 0;
    color: #666;
    font-size: 1.1em;
    font-weight: normal;
    left: 0;
    position: absolute;
    width: 195px;
}

.saleprize {
    color: #cf1f2a;
    font-size: 1.5em;
    letter-spacing: -0.02em;
    margin: 0 0 0 5px;
    position: relative;
}

/*.saleprize sup {*/
    /*font-size: 70%;*/
/*}*/

span.sup {
    font-size: 70%;
    padding: 0 2px 0 0;
    position: relative;
    right: 0;
    top: -5px;
}

/*
span.descr {
    background: #EEEEEE;
    bottom: 0;
    display: block;
    margin: 0 auto;
    opacity: 0.5;
    padding: 15px 0;
    position: absolute;
    width: 121px;
}
*/

span.descr.list {
    width: 195px;

}

.topseller, .salebutton {
    background: url(/images/topseller_button.png) 0 0 no-repeat;
    height: 64px;
    /*     margin: 126px 0 0 87px; */
   /*  margin: 0 0 0 92px; */
    overflow: hidden;
    padding: 0 0 16px 0;
    position: absolute;
    right: 8px;
    top: 116px;
    width: 64px;
}

.salebutton {
   background: url(/images/sale_button_new2.png) 0 0 no-repeat;
   color: #fff;
   font-size: 1.2em;
   padding: 30px 0 16px 0;
   text-align: center;
   -webkit-transform: rotate(-7deg);
   -moz-transform: rotate(-7deg);
   -o-transform: rotate(-7deg);
   transform: rotate(-7deg);
}

/*+++++++++++++++ SHOP-OVERVIEW - DARSTELLUNG LIST - 1 ARTIKEL + VORSCHALTBILD +++++++++++++++*/

a.img_overview_list {
    display: block;
    height: 342px;
    margin: 0 0 13px 0;
    overflow: hidden;
    width: 268px;
}

div.colorbox.alternative {
    width: 268px;
}

div.colorbox.alternative a img {
    height: 10px;
    margin: 0 3px 0 0;
    width: 18px;
}

div.colorbox.alternative p {
    width: 20px;
}

span.descr.alt {
    position: absolute;
    bottom: 22px;
    width: 268px;
}

span.num, span.num3 {
    font-size: 1.3em;
    letter-spacing: 0.2em;
    position: absolute;
    right: 70px;
    top: 233px;
}

span.num3 {
    right: 0px;
}

#scroller {
    position: static;
}

#scroller.alt {
    height: auto;
}

a.scroll_right, a.scroll3_right, a.scroll_left, a.scroll3_left {
    position: absolute;
    top: 193px;
    text-indent: -9999px;
    height: 28px;
    width: 22px;
}

a.scroll2_right, a.scroll2_left {
    height: 34px;
    position: absolute;
    top: 185px;
    text-indent: -9999px;
    width: 22px;
}

a.scroll_right {
    background: url(/images/arrow_right.png) 0 0 no-repeat;
    right: 70px;
}

a.scroll3_right {
    background: url(/images/arrow_right.png) 0 0 no-repeat;
    right: 0px;
}

a.scroll_left, a.scroll3_left {
    background: url(/images/arrow_left.png) 0 0 no-repeat;
    left: 0px;
}

a.scroll2_right {
    background: url(/images/arrow_right2.png) 0 0 no-repeat;
    right: 150px;
}

a.scroll2_right.single {
    right: 298px;
}

a.scroll2_left {
    background: url(/images/arrow_left2.png) 0 0 no-repeat;
    left: 119px;
}

a.scroll2_left.single {
    left: 264px;
}

/*+++++++++++++++ verwendet in OUTFIT +++++++++++++++*/

#scrollersmall {
    float: right;
    font-size: 1.2em;
    letter-spacing: 1px;
    margin: 5px 0 0 0;
    text-align: center;
    width: auto;
}

.scrollersmall_left {
    float: left;
}


.scrollersmall_right{
    float: right;
}


#scrollersmall span {
    float: left;
    padding: 0 10px 0 10px;
}

/*+++++++++++++++ verwendet in INSPIRATION +++++++++++++++*/

/*
#scroller.alt a.scroll_right, #scroller.alt a.scroll_left {
	position: absolute;
	top: 249px;
	text-indent: -9999px;
	height: 17px;
	width: 14px;
}
*/
a.img_video, a.img_gallery {
    float: left;
    height: 439px;
    text-indent: -9999px;
}

a.img_video {
    background: url(/images/inspiration/video.jpg) 0 0 no-repeat;
    margin: 0 10px 0 0;
    width: 397px;
}

a.img_video:hover {
    background: url(/images/inspiration/video_hover.jpg) 0 0 no-repeat;
}

a.img_gallery {
    background: url(/images/inspiration/gallery2.jpg) 0 0 no-repeat;
    width: 416px;
}

a.img_gallery:hover {
    background: url(/images/inspiration/gallery_hover2.jpg) 0 0 no-repeat;
}

.counter {
    font-size: 1.1em;
    position: absolute;
    right: 57px;
    text-align: center;
    top: 437px;
    width: 51px;
}

#scroller.alt {
    background: url(/images/bg_scroller.png) 2px 0 no-repeat;
    /* 	float: left; */
    position: absolute;
    top: 452px;
    right: 55px;
    width: 49px;
}

#scroller.alt a.scroll_right, #scroller.alt a.scroll_left {
    position: relative;
    top: 5px;
}

#scroller.alt a.scroll_right {
    background: url(/images/arrow_right_smll.png) 0 0 no-repeat;
    float: right;
}

#scroller.alt a.scroll_left {
    background: url(/images/arrow_left_smll.png) 0 0 no-repeat;
    float: left;
}

/* ++++ verwendet in voriger Version von INSPIRATION +++++
#scroller.alt a.scroll_right, #scroller.alt a.scroll_left {
    position: absolute;
    top: 249px;
    text-indent: -9999px;
    height: 28px;
    width: 22px;
}

#scroller.alt a.scroll_right {
    background: url(/images/arrow_right.png) 0 0 no-repeat;
    right: 69px;
}

#scroller.alt a.scroll_left {
    background: url(/images/arrow_left.png) 0 0 no-repeat;
    left: 69px;
}
*/

/*+++++++++++++++ SHOP-DETAIL - PRODUKTDETAILANSICHT +++++++++++++++*/

div.colorbox.alt2 {
    width: 200px;
}

div.colorbox.alt2 a img {
    height: 10px;
    margin: 0;
    width: 18px;
}

div.colorbox.alt2 a img[alt] {
    font-size: 0.9em;
}

div.colorbox.alt2 p {
    overflow: hidden;
    width: 18px;
}

/*+++++++++++++++ CATALOGVIEW - Katalog ansehen +++++++++++++++*/

div.img_catalogue {
    float: left;
    margin: 20px 0 0 25px;
    width: 331px;
}

div.img_catalogue.alt {
    margin: 0 0 0 103px;
    width: 380px;
}

/*+++++++++++++++ WARENKORB LAYER - widgets +++++++++++++++*/

#widget_cart {
    background: #fff url(/images/dot_cart_borderout.png) 0 bottom no-repeat;
    color: #292929;
    /*	display: none; */
    margin-bottom: 1em;
    /* 	overflow: hidden; */
    padding: 0 0 10px 0;
    position: absolute;
    right: -2px;
    top: 68px;
    width: 245px;
    z-index: 10000;
}

#widget_cart div {
    background: url(/images/dot_cart_inside.png) 0 0 repeat-y;
    float: left;
    height: 274px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 245px;
}

/*+++++++++++++++ SHOP ACCOUNT -> REGISTER +++++++++++++++*/

.alertbox {
    margin: 150px 0 0 26px;
}

/*+++++++++++++++ BRAND -> VALUES +++++++++++++++*/

img.brand {
    /*     margin: 94px 0 0 20px; */
    margin: 24px 0 0 -15px;
}

/*+++++++++++++++ DOJO +++++++++++++++*/

.claro .dijitTextBox, .claro .dijitTextBoxHover, .claro .dijitTextBoxHover .dijitButtonNode, .claro .dijitTextBox .dijitButtonNode {
    border: none;
    /* margin: 24px 0 0 -15px; */
    /*  margin: 94px 0 0 20px; */
    /* 	margin: 216px 0 0 -6px; */
}

.claro .dijitTextBoxHover {
    background: #fff !important;
}

.claro .dijitSpinner .dijitArrowButton {
    background: none;
}

.claro .dijitSpinner .dijitArrowButtonInner {
    background-image: url(/images/commonFormArrows.png) !important;
}

/* Zoom */

div.mojozoom_marker {
    position: absolute;
    cursor: move;
}

div.mojozoom_border {
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;

}

div.mojozoom_fill {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.2;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    filter: alpha(opacity = 20);
}

img.mojozoom_img {
    padding: 0px;
    border: 0px;
}

div.mojozoom_iwmgctr {
    position: absolute;
    margin-left: 20px;
    border: 1px solid #fff;
}

/* flash messages */
#massages {
    clear: both;
    position: relative;
    z-index: 99999;
    width: 900px;
    margin: 0 auto;
    padding-left: 60px;
}

#massages div {
    width: auto;
    margin: 0 auto;
    padding: 10px;
    padding-left: 40px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
}

#massages div.error {
    color: red;
    background: transparent url(/images/attention.png) no-repeat left top;
}

/* ImageZoom */

a.productimagezoom {
    display: block;
    width: 270px;
    height: 344px;
    border: 1px solid #fff;
    cursor: pointer;
}

.imgZoomLoad {
    width: 270px;
    height: 364px;
    background: transparent url(/images/zoom.png) no-repeat center bottom;
    position: absolute;
}

.zoomDnd {
    background-color: #fff;
    position: absolute;
    cursor: move;
    border: 1px solid #707172;
    filter: alpha(opacity = 50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.productimage {
    cursor: auto;
}

.zoomimage {
    display: block;
    width: 335px;
    height: 455px;
    background-image: url(/images/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    -webkit-background-size: 1450px 1800px;
}

/* Conversion Pixel */

.conversionpixel {
	display: none !important;
	visibility: hidden;
}
