@import url("login.css");
@import url("en.css");

.clear:after, .basketFlyout li a:after, .basketFlyout .totals:after, .basketFlyout .title:after, .lineView li:after, .wrappingData li:after, .form li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clear, .basketFlyout li a, .basketFlyout .totals, .basketFlyout .title, .lineView li, .wrappingData li, .form li {
    display: inline-block;
}

/* start commented backslash hack \*/ * html .clear, * html .basketFlyout li a, * html .basketFlyout .totals, * html .basketFlyout .title, * html .lineView li, * html .wrappingData li, * html .form li {
    height: 1%;
}

.clear, .basketFlyout li a, .basketFlyout .totals, .basketFlyout .title, .lineView li, .wrappingData li, .form li {
    display: block;
}

/* close commented backslash hack */
.testScreen {
    padding: 25px 0;
    overflow: hidden;
}

/*Generic*/
.hidden {
    display: none;
}

.status {
    padding: 8px 15px 8px 30px;
    margin-bottom: 15px;
    font-size: 14px;
}

.error {
    /*border: 2px solid #f06262;*/
    color: #4b0b0b;
    border: 2px solid #fed8d2;
    background: #ffe7e3 url(../../img/error-inline.png) no-repeat 12px 11px;
}

.success {
    /*border:2px solid #a3c273;*/
    border: 2px solid #edf8cb;
    color: #323b16;
    background: #f8ffe3 url(../../img/success-inline.png) no-repeat 12px 11px;
}

.status p {
    margin: 0;
}

.inlineError {
    color: #e70404;
    background: url(../../img/error-inline.png) no-repeat 0 3px;
    padding-left: 15px;
}

.inlineSuccess {
    background: url(../../img/success-inline.png) no-repeat 12px 11px;
    padding-left: 10px;
}

.removeFn {
    padding-left: 17px;
 /*   color: #e70404;*/
    background: url(../../img/x-icon.png) no-repeat 0 1px;
}

.removeFn:hover {
    background-position: 0 -25px;
}

.box {
    width: 172px;
    margin-bottom: 15px;
    /*overflow: hidden;*/
}

.boxCats a {
    text-transform: uppercase;
}

.box ul, .box ol, .box .content {
    border: 2px solid #58b3ca;
    border-top: none;
    margin: 0;
    margin-top: -3px;
    text-shadow: 0px 1px 1px #fff;
}

.box li {
    list-style: none;
    padding: 0;
}

.box .content {
    padding: 10px;
}

#newsBox.box li {
    padding-top: 7px;
}

#newsBox.box li:first-child {
    padding-top: 0;
}

.featuredList a {
    padding: 7px 10px;
    display: block;
}

.featuredList .desc {
    padding: 0 10px 3px;
    display: block;
}

.featuredList ol a {
    padding-left: 0;
}

.featuredList a:hover, .featuredList a:hover strong, .featuredList li.articleImage:hover + li.articleTitle > a {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

.box .featured {
    height: 100px;
    width: 168px;
    display: block;
    text-align: center;
    border-left: 2px solid #58b3ca;
    border-right: 2px solid #58b3ca;
    line-height: 100px;
}

.box .featured img {
    vertical-align: middle;
}

.box .subcatPic {
    position: relative;
    height: 100px;
    left: -10px;
    top: -10px;
}

.box .subcatPic a{
    background:#fff;
    display:block;
    height: 100px;
}

.box .catPicOnly {
    padding: 0;
}

.box .catPicOnly .subcatPic {
    left: 0;
    top: 0;
}

.box .catPicOnly .subcatPic img{
    display:block;
    margin:0 auto;
}

.subcatList .box li.subcatPic {
    padding: 0;
}

.promoBoxes {
    margin-bottom: 20px;
}

.promoBoxes .box {
    margin-bottom: 0;
}

.specBox {
    width: 368px;
    float: left;
}

.specBox h3 {
    width: 158px;
    height: 74px;
    padding: 10px;
    margin: 0;
    position: relative;
    color: #fff;
    text-shadow: 0 -1px 0 #000000;
    z-index: 2;
    text-transform: uppercase;
}

.specBox h3 strong {
    font-size: 21px;
    padding-top: 3px;
    display: block;
    line-height: 21px;
    padding-right: 10px;
}

.specBox .rss {
    position: absolute;
    right: 10px;
    top: 15px;
    text-decoration: none;
}

.specBox .rss span {
    left: -5px;
    white-space: nowrap;
    top: -5px;
    color: #fff;
    padding: 4px 8px 0px 30px;
    height: 22px;
    width: 150px;
}

#sidebar .rss span{
    top: 0;
}

.specBox .deliveryInfo {
    display: block;
    font-size: 11px;
    color: #fff;
    line-height: 12px;
}

.specBox .deliveryInfo a {
    color: #fff;
    text-decoration: underline;
}

.specBox .deliveryInfo a:hover {
    text-decoration: none;
}

.specBox .toCart {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 -1px 0 #000;
}

.hoverBox:hover .toCart, .hoverBox:hover .priceValue {
    text-shadow: 0px -1px 1px #652b00;
}

.specBox .price, .specBox .price .button{
    visibility: hidden;
}

.specBox:hover .price, .specBox:hover .price .button, .specBoxTitles a.title:hover .specBox .price {
    visibility: visible;
}

.specCatBox {
    width: 370px;
    float: right;
    position: relative;
    z-index: 1;
}

.specBoxTitles a.title {
    display: block;
    width: 158px;
    height: 44px;
    padding: 12px 10px 0 10px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    text-shadow: 0px 1px 1px #fff;
}

.specBoxTitles {
    float: left;
    width: 178px;
}

.specBoxTitles a.title:hover {
    color: #fff;
    text-shadow: 0px -1px 1px #652b00;
}

.specBoxInfo {
    float: left;
    width: 190px;
    height: 150px;
    position: relative;
    text-align: center;
}

.specBoxInfo div {
    text-align: left;
}

.specBoxInfo .price {
    position: absolute;
    bottom: 0;
    padding: 25px 10px 0 10px;
    height: 51px;
    width: 167px;
    background:transparent url(../bg/fx-grad-darkblue-spiked.png) top center no-repeat;
}

.specBoxInfo .price.tight {
    padding-top: 20px;
    height: 56px;
}

.specBoxInfo .priceValue, .specBoxInfo .priceValue a {
    color: #fff;
    text-shadow: 0px -1px 1px #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.specBoxInfo .button{
    color:#fff;
    text-shadow:0 -1px 0px #8c4600;
    border:1px solid #fff;
    background:transparent;

    display: block;
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding:1px 10px;
    visibility: hidden;
    text-decoration:none;
    font-size: 10px;
    font-weight: 100;
}

.specBoxInfo .tight .button{
    bottom: 5px;
}
.specBoxInfo .priceOld{
    font-size: 11px;
    color:#fff;
    text-shadow: 0px -1px 1px #000;
}

.specBoxInfo .pricePerUnit{
    font-size: 8px;
    color:#fff;
    line-height: 9px;
    display:block;
    margin-top:-1px;
    text-shadow: 0px -1px 1px #000;
}

.specBoxInfo .price:hover .button{
    background:#ec6105;
}

.specCatBox .viewAllHover {
    position: absolute;
    top: 75px;
    left: 50%;
    margin-left: -78px;
    display: none;
}

.specCatBox:hover .specCatBox .viewAllHover {
    display: block;
}

.pictureView {
    border-bottom: 2px solid #58b3ca;
}

.box .price {
    display: block;
}

.list {
    clear: left;
}

