/* main.css */
@import url('microsites.css');  
@import url('LiveAppsGallery.css');  
@import url('ShopSolutions.css');  
/**
* Definition der Easy-Clearing-Klasse
* (http://www.positioniseverything.net/easyclearing.html) 
*/

.clear:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
} 

.clear { 
display: inline-table; 
}

/* Hides from IE-mac */
* html .clear { 
height: 1%;
}

.clear { 
display: block; 
}
/* End hide from IE-mac */
html {
     height: 100%;
}

BODY {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background: #FFFFFF url(assets/xxlpix_body_bg.png) repeat-x top;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #333; 
}

* html body {
     background: #FFFFFF url(assets/xxlpix_body_bg.gif) repeat-x top;
}

input, select, textarea {
    /*margin: 0;*/
    padding: 3px 2px 2px 2px;
    /*height: 22px; */
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    color: #333;
    background: url(assets/form_input_bg.gif) no-repeat; 
    border-right: 1px solid #cecfd2;
    border-bottom: 1px solid #cecfd2;
    border-left: 1px solid #bebfc2;
    border-top: 1px solid #bebfc2; 
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

a:link, a:visited, a:active {
    color: #fc9600;
}

a:hover {
    color: #333;
}


img {
    border: 0;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

form {
    margin-top: 20px;
}

.img_plain {
    border: 0;
}

.img_productIcon {
    border: 0;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

h1, h2, h3 {
    font-weight: bold;
    color: #008cc7; 
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 14px;
    margin: 10px 0 0 0;
}

h4 {
    font-size: 12px;
    margin:20px 0 0 0;
    padding:0;
    
}

ul {
    padding: 0 0 0 10px;
}

li {
    line-height: 18px;
}

p {
    line-height: 18px;
    margin: 10px 0 0 0;
    padding: 0;
}     

.red {
    color:red;
}

#page { 
    display: block;
    margin: 0 auto;
    width: 941px;
}


/* Header */
#pageHeader {
    display: block;
    border: 0;
    height: 99px;
    margin: 0;
    padding: 0;
    background: url(assets/xxlpix_header_bg-trans.png) no-repeat;
}

#pageHeaderLinks {
    float: right;
    display: block;
    border: 0;
    margin: 21px 24px 0 0;
    padding: 0;
    color: #bbd7ef;
}

#pageHeaderLinks a, #pageHeaderLinks a:link, #pageHeaderLinks a:visited, #pageHeaderLinks a:hover {
    color: #bbd7ef;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
#pageHeaderLinks a:hover {
    text-decoration: underline;
}




/* Content */
#pageContent {
    display: block;
    width: 941px;
    border: 0;
    background: url(assets/xxlpix_content_bg_new-trans.png) repeat-y;
    margin: 0;
    padding: 0;   
}

#body_no_shop #pageContent {
    background: url(assets/xxlpix_content_bg-trans.png) repeat-y;
} 

* html #pageContent {
    background: url(assets/pv_content_bg_ie6-trans.png) no-repeat;
}

#pageContentTopShadow {
    position: relative;
    width: 930px;
    background: url(assets/xxlpix_content_top_shadow_new-trans.png) no-repeat;
    height: 20px;
    z-index: 20;
    overflow: show;
} 

/* Footer */
#pageFooter {
    clear: both;
    display: block;
    margin-top: 0;
    border: 0;
    height: 235px;
    color: #FFFFFF;
    padding: 1px 26px 0 36px;
    text-align: left;
    background: url(assets/xxlpix_footer_bg-trans.png) no-repeat;
}

#pageFooterLeft {
    float: left;
    margin: 22px 0 0 0;
    width: 674px;  
}

#pageFooterLeft a {
    color: #ffffff;
    text-decoration: underline;   
}

#pageFooterLinks {
    float: left;
    display: block;
    border: 0;
    padding: 0;
    color: #FFFFFF;
}

#pageFooterLinks a, #pageFooterLinks a:link, #pageFooterLinks a:visited, #pageFooterLinks a:hover {
    color: #FFFFFF;
    text-decoration: none;
    margin: 0;
    padding: 0;
}
#pageFooterLinks a:hover {
    text-decoration: underline;
}

#pageFooterRight {
    float: left;
    width: 189px;
    margin: 22px 0 0 16px;   
}



/* Menu Top */
#menuTopWrapper {
    clear: both;
    position:relative; 
    margin:0; 
    top: 31px; 
    left:10px; 
    display:block; 
    width: 100%;
    z-index:5; 
    overflow:hidden;
    height: 32px;
   /* border-top: 1px solid #ffffff;*/
    /*background: url(assets/xbm_menu_top_bg.png) repeat-x;*/
    padding: 0;   
}

#menuTop {
    /*float: left;*/
    height: 32px;
    border: 0;
    margin: 0 0 0 8px;
    padding: 0;
    list-style-type: none;    
}

#menuTop li {
    float: left;
    margin: 0;
    padding-right: 8px;
    height: 32px;
}

* html #menuTop li {
    width: 50px;
} 

#menuTop .active {
    background: transparent url(assets/xbm_menu_top_tab_right_active.png) no-repeat scroll top right;
}

* html #menuTop .active {
    background: transparent url(assets/xbm_menu_top_tab_right_active.gif) no-repeat scroll top right;
}

/** html #menuTop .active { 
  background-position: right;
} */

