/*
File: uniform.css
File: thickbox.css
File: global.css
File: chr.css
File: jquery.cluetip.css
File: jquery.tooltip.css
*/


/*
    RESET HTML ELEMENT DEFAULT VALUES
    Media group: visual (handheld, print, projection, screen, tty, tv)
*/

* {
    margin: 0;
    padding: 0;
}
html, body, img {
    border: 0; /* IE (html, body) */
}
html, body, legend {
    color: #000; /* IE (legend) */
}
html, body, select, option {
    background: #fff;
}
ul {
    list-style: none;
}
ol {
    margin-left: 40px;
}
cite, em, q {
    font-style: italic;
}
fieldset {
    border: 0 solid transparent; /* Opera 7 */
}
blockquote,
optgroup,
address,
abbr[title],
acronym[title],
dfn[title] {
    font-style: normal;
}
optgroup, strong {
    font-weight: bold;
}
optgroup option {
    padding-left: .5em;
}
table {
    border-collapse: separate;
    border-spacing: 0;
    border: 0;
    empty-cells: show;
}
td, th {
    vertical-align: top;
    text-align: left;
}
hr {
    display: none;
}
abbr[title], acronym[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
q {
    quotes: '' '' '' '';
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
   font-family:Arial,Helvetica,sans-serif,Verdana;
	font-size:12px;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:9001;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 9004;
	color:#000000;
	display:none;
	border: 0px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	display:none;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:9003;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


#myOnPageContent{
	display:none;
}

#myOnPageContent2{
	display:none;
}

html {
    width: 100%;
    background: #fff url(../../Images/background_body.jpg) fixed top center;
}
body {
    height: 100%;
    background-color: transparent;
    text-transform: uppercase;
}

body,
textarea,
input,
select {
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

body,
a {
    color: #727378;
}
a,
a:active {
    outline: none;
}
.red{
	color:red;
}
.green{
	color:green;
}
form,
#main {
    margin: 0 auto !important;
    padding: 10px 15px;
    width: 899px;
    background: #fff;
}
#main {
    position: relative;
}
form #main,
#main form {
    position: relative;
    padding: 0 !important;
    width: auto !important;
    background: transparent !important;
}


.cbx input{
	margin-right:5px;
}
.ddl option{
	padding-right:5px;
}

.modalContent{
	xborder:2px solid black;
	background-color:white;
	padding: 10px 20px;
	width:40%;
}
.modalContent a{
	float:left;
}
.modalContent .btnNext{
	xfloat:right;
	display: block;
    margin-right: 5px;
    padding: 4px 5px 5px 10px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    background: transparent url(../../Images/buttons_sprite.gif) no-repeat 0 0;
    white-space: nowrap;
	position:absolute;
	left:400px;
}

.modalContent .btnBack{
	xfloat:right;
	    display: block;
    margin-right: 5px;
    padding: 4px 5px 5px 10px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    background: transparent url(../../Images/buttons_sprite.gif) no-repeat 0 0;
    white-space: nowrap;
}

.modalBackground{
	background-color:Gray;
	opacity:0.7;
}

#pnlContent #working{
	position:absolute;
	top:300px;
	left:400px;
	background-color:white;
	padding: 10px;
	border:1px solid #727378;
}

#abouttext{
	text-align:center;
	text-transform:none;
	color:#9e9fa3;
	margin-top:10px;
}
/*===== Debug-Panel =====*/
.debug{display:block;position:absolute;bottom:10px;left:10px;border:1px solid #7c7c7c;background:white;cursor:pointer;z-index:100;}
.debug h2{font-size:11px;background:#eeeeee;padding: 2px 5px;display:block;color:black;}
.debug p{display:none;padding: 5px 10px;font-size:11px;color:black;}
.debug a{font-size:11px;}

.error{
	border:2px solid #7e0f01;
	display:block;
	padding: 5px 10px;
	background-color:white;
	margin: 10px 0;
}
.modalContent{
    xborder:2px solid black;
    background-color:white;
    padding: 10px 20px;
}
.modalBackground{
    background-color:Gray;
    opacity:0.7;
}



/**
  * ####################################################
  * ############### GENERAL ELEMENTS ###################
  * ####################################################
  **/
/**
  ***************** ICON ELEMENTS
  **/
.tooltipp .tooltipp-header,
#head #languagechooser .tooltipp-content ul li a,
.productview .description a.addlink,
.productview .description .sublinks a,
.tooltipp .tooltipp-header span,
.productnav ul li.current a,
#head #infomaillink a,
.checkoutrows .marginal .marginalcontent a,
.sliderfilter li a,
#popuppage .popupheader a,
.sliderwrapper .scrollhandle,
.showallingallery strong,
#primnav .box-content  a.OpenEShow  {
    background: url(../../Images/icon_sprites.gif) no-repeat -5000px -5000px;
}
/**
  ***************** CORNER ELEMENTS
  **/
s.tc,
s.bc {
    display: block;
    position: relative;
    width: 100%;
    height: 3px;
    z-index: 2;
}
s.tc { margin-bottom: -3px; }
s.bc { margin-top: -3px; }

s.tc tt, s.bc tt {
    display: block;
    height: 3px;
    margin: 0 3px;
    overflow: hidden;
}
/* additional class if corners have outer transparency... */
s.tco { margin-bottom: 0; }
s.bco { margin-top: 0; }

/* b-tag is left corner and i-tag is right corner... */
s.tc b,
s.tc i,
s.bc b,
s.bc i {
    display: block;
    position: relative;
    overflow: hidden;
    width: 3px;
    height: 3px;
}
s.tc b,
s.bc b {
    position: absolute;
    top: 0;
    left: 0;
}
s.tc i,
s.bc i {
    position: absolute;
    top: 0;
    right: 0;
}

s.tc u,
s.bc u {
    display: block;
    position: relative;
    width: 14px;
    height: 42px;
    overflow: hidden;
    background: transparent url(../../Images/corners_v2_sprite.png) no-repeat 0 0;
}
* html s.tc u,
* html s.bc u { /* IE6 PNG FIX... */
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/Images/corners_v2_sprite.png", sizingMethod="crop");
    background: none;
}
/** corner inner transparency... */
s.tc b u { top: 0;          left: 0; }
s.tc i u { top: 0;          left: -3px; }
s.bc b u { top: -3px;       left: 0; }
s.bc i u { top: -3px;       left: -3px; }

/** corner outer transparency  add negative 7px to left of corner outer trans values... */
s.tco tt, s.bco tt { background: #fff; }
s.tco b u { top: 0;         left: -7px; }
s.tco i u { top: 0;         left: -10px; }
s.bco b u { top: -3px;      left: -7px; }
s.bco i u { top: -3px;      left: -10px; }
/*
... for corners in other colors add negative 7px to top per cornerline in corner_sprite.png. btw: light-grey: add 7px, dark-grey: add 14px, ...
*/

/**
  *************** missing field marker
  **/
.span.missing {
    display: block;
    float: left;
    width: 0;
    height: 0;
    overflow: hidden;
}

/**
  *************** tooltipp STYLES
  **/
.tooltipp {
    position: relative;
    overflow: hidden;
}
.tooltipp .tooltipp-header {
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    padding: 2px 20px 3px 2px;
    text-align: right;
    color: #7b7e81;
    background-position: 96% 5px;
}
.tooltipp .tooltipp-header span {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 12px;
    height: 7px;
    background-position: -600px -50px;
}
.active-tipp .tooltipp-header span {
    background-position: -900px -500px;
}
.tooltipp .tooltipp-body {
    display: none;
    position: relative;
    z-index: 4;
}
.active-tipp .tooltipp-body {
    display: block;
}
.tooltipp .tippbuttons .linkbutton { background-position: 100% -300px; }
.tooltipp .tippbuttons .linkbutton span { background-position: 0 -300px; }


.active-tipp {
    padding-bottom: 1px;
}
.active-tipp .tooltipp-header {
    color: #fff;
    background-color: #727378;
    background-position: 96% -95px;
}
.active-tipp .tooltipp-body {
    display: block;
}
.active-tipp .tooltipp-content {
    background-color: #d2d3d8;
    color: #122138;
    border-left: 1px solid #727378;
    border-right: 1px solid #727378;
}
.active-tipp s.bc u { top: -17px; }
.active-tipp s tt { background: #727378; }
.active-tipp .tooltipp-body s.tc u { top: -35px; }
.active-tipp .tooltipp-body s.bc u { top: -38px; }
.active-tipp .tooltipp-body s tt { background: #d2d3d8; height: 2px; }
.active-tipp .tooltipp-body s.tc tt { border-top: 1px solid #727378; }
.active-tipp .tooltipp-body s.bc tt { border-bottom: 1px solid #727378; }

.active-tipp s.bc { display: none; }
.active-tipp .tooltipp-body s.bc { display: block; }
.active-tipp .tooltipp-body s.tc { background: #727378; }

/**
  * ###########################################
  * ############### MODULES ###################
  * ###########################################
  **/
/**
  * Header Styles (Logo, sub navis)
  **/
#head {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6000;
    padding: 10px 15px 0;
}
#main form #head,
form #main #head {
    padding: 0;
}
#head #logo {
    padding-top: 24px;
    text-transform: uppercase;
}
#head #logo img {
    vertical-align: bottom;
    margin: -14px 50px 0 0;
}
#head #slogan{
	position:absolute;
	bottom:0px;
	left:280px;
}
#main form #head #slogan,
form #main #head #slogan{
	left:270px;
}
#head #slogan i{
	xfont-size:80%;
	font-style: normal;
	color:#c9cacb;
	display:block;
	text-align:center;
}