.head {
    margin: 10px;
    padding: 5px;
    background: #eee;
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.checkbox {
    padding: 0;
    margin: 0;
    border: none;
}

.textbox, input[type="text"] {
    border: 1px solid #8c8989;
    background: #fff;
    padding: 1px 5px;
    height: 15px;
    line-height: 14px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

.textbox:focus, input[type =
"text"]:focus {
    /*background: lightYellow;*/
    border-color: #666;
}

.areabox {
    border: 1px solid #8c8989;
    padding: 7px;
}

.radiobox, .checkbox {
    margin: 0;
    padding: 0;
    height: 13px;
    width: 13px;
}

.pageHead {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px -1px 0px #397f90;
    padding: 9px 10px 7px 10px;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.box h2, .box h3, .sectionHead {
    color: #fff;
    text-transform: uppercase;
    padding: 5px 10px;
    font-size: 12px;
    position: relative;
    z-index: 2;
    margin: 0;
    text-shadow: 0px -1px 1px #397f90;
}

.box h2 {
    font-size: 14px;
}

.box h3 a {
    white-space: nowrap;
}

h2.sectionHead {
    font-size: 18px;
    padding: 13px 10px;
    text-shadow: 0px -1px 0px #000;
    position: relative;
}

h3.blockHead {
    font-size: 14px;
    padding: 5px 0;
    margin-top: 20px;
    border-bottom: 5px solid #eceff0;
    color: #000;
}

/* Check this - somehow does not work */
h3.blockHead:first-child {
    margin-top: 0;
}

.sectionHead + .gridView, .sectionHead + .infogridView {
    margin-top: -2px;
}

div.lineBlock {
    padding: 5px 0;
    border-bottom: 5px solid #eceff0;
}

.viewAllHover {
    padding: 1px 10px 3px 8px;
    position: relative;
    height: 23px;
    line-height: 25px;
    display: inline-block;
    margin: 0 auto;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none;
}

a.viewAllHover:hover {
    text-decoration: none;
}

a.viewAllHover span {
    padding-left: 25px;
    font-weight: 700;
    display: inline-block;
    line-height: 20px;
    background: url(../../img/plus.png) no-repeat 0 0px;
    text-shadow: 0px -1px 0px #ac5403;
}

a.textLink {
    text-decoration: underline;
}

.rss {
    float: right;
}

.rss img {
    position: relative;
    z-index: 11;
}

a.rss span {
    visibility: hidden;
    display: block;
}

.rss span {
    position: absolute;
    white-space: nowrap;
    right: 5px;
    font-size: 12px;
    top: 8px;
    color: #fff;
    padding: 4px 30px 0px 8px;
    height: 22px;
}

.rss:hover span {
    visibility: visible;
}

.boxCats h2 {
    height: 43px;
}

h3.lightHead {
    color: #1d7e96;
    text-shadow: 0px 1px 1px #fff;
}

.widgetBox, .widgetBoxBottomRound {
    border: 1px solid #c9d3d7;
    padding: 10px;
    clear: both;
}

.widgetBox, .widgetBoxBottomRound, .tabbedWidgetBox {
    padding-bottom: 20px;
}

.widgetBox_Title {
	padding-left: 10px;
	padding-bottom: 15px;
	color: #006666;
	font-size: 16px;
	font-weight: bold;
}

.widgetBox_Cont {
	padding-left: 10px;
	color: #009999;
	font-size: 12px;
	font-weight: normal;
}

.widgetBoxBottomRound {
    margin-top: -1px;
}

.tabbedWidgetBox .widgetBoxBottomRound {
    top: -1px;
    position: relative;
    margin-top: 0;
}

.widgetBox h4, .widgetBoxBottomRound h4 {
    color: #515353;
    text-transform: uppercase;
    margin-bottom: 11px;
}

.pageHead + .widgetBoxBottomRound, .pageHead + css3-container + .widgetBoxBottomRound {
    border-top: 0;
}

.lineBox.det-endpage {
	margin-bottom: 0;
}

/*Reviews*/
.reviews h4 {
    margin-bottom: 5px;
}

.reviews .rating {
    margin: 0 0 10px 0;
}

.reviews .areabox {
    width: 95%;
    height: 120px;
    margin-bottom: 10px;
}

.reviews form {
    margin-bottom: 20px;
}

.reviews dt {
    display: block;
    border-top: 1px solid #b4b8b8;
    padding: 10px 0 5px;
    margin-top: 10px;
}

.reviews dt:first-child {
    margin-top: 5px;
}

.reviews dt span, .reviews dt ul {
    float: left;
    margin-right: 10px;
}

.reviews dd {
    line-height: 18px;
}

.writeReviewLink {
    text-transform: uppercase;
    color: #1d7e96;
    font-size: 11px;
    font-weight: 700;
}

#writeReview {
    display: none;
}

.tabs {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.tabs li {
    float: left;
    padding: 0;
    list-style: none;
    border: 1px solid #999;
    background: #d9dfe1;
    padding: 7px 10px;
    margin-left: -1px;
    font-weight: 700;
    position: relative;
    color: #515353;
    height: 15px;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px #fff;
}

.tabs li.ui-state-active {
    background: #fff;
    border-bottom-color: #fff;
    border-top-color: #c9d3d7;
    border-right-color: #c9d3d7;
    z-index: 2;
}

.tabs css3-container:first-child + li, .tabs li:first-child {
    margin-left: 0;
}

.tabs li.ui-state-active:first-child, .tabs css3-container:first-child + li.ui-state-active {
    border-left-color: #c9d3d7;
}

.tabs a {
    color: #515353;
}

/*** BUTTONS -> ***/
button {
    width: auto;
    overflow: visible;
    margin: 0;
    padding: 1px 20px;
    font-size: 11px;
    font-weight: bold;
    border: 0;
    color: #fff;
    text-align: center;
}
button.noButtonStyle {
	font-size:100%;
}

.submitButton, {
    text-shadow: 0px -1px 0px #000;
    /*padding: 0 17px 1px 17px;*/
    padding: 0 10px 1px 10px;
    font-size: 11px;
    height: 19px;
    line-height: 18px;
    cursor: pointer;
    width: auto;
    overflow: visible;
    font-weight: bold;
    text-transform: uppercase;
}

.largeButton {
    font-size: 11px;
    text-transform: uppercase;
}

div.lineBox .largeButton {
    font-size: 11px;
    text-transform: uppercase;
    height: 32px;
}

div.lineBox a.largeButton {
    display:inline-block;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    height: 28px;
    line-height:28px;
}

div.lineBox span.title {
    float: right;
    text-shadow: 0 -1px 0 #ffffff;
    font-size: 12px;
    font-weight: bold;
    color: #1A7990;
    text-transform: uppercase;
}

.submitButton:hover {
    text-decoration: none;
    cursor:pointer;
    text-shadow: 0px -1px 0px #aa6826;
}


a.submitButton {
    color: #fff;
    padding: 2px 17px;
    font-weight: bold;
}

.textButton {
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    padding: 0;
    text-shadow: 0px 1px 1px #fff;
}

.textButton:hover {
    text-decoration: none;
}

.removeButton {
    padding-left: 2px;
}

.removeButton span {
    background: url(../../img/remove.png) no-repeat 0 1px;
    padding-left: 15px;
}

/*** detailseite ***/
.toBasket_Function_Line {
	height: 30px;
	vertical-align: middle;
}

.toBasket_Function_Line .toBasket_Button {
	background: url("../../img/layout/checkout/checkout_forward_small_long.png") right center no-repeat;
	cursor: pointer;
	/*float: right;*/
	height: 30px;
	padding-bottom: 3px;
	padding-left: 0;
	padding-right: 10px;
	padding-top: 0;
	text-align: center;
	vertical-align: middle;
	width: 210px;
}

.toBasket_Function_Line .price {
	color: #006666;
	font-size: 16px;
	font-weight: bold;
}

/******/
.fx-gradient {
    background: #19798f;
    background: -moz-linear-gradient(top, #adefff, #19798f); background: -webkit-gradient(linear, left top, left bottom, from(#adefff), to(#19798f)); -pie-background: linear-gradient(90deg, #19798f, #adefff); }
.fx-gradient2  {background: #e0f1f5; background: -moz-linear-gradient(top, #e0f1f5, #b9dde6); background: -webkit-gradient(linear, left top, left bottom, from(#e0f1f5), to(#b9dde6)); -pie-background: linear-gradient(90deg, #e0f1f5, #b9dde6); }
.fx-gradient-3 {background: #d0d5d8; background: -moz-linear-gradient(top, #f9f9f9, #a9a9a9); background: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#a9a9a9)); -pie-background: linear-gradient(90deg, #a9a9a9, #f9f9f9); }
.fx-gradient-3:hover {background: #f67402; background: -moz-linear-gradient(top, #ff8604, #eb6105); background: -webkit-gradient(linear, left top, left bottom, from(#ff8604), to(#eb6105)); -pie-background: linear-gradient(90deg, #eb6105, #ff8604); }
.fx-gradient-4 {background: #389cb4; background: -moz-linear-gradient(top, #adefff, #18778e); background: -webkit-gradient(linear, left top, left bottom, from(#adefff), to(#18778e)); -pie-background: linear-gradient(90deg, #18778e, #adefff); }
.fx-gradient-4:hover {background: #f67402; background: -moz-linear-gradient(top, #ff8604, #eb6105); background: -webkit-gradient(linear, left top, left bottom, from(#ff8604), to(#eb6105)); -pie-background: linear-gradient(90deg, #eb6105, #ff8604); }
/* light blue -> dark blue */
.fx-gradient-5 {background: #389cb4; background: -moz-linear-gradient(top, #adefff, #18778e); background: -webkit-gradient(linear, left top, left bottom, from(#adefff), to(#18778e)); -pie-background: linear-gradient(90deg, #18778e, #adefff); }
/* light orange -> dark orange */
.fx-gradient-6{background: #f67402; background: -moz-linear-gradient(top, #ff8604, #eb6005); background: -webkit-gradient(linear, left top, left bottom, from(#ff8604), to(#eb6005)); -pie-background: linear-gradient(90deg, #eb6005, #ff8604); }

.fx-shadow-gradient, .fx-shadow-gradient-2 {margin: -2px; height: 9px; background: transparent url(../bg/shadow.png) repeat-x; z-index:500; position: relative; }
.fx-shadow-gradient-2 {margin: 1px;height: 6px; background: transparent url(bg/shadow2.png) repeat-x;}

.fx-shadow-top    {-moz-box-shadow: 0px -2px 5px #333; -webkit-box-shadow: 1px 1px 1px #444; box-shadow: 1px 1px 4px #444;}
.fx-shadow-bottom {-moz-box-shadow: 0px 2px 5px #333; -webkit-box-shadow: 1px 1px 1px #444; box-shadow: 1px 1px 4px #444;}



/*** HEADER ELEMENTS -> ***/
#logo {
    margin: 0;
	margin-top: 2px;
    float: left;
}

#menue_righttop {
	float:right;
 	width:620px;
	margin-right: 12px;
	height: 29px;
}

#language {
	float:left;
	width: 116px;
	padding-top: 9px;
	font-size: 1.1em;
	font-weight:bold;
}

#shop_contact {
	float:left;
	width: 280px;
	color: #009999;
	padding-top: 5px;
	padding-right: 10px;
	font-size: 1.1em;
	font-weight:bold;
}

#loginbox {
	float:left;
	width:50px;
	height:20px;
	padding-top: 9px;
	background-color: #006666;
	text-align: center;
	font-weight: bold;
}
#loginbox a {
	color: white;
}

#basket {
	float:left;
	/*width:950px;*/
	padding-top: 7px;
	padding-left: 16px;
}

#topMenu{
    float: right;
    margin: 8px 0 0 0;
}

#topMenu li {
    float: left;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    padding: 0 11px 0 10px;
    line-height:14px;
    list-style: none;
    background: url(../../img/menu-divider.png) no-repeat 100% 2px;
}


#topMenu li:last-child {
    background: none;
    padding-right: 0;
}

#topMenu a,
.selectedValue a {
    color: #515353;
}

#topMenu a:hover,
.selectedValue a:hover {
    color: #18778e;
    text-decoration: none;
}
#topMenu li p.errorMsg{
    text-transform: none;
}

.flyout .textbox {
    color: #b4b8b8;
}


/*
.flyout .textbox {
    color: #b4b8b8;
    font-weight: 700;
    text-transform: uppercase;
}

.flyout .textbox:focus,
.flyout .textbox:blur {
    color: #333;
    text-transform: none;
}
*/

.loginform,.altLoginBox{
    border: 1px solid #009999;
    padding: 11px 11px 11px 11px;
    width: 285px;
    position: relative;
    z-index: 2;
	top:29px;
	background:white;
}

.loginform #forgotPasswordOpener {
	color: #009999;	
}

.loginform p {
  margin-bottom: 5px;
}

.loginform p.errorMsg {
    color: #ff0000;
}

.loginform p.checkFields {
    margin-bottom: 4px;
}

.loginform .submitButton {
	color: #006666;
	background: none;
	cursor: pointer;
	padding: 0;
	margin-left: 10px;
}

.loginform .submitButton.oben {
	margin-left: -3px;
}

.loginform .submitButton:hover {
	text-shadow: none;
	text-decoration: underline;
}

.loginform .login_left, .loginform .login_right {
	width: 140px;
}

.loginform .login_left {
	float: left;
	text-align: left;
}

.loginform .login_right {
	float: right;
	text-align: right;
}

.loginform .login_top {
	height: 17px
}

#loginBox .loginform DIV input {
	margin: 10px 0 0 0;
	width: 128px;
}

#loginBox .loginform DIV a {
	font-size: 10px;
	font-weight: normal;
	color: #009999;
}

#loginBox .loginform DIV img {
	cursor: pointer;
}

#loginBox .loginform .textbox, #loginBox .loginform input[type="text"] {
    border: 1px solid #d1c1b2;
    background: #fff;
    padding: 1px 5px;
    height: 15px;
    line-height: 14px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

#loginBox .loginform .textbox:focus, #loginBox .loginform input[type =
"text"]:focus {
    /*background: lightYellow;*/
    border-color: #d1c1b2;
}

#loginBox .loginform .textbox {
    color: #d1c1b2;
}

.altLoginBox {
    z-index: 1;
    top: -5px;
    padding-top: 10px;
    padding-bottom:6px;
    background: #d9dfe1;
}

.altLoginBox span {
    font-size: 10px;
    color: #515353;
    display:block;
    margin-bottom:5px;
    text-shadow: 0px 1px 1px #fff;
}

.altLoginBox .fb_button {
    float: left;
    margin-right:5px;
}

.login {
  position: relative;
}

.logged,
#topMenu li.logged {
    text-transform: none;
}

.loginBox {
  position: absolute;
  right: 0;
  top: 10px;
  display: none;
}

#topMenu .flyout strong a {
  color: #18778e;
}

.logoutLink {
	
}

.flyout h4 {
  text-align: right;
  margin-bottom: 5px;
  color: #1d7e96;
}

.topPopList {
    float: right;
    margin-left: 10px;
    position: relative;
}


.flyoutBox {
    position:absolute;
    display:none;
    top: 3px;
    left: 0px;
    z-index: 15;
}


.selectedValue {
    background: url(../../img/menu-divider.png) no-repeat 0 4px;
    padding-left: 10px;
    margin-top: 6px;
}

.selectedValue a{
    font-size:11px;
    font-weight: 700;
    text-transform: uppercase;
    line-height:14px;
    padding-right: 10px;
    background:url(../../img/arrow-down.png) no-repeat 100% 5px;
}

.topPopList li.active span{
    padding-right:10px;
    background:url(../../img/arrow-down.png) no-repeat 100% 5px;
}

#currencies,
#languages,
.flyoutMenu {
    font-size: 11px;
    border: 1px solid #c2c2c2;
    background: #fff;
    padding: 1px;
    margin: 0;
}

#currencies li,
#languages li,
.flyoutMenu li {
    border-top: 1px solid #b4b8b8;
    list-style: none;
    padding: 0;
}

#currencies li:first-child,
#languages li:first-child,
.flyoutMenu li:first-child {
    border: none;
}

#currencies a,
#languages a,
.flyoutMenu a {
  display: block;
  zoom: 1;
  min-width: 25px;
  box-shadow: none;
  text-decoration: none;
  padding: 2px 5px;
  line-height: 16px;
  font-weight:700;
  padding-left:8px;
}

#languages a {
    width: 25px;
}

#currencies a:hover,
#languages a:hover,
#currencies a.selected,
#languages a.selected ,
.flyoutMenu a:hover,
.flyoutMenu a.selected{
  color: #fff;
}

#languages a span,
.selectedValue a.flag span{
    text-indent: -9999px;
    display: block;]
}

#languages a.flag span,
.selectedValue a.flag span{
    background-image:url(../../img/lang/blank.png) ;
    background-position: 0 3px;
    background-repeat: no-repeat;
}

.selectedValue a.flag span{
    background-position: 0 2px;
}

.selectedValue a.flag{
    display: inline-block;
    width:15px;
}

#languages li.active a {
   background:#fff url(../../img/arrow-down.png) no-repeat 27px 8px;
}


#currencies li:first-child a{
    background: none;
    color: #333;
}

#navigation {clear:both; width:720px; padding-top: 8px;}
#navigation {float:left;}
#navigation a {
    text-decoration: none;
}

#navigation > li > a{font-weight:700; font-size:13px; text-transform:uppercase;}
#navigation > li > ul {margin-top:6px;}

/*
#navigation .search{float:right; padding-right:65px; visibility:hidden;}
#navigation .categories li{float:left; text-transform:uppercase; margin-right:2px; visibility:hidden;}
.categories a{padding:3px 10px; float:left;}
*/

.searchBox {
    position: absolute;
    right: 67px;
    top: 71px;
    /*padding:15px 67px 0 0;*/
}

.searchBox .textbox {
    width: 122px;
    padding-left: 4px;
    color: #b4b8b8;
    float:left;
    margin:2px 3px 0 0;
}

.searchBox .searchSubmit {
    background: url(../../img/search-icon.png) no-repeat 3px;
    border: none;
    cursor: pointer;
    width: 20px;
    height:20px;
    float:left;
}