#menuTop .inactive {
    background: transparent url(assets/xbm_menu_top_tab_right_inactive.png) no-repeat top right;
}

* html #menuTop .inactive {
    background: transparent url(assets/xbm_menu_top_tab_right_inactive.gif) no-repeat top right;
}

#menuTop a {
    position: relative; 
    width: auto;
    display: block;
    font-family: Arial, Verdana sans-serif;
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 17px 0 25px;
    outline: 0;
    background: url(assets/xbm_menu_top_tab_left_inactive.png) no-repeat top left;
}

* html #menuTop a {
    background: transparent url(assets/xbm_menu_top_tab_left_inactive.gif) no-repeat top left;
}

#menuTop a:hover {
    color: #fc9600;
    outline: 0;
}

#menuTop .active a{
    position: relative; 
    width: auto;
    margin: 0;
    display: block;
    font-family: Arial, Verdana sans-serif;
    font-size: 12px;
    line-height: 32px;
    height: 32px;
    font-weight: bold;
    color: #fc9600;
    text-decoration: none;
    padding: 0 17px 0 25px;
    cursor: pointer;
}

#menuTop .active a{ 
      background: url(assets/xbm_menu_top_tab_left_active.png) no-repeat top left;
}

* html #menuTop .active a{ 
     background: transparent url(assets/xbm_menu_top_tab_left_active.gif) no-repeat top left;
}

#subMenuWrapper {
    display: block;
    margin-left: 8px;
    margin-top: -5px;
    margin-bottom: 8px;
    width: 684px;
}

#subMenu {
    display: block;
    height: auto;
    padding: 12px 8px 7px 24px;
    background: #FFFFFF url(assets/xxlpix_submenu_bg.png) repeat-x bottom left;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    overflow: show;
    /*vertical-align: top;*/    
}

#subMenu a, #subMenu a:link, #subMenu a:visited {
    text-decoration: none;
}

#subMenu a.active, #subMenu a.active:link, #subMenu a.active:visited {
    color: #333;
    text-decoration: underline;
}

#subMenu a:hover {
    color: #333;
}

#subMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#subMenu .subMenuItem_0 {
    float: left;
    margin: 0 32px 4px 0;
    font-weight: bold;
}

#subMenu .subMenuItem_1 {
    float: none;
    margin: 0 24px 0 0;
    font-weight: normal;
}

#subMenuFooter {
    display: block;
    height: 5px;
    width: 684px;
    background: url(assets/xxlpix_submenu_bottom.png) repeat-x bottom left;
}

#subMenu a {
    color: #008cc7;
    text-decoration: none;
}


/* Footer Menu */
#footerMenu {
    display: block;
    height: auto;
    padding: 0 8px 7px 0;
    overflow: show;
    /*vertical-align: top;*/    
}

#footerMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footerMenu .subMenuItem_0 {
    float: left;
    margin: 0 48px 4px 0;
    font-weight: bold;
}

#footerMenu .subMenuItem_1 {
    float: none;
    margin: 0 48px 0 0;
    font-weight: normal;
}

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

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


/* Current Date */
#date {
    float: right;
    padding: 0;
    margin: 38px 24px 0 0;
    color: #FFFFFF;
    font-size: 18px;  
}
       /* Language Selector */
#languageSelector {
    display: block;
    height: 32px;
    padding: 0 0 4px 0;
    margin: 0 0 0 5px; 
}

#languageSelector a {
    margin: 0px 0 0 0px;
    padding: 0;
    float: left;
    /*border: 1px solid white;*/
    text-decoration: none;
    line-height: 1px;
}
 /*
#languageSelector a img {
    border: 0;
    margin: 0;
    padding: 0;
}
*/

#languageSelector img {
    border: 0;
    margin: 8px 0 0 3px;
    padding: 0;
    float: left;   
}

/* Navigation Path */

#naviPath {
    position:absolute; 
    margin:0; 
    top:92px; 
    left:0; 
    display:block; 
    width:100%;
    z-index:5; 
    overflow:hidden;
    height: 20px;
    border-bottom: 0;
    background: url(assets/xbm_navi_path_bg_1-trans.png) no-repeat;
    padding: 0px 10px;
    font-family: Arial, Verdana sans-serif;
    font-size: 11px;
    line-height: 20px;
    font-weight: normal;
    color: #f08f01;
    text-decoration: none;
    cursor: default; 
}

#naviPath a {
    position: relative; 
    float: left;
    display: block;
    font-family: Arial, Verdana sans-serif;
    font-size: 11px;
    line-height: 21px;
    height: 21px;
    font-weight: normal;
    color: #999;
    text-decoration: none;
    padding: 0 5px;
}

#naviPath a:hover {
    color: #f08f01; 
}  

#naviPath span {
    float: left;
}


/* Content Spalten */
#columnLeft { 
    float: left;
    width: 180px;
    margin: 0;
    padding: 20px 0 20px 16px;
    height: 100%;
}

#columnMain {
    float: left;
    margin: -12px 0 0 10px;
    padding: 0;
    width: 700px;
}  

* html #columnMain {
    position: relative; 
    margin-left:10px; 
    padding: 0;
    width: auto;
}

#columnRight {
    /*position: relative;*/
    float: left; 
    width: 213px;
    margin-top: -12px;
    background: #e5e5e5 url(assets/column_right_bg.gif) repeat-x top left;
    height: 100%;
}

/* Button */

.buttonWrapper{    
    overflow: hidden;
    height: auto;
    padding: 0;
}