#head #service-nav {
    position: absolute;
    top: 0;
    right: 5px;
    width: 400px;
}
#head #languagechooser {
    float: right;
    width: 125px;
}
#head #infomail {
    float: right;
    border-bottom: 0 !important;
    margin-right: 10px;
    padding: 2px 0 0 0;
    width: 150px;
}
#head #infomail .tooltipp-content {
    padding: 5px;
}
#head #infomail .tooltipp-content p {
    margin-bottom: 10px;
}
#head #infomail .tooltipp-content h5,
#head #infomail .tooltipp-content .fieldrow {
    margin-bottom: 5px;
    overflow: hidden;
    font-size: 100%;
}
#head #infomail .tooltipp-content .tippbuttons {
    margin: 10px auto 0;
}
#head #infomail .tooltipp-content .fieldrow label {
    padding: 0 5px 0 5px;
}
#head #infomail .tooltipp-content .fieldrow .inputtext,
#head #infomail .tooltipp-content .fieldrow select {
    width: 130px;
}
#head #infomail .ajaxmsg {
    display: none;
    margin: 10px 0;
    padding: 5px;
    background: #fff;
    color: #122138;
}
#head #infomail .ajaxmsgerror {
    border: 1px solid #d88c8c;
    color: #d88c8c;
}
#head #languagechooser .tooltipp-content ul li a {
    display: block;
    padding: 5px 5px 5px 30px;
    color: #122138;
    text-decoration: none;
    text-transform: uppercase;
}
* html #head #languagechooser .tooltipp-content ul li a {
    width: 85px;
}
#head #languagechooser .tooltipp-content ul li a:hover {
    text-decoration: underline;
}
#head #languagechooser .tooltipp-content ul li a.current {
    background-position: 15px -243px;
}

#head #infomaillink {
    float: right;
    padding: 2px 5px 0 0;
}
#head #infomaillink a {
    padding-left: 15px;
    text-decoration: none;
    background-position: 0 -48px;
}
#head #infomaillink a:hover {
    text-decoration: underline;
}
/**
 * ################### PRIMARY NAVIGATION
 **/
#primnav {
    margin: 0 0 10px;
    padding-top: 80px;
}
#primnav,
#primnav * {
    z-index: 1;
}
#primnav .box-content {
    background-color: #d2d3d8;
    height: 30px;
}
#primnav .box-content ul {
    float: left;
    padding-left: 30px;
    overflow: hidden;
}
#primnav .box-content ul li {
    float: left;
}
* html #primnav .box-content ul li { width: 1%; }

#primnav .box-content a.OpenEShow{
	width:auto;
	position:absolute;
	top:80px;
	right:275px;
	color:#122138;
	background-position:10px -240px;
	padding-left:25px !Important
}
#primnav .box-content a.OpenEShow:hover{
	background-position:10px -540px;
}

#primnav .box-content ul li a,
#primnav .box-content ul li span,
#primnav .box-content  a.OpenEShow {
    display: block;
    padding: 8px 10px 4px;
    height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}
#primnav .box-content ul li a:hover,
#primnav .box-content ul li.current a,
#primnav .box-content a.OpenEShow:hover {
    background-color: #122138;
    color: #fff;
}
#primnav .box-content ul li a.proline {
    color: #ff8025;
}
#primnav .box-content ul li.current a.proline {

    background-color: #ff8025;
    color: #fff;
}
#primnav .box-content .sumprice {
    margin: -5px 0 10px;
    overflow: hidden;
}

* html #primnav .box-content .sumprice {
    height: 1%;
    overflow: auto;
}
#primnav .box-content .sumprice .label {
    float: left;
    padding-left: 50px;
}
#primnav .box-content .sumprice .value {
    float: right;
    padding-right: 5px;
}

#basketdisplay {
    position: absolute;
    top: 83px;
    right: 5px;
    width: 260px;
}
* html #basketdisplay {
    right: 30px;
}
.filledbasket {
    color: #fff;
}
#basketholder .tooltipp-header {
    background-position: -360px -545px;
}
.emptybasket .tooltipp-header,
.emptybasket .tooltipp-body,
.emptybasket s tt {
    background-color: #727378;
}
#basketholder .emptybasket .tooltipp-header {
    background-position: -5000px -5000px;
}
.filledbasket .tooltipp-header,
.filledbasket .tooltipp-body,
.filledbasket s tt {
    background-color: #122138;
}
.filledbasket .tooltipp-header {
    padding-right: 30px !important;
}
#basketholder .active-tipp .tooltipp-header {
    background-position: -660px -545px;
}
#basketdisplay .tooltipp-header {
    padding: 2px 10px 4px 30px;
    color: #fff;
    cursor: default;
}
#basketdisplay .tooltipp-header span {
    position: absolute;
    top: 2px;
    left: 8px;
    width: 15px;
    height: 14px;
    background: url(/Images/basketicon.gif) no-repeat 0 0;
}
#basketdisplay .tooltipp-body {
    position: static !important;
    border: none !important;
}
* html #basketdisplay .tooltipp-header span {
    left: -22px;
}
.filledbasket s.tc u { top: -21px; }
.filledbasket s.bc u { top: -24px; }
.emptybasket s.tc u { top: -14px; }
.emptybasket s.bc u { top: -17px; }

#basketdisplay .basketcontent s.tc u { top: 0; }
#basketdisplay .basketcontent s.bc u { top: -3px; }
#basketdisplay .basketcontent s tt { background: #fff; }