.searchBox .textbox:focus {
    color: #333;
}

.counter {
    display: block;
    color: #fff;
    font-size:11px;
    padding:0px 6px 1px 6px;
    line-height: 15px;
    position: absolute;
    z-index: 13;
    right: 30px;
    border: 1px solid #cdcdcd;
    white-space: nowrap;

    -moz-border-radius: 25px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

#footer #panel {
 margin: 0 10px;
 border:1px solid #3799B1;
}

#footer .bar {color:#000; padding:10px 10px 10px 20px; border-bottom:1px solid #3799B1; height:20px;}
#footer .bar .facebook {float: left;}
#footer .bar .deliveryinfo {float: right;}
#footer .bar .deliveryinfo a {font-size:10px; color:#515353;}

#footer dl {
 float:left;
 width: 233px;
 margin:10px 0px;
 color:#465256;
 min-height: 280px;
 border-right: 1px solid #3799b1;
 border-left: 1px solid #ffffff;
}

#footer dl.services {
 border-left: none;
}

#footer dl:last-child {
 border-right: none;
}

#footer ul {
    margin: 0;
}

#footer li {
    list-style: none;
    padding: 0;
}

#footer dl dt {color:#29373C; padding:2px 20px;}

#footer .list a  { line-height: 100%; display:block; padding:4px 20px; color: #29373c; text-shadow: 0px 1px 2px #fff;}
#footer .list a:hover  {
 text-decoration: none;
 color: #FFF;
 text-shadow: none;
}

#footer .tree ul {margin: 0; margin-left:10px;}

.newsletter {float: left; background: #E7EAEC; padding:0px 0px 0px 10px; font-size:10px; width: auto;}
.newsletter .textbox {margin: 0px 10px 0px 10px; width: 140px;}

.copyright {margin: 0 10px; font-size:10px; float: right; padding: 5px 0; color:#2F2F2F; font-weight: bold;}
.text {margin: 0 10px; text-align: center; padding: 5px 0; color:#29373C; clear: both;}


a.readMore {
 color: #1d7e96;
}

.box li a.readMore:hover
a.readMore:hover {
 color: #1d7e96;
 text-decoration: underline;
}

.tagCloud {
 line-height: 1.5em;
}

.tag_200 {
 font-size:13px;
}

.tagitem_300 {
 font-size:14px;
}

.tagitem_400 {
 font-size:16px;
}

.tagitem_500 {
 font-size:18px;
}

.tagitem_600 {
 font-size:20px;
}

.tagitem_700 {
 font-size:22px;
}

.tagitem_800 {
 font-size:24px;
}

.tagitem_900 {
 font-size:26px;
}
.taggedText {
 color: #a2a9ab;
}
.tagError {
 display: none;
}

a.tagText{
    vertical-align:middle;
    display:inline-block;
    line-height:12px;

}
a.tagText img{
    margin-right:3px;
    vertical-align:top;

}

.gridView,
.infogridView {
    margin: 0;
    margin-bottom:20px;
}

.gridView li{
    width: 185px;
    height: 230px;
    overflow: hidden;
    float:left;
    position: relative;
    list-style: none;
    padding: 0;
    list-style: none;
    margin:1px;
}

.gridView li .titleBlock{
    height: 30px;
    padding:5px 10px;
    color:#29373c;
    line-height:15px;
    background:#eee;
    text-decoration:none;
    text-shadow: 0 1px 1px #fff;
    font-weight: 700;
    display:block;
}

.gridView li .titleBlock .gridPicture{
   display:block;
   margin:0px -10px 0;
   position:absolute;
   top:40px;
   width: 185px;
   height: 150px;
   text-align: center;
}

.gridView li:hover .titleBlock{
    color:#fff;
    text-shadow: 0px -1px 0px #bf5001;
    background:transparent url(../bg/fx-grad-darkblue.png) bottom center no-repeat;
}

.gridView li:hover .titleBlock:hover{
    background:transparent url(../bg/fx-grad-orange.png) top center no-repeat;
}

.gridView li .priceBlock{
    height: 30px;
    width:165px;
    position:absolute;
    bottom:0;
    left:0;
    padding:5px 10px;
    background:#fff;
    font-size:14px;
}

.gridView li .priceBlock .priceOld{
    font-size: 10px;
}

.gridView li .priceBlock .pricePerUnit{
    font-size: 9px;
    line-height: 9px;
    display:block;
}

.gridView li .priceBlock .button{
    display: block;
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding:1px 10px;
    visibility: hidden;
    text-decoration:none;
    text-transform: uppercase;
    font-size: 10px;
}
.gridView li:hover .priceBlock{
    height: 60px;
    padding-top:30px;
    color:#fff;
    text-shadow: 0px -1px 1px #000;

    background:transparent url(../bg/fx-grad-darkblue-spiked.png) top center no-repeat;
}
.gridView li:hover .priceBlock .button{
    visibility: visible;
    color:#fff;
    text-shadow:0 -1px 0px #8c4600;
    border:1px solid #fff;
    background:transparent;
}

.gridView li:hover .priceBlock:hover .button{
    background:#ec6105;
}

.titleBox{
 width: 187px;
}

.titleBox a{
 display: block;
 padding: 10px;
 font-size: 14px;
 font-weight: 700;
}

.priceBox {
 padding: 10px;
 width: 167px;
}

.priceBox .toCart {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.priceBox strong {
 font-size: 14px;
 padding-right: 5px;
}

/*Infogrid*/
.infogridView {
    margin: 0;
    padding: 0;
}

.infogridView li.productData{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    border-top: 5px solid #eceff0;
}

.infogridView li.productData:nth-child(0n+1) {
    border: medium none;
}

.infogridView li.productData:nth-child(0n+2) {
    border: medium none;
}

.infogridView li.productData:nth-child(2n+1) {
    border-right: 5px solid #eceff0;
    width: 368px;
}

.infogridView li.productData:nth-child(2n+2) {
    padding-left: 10px;
    width: 358px;
}

.infogridView .listDetails {
    float: left;
    position: relative;
    height: 150px;
    width: 170px;
    padding-top:10px;

}

.infogridView .titleBox,
.infogridView .selectorsBox,
.infogridView .buttonBox,
.infogridView .priceBox {
    background: none;
    width: 170px;
    padding: 0;
}

.infogridView .titleBox {
    height: 40px;
}

.infogridView .selectorsBox {
    height: 35px;
    padding-left: 10px;
}

.infogridView .priceBox {
    height: 50px;
    padding-left: 10px;
}

.infogridView .buttonBox {
    height: 20px;
    padding-left: 10px;
}

.infogridView .titleBox a {
    padding-top: 10px;
}

.infogridView  a.compare {
    font-size: 11px;
    color: #1d7e96;
    font-weight: bold;
}

.infogridView .priceBox .oldPrice {
     font-size: 9px;
}
.infogridView .priceBox .price {
     font-size: 14px;
     font-weight: bold;
}
.infogridView .priceBox .pricePerUnit {
     font-size: 9px;
     white-space:nowrap;
}

.infogridView .priceBox .content {
    position: absolute;
    bottom: 23px;
    line-height: 10px;
}

.infogridView .gridPicture {
    float: left;
    width: 187px;
    text-align: center;
    line-height: 150px;
    height: 150px;
    padding:10px 0 10px 0px;
}

.infogridView .gridPicture img {
    vertical-align: middle;
}

.infogridView button {
    display: block;
    margin: 2px 0;
}

.infogridView .deliveryInfo {
    font-size: 11px;
}

.infogridView .title {
    font-size: 12px;
}
.infogridView .title:hover {
    color: #eb6005;
    text-decoration: none;
}

/* line view */
.lineView {
    margin: 0;
}

.lineView li.productData {
    padding: 10px 0 10px 0;
    list-style: none;
    position: relative;
    border-top: 5px solid #eceff0;
}

.lineView li:first-child {
    border: none;
}

.lineView .title {
    font-size: 18px;
}

.lineView .title:hover {
    color: #eb6005;
    text-decoration: none;
}

.lineView  a.compare {
    font-size: 11px;
    color: #1d7e96;
    font-weight: bold;
}

.lineView .pictureBox,
.lineView .info,
.lineView .description{
    float: left;
}

.lineView .infoBox {
    float: right;
    padding-bottom: 5px;
}

.lineView .functions .oldPrice {
     font-size: 10px;
}

.lineView .functions .price {
     font-size: 18px;
     font-weight: bold;
     line-height: 23px;
}
.lineView .functions .pricePerUnit {
     font-size: 9px;
     white-space:nowrap;
}

.infoBox {width: 558px; position: relative;}
.lineView .info {width: 260px; height: 50px;   float: left;    padding: 10px 0 0 10px;}
.lineView .description {width: 268px;    padding: 7px 0 0 20px;    font-size: 14px;    line-height: 18px;}
.lineView .functions {padding: 0 0 0px 10px; position: absolute; bottom: 10px; clear: right; float:left; left: 190px; width:550px;}

/*.lineView .info .title {display:block;}*/
.pictureBox { width: 190px; height:150px; float: left; text-align: center; line-height:150px; overflow: hidden;}
.pictureBox img {
    vertical-align: middle;
}
/*.productNr {color:#515353; margin-bottom: 20px; display: block;}*/
.lineView .info .title + .productNr {margin-top:-20px; }

.popBox {
 z-index:9;

}

.popupBox {
    position: absolute;
    border: 1px solid #c1c1c1;
    padding: 10px;
    display: none;
}

.popupBox img.closePop {
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
}

/* widget/minibasket */
.basketBox {
	width: 90px;
}

.basketBox span.counter {
	right: 0;
	position: relative;
	border: none;
	color: #009999;
	display: inline-block;
	padding: 0;
	
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

.basketBox a#minibasket_noshow:hover{
	text-decoration: none;
}

.basketBox a#minibasket_noshow:hover span.counter {
	border-bottom: 1px #009999 solid;
}

.basketBox img {
	vertical-align: middle;
}

.basketBox img:hover {
    cursor: pointer;
}

.basketFlyout {
    display: none;
    border: 1px solid #676767;
/*    width: 318px; */
    position: absolute;
    z-index: 111;
    right: 0;
/*    top: -30px; */
    padding: 7px 0 10px 0;
}

.basketFlyout .title {
    padding-left: 10px;
    padding-bottom: 7px;
    display: block;
    margin: 0;
}

.basketFlyout .functions {
    padding: 10px;
    padding-bottom: 0;
    margin: 0;
}

.basketFlyout .functions a {
    margin-right: 10px;
    line-height: 18px;
}

.basketFlyout button {
    margin-right: 5px;
}

.basketFlyout ul {
    width: 250px;
    margin: 0;
}

.basketFlyout li {
    list-style: none;
    padding: 0;
}

.basketFlyout li a{
    border-bottom: 1px solid #a2a9ab;
    border-top: 1px solid #fff;
    padding: 5px 10px;
    display: block;
}

.basketFlyout li:first-child a {
    border-top: none;
}

.basketFlyout li a:hover {
    color: #fff;
    text-decoration: none;
}

.basketFlyout button {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}

.basketFlyout .totals {
    width: 230px;
    color: #000;
    border-bottom: 1px solid #a2a9ab;
    border-top: 1px solid #fff;
    padding: 5px 10px;
    margin: 0;
}

.scrollable .totals {
    width: 216px;
    border-top: none;
}

.basketFlyout .price {
    float: right;
}

.basketFlyout .item {
    float: left;
    width:157px;
    overflow: hidden;
    white-space: nowrap;
    color: #29373c;
}

.basketFlyout a:hover .item {
    color: #fff;
}

.basketFlyout .textButton {
    text-transform: uppercase;
    font-size: 11px;
}

.basketFlyout img.closePop {
    float:right;
    cursor:pointer;
    margin: 0 10px 0 0;
}

.basketFlyout hr {
    margin: 0;
    border: 0;
    background: #fff;
    color: #fff;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    width: 250px;
}

.scrollable hr {
    width: 236px;
}

.basketItems {
    width: 236px;
}
/* widget/minibasket ende */


.scrollable ul {
    height: 220px;
    overflow: hidden;
}

#sidebar .tree {
    margin: 0 0 20px 0;
}

#sidebar .tree ul {
    padding-left:0px;
    margin: 0;
}

.tree li {
    list-style: none;
    padding: 0;
}

#sidebar .tree li.active {
    background:#fff;
}

#sidebar .tree a  {
    border-bottom:1px solid #999;
    display:block;
    padding:5px;
}
#sidebar .tree a>i {
    width:14px;
    height: 14px;
    background: url('../bg/categorysprite.png') left 0 no-repeat;
    float:left;
    padding:0;
    margin:2px 5px 2px 0;
}

#sidebar .tree a:hover {
    background:#f67402;
    background: -moz-linear-gradient(top, #ff8604, #eb6005);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8604), to(#eb6005));
    -pie-background: linear-gradient(90deg, #ff8604, #eb6005);
    color:#fff;
}

#sidebar .tree a:hover>i  {
    background-position: left -45px;
}