.buttonPanel2, .buttonPanel3 {
    width: 600px;
    padding: 0;
    margin: 20px 0 0 10px;
    table-layout:fixed;
    border: 0;
    border-spacing: 0;   
}

.buttonPanel2_left{
    width: 50%;
    text-align: left;
    padding-right: 30px;
}

.buttonPanel2_right {
    width: 50%;
    text-align: right;
    padding-left: 30px;
}

.buttonPanel3_left{
    width: 33%;
    text-align: left;
}

.buttonPanel3_center{
    width: 33%;
    text-align: center;
}

.buttonPanel3_right {
    width: 33%;
    text-align: right;
}  

a.button, a.button:link, a.button:visited {
   /* background: transparent url(../../../common/themes/assets/xpp_button_vista_light_grey_left_plain-trans.png) no-repeat scroll top left;*/
    color: #444;
    display: block;
    /*float: left;*/
    font: normal 12px Arial, Verdana, sans-serif;
    text-decoration: none; 
    height: 24px;
    margin: 0; 
   /* padding-left: 8px;*/ /* sliding doors padding */
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}

a.button span, a.button:link span, a.button:visited span {
    background: url(assets/xbm_button_vista_light_grey_right.png) no-repeat scroll top right;
    display: block;
    /*font: bold 12px Arial, Verdana, sans-serif;*/
    text-decoration: none;
    line-height: 23px;
    height: 23px;
    padding: 0px 10px 1px 2px;
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    color: #444;
}

.left {
    float: left;
    margin: 10px 16px 0 0;
}

.right {
    float: right;
    margin: 10px 0 10px 16px;
}

.center {
    float: none;
    margin: 10px auto;
}

.imageleft {
    float: left;
    margin: 23px 16px 0 0;
}

.imageright {
    float: right;
    margin: 10px 0 10px 16px;
}

.imagecenter {
    float: none;
    margin: 10px auto;
}


a.button:hover {
    background-position: bottom left;
    color: #333;
    outline: none; /* hide dotted outline in Firefox */
    border: 0;
    text-decoration: none;
}

a.button:hover span {
    background-position: bottom right;
    padding: 0px 10px 1px 2px; /* push text up 1px */
    outline: none; /* hide dotted outline in Firefox */
    border: 0;
    color: #333;
    text-decoration: none;
} 

a.button:active {
    background-position: bottom left;
    color: #333;
    outline: none; /* hide dotted outline in Firefox */
    border: 0;
}

a.button:active span {
    background-position: bottom right;
    padding: 0px 10px 1px 2px; /* push text up 1px */
    outline: none; /* hide dotted outline in Firefox */
    border: 0;
}

.icon_plain {
    background: url(assets/xbm_button_vista_light_grey_left_plain-trans.png) no-repeat scroll top left;
    padding-left: 8px;
}

.icon_cart {
    background: url(assets/xbm_button_vista_light_grey_left_login-trans.png) no-repeat scroll top left;
    padding-left: 26px;
}

.icon_next {
    background: url(assets/xbm_button_vista_light_grey_left_next-trans.png) no-repeat scroll top left;
    padding-left: 26px;
}

.icon_check {
    background: transparent url(assets/xbm_button_vista_light_grey_left_check.png) no-repeat scroll top left;
    padding-left: 26px;
}

.icon_upload {
    background: url(assets/xbm_button_vista_light_grey_left_upload-trans.png) no-repeat scroll top left;
    padding-left: 26px;
}

.icon_back {
    background: url(assets/xbm_button_vista_light_grey_left_back-trans.png) no-repeat scroll top left;
    padding-left: 26px;
}

.icon_update {
    background: url(assets/xbm_button_vista_light_grey_left_login-trans.png) no-repeat scroll top left;
    padding-left: 26px;
}

.icon_login {
    background: url(assets/xbm_button_vista_light_grey_left_login-trans.png) no-repeat scroll top left;
    padding-left: 26px;
}

.icon_cancel {
    background: transparent url(assets/xbm_button_vista_light_grey_left_cancel.png) no-repeat scroll top left;
    padding-left: 26px;
}

.icon_save {
    background: url(assets/xbm_button_vista_light_grey_left_save-trans.png) no-repeat scroll top left;
    padding-left: 26px;
}

/* disabled buttons */
a.button_disabled, a.button_disabled:link, a.button_disabled:visited, a.button_disabled:hover, a.button_disabled:active {
   /* background: transparent url(../../../common/themes/assets/xpp_button_vista_light_grey_left_plain-trans.png) no-repeat scroll top left;*/
    color: #777;
    display: block;
    /*float: left;*/
    font: normal 12px Arial, Verdana, sans-serif;
    text-decoration: none; 
    height: 24px;
    margin: 0; 
   /* padding-left: 8px;*/ /* sliding doors padding */
    text-decoration: none;
    cursor: default;
}

a.button_disabled span, a.button_disabled:link span, a.button_disabled:visited span, a.button_disabled:hover span, a.button_disabled:active span {
    background: url(assets/xbm_button_vista_light_grey_disabled_right-trans.png) no-repeat top right;
    display: block;
    /*font: bold 12px Arial, Verdana, sans-serif;*/
    text-decoration: none;
    line-height: 23px;
    height: 23px;
    padding: 0px 10px 1px 2px;
    cursor: default;
    white-space: nowrap;
    text-align: center;
    color: #777;
}