#basketdisplay .basketcontent .sumprice{
	margin-bottom:10px;
	text-align:right;
	padding-right:5px;
}


#basketdisplay .basketcontent {
    padding: 10px;
    position: relative;
}
#basketdisplay .basketcontent h3 {
    margin-bottom: 10px;
    font-size: 100%;
    color: #fff;
    text-align: center;
}
#basketdisplay .basketbuttons,
.tooltipp .tippbuttons {
    margin: 0 auto;
}
#basketdisplay .basketbuttons .linkbutton {
    background-position: 100% -250px;
}
#basketdisplay .basketbuttons .linkbutton span {
    background-position: 0 -250px;
}

#basketdisplay ul {
    float: none !important;
    margin-bottom: 10px;
    padding: 0;
    width: 100%;
}
#basketdisplay ul li {
    float: none !important;
    margin-bottom: 2px;
    width: 100%;
}
* html #basketdisplay .tooltipp-body,
* html #basketdisplay .basketcontent,
* html #basketdisplay ul,
* html #basketdisplay ul li {
    position: relative;
    height: 1%;
    overflow: visible;
}
#basketdisplay .basketentry {
    position: relative;
    padding: 10px 0;
    min-height: 43px;
    background: #fff;
    color: #727378;
}
#basketdisplay .basketcontent ul li s.tc,
#basketdisplay .basketcontent ul li s.bc {
    visibility: hidden;
}
#basketdisplay #BasketContentBody .basketentry {
    padding: 0;
}
#basketdisplay #BasketContentBody .basketentry .price {
    margin-top: -1.2em;
    padding-right: 5px;
    text-align: right;
}
* html #basketdisplay .basketentry { height: 40px; }

#basketdisplay .basketentry dt {
    margin-bottom: 0;
    color: #122138;
}
#basketdisplay .basketentry dt,
#basketdisplay .basketentry dd {
    margin-left: 90px;
}
#basketdisplay #BasketContentBody .basketentry dt,
#basketdisplay #BasketContentBody .basketentry dd {
    margin-left: 50px;
}
#basketdisplay .basketentry .image{
    position: relative;
    top: 0;
    left: 0;
    margin: -1em 0 -40px 5px;
}

#basketdisplay #BasketContentBody .basketentry .image {
    position: relative;
    top: 0;
    left: 0;
    margin: -1em 0 -30px 5px;
}
#basketdisplay #BasketStatusBody .errormessage {
    padding: 20px;
    background: red;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}


.categorylist ul {
    overflow: hidden;
}
.categorylist ul li {
    float: left;
    margin: 0 0 5px 5px;
    width: 175px;
}
.categorylist ul li a {
    display: block;
    width: 175px;
    background: #f2f3f8;
    text-decoration: none;
}
.categorylist ul li a img {
    display: block;
    margin: 0 auto;
}
.categorylist ul li a span {
    display: block;
    padding: 5px 0 0;
    height: 24px;
    font-size: 120%;
    background-color: #122138;
    color: #fff;
    text-align: center;
}


.productgallery {
    position: relative;
    margin: 0 -15px 20px;
    overflow: hidden;
}
* html .productgallery {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.proline .productgallery {
    margin-right: 0;
}
.proline .productgallery .inner {
    padding: 0;
    height: 290px;
    width: 100%;
    background: transparent url(../../Images/background_pro_productdetail.jpg) repeat-y 230px 0;
	 margin:20px 0;
}
.productgallery .productlist {
    width: 60000px;
}
.productgallery ul {
    position: relative;
    white-space: nowrap;
    overflow: visible;
    min-height: 50px;
	height:320px;
	padding-right: 15px;
}
.productgallery li {
    float: left;
    width: 220px;
    margin: 0 0 10px;
	 text-align:center;
}
.productgallery li a {
    display: block;
    margin-left: 10px;
    padding: 10px 5px;
    width: 200px;
	 	text-decoration:none;
}
.productgallery li a:hover {
    background: #d2d3d8;
}
.proline .productgallery li a:hover {
    background: #d2d3d8;
}
.productgallery li .preview {
    display: inline;
    width: 200px;
    height: 200px;
    margin: 0 auto 0;
    background: #fff;
    overflow: hidden;
}
.productgallery li .colorselector {
    display: block;
    margin: 10px auto;
    text-align: center;
}
.productgallery li .colorselector img {
    margin-right: 2px;
}
.productgallery li .title {
    display: block;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    font-weight: bold;
    margin: 5px 0 0 0;
	 color:#122138;
	 font-size:9px;
	 height: 20px;
	 overflow: hidden;}

.showallingallery {
    margin: -15px 0 10px 25px;
    display: block;
    width: 110px;
    position: relative;
    text-decoration: none;
}


.proline .showallingallery {
	margin-top:5px;
}

.showallingallery strong {
    display: block;
    padding: 2px 0 3px 15px;
    font-weight: normal;
    font-size: 9px;
    background-position: 0 -96px;
}
.backlink strong {
    background-position: -300px -96px;
}
.showallingallery:hover{
	text-decoration:underline;
}
.productgalleryallinone ul {
   position: relative;
	white-space: nowrap;
   overflow: hidden;
   xmin-height: 50px;
   height: 100%;
	padding: 0 0 15px 0;
	margin: 0 15px;
	border-bottom:1px solid #D2D3D8;
}
.productgalleryallinone li {
    float: left;
    width: 125px;
    margin: 0 0 10px;
	 text-align:center;
	 display:block;
}
.productgalleryallinone li a {
    display: block;
    margin-left: 10px;
    padding: 5px;
    width: 115px;
	 height:200px;
	text-decoration:none;
}
.productgalleryallinone li .colorselector {
    margin-top: 5px;
}
.productgalleryallinone li a:hover {
    background: #d2d3d8;
}
.proline .productgalleryallinone li a:hover {
    background: #d2d3d8;
}
.productgalleryallinone li .title{
	height:26px;
	white-space: normal;
}

.productgallery li .price{
	text-align: center;
	color:#727378;
	display:block;
	text-align:center;
}
.productgallery .slider {
    clear: both;
    position: relative;
    margin: 0 150px;
    border: 1px solid #727378;
    height: 14px;
	z-index:10;
	cursor: pointer;
}
.productgallery .sliderbg{
	 position:absolute;
	 background: url(/images/slider_bg.gif) no-repeat 50% 50%;
	 display:block;
	 width:930px;
	 height:14px;
	 padding: 1px;
	 bottom:0px;
	 left:0px;
	 z-index:9;
}

.productgallery .slider .handle {
    position: relative;
    top: 0;
    left: 0;
    width: 80px;
    height: 14px;
    background: #727378 url(/images/slider_handler_bg.gif) no-repeat 50% 50%;
    cursor: pointer;
}
.sliderwrapper {
    position: relative;
}
.sliderwrapper .scrollhandle {
    position: absolute;
    height: 14px;
    width: 12px;
    top: 0;
    cursor: pointer;
}
.sliderwrapper .back {
    left: 137px;
    background-position: -300px -46px;
}
* html .sliderwrapper .back { left: -13px; }

.sliderwrapper .forward {
    right: 135px;
    background-position: 0 -46px;
}

.sliderfilter {
    margin-bottom: 60px;
}
.sliderfilter .column {
    float: left;
    width: 439px;
    height: 25px;
    margin-right: 10px;
    position: relative;
}
.sliderfilter .column .tooltipp {
    width: 120px;
    position: absolute;
}
.sliderfilter #slidercolorfilter {
    right: 0;
}
.sliderfilter .column .tooltipp-header {
    padding-left: 5px;
    background: #d2d3d8;
    text-align: left;
}
.sliderfilter .column .tooltipp-header span {
    background-position: -600px -250px;
}
.sliderfilter .column .active-tipp .tooltipp-header {
    background: #727378;
}
.sliderfilter .column .active-tipp .tooltipp-header span {
    background-position: -600px -500px;
}
.sliderfilter h6 {
    margin-bottom: 10px;
    font-size: 100%;
    text-align: center;
}
.sliderfilter li {
    margin: 0 2px 0 5px;
    padding: 3px 5px 7x;
    min-width: 20px;
}
.sliderfilter li a {
    display: block;
    width: 95px;
    padding-left: 15px;
    background-position: -5000 -5000px;
    text-decoration: none;
}
.sliderfilter li a:hover {
    text-decoration: underline;
    background-position: 0 -248px;
}
.sliderfilter .active-tipp .tooltipp-body s.tc {
    background: transparent;
}
.sliderfilter .active-tipp .tooltipp-body s.bc {
    background: #727378;
}
.sliderfilter  li.sel a{
	font-weight:bold;
	color:#7e0f01;
}
#slidercolorfilter {
    float: right;
}