#sidebar .tree li.active>a {
    background:#f67402;
    background:-moz-linear-gradient(top, #ff8604, #eb6005);
    background:-webkit-gradient(linear, left top, left bottom, from(#ff8604), to(#eb6005));
    -pie-background:linear-gradient(90deg, #ff8604, #eb6005);
    color:#fff;
}

#sidebar .tree li.active>a>i {
    background-position: left -30px;
}

#sidebar .tree li.exp>a {
    background:#389cb4;
    background:-moz-linear-gradient(top, #adefff, #18778e);
    background:-webkit-gradient(linear, left top, left bottom, from(#adefff), to(#18778e));
    -pie-background: linear-gradient(90deg, #adefff, #18778e);
    color:#fff;
}

#sidebar .tree li.exp>a>i {
    background-position: left -60px;
}

#sidebar .tree li.end>a>i {
    background-position: left 15px;
}

#sidebar .sidebarMenu {
    border: 1px solid #999;
    line-height: 18px;
}

#sidebar .sidebarMenu a:hover {
    text-decoration: none;
}

#sidebar .sidebarMenu .active {
    text-shadow: 0px -1px 0px #aa6826;
}

#payment dl {
    margin-bottom: 10px;
}

#payment dt {
    margin: 0;
}

#payment dl dd {
    display: none;
    margin-left: 25px;
}

#payment dl dd.activePayment {
    display: block;
}

/* Trusted shops */

.etrustlogocol {
    float: left;
    width: 100px;
}

.etrustlogocol img {
    border: 0;
}

.etrustTsRatingButton {
   margin: 7px 0;
}

#thankyouPage h3.blockHead:first-child {
   color: #ec6105;
}

#thankyouPage .lightHead {
    margin-top: 80px;
}

#thankyouPage .link {
    font-weight: bold;
    color: #3799B1;
}

#facebook body {
    background: red;
}


.pageHead + .listRefine,
.pageHead + css3-container +.listRefine {
    margin-top: -16px;
}

.listRefine {
    margin-bottom: 20px;
    border: 1px solid #999;
    border-top: 0;
    background: #d9dfe1;
    position: relative;
    z-index: 1;
}

.refineParams {
    padding: 6px 10px 4px 10px;
    font-size: 11px;
}

.bottomParams,
.detailsParams {
    text-align: center;
}

.bottomParams .pager,
.detailsParams .pager {
    float: none;
}

.detailsParams .pager {
    background-image: none;
    text-align: center;
    padding: 5px 10px;
}

.bottomParams a.prev,
.detailsParams a.prev {
    float: left;
}

.bottomParams a.next,
.detailsParams a.next {
    float: right;
}

.bottomParams {
    padding: 0;
}

.refineParams .dropDown {
    float: right;
}


.drop li {
    list-style: none;
    padding: 0;
}

.dropDown{
    position:relative;
    float:left;
    cursor:pointer;
    padding-right: 10px;
    min-width: 120px;
    cursor: pointer;
}


.dropDown ul{
    position: absolute;
    top: -4px;
    display: none;
    left: -1px;
    margin: 0;
    z-index: 20;
    border: 1px solid #a4a9aa;
}

.dropDown ul a{
    text-decoration:none;
    display:block;
    padding: 3px 5px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b4b8b8;
}


.dropDown li:first-child a {
    border-top: none;
}

.dropDown li:last-child a {
    border-bottom: none;
}


.dropDown ul a:hover,
.dropDown ul a.selected{
    color:#fff;
}
.dropDown p{
    color: #000000;
    margin: 0;
    background: url(../../img/dropdown.png) no-repeat 100% 2px;
    padding-right: 20px;
}

.dropDown p label {
    /*font-weight: 700; */
    text-transform: uppercase;
}

.dropDown p span {
    font-weight: 700;
}

.dropDown .value {
    padding: 3px 10px 3px 0;
    border-bottom: 1px solid #b4b8b8;
}

.dropDown label {
    padding:0 3px 0 5px;
}

.dropDown li.asc span,
.dropDown li.desc span {
    padding-right: 15px;
    background: url(../../img/arrow-updown.png) no-repeat 100% 3px;
}

.dropDown li.desc span {
    background-position: 100% -39px;
}

.pager {
    float: left;
    padding-top: 1px;
    line-height: 14px;
    padding-right: 6px;
    background: url(../../img/dots-v.png) no-repeat 100% 2px;
}

.pager .page {
    padding: 0 4px;
}

a.page:hover {
    text-decoration: none;
}

.pager .active {
    background: #1d7e96;
    color: #fff;
}

a.next,
a.prev {
    background: url(../../img/arrows.png) no-repeat 0 -17px;
    text-transform: uppercase;
}

a.prev {
    padding-left: 10px;
    padding-right: 7px;

}

a.next {
    padding-right: 10px;
    padding-left: 7px;
    background-position: 100% 3px;
}


#breadCrumb {
    padding: 0 10px 10px 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

#breadCrumb span {
    color: #999;
}

.listFilter {
    background: #f2f4f5;
    padding: 10px 10px 0px 10px;
    font-size: 11px;
    border-bottom: 1px solid #29373c;
}

.listFilter .dropDown {
    margin-bottom: 10px;
    min-width:232px;
}


.wrapping {
    /*display: none;*/
   /*width: 663px;*/
   border-color: #666;
   overflow: hidden;
}

.wrappingIntro img,
.wrappingIntro .introtext {
    float: left;
}

.wrappingIntro .introtext {
    padding:15px 0 0 20px;
    width: 290px;
}

.wrapping h3 {
    border-color: #a2a9ab;
    padding-left: 5px;
    text-transform: uppercase;
}

.wrappingData td {
    vertical-align: top;
    padding:10px 15px 10px 0;
    border-bottom: 5px solid #fff;
}

.wrappingData tr:last-child td {
    border-bottom: none;
}

.wrappingData span,
.wrappingData strong,
.wrappingData input,
.wrappingData label {
    float:left;
}

.wrappingData span {
    width: 95px;
    height: 55px;
    margin: 0 15px 0 0;
    overflow: hidden;
}

.wrappingData label {
    font-size: 14px;
    width: 155px;
}

.wrappingData strong {
    float: right;
}

.wrappingData li {
    padding: 5px 0;
}

.wrappingData li:first-child {
    padding-top: 0;
}

.wrapping .radiobox {
    margin: 1px 5px 0 0;
}

.wrappingCard li{
    float: left;
    min-height: 150px;
    padding-left: 20px;
}

.wrappingCard label,
.wrappingCard input {
    float: left;
}

.wrappingCard li:first-child {
    padding-left: 0;
}

.wrappingCard p{
    margin-bottom: 5px;
}

.wrapping .areabox {
    width: 646px;
    margin-bottom: 10px;
    background:#fff;
}

.wrappingComment label {
    display: block;
    text-transform: uppercase;
    padding: 3px 5px;
}

.wrapping .submitForm {
    padding-bottom: 15px;
}

.wrapping .submitForm button {
    float: right;
    margin-left: 10px;
}

.wrapping .textButton {
    margin-top: 2px;
}

.checkoutSteps {
    margin: 0;
    overflow: hidden;
    #border-left: 1px solid #999;
    #border-right: 1px solid #999;
}

.checkoutSteps li{
    list-style: none;
    padding: 0;
    float: left;
    height: 29px;
    text-transform: uppercase;
    line-height: 29px;
    position: relative;
    left: 0;
    margin-left: -15px;
    padding-left: 15px;
    background: url(../../img/steps.png) no-repeat 100% 0;
}

.checkoutSteps li.active {
    background-position: 100% -29px;
    color: #fff;
}

.checkoutSteps li.activeLast {
    background-position: 0px -29px;
    color: #fff;
}
.checkoutSteps li.defaultLast {
    #background-position: 0px 0px;
}

.checkoutSteps li.passed {
    background-position: 100% -58px;
    color: #fff;
}

.checkoutSteps li.active a {
    color: #fff;
}

.checkoutSteps li.passed a {
    color: #fff;
}

.checkoutSteps li.active a:hover {
    text-decoration: none;
}

.checkoutSteps span {
    padding-left: 10px;
}

.checkoutSteps li.step1 {
   z-index: 5;
   width: 210px;
}

.checkoutSteps li.step2 {
    z-index: 4;
    width: 240px;
}

.checkoutSteps li.step3 {
    z-index: 3;
    width: 240px;
}

.checkoutSteps li.step4 {
    z-index: 2;
    width: 240px;
}

.checkoutSteps li.step5 {
    z-index: 1;
    width: 240px;
}

.checkoutOptions .option{
    width:278px;
    float:left;
    margin-right:20px;
    background-color:#f2f4f5;
}

.checkoutOptions .option:last-child{
    margin-right:0;
}

.lineBox {
    padding: 9px 10px 10px 10px;
    margin: 20px 0;
}

#seo_text{
border-top: 1px solid #D0CBC7;
padding-top: 15px;
}

#seo_text p {
clear:both;
font-size: 13px;
margin-bottom: 0px;
color: #006666;
font-weight: normal;
line-height: 20px;
padding: 0;
margin-left:0;
margin-right:0;
}


.lineBox .importantSubmit {
    float:right;
}


.couponBox {
    border-top: 5px solid #eceff0;
    border-bottom: 5px solid #eceff0;
    padding: 15px 0;
    width: 545px;
    position: relative;
    top: -70px;
    margin-bottom: 30px;
}

.couponBox p.oxValidateError {
    padding-left: 135px;
}

.couponBox .inlineError {
    padding-bottom: 10px;
    line-height: 16px;
}

.couponBox .textbox {
    margin: 0 5px;
}

.couponData span {
    padding-right: 10px;
}

h3.section {
    border-bottom: 5px solid #eceff0;
    padding-bottom: 7px;
    margin-top: 15px;
    text-transform: uppercase;
}

h3.section button {
    margin-left: 10px;
}

#productTitle {
    position: relative;
    z-index: 13;
    padding-right: 30px;
    text-shadow: 0px 1px 1px #fff;
}

.pricePopup li {
    padding: 0 10px;
}

.pricePopup span{
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b2b6b6;
    padding: 3px 0;
}

.pricePopup label{
    width: 80px;
}

.pricePopup li:first-child span{
    border-top: 0;
}

.pricePopup li:last-child span{
    border-bottom: 0;
}

.pricePopup h4{
    padding: 0 30px;
}

.pricePopup, .actionLinks {
    display: none;
    position: absolute;
    z-index: 12;
    background: #D8DEE0;
    text-transform: uppercase;
    font-size: 11px;
    border: 1px solid #979797;
    padding: 7px 0;
}

#details.hproduct {
	margin: 0 68px 0 68px;
}

.actionLinks li {
    padding: 0 10px;
}

.actionLinks li:hover a {
    border-color: #fb8523;
    color: #fff;
}

.actionLinks a {
    display: block;
    padding: 3px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #b2b6b6;
}

.actionLinks a:hover {
    text-decoration: none;
    color: #fff;
}
.social{
    padding-top:10px;
    margin-bottom:0;
    height:25px;
}

.social div.socialButton {
    float: left;
}

.social label {
    display: block;
    text-transform: none;
    padding: 3px 0 5px 0;
    font-weight: 700;
    text-shadow: 0px 1px 1px #fff;
}

.social a{
    display: block;
    border: 0;
    padding: 0;
}

.social span {
    float: left;
}

.fb_share_count_hidden {
    margin: 3px 7px 0 0px;
    display:inline-block;
}

a.fb_button_simple {
    width: 14px;
    height: 14px;
    overflow: hidden;
    display:inline-block;
}

.social:hover {
    background: none;
}

.actionLinks li:first-child span{
    border-top: 1px solid #b2b6b6;
    display: block;
}

.actionLinks li:last-child a{
    border-bottom: 0;
}

.detailsRelated {
    clear:both;
    padding-top:20px;
}

.detailsInfo {
    position: relative;
}

.detailsInfo .picture {
    width: 380px;
    float: left;
    text-align: center;
    /* line-height: 200px; */
    height: 200px;
}

.detailsInfo .picture a {
    width: 380px;
    float: left;
    text-align: center;
    /* line-height: 200px; */
    height: 200px;
    overflow: hidden;
}

.detailsInfo .picture img {
    /* vertical-align: middle; */
}

.detailsInfo .preis_info {
	color: #009999;
}

.hasBrand {
    float:left;
    width:258px;
}

.detailsInfo .information {
    float: right;
    width: 358px;
    height:200px;
    position: relative;
    padding: 0 0 0 10px;
}

.persparamBox {
    padding-bottom: 7px;
}

.basketitems .persparamBox {
    padding-top:5px;
    font-size: 12px;
}

.persparamBox label,
.persparamBox input {
    float: left;
}

.persparamBox input {
    width: 150px;
}