/* Big Buttons */
.bigButton {
    margin: 12px -16px 0 -8px;
    display: block;
    cursor: pointer;
}

.bigButtonTop {
    display: block;
    height: 5px;
    background: url(assets/big_button_top.png) no-repeat top left;
}

.bigButtonContent {
    display: block;
    padding-left: 8px;
    background: #fafdfe url(assets/big_button_bg.png) repeat-x bottom left;
    border-left: 1px solid #ebf3f6;
    border-right: 1px solid #ebf3f6;
    vertical-align:middle;
}

.bigButtonBottom {
    display: block;
    height: 5px;
    background: url(assets/big_button_bottom.png) no-repeat bottom left;
}

.bigButtonContentImg {
    /*float: left;*/
    border: 0;
    width: 222px;
}

.bigButtonText {
    border: 0;
    padding-right: 60px;
    background: url(assets/bigbutton_pfeile-trans.gif) no-repeat center right;
}

.bigButtonContent h4 {
    color:#008cc7;
    display: block;
    margin: 0;
    padding: 0;
}

.bigButtonContent p {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
}

.bigButtonContent table {
    vertical-align:middle;
    border-collapse: none;
    border: 0;
    height: 100%;
    width: 660px;
    padding: 0;
}


/* Content Boxen */
/* Links oder Rechts - kleine Boxen */
.box_1,.box_2, .box_3 {
    /*position: relative;*/
    display: block;
    margin: 0;
    margin-bottom: 4px;
}

.box_1 {
     background: #e5e5e5 url(assets/sammelbox_bg_top.png) no-repeat top left;
}

.box_2, .box_3, .box_4 {
    background: url(assets/trenner_widget-trans.png) no-repeat top left;
}

.second {
     background: #e5e5e5 url(assets/sammelbox_bg_top.png) no-repeat top left;
}
  

* html .box_1, * html .box_2, * html .box_3, * html .box_4 {
    margin-bottom: 8px;
}

* html .box_4 {
    margin-bottom: 0px;
}

.box_4 {
    margin-bottom: 0px;
}

.box_2 h5 {
     font: bold 10px;
     height: 25px;
    line-height: 25px;
    margin: 0 0 0 0px;
    text-align: left;

}

a.box_2_Header, a.box_2_Header:link, a.box_2_Header:visited, a.box_2_Header:active, a.box_2_Header:hover,
a.box_3_Header, a.box_3_Header:link, a.box_3_Header:visited, a.box_3_Header:active, a.box_3_Header:hover {
    color: #008cc7;
    font: bold 12px Arial, sans-serif;
    text-decoration: none; 
    height: 27px;
    line-height: 27px;
    margin: 0 0 0 0px;
    padding-right: 6px;
    padding-left: 6px;
    text-decoration: none;
    cursor: hand; 
}

a.box_1_Header, a.box_1_Header:link, a.box_1_Header:visited, a.box_1_Header:active, a.box_1_Header:hover {
    height: 1px;
    line-height: 1px;
    padding: 0;
    cursor: default;
    overflow: hidden;
}


.box_1_Footer, .box_2_Footer, .box_3_Footer {
    color: #FFFFFF;
    display: block;
    text-decoration: none; 
    height: 5px;
    line-height: 5px;
    font-size: 1px;
    margin: 0;
    padding: 0; 
    padding-right: 5px; /* sliding doors padding */
    cursor: default;
    background: none;
    width: auto; 
}

.box_4_Footer {
    display: none;
}

.box_1_Footer span, .box_2_Footer span, .box_3_Footer span {
    display: block;
    margin: 0;
    padding: 0;
    font: bold 12px Verdana, sans-serif;
    text-decoration: none;
    text-align: center;
    line-height: 5px;
    height: 5px;
    cursor: default;
    background: none;
}

.box_1_Content, .box_2_Content, .box_3_Content, .box_4_Content {
    clear: both;
    display: block;
    width: auto;
    background: none;
    padding: 10px 8px 1px 8px;
    border: 0;
    border-bottom: 0px;
}

.box_1_Content {
    padding: 0;
}

.box_4_Content {
    padding: 2px 0 0 0;
}

.box_1_ContentTable td {
    font-size: 11px;
    color: #333;
    line-height: 20px;
}

.box_1_Content p, .box_2_Content p, .box_3_Content p {
    clear: both;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 11px;
    color: #333;
    line-height: 16px;
}

.box_1_Content h1 {
    margin: 10px 0 5px 0;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    color: #333;
    line-height: 16px;
}

.box_1_Content a, .box_2_Content a, .box_3_Content a {
    color: #444;
    display: block;
    /*float: left;*/
    font: 11px Verdana, sans-serif;
    text-decoration: none; 
    line-height: 18px;
    margin-bottom: 7px;
    text-decoration: underline;
    cursor: hand;
}

.box_1_Content a:hover, .box_2_Content a:hover, .box_3_Content a:hover {
    color: #fc9600;
}

.box_2_Content, .box_3_Content {
    text-align: center;
}

.box_2_Content p, .box_2_Content form, .box_2_Content a, 
.box_3_Content p, .box_3_Content form, .box_3_Content a {
    text-align: left;
}


/* RcbLogin */
#RcbLoginbox {
    background: none;
    position: relative;
}

#RcbLoginbox input {
    float: left;
    width: 140px;
}

#RcbLoginbox br {
    clear: both;
    float: none;
}