.productnav {
    margin-bottom: 20px;
    border-bottom: 1px solid #d2d3d8;
    padding: 0;
}
.productnav .inner {
    margin: 0;
    padding: 15px 10px 20px 25px;
}
.productnav .inner span {
    display: block;
    clear: both;
}
.productnav s.bc,
.productnav s.tc {
    display: none;
}
.proline .productnav s.bc,
.proline .productnav s.tc {
    display: block;
}
.proline .productnav s.bc i u { top: -3px; }

.proline .productnav {
    margin-bottom: 0;
    border-bottom: 0;
}
.proline .productnav .inner {
    background: #d2d3d8;
}
.proline .productnav .inner {
    margin-bottom: 0;
    border-bottom: 0;
    background: #d2d3d8;
}
.productnav ul {
    float: left;
    width: 140px;
}
* html .productnav ul {
    position: relative;
}
.productnav ul li {
    text-transform: uppercase;
}
.productnav ul li a {
    padding-left: 15px;
    text-decoration: none;
    color: #727378;
}
.productnav ul li a.proline {
    color: #ff8025 !important;
}
.productnav ul li a.sales {
    color: #670001 !important;
}
.productnav ul li.current a {
    background-position: 0 -48px;
    color: #122138;
}
.productnav ul li.current a.proline {
    background-position: 0 -148px;
}
.productnav ul li.current a.sales {
    background-position: 0 -198px;
}
.proline .productnav ul li.current a {
    background-position: 0 -248px;
    color: #122138;
}
.proline .productnav ul li.current a.proline {
    background-position: 0 -348px;
}
.proline .productnav ul li.current a.sales {
    background-position: 0 -448px;
}

.productnav ul li a:hover {
    text-decoration: underline;
}


.productview {
    border-bottom: 1px solid #d2d3d8;
    padding-bottom: 80px;
}
.proline .productview {
    background: transparent url(../../Images/background_pro_productdetail.jpg) repeat-y 100% 0;
    border-bottom: 0;
    padding-bottom: 0;
	 margin-top:20px;
}
.productview s.tc,
.productview s.bc {
    display: none;
}
.proline .productview s.tc,
.proline .productview s.bc {
    display: block;
}
.productview td {
    padding: 10px 0;
}
.productview .display {
    width: 410px;
    padding-right: 10px;
}
.productview .display img {
    display: block;
    margin: 0 auto 10px;
}
.productview .display .viewchanger {
    margin: 0 auto;
}
.productview .display .viewchanger .linkbutton {
    float: none;
}
.productview .display .viewchanger .linkbutton { background-position: 100% -150px; }
.productview .display .viewchanger .linkbutton span { background-position: 0 -150px; }

.productview .display .viewchanger .zoom {
    right: 54%;
    margin-right: 5px;
}
.productview .display .viewchanger .nextimage {
    left: 46%;
    margin-left: 5px;
}
.productview .description {
    width: 300px;
    padding-right: 10px;
}
.productview .suggestion {
    width: 180px;
    padding-right: 10px;
}
.productview .display .wrapper,
.productview .description .wrapper,
.productview .suggestion .wrapper {
    padding: 10px 10px 10px 15px;
}
.proline .productview td .wrapper {
    background: #fff;
}
.proline .productview .description .wrapper {
    background: #d2d3d8;
    padding-left: 10px;
}
.proline .productview .description s.tc u { top: -7px; }
.proline .productview .description s.bc u { top: -10px; }
.proline .productview .description s.tc tt,
.proline .productview .description s.bc tt {
    background-color: #d2d3d8;
}

.productview .suggestion .wrapper h3,
.productview .suggestion .wrapper img,
.productview .suggestion .wrapper span {
    display: block;
    margin: 0 auto;
    text-align: center;
	text-decoration: none;
    font-size: 9px;
    color: #666;
}
.productview .suggestion .wrapper {
    border-left: 1px solid #d2d3d8;
}
.proline .productview .suggestion .wrapper {
    border-left: 0;
}
.productview .description .wrapper h2,
.productview .suggestion .wrapper h3 {
    margin-bottom: 5px;
    padding-top: 5px;
    font-size: 10px;
    color: #000;
}
.productview .suggestion .wrapper .entry {
    display: block;
    margin-top: 10px;
	text-decoration: none;
}
.productview .description .wrapper .price,
.productview .description .wrapper .info,
.productview .description .wrapper .colors,
.productview .description .wrapper .sizes,
.productview .description .wrapper .mainfunctions,
.productview .description .wrapper .sublinks {
    margin-bottom: 20px;
    overflow: hidden;
}
.productview .description .wrapper .price del {
    margin-left: 5px;
}
.productview .description .wrapper h2,
.proline .productview .description .wrapper h5,
.proline .productview .description .wrapper .price {
    color: #122138;
    font-size: 100%
}
.productview .description .wrapper .colors { margin-bottom: 5px; }



.productview .pager{
	margin-left:-15px;
}
.productview .pager a{text-decoration:none;}
.productview .pager a:hover{text-decoration:underline;}

.productview .pager .prev{
	background:transparent url(../../Images/icon_sprites.gif) no-repeat scroll -300px 2px;
	padding-left: 15px;
}
.productview .pager .next{
	background:transparent url(../../Images/arrowright.gif) no-repeat scroll right 2px;
	padding-right: 15px;
}


.proline .productview .pager{margin-left:0px;}
.proline .productview .pager .prev { background-position: -300px -248px }
.proline .productview .pager .next { background:transparent url(../../Images/arrowright.gif) no-repeat scroll right -248px; }



.productview .pager .prevdisabled,
.productview .pager .prevdisabled:hover,
.productview .pager .nextdisabled,
.productview .pager .nextdisabled:hover{
	cursor:default;
	text-decoration:none;
	background-position:100px 100px;
	color:#bebec1;
}

.proline .productview .pager .prevdisabled,
.proline .productview .pager .prevdisabled:hover,
.proline .productview .pager .nextdisabled,
.proline .productview .pager .nextdisabled:hover{
	cursor:default;
	text-decoration:none;
	background-position:100px 100px;
	color:#727378;
	padding-left:0px;
	padding-right:0px;
}




.chooser .label,
.chooser ul,
.chooser li {
    float: left;
}
.chooser .label {
    width: 70px;
}
.chooser ul {
    overflow: hidden;
    margin-bottom: 5px;
}
.chooser li {
    width: 20px;
    border: 1px solid #fff;
    padding: 1px;
}
.proline .chooser li { 
	border-color: #d2d3d8;
}