.persparamBox label {
    margin: 2px 5px 0 0;
}

.ui-tabs-hide {
    display: none;
}

.attributes {
    width: 100%;
}

.attributes th,
.attributes td {
    padding:4px 10px;
    border-top: 1px solid #ddd;
}

.attributes th {
    text-align: left;
    width: 35%;
    background: #f5f5f5;
}

.attributes tr:first-child th,
.attributes tr:first-child td {
    border: none;
}

.information h1 {
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}

.itemCode {
    color: #515353;
}

.shortDescription {
    clear:both;
    font-size: 14px;
    margin-bottom: 10px;
}

.additionalInfo {
    padding-top: 7px;
}

.additionalInfo span{
    float: left;
    padding: 0 7px;
    margin-bottom: 3px;
    font-size: 11px;
    line-height: 12px;
    border-left: 1px solid #999;
}

.additionalInfo span:first-child {
    padding-left: 20px;
    border: none;
}

.additionalInfo .stockFlag {
    padding-left: 20px;
}

.tobasketFunction .selector {
    position: static;
}

.selector {
    padding: 2px 6px 3px 6px;
    line-height: 19px;
    position: absolute;
    z-index: 14;
}

.selector img {
    vertical-align: middle;
}

.otherPictures {
    position: relative;
    z-index: 4;
}

.otherPictures ul {
    margin: 0 0 20px 0;
    padding: 0;
    overflow:hidden;
}

.otherPictures li,
.otherPictures a {
    list-style: none;
    padding: 0;
    float: left;
}

.otherPictures a {
    display: block;
    width: 100px;
    height: 100px;
    float: left;
    text-align: center;
    line-height: 100px;
    position: relative;
}

.artIcon {
    display: block;
    width: 98px;
    height: 98px;
    overflow: hidden;

}

.otherPictures a:hover {
    cursor: pointer;
}

.otherPictures a:hover .marker,
#zoomModal a:hover .marker {
    display:block;
}

.otherPictures img {
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.marker {
    position: absolute;
    width: 96px;
    height: 96px;
    border: 2px solid #eb6005;
    top: 0;
    left: 0;
    display: none;
    z-index: 99;
}

.marker img {
    position: absolute;
    top: -8px;
    left: 50%;
    z-index: 6;
    margin-left: -6px;

}

.otherPictures .selected .marker,
#zoomModal .selected .marker{
    display: block;
}

.shadowLine {
    width: 100%;
    height: 8px;
    position: absolute;
    top: 0;
    z-index: 4;
    background: url(../../img/shadow-line.png) repeat-x 0 0;
}

.relatedInfo {
    float: left;
    width: 561px;
    padding-right: 15px;
}

.relatedProducts {
    float: right;
    width: 172px;
}

.relatedInfoFull {
    float: none;
    width: auto;
    padding-right: 0;
}

/*Stock flags*/
.stockFlag {
    background: url(../../img/stockstatus.png) no-repeat 7px -46px;
}

.lowStock {
    background-position: 7px 2px;
}

.notOnStock {
    background-position: 7px -22px;
}

.oldPrice {
    font-size: 14px;
    margin-bottom: 3px;
}

.information .oldPrice {
    font-size:11px;
}

.tobasketFunction .price {
    font-size: 18px;
}

.tobasketFunction .textbox {
    width: 20px;
}

.tobasketFunction a,
.tobasketFunction label,
.tobasketFunction button,
.tobasketFunction input {
    float: left;
    margin-right: 5px;
}

.tobasketFunction label {
    margin: 1px 10px 0 0;
}

.account-page .tobasketFunction input[type="text"] {
	margin-top: 10px;
}

.information .tobasket{
    position: absolute; bottom:5px;
}



/* Ratings */
div.rating {
    margin-bottom: 10px;
}

ul.rating {
    width: 89px;
    height: 16px;
    margin: 5px 0;
    padding: 0;
    list-style: none;
    clear: both;
    float: left;
    position: relative;
    background: url(../../img/stars.jpg) no-repeat left top;
}

a.rates {
    float: left;
    color: #515353;
    padding: 6px 0 0 7px;
}

ul.rating li {
    cursor: pointer;
    float: left;
    padding: 0;
    list-style: none;
}

ul.rating li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 16px;
    text-decoration: none;
    z-index: 10;
}

ul.rating li a b {
    display: none;
}

ul.rating li.s1 a {
    left: 0;
}

ul.rating li.s2 a {
    left: 17px;
}

ul.rating li.s3 a {
    left: 34px;
}

ul.rating li.s4 a {
    left: 51px;
}

ul.rating li.s5 a {
    left: 68px;
}

ul.rating li a:hover {
    z-index: 2;
    width: 89px;
    height: 16px;
    overflow: hidden;
    left: 0;
    background: url(../../img/stars.jpg) no-repeat 0 -18px;
}

ul.rating li.s1 a:hover {
    background-position: -72px -18px;
}

ul.rating li.s2 a:hover {
    background-position: -54px -18px;
}

ul.rating li.s3 a:hover {
    background-position: -36px -18px;
}

ul.rating li.s4 a:hover {
    background-position: -18px -18px;
}

ul.rating li.s5 a:hover {
    background-position: 0 -18px;
}

.rating_review_input {
    margin: 0;
    height: 16px;
}

.rating li.currentRate {
    background: url(../../img/stars.jpg) left bottom;
    position: absolute;
    height: 16px;
    z-index: 1;
}

.rating li.ratingValue a,
.rating li.ratingValue a:hover {
       width: auto;
       height: auto;
       left: 90px;
       white-space: nowrap;
       padding-top: 3px;
       background: none;
}

dl.review {
    margin: 5px 0;
    padding-top: 5px;
    border-top: 1px solid #ccc;
}

dl.review dt {
    margin-bottom: 7px;
    height: 1em;
}

dl.review dd.item {
    display: none;
}

dl.review dd {
    clear: both;
    margin: 0;
}

dl.review .param {
    margin-left: 20px;
    color: #757C83;
}

.variantlist-box {
    display: none;
}

.variantlist-box li{
    list-style: none;
}




/*Account*/
.orderList {
    margin: 0;
    padding: 0;
    line-height: 18px;
}

.orderList li {
    padding: 15px 10px;
    list-style: none;
    border-top: 5px solid #eceff0;
}

.orderList li:first-child {
    border: 0;
    padding-top: 0;
}

.orderList dl{
    width: 300px;
}

.orderList dd {
    padding: 3px 0;
}

.orderList dt {
    border-bottom: 1px solid #ddd;
    padding-bottom: 3px;
    display: block;
    font-weight: 400;
    margin-bottom: 7px;
}

.orderList dt strong {
    font-size: 18px;
    display: block;
}

.orderList dt span {
    font-size: 10px;
    color: #999;
}

.orderList dt label {
    color: #666;
}

.orderList td {
    vertical-align: top;
}

.orderList td table {
    text-align: left;
}

.orderList td table th {
    font-size: 14px;
    padding-bottom: 14px;
}

.orderList .orderitems {
    width: 100%;
}

.orderhistory td {
    border-top: 1px dotted #bbb;
    padding: 2px 0;
}

.orderhistory td .amount {
    display: block;
    font-size: 11px;
    color: #666;
}

.orderList h3 {
    padding-top: 12px;
    font-size: 16px;
}

.popup,
.selectorbox {
    display: none;
}


/*Forms, Validation*/
.form {
    width: 354px;
}

.form li {
    padding: 5px 0;
    width: 354px;
}

.form li.formSubmit {
    padding-top: 10px;
    padding-left: 150px;
}

.form li.formNote {
    padding-bottom: 0;
    font-size: 11px;
    color: #666;
    line-height: 14px;
}

.form label,
.form input {
    float: left;
}

.form input[type="password"],
.form input[type="text"] {
    width: 190px;
}

.form input[field="xsmall"] {
    width: 25px;
}

.form input[field="small"] {
    width: 52px;
}

.form input[field="medium"] {
    width: 86px;
}

.form input[field="xsmall"] + input[field="pair-xsmall"],
.form input[field="xsmall"] + css3-container + input[field="pair-xsmall"],

.form input[field="pair-xsmall"] + input[field="xsmall"],
.form input[field="pair-xsmall"] + css3-container + input[field="xsmall"],

.form input[field="small"] + input[field="pair-small"],
.form input[field="small"] + css3-container + input[field="pair-small"],

.form input[field="small"] + input[field="small"],
.form input[field="small"] + css3-container + input[field="small"],

.form input[field="medium"] + input[field="medium"],
.form input[field="medium"] + css3-container + input[field="medium"] {
    margin-left: 5px;
}



.form input[field="xsmall"] + .form input,
.form input[field="xsmall"] + css3-container + .form input {
    margin-left: 10px;
    margin-right: 0;
}

.form input[field="pair-xsmall"] {
    width: 148px;
}

.form input[field="pair-small"] {
    width: 121px;
}

.form input[field="verify"] {
    width: 103px;
}

.verificationCode {
    margin: 0 7px 0 0;
    float: left;
}

span.verificationCode {
    margin-top: 2px;
}

.form li.stateBox {
    padding-left: 150px;
    /*display: none;*/
}


.form label {
    width: 140px;
    padding-right: 10px;
    line-height: 18px;
}

.form label.short {
    width: 90px;
    padding-right: 5px;
    line-height: 18px;
}

.form li.checkFields {
    padding-left: 150px;
}

.form li.checkFields label {
    width: auto;
    margin-right: 10px;
}

.form li.checkFields input {
    margin: 2px 5px 0 0;
}

.form textarea {
    float: left;
    width: 186px;
}

.inputNote {
    display: block;
    clear: both;
    font-size: 11px;
    line-height: 14px;
    padding: 2px 0 0 0;
    color: #666;
}

.form .note {
    padding-left: 150px;
    font-size: 11px;
    color: #666;
    line-height: 14px;
    font-style: italic;
    padding-top: 7px;
}

#payment .form {
    margin: 15px 0 5px 0;
}

#payment .desc {
    margin-bottom: 15px;
}

#shipSetCost {
    padding-top: 5px;
}

#testS input {
    float: left;
    width: 50px;
}

.inlineForm button {
    margin-left: 5px;
}

.verify img {
    float: left;
    margin: 1px 5px 0 0;
}

.notice {
    font-size: 11px;
    font-style: italic;
    border-top: 1px solid #eceff0;
    margin-top: 10px;
    padding: 5px 0;
}

.contact-page .status {
	font-style: normal;
}

.inlineForm .notice {
    display: block;
    clear: both;
}

.oxValidateError {
    display: none;
    clear: both;
    font-size: 11px;
    line-height: 14px;
    color: #ff0000;
    margin: 0;
    padding: 5px 0 5px 150px;
    /*background: url(../../img/error-marker.png) no-repeat 50% 5px;*/
}

.oxValidateError span {
    display: none;
}

.oxValidateError span.req {
    float: none;
    display: inline;
}

.oxInValid label {
    color: #ff0000;
}

.oxInValid p {
    color: red;
}

.oxInValid input,
.oxInValid select,
.oxInValid input:focus {
    border-color: #e40000;
    background: #fff8f8/* url(../../img/error-inline.png) no-repeat 100% 3px*/;
}

.oxInValid select {
    border-style: solid;
    border-width: 1px;
}

/*Promotions*/
.oxSlider {
    padding: 0 10px;
    overflow: hidden;
}

.oxSlider ul, .oxSlider li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#promotionSlider {
    height: 220px;
}

.thumbnav {
    float: left;
}

.thumbnav li {
    float: left;
}

.recommendations .title {
    font-size:12px;
    padding:2px 0px 6px;
}

.recommendations .title a {
    float: left;
    font-weight: bold;
}

.recommendations .title .editButtons {
    float: right;
}

.recommendations .title .textButton {
    color: #1d7e96;
    padding: 0;
    height: 14px;
    line-height: 14px;
}

.recommendations .description {
    font-size:11px;
    padding:0px 0px 8px;
}

.recommendationsSearchForm {
    padding: 15px 10px;
}

.recommendationsSearchForm label {
    font-size: 11px;
}

.recommendationsSearchForm .searchInput {
    width: 85px;
}


/* Item slider*/
.itemSlider {
    width:744px;
    height: 148px;
    margin: 0 1px 20px 1px;
    border: 1px solid #76c9dd;
    position: relative;
}

.itemSlider ul {
    height: 148px;
}

.itemSlider li {
    width: 124px;
    height: 148px;
    line-height: 148px;
    padding: 0;
    text-align: center;
    list-style: none;
}

.itemSlider li img {
    vertical-align: middle;
}

.itemSlider .slideNav {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    position: absolute;
    z-index: 4;
    bottom: -1px;
    opacity: 0.9;
    filter: alpha(opacity = 90);
    height: 150px;
    display: block;
    text-shadow: 0px -1px 0px #486066;
}