#RcbLoginbox .loginButton {
    position: absolute;
    right: 8px;
    top: 106px;
}

#RcbLoginbox .box_3_Content  {
    padding: 0;    
}

#LoginBoxInner {
     background: url(assets/xxlpix_login_box_header.png) no-repeat top left; 
}

#LoginBoxFormWrapper {
     display: block;
     margin: 0;
     padding: 8px 8px 8px 8px;
     background: #d5d5d5 url(assets/trenner_widget-trans.png) no-repeat top left; 
}

#LoginBoxFormWrapper form {
    padding: 0;
    margin: 7px 0 0 0;
}

#LoginBoxRegister {
    background: #d5d5d5 url(assets/trenner_widget-trans.png) no-repeat top left;
    padding: 4px 8px 0px 8px;
    text-align: left;
}

#LoginBoxFooter {
    background: url(assets/xxlpix_login_box_footer.png) no-repeat bottom left;
    width: 213px;
    height: 8px;
}

/* RcbHotline */
#RcbHotline {
    background: none;
}

/* RcbPictureStore */
#RcbPicturestore .box_2_Content {
    background: url(assets/full_button_widget_de-trans.png) no-repeat top left;
}

#RcbPictureStore_link {
    display: block;
    width: 128px;
    height: 56px;
    margin: 0 0 0 30px;
    text-decoration: none;
}

#RcbPicturestore .box_2_Content p {
    margin-top: 20px;
}

#RcbRating.box_2 .box_2_Header{
    display: none;
}

#RcbFotostudioGutscheine.box_2.second .box_2_Header{
    display: none;
}

#RcbFotostudioGutscheine .box_2_Content{
    padding-bottom: 0;
}

/* Box Suche */
#search_items {
    float: left;
    width: 128px;
    border: 1px solid #d5d7db;
    margin: 0;
}


#box_search_button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    width: 25px;
    height: 21px;
    background: url(../../../common/themes/assets/xpp_search_button-trans.png) no-repeat top left;
}

* html #box_search_button {
    width: 25px;
    margin-left: -3px;
}

#box_search_extended {
    margin: 5px 0 0 0;
}

#box_newsletter {
    width: 155px;
    border: 1px solid #d5d7db;
    margin: 0;
    font-style: italic;
    color: #777;
}

.box_new_item {
    margin: 0;
    padding: 5px 0 1px 0;
    border-bottom: 1px solid #dfe1e6;
}

.box_new_item_img a {
    float: left;
    display: block;
    width: 50px;
    padding: 0;
    margin: 0;
}

.box_new_item_img a img {
    height: 30px;
    padding: 0;
    margin: 0;
    border: 0;
}

.box_new_item h3 {
    margin: 1px 0 0 0;
    padding: 0;
    font: normal 10px Verdana, sans-serif;
    color: #333;
}

.box_new_item h3 a {
    font: normal 10px Verdana, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.box_new_item_price {
    display: block;
    margin: 3px 0 0 0px;
    white-space: nowrap;
    font: normal 10px Verdana, sans-serif;
    color: #333;    
} 

.box_new_item_price span {
    margin: -2px 0px 0 3px;
    padding: 0;
    font: bold 11px Verdana, sans-serif;
    color: #5386b0;    
}

.box_new_item br {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 1px;
}

.last_item {
    border: 0;
}



/* Container */
.container_0 {

}

.containerTopShadow_3 {
    /*position: relative;*/
    /*display: block;*/
    width: 100%;
   /* background: url(assets/xbm_navi_path_bg_1-trans.png) no-repeat;  */
    height: 20px;
    z-index: 20;
    margin: 0 0 10px 0;
    /*right: -10px;*/
    /*margin-right: -30px;*/
    /*left: -10px;*/
   /* top: -5px;*/
    overflow: show;
}

.container_1, .container_2, .container_3 {
    display: block; 
    margin: 0;
    padding: 8px 8px 0 16px;
   /* width: 100%; */
    /*min-height: 100px;*/
}

.container_1 {
    padding-left: 8px;
    padding-top: 0px;
}

.container_3 {
    background: url(assets/xxlpix_content_top_shadow.png) no-repeat 1px 0;
   
}

.container_2 {
    padding-left: 8px;
    /*background: url(assets/xxlpix_content_top_shadow.png) no-repeat 1px 0;*/
}

.container_1 h1, .container_2 h1, .container_3 h1 {
    display: block;
    margin: 0;
    padding: 0; 
}

.container_2 h1 {
    margin-left: 8px;
}


.container_1_Content, .container_2_Content, .container_3_Content {
    display: block;  
    padding: 0 0 40px 0;
    border-bottom: 0px;
    margin: 0;
    line-height: 18px;
    /*min-height: 100px;*/
     overflow: hidden;
}

.container_inner_content {
    padding-left: 8px;
    padding-right: 16px;
}

.container_inner_content_1 {
    padding-left: 8px;
    padding-right: 16px;
}


.container_2_Content h3 {
    margin:0 0 0 0;
    font-size: 12px;
    color:#000000;
}

.container_2_Content h5 {
    margin:0 0 0 0;
    font-size: 12px;
    color:#008cc7;
}
.container_1_Content h3 {
    margin:0 0 0 0;
    font-size: 12px;
    color:#000000;
}

.container_1_Content h5.scb{
     margin:5px 0 15px 0;
    font-size: 12px;
    color:#008cc7;
}
  
.container_3_Content h3 {
    margin:0 0 0 0;
    font-size: 12px;
    color:#000000;
}
.container_3_Content h5 {
    margin:0 0 0 0;
    font-size: 12px;
    color:#008cc7;
}
.container_3_Content h4 {
    margin:5px 0 15px 0;
    font-size: 12px;
    color:#000000;
}
.container_1_Content h5 {
    margin:5px 0 15px 0;
    font-size: 12px;
    color:#000000;
} 
a.registerLink, a.registerLink:link, a.registerLink:visited {
    color: #fc9600;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
    text-decoration: underline;
}

a.registerLink:hover, a.registerLink:active {
    color: #333;
}
#ScbContainer_left{
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
    width: 210px;
}