.chooser li.current,
.chooser li.sel {
    border-color: #000;
}
.chooser li a {
    text-align: center;
    background-color: #d2d3d8;
    color: #fff;
    font-size: 8px;
    text-decoration: none;
}
.chooser li.current a {
    background-color: #122138;
}
.proline .chooser li a { background-color: #727378; }
.proline .chooser li.current a { background-color: #122138;	color:white;
 }

.chooser li a,
.chooser .label {
    display: block;
    padding: 4px 0 5px;
}
.colors li a {
    padding: 0;
}
.chooser,
.chooser .addlink {
    clear: both;
    display: block;
}
.proline .productview .description,
.proline .productview .description a {
    color: #122138;
}
.productview .description a.addlink {
    margin-left: 70px;
}
.productview .description a.sizechart{
	margin: 5px 0 0 0;
}
.productview .description .sublinks a,
.productview .description a.addlink {
    padding-left: 15px;
    background-position: 0 -48px;
    text-decoration: none;
}
.proline .productview .description .sublinks a,
.proline .productview .description a.addlink {
    background-position: 0 -298px;
}
.productview .description .wrapper .mainfunctions {
    overflow: hidden;
}
* html .productview .description .wrapper .mainfunctions,
* html .productview .description .wrapper .pager {
    clear: both;
}
.productview .description .linkbutton { background-position: 100% -100px; cursor: default; }
.productview .description .linkbutton span { background-position: 0 -100px; cursor: default; }
.proline .productview .description .linkbutton { background-position: 100% -200px; }
.proline .productview .description .linkbutton span { background-position: 0 -200px; }
.productview .description .activebutton { background-position: 100% 0; cursor: pointer; }
.productview .description .activebutton span { background-position: 0 0; cursor: pointer; }
.proline .productview .description .activebutton { background-position: 100% -300px; }
.proline .productview .description .activebutton span { background-position: 0 -300px; }

.productview .description .wrapper .mainfunctions a {
    margin-right: 10px;
}
.productview .description .wrapper .mainfunctions a#ShowBasket {
    margin-right: 0;
}
.productview .description .wrapper .sublinks {
    clear: both;
}

.productview .description .sel span{
	background-position: 0px 0px;
}
.sizes li{
	width: auto;
}
.sizes li a{
	white-space: nowrap;
	padding: 4px 5px 5px 5px;
	min-width: 15px;
	text-align: center;
}
* html .sizes li a{
	width: 15px;
}


.productview .description h1,
.productview .description h5,
.productview .description .price{
	font-size:10px;
}
.productview .description .info{
	font-size:10px;
	text-transform: none;
}



.checkouttabs {
    margin-bottom: 10px;
}
.checkouttabs ul {
    overflow: hidden;
}
* html .checkouttabs ul {
    height: 1%;
    overflow: visible;
}
.checkouttabs ul li {
    float: left;
    width: 176px;
    margin-right: 5px;
}
.checkouttabs ul li.current {
    width: 175px;
}
.checkouttabs ul li.last {
    margin-right: 0;
}
.checkouttabs ul li a,
.checkouttabs ul li span {
    display: block;
    color: #838790;
    background: #d2d3d8;
    padding: 10px 0 10px 30px;
    text-decoration: none;
}
.checkouttabs ul li a:hover,
.checkouttabs ul li.current a,
.checkouttabs ul li.current span,
.checkouttabs .infobar {
    color: #fff;
    background: #122138;
}
.checkouttabs .infobar{
	color:#D2D3D8;
}
.checkouttabs .infobar p {
   padding: 10px 10px 10px 30px; 
}
.checkoutheadlink{
	color:white;
	font-weight:bold;
	text-decoration:none;
	margin-left:10px;
	background:transparent url(../../Images/icon_sprites.gif) no-repeat scroll 0px -548px;
	padding-left: 15px;
}

.checkoutrows {
    margin-bottom: 10px;
    border-bottom: 1px solid #000;
}

.checkoutrows .main {
    width: 540px;
    padding-bottom: 10px;
}
.checkoutrows td.spacer {
    width: 10px;
}
.checkoutrows .marginal {
    width: 350px;
    padding-bottom: 10px;
}
.checkoutrows,
.checkoutrows .marginal .marginalcontent,
.checkoutrows .marginal .marginalcontent a,
.checkoutrows .marginal .basketteaser,
.checkoutrows .marginal .basketteaser a,
.checkoutrows .marginal .additionalcontent,
.checkoutrows .marginal .additionalcontent a {
    color: #122138;
}
.checkoutrows .marginal .marginalcontent a,
.checkoutrows .marginal .additionalcontent .subline {
    color: #727378;
}
.checkoutrows .marginal .marginalcontent dd address {
    margin-bottom: 5px;
}
.checkoutrows .marginal .marginalcontent a {
    padding-left: 15px;
    background-position: 0 -298px;
    text-decoration: none;
}
#placed .marginal .marginalcontent a {
    background-position: 0 -248px;
    color: #122138;
}
#placed .marginal .marginalcontent ul {
    padding-top: 50px;
}
.checkoutrows .marginal .wrapper {
    background: #d2d3d8;
    position: relative;
}
#placed .marginal .wrapper {
    position: static;
}
.checkoutrows .marginal .wrapper .marginalcontent {
    padding: 10px 20px;
    background: #d2d3d8;
    position: relative;
}


.checkoutrowserror .marginal .wrapper .marginalcontent {
    background: #7e0f01;
	 color:white;
}

.checkoutrows .marginal .wrapper .basketteaser{
	 padding: 10px;
    background: #dddee1;
    position: relative;
	 z-index:100;
	 overflow:hidden;
	 width:290px;
}
.checkoutrows .marginal .wrapper .basketteaser img{
	float:left;
	margin-right:10px;
}
.checkoutrows .marginal .wrapper .basketteaser a{
	background-image:none;
	padding: 0 !important;
}
.checkoutrows .marginal .wrapper .basketteaser i{
	background:transparent url(../../Images/icon_sprites.gif) no-repeat scroll 0px -298px;
	padding-left:15px;
	font-style: normal;
}




.checkoutrows .main .productlist col.desc { width: 260px; }
.checkoutrows .main .productlist col.size { width: 40px; }
.checkoutrows .main .productlist col.color { width: 80px; }
.checkoutrows .main .productlist col.del { width: 45px; }
.checkoutrows .main .productlist col.price { width: 100px; }

.confirm .main .productlist col.desc{width:320px;}

.checkoutrows .main .productlist thead td,
.checkoutrows .main .productlist thead th {
    background: #d2d3d8;
}
.checkoutrows .main .productlist tfoot th {
    background: #888f9b;
}
.checkoutrows .main .productlist th,
.checkoutrows .main .productlist tbody td,
.checkoutrows .main .productlist tfoot th {
    padding: 5px;
}
.checkoutrows .main .productlist tfoot td s.tc {
    margin-top: 10px;
}
.checkoutrows .main .productlist tbody td {
    border-bottom: 1px solid #CFCFCF;
    padding-top: 10px;
}
.checkoutrows .main .productlist .desc img {
    float: left;
    margin-top: -10px;
}
.checkoutrows .main .productlist .size,
.checkoutrows .main .productlist .del {
    text-align: center;
}
.checkoutrows .main .productlist .price {
    text-align: right;
}