.itemSlider .slideNav:hover {
    text-shadow: 0px -1px 0px #ac8a6b;
    opacity: 1;
    filter: alpha(opacity = 100);

}

.itemSlider .prevItem {
    left: -1px;
    width: 170px;
    padding-left: 10px;
}

.itemSlider .nextItem {
    right: -1px;
    width: 40px;
}

.itemSlider .prevItem strong {
    float: left;
    margin: 50px 0 0 0;
    width: 130px;
}

.itemSlider .prevItem span,
.itemSlider .nextItem span {
    float: right;
    text-indent: -9999px;
    width: 30px;
    height: 32px;
    margin: 58px 5px 0 0;
    background:url(../../img/promo-arrows.png) no-repeat -98px -162px;
}

.itemSlider .prevItem span {
    background-position: -26px -162px;
}

.itemSlider .prevItem:hover span {
    background-position: -26px -86px;
}

.itemSlider .nextItem:hover span {
    background-position: -98px -86px;
}

.itemSlider li {
    position: relative;
}

.itemSlider li a.viewAllHover {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35px;
    z-index: 5;
    opacity: 1;
    padding-right: 5px;
    padding-top:25px;
    filter: alpha(opacity = 100);
    background:transparent url(../bg/fx-grad-orange-spiked.png) -30px 0px no-repeat;
}


.itemSlider li a span {
    text-align: left;
    line-height: 12px;
    padding-top: 4px;
    background-position: 0 50%;
    font-size: 10px;
}

.itemSlider a.sliderHover,
a.sliderHover {
    background: #fd8304;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    width: 124px;
    height: 148px;
    display: none;
    position: absolute;
}

.itemSlider li:hover a.viewAllHover,
.itemSlider li:hover a.sliderHover {
    display: block;
}

.gridView li:hover a.sliderHover {
    display: block;
    width: 187px;
    height: 150px;
    z-index: 1;
}

.subcatList,
.subcatList ul {
    margin: 0;
}

.subcatList li{
    padding: 0;
    list-style: none;
}

.subcatList .box {
    float: left;
    margin-left: 20px;
}

.subcatList li .box:first-child {
    margin-left: 0;
}

.subcatList h3 a {
    color: #fff;
    font-size: 14px;
}

.subcatList .box li {
    text-transform: uppercase;
    padding: 3px 0;
}

.categoryDescription {
    background: #f2f4f5;
    padding: 10px 10px 10px 10px;
    font-size: 11px;
    border-bottom: 1px solid #B4B8B8;
}

.categoryPicture {
    margin-bottom: 20px;
}

.box #tsSeal {
    text-align: center;
    margin-bottom: 7px;
}


/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }


/* Interaction Cues
----------------------------------*/
.ui-state-disabled { cursor: default !important; }

/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-widget-overlay { background: #000; opacity: .50;filter:Alpha(Opacity=50); }


.ui-dialog { position: absolute; padding: .2em; width: 300px;}
.ui-dialog .ui-dialog-titlebar { padding: .5em 1em .3em; position: relative;  }
.ui-dialog .ui-dialog-title { float: left; margin: .1em 16px .2em 0; }
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
.ui-dialog .ui-dialog-content { position: relative; border: 0; padding: .5em 1em; overflow: auto; zoom: 1; }
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { float: right; }
.ui-dialog .ui-dialog-buttonpane button { margin: .5em .4em .5em 0; cursor: pointer; }
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar { cursor: move; }



/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    border: 2px solid #EB6005;
    margin:-2px;    /* Set this to minus the border thickness. */
    background-color:#fff;
    cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
    font-family:Arial, Helvetica, sans-serif;
    position:absolute !important;
    background-color:#000;
    color:#fff;
    padding:3px;
    width:100%;
    text-align:center;
    font-weight:bold;
    font-size:10px;
    top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
    border:2px solid #51A8BC;
    overflow:hidden;
    background-repeat: no-repeat;
    background-color: #fff;
}

/* This is the loading message. */
.cloud-zoom-loading {
    color: #000;
    background: #fff;
    padding: 0px;
}

#zoomTrigger {
    position: absolute;
    width: 18px;
    height: 18px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top: 10px;
    left: 10px;
    float: left;
    z-index: 1000;
    background: url(../../img/zoom.png) no-repeat 0 0;
}

.zoomed {
    width: 663px;
    height: 665px;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 2;
}

.zoomPager {
    margin: 0;
    padding: 0;
}

.zoomPager li {
    list-style: none;
    float: left;
    padding: 0;
}

.zoomHead {
    font-weight: 700;
    text-transform: uppercase;
}


#zoomModal .otherPictures {
    margin: 0;
    padding: 0;
    width: 663px;

    z-index: 9;
}

#zoomModal .otherPictures a{
    width: 30px;
    height: 35px;
    line-height: 35px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    text-shadow: 0px 1px 1px #fff;
}

#zoomModal .shadowLine {
    width: 663px;
    clear: both;
}

#zoomModal .otherPictures ul{
    margin: 0;
}

#zoomModal .marker {
    border: 2px solid #EB6005;
    display: none;
    height: 31px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 26px;
    z-index: 99;
}

#zoomModal .marker img {
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: -6px;
    z-index: 6;
}

#services {
    width: 175px;
}

#services a {
    text-decoration: none;
    text-transform: uppercase;
}

#services li {
    position: relative;
}

#services .counter {
    right: 5px;
    top: 1px;
}

#servicesTrigger {
    position: relative;
}

#servicesTrigger .counter {
    right: 0;
    top: 0;
    z-index: 11;
}

.hasNotifications {
    padding-right: 25px;
}

#services a:hover .counter {
    border: 1px solid orange;
    background: #fff;
    color: orange;
}

#servicesTrigger .notification {
    top: 20px;
}

.wishlistPublish {
    float: right;
    width: 360px;
}

.wishlistSearch {
    float:left;
    width:360px;
}

.wishlistPublish .form label {
    width: 280px;
}

.wishlistView a {
    text-decoration: underline;
}

.wishlistView,
.listmaniaView {
    border-bottom: 5px solid #ECEFF0;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.formTitle,
.wishlistResults dt{
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #eceff0;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.wishlistSuggest {
    clear: both;
    padding: 20px 0 0 388px;
}

.wishlistResults{
    padding-top: 20px;
}

.wishlistResults dt {
    padding-bottom: 5px;
    background: url("../../img/search-icon.png") no-repeat 0 3px;
    padding-left: 20px;
}

.wishlistUser {
    float: right;
    width: 360px;
    padding: 40px 0 0 0px;}


.accountDashboardView .col {
   float: left;
   width: 300px;
   height: 230px;
   padding-right: 20px;
}

.accountDashboardView dl {
   margin-bottom: 15px;
}

.accountDashboardView dd {
   margin-top: 2px;
}

#compareList {
    width: 100%;
}

#compareList td {
    border-collapse: collapse;
}

#compareList table td {
    border-top: 5px solid #ECEFF0;
    padding: 5px;
}

#compareList table #firstTr td,
#compareList table #firstDataTr td {
    border: 0;
}

#compareDataDiv .product {
    width: 190px;
}

#compareList table tr:last-child td {
    padding-bottom: 20px;
}

.compareItem {
    width: 190px;
    height: 380px;
    position: relative;
}

.compareWide .compareItem {
    width: 238px;
}

.compareItem .tobasket {
    position: absolute;
    bottom: 10px;
}

.compareItem .oldPrice {
    font-size: 11px;
    line-height: 14px;
}

.compareItem .variants{
    padding-top:15px;
}

.compareItem .variants select{
    margin:5px 0 10px 0;
    display: block;
}

.compareItem .picture {
    text-align: center;
    display:block;
    width:190px;
    height:150px;
    overflow:hidden;
    margin-bottom:7px;
}

.compareItem .title {
    display: block;
    font-size: 18px;
    line-height:18px;
    font-weight: 400;
    padding-bottom: 3px;
}

.compareItem .identifier {
    color: #515353;
    display: block;
}

.compareItem .fn {
    padding-top: 5px;
    margin: 0;
    clear: both;
}

#compareList .lineBox {
    padding: 5px 10px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
    line-height: 16px;
}

#compareList a.navigation {
    background: url(../../img/prevnext.png) no-repeat 0 0;
    height: 7px;
    width: 4px;
    text-indent: -9999px;
    margin-top: 4px;
}

#compareList .lineBox a.movePrev {
    float: left;
    background-position: 0 -7px;
}

#compareList .lineBox a.moveNext {
    float: right;
}

.accountLoginView .col {
   float: left;
   width: 50%;
}

#incVatMessage{
    position:fixed;
    bottom:-3px;
    right:-5px;
    font-size:11px;
    padding:4px 20px 6px 17px;
    background:url(../../img/vatmsg-bg.png) no-repeat 0 0;
    opacity:0.6;
    filter:alpha(opacity=60);
    z-index:9999;
}