#ScbContainer_center{
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
    width: 210px;
}
#ScbContainer_right{
    float: left;
    padding: 0;
    margin: 0;
    border: 0;
    width: 210px;
}


/* MCB */
#McbPhotoprojects.de {
    background: url(assets/sticker_available_soon_de.png) no-repeat top right;
    margin-top: -8px;
    padding-top: 16px;
}
#McbPicturestore.en, #McbPhotoprojects.en {
    background: url(assets/sticker_available_soon_en.png) no-repeat top right;
    margin-top: -8px;
    padding-top: 16px;
}
#McbPicturestore.fr, #McbPhotoprojects.fr {
    background: url(assets/sticker_available_soon_fr.png) no-repeat top right;
    margin-top: -8px;
    padding-top: 16px;
}
#McbPicturestore.es, #McbPhotoprojects.es, #McbPhotoretail.es {
    background: url(assets/sticker_available_soon_es.png) no-repeat top right;
    margin-top: -8px;
    padding-top: 16px;
}
#McbPicturestore.it, #McbPhotoprojects.it, #McbPhotoretail.it {
    background: url(assets/sticker_available_soon_it.png) no-repeat top right;
    margin-top: -8px;
    padding-top: 16px;
}
#McbPicturestore.nl, #McbPhotoprojects.nl, #McbPhotoretail.nl {
    background: url(assets/sticker_available_soon_nl.png) no-repeat top right;
    margin-top: -8px;
    padding-top: 16px;
}


#xpsTeaserContent {
    height: 443px; 
    width: 901px;
    background: url(assets/xps_teaser.png) no-repeat;
}

#xpsTeaserButton {
    position:relative;
    display: block;
    top: 352px;
    left: 24px;
    width: 278px;
    height: 50px;
    border: 0;
}

#xpsTeaserButton img {
    width: 278px;
    height: 50px;
    border: 0;
}

#XpsImprint { 
    background: url(assets/europe_map.png) no-repeat;
}

/* Press Releases */
#McbPressRelease h1 {
    margin: 10px 0 10px 0;
    line-height: 28px;
}

.addressData {
    padding: 0;
    table-layout:auto;
    border: 0;
    border-spacing: 0; 
}

.addressData td {
    padding: 0 5px 0 0;
    white-space: nowrap;
} 

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

.addressData a:hover {
    color: #008cc7;
    text-decoration: underline;
}  

.Feature_List {
    margin: 10px 0 0 10px;
    padding: 0;
    list-style-type: none;
}

.Feature_List li {
    background: url(assets/16-em-check-trans.png) no-repeat;
    padding-left: 22px;
    line-height: 20px;
}
.Feature_List_point {
    margin: 10px 0 0 10px;
    padding: 0;
    list-style-type: none;
}

.Feature_List_point li {
    background: url(assets/dot-trans.png) no-repeat;
    padding-left: 22px;
    line-height: 20px;
}

/* XPS Register */
#XpsRegister {
    background: #ffffff url(assets/xps_register_bg.png) repeat-y top left;
    width: 899px;
}

#xpsRegisterWrapper {
    background: url(assets/xps_key-trans.png) no-repeat;
}

#xpsRegisterWrapper p {
    width: 480px;
}


#form_xps_register {
    padding-left: 10px;  
}

#form_xps_register fieldset{
    width: 600px;    
}

#form_xps_register label {
    float: left;
    width: 120px;
    margin: 2px 0;    
}

#form_xps_register input {
    float:left;
    width: 250px;    
}

#form_xps_register select {
    width: 256px;    
}

#form_xps_register .zip {
    width: 50px;    
}

#form_xps_register br {
    clear: both;    
}

#form_xps_register div {
    float: left;
    margin: 0;
    padding: 0;    
}

#XpsFeatures .featureLeft {
    display: block;
    float: left;
    width: 390px;
    margin-right: 40px;
    margin-top: 20px;        
}

#XpsFeatures .featureRight {
    display: block;
    float: left;
    width: 390px;
    margin-top: 20px;        
}

#XpsFeatures .left {
    float: left;
    margin: 0 5px -3px -5px;       
}

#XpsFeatures h4 {
    margin: 0;
    padding: 0;       
}

/* Container Items */
#itemGallery {
  border: 1px solid black;
  overflow: hidden;
}

.container_item_wrapper {
    float: left;
    width: 152px;
    margin: 8px 10px 0 0;
    padding-bottom: 4px;
    background: url(../../../common/themes/assets/pv_container_item_shadow.png) repeat-x bottom left;
}

.container_item {
    display: block;
    padding: 5px 0 2px 0;
    border: 1px solid #dfe1e6;
    background: url(../../../common/themes/assets/pv_container_item_bg.png) no-repeat bottom left;
    cursor: default;
}