.checkoutrows .main .productlist tfoot .sum,
.checkoutrows .main .productlist tfoot .price{
	color:white;
}
.checkoutrows fieldset {
    padding: 10px 0;
}
.checkoutrows fieldset.delivery,
.checkoutrows fieldset.voucher {
    border-bottom: 1px solid #fff;
}
.checkoutrows fieldset.delivery select {
    display: block;
    margin: 10px 0;
}
.checkoutrows fieldset.voucher label {
    display: block;
    margin: 10px 0;
}
.checkoutrows fieldset.voucher input {
    width: 30px;
}
.checkoutrows fieldset.voucher .voufeedback{
	display:block;
	margin-top:1em;
	background-color:#d88c8c;
}



.checkoutrows .marginalcontent .contentspacer {
    clear: both;
    display: block;
    height: 130px;
}
.checkoutrows .additionalcontent {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #eee;
}
.checkoutrows .additionalcontent .content {
    border-top: 10px solid #fff;
    padding-top: 30px;
    height: 60px;
}
.checkoutrows .additionalcontent .footerline {
    padding: 5px 0;
    background: #122138;
    color: #fff;
}
.checkoutrows .priceline {
    padding: 0 20px;
}
.checkoutrows .priceline span {
    float: left;
}
.checkoutrows .priceline b {
    display: block;
    text-align: right;
}

.checkoutrows h3.header {
    padding: 10px 10px 10px 30px;
    font-size: 10px;
    font-weight: bold;
    background: #eee;
}
.checkoutrows fieldset {
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.checkoutrows .fieldrow {
    margin: 0 0 4px 0;
    padding: 3px;
    overflow: hidden;
}
.missr {
    background: #d88c8c !important;
}
.checkoutrows .fieldrow label,
.checkoutrows .fieldrow span.label {
    display: block;
    float: left;
    padding: 2px 5px 2px 0;
}
.checkoutrows .main .fieldrow label,
.checkoutrows .main .fieldrow span.label {
    padding-left: 30px;
    width: 150px;
}
.checkoutrows .main .fieldrow .tipp {
    padding-left: 185px;
    color: #727378;
}
input.inputtext,
#paymentMethods .basetable td div.fieldDiv {
    padding: 1px 2px 1px;
    font-size: 12px;
}
.checkoutrows .fieldrow .field input.inputradio {
    margin-right: 5px;
    vertical-align: top;
}
.checkoutrows .main .fieldrow .field input.inputtext {
    width: 300px;
}
.checkoutrows .main .fieldrow .field input.streetname {
	width: 235px !important;
	margin-right: 5px !important;
}
.checkoutrows .main .fieldrow .field input.streetnumber {
	width: 35px !important;
}
.checkoutrows .main .fieldrow .field input.birthday {
	width: 100px !important;
} 

.checkoutrows .marginal h3,
.checkoutrows .marginal p  {
    margin-bottom: 15px;
    font-size: 10px;
}

.checkoutrows .marginal .addresslist {
    margin: 20px 0 10px;
    border-bottom: 1px solid #fff;
    padding: 0 0 10px;
}
.checkoutrows .marginal .addresslist dt {
    padding: 0 0 10px;
}
.checkoutrows .marginal .addresslist dd {
    padding: 0 0 10px 30px;
}
.checkoutrows .marginal .fieldrow label,
.checkoutrows .marginal .fieldrow span.label {
    padding-left: 0;
    width: 90px;
}
.checkoutrows .marginal .fieldrow .tipp {
    padding-left: 95px;
    color: #727378;
}
.checkoutrows .rbl label,
.checkoutrows .fieldrow .field label {
    display: inline;
    float: none;
    padding: 0 10px 0 5px;
    margin: 0;
    vertical-align: top;
}
.checkoutrows .marginalcontent .field label {
    padding-right: 5px;
}
.checkoutrows .marginal .fieldrow .field input.inputtext {
	width: 190px;
} 
.checkoutrows .marginal .fieldrow .field input.streetname {
	width: 125px !important;
	margin-right: 5px !important;
} 
.checkoutrows .marginal .fieldrow .field input.streetnumber {
	width: 42px !important;
}

.errorrow {
    margin-bottom: 10px;
    border: 2px solid #d88c8c;
    padding: 10px 5px;
    color: #d88c8c;
    font-weight: bold;
    text-align: center;
}
* html .errorrow {
    width: 886px;
    height: 1%;
}

.linkbutton {
    display: block;
    float: left;
    padding: 0;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    background: #7e0f01 url(../../Images/buttons_sprite.gif) no-repeat 100% 0;
	 cursor:pointer;
}
.linkbutton span {
    display: block;
    margin-right: 5px;
    padding: 4px 5px 5px 10px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    background: transparent url(../../Images/buttons_sprite.gif) no-repeat 0 0;
    white-space: nowrap;
}
.nextbutton {
    float: right;
    background-position: 100% -50px;
}
.nextbutton span {
    margin-right: 25px;
}
.backbutton span {
    padding-left: 30px;
    background-position: 0 -50px;
}



.buttonrow {
    overflow: hidden;
    margin-bottom: 10px;
}
.buttonrow .back {
    float: left;
}
.buttonrow .next {
    float: right;
}

#Footer {
    margin:16px 0 10px;
}
#Footer ul {
    margin: 0 auto 10px;
    text-align: center;
}
#Footer ul li {
    display: inline;
    margin-right: 5px;
    border-right: 1px solid #d2d3d8;
    padding-right: 5px;
}
#Footer ul li.last {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}
#Footer ul li a {
    text-decoration: none;
    font-size: 9px;
}
#Footer ul li a:hover {
    text-decoration: underline;
}
#Footer .infoline {
    margin-bottom: 10px;
    text-align: center;
}

.staticcontent {
    padding: 20px 120px 10px 40px;
}
.staticcontent h1 {
    font-size: 12px;
    color: #122138;
}
.staticcontent h2,
.staticcontent h3,
.staticcontent h4,
.staticcontent h5,
.staticcontent h6 {
    margin-top: 20px;
    font-size: 100%;
    color: #122138;
}
.staticcontent p,
.staticcontent ul,
.staticcontent table,
.staticcontent h1,
.staticcontent h2,
.staticcontent h3,
.staticcontent h4,
.staticcontent h5,
.staticcontent h6 {
    margin-bottom: 10px;
}
.staticcontent table {
    border-collapse: collapse;
}
.staticcontent table th {
    background: #d2d3d8;
}
.staticcontent table th,
.staticcontent table td {
    border-top: 1px solid #d2d3d8;
    border-bottom: 1px solid #d2d3d8;
    padding: 4px 10px 6px 10px;
}
.staticcontent table th {
    color: #122138;
}
.staticcontent ul {
    margin-left: 20px;
    list-style: disc;
}
.staticcontent ul li {
    margin-bottom: 2px;
}

.moodwrapper {
    display: block;
    width: 899px !important;
    height: 397px;
    position: relative;
    z-Index: 1;
	 overflow:hidden;
}
.fwelcome .moodwrapper{
	 cursor:pointer;
}
.moodwrapper div {
    position: absolute;
    top: 0;
    left: 0;
    width: 900px;
    height: 397px;
}
.proline .moodwrapper{
	margin-top:20px;
	cursor:pointer;
}
.infostripesrow,
.inforow {
    position: relative;
    margin-top: 15px;
}
* html .infostripesrow,
* html .inforow {
    width: 100%;
}
.infostripesrow .info,
.inforow .info {
    width: 290px;
}
.infostripesrow .info1,
.inforow .info1 {
    position: absolute;
    top: 0;
    left: 0;
}
.infostripesrow .info2,
.inforow .info2 {
    margin: 0 auto;
}
.infostripesrow .info3,
.inforow .info3 {
    position: absolute;
    top: 0;
    right: 0;
}
.infostripesrow .info .bannercontent {
    display: block;
    padding-left: 50px;
    height: 51px;
    background: #727378 url(../../Images/background_infostripes.gif) no-repeat 0 -100px;
    color: #fff;
    text-decoration: none;
}
.infostripesrow .info a:hover {
    text-decoration: underline;
}
.infostripesrow .info .bannercontent strong {
    display: block;
    padding: 12px 0 3px;
    font-size: 110%;
}
.infostripesrow .info .bannercontent span {
    color: #d2d3d8;
}
.infostripesrow .info3 .bannercontent {
    padding-left: 100px;
    background-position: 0 0;
}
.infostripesrow .info3 .bannercontent span {
    color: #fff;
}
.infostripesrow .nopro .bannercontent {
    padding-left: 50px !important;
    background-position: 0 -100px !important;
}