/* Plain errors*/
.errorBox {width: auto; font-size:10px; font-weight:bold; color:#D81F01; margin: 20px; padding: 0; border: none; width: 500px;}
.errorBox a {color:#D81F01; text-decoration: underline;}
.errorBox a:hover {color:#666;}
.errorBox .errHead {background: #D81F01; color: #fff; padding: 5px 15px;}
.errorBox .errBody {border: 1px solid #D81F01; padding: 15px;}


/* article box */
li.articleImage{
    height: 110px;
}

.featuredList a.articleBoxImage {
    height: 97px;
    line-height:97px;
    width:148px;
    background: #fff;
    text-align: center;
    display: block;
}

.featuredList a.articleBoxImage img{
    vertical-align:middle;
}

/* MD Variant Selects in details */
.selectorsBox {
    clear:both;
    background: none;
    padding: 10px 10px 0px 0px;
    font-size: 11px;
}

.selectorsBox .dropDown {
    margin-bottom: 10px;
    min-width: 200px;
}

.selectorsBox .dropDown li.disabled a {
    color: #b4b8b8;
}

.selectorsBox p.underlined {
    border-bottom: 1px solid #29373c;
}

.selectorLabel label {
    min-width: 60px;
    display: inline-block;
}

.variantReset {
    padding-bottom: 10px;
    font-size: 11px;
}

.variantReset label {
    text-transform: uppercase;
}

.variantReset  a.reset {
    color: #1d7e96;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
}

.variantReset  a.reset:hover {
    text-decoration:none;
    color: #EB6005;
}

/* MD Variant Selects in infoGrid */
.listDetails .selectorsBox {
    background: none;
    padding: 10px 10px 0px 5px;
    font-size: 11px;
}

.listDetails .selectorsBox .dropDown {
    margin-bottom: 10px;
    min-width: 150px;
}

.listDetails .selectorsBox .dropDown li.disabled a {
    color: #b4b8b8;
}

.listDetails .selectorsBox p.underlined {
    border-bottom: 1px solid #29373c;
}

.listDetails .selectorLabel label {
    min-width: 45px;
    display: inline-block;
}

/* MD Variant Selects for line */
.infoBox .selectorsBox {
    background: none;
    padding: 10px 10px 0px 0px;
    font-size: 11px;
}

.infoBox .selectorsBox .dropDown {
    margin-bottom: 10px;
    min-width: 200px;
}

.infoBox .selectorsBox .dropDown li.disabled a {
    color: #b4b8b8;
}

.infoBox .selectorsBox p.underlined {
    border-bottom: 1px solid #29373c;
}

.infoBox .selectorLabel label {
    min-width: 50px;
    display: inline-block;
}

/* AGB conditions links */
.agb a {
    color: #1d7e96;
}

.agb a:hover {
    color: #ec6105;
    text-decoration:none;
}

.agb_content {
	margin-left: 16px;
	width: 590px;
}

button[disabled].submitButton, button[disabled].submitButton:hover  {
    background: #cccccc;
    color:#fff;
    text-shadow:none;
}

.loadingfade {
    background: #fff;
    z-index : 5000;
}
.loadingiconbg {
    background: url(../../img/loading_bg.png) no-repeat center center;
    z-index : 5001;
}
.loadingicon {
    background: url(../../img/loading.gif) no-repeat center center;
    z-index : 5002;
}
/* shop lupe */

.shoplupe {
    padding-top:15px;
    text-align: center;
}

/************* COMLOT ************/

/*** BUTTONS ***/
.button { color:white; font-weight:bold; font-size:13px; }


/*** ENTRYPAGE ***/

/* front: content shadows  */
#front_shadow_left { background:#ffffff url('../../img/layout/main/front_shadow_left.png') no-repeat left top; height:221px; width:971px; }
#front_shadow_left_repeat { background:#ffffff url('../../img/layout/main/front_shadow_left_repeat.png') repeat-y left top; /*float:left;*/ width:971px; height:470px; margin:0; padding:0; }
#front_shadow_right { background:#ffffff url('../../img/layout/main/front_shadow_right.png') no-repeat right top; height:221px; width:950px; }
#front_shadow_right_repeat { background:#ffffff url('../../img/layout/main/front_shadow_right_repeat.png') repeat-y right top; /*float:right;*/ margin-left: auto; width:950px; height:470px;}
#front_content { /*float:left;*/ width:950px; }

/* front: content gradients  */
#front_gradient_up { background:#ffffff url('../../img/layout/front/gradient_up.png') repeat-x left top; height:98px; width:929px; }
#front_gradient_down { background:#ffffff url('../../img/layout/front/gradient_down.png') repeat-x left top; height:316px; width:929px; padding-top: 1px; }


/*** CONTENT BG ***/
#subpage_bg_top { background:transparent url('../../img/layout/sub/sub_bg_top.png') no-repeat left top; width:930px; /*height: 371px;*/ }
#subpage_bg_top_br { background:transparent url('../../img/layout/sub/sub_bg_top_br.png') no-repeat left top; width:930px; /*height: 371px;*/ }
#subpage_bg_repeat { background:#ffffff url('../../img/layout/sub/sub_bg_repeat.png') repeat-y left top; width:100%; /*height:1038px;*/ }
#subpage_bg_repeat_br { background:#ffffff url('../../img/layout/sub/sub_bg_repeat_br.png') repeat-y left top; width:100%; /*height:1038px;*/ }

/** subpage **/
#subpage_bg_top.sub {  }
#subpage_bg_repeat.sub {  }

/** staticpage **/
#subpage_bg_top.static {  }
#subpage_bg_repeat.static {  }

/** checkout **/
#subpage_bg_top.checkout {  }
#subpage_bg_repeat.checkout {  }


/*** MENUE ***/

/** main **/

#menue { background:#ffffff url('../../img/layout/menue/menue.png') repeat-x left top; height:56px; width:929px; text-align:center; }
#menue.sub { width: 100%; }
#menue_wrap { margin:0 auto; padding-top:20px; }
.menue_link { padding:17px 15px 13px 15px; display:inline; }
*+html .menue_link { padding:14px 20px 15px 20px; display:inline; line-height: 43px; vertical-align: middle; }
.menue_link a { font-weight:bold; font-size:16px; color:#006666; }
.menue_link a:visited { color:#006666; }
.menue_link a:hover { text-decoration:none; color:#009999; }
.menue_link.active { background:#009999; }
.menue_link.active a { color:white; }

/** footer **/
.footer_main { text-align:left; }
.footer_main p { font-size:10px; }
.footer_main li a { font-size:10px; }
.footer_main li a:visited {  }
.footer_main li a:hover {  }
#footer h3 { font-weight:bold; text-transform: uppercase; font-size:11px; color:#663300; }


/*** CONTENT ***/

#content_static { padding: 40px 64px 50px 64px; text-align: justify; }

/*** GALLERY ***/

/** main **/
#gallery_main { height:516px; width:961px; overflow: hidden; position: relative; top: -50px; left: -3px; }
#gallery_main .gallery_main_border { position: relative; top: 56px; left: 3px; height:456px; width:954px; }
#gallery_main .gallery_main_border .gallery_main_lefter { position: absolute; top: 177px; z-index: 42; }
#gallery_main .gallery_main_border .gallery_main_righter { position: absolute; top: 177px; left: 909px; z-index: 42; }
#gallery_main .gallery_main_border .gallery_main_lefter img, #gallery_main .gallery_main_border .gallery_main_righter img { position: relative; z-index: 45; cursor: pointer; }
#gallery_main .gallery_main_border .mgal_bild_container { top: -56px; left: 12px; width: 930px; position:relative; overflow:hidden; }
#gallery_main .gallery_main_border .mgal_bild { width: 930px; position:relative; display: none; }
#gallery_main .gallery_main_border .mgal_bild.pic1 { display: block; }
#gallery_main .gallery_main_border .mgal_bild .mgal-pic { position: relative; }

#gallery_main .gallery_main_border_o_l { position: absolute; top: 52px; width: 26px; height: 26px; background: url("../../img/layout/gallery/main/maingallery_border_o_l.png") no-repeat; z-index: 500; }
#gallery_main .gallery_main_border_o_r { position: absolute; top: 52px; left: 934px; width: 26px; height: 26px; background: url("../../img/layout/gallery/main/maingallery_border_o_r.png") no-repeat; z-index: 500; }
#gallery_main .gallery_main_border_u_l { position: absolute; top: 490px; width: 26px; height: 26px; background: url("../../img/layout/gallery/main/maingallery_border_u_l.png") no-repeat; z-index: 500; }
#gallery_main .gallery_main_border_u_r { position: absolute; top: 490px; left: 934px; width: 26px; height: 26px; background: url("../../img/layout/gallery/main/maingallery_border_u_r.png") no-repeat; z-index: 500; }

/** embedded **/
#gallery_emb { clear: both; width: 930px; height: 264px; position: relative; margin-top: 48px; }
#gallery_emb .gallery_emb_top { margin-left: 26px; margin-top: -26px; height: 40px; max-width: 800px; }
*+html #gallery_emb .gallery_emb_top { margin-top: -32px; height: 60px; line-height: 44px; }
#gallery_emb .gallery_emb_top span { padding: 0; margin: 0; font-weight: bold; font-size: 16px; color: #006666; background: #E6DFD9; border-color: white; border-width: 3px; border-style: solid; padding: 10px 10px 10px 10px; min-width: 250px; }
*+html #gallery_emb .gallery_emb_top span { background: #E6DFD9; url("../../img/layout/gallery/main/subgallery_ie7_span_bakgr.png") repeat; }
#gallery_emb .gallery_emb_shadow { background: url("../../img/layout/gallery/main/sub_gal_shadow.png") center center no-repeat; padding: 12px 12px 12px 12px; }
*+html #gallery_emb .gallery_emb_shadow { background: url("../../img/layout/gallery/main/sub_gal_shadow.png") center center no-repeat; padding: 12px 12px 12px 29px; }
#gallery_emb .gallery_emb_border { height: 229px; width: 872px; margin: 0 17px 0 17px; background: white; padding-top: 1px; }
#gallery_emb .gallery_emb_lefter { position: absolute; top: 100px; left: 2px; z-index: 42; }
#gallery_emb .gallery_emb_righter { position: absolute; top: 100px; left: 893px; z-index: 42; }
#gallery_emb .gallery_emb_lefter img, #gallery_emb .gallery_emb_righter img { cursor: pointer; }
#gallery_emb .gallery_emb_content { width: 856px; height: 208px; margin: 13px 8px 0 8px; overflow: hidden; }
#gallery_emb .gallery_emb_content .embgal_bild { width: 240px; height: 168px; float: left; padding: 12px 12px 12px 12px; display: none; position: relative; background: white url("../../img/layout/gallery/main/sub_gal_img_shadow.png") 0 0 no-repeat; margin: 3px 8px 13px 8px; }
#gallery_emb .gallery_emb_content .embgal_bild.pic1,
#gallery_emb .gallery_emb_content .embgal_bild.pic2,
#gallery_emb .gallery_emb_content .embgal_bild.pic3 { display: block; }
#gallery_emb .gallery_emb_content .embgal_bild.pic1 { margin-left: 16px; }
#gallery_emb .gallery_emb_content .embgal_bild.pic3 { margin-right: 16px; }
#gallery_emb .gallery_emb_content .embgal_bild img.embgal-pic { width: 234px; height: 162px; border: white 3px solid; }

#gallery_emb.entry { clear: both; width: 930px; height: 240px; position: relative; margin-top: 48px; }
*+html #gallery_emb.entry .gallery_emb_top { margin-top: -32px; height: 48px; line-height: 44px; }
* #gallery_emb.entry .gallery_emb_top span { padding: 0; margin: 0; font-weight: bold; font-size: 16px; color: white; background: #006666; border-color: white; border-width: 3px; border-style: solid; padding: 10px 10px 10px 10px; min-width: 250px; }
*+html #gallery_emb.entry .gallery_emb_top span { background: #006666 url("../../img/layout/gallery/main/embgallery_ie7_span_bakgr.png") repeat; }
#gallery_emb.entry .gallery_emb_shadow { background: url("../../img/layout/gallery/main/entry_gal_shadow.png") center center no-repeat; padding: 12px 12px 12px 12px; }
*+html #gallery_emb.entry .gallery_emb_shadow { background: url("../../img/layout/gallery/main/entry_gal_shadow.png") center center no-repeat; padding: 12px 12px 12px 29px; }
#gallery_emb.entry .gallery_emb_border { height: 205px; width: 872px; margin: 0 17px 0 17px; background: white; padding-top: 1px; }
#gallery_emb.entry .gallery_emb_lefter { position: absolute; top: 75px; left: 2px; z-index: 42; }
#gallery_emb.entry .gallery_emb_righter { position: absolute; top: 75px; left: 893px; z-index: 42; }
#gallery_emb.entry .gallery_emb_content { width: 856px; height: 166px; margin: 13px 8px 0 8px; overflow: hidden; }
#gallery_emb.entry .gallery_emb_content .embgal_bild { width: 240px; height: 126px; float: left; padding: 12px 12px 12px 12px; display: none; position: relative; background: white url("../../img/layout/gallery/main/entry_gal_img_shadow.png") 0 0 no-repeat; margin: 3px 8px 13px 8px; }
#gallery_emb.entry .gallery_emb_content .embgal_bild.pic1,
#gallery_emb.entry .gallery_emb_content .embgal_bild.pic2,
#gallery_emb.entry .gallery_emb_content .embgal_bild.pic3 { display: block; }
#gallery_emb.entry .gallery_emb_content .embgal_bild.pic1 { margin-left: 16px; }
#gallery_emb.entry .gallery_emb_content .embgal_bild.pic3 { margin-right: 16px; }
#gallery_emb.entry .gallery_emb_content .embgal_bild img.embgal-pic { width: 234px; height: 120px; border: white 3px solid; }

/** favouriten **/
.fav_gallery {
    color: #006666;
    margin-bottom: 0;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 10px;
    position:relative;
}

.fav_gallery .shadowbox {
	padding: 10px 10px 10px 10px;
	width: 860px;
}

.fav_gallery .shadowbox .shadowContBox {
	background: white;
	border: 10px solid #D3C0B1;
}

.fav_gallery .shadowbox .shadowTitlePos {
	position: relative;
	top: 0px;
	left: 0px;
}

.fav_gallery .shadowbox .shadowTitleBox {
	margin-left: 31px;
	position: absolute;
	top: -31px;
}

.fav_gallery .shadowbox .shadowTitleBox span {
	padding: 6px 10px 6px 10px;
	background: #E6DFD9;
	border: 4px solid white;
	color: #006666;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

.fav_gallery .shadowbox .cont_slider {
	height: 100px;
	margin-bottom: 20px;
	margin-top: 35px;
	overflow: hidden;
}

.fav_gallery .shadowbox .cont_slider .slider_left {
	float: left;
	height: 100px;
	width: 20px;
	line-height: 100px;
	vertical-align: middle;
	padding: 0 5px 0 10px;
}

.fav_gallery .shadowbox .cont_slider .slider_middle {
	float: left;
	height: 100px;
	max-height: 100px;
	width: 750px;
	max-width: 750px;
}

.fav_gallery .shadowbox .cont_slider .slider_right {
	float: right;
	height: 100px;
	width: 20px;
	line-height: 100px;
	vertical-align: middle;
	padding: 0 10px 0 5px;
}

.fav_gallery .shadowbox .cont_slider .slider_left, .fav_gallery .shadowbox .cont_slider .slider_right {
	position: relative;
	z-index: 100;
}

.fav_gallery .shadowbox .cont_slider .slider_left img, .fav_gallery .shadowbox .cont_slider .slider_right img {
	width: 20px;
	vertical-align: middle;
	cursor: pointer;
}

.fav_gallery .shadowbox .cont_slider .sliderImg {
	float: left;
	line-height: 100px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
	height: 100px;
	margin-left: 5px;
	margin-right: 5px;
	width: 240px;
	position: relative;
	
	display: none;
}

.fav_gallery .shadowbox .cont_slider .sliderImg img.fav_gal-pic {
	max-width: 240px;
	max-height: 100px;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.fav_gallery .shadowbox .cont_slider .sliderImg.pic1,
.fav_gallery .shadowbox .cont_slider .sliderImg.pic2,
.fav_gallery .shadowbox .cont_slider .sliderImg.pic3 {
	display: inline;
	opacity: 1;
}

.fav_gallery .fav_position {
	position: absolute;
	width: 860px;
	top: 55px;
	margin-left: 10px;
	margin-right: 10px;
}

#fav_gal_bigger {
	position: relative;
	margin-left: 55px;
	margin-right: 55px;
}

#fav_gal_bigger .gallery_fav {
	position: relative;
	padding: 10px 10px 0px 10px;
	z-index: 901;
	
	background: white;
	border: 1px solid #006666;
}

#fav_gal_bigger .gallery_fav .fav_gal_im {
	text-align: center;
}

#fav_gal_bigger .gallery_fav .fav_gal_im img {
	vertical-align: middle;
	max-width: 700px;
}

#fav_gal_bigger .gallery_fav .functions {
	width: 330px;
	margin-left: 15px;
}

#fav_gal_bigger .gallery_fav .functions span.price {
	float: left;
	line-height: 40px;
	margin-right: 10px;
}

/* gallery entry hints */

#emb_gal_entry {
	margin: 0 68px 0 68px;
	z-index: 2;
	position: relative;
    top: -50px;
    height: 0;
}

*+html #emb_gal_entry {top: -48px; line-height: 40px;}

#emb_gal_entry_hint_1.gallery_hints,
#emb_gal_entry_hint_2.gallery_hints,
#emb_gal_entry_hint_3.gallery_hints {
	border: 1px solid #009999;
    padding: 10px 10px 10px 10px;
	background: white;
	text-align: center;
}

#emb_gal_entry_hint_1.gallery_hints p,
#emb_gal_entry_hint_2.gallery_hints p,
#emb_gal_entry_hint_3.gallery_hints p {
	margin: 0;
	padding: 0;
	display: inline;
}

#emb_gal_sub {
	margin: 0 40px 0 40px;
	z-index: 2;
	position: relative;
    top: -235px;
    height: 0;
    text-align: center;
}

*+html #emb_gal_sub {top: -215px;}

#emb_gal_sub img {
	max-width: 850px;
}