.container_item:hover {
    background: url(../../../common/themes/assets/pv_container_item_hover_bg.png) no-repeat bottom left;
}

.container_img {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

.gallery_img_thumb {
    border: 0;
}

.container_img a {
    position: absolute;
    left: 0px;
    bottom: 0;
}

.container_item h2 {
    display: block;
    margin: 5px 0 0 25px;
    width: 125px;
    font: bold 10px Verdana, sans-serif;
    color: #333;    
}

.container_item p {
    display: block;
    margin: 3px 0 0 25px;
    width: 125px;
    font: normal 10px Verdana, sans-serif;
    color: #777;    
}

.container_item_price {
    display: block;
    margin: 2px 0 0 25px;
    width: 125px;
    font: normal 10px Verdana, sans-serif;
    color: #777;    
} 

.container_item_price span {
    margin: -2px 15px 0 3px;
    padding: 0;
    font: bold 12px Verdana, sans-serif;
    color: #5386b0;    
}

.btn_item_details,
.btn_item_details a,
.btn_item_details a:link,
.btn_item_details a:visited,
.btn_item_details a:active,
.btn_item_details a:hover,
.btn_item_order,
.btn_item_order a,
.btn_item_order a:link,
.btn_item_order a:visited,
.btn_item_order a:active,
.btn_item_order a:hover {
    display: block;
    float: left;
    font: normal 10px Verdana, sans-serif;
    color: #333;
    text-decoration: none;
    padding: 0px 0 0px 18px;
    margin: 10px 0 0 7px;
    height: 18px;
    line-height: 18px;
}

.btn_item_details {
    background: url(../../../common/themes/assets/pv_icon_detail-trans.png) no-repeat left;
}

.btn_item_order {
    background: url(../../../common/themes/assets/pv_icon_cart_go-trans.png) no-repeat left;
}


/* Icon Links */
a.iconLink:link,
a.iconLink:visited,
a.iconLink:active,
a.iconLink:hover {
    display: block;
    font: normal 11px Verdana, sans-serif;
    color: #333;
    text-decoration: none;
    padding: 0px 0 0px 18px;
    line-height: 16px;
}

a.iconLink:hover {
    color: #5386b0;
    text-decoration: underline;    
}



.td_right {
    text-align: right;
}

.td_left {
    text-align: left;
}

.td_center {
    text-align: center;
}

.th {
    padding-bottom: 5px;
}

.press_items {
    width: 100%;
    margin: 12px 0 8px 8px;
    table-layout:fixed;
    border: 0;
    border-spacing: 0; 
}

.press_items th {
    background: #F5F5F5;
    line-height: 12px;
    padding: 0;
    text-align: left;
}

.press_items a:link {
    color: #333333;
    text-decoration: none;
}

.press_items a:hover {
    color: #008cc7;
    text-decoration: underline;
}

td.first {
    height: 6px;
    font-size: 1px;
    line-height: 6px;
    padding: 0;
}

/* treeview extra*/
.treeview { margin-left: -16px; }
.filetree li { padding: 3px 0 2px 18px; }
.treeview-famfamfam li { background-image: url(../assets/treeview-famfamfam-line1.gif); }


/* Modal Winddows */

div#fancy_inner {
	background-color: #f6f7f8;
}

#modal_title {
    background: url(../../../common/themes/assets/pv_box_header_orange_left.png) no-repeat -10px 0px;
    height: 27px;
    padding: 7px 10px 0 10px;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    cursor: default;  
}

#modal_content {
    background: #f6f7f8 url(../../../common/themes/assets/pv_content_top_shadow-trans.png) repeat-x top left;
    padding: 10px 10px 10px 10px;
    margin-top: -7px;
    border-top: 1px solid #dfe1e6;
    color: #333;    
}

#modal_content p {
    color: #333;
    line-height: 16px;
    margin: 0;
    padding: 0;
}

#modal_content a {
    color: #008cc7;
}

.modal_divider {
    display: block;
    margin: 12px 0 12px 0;
    height: 1px;
    line-height: 1px;
    background: #dfe1e6;
}

#modal_folderLogin {
    display: none;
/*    height: 100px;
    width: 200px;  */
    background: #5386b0;
}

#folderLogin {
    margin-top: 20px;
    /*margin-left: 20px;*/
    padding: 0;
}

#folderLogin fieldset {
    margin: 0;
    padding: 0;
}

#folderLogin label {
    font-weight: bold;
    margin: 0 0 2px 30px;
}

#folderLogin br {
    clear: left;
}

#folderLogin input {
    float: left;
    margin-left: 30px;  
}                                                                    

/* XSV Welcome */
#XSVWelcome {
    background: url(assets/xsv_welcome_bg.png) no-repeat top left;
    width: 683px;
    height: 278px;
    margin-left: 8px;
    padding-top: 20px;
}

#XSVWelcome form.de {
    background: url(assets/ident_code_input_bg_de.png) no-repeat top left;
    width: 300px;
    height: 102px;
    margin: 0 auto;
    margin-top: 10px;
    padding-top: 36px;
}

#XSVWelcome form.en {
    background: url(assets/ident_code_input_bg_en.png) no-repeat top left;
    width: 300px;
    height: 102px;
    margin: 0 auto;
    margin-top: 10px;
    padding-top: 36px;
}