#TB_window {
    font-size: 10px;
}
#TB_title {
    padding: 0 0 0 20px;
    font-size: 100%;
    font-weight: normal;
    color: #fff;
    background: #122138;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
#TB_title #TB_closeAjaxWindow {
    padding-top: 0;
}
#TB_title #TB_closeAjaxWindow a {
    color: #fff;
}
#TB_ajaxContent {
    padding-top: 10px;
    color: #727378;
}
#TB_iframeContent {
	margin: 0 -1px 0 0 !important;
	background-color:#727378;
	overflow:hidden;
}


#contactpage{
	xwidth:100%;
	width:449px;
}
#contactpage,
#contactpage fieldset,
#contactpage form {
    background: #fff none;
}
#contactpage body {
    width: 100%;
    color: #727378;
}
#contactpage form {
    padding: 0;
    width: auto;
}
#contactpage form h1 {
    padding: 0 0 0 20px;
    font-size: 100%;
    font-weight: normal;
    color: #fff;
    background: #122138;
	 height:20px;
	 line-height:20px;
}
#contactpage form h1 .close {
    color: #fff;
    text-decoration: none;
	 position:absolute;
	 top:0px;
	 right:20px;
}
#contactpage form fieldset {
    padding: 20px;
}
#contactpage form .fieldrow {
    margin-bottom: 10px;
	 overflow:hidden;
}
#contactpage form .lab,
#contactpage form .label {
    float: left;
    width: 130px;
	 padding:3px 0 0 2px;
}
#contactpage form .field {
    margin-left: 100px;
}
#contactpage form .field select,
#contactpage form .field option,
#contactpage form .field .tbx {
    xborder: 0;
    font-size: 11px;
}
#contactpage form .field option,
#contactpage form .field input,
#contactpage form .field textarea {
xtext-transform: uppercase;
    padding: 2px;
}
#contactpage form .field .cbx,
#contactpage form .field select,
#contactpage form .field textarea,
#contactpage form .field .inputtext {
    width: 250px;
}
#contactpage form .buttonrow {
    overflow: visible;
}
#contactpage form .linkbutton {
    margin-top: 0px;
    background-position: 100% -350px;
}
#contactpage form .linkbutton span {
    background-position: 0 -350px;
}
#contactpage form .privacy {
    margin-left: 100px;
    padding-left: 20px;
    color: #d2d3d8;
    text-decoration: none;
}
#contactpage form a:hover {
    text-decoration: underline;
}
#contactpage .rbl label{
	padding: 0 20px 0 5px;
}

#contactpage form .inputtext,
#contactpage form .ddl,
#contactpage form textarea{
	border:1px solid #d2d3d8;
	font-size:11px;
}
#contactpage form .sender{
	position:relative;
	height:25px;
}
#contactpage form .linkbutton{
	position:absolute;
	xleft:285px;
	left:0px;
	top:0px;
}

#contactpage .close{
	    background: url(../../Images/icon_sprites.gif) no-repeat -5000px -5000px;
background-position:0 -544px;
float:right;
padding-left:15px;
padding-right:10px;
text-decoration:none;
}

#contactpage .cbx{
	display:block;
	overflow:hidden;
}
#contactpage .cbx input{
	float:left;
}
#contactpage .cbx label{
	display:block;
	float:left;
	width:220px;
}










#popuppage{
	width: 100%;
}
#popuppage,
#popuppage fieldset,
#popuppage form {
    background: #fff none;
}
#popuppage body {
    width: 100%;
}
#popuppage form {
    width: auto;
    padding: 0 !important;
}
#popuppage .popupheader {
    position: fixed;
    overflow: hidden;
    width: 100%;
    padding: 10px 0 20px;
    background: #fff;
    z-index: 1;
}
#popuppage #main {
    padding: 10px;
}
#popuppage .popupheader img {
    float: left;
    margin-left: 25px;
}
#popuppage .popupheader a {
    float: right;
    padding-right: 10px;
    padding-left: 15px;
    background-position: 0 -98px;
    text-decoration: none;
}
#popuppage .staticcontent {
	padding: 55px 40px 25px 25px !important;
}


#popuppage #zoomer .popupheader {
    margin: 0 10px;
    padding-bottom: 10px;
    width: 97%;
    border-bottom: 1px solid #727378;
}
#popuppage #zoomer .popupheader img {
    margin-left: 15px;
}
#popuppage #zoomer .popupheader a {
    margin-top: 6px;
}
#popuppage #zoomer #main {
    padding: 60px 10px 0 !important;
    overflow: auto;
}
#popuppage #zoomer a img{
    border-width:0px;
}
#popuppage #zoomer #flash,
#popuppage #zoomer #other {
    float: left;
}
#popuppage #zoomer #other a {
    display: block;
    margin: 0 0 10px 10px;
}


#landinglogo {
    position: absolute;
    bottom: 0;
    right: 0;
}




/*===== Newsletter Subscription =====*/

#newsletter h1{
	color:#122138;
	font-size:12px;
	margin-bottom:10px;
	padding: 4px 10px 6px;
}
#newsletter p{
	margin-bottom:10px;
	padding: 0 0 0 10px;
}
#newsletter{
	border-bottom:1px solid #D2D3D8;
	margin-bottom:10px;
}

#newsletter .fieldrow {
	margin:0pt 0pt 4px;
	overflow:hidden;
	padding:3px;
}
* html #newsletter .fieldrow {
	clear: both;
}

#newsletter span.label{
	width:150px;
	display:block;
	float:left;
	padding:2px 5px 2px 5pt;
}


#newsletter .rbl{
	float:left;
}
#newsletter .rbl input{
	margin-right:5px;
}
#newsletter .rbl label{
	margin-right:20px;
}


#newsletter .tbx,
#newsletter .ddl,
#newsletter .ddl option{
	font-size:10px !important;
	font-family:Verdana,sans-serif;
	width:250px;
}
#newsletter .tbx{
	padding: 2px 2px 1px 2px;
	width:242px;
}
#newsletter .buttonrow{
	margin: 0 0 20px 0;
	padding-left:158px;
}
#newsletter .linkbutton{
	float:left;
}






.landingpage #main {
    position: relative;
}
.landingpage #main #head {
    width: 855px;
    top: 10px;
    left: 15px;
}


/*===== FAQ =====*/
#faq{
	border-bottom:1px solid #D2D3D8;
	padding-bottom:10px;
	margin-bottom:10px;
	width:630px;
}
#faq h1{
	color:#122138;
	font-size:12px;
	margin-bottom:10px;
	padding: 4px 10px 6px;
}
#faq h2{
	font-size:12px;
	margin:15px 0 5px 0;
}
#faq .block{
	display:block;
	margin:0 0 20px 10px;
	width:600px;
}