/*** INFOBOX ***/

#infobox { height:315px; margin: 14px 0 0 18px; }
.infobox { float:left; width:446px; height:315px; }
.infobox_content { overflow:hidden; height:238px; }

#infobox_left { background:#ffffff url('../../img/layout/infobox/sub_infobox_left.png') no-repeat; width:446px; height:315px; }

#infobox_left_content ul, #infobox_left_content ol  {
clear: both !important;
font-size: 14px;
font-weight: bold !important;
color: #006666 !important;
margin: 0px 0px !important;
padding-top:15px !important;
line-height:20px !important;
right:5px !important;
position: absolute !important;
width: 128px !important;
top: 16px !important;
}

#infobox_left_content ul li  {
padding: 0px 0 !important;
list-style-type: decimal;
}

#infobox_left_content a  {
color: #006666 !important;
}

#infobox_left_content .bild-links{
background-image:url(../../img/gallery/infobox/hochzeit_info_links.jpg) !important;
height: 237px !important;
width: 334px !important;
position: absolute !important;
}

#infobox_left_content { background: #c1e0da url('../../img/layout/infobox/sub_infobox_left_content.png'); width:334px; margin:42px 0 0 40px; }

#infobox_right { background:#ffffff url('../../img/layout/infobox/sub_infobox_right.png') no-repeat; width:446px; height:315px; }
#infobox_right_content { background: #e6dfd9; width:368px; margin:43px 0 0 38px; }

#infobox_left_content .bild-links_Geburt-Taufe {
    background-image: url("/out/alphabetario/img/gallery/infobox/Geburt-Taufe_links.jpg") !important;
    height: 237px !important;
    position: absolute !important;
    width: 334px !important;
}

#infobox_Geburt-Taufe_tab {
    text-align:left;
	margin-left:140px;
	margin-top:14px;
	line-height:1.68em;
}
#infobox_left_content .bild-links_mich {
    background-image: url("/out/alphabetario/img/gallery/infobox/fuer-mich.jpg") !important;
    height: 237px !important;
    position: absolute !important;
    width: 334px !important;
}
#infobox_left_content .bild-links_mich  ul, #infobox_left_content .bild-links_mich  ol  {
	clear: both !important;
	font-size: 13px !important;
	font-weight: bold !important;
	color: #006666 !important;
	margin: 0px 0px !important;
	padding-top: 15px !important;
	line-height: 20px !important;
	left: 25px !important;
	position: absolute !important;
	width: 218px !important;
	top: 16px !important;
}

#infobox_left_content .bild-links_mich  ul li  {
padding: 0px 0 !important;
list-style-type: decimal;
}

#mich-div {
margin-top:10px !important;
margin-left:6px !important;
font-size: 13px !important;
font-weight: bold !important;
}


/*** KONFIGURATOR ***/

/** inputfield **/
#konfigurator_inputfield { margin:0 auto; padding-top:23px; }
#konfigurator_inputfield_left { float:left; }
#konfigurator_inputfield_middle { margin-left:18px; }
#konfigurator_inputfield_right { float:right; }
#konfigurator_inputfield_content { }
#konfigurator_inputfield_title { float:left; }
#konfigurator_inputfield_button { cursor:pointer; border: 0 none; float:left; /*padding: 0 14px 4px 0;*/ margin: 1px 0 0 5px; }
#konfigurator_inputfield_text { border: 0 none; font-size:15px; font-weight:normal; height: 16px; }
#konfigurator_inputfield_sonderzeichen_link { text-align:left;color:#009999;margin-left:15px; cursor:pointer;float:left; }
#konfigurator_inputfield_sonderzeichen_box { display:none; position:absolute; top:0px; left:0px; text-align:left; background:#ffffff; color:#006666; border:1px solid #006666; padding:25px; width:400px; z-index:10000; opacity:0.95;}
#konfigurator_inputfield_toomanyletters_call { display:none; position:absolute; top:52px; left:-100px; width:550px; background:#ffffff; color:#006666; border:1px solid #006666; padding:5px 5px 3px 5px; z-index:1000; font-weight:bold; }
#konfigurator_inputfield_toomanyletters_call_home { display:none; position:absolute; top:72px; left:350px; width:550px; background:#ffffff; color:#006666; border:1px solid #006666; padding:5px 5px 3px 5px; z-index:1000; font-weight:bold; }

/* inputfield:entry */
#konfigurator_inputfield.entry { text-align:center; }
#konfigurator_inputfield.entry form { display:inline-block; }
#konfigurator_inputfield_left.entry { background:#ffffff url('../../img/layout/inputfield/front_border_left.png') no-repeat left top; height:52px; width:254px; }
#konfigurator_inputfield_middle.entry { background:#ffffff url('../../img/layout/inputfield/front_border_middle.png') repeat-x left top; height:52px; width:218px; }
#konfigurator_inputfield_right.entry { background:#ffffff url('../../img/layout/inputfield/front_border_right.png') no-repeat left top; height:52px; width:18px; }
#konfigurator_inputfield_content.entry { height:52px; width:260px; }
#konfigurator_inputfield_title.entry { display:inline; color:#663300; font-weight:normal; margin-top: 0px; margin-right: 8px; letter-spacing: -1px; line-height: 50%;}
#konfigurator_inputfield_button.entry { background:#ffffff url('../../img/layout/buttons/front_losgehts.png') no-repeat left top; width:123px; height:48px; }
#konfigurator_inputfield_text.entry { width: 205px; height: 16px; margin:15px 0 0 8px; padding:4px 0 0 0; color: #663300; }

/* inputfield:sub */
#konfigurator_inputfield.sub { height:100px; width:710px; padding-top:40px; text-align:center; }
#konfigurator_inputfield_left.sub { background:#ffffff url('../../img/layout/inputfield/sub_border_left.png') no-repeat left top; clear:both; height:60px; width:362px; margin-left: 5px; }
#konfigurator_inputfield_middle.sub { background:#ffffff url('../../img/layout/inputfield/sub_border_middle.png') repeat-x left top; height:60px; width:324px; }
#konfigurator_inputfield_right.sub { background:#ffffff url('../../img/layout/inputfield/sub_border_right.png') no-repeat left top; height:60px; width:20px; }
#konfigurator_inputfield_content.sub { text-align: left; }
#konfigurator_inputfield_title.sub { float:none; text-align: left;line-height:120%; }
#konfigurator_inputfield_button.sub { background:#ffffff url('../../img/layout/buttons/sub_losgehts.png') no-repeat left top; width:142px; height:60px; margin:0; }
#konfigurator_inputfield_text.sub { width: 200px; margin-top:23px; color:#663300; }

/* inputfield:konf */
#konfigurator_inputfield_text.konf { text-transform:uppercase; }


/*** FOOTER ***/
.footer_elements { float:left; /*height:110px;*/ }
#footer_links_int { width:411px; }
#footer_payments { width:170px; }
.footer_payment_img { float:left; width:85px; height:25px; padding: 0 0 10px 0; }
.vorkasse { color:#006666; font-size:12px; font-weight:bold; padding-top:3px; }
#footer_trustedshops { width:200px; padding-left:80px; padding-right: 0px;}
.footer_trustedshops_img {  }
#footer_links_ext { width:100%; }
.footer_links_ext_img { width:75%; margin:0 5px;}
.footer_links_ext_img:hover { text-decoration: none;}
.footer_links_ext_img img{ margin:0 5px;}
.footer_main { float:left; width:132px; padding-right:5px; }
#footer_ganz_unten { width:100%; margin-top:15px; }
#footer_ganz_unten ul li { padding:0px 5px 0px 0px; width:132px; float:left;  }
#footer_ganz_unten li#f8556cbe2f97233836c1d68c7758d597 { padding-left:42px; }

/* Kontakt */
.contact-page {
	margin: 0 68px 0 68px;
	padding-bottom: 40px;
}

.contact-page .lineBox {
	padding-left: 0;
}

.contact-page .contactButton {
	background: url("../../img/layout/checkout/checkout_button.png") 0 0 no-repeat;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: white;
	height: 36px;
	vertical-align: middle;
	cursor: pointer;
	width: 162px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: -5px;
	margin-top: 20px;
}

.contact-page .notice {
	border: 0;
	color: #009999;
}

.contact-page .status.notice {
	font-size: 15px;
}

.contact_stoerer_box {
	position: relative;
	height: 75px;
}

.contact_stoerer {
	position: absolute;
	top: -115px;
	left: 220px;
}

.contact_stoerer_text {
    color: white;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    left: 5px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    top: 90px;
}


.popup_infobox {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	border: 1px solid #006666;
	background: #ffffff;
	padding:5px;
	font-weight:normal;
	z-index:1000;
}

#box_begruessung { position:absolute;top:35px;left:753px; }

.staticpagetext { padding: 20px; margin:0; }

#start_seo_text{
	display: bolck;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify	
}

#loading_image{
   position: absolute;
   width: 100px;
   height: 100px;
   display: block; 
   top: 50%;
   left: 50%;
   margin-top: -50px;
   margin-left: -50px; 
}

/* Hover effect for trigger--   */
ul.subnav {  
    list-style: none !important; 
    position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/  
   	margin:0;
   	padding-top: 7px;
    display: none;  
    float: left;  
    width: 185px;  
    z-index: 20;
}

ul.subnav li{  
	list-style: none !important;
 	background:#ffffff url('../../img/layout/menue/submenue.png') repeat-x left bottom; 
    margin: 0;     
    clear: both;  
    width: 100%;
    line-height: 30px;
}

ul.subnav li a {  
	list-style: none !important; 
    width: 100%;  
    font-weight: bold !important;
	font-size: 14px !important;
	color: #006666 !important;
}  
ul.subnav li a:hover { /*--Hover effect for subnav links--*/  
	color: #009999 !important;
}

ul.subnav li.active {    
	background: #009999 url('../../img/layout/menue/submenue.png') repeat-x left bottom; 
}
ul.subnav li.active a {    
    font-weight: bold !important;
	font-size: 14px !important;
	color: #ffffff !important; 
}

#startseite_gallery{
	float:left;
}

#startseite_tv{
	margin-top: -45px;
	width: 120px;
}

#subseite_tv{
	margin-top: -40px;
	width: 120px;
	padding-left: 15px;
	position: absolute;
}
#social_footer{
	margin-left:12px;
}

#birthdate_year{
	width: 75px;
}

#birthdate_month, #birthdate_day{
	width:35px;	
}

.birthday_label{
	float: left;
	padding-right: 2px;
	line-height: 18px;
}

.frames_gallery{
    width: 900px;
    margin: auto;
}

.img_frame{
    background: url('../../img/layout/infobox/sub_infobox_frame.png') no-repeat;
    height: 300px;
    width: 195px;
    margin-left: 50px;
    margin-right: 50px;
    display: inline-block;
}

.img_frame_horizontal{
    background: url('../../img/layout/infobox/sub_infobox_frame_horizontal.png') no-repeat;
    height: 240px;
    width: 295px;
    display: inline-block;
}

.frame-pic{
    height: 220px;
    width: 150px;
    margin-top: 30px;
    margin-left: 30px;
}

.frame-pic_horizontal{
    height: 150px;
    width: 220px;
    margin-top: 30px;
    margin-left: 25px;
}

#frame_gal_sub {
    z-index: 2;
    position: relative;
    top: -420px;
    height: 0;
    text-align: center;
}

*+html #frame_gal_sub {top: -215px;}

#frame_gal_sub img {
	max-width: 850px;
}