#XSVWelcome form.fr {
    background: url(assets/ident_code_input_bg_fr.png) no-repeat top left;
    width: 300px;
    height: 102px;
    margin: 0 auto;
    margin-top: 10px;
    padding-top: 36px;
}

#XSVWelcome #ident_code {
    width: 150px;
    margin-left: 34px;
}

#XSVWelcomeLeft {
    float:left;
    width:320px;
    height: 180px;
    padding-right: 12px;
    border-right: 1px solid silver;
}

#XSVWelcomeRight {
    background: url(assets/xsv_bigbutton-trans.png) no-repeat -8px 0px;
    float:left; 
    width:310px;
    padding: 92px 10px 0 16px;
    margin-top: -72px;
}

#XSVWelcomeRight p {
    
}

#form_mcb_register #ident_code, #form_shop_solutions_signup #ident_code {
    border: 2px solid #ff8c00;
}

#LiveAppsGallery {
    background: none;
    overflow: hidden;
}

#LiveAppsGallery h3{
    margin-left: 8px;
}

#McbShootingVoucher {
    background: url(assets/xxlpix_content_top_shadow.png) no-repeat 1px 0;
    padding-top: 32px;
}

.ShopReference {
    height: 100px;
    width: 100%;
    padding-bottom: 10px;
    display: block;
    overflow: hidden;
}

.ShopReference img {
    width: 150px;
    margin: 0 auto;
    display: block;
}

.ShopReference h4 { 
    display: block;
    width: 150px;
    margin: 0 auto;
}


a.button.blue span,
a.button.orange span,
a.button.blue,
a.button.orange
{
    height: 27px;
    line-height: 27px;
    font-weight: bold;
    color: #fff;
}

a.button.blue {
    background: url("/common/assets/button_glossy_blue_left.png") no-repeat top left;
}

a.button.orange {
    background: url("/common/assets/button_glossy_orange_left.png") no-repeat top left;
}

a.button.blue span {
    background: url("/common/assets/button_glossy_blue_right.png") no-repeat top right;
}
a.button.orange span {
    background: url("/common/assets/button_glossy_orange_right.png") no-repeat top right;
}

a.button.orange:hover,
a.button.blue:hover
{
    background-position: -29px left !important;
}

a.button.orange:hover span,
a.button.blue:hover span
{
    background-position: -29px right;
}

.input_error_flag {
    background: url("assets/input_error_flag.png") no-repeat bottom left;
    color: #ffffff;
    font-size: 11px;
    padding: 3px 4px 3px 18px;
    margin-top:0px;
}

.input_error_terms_flag {
    clear: both;
    float: none;
    background: url("assets/input_error_terms_flag.png") no-repeat top left;
    color: #ffffff;
    font-size: 11px;
    padding: 12px 10px 20px 10px;
    margin-left:-2px;
}

/* Target groups container */
#targetGroupsWrapper {
    border: 1px solid #dcdcdc;
    background: #f5f8fb url(assets/target_groups_bg.jpg) no-repeat top left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 8px 16px 8px;
    font-size: 12px;
    width: 666px;
    min-height: 380px;
    margin-left: 0px;
}

#targetGroupsWrapper h1 {
    font-size: 24px;
    font-weight: bold;
    color: #6d6d6d;
    text-align: center;
    margin: 20px 0 20px 0;
}

#targetGroupsWrapper h2 {
    font-size: 24px;
    font-weight: bold;
    color: #0f89bd;
    margin: 0;
    padding: 0;
}

#targetGroupsWrapper p {
    width: 175px;
    height: 80px;
    margin-bottom: 10px;
}

.targetGroup {
    float: left;
    margin: 0 0 0 5px;
    padding-right: 5px;
    background: url(assets/target_groups_divider.png) no-repeat bottom right;
}

#targetGroup_1 {
    padding-left: 0px;
    margin-left: 1px;
}

#targetGroup_3 {
    margin-right: 0px;
    padding-right: 0;
    background-image: none;
}

.targetGroupContent {
    padding: 10px 0 0 20px;
}

/* Target group single container */
#TargetGroupSingle.container_1 {
    padding-left: 0;
}

#targetGroupHead {
    border: 1px solid #dcdcdc;
    background: #f5f8fb url(/public/apps/98/styles/assets/target_groups_bg.jpg) no-repeat top left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 8px 16px 10px;
    font-size: 12px;
    width: 664px;
    margin: 0 0 30px 8px;
    /*behavior: url(http://www.xxlpix.net/common/styles/PIE.htc);*/
}

#targetGroupHead h1 {
    margin: 20px 0 20px 0;
}

#targetGroupHead p {
    font-size: 16px;
    line-height: 22px;
    color: #555;
}

#targetGroupSingle img {
    margin-bottom: 10px;
}

.targetGroupProducts img {

}

.targetGroupSingleContent {
    padding: 0 0 0 20px;
    display: block;
    float: left;
    width: 420px;
}

.targetGroupProducts {
    width: 661px;
    margin: 0 0 20px 0;
    padding-left: 8px;
}

.targetGroupProducts.divider {
    background: url(assets/xxlpix_content_top_shadow.png) no-repeat 1px 0;
    padding-top: 30px;
}

.targetGroupProducts h4 {
    margin-top: 4px;
}

.targetGroupProductsImg {
    width: 220px;
    display: block;
    float: left;
}

#McbHomeFlash.de .container_1_Content {
    padding-bottom: 3px;
}