#faq ul ul{
	margin-left:10px;
	
}

#faq pre{
	font-size:12px;
	color:red;
	text-transform: none;
}

/*== Categories / Questions ==*/
#faq a{
	background:transparent url(/Images/pfeile_sprites.gif) no-repeat scroll 0px 7px;
	color:#727378;
	text-decoration:none;
	padding: 5px 0 5px 15px;
	display:block;
	height:auto;
}

#faq a:hover{
	background-position: 0 -93px;
	background-color:#eeeeee;
	color:#122138
}

#faq a.selected{
	color:#ff8025;
	background-position: 0 -343px;
}

/*== Answers ==*/
#faq .a{
	border:1px solid #ff8025;
	padding: 5px;
	margin: 2px 0 10px 20px;
	display:none;
}
#faq .a a,#faq .a a:hover{
	text-decoration:underline;
	background-image:none;
	padding:0px;
	background-color:white;
	display:inline;
}



/*===== Sizechart Popup =====*/

.ui-tabs-hide { display: none; }


/* Skin */
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.ui-dialog-content .ui-tabs-nav {
	position: relative; /* fixes first tab being positioned top left in the title bar of a dialog */
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0 2px 0 0;
    font-weight: bold;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
 }
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #122138;
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background-position: 100% -23px;
}
.ui-tabs-nav a span {
    padding-top: 0px;
    padding-right: 0;
    height: 18px;
    background-position: 0 0;
    line-height: 18px;
}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 25px;
    line-height: 25px;
}

.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}



#popuppage .sizechart{
	display:block;
	margin-top:40px;
	margin-left:25px;
	margin-right:25px;
}

.ui-tabs-nav li{
	background-color:#d2d3d8;
}
.ui-tabs-nav li.ui-tabs-selected{
	background-color:#122138;
}

.ui-tabs-nav li a span{
	color:#727378;
}
.ui-tabs-nav li.ui-tabs-selected a span{
	color:white;
}

#popuppage .sizechart .ui-tabs-panel{
	overflow:hidden;
}

#popuppage .sizechart h1{
	color:#122138;
	font-size:12px;
	margin: 0 0 10px 0;
}

#popuppage .sizechart p{
	display:block;
	background-color:#122138;
	line-height:25px;
	height:25px;
	padding-left:12px;
	color:#d2d3d8;
	width:100%;
}
#popuppage .sizechart h3{
	color:#122138;
	margin: 10px;
}
#popuppage .sizechart table{
	margin: 10px 10px;
	border-collapse:collapse;
	border-spacing:0px;
}
#popuppage .sizechart table th{
	width:90px;
	border-right: 1px solid #122138;
	padding-right:20px;
	margin-right:10px;
}
#popuppage .sizechart table td,
#popuppage .sizechart table th{
	color:#122138;
	xline-height:25px;
	height:25px;
	padding-top:5px;
	padding-bottom:5px;
}
#popuppage .sizechart table td{
	text-align:center;
	width:40px;
}


/*===== Pickup =====*/
#pickup{
	border-bottom: 1px solid #D2D3D8;
	padding-left:10px;
}

#pickup h1 {
	color:#122138;
	font-size:12px;
	margin-bottom:10px;
	padding:4px 10px 6px 0px;
}
#pickup p{
	margin-bottom:10px;
}
#pickup .factuurinfo{
	cursor:help;
	margin-left:5px;
}


#pickup .rbl{
	float:left;
}
#pickup .rbl input{
	margin-right:5px;
}
#pickup .rbl label{
	margin-right:20px;
}


#factuurinfotxt{
	display:none;
	background-color:white;
	border:1px solid black;
}
#pickup .fieldrow {
	margin:0 0 4px;
	overflow:hidden;
	padding:3px 3px 3px 0;
	clear:both;
}
#pickup label.label {
	display:block;
	float:left;
	padding:2px 5px 2px 0px;
	width:150px;
}
#pickup .inputtext{
	width:250px;
	border:1px solid #d2d3d8;
}
#pickup .streetname{
	width:200px;
}
#pickup .streetnumber{
	width:40px;
}
#pickup .ddl{
	border:1px solid #d2d3d8;
}
#pickup .ddl,
#pickup .inputtext{
	font-family:Verdana,sans-serif;
	font-size:10px;
}
#pickup .abholung table{
	margin:0px !important;
}
#pickup .abholung td{
	border-width:0px;
	padding: 2px;
}
#pickup .abholung td,
#pickup .abholung td input,
#pickup .abholung td label{
	cursor:pointer;

}
#pickup .rbl label{
	padding-top:2px;
	margin: 0px 20px 0px 0px;
}

#pickup .abholung .hov td{
	background-color:#d2d3d8;
}

#pickup .rbldate input{
	margin-top:1px;
	float:left;
}
#pickup .rbldate label{
	float:right;
	display:block;
	overflow:hidden;
	cursor:hand;
	width:300px !Important
}
#pickup .rbldate i,
#pickup .rbldate u,
#pickup .rbldate b{
	display:table-cell;
	float:left;
	text-decoration: none;
	font-weight:normal;
	width:80px;
	font-style:normal;
	padding-left:5px;
}

#pickup .nextbutton{
	float:left;
}





/* temp Adaption iDeal*/
.idealButton{color:transparent;}
#idealIssuerId{display:none;}


#pmmdetails-ideal div.r input {
	display: none !important;
}


#silverlightControlHost {
	display: block;
	width:377px;
	height:377px;
}

#SDcontainer {
	width: 100%;
	height: 100%;
	background-color: white;
	color: black; /* for error messages, etc. */
	margin: 0px;
}

#OtherImages{
	text-align: center;
}
#OtherImages table{
	margin: 0 auto;
	text-transform: none;
}

#OtherImages table td{
	text-align: center;
	color:#727378;
}

#OtherImages table td a{
	border:1px solid #d2d3d8;
	display:block;
	margin: 2px 5px 0 5px;
}
#OtherImages table td a img{
	margin: 0;
}


#ZoomPlaceholder{
	width:377px;
	height:377px;
}
#imgPlaceholder{
	cursor:url(/Images/magnify.cur),crosshair;
	display:block;
	width:377px;
	height:377px;
}
#SDcontainer{
	display:block;
	width:377px !important;
	height:377px !important;
}
#silverlightControlHost{
	width:377px;
	height:377px;
}
#ZoomPlaceholder{
	position:relative;
}
.ZoomHelp{
	display:block;
	position:absolute;
	right:0px;
	bottom:0px;
	z-index:100;
	background-image:url(/images/14_zoom.png);
	width:22px;
	height:22px;
	cursor:url(/Images/magnify.cur),crosshair;
}
.ZoomHelp span{
	display:none;
}





/* global */
#cluetip-close img {
  border: 0;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(wait.gif);
}
/***************************************
   =cluetipClass: 'default' 
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 10px;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}  
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: white;
}

.cluetip-jtip #cluetip-outer {
  border: 1px solid black;
  position: relative;
  background-color: #eeeeee;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
 	font-size: 11px;
  font-weight: normal;
  color: #727378;
  background-color:#D2D3D8;
  font-weight:bold;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
  font-size:10px;

}
.cluetip-jtip div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

.cluetip-inner img{
	float:right;
}

#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #fff;
	padding: 0px;
	border:2px solid #122138;
	font-family:Arial,Helvetica,sans-serif;
	width:300px;
}

#tooltip h3, #tooltip div { 
	margin: 0;
	padding: 3px;
}

#tooltip h3{
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;	
	background-color:#122138;
}
#tooltip div{
	color:#122138;
}

