/* --- Typography ------------------------ */
html {
	 background: url("../../img/bg_textur_leinen.png");
}
body {
    font: 12px / 140% arial, helvetica, clean, sans-serif;
     background: url("../../img/bg_textur_leinen.png") top left;
}

select, input,textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}

h2, h3, h4, h5 {
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, b, strong, dt {
    font-weight: bold;
}

optgroup {
    font-weight: normal;
}

i, em {
    font-style: italic;
}

del {
    text-decoration: line-through;
}

a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: underline;
}

li {
    padding: 3px 0;
    list-style: square;
}

ol li {
    list-style: decimal;
}

p {
    margin-bottom: 15px;
}

ul, ol {
    margin: 20px 30px;
}

ul ul, ol ul {
    margin: 10px 20px;
}

ol li {
    list-style-type: decimal;
    list-style-position: inside;
}

ol ol {
    list-style: upper-alpha;
}

ol ol ol {
    list-style: lower-roman;
}

ol ol ol ol {
    list-style: lower-alpha;
}

ul li {
    list-style: square;
}

ul li li {
    list-style: square;
}

form ul {
    margin: 0;
    padding: 0;
}

form ol {
    margin: 0;
    padding: 0;
}

form li {
    list-style: none;
    position:relative;
}

/* --- layout --------------------------------------- */

#header, #sidebar, #content, #footer {
    margin: 10px;
}

#header, #footer {
    clear: left;
}

#page:after, #header:after, #footer:after, #footer #panel:after, #details #attributes table:after, #navigation:after, #navigation2:after {
	  clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

#page {
    width: 960px;
    margin: 0 auto;
    position:relative;
		background: url("../../img/bg_textur_leinen.png") repeat scroll 0 0 transparent;
		font-family: Arial, sans-serif;
		margin-top: 3px;
}

#header {
    width: 960px;
    padding: 0 0 0 5px;
    margin: 0;
    position: relative;
    z-index: 8999;
}

#sidebar {
    margin: 0;
    width: 233px;
    float: left;
}

#content {
    width: 960px;
    margin: 0 0 0 6px;
    padding-bottom: 10px;
    float: left;
}

div.sidebarLeft #content,
div.sidebarRight #content,
#content.ocContent {
    width: 720px;  
}

#content.ocContent.big {
    width: 960px;
}

div.sidebarRight #sidebar {
    float: right;
}

#footer {
    clear: both;
 /*   padding-top: 10px;  */
    margin: 10px 0 0 6px;
		position:relative;
}

#footer.sidebar {
    margin: 10px 0px 0px 0px;
}

.pagefull {
		width:100%;
		font-family: 'Ubuntu Condensed', Arial, sans-serif;
}

.addbg{
		  background: url("../../img/box_schatten_naht_1spaltig_wdh_beige.png") repeat-x left bottom;
}

.addborder {
		  border-top: 1px dashed #ab161c; 
			border-bottom: 1px dashed #ab161c;
			height: 34px;
}

.addborder.accountColor {
		  border-top: 1px dashed #660000; 
		border-bottom: 1px dashed #660000;
}
.addborder.startColor {
		  border-top: 1px dashed #0061af;
			border-bottom: 1px dashed #0061af;
}
.addborder.startColor div ul#navigation li a, .addborder.startColor div ul#navigation2 li a {
		 color: #0061af;
}
.addborder.startColor div ul#navigation li:hover, .addborder.startColor div ul#navigation li a:hover, .addborder.startColor div ul#navigation2 li:hover, .addborder.startColor div ul#navigation2 li a:hover {
		background: url("../../img/textur_blau.png") repeat-x 0 0 #0060AE;
}
.addborder.startColor div ul#navigation li:hover a, .addborder.startColor div ul#navigation2 li:hover a  {
		color: #FFFFFF;
}
.page_margins {
    margin: 0 auto;
    max-width: 960px;
    text-align: left;
}
.page_margin {
    margin: 0 auto;
    max-width: 950px;
	padding-left: 10px;
}


.floatLeft {
	float: left;	
}
.floatRight {
	float: right;	
}
.floatNone {
	float: none !important;	
}

fullWidth {
	width:100%
}
.left{
	float: left;
}
.right{
	float: right;
}
/* === FX Styles ====================================== */

/*** SHADOWS -> ***/
.shadow, #currencies, .loginForm, .altLoginBox {
    -moz-box-shadow: 2px 2px 5px #666;
    -webkit-box-shadow: 2px 2px 5px #666;
    box-shadow: 2px 2px 5px #666;
}

/* bottom shadow */

.scrollable ul {
    -moz-box-shadow: inset 0px 5px 5px -1.3px #555;
    -webkit-box-shadow: 0px 5px 5px -1.3px #555;
    box-shadow: 0px 5px 5px -1.3px #555;
}

.basketItems {
    -moz-box-shadow: inset 0px -4px 2px -2px #555;
    -webkit-box-shadow: 0px -4px 3px -2px #555;
    box-shadow: 0px -4px 5px -2px #555;
}

.glowShadow, .promoBox {
    -moz-box-shadow: 1px 1px 9px 1px #000;
    -webkit-box-shadow: 1px 1px 9px 2px #000;
    box-shadow: 1px 1px 9px 2px #000;
}

.promoBox {
    -moz-box-shadow: 1px 1px 6px 1px #222;
    -webkit-box-shadow: 1px 1px 6px 2px #222;
    box-shadow: 1px 1px 6px 2px #222;
}

.rightShadow,
.itemSlider .leftHolder {
    -webkit-box-shadow: 4px 0px 4px -1.5px #555555;
    -moz-box-shadow: 4px 0px 4px -1.5px #555555;
    box-shadow: 4px 0px 4px -1.5px #555555;
}

.itemSlider .nextItem {
    -webkit-box-shadow: -4px 0px 4px -1.5px #555555;
    -moz-box-shadow: -4px 0px 4px -1.5px #555555;
    box-shadow: -4px 0px 4px -1.5px #555555;
}

/******/
/*** ROUNDED CORNERS -> ***/
.corners, .button, .input, .textbox, .areabox, .checkbox, .submitButton, .widgetBox, .dropDown ul, .promoBox {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
}

.input, .textbox, .pager .active, .lineBox, .areabox, input[type="text"] {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
}

.box ul, .box ol, .box .content {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    border-radius: 1px;
}

.tabs li, .thumbNav, #navigation ul li:first-child, #navigation2 ul li:first-child, #currencies li:first-child a, #languages li:first-child a, .flyoutMenu li:first-child a, .dropDown li:first-child a {
    -moz-border-radius: 1px 1px 0px 0px;
    -webkit-border-radius: 1px 1px 0px 0px;
    -khtml-border-radius: 1px 1px 0px 0px;
    border-radius:1px 3px 0px 0px;
}

#currencies li:last-child a, #languages li:last-child a, .dropDown li:last-child a, .flyoutMenu li:last-child a {
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -khtml-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}

.bottomRound, #navigation ul li:last-child, #navigation2 ul li:last-child, .widgetBoxBottomRound {
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
    -khtml-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}

.promoBox strong.promoPrice {
    -moz-border-radius: 3px 0px 0px 3px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -khtml-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

.promoBox strong.promoTitle {
    -moz-border-radius: 0px 3px 3px 0px;
    -webkit-border-radius: 0px 3px 3px 0px;
    -khtml-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.lightHead,
h2.lightHead,
h3.lightHead {
    background: #b8dde6 url(../bg/svg/grad_blue-light.svg);
    background: -moz-linear-gradient(#e0f1f5, #b8dde6);
    background: -ms-linear-gradient(#e0f1f5, #b8dde6);
    background: -webkit-gradient(linear, left top, left bottom, from(#e0f1f5), to(#b8dde6));
    background: -webkit-linear-gradient(#e0f1f5, #b8dde6);
    background: -o-linear-gradient(#e0f1f5, #b8dde6);
    background: linear-gradient(#e0f1f5, #b8dde6);
}

/* Grey */
.promoBox strong.promoTitle,
.specBoxTitles a.title{
    background: #a9b1b4 url(../bg/svg/grad_grey.svg);
    background: -moz-linear-gradient(#f9fafa, #a9b1b4);
    background: -ms-linear-gradient(#f9fafa, #a9b1b4);
    background: -webkit-gradient(linear, left top, left bottom, from(#f9fafa), to(#a9b1b4));
    background: -webkit-linear-gradient(#f9fafa, #a9b1b4);
    background: -o-linear-gradient(#f9fafa, #a9b1b4);
    background: linear-gradient(#f9fafa, #a9b1b4);
}


.basketFlyout {
		background: url("../../img/bg_textur_leinen.png") repeat scroll 0 0 transparent;
		border: 1px dashed #0060AE !important;
		margin-top: 16px !important;
}
#header .basketFlyout {
		background: url("../../img/warenkorb_flyout_wdh.png") repeat-y scroll 0 0 transparent;
		padding-top: 0;

}
#header .flyoutBasketBottom{
	background: url("../../img/warenkorb_flyout_unten.png") no-repeat scroll bottom left transparent;
	height: 13px;
	position: absolute;
    width: 234px;
	margin-top: 0;
	bottom: -8px;
}
#header li.clearInherit div#basketFlyout {
    border: medium none;
    right: 1px;
    width: 234px;
}

.basketFlyout p.title strong {
		color: #0060AE;
    display: block;
		font-weight: normal;
		margin-bottom: 5px;
		float:left;
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 16px;
}
li.clearInherit div#basketFlyout {
	border: none;
	width: 233px;
	right: -2px;
	top:30px;
}
li.clearInherit span.item strong {
	font-weight:normal;
	width:150px;
	overflow: hidden;
}
li.clearInherit ul li {
	height: 30px !important;
}
li.clearInherit ul li a {
	color: #000;
	font-family: Arial,sans-serif !important;
	font-size: 11px !important; 
	font-weight: normal !important; 
}

/* rot */
.FXgradOrange,
.removeButton,
.sf-menu li.current,
.sf-menu li.sfHover, .sf-menu li:hover,
.gridView div.priceBox:hover,
.gridView div.titleBox:hover,
.featuredList a:hover,
.featuredList li.articleImage:hover + li.articleTitle > a,
#footer .list a:hover,
#currencies a:hover,
#languages a:hover,
.flyoutMenu a:hover,
.basketFlyout li a:hover,
.dropDown ul a:hover,
div.anythingSlider span.arrow:hover,
.thumbNav a:hover,
.itemSlider .prevItem:hover span.slideBg,
.itemSlider .nextItem:hover span.slideBg,
a.viewAllHover,
.itemSlider li a.viewAllHover,
.specBoxTitles a.title:hover,
.actionLinks li:hover {
    background-position: -40px -200px;  
    background-color: #ab161c;
    color: #FFFFFF;
}

/* Light blue */
.FXgradBlueLight, .fbEnableButton {
    background: #ffffff url("../bg/svg/grad_light_blue.svg");
    background: -moz-linear-gradient(#fff, #d7e3f1);
    background: -ms-linear-gradient(#fff, #d7e3f1);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d7e3f1));
    background: -webkit-linear-gradient(#fff, #d7e3f1);
    background: -o-linear-gradient(#fff, #d7e3f1);
    background: linear-gradient(#fff, #d7e3f1);
}
/******/


/* --- Checkout basket content ----------------------- */
.basketitems {
    width: 100%;
    font-size: 14px;
	margin-bottom: 9px;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
}
#basketSummary {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	padding: 15px;
	width: 893px;
	margin-bottom: 24px;
	font-family: arial;
}

.basketitems .editCol {
    width: 30px;
}
.basketitems .thumbCol {
    width: 110px;
}
.basketitems .wrappingCol {
    width: 120px;
}
.basketitems .coutCol {
    width: 60px;
}
.basketitems .priceCol {
    width: 90px;
}
.basketitems .vatCol {
    width: 60px;
}
.basketitems .totalCol {
    width: 90px;
}


.basketitems td {
    vertical-align: top;
    border-top: 5px solid #ECEFF0;
    padding-top: 6px;
}

.basketitems tr:last-child td {
    border-bottom: 5px solid #ECEFF0;
}

.basketitems th {
    font-size: 12px;
    text-align: left;
    color: #515353;
    padding-bottom: 2px;
    font-weight: 400;
    vertical-align: top;
    border-bottom: 5px solid #ECEFF0;
}

.basketitems tr td:last-child, .basketitems tr th:last-child {
    text-align: right;
    padding-right: 5px;
}

.basketitems td.basketImage {
    text-align: center;
    vertical-align: middle;
}

.basketitems tr.basketError td {
    padding-top: 0;
    padding-bottom: 10px;
    border: none;
}

.basketitems .picture {
    width: 130px;
    height: 160px;
    overflow: hidden;
    border: 1px solid #555555;
}

.basketitems .wrappingTrigger {
    color: #1D7E96;
}

.wrappingTrigger span {
    display: block;
    color: #555;
    font-size: 11px;
}

.wrappingTrigger:hover span {
    text-decoration: underline;
}

.basketitems .checkbox {
    vertical-align: middle;
}
.checkoutOptions .textbox,
.basketitems .textbox {
    width: 39px;
	color: #888888;
}

.basketitems .persParam {
    width: 120px;
    text-align: left;
}

.quantity strong {
    display: block;
    font-size: 11px;
    margin-bottom: 3px;
}

.quantity p {
    margin-bottom: 5px;
}

.quantity {
    white-space: nowrap;
}

.summary {
    font-size: 14px;
    float: right;
    padding-top: 15px;
}

.summary table {
    width: 100%;
}

.summary table td {
    text-align: right;
    width: 90px;
}

.summary table td {
    text-align: right;
    width: 90px;
}

.summary table th {
    text-align: right;
    font-weight: 400;
}

.summary table tr:last-child td, .summary table tr:last-child th {

}

.summary table tr:first-child td, .summary table tr:first-child th {
    border-top-width: 0;
}


table.contentTable td, table.contentTable th{
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
}

table.contentTable td p{
    margin: 0px;
}

table.contentTable th{
    text-align: center;
    font-size: 14px;
}

.accountFunctions p.formlinkpos-top{
	margin-top: 5px;
}
.backtoshop {
    float: left;
}

.nextStep {
    float: right;
}
.prevStep {
    float: left;
}

.basketFunctions {
    float: left;
    padding-top: 20px;
}

.basketFunctions button {
    background: none;
    border: none;
    cursor: pointer;
    color: #1d7e96;
    padding: 0;
    height: 14px;
    line-height: 14px;
}

.basketFunctions span {
    border-right: 1px solid #1d7e96;
    padding: 0 9px 0 0;
    float: left;
    line-height: 12px;
    height: 12px;
}

.removeFn {
    padding-left: 17px;
    color: #e70404;
    background: url(../../img/x-icon.png) no-repeat 0 1px;
}

.removeFn:hover {
    background-position: 0 -25px;
}

/* --- checkout order ---------------------------- */
.orderBasketItems,
.orderBasketItems a,
.orderSummary,
#orderAddress,
#orderShipping,
#orderPayment {
    color:#515353;
}



#orderAddress h3, #orderShipping h3, #orderPayment h3 {
    color:#000;
}
/* --- CLEAR ------------------------ */

.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 */

/* Sprite */
.pagerleft,
.smallArrow,
.basketUpdate span ,
.basketRemove span,
.checkoutSteps li,
.checkoutSteps li a:hover,
.FXgradOrange, .removeButton, .sf-menu li.current,
.sf-menu li.sfHover, .sf-menu li:hover, .gridView div.priceBox:hover,
.gridView div.titleBox:hover, .featuredList a:hover,
.featuredList li.articleImage:hover + li.articleTitle > a,
#footer .list a:hover, #currencies a:hover, #languages a:hover,
.flyoutMenu a:hover, .basketFlyout li a:hover,
.dropDown ul a:hover, div.anythingSlider span.arrow:hover,
.thumbNav a:hover, .itemSlider .prevItem:hover span.slideBg,
.itemSlider .nextItem:hover span.slideBg, a.viewAllHover,
.itemSlider li a.viewAllHover, .specBoxTitles a.title:hover,
#footer div#inf a.infshoplink span,#footer div#inf a.infmagazinlink span,#footer div#inf a.infservicelink span,
.actionLinks li:hover, .bg0, .bg1,  #sidebar .tree li a i,
div.anythingSlider .forward a, div.anythingSlider .back a, div.anythingSlider .forward a:hover,div.anythingSlider .back a:hover,*
div.anythingSlider .thumbNav a, div.ocbox h1,
#sidebar .tree .magazin a:hover > i, #sidebar .tree .service a:hover > i, 
#header ul.maincat li.magazin:hover, #header ul.maincat li.magazin:active,#header ul.maincat li.magazin.active, 
#header ul.maincat li.service:hover, #header ul.maincat li.service:active,#header ul.maincat li.service.active,
#header ul.maincat li.maincatbasket, #header ul.maincat li div.basketBox,
#footer div.paymentrow div.col1 h3 span, #footer div.paymentrow div.col2 h3,
div.searchBox input.searchSubmit, .breadCrumpSeperator, div.selector,
div.selector span, .input-wrapper .input-left, .input-wrapper .input-right,
.button-wrapper .button-left, .button-wrapper .button-right, a.next span, a.prev span,
#lnslider .ui-state-default, #lnslider .ui-widget-content .ui-state-default, #lnslider .ui-widget-header .ui-state-default,
#overviewLink a span, a.wishlink span, a.noticelink span, .rating li.currentRate, ul.rating,
.dropDown p, .dropDown p span, .picture .anythingSlider .arrow a,
.ratings-notice-wish .wish-links a.suggestlink span {
	background-image: url("../../img/didymos_sprite.png");
	background-repeat: no-repeat;
}

/* --- Main page error or messages -----------*/

.status {
    padding: 8px 15px 8px 30px;
    margin-bottom: 15px;
    font-size: 14px;
}

.error {
    color: #4b0b0b;
    border: 2px solid #fed8d2;
    background: #ffe7e3 url(../../img/error-inline.png) no-repeat 12px 11px;
}

.success {
    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;
}


/* --- box -------------------------------- */

.box {
    width: 172px;
    margin-bottom: 15px;
		font-size: 12px;
	 font-family: Arial, sans-serif;
}
.std {
	 font-size: 12px;
	 font-family: Arial, sans-serif;
}

.box ul, .box ol, .box .content {
    border: 2px solid #58b3ca;
    border-top: none;
    margin: 0;
    margin-top: -2px;
    text-shadow: 0px 1px 1px #fff;
}

.box li {
    list-style: none;
    padding: 0;
}

.box .content {
    padding: 10px;
}

/* --- News Box ----------------------- */
#newsBox.box li {
    padding-top: 7px;
}

#newsBox.box li:first-child {
    padding-top: 0;
}

/* --- general ----------------------- */

#content h1.pageHead {
	border-bottom: 1px dashed #0060AE;
    color: #0060AE;
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 30px;
    font-weight: normal;
    height: 28px;
    margin: 10px 0 20px;
    padding-left: 1px;
    width: 98%;
	
}

#content h1.newsOverviewPageHead {
    border-bottom: 1px dashed #9aba4b;
    color: #9aba4b;
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 30px;
    font-weight: normal;
    height: 28px;
    margin: 10px 0 6px;
    padding-left: 1px;
    width: 98%;
	
}

/* --- Article  box & remomendation box --------------------- */
.featuredList a {
    padding: 7px 10px 5px 10px;
    display: block;
}

.featuredList .desc {
    padding: 0 10px 3px;
    display: block;
}

.featuredList ol a {
    padding-left: 0;
}

.featuredList li:last-child a {
    padding-bottom:11px;
}

.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;
}

/* --- category list category boxes ---------------- */
.box .subcatPic {
    position: relative;
    height: 100px;
    left: -10px;
    top: -10px;
}

.box .subcatPic a{
    background:#fff;
    display:block;
    height: 100px;
    line-height:98px;
}

.box .catPicOnly {
    padding: 0;
}

.box .catPicOnly .subcatPic {
    left: 0;
    top: 0;
    text-align: center;

}

.box .catPicOnly .subcatPic img{
    vertical-align: middle;
}

.subcatList .box li.subcatPic {
    padding: 0;
}

/* --- promo boxes: bargain item -------------- */

.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: 10px;
    text-decoration: none;
}

.specBox .rss span {
    visibility: hidden;
    white-space: nowrap;
    right: -198px;
    color: #fff;
    padding: 5px 8px 0px 30px;
    height: 22px;
}

.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;
}



.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;
    left: 105px;
    top: 75px;
    display: none;
}

.specCatBox:hover .specCatBox .viewAllHover {
    display: block;
}


/* ??? */
.list {
    clear: left;
}

/* --- form elements  -------------------- */
.checkbox {
    padding: 0;
    margin: 0;
    border: none;
}


.textbox:focus, input[type ="text"]:focus {
    border-color: #666;
}

.areabox {
    padding: 2px;
		width: 277px !important;
		border: 1px solid #BBBBBB;
}

.radiobox, .checkbox {
    margin: 0;
    padding: 0;
    height: 13px;
    width: 13px;
}
input.nolb {
	border-left:none !important;
}

/* --- box -------------------------------- */

.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;
    line-height: 18px;
}

.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-family: 'Ubuntu Condensed', Arial, sans-serif;
		font-weight: normal;
		font-size: 20px;
		color: #0061ae;
	  border-bottom: 1px dashed #DDC2A6;
		width: 100%;
		height:25px;
		margin:25px 0 22px 0;
}

div.collumn h3.blockHead {
		margin-top:10px;
}

.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;
}

/* --- underlined links in login page ---------------- */
a.textLink {
    text-decoration: underline;
}

/* --- RSS link ----------------------------- */
a.rss {
    text-decoration:none;
    float: right;
    height:16px;
    margin:1px 0;
    position: relative;
}

a.rss img {
    position: relative;
    z-index: 11;
}

a.rss span {
    visibility: hidden;
    display: block;
    position: absolute;
    white-space: nowrap;
    right: -6px;
    font-size: 12px;
    top: -5px;
    color: #fff;
    padding: 5px 30px 0px 8px;
    height: 21px;
    z-index: 5;
}

a.rss:hover span {
    visibility: visible;
}

h3.lightHead {
    color: #1d7e96;
    text-shadow: 0px 1px 1px #fff;
}

.widgetBox, .widgetBoxBottomRound {
    border: 1px solid #c9d3d7;
    padding: 10px;
    clear: both;
}

.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;
}

/* --- Reviews ------------------------------- */
div.reviews h4 {
    margin-bottom: 5px;
}

div.reviews ul.rating {
    margin: 0 0 10px 0;
}

div.reviews textarea.areabox {
    width: 95%;
    height: 120px;
    margin-bottom: 10px;
}

div.reviews form {
    margin-bottom: 20px;
}

div.reviews dt {
    display: block;
    border-top: 1px dashed #ddc2a6;
    padding: 10px 0 2px;
    margin-top: 5px;
}

div.reviews dl {
    margin-bottom: 15px;
}

div.reviews dt:first-child {
	
}

div.reviews dt span,
div.reviews dt ul {
    font-size: 15px;
    font-weight: normal;
    line-height: 17px;
    color: #333333;
}

div.reviews dd {
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
		line-height: 18px;
		margin-top: 3px;
		color: #333333;
}

#writeReview {
    display: none;
}

#writeReview label {
    font-size: 14px;
		line-height: 28px;
}


/* --- Article details tabs  ----------- */
ul.tabs {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

ul.tabs li {
    float: left;
    padding: 0;
    list-style: none;
    border: 1px solid #999;
    border-bottom: 1px solid #c9d3d7;
    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;
}

ul.tabs li.ui-state-active {
    background: #fff;
    border-bottom-color: #fff;
    border-top-color: #c9d3d7;
    border-right-color: #c9d3d7;
    z-index: 2;
}

ul.tabs css3-container:first-child + li, .tabs li:first-child {
    margin-left: 0;
}

ul.tabs li.ui-state-active:first-child, .tabs css3-container:first-child + li.ui-state-active {
    border-left-color: #c9d3d7;
}

ul.tabs a {
    color: #515353;
}

div.ui-tabs-hide {
    display: none;
}

ul.tabs li.fbTab a {
    background: url(../../img/facebook_icon.png) no-repeat 0 1px;
    padding: 0px 0px 0px 18px;
}

/* --- BUTTONS  ------------------- */
button {
    cursor: pointer;
    width: auto;
    overflow: visible;
}

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: underline;
    cursor:pointer;

}

.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;
    text-shadow: 0px -1px 0px #aa6826;
}

.removeButton span {
    background: url(../../img/remove.png) no-repeat 0 1px;
    padding-left: 0px;
}

.removeGift {
   bottom: 42px;
   position: absolute;
   right: 10px;
}

/* --- HEADER ELEMENTS ---------------- */
#logo {
    margin: 0 0 8px 0;
    float: left;
}

#topMenu{
    position: absolute;
		top:9px;
		left: 410px;
}
ul#topMenu {
    margin:0;
		background: url(../../img/header_label_li.png)no-repeat top left transparent;
		height: 29px;

		padding-right:10px;
}

#topMenu li {
    float: left;
    font-size: 10px;
    font-weight: 700;
    padding: 6px 11px 0 10px;
    line-height:14px;
    list-style: none;
    background: url(../../img/header_label_re.png) no-repeat top right;
		margin:0 12px 0 0;
		height: 29px;
}

#topMenu li img {
    padding-left:5px;
}


#topMenu li {
    color: #888888;
		font-size:12px;
		font-weight: normal;
}


#topMenu li:last-child {
}

#topMenu a,
.selectedValue a {
    color: #0060ae;
		font-size: 16px;
		font-weight:normal;
}

#topMenu a:hover,
.selectedValue a:hover {
    color: #18778e;
    text-decoration: underline;
}
#topMenu li p.errorMsg{
    text-transform: none;
}

.flyout .textbox {
    color: #b4b8b8;
}


.loginForm,.altLoginBox{
    border: 1px solid #c1c1c1;
    padding: 1px 11px 5px 11px;
    width: 140px;
    position: relative;
    z-index: 2;
		font-size:13px;
		top: 8px;
		left: 85px;
}

.loginForm p {
  margin-bottom: 5px;
  position: relative;
}

.loginForm p.errorMsg {
    color: #ff0000;
}

.loginForm p.checkFields {
    margin-bottom: 4px;
}

.loginForm .submitButton{}

.loginForm .checkbox,
.loginForm p.checkFields label {
  float: left;
  text-transform: none;
  line-height: 14px;
}

.loginForm p.checkFields label {
    text-transform:none;
    color: #0060ae;
    display:block;
    line-height:14px;
    font-size:13px;
		font-weight:normal;
}

.loginForm .checkbox {
  margin-right: 5px;
}

.loginForm .textbox {
  width: 128px;
}

.loginForm .passwordbox {
  width: 118px;
  margin-right: 3px;
}

.loginForm label.innerLabel{
  margin-top: 2px;
}

.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: -1px;
  top: -2px;
  display: none;
  z-index:9;
}

#topMenu .flyout strong a {
  color: #18778e;
}

.logoutLink {
    padding-left: 20px;
    text-transform: uppercase;
    background: url(../../img/logout.png) no-repeat 8px 3px;
}

.flyout h4 {
  text-align: right;
  margin: 5px 0 8px;
  color: #1d7e96;
	font-weight:normal;
	font-size:16px
}

.topPopList {
		position:absolute;
		top: 7px;
		left: 223px;
}

.topQuickorder {
		position:absolute;
		top: 12px;
		left: 275px;
		width: 120px;
}

.topQuickorder a {
		font-size: 13px;
}

.flyoutBox {
    position:absolute;
    display:none;
    top: 26px;
    left: 190px;
    z-index: 15;
}

.flylang {
    left: 16px;
}


.selectedValue {
    padding-left: 25px;
    margin-top: 1px;
}

.lang {
		width: 0px;
		height:40px;
		font-size:13px;
		margin-top: 6px;
}

/* Deutsch */
.bg0 {
		background-position: -40px -30px;
}

/* Englisch */
.bg1 {
		background-position: -70px -30px;
}

/* --- currency and language flyouts ----- */
#currencies,
#languages {
   background-color: #F4F4F2;
    border: 1px solid #E2DEDA;
    font-size: 13px;
    margin: 0;
    padding: 1px;
}

.flyoutMenu {
    font-size: 13px;
    border: 1px solid #E2DEDA;
		background-color: #F4F4F2;
    padding: 1px;
    margin: 0;
}


#currencies li,
#languages li,
.flyoutMenu li {
    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 2px 8px;
  line-height: 18px;
  color: #0060AE;
}

#languages li.active a {
		background:none;
    width: 60px;
		font-family: 'Ubuntu Condensed',Arial,sans-serif;
		color:#0060ae; 
		font-weight:normal;
		font-size:13px;
}

#languages li.active a img {
		margin-left:2px;
		margin-bottom:-1px;
}

#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;
}

.selectedValue a.flag{
    display: inline-block;
    width:80px;
    font-size: 13px;
}


/** language flags flyout with cms page as destination  **/
#languages a.flag.fr span
{
	width: 15px;
	height:10px;
	margin:3px 0;
	background-image: url( '../../img/lang/fr.png' );
}

#languages a.flag.it span
{
	width: 15px;
	height:10px;
	margin:3px 0;
	background-image: url( '../../img/lang/it.png' );
}

#languages a.flag.ru span
{
	width: 15px;
	height:10px;
	margin:3px 0;
	background-image: url( '../../img/lang/ru.png' );
}

/* --- main navigation menu ------------------- */
#navigation, #navigation2 {clear:both; width:954px;  margin: 0; padding: 0;float:left;}
#navigation a, #navigation2 a {
    text-decoration: none;
}

#navigation > li > ul, #navigation2 > li > ul {margin-top:6px;}
#navigation > li > ul > li > a, #navigation2 > li > ul > li > a {font-size:10px; font-weight: 700 }

#navigation > li > a, #navigation2 > li > a {
    color: #AB161C;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
		margin-bottom: 1px;
    margin-top: -1px;
}


div.addborder.shop {
	 border-bottom: 1px dashed #0061AF;
    border-top: 1px dashed #0061AF;
}

div.accountColor #navigation  > li > a, div.accountColor #navigation2  > li > a {
    color: #ffffff;
}

div.naviwrapper {
	 background: url("../../img/textur_rot.png") repeat-x 0 0 #AB161C;
    margin: -3px;
    padding: 2px;
		-webkit-box-shadow: 0 -3px 2px -2px #888888;
		box-shadow: 0 -3px 2px -2px #888888;
}
div.naviwrapper.hm {
	 background: url("../../img/textur_rot.png") repeat-x 0 0 #AB161C;
}
div.naviwrapper.mag {
	 background: url("../../img/textur_gruen.png") repeat-x 0 0 #AB161C;
}
div.naviwrapper.srvc {
	 background: url("../../img/textur_gelb.png") repeat-x 0 0 #AB161C;
}

div.pagefull.homemt{
	margin-top:3px;
}
#navigation a, #navigation2 a {
    text-decoration: none;
    font-size: 16px;
}

#navigation > li > a:hover, #navigation > li > a:active,  #navigation > li > .current, #navigation2 > li > a:hover, #navigation2 > li > a:active,  #navigation2 > li > .current {
    color:#FFFFFF;
}
.shopleiste {
		border-bottom: 1px dashed #660000;
    border-top: 1px dashed #660000;
}
.pagefull.magazin {
		border-bottom: 1px dashed #4d7b38;
    border-top: 1px dashed #4d7b38;
}
.addborder.startColor {
		border-bottom: 1px dashed #0061AF;
    border-top: 1px dashed #0061AF;
		box-shadow: 0 3px 2px -2px #aaa;
}
.shopleiste #navigation > li > a, .magazin #navigation li a, .service #navigation li a, #navigation.srch li a,
.shopleiste #navigation2 > li > a, .magazin #navigation2 li a, .service #navigation2 li a {
    color:#FFF;
}
.shopleiste #navigation > li > a:hover, .magazin #navigation li a:hover, .service #navigation li a:hover,
.shopleiste #navigation2 > li > a:hover, .magazin #navigation2 li a:hover, .service #navigation2 li a:hover{
    color:#FFF;
		text-decoration: underline;
}

#navigation li.current, #navigation2 li.current {
	background: #FFF url("../../img/bg_textur_leinen.png") repeat left top;
	margin: -3px;
	padding: 3px;
}

.shopleiste #navigation li.current a, .shopleiste #navigation li.current a:hover,
.shopleiste #navigation2 li.current a, .shopleiste #navigation2 li.current a:hover{
	color: #AB161C;
	border: 1px dashed #AB161C;
	line-height: 16px;
}

.magazin #navigation li.current a, .magazin #navigation li.current a:hover,
.magazin #navigation2 li.current a, .magazin #navigation2 li.current a:hover {
	color: #82A819;
	border: 1px dashed #9aba4b;
	line-height: 16px;
}

ul.sub div.row li a {
	border: none !important;
}

.service #navigation li.current a, .service #navigation li.current a:hover,
.service #navigation2 li.current a, .service #navigation2 li.current a:hover {
	color: #FF7E00;
	border: 1px dashed #ffb70d;
	line-height: 16px;
}

div.accountColor #navigation > li > a:hover, div.accountColor #navigation > li > a:active,
div.accountColor #navigation2 > li > a:hover, div.accountColor #navigation2 > li > a:active{
    /* background: url("../../img/textur_blau.png") repeat-x 0 0 #0060AE; */
	text-decoration: underline;
	color: #FFFFFF;
}


ul#navigation li.accountCurrent, ul#navigation2 li.accountCurrent  {
    /* background: url("../../img/textur_blau.png") repeat-x 0 0 #0060AE; */
	text-decoration: underline;
	color: #FFFFFF;
}


#navigation li, #navigation2 li {
    border-radius: 1px 1px 1px 1px;
    float: left;
}

#subservice .menu a {
    padding-bottom: 7px;
		padding-top: 7px;
}
.menu a {
    padding: 8px 12px 8px 11px;
    display: block;
    /*  position: relative;  */
    text-decoration:none;
}
.menu, .menu * {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

#navigation li ul, #navigation .sub, #navigation2 li ul, #navigation2 .sub {
		display: none;
		
}
#navigation  ul.sub, #navigation2  ul.sub {
		display: block;
		
}

#navigation li .sub-container, #navigation2 li .sub-container {
		position: relative;
		top: 37px !important;
}
#navigation li div.sub-container, #navigation2 li div.sub-container {
    position: absolute;
    left:0;
    top: 51px;
    width: 954px;
		background: url("../../img/bg_textur_leinen.png") top left;
		border-right: 2px solid #e9e9e9;
		border-left: 2px solid #e9e9e9;
		border-bottom: 2px solid #e9e9e9;
		
}

#navigation li .sub li, #navigation2 li .sub li {
		width:215px;
		height: 75px;
		padding: 10px 0;
		overflow: hidden;
		float: left;
		border-bottom: 1px dashed #FFFFFF;
		margin: 0 12px -1px 10px;
}

#navigation li .sub li img, #navigation2 li .sub li img {
		float: left;
		margin-right: 5px;
		cursor: pointer;
}

#navigation li .sub .row, #navigation2 li .sub .row {
		width: 100%;
		clear: both;
}

#navigation li .sub a, #navigation2 li .sub a {
		font-size: 16px;
		line-height: 15px;
		color: #AB161C;
		padding:0;
		margin:0;
}
#navigation li .sub a.mega-hdr-a:hover {
		text-decoration:underline; 
}

#navigation li.mega-hdr a p.desc, #navigation2 li.mega-hdr a p.desc {
		font-size:12px;
		line-height:15px; 
		font-family: Arial, sans-serif;
		height:56px;
		overflow:hidden;
		margin-top:3px;
}

.menu {
    position: relative;
}


div#subshop {
	display: none;
	position: absolute;
	top: 100px;
	left: 0;
	background: url("../../img/textur_rot.png") repeat-x scroll 0 0 #AB161C;
	margin: -3px;
  padding: 2px;
	height: 36px;
	z-index: 999;
}

div#submag {
	display: none;
	position: absolute;
	top: 100px;
	left: 0;
	background: url("../../img/textur_gruen.png") repeat-x scroll 0 0 #82A819;
	margin: -3px;
  padding: 2px;
	z-index: 999;
	height: 36px;
}

div#subservice {
	display: none;
	position: absolute;
	top: 100px;
	left: 0;
	background: url("../../img/textur_gelb.png") repeat-x scroll 0 0 #82A819;
	margin: -3px;
  padding: 2px;
	z-index: 999;
	height: 36px;
}

div#subshop ul  {
	border: 1px dashed #660000;
}
div#submag ul  {
	border: 1px dashed #4d7b38;
}
div#subservice ul  {
	border: 1px dashed #ec6f21;
}
div#subshop ul ul, div#submag ul ul, div#subservice ul ul  {
	border: none;
	padding-top: 1px;
}
div#subshop ul#navigation ul li.current.active, div#submag ul#navigation ul li.current.active, div#subservice ul#navigation ul li.current.active,
div#subshop ul#navigation2 ul li.current.active, div#submag ul#navigation2 ul li.current.active, div#subservice ul#navigation2 ul li.current.active {
	display:none;
}
div#subshop ul a:hover, 
div#submag ul a:hover,  
div#subservice ul a:hover,
#navigation li a:hover
{
	text-decoration: underline;
}
div#subshop ul li div.sub-container.mega, div#subshop ul li div.sub-container.mega ul.sub,
div#submag ul li div.sub-container.mega, div#submag ul li div.sub-container.mega ul.sub,
div#subservice ul li div.sub-container.mega, div#subservice ul li div.sub-container.mega ul.sub {
	display:none !important;
}
div#subshop ul a, 
div#submag ul a, 
div#subservice ul a,
#navigation li a {
	color: #FFF;
}


/* --- main navigation menu ------------------- */
#header ul.maincat {
	background: url("../../img/reiter.png") no-repeat transparent;
	position:absolute;
	top: 52px;
	right: 10px;
	height: 45px;
	margin:0;
	padding:0;
}

#header ul.maincat li {
	float:left;
	list-style: none outside none;
	position: relative;
	display:block;
	height:45px;

}
.maincatbasket.clearInherit.checkout #basketFlyout{
	right: 5px !important;
}

#header ul.maincat li div {
	margin-top:13px;
}

#header ul.maincat li a {
	font-size:20px;
	font-weight:normal;
	color: #ffffff;
	text-decoration: none;
}

#header ul.maincat li a {
	font-size:24px;
	font-weight:normal;
	color: #ffffff;
}
#header ul.maincat li.shop  {
	width: 145px;
}

#header ul.maincat li.shop a  {
	margin-left: 30px;
}

#header ul.maincat li.magazin  {
	width: 182px;
}

#header ul.maincat li.magazin a {
	margin-left: 34px;
}
#header ul.maincat li.magazin:hover, #header ul.maincat li.magazin.active   {
	background-position: -40px -258px;
}

#header ul.maincat li.service  {
	width: 170px;
}

#header ul.maincat li.service a {
	margin-left: 30px;
}

#header ul.maincat li.service:hover, #header ul.maincat li.service.active   {
	background-position: -40px -378px;
}

#header ul.maincat li.maincatbasket  {
	background-position: -40px -618px;
	width: 235px;
	height: 45px;
	z-index: 9001;
}


/* header contact with cms page as destination */

#header a#headerContact
{
	position: absolute;
	left: 615px;
	top: 12px;
	display: block;
	width: 18px;
	height: 20px;
	background-image: url( '../../img/phone.png' );
}



/* --- basket box ------------------------------ */

#header ul.maincat li.maincatbasket span.numitems  {
	font-family: Arial, sans-serif;
	font-size:12px;
	color: #000;
	margin: -2px 0 0 28px;
	float:left;
	width: 180px;
}

#header ul.maincat li div.basketBox {
	  background-position: -100px -26px;
		height: 45px;
		width: 30px;
		margin: 7px 0 10px 12px;
}
#header ul.maincat li div.basketBox a {
		color: #0060ae;
		font-size:14px;
		padding-left: 28px;
}

.counter {
    display: block;
    color: #fff;
    font-size:11px;
    padding:1px 5px 0px 5px;
    line-height: 15px;
    position: absolute;
    z-index: 13;
    right: 28px;
    top: -3px;
    border: 1px solid #cdcdcd;
    white-space: nowrap;
    text-align:center;
    -moz-border-radius: 25px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.basketBox img {
    position: absolute;
    right: 0;
    z-index: 12;
}

.basketBox img:hover {
    cursor: pointer;
}


/* --- Search box ------------------------------- */
div.searchBox {
    position: absolute;
    right: 5px;
    top: 9px;
	width: auto;
}

div.searchBox .input-wrapper {
    float: left;
}

div.searchBox input.textbox {
    width: 160px;
    padding-left: 4px;
    color: #b4b8b8;
    float:left;
    margin:-2px 3px 0 0;
    height: 28px;
    font-size: 14px;
}

div.searchBox input.searchSubmit {
    background-position: -180px -32px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 35px;
    height:30px;
    float:left;
    margin-top:-3px;
}

div.searchBox input.textbox:focus {
    color: #333;
}


/* --- Footer ----------------------------- */
#footer #panel {
	margin: 0;
}

#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 .accountBoxBorder {
	top: 5px;
	left: 5px;
}

#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;}

#footer .qualitysign {
	vertical-align: text-top;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #DDC2A6;
}
#footer .qualitysign img {
	margin-right: 14px;
}
#footer .qualitysign img.ds {
	margin-right: 0px;
}
#footer .qualitysign a:hover {
	text-decoration: none;
}
#footer div.inforow img {
	display:block;
	margin-top:10px;
}

#footer div.inforow div  {
	float:left;
	margin-right: 25px;
}

#footer div.inforow div a {
	color: #888888;
	font-size:11px;
	line-height:16px;
	display:block;
}

#footer div.inforow div h3 {
	 color: #0060AE;
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
}

#footer div.inforow div.col1, #footer div.qualitysign h5 {
		font-family: 'Ubuntu Condensed',Arial,sans-serif;
		color:#0060ae; 
		font-weight:normal;
		font-size:14px;
}
#footer div.inforow div.col1 {
		width: 204px;
}
#footer div.inforow div.col2 {
		width: 20px;
		font-size: 11px;
		color: #333333;
}
#footer div.paymentrow {
		color: #333333;
}
#footer div.inforow div.col3 {
		width: 155px;
}
#footer div.inforow div.col4 {
		width: 240px;
}
#footer div.inforow div.col5 {
		width: 100px;
		margin-right:0;
}

#footer div#inf a {
		font-family: 'Ubuntu Condensed',Arial,sans-serif;
		font-size:14px;
		text-decoration: none;
}
#footer div#inf div {
		color: #333333;
}
#footer div#inf {
	 width: 450px;
	 font-size:12px;
}
#footer div#inf p {
	 display:inline;
}
#footer div#inf a.infclose {
	 display:inline;
	 color: #858786;
	 font-weight:bold;
	 font-family:Arial,sans-serif;
	 font-size:12px;
}
#footer div#inf div#infservice, #footer div#inf div#infshop, #footer div#inf div#infmagazin {
	 padding-top:15px;
}

#footer div#inf h1, #footer div#inf h2 {
	font-family: 'Ubuntu Condensed',Arial,sans-serif;
	font-weight:normal;
	font-size: 16px;
	margin:0 0 2px 0;
}

#footer div#inf #infshop h1 {
	color: #AC1921;
}
#footer div#inf #infmagazin h2 {
	color: #689901;
}
#footer div#inf #infservice h2 {
	color: #ff7e00;
}

#footer div#inf a.infservicelink {
	color: #ff7e00;
	margin-right: 15px;
}
#footer div#inf a.infmagazinlink {
	color: #689901;
	margin-right: 12px;
}
#footer div#inf a.infshoplink {
	color: #AC1921;
	margin-right: 12px;
}
#footer div#inf a.infmagazinlink span {
	background-position: -787px -1157px;
	font-size:8px;
}
#footer div#inf a.infservicelink span {
	background-position: -802px -1157px;
	font-size:8px;
}
#footer div#inf a.infshoplink span {
	background-position: -772px -1157px;
	font-size:8px;
}

#footer div.infoborder {
	clear:both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #DDC2A6;
	padding-top: 5px;
}

#footer div.paymentrow div.col1, #footer div.paymentrow div.col2  {
	width:445px;
	float:left;
}

#footer div.paymentrow div.col1  {
	margin-right:25px;
}

#footer div.paymentrow div p {
	font-size: 11px;
	margin-bottom: 12px;
	margin-top: 0;
	line-height: 14px;
}
#footer div.paymentrow div.col1 h3 span {
	background-position: -540px -1140px;
        padding: 0px 0px 10px 35px;
}
#footer div.paymentrow div.col2 h3 {
	background-position: -578px -1140px;
	padding-left: 35px;
	height: 20px;
	width: 12px;
	margin-bottom: 22px;
}
#footer div.paymentrow div.infobutton {
	margin-right:115px;
	margin-top: 32px;
}

#footer div.socialMedia  {
	width:215px;
	clear:both;
}
#footer div.socialMedia img {
	float: left;
	margin-right:3px;
}
#footer div.inforow div.socialMedia a {
	display:inline;
}

.fbInfoPopup {
    width: 500px;
}

.fbInfoPopup a {
    color: #1D7E96;
}

.fbEnableButton {
    float: left;
    border: 1px solid #c8d5e6;
    text-align: left;
    margin-right: 10px;
}

.fbEnableButton:hover {
    border-color: #9dacce;
}

.fbEnableButton a {
    display: block;
    float: left;
    line-height: 18px;
    background: url(../../img/facebook_icon.png) no-repeat 3px 3px;
    padding: 0px 0px 0px 21px;
    font-size: 10px;
    text-transform: uppercase;
    color: #2c5e97;
}

.fbEnableButton a:hover {
    text-decoration: none;
}

.fbEnableButton a.helpText {
    float: left;
    background: none;
    border-left: 1px solid #c8d5e6;
    margin-left: 5px;
    padding: 0 4px;
}

.fbEnableButton a.helpText:hover {
    background: #d7e3f1;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.copyright {float: right; margin: 0 10px; font-size:10px; float: right; padding: 0; color:#2F2F2F;}
.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;
}

/* --- Tags --------------------------------- */

p.tagCloud, div.tagCloud  {
    line-height: 1.5em;
}

a.tagitem_100 {
    font-size:12px;
}

a.tagitem_200 {
    font-size:14px;
}

a.tagitem_300 {
    font-size:16px;
}

a.tagitem_400 {
    font-size:18px;
}

a.tagitem_500 {
    font-size:20px;
}

a.tagitem_600 {
    font-size:22px;
}

a.tagitem_700 {
    font-size:24px;
}

a.tagitem_800 {
    font-size:26px;
}

a.tagitem_900 {
    font-size:28px
}

span.taggedText {
    color: #a2a9ab;
}

p.tagError {
    display: none;
}

a.tagText{
    vertical-align:middle;
    display:inline-block;
    line-height:12px;
}

a.tagText img{
    margin-right:3px;
    vertical-align:top;
}

/* --- Infogrid -------------------------------- */

.infogridView {
    margin: 0;
    padding: 10px 5px 0px 5px;
}

.infogridView li.productData {
    background: transparent url(../../img/productbox_bg.png) no-repeat 150px 305px;
    width: 226px;
    height: 404px;
    margin: 0px 10px 15px 0px;
    padding: 0;
    list-style: none;
    float: left;
    position: relative;
    border: 1px dashed #ddc2a4;
}

#wishlistProductList .infogridView li.productData {
    width: 218px !important;
}

.infogridView li.productData.last{
    margin: 0px 0px 15px 0px;
}

.infogridView .listDetails .shortDesc {
    font-size: 12px;
    line-height: 15px;
    color: #333333;
    padding: 9px 0px 0px 0px;
}

.infogridView .listDetails .shortDesc p {
    margin: 0px;
}


ul#wishlistProductList, ul#noticelistProductList {
    margin: 0px !important;
		padding: 5px 0;
}

.pictureBox img {
        width: 205px;
}

h3.promo {
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 30px;
    color: #AB161C;
    border-bottom: 1px dashed #AB161C;
    font-weight: normal;
    height: 28px;
    margin: 14px 0 0px;
    width: 98%;
    padding-left: 1px;
}

.titleBox a{
     font-family: 'Ubuntu Condensed',Arial,sans-serif;
     display: block;
     padding: 0px;
     font-size: 16px;
}

.priceBox {
     position: absolute;
     left: 0px;
     bottom: 0px;
     padding: 10px;
     color: #0060ae;
     font-weight: bold;
     font-size: 14px;
}
.priceBox.high {
     bottom: 3px;
}

.listDetails .detailsButton {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.listDetails .detailsButton.high {
    bottom: 10px;
}

.listDetails .detailsButton a {
    color: #ab161c !important;
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 16px;
}

.price {
    color: #ab161c;
		font-size:16px;
		float:left;
}

.titleBox a {
    color: #333333 !important;
}
.attributes {
    color: #333333;
		font-size:12px;
		margin-bottom:15px;
}

/* --- Modal Popap -------------------- */

.popupBox {
    position: absolute;
    border: 1px solid #c1c1c1;
    padding: 10px;
    display: none;
}

.popupBox img.closePop {
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
}

/* --- mini basket -------------------------- */
.basketFlyout {
    display: none;
    border: 1px solid #676767;
    width: 318px;
    position: absolute;
    z-index: 111;
    right: 10px;
    top: 10px;
    padding: 7px 0 10px 0;
}

.basketFlyout .title {
    padding-left: 10px;
		margin-bottom: 8px;
    display: block;
    margin: 5px 0 8px 0;
		border-bottom: 1px dashed #0060AE;
}

.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 div.vis {
    display:none;
}

#modalbasketFlyout div.visFlyout {
    display:none;
}


.basketFlyout li a {
    border-bottom: 1px dashed #DDC2A6;
    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;
    padding: 5px 10px;
    margin: 0;
}

.scrollable .totals {
    width: 230px;
    border-top: none;
}

.basketFlyout .price {
    float: right;
}

.basketFlyout .item {
    float: left;
    width:157px;
    overflow: hidden;
    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;
    text-align: left;
}

.scrollable hr {
    width: 250px;
}

.basketItems {
    width: 250px;
    height:230px;
    oveflow:hidden;
}

.scrollable .scrollbarBox {
    height: 200px;
    width:  265px;
    overflow: hidden;
}

/* --- Side Bar category tree ------------------------------ */

#sidebar .tree {
    padding: 0px 8px;
    margin: 0px;
}

#sidebar .tree ul {
    padding-left:0px;
    margin: 0;
}

.tree li {
    list-style: none;
    border-bottom: 1px dashed #ab161c;
		padding:2px 0;
}

.tree li i {
	 background-position: -770px -1158px;
         width: 15px;
         float:right;
         margin-top: 8px;
}

.tree .magazin li i {
    background-position: -785px -1158px;
}

.tree .magazin li a:hover i {
    background-position: -785px -1158px;
}

.tree .service li i {
    background-position: -800px -1158px;
}

.tree .service li a:hover i {
    background-position: -800px -1158px;
}

.tree li.active a {
		background: url(../../img/textur_rot.png) repeat-x top left;
                color:#FFFFFF;
		padding:0 3px;
}
.tree li.active ul li a {
		background: none;
		color:#ab161c;
}
.tree li.active ul li  {
		margin: -4px 0;
}

#sidebar .tree li.last, .tree li.active ul li:last-child, .tree li:last-child {
    border-bottom: 0px;
}

#sidebar .tree a  {
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 16px;
    line-height: 19px;
    color: #ab161c;
    display:block;
    padding: 8px 5px;
		margin:2px 0 0 0;
}

ul#tree li>ul.subinvisible {
    display: none; 
  }
  ul#tree li a:hover>ul.subinvisible, ul#tree li>a#aktuell+ul.subinvisible {
    display: block;
  }

/*
#sidebar .tree ul.subinvisible  {
		display: none;
}
#sidebar .tree ul.subinvisible:hover {
		
}*/

#sidebar .tree ul.subinvisible li  {
    border:none;
		color: #090 !important;
}
#sidebar .tree ul.subinvisible li a {
		color: #ab161c !important;
		font-size:14px;
		padding: 4px 5px;	
		margin:3px 0 0 0;
		line-height:14px !important;
} 
#sidebar .tree ul.subinvisible li.active a {
		color: #ffffff !important;
}

#sidebar .tree a:hover, #sidebar .tree ul.subinvisible li a:hover {
    background: url('../../img/textur_rot.png') repeat-x top left;
		color: #FFFFFF !important;
		text-decoration: none;
}

#sidebar .tree a:hover > i  {
    background-position: -785px -1158px;
		width: 15px;
		float:right;
		margin-top: 8px;
}


#sidebar .tree .magazin a:hover > i  {
    background-position: -785px -1158px;
}


#sidebar .tree .service a:hover > i  {
    background-position: -800px -1158px;
}

#sidebar .tree li.active > a {
    color:#ffffff;
}


#sidebar .tree li.exp>a {
border-bottom: 1px dashed #ab161c;
background: url('../../img/textur_rot.png') repeat-x top left;
		color: #FFFFFF !important;
		text-decoration: none;

}

#sidebar .tree li.exp>a>i {
    background-position: -770px -1158px;
		width: 15px;
		float:right;
		margin-top: 8px;
}

#sidebar .tree li.end>a>i {
     background-position: -770px -1158px;
		width: 15px;
		float:right;
		margin-top: 8px;
}


#sidebar .tree li.end, #sidebar .tree li.exp {
   border:none;
}

#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;
}

#sidebar .tree div.spacer {
   height:6px;
}

/* --- Checkout - payment --------------------- */

.payment dl {
    margin-bottom: 9px;
}

.payment dt {
    margin-bottom: 9px;
}

.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;
}

/* --- Checkout - thankyou page --------------------- */
#thankyouPage h3.blockHead:first-child {
   color: #ec6105;
}

#thankyouPage .lightHead {
    margin-top: 80px;
}

#thankyouPage .link {
    font-weight: bold;
    color: #3799B1;
}



.pageHead + .listRefine,
.pageHead + css3-container +.listRefine {
    margin-top: -16px;
}

.listRefine {
    background: url(../../img/bg_textur_leinen.png) repeat top left;
    position: relative;
}

.refineParams {
    padding: 3px 19px 3px 14px;
}

.bottomParams {
    text-align: center;
}

.bottomParams .pager {
    float: none;
}

.detailsParams .pager {
    background-image: none;
    text-align: center;
    padding: 5px 10px;
}

.bottomParams a.prev {
    float: left;
}

.bottomParams a.next {
    float: right;
}

.bottomParams {
    padding: 0;
}

.refineParams .dropDown {
    float: right;
}

/* --- dropdown ------------- */
.drop li {
    list-style: none;
    padding: 0;
}

.dropDown{
    position:relative;
    float:left;
    cursor:pointer;
    padding-right: 5px;
    min-width: 120px;
    cursor: pointer;
}


.dropDown ul{
    position: absolute;
    top: -3px;
    display: none;
    left: 0px;
    margin: 0;
    z-index: 20;
}

.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 {
    background: #ffffff;
    color:#0060AE;
    text-decoration: none;
}

.dropDown p {
    background-position: right -1330px;
    color: #000000;
    margin: 0;
    padding: 0px 20px 0px 0px;
}

.dropDown .value {
    padding: 0px 10px 0px 0px;
}

.dropDown .value p {
    background-position: right -1327px;
    padding: 3px 0px 0px 0px;
}

.dropDown label {
    padding:0 3px 0 5px;
}

.dropDown p span {
    background-position: -40px -1300px;
    display: inline-block;
    min-width: 55px;
    padding: 5px 0px 4px 5px;
}

.dropDown li.asc span,
.dropDown li.desc span,
.dropDown p span.asc,
.dropDown p span.desc {
    padding-right: 15px;
    background: url(../../img/arrow-updown.png) no-repeat 100% 3px;
}

.dropDown li.desc span, .dropDown p span.desc {
    background-position: 100% -39px;
}

.dropDown li.variant {
    background: #ffffff;
    width: 85px;
    clear: both;
    float: right;
    margin: 0px 10px 0px 0px;
}

/* --- Pager ------------------------- */
.pager {
    float: right;
    padding-top: 6px;
    line-height: 14px;
    padding-right: 21px;
}

.pager .page {
    padding: 0 4px;
	text-decoration: underline !important;
}

a.page:hover {
    text-decoration: none;
}

.pager .active {
    color: #333 !important;
	font-weight: bold;
    text-decoration: none !important;
}

a.prev,
a.next {
    color: #0061ae;
}

a.prev {
    padding-left: 10px;
    padding-right: 5px;

}
.articlepager{
	width: 12px;
	height: 12px;
	display: inline-block;
	padding: 0 !important;
	line-height: 8px;
}
.pagerleft{
	background-position: -380px -29px !important;
    margin: 0px 3px 0px 0px !important;
}
.pagerright{
	background-position: -358px -29px !important;
	margin: 0px 0px 0px 3px !important;
}

a.next {
    padding-right: 10px;
    padding-left: 5px;
	margin: 0;
}

a.prev span,
#overviewLink a span {
    background-position: -380px -25px;
    padding: 0px 5px;
    margin: 0px 5px 0px 0px;
}

a.next span {
    background-position: -357px -25px;
    padding: 0px 5px;
    margin: 0px 0px 0px 5px;
}

#detailsItemsPager {
    float: right;
}

#detailsItemsPager a {
    text-decoration: none;
}

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

#overviewLink {
    float: left;
}

#overviewLink a {
   font-size: 12px;
   text-decoration: none;
}

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

.details-locator {
    padding: 8px 20px;
}

.details-locator-oc {
    padding: 5px 22px 5px 15px;
}


div.big .details-locator-oc {
    padding: 0 8px 5px 1px;
}

.productMainInfo {
    border-bottom: 1px dashed #0061ae;
    padding: 3px 0px 12px 0px;
    margin: 0px 2px 15px 0px;
}

/* --- Wrapping ----------------------------- */
.wrapping {
   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 .thumbCol {
    width: 150px;
}

.wrappingData .articleCol {
    width: 170px;
}

.wrappingData .priceCol {
    width: 640px;
}

.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;
}

/* --- checkout Steps ------------------ */

.checkoutSteps + .status, .checkoutSteps + css3-container + .status {
    margin-top: 20px;
}

.checkoutCollumns .row {
    margin-bottom: 20px;
}

.checkoutCollumns .collumn {
    width: 50%;
    float: left;
}

.checkoutSteps {
	margin: 0;
	font-size: 16px;
	height: 36px;
}
.checkoutSteps li{
	float: left;
	list-style: none;
	width: 190px;
	padding: 0;
	height: 36px;
	background-position: -797px -620px;
}
.checkoutSteps li span{
	display: block;
	height: 36px;
	text-align: center;
	line-height: 36px;
	 color: #0060AE;
}
.checkoutSteps li a{
	display: block;
	height: 36px;
	color: #0060AE;
}
.checkoutSteps li a:hover{
	text-decoration: none;
	color: #fff;
	background-position: -606px -620px;
}
.checkoutSteps li.passed,
.checkoutSteps li.active,
.checkoutSteps li.activeLast{
	background-position: -606px -620px;
}
.checkoutSteps li.passed span{
	color: #fff;
}
.checkoutSteps li.passed a,
.checkoutSteps li.active a{
	background-position: -606px -620px;
	color: #fff
}

.checkoutSteps li.step1 {
   z-index: 5;
   margin-left: 0;
   padding-left: 0;
}

.checkoutSteps li.step2 {
    z-index: 4;
}

.checkoutSteps li.step3 {
    z-index: 3;
}

.checkoutSteps li.step4 {
    z-index: 2;
}

.checkoutSteps li.step5 {
    z-index: 1;
}

.checkoutOptions .option{
    margin-bottom: 36px;
	position: relative;
}

.checkoutOptions .option:last-child{
    margin-right:0;
}

.lineBox {
    padding: 29px 10px 20px 10px;
}

.couponBox {
    padding: 15px 0;
    position: relative;
    margin-bottom: 12px;
}

.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 {
    padding-bottom: 7px;

}

h3.section button {
    margin-left: 10px;
}

#productTitle {
    font-family: 'Ubuntu Condensed', Arial, sans-serif;
    font-size: 30px;
    line-height: 32px;
    color: #0061ae;
}
.accountButton.no-margin{
	margin: 0;
}

.artnr-rating {
    padding: 0px 0px 3px 0px;
}

.artnr-rating .itemCode {
    float: left;
}

.artnr-rating .rating {
    float: right;
}

.ratings-notice-wish .wish-links {
    float: left;
}

.ratings-notice-wish .wish-links a {
    text-decoration: none !important;
}

.ratings-notice-wish .wish-links a span {
    padding: 0px 8px 2px 8px;
}

.ratings-notice-wish .wish-links a span:hover {
    text-decoration: none;
}

.ratings-notice-wish .wish-links a:hover {
    text-decoration: underline !important;
}

.ratings-notice-wish .wish-links a.suggestlink span {
    background-position: -546px -50px;
    padding: 0px 10px 2px 8px;
}

.ratings-notice-wish .wish-links a.wishlink span {
    background-position: -458px -50px;
}

.ratings-notice-wish .wish-links a.noticelink {
    padding: 0px 2px 0px 2px;
}

.ratings-notice-wish .wish-links a.noticelink span {
    background-position: -478px -50px;
}

/* --- Amount price select ---------- */
.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;
    float: left;
    padding: 3px 0;
}

.pricePopup li:first-child span{
    border-top: 0;
}

.pricePopup li:last-child span{
    border-bottom: 0;
}

.pricePopup h4{
    padding: 0 30px;
}

.pricePopup {
    display: none;
    position: absolute;
    z-index: 12;
    background: #D8DEE0;
    text-transform: uppercase;
    font-size: 11px;
    border: 1px solid #979797;
    padding: 7px 0;
}

/* --- Article action select ------ */
 .actionLinks {
    display: none;
    position: absolute;
    z-index: 12;
    background: #D8DEE0;
    text-transform: uppercase;
    font-size: 11px;
    border: 1px solid #979797;
    padding: 7px 0;
}

.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;
}

.actionLinks li:first-child span{
    border-top: 1px solid #b2b6b6;
    display: block;
}

.actionLinks li:last-child a{
    border-bottom: 0;
}

/* --- Social button like FB and etc. --- */
.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 .fbEnableButton a:first-child{
    padding: 0px 0px 0px 21px;
}

.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;
}

/* --- Article Details ----------- */

#productinfo {
    position: relative;
}

.detailsRelated {
    margin: 20px 0px 0px 0px;
    clear:both;
}

.detailsInfo {
    position: relative;
    /*height: 460px;*/
}

.detailsInfo .picture {
    float: left;
    text-align: center;    
}

.detailsInfo .picture a {
    float: left;
    text-align: center;
    overflow: hidden;
}

.detailsInfo .picture img {
    vertical-align: middle;
}

.hasBrand {
    float:left;
    width:258px;
}

.detailsInfo .information {
    float: right;
    width: 338px;
    min-height:340px;
    position: relative;
    padding: 0 0 0 15px;
}

.refineParamsMiddle.details {
    padding: 7px 16px;
		color:#333333;
		font-size:12px;
}

/* --- persparams ---------------- */
.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;
}

/* --- articles dertails atributes ------------ */
.attributes-badges {
    padding: 0px 0px 0px 0px;
}

.attributes-badges .attributes {
    float: left;
}

.attributes-badges .attributes .attribute-row .attribute-title {
    font-weight: bold;
    float: left;
}

.attributes-badges .attributes .attribute-row .attribute-value {
    float: left;
    padding: 0px 0px 0px 5px;
}

.attributes-badges .badges {
    float: right;
    padding: 0px 10px 0px 0px;
}

.attributes-badges .badges .badge {
    float: right;
}

.information h1 {
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}

.itemCode {
    color: #515353;
		font-size:11px;
}

.shortDescription {
    clear:both;
    font-size: 12px;
    line-height: 17px;
    color: #333333;
    padding: 0px 10px 0px 0px;
    margin-bottom: 45px;
}

.shortDescription span {
    font-weight: bold;
    display: block;
    padding: 0px 0px 2px 0px;
}

.additionalInfo {
    padding: 2px 0px;
}

.additionalInfo span{
    padding: 0 7px;
    margin-bottom: 3px;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    border-left: 1px solid #999;
}

.additionalInfo span:first-child {
    padding-right: 14px;
    border: none;
}

.additionalInfo .notBuyable {
	padding: 0 7px;
	margin-bottom: 3px;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	border: none;
	width: 305px;
}

.additionalInfo .stockFlag {
    padding-right: 20px;
}

.tobasketFunction .selector {
    position: relative;
    z-index:20;
}

.otherPictures {
    position: relative;
    z-index: 4;
    padding: 10px 0px 0px 0px;
}

.otherPictures ul {
    margin: 0px;
    padding: 0;
    overflow:hidden;
}

.otherPictures li,
.otherPictures a {
    list-style: none;
    padding: 0;
    float: left;
}

.otherPictures a {
    display: block;
    float: left;
    text-align: center;
    position: relative;
}

.artIcon {
    display: block;
    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;
}

.relatedInfoFull {
    float: none;
    width: auto;
    padding-right: 0;
}

/* --- Stock flags ----------------- */
.stockFlag {
    background: url(../../img/stockstatus.png) no-repeat 112px -45px;
}
span.stockFlag{
	border: 0 !important;
}

.lowStock {
    background-position: right 2px;
}
.inStock {
    background-position: right -46px;
}

.notOnStock {
    background-position: right -22px;
}

.oldPrice {
		font-weight: normal;
		color: #000;
		font-size:12px;
}
#newItems .price, #topBox .price {
    color: #ab161c;
}

#newItems li.productData, #topBox li.productData {
    background: transparent url('../../img/productbox_bg.png') no-repeat 150px 244px;
    height: 342px;
}

.tobasketFunction .textbox {
    width: 20px;
}

.tobasketFunction a,
.tobasketFunction label,
.tobasketFunction button,
.tobasketFunction input {
    float: left;
    margin-right: 5px;
}

.tobasketFunction label {
    margin: 1px 10px 0 0;
}

.information .tobasket{
    background: transparent url(../../img/textur_blau.png) repeat top left;
    color: #ffffff;
    position: relative;
    padding: 15px 10px;
}

/* --- Ratings ---------------------------- */
div.rating {
}

ul.rating {
    width: 87px;
    height: 16px;
    margin: 0px 0;
    padding: 0;
    list-style: none;
    position: relative;
    background-position: -520px -638px;
}

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 {
    background-image: url("../../img/bluestars.png");
    background-position: 0px 0px;
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 16px;
    text-decoration: none;
    z-index: 10;
}

ul.rating li.s1 a {
    left: 0;
}

ul.rating li.s2 a {
    left: 16px;
}

ul.rating li.s3 a {
    left: 32px;
}

ul.rating li.s4 a {
    left: 48px;
}

ul.rating li.s5 a {
    left: 64px;
}

ul.rating li a:hover {
    z-index: 2;
    width: 89px;
    height: 16px;
    overflow: hidden;
    left: 0;
    background-position: -0px -0px;
}

ul.rating li.s1 a:hover {
   background-position: -69px -15px;
}

ul.rating li.s2 a:hover {
   background-position: -53px -15px;
}

ul.rating li.s3 a:hover {
   background-position: -37px -15px;
}

ul.rating li.s4 a:hover {
   background-position: -21px -15px;
}

ul.rating li.s5 a:hover {
    background-position: -5px -15px;
}


.rating li.currentRate {
    background-position: -520px -618px;
    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;
}

/* ---- Reviews ------------------------ */
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;
}
/* --- Account billing / shipping addreses ------ */
.addressCollumns {

}
.addressCollumns .collumn {
}
/* --- Account Order List ----------------------- */
.orderList {
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 18px;
}

.orderList li {
    padding: 15px 10px;
    list-style: none;
    border-top: 1px dashed #0061AE;
}

.orderList li:first-child {
    border: 0;
    padding-top: 0;
}

.orderList dl{
    width: 300px;
}

.orderList dd {
    padding: 3px 0;
}

.orderList dt {
    border-bottom: 1px dashed #DDC2A6;
    padding-bottom: 5px;
    display: block;
    font-weight: 400;
    margin-bottom: 7px;
		margin-top:15px;
}

.orderList dt strong {
    font-size: 18px;
}

.orderList dt span {
    font-size: 10px;
    color: #999;
		margin-left: 10px;
}

.orderList dt label {
    color: #666;
}

.orderList td {
    vertical-align: top;
    width: 50%;
}

.orderList td table {
    text-align: left;
}

.orderList td table th {
    font-size: 14px;
    padding-bottom: 14px;
}

.orderList .orderitems, .orderList .orderhistory {
    width: 100%;
}

.orderList .orderitems td {
    vertical-align: top;
}

.orderhistory td {
    border-top: 1px dashed #DDC2A6;
    padding: 2px 0;
    vertical-align: top;
    width:99%;
}

.orderhistory td.small {
    width:1%;
}

.orderhistory td .amount {
    display: block;
    font-size: 12px;
    color: #000;
}

.orderList h3 {
    padding-top: 12px;
    font-size: 16px;
}

/* --- Forms, Validation ---------------------------- */


.form li {
    padding: 4px 0;
    width: 454px;
	
}

.form li.formSubmit {
    padding-top: 10px;
    padding-left: 150px;
}

.form li.formNote {
    padding-bottom: 0;
    font-size: 11px;
    line-height: 14px;
}
span.formNote {
    font-family: Arial, sans-serif;
		color: #000;
		font-size: 12px;
}
a.formlink {
		color: #000;
		font-size: 14px;
		color: #0060AE;
		font-family: 'Ubuntu Condensed',Arial,sans-serif;
}

.form label,
.form input {
    float: left;
}

.form input[type="password"],
.form input[type="text"] {
    width: 280px;
    border: none;
    height: 22px;
	margin-left: -5px;
    font-family: Arial,Helvetica,sans-serif;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
		border-radius: 3px;
	border: 1px solid transparent;
	padding-left: 5px;
}

.form input[field="xsmall"] {
    width: 35px;
	margin-left:-5px;
}

.form input[field="small"] {
    width: 57px;
}

.form input[field="medium"] {
    width: 171px;
}

.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: 243px;
}

.form input[field="pair-small"] {
    width: 216px;
	margin-left:-5px;
}

.form input[field="verify"] {
    width: 115px;
}

.verificationCode {
    margin: 0 7px 0 0;
    float: left;
}

span.verificationCode {
    margin-top: 2px;
}

.form li.stateBox {
    padding-left: 150px;
}

.form label {
    width: 140px;
    padding-right: 10px;
    line-height: 18px;
}

.form label.req:after {
    content:"*";
}

.form label.short {
    width: 62px;
    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;
}

.form .note {
    padding-left: 150px;
    font-size: 11px;
    color: #666;
    line-height: 14px;
    font-style: italic;
    padding-top: 7px;
}

ul#addressText {
	margin-left:4px;
}

ul#shippingAddress {
	margin-left:4px;
}

li#shippingAddressText div.accountButton {
	margin-left:-2px;
}

ul#shippingAddressForm, ul#addressForm {
	margin-left:2px;
}

ul#addressText div.accountButton {
	margin: 8px 0 0 -2px;
}

ul#addressText .form label, ul#shippingAddressForm label {
	width: 140px;
}

.payment .form {
    margin: 15px 0 5px 0;
}

.payment .desc {
    margin-bottom: 15px;
}

#shipSetCost {
    padding-top: 5px;
}

.inlineForm button {
    margin-left: 5px;
}

.verify img {
    float: left;
    margin: 1px 5px 0 0;
}

.notice {
    font-size: 12px;
    margin-top: 20px;
    padding: 5px 0;
}

.inlineForm .notice {
    display: block;
    clear: both;
}


label.innerLabel{
  display:block;
  position:absolute;
  color:#B4B8B8;
  margin: 5px 0 0 5px;
  font-weight: normal;
	font-size:14px;
	font-family: Arial, sans-serif;
}

.oxValidateError {
    display: none;
    clear: both;
    font-size: 11px;
    line-height: 14px;
    color: #ff0000;
    margin: 0;
		position: absolute;
		left: 440px;
		width: 250px;
		top: 10px;
}

.oxValidateError span {
    display: none;
}

.oxValidateError span.req {
    float: none;
    display: inline;
}

.oxInValid p {
    color: #AB161C;
}

.oxInValid input,
.oxInValid select,
.oxInValid input:focus {
    border-color: #AB161C !important;
}

.oxInValid select {
    border-style: solid;
    border-width: 1px;
}

.oxInValid .oxValidateError,
.oxInValid .oxValidateError .js-oxError_postError {
    display:block;
}

p.formlinkpos {
	margin: 15px 0 0 8px;
	margin-left: 6px;
	
}

label.vtop {
	vertical-align: top;
	margin: 0 5px 0 2px; 
}

div.description {
	margin-right:100px;
	padding-bottom: 5px;
}

/* --- Promotions Slider ------------------------ */
.promoShadow {
    position: absolute;
    top: 0;
    z-index: 3;
}

.shadowRight {
    right: 10px;
}

.oxSlider li {
    position: relative;
}

.oxSlider a:hover {
    text-decoration: none;
}

.oxSlider {
    position: relative;
    overflow: hidden;
    clear:both;
    margin-bottom: 20px;
    padding: 0 10px;
}

.categoryhead.slidercont {
    padding: 0px 0px 0px 6px;
}

.slidercont .oxSlider {
    padding: 12px 0px 5px 0px;
    margin: 0px;
}

.oxSlider ul, .oxSlider li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#promotionSlider, #promotionSlider li.panel, #promotionSlider li.panel img {
    height: 270px !important;
}

/* --- Recommendatins and Guestbook -------------------- */
.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;
}

.noentry {
	  font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 18px;
    font-weight: normal;
    height: 28px;
    margin: 35px 3px 25px;;
		display:block;
}


/* --- Manufacturer 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: 21px;
    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 .leftHolder {
    position:absolute;
    left:-1px;
    bottom:-1px;
    height:150px;
    z-index:3;
    width:179px;
}

.itemSlider .slideNav:hover {
    text-shadow: 0px -1px 0px #ac8a6b;
    opacity: 1;
    filter: alpha(opacity =100);

}
.itemSlider .titleBlock {
    left: -1px;
    bottom:0;
    width: 130px;
    padding-left: 10px;
    text-transform: uppercase;
}
.itemSlider .titleBlock:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
    text-shadow: 0px -1px 0px #486066;
}

.itemSlider .titleBlock strong {
    float: left;
    margin: 50px 0 0 0;
    width: 130px;
}
.itemSlider span.slideBg {
    display: block;
    height:100%;
    width:100%;
    top: 0;
    position: absolute;
}
.itemSlider .prevItem {
    left:139px;
    bottom:0;
    width:40px;
}
.itemSlider .nextItem {
    right: -1px;
    width: 40px;
}
.itemSlider .prevItem:hover span.slideBg,
.itemSlider .nextItem:hover span.slideBg {
    filter: alpha(opacity =90);
    opacity:0.9;
}

.itemSlider .prevItem span.slidePointer,
.itemSlider .nextItem span.slidePointer {
    position:relative;
    z-index: 5;
    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.slidePointer {
    background-position: -26px -162px;
}

.itemSlider .prevItem:hover span.slidePointer {
    background-position: -26px -86px;
}

.itemSlider .nextItem:hover span.slidePointer {
    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;
    left: 0px;
    top: 0px;
}

.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;
}*/

/* --- Category lists ----------------------- */
.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;
}

.categoryTopDescription,
.categoryTopLongDescription {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
}
.categoryTopLongDescription p {
    margin-bottom: 10px;
}

/* --- Trusted shop logo --------------- */
.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; }




/* --- ZOOM CLOUD ----------------------------- */
    /* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
    border: 2px solid #AB161C;
    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:1px solid #AB161C;
    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 ---------------------- */
#services {
    width: 150px;
}

#services a {
    text-decoration: none;
}

#services li {
    position: relative;
}

#services .counter {
    right: 5px;
    top: 1px;
}

#servicesTrigger {
    position: absolute;
		left: 182px;
		top: 4px;
		z-index: 250;
}

#servicesTrigger a:hover {
    text-decoration: none;
}

#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;
}

/* --- WishList ------------------------------ */
.wishlistPublish {
    float: right;
    width: 480px;
}

.wishlistSearch {
    float:left;
    width:180px;
}

.wishlistPublish .form label, .noticelistPublish .form label {
    width: 420px;
}
.wishlistSearch .form li, .noticelistSearch .form li {
    width: 370px;
}

.wishlistView a {
    text-decoration: underline;
}

.wishlistView,
.listmaniaView {
}

.wishlistSearch .formTitle label, 
.wishlistSuggest .formTitle label,
.wishlistPublish .formTitle label {
	 border-bottom: 1px dashed #DDC2A6;
    color: #0061AE;
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    height: 25px;
    margin: 15px 0 10px;
    width: 100%;
}

.wishlistPublish a {
	 color: #0060AE;
    float: left;
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 14px;
    font-weight: normal;
		text-decoration: none;
		margin-left: 14px;
}
.wishlistPublish a:hover {
		text-decoration: underline;
}

div.infoborder {
	clear:both;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #DDC2A6;
	padding-top: 5px;
}

.formTitle,
.wishlistResults dt{
   
}

.wishlistSuggest {
    clear: both;
    padding: 20px 0 0 388px;
		margin-left: 55px;
}

.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;
}

/* --- Account Dashbord ----------------- */

.accountDashboardView .col {
   float: left;
   width: 100%;
}

.accountDashboardView .col li {
   list-style: none outside none;
	 margin: 30px 0 10px;
	 padding:0;
	 font-family: Arial, sans-serif;
	 font-size: 12px;
}


.accountDashboardView dt {
   font-weight:normal;
}

.accountDashboardView dl {
   margin-bottom: 35px;
}

.accountDashboardView dd {
   margin-top: 2px;
}

.accountDashboardView .dashboardfirst {
   margin-top: 0px !important;
}

#thankyouPage h1,
h1.order,
#deliveryHeader,
#paymentHeader,
.agb-header,
.checkoutOptions h1,
.accountDashboardView h3, .accountDashboardView h3 a {
	border-bottom: 1px dashed #0061AE;
    color: #0061AE;
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 30px;
    font-weight: normal;
    padding: 10px 0 12px;
    width: 100%;
    margin: 0px 0 10px 0;
}
.accountDashboardView h3 a, .accountDashboardView h3 a:hover {
	 border: none;
	 text-decoration:none !important;
}

.accountDashboardView .accountButton {
   margin-top: 0;
}
.checkoutOptions .option{
	min-height: 105px;
}


/* --- Compare List ----------------------- */
#compareList {
    width: 100%;
}

#compareList td {
    border-collapse: collapse;
    vertical-align:top;
}

#compareList table{
    width:200px;
    border-collapse:collapse;
}

#compareList table td {
    border-top: 5px solid #ECEFF0;
    padding: 5px;
}

#compareList table #firstTr td,
#compareList table #firstDataTr td {
    border: 0;
}

#compareList table tr:last-child td {
    padding-bottom: 20px;
}

#compareDataDiv {
    overflow:hidden;
}

#compareFirstCol {
    overflow: hidden;
}

.compareItem {
    width: 190px;
    height: 380px;
    position: relative;
}

.compareWide {
    width:740px;
    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;
}


div.variants-list{
    position:absolute;
		top:335px;
}

.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;
}

td.centered {
    text-align:center;
}
td.alignTop{
    vertical-align:top;
}

/* --- Login form ------------------------ */
.accountLoginView .col {
   float: left;
   width: 50%;
}
.accountLoginView {
   font-size: 12px;
	 font-family: Arial, sans-serif;
}
/* --- right corner message ---------------- */
#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:12px; 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;}
.errorBox .stackTrace { font-size: 11px; color #000; font-weight: normal; margin: 10px 0; padding: 10px 0; border-top: 2px solid #EED8D2}


/* --- 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;
    font-size: 11px;
}

div.information .selectorsBox {
    margin-bottom: 0px;
}

.selectorsBox .dropDown {
    margin-bottom: 0px;
}

.selectorsBox .dropDown li.disabled a {
    color: #b4b8b8;
}

.selectorLabel label {
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
}

/* --- 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;
}

/* ------- Checkout AGB conditions links --------------- */
div.agbInner {
    width:500px;
    float:left;
}

div.agbButton  {
    float:right;
}

.agb a {
    color: #1d7e96;
}

.agb a:hover {
    color: #ec6105;
    text-decoration:none;
}

.agb p.errorMsg, .agbInner p.errorMsg  {
    color: #ff0000;
    display: none;
    margin: 0px;
}

/* ---- ajax loading icon -----------------------------*/

.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 ------------------------------ */
p.shoplupe {
    padding-top:15px;
    text-align: center;
}

/* --- category tree ----------------------------- */
.categoryBox {
    position: relative;
    margin: 0px;
}

.categoryTagsBox {
    border-top-color: #999999;
    border-top-style: solid;
    border-top-width: 1px;
}

.categoryTagsBox h3 {
    text-transform: uppercase;
    padding: 5px 0 0 10px;
    font-size: 12px;
}

.categoryTags {
    padding: 5px 5px 5px 5px;
}

a.fbEnableLink {
    display: inline-block;
    text-transform: uppercase;
    padding: 30px 0 15px 0;
    font-size: 12px;
    font-weight: bold;
    color: #2c5e97;
}

.fbEnableDesc {
    margin-bottom: 35px;
    font-size: 11px;
    color: #555;
}

.fbEnableDesc a {
    line-height: 25px;
    color: #2c5e97;
}

a.fbEnableLink, .fbEnableDesc {
    margin-left: 20px;
}

.categoryhead {
    position: relative;
    padding: 0px 0px;
}

.categoryhead .categoryheadMiddle {
    background: url(../../img/box_schatten_naht_4spaltig_wdh_beige.png) repeat-y top left;
		margin-top: 6px;
}

.categoryhead .categoryheadBottom {
    background: url(../../img/box_schatten_naht_4spaltig_unten_beige.png) no-repeat bottom left;
    height: 9px;
}

.categoryhead .categoryheadMiddle .categoryDesc {
    background: url(../../img/header_textbox_rotbg.png) repeat top left;
    float: right;
    color: #ffffff;
    height: 273px;
    width: 455px;
    margin: 10px 22px 8px 0px;
}

.categoryhead .categoryheadMiddle .categoryDesc .categoryDescInner {
    padding: 12px;
}

.categoryhead .categoryheadMiddle .categoryImage {
    float: left;
    padding: 10px 0px 0px 15px;
}

#sidebar .categoryBoxTop {
    background: url(../../img/box_schatten_naht_1spaltig_oben_beige.png) no-repeat top left;
    height: 9px;
}

#sidebar .categoryBoxMiddle {
    background: url(../../img/box_schatten_naht_1spaltig_wdh_beige.png) repeat-y top left;
    position: relative;
    z-index: 8999;
}

#sidebar .categoryBoxBottom {
    background: url(../../img/box_schatten_naht_1spaltig_unten_beige.png) no-repeat bottom left;
    height: 9px;
}

.categoryDescInner h1.pageHead  {
    font-size: 30px;
    line-height: 30px;
    font-weight: normal;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px dashed #ffffff;
}

#catLongDesc {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
}

#catLongDesc a:link,
#catLongDesc a:visited,
#catLongDesc a:active,
#catLongDesc a:hover {
    color: #ffffff;
    text-decoration: underline;
}

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

/* --- User Account ------------------ */

.accountBox {
/*    border: 1px dashed #0060AE;  */
    width: 960px;
    z-index: 10;
}

.accountBox ul {
	margin: 4px 15px;
	
}


.contentWrapper #content.full {
		width:960px;
}
.accountBoxTop {
    background: url("../../img/box_schatten_naht_4spaltig_oben_beige.png") no-repeat scroll left bottom transparent;
    height: 9px;
}
.accountBoxMiddle {
    background: url("../../img/box_schatten_naht_4spaltig_wdh_beige.png") repeat-y scroll left top transparent;
    position: relative;
    z-index: 10;
		padding: 10px 15px;
}
.accountBoxMiddle.loginHeight {
		height:254px;
}

.accountBoxMiddle.pwHeight {
		height:474px;
}
.accountBoxMiddle.dashboardHeight {
		height:684px;
}
.accountBoxMiddle.footerHeight {
		height:414px;
}

.accountBox h1.pageHead {
	margin-bottom:10px;
}

.accountBoxBottom {
    background: url("../../img/box_schatten_naht_4spaltig_unten_beige.png") no-repeat scroll left bottom transparent;
    height: 9px;
}

.accountBox .contpos {
    padding: 10px 12px 10px 15px;
}

.accountBox h1 {
		font-family: 'Ubuntu Condensed', Arial, sans-serif;
		font-weight: normal;
		font-size: 30px;
		color: #0061ae;
	  border-bottom: 1px dashed #0061ae;
		width: 100%;
		height:28px;
}

div.dashboardLogout {
		float: right;
		margin:20px 15px 5px 0 !important;
}


#firstNews-and-firstGuestbook
{
    padding: 12px 0px 20px 0px;
}
#firstNews-and-firstGuestbook #firstNews
{
    float: left;
}
#firstNews-and-firstGuestbook #firstGuestbook
{
    float: left;
    width: 473px;
}
#firstNews-and-firstGuestbook #firstNews .firstNewsBoxTop,
#firstNews-and-firstGuestbook #firstGuestbook .firstNewsBoxTop
{
    background: url("../../img/box_schatten_naht_2spaltig_oben_beige.png") no-repeat left bottom transparent;
    height: 9px;
}
#firstNews-and-firstGuestbook #firstNews .firstNewsBoxMiddle
{
    background: url("../../img/box_schatten_naht_2spaltig_wdh_beige.png") repeat-y left top transparent;
    padding: 5px 20px 15px 15px;
    height: 204px;
}
#firstNews-and-firstGuestbook #firstGuestbook .firstNewsBoxMiddle
{
    background: url("../../img/box_schatten_naht_2spaltig_wdh_beige.png") repeat-y left top transparent;
    padding: 10px 20px 15px 15px;
    height: 199px;
}
#firstNews-and-firstGuestbook #firstNews .firstNewsBoxBottom,
#firstNews-and-firstGuestbook #firstGuestbook .firstNewsBoxBottom
{
    background: url("../../img/box_schatten_naht_2spaltig_unten_beige.png") no-repeat left bottom transparent;
    height: 9px;
}

#firstNews-and-firstGuestbook #firstNews h3.promo
{
    color: #9aba4b;
    margin: 0px 0px 4px 0px;
}
#firstNews-and-firstGuestbook #firstGuestbook h3.promo
{
    color: #0061af;
    margin: 0px 0px 4px 0px;
}

#firstNews-and-firstGuestbook #firstNews .firstNewsBoxMiddle .firstNewsBoxImage
{
    width: 205px;
    height: 216px;
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 20px 0px 0px;
    overflow: hidden;
    
}
#firstNews-and-firstGuestbook #firstNews .firstNewsBoxMiddle .firstNewsTextRight
{
    float: left;
    width: 202px;
    height: 200px;
    background: url("../../img/textur_gruen.png") left top transparent; 
    padding: 13px 8px 0px 8px;    
    
}
#firstNews-and-firstGuestbook #firstNews .firstNewsBoxMiddle .firstNewsTextRight.fullWidth
{
    float: left;
    width: 426px;
    background: url("../../img/textur_gruen.png") left top transparent; 
    padding: 13px 8px 0px 8px;    
    
}
#firstNews-and-firstGuestbook #firstNews .firstNewsBoxMiddle .firstNewsTextRight .firstNewsBgIcon
{
    background: url("../../img/textbox_1spaltig_symbole_bg.png") no-repeat bottom right transparent; 
    height: 100%;
    height: 100%;
    
}
#firstNews-and-firstGuestbook #firstNews .firstNewsBoxMiddle .firstNewsTextRight p
{
    color: white;
    padding: 0px 0px 0px 0px;
}

#firstNews-and-firstGuestbook #firstNews .firstNewsBoxMiddle .firstNewsTextRight p.newsDate
{
    font-size: 11px;
    margin: 0px 0px 0px 0px;
}
#firstNews-and-firstGuestbook #firstNews .firstNewsBoxMiddle .firstNewsTextRight p.moreLinkWrap
{
    text-align: right;
    padding: 10px 0px 13px 0px;
    position: absolute;
    top: 942px; 
    left: 340px;
}
#firstNews-and-firstGuestbook #firstNews .firstNewsBoxMiddle .firstNewsTextRight p.moreLinkWrap a
{
    text-decoration: underline;
    color: white;
}
#firstNews-and-firstGuestbook #firstNews .firstNewsBoxMiddle .firstNewsTextRight p.moreLinkWrap img
{
    padding: 3px 0px 0px 0px;
}
#firstNews-and-firstGuestbook #firstNews .firstNewsBoxMiddle .firstNewsTextRight h4
{
    color: white;
    font-family: 'Ubuntu Condensed', Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

#firstNews-and-firstGuestbook #firstGuestbook .firstNewsBoxMiddle h4
{
    color: #333333;
    font-family: 'Ubuntu Condensed', Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
}
#firstNews-and-firstGuestbook #firstGuestbook .firstNewsBoxMiddle p
{
    color: #333333;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
}

#firstNews-and-firstGuestbook #firstGuestbook .firstNewsBoxMiddle .button-wrapper.detailsButton
{
    color: #0060AE;
    float: right;
}
#firstNews-and-firstGuestbook #firstGuestbook .firstNewsBoxMiddle .button-wrapper.detailsButton .button-right a
{
    color: #0060AE;
    font-family: 'Ubuntu Condensed', Arial, sans-serif;
    font-size: 16px;  
}


/* --- Bread crumb ------------------ */
#breadCrumb {
    padding: 5px 10px;
    font-size: 10px;
    clear:both;
		font-family: Arial, sans-serif;
}

#breadCrumb span {
    color: #000;
		font-size: 10px;
		font-family: Arial, sans-serif;
}

#breadCrumb a {
    color: #0060ae;
}

#breadCrumb a.current {
    color: #333333;
}

#breadCrumb .breadCrumpSeperator {
    background-position: -273px -26px;
    padding: 0px 8px;
}

.refineParamsTop {
    background: url(../../img/box_schatten_naht_3spaltig_oben_beige.png) no-repeat bottom left;
    height: 9px;
}

.refineParamsMiddle {
    background: url(../../img/box_schatten_naht_3spaltig_wdh_beige.png) repeat-y top left;
    position: relative;
    z-index: 8998;
}
.refineParamsMiddle .newsContent
{
    padding: 3px 19px 3px 14px;
}
.refineParamsMiddle .newsContent .newsOverviewBoxImage
{
    float: left;
    padding: 0px 0px 0px 0px;
    margin:  0px 20px 0px 0px;
    width: 205px;
    overflow: hidden;
}
.refineParamsMiddle .newsContent p.newsOverviewBoxDate
{
    color: #333333;
    font-size: 11px;
    margin: 0px 0px 5px 0px;
}
.refineParamsMiddle .newsContent h3
{
    color: #9aba4b;
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 0px 0px 10px 0px;
}
.refineParamsMiddle .newsContent .newsOverviewBoxLongDesc p
{
    color: #333333;
    font-size: 12px;    
}
.refineParamsMiddle .newsContent p img
{
    padding: 0px 25px 15px 0px;    
}

.refineParamsBottom {
    background: url(../../img/box_schatten_naht_3spaltig_unten_beige.png) no-repeat bottom left;
    height: 9px;
}

.refineInfoboxTop {
    background: url(../../img/box_schatten_naht_2spaltig_oben_beige.png) no-repeat bottom left;
    height: 9px;
}

.refineInfoboxMiddle {
    background: url(../../img/box_schatten_naht_2spaltig_wdh_beige.png) repeat-y top left;
    position: relative;
    z-index: 9999;
}

.refineInfoboxBottom {
    background: url(../../img/box_schatten_naht_2spaltig_unten_beige.png) no-repeat bottom left;
    height: 9px;
}

.refineInfoboxMiddle p {
	 margin-bottom: 0; 
}
div.listRefine .infoContent {
	padding:4px 5px 4px 14px; 
}
div.infoContent .infoTeaser {
	background: url(../../img/textbox_gruen_2spaltig_bg.png) top left no-repeat;
	padding:7px 10px; 
	color: #FFF;
	font-size:12px;
	line-height:14px;
}
div.infoContent .infoTeaser h3 {
	font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
		margin-bottom:5px;
}
div.infoContent .infoTeaser a {
		color:#FFF;
		font-weight: bold;
}
.inforef {
	 width: 470px;
	 margin: 0 3px 0 5px; 
}
.sortItems {
    float: right;
	padding-top: 1px;
}

.sortItems p,
.sortItems select {
    float: left;
    margin: 0px;
    padding: 0px;
}

.sortItems select {
    margin: 0px 0px 0px 0px;
}

.sortItems p {
    padding: 4px 10px 0px 0px;
}

.itemsPerPage {
    float: left;
    padding: 5px 0px 0px 0px;
}

.itemsPerPage p,
.itemsPerPage ul {
    float: left;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.itemsPerPage ul li {
    float: left;
    list-style-type: none;
    margin: 0px 0px 0px 7px;
    padding: 0px;
}

.refineParamsMiddle a:link,
.refineParamsMiddle a:visited,
.refineParamsMiddle a:active,
.refineParamsMiddle a:hover {
    color: #0060ae;
    text-decoration: underline;
}
#content p a,
#content a{
	color: #0060AE;
  text-decoration: none;
}
#content .news-wrapper p a,
#content.magazin a, #content.service a {
  text-decoration: underline;
}


#content p a:hover,
#content a:hover{
    text-decoration: underline;
}
#newItems .pictureBox a,
#newItems .titleBox a,
#topBox .pictureBox a,
#topBox .titleBox a,
#productList .title{
	color: #000;
}

.refineParamsMiddle a.selected {
    color: #333333 !important;
    font-weight: bold;
    text-decoration: none;
}


#wishlistProductList .productDataInner, #noticelistProductList .productDataInner {
    padding: 8px 8px !important;
}

.productDataInner {
    padding: 10px;
}

.variaHeight p {
	padding-right:20px;
}
.variaHeight .infogridView li.productData {
	width:220px !important;
}
.amountArea {
    float: right;
}

.amountArea .amountText {
    font-weight: bold;
    float: left;
    padding: 5px 5px 0px 0px;
}

.amountArea .input-wrapper {
    float: left;
}

/* Buttons and Inputs */

.input-wrapper {
    
}

.input-wrapper input {
    background: transparent;
    height: 26px;
    border: none;
}

.input-wrapper .input-left {
    background-position: -40px -70px;
    float: left;
    width: 5px;
    height: 26px;
}

.input-wrapper .input-right {
    background-position: right -100px;
    float: left;
    height: 26px;
		margin-right: 1px;
}

#amountToBasket {
    width: 50px;
    color: #333333;
}

.button-wrapper {
    
}

.button-wrapper .button-right button {
    background: transparent;
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 14px;
    color: #0061ae;
    border: none;
    padding: 6px 0px 0px 0px;
    margin: 0px 10px 0px 0px;
}

.button-wrapper a {
    display: block;
    padding: 6px 15px 0px 0px;
}

.button-wrapper .button-left {
    background-position: -40px -682px;
    float: left;
    width: 15px;
    height: 28px;
}

.button-wrapper .button-right {
    background-position: right -722px;
    float: left;
    height: 28px;
}

.button-wrapper .button-left.big {
    background-position: -40px -922px;
    width: 15px;
    height: 32px;
}

.button-wrapper .button-right.big {
    background-position: right -962px;
    height: 32px;
}

.button-wrapper .button-right.big button {
    font-size: 18px;
    padding: 4px 0px 0px 0px;
    margin: 0px 10px 0px 0px;
}

div.accountButton {
	margin-left: 6px;
}

div.checkoutButton button,
div.checkoutButton a,
div.accountButton a, div.accountButton button {
    color: #0060AE;
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 16px;
    font-weight: normal;
    margin-left: -15px;
    padding: 6px 15px 0;
}

div.accountButton .narrow {
    padding: 3px 15px 0 !important;
}


div.accountButton button.big {
    font-size: 20px;
    padding: 8px 15px 0;
}

.tobasketBottom .priceArea {
    font-size: 30px;
    position: absolute;
    bottom: 22px;
    left: 10px;
    float: left;
}

.tobasketBottom .unitPrice {
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 20px;
}
.pricePerUnitList span{
	font-size: 10px;
	font-weight: normal;
}

.tobasket .stockArea {
    float: right;
}
.listDetails .priceBox{
	text-align: right;
}

.tobasketBottom .basketbutton {
    float: right;
	height: 32px;
}

.variant-area {
    float: left;
}

.tobasketTop {
    
}

.tobasketBottom .basketbutton button {
    background: transparent url(../../img/btn_warenkorb.png) no-repeat top left;
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    color: #0061ae;
    font-size: 18px;
    height: 32px;
    padding: 0px 9px 0px 10px;
    border: none;
}

.listhead {
    color: #515353;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 9px;
	text-align: left;
    vertical-align: top;
}

.listhead span{
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	color: #0061ae;
	font-family: 'Ubuntu Condensed',Arial,sans-serif;
}
.basketrow div{
	float: left;
	font-size: 12px;
	color: #333333;
	font-family: arial;
}
.productLink{
	width: 347px;
}
.wrapping{
	width: 403px;
}
div.total{
	float: left;
}
div.selector{
	margin-right: 10px;
}
.productHead{
	padding-right :4px;
	display: inline-block;
	width: 58px;
}

span.unitprice, div.unitprice {
    text-align: right;
	width: 85px;
	margin-right: 43px;
}

span.quantity, div.quantity{
    width: 103px;
}

span.tax, div.tax {
    text-align: right;
    width: 60px;
}
.total {
    text-align: right;
    width: 97px;
}
.basketImage {
    height: 108px;
    margin-right: 30px;
    width: 92px;
}
.basketitems div.basketImage {
    text-align: center;
    vertical-align: top;
}
.basketitems div.basketImage img {
    width: 50px;
}
#basket a {
    font-size: 14px;
    text-decoration: none;
	color: #888888;
}
#basket a:hover {
    font-size: 14px;
    text-decoration: underline;
}
.basketImage a {
    color: #333333 !important;
    font-weight: normal !important;
    text-decoration: none !important;
}
div#thankouPage {
	margin: 0 0 70px 20px
}
.quantity .input-wrapper {
    margin-right: 6px;
}
.basketFunctionLinks {
    float: right !important;
    width: 56px;
}

.basketFunctionLinks .checkbox {
    display: none;
}

.basketFunctionLinks button {
    cursor: pointer;
    padding: 0;
	background-color: transparent;
}

.basketUpdate {
    width: 20px;
}
.basketRemove {
    width: 19px;
}

button {
    border: 0 none;
    color: #FFFFFF;
    font-size: 11px;
    margin: 0;
    overflow: visible;
    padding: 1px 20px;
    text-align: center;
    width: auto;
}
.basketUpdate span {
	background-position: -498px -50px;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-right: 6px;
    width: 20px;
}
.basketRemove span {
	background-position: -524px -50px;
    display: block;
    height: 15px;
    line-height: 20px;
    width: 19px;
}
.test{
    background: url("../../img/box_schatten_naht_4spaltig_wdh_beige.png") repeat-y scroll left top transparent;
    padding: 1px 6px 0;
	width: 941px;
}
.border-wrap {
	padding: 0 7px;
}
.basketrow{
	height: 126px;
	border-top: 1px dashed #0061AE;
	padding-top: 9px;
}
.basketrow span{
	padding-top: 2px;
	display: inline-block;
}
.user-top,
.basket-top{
	width: 953px;
	height: 9px;
	background: url("../../img/box_schatten_naht_4spaltig_oben_beige.png") no-repeat scroll left top transparent;
}
.user-bottom,
.basket-bottom{
	background: url("../../img/box_schatten_naht_4spaltig_unten_beige.png") no-repeat scroll left bottom transparent;
	width: 953px;
	height: 9px;
}
.user-head {
	margin-top: 25px;
	padding-bottom: 9px;
	color: #0060AE;
	font-size: 32px;
	line-height: 32px;
	border-bottom: 1px dashed #0060AE;
	margin-bottom: 12px;
}
.checkoutOptions h1,
.basket-head {
	font-family: 'Ubuntu Condensed',Arial,sans-serif;
    padding-top: 15px;
    padding-bottom: 9px;
    color: #0060AE;
    font-size: 32px;
    line-height: 32px;
    border-bottom: 1px dashed #0060AE;
    margin-bottom: 12px;
	font-weight: normal;
}

.basketFunctionLinks,
div.unitprice,
div.tax,
div.total{
	padding-top: 2px;
}
.summary-box{
	background: url("../../img/bestellen_ueberpruefen.jpg") no-repeat scroll left top transparent;
	height: 141px;
	width: 924px;
}
td.border{
	border-bottom: 1px dashed #fff;
	height: 8px;
	line-height: 8px;
}
div.total{
	width: 103px;
}
#coupon h3{
	color: #0060AE;
	border-bottom: 1px dashed #0060AE;
	font-size: 20px;
	padding-bottom: 8px;
	font-family: 'Ubuntu Condensed',Arial,sans-serif;
		font-weight: normal;
}
.input-right.long {
	width: 304px;
}
form li.long-input{
	width: 410px;
}
.checkoutOptions .form{
	width: 410px;
}
.optLogin{
	bottom: 0;
    position: absolute;
    right: 0;
}
.checkoutOptions{
	color: #333333;
	line-height: 17px;
}
#optionLogin p{
	margin-bottom: 6px;
}
.option.last{
	margin-bottom: 20px;
}
.checkoutOptions .form label.short {
    padding-top: 5px;
}
.coupon-field{
	width: 394px;
	float: right;
}
.coupon-field label{
	padding-right: 8px;
    padding-top: 6px;
	font-family: arial;
}
.coupon-field input{
	width: 80px;
}
.coupon-field .button-left{
	margin-left: 20px;
}
.checkoutOptions .form input{
	width: 304px;
}
.continue-shopping{
	padding-bottom: 20px;
}
div.option{
	min-height: 90px;
	font-size: 12px;
	font-family: arial;
	color: #333333;
	line-height: 17px;
}
.deliveryInfo{
	color: #888888;
}
#shipping,
#payment{
	font-size: 12px;
	font-family: arial;
	color: #333333;
	line-height: 17px;
}
.button-margin-bottom{
	padding-bottom: 20px;
}
#optionLogin .passforgotlink{
	position: absolute;
	right: 415px;
    top: 44px;
	color: #888888;
}
.left{
	float: left;
}
#payment dl{
	border-bottom: 1px dashed #DDC2A6;
}
#payment dl:last-child{
	border-bottom: 0 !important;
}
.pagefull-checkout{
    border-bottom: 1px dashed #0061B0;
    border-top: 1px dashed #0061B0;
	margin-bottom: 31px;
}
#payment label{
	font-size: 14px;
	font-weight: normal;
}

.wrapping.wide{
	width: 460px;
}
.productLink.wide{
	width: 408px;
}
#orderShipping {
    width: 469px;
	margin-right: 15px;
}
#orderShipping, #orderPayment {
    float: left;
	width: 455px;
}
.righttocancel,
#orderAddress h3, #orderShipping h3, #orderPayment h3 {
    float: left;
    margin: 12px 10px 0px 0;
    color: #0061AE;
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
	width: 374px;
	font-size: 20px;
	font-weight: normal;
}
.righttocancel{
	float: none;
	margin-bottom: 12px;
	border-bottom: 1px dashed #DDC2A6;
	padding-bottom: 8px;
	margin-top: 25px;
}
.checkout-billing-address {
    float: left;
    width: 455px;
	margin-right: 15px;
}
#deliveryHeader.order{
	margin-top: 40px;
}
.checkoutSteps li.active span {
    color: #fff;
}

.shipping-payment{
	margin-bottom: 23px;
}
.remarkHeader h3.remarkHeader{
	float: none !important;
	font-size: 16px !important;
	border-bottom: none !important;
	border-top: 1px dashed #DDC2A6;
	padding-top: 15px;
	padding-bottom: 2px;
	width: 926px !important;
}
.button-wrapper .button-right.big button.checkout{
    font-size: 20px;
    margin: 0 14px 0 0;
    padding: 4px 0 0;
}
.button-wrapper .button-right.big a.checkout{
    font-size: 20px;
    margin: 0 14px 0 0;
    padding: 8px 0 0;
}
.button-wrapper .button-right.big a.checkout:hover{
    text-decoration: none;
}
.button-wrapper .button-right.big button.checkout:hover{
	text-decoration: none;
}
.dashed-border-bottom{
	border-bottom: 1px dashed #DDC2A6;
	margin-bottom: 12px;
	height: 37px;
}
.checkout-shipping-address{
	width: 455px;
	float: right;
}
.checkoutBlock{
	width: 700px;
}
.checkoutBlock.rtc{
	border-bottom: 1px dashed #DDC2A6;
    margin-bottom: 7px;
}

.tobasketFunction {
    float: right;
}

/* variants */

.variantReset {
    font-size: 11px;
    padding: 5px 0px 0px 42px;
}

.variantReset label {
    text-transform: uppercase;
}

#content .variantReset  a.reset {
    color: #ffffff;
    font-weight: bold;
    display: block;
    padding: 0px 0px 0px 5px;
}

#content .variantReset  a.reset:hover {
    text-decoration:none;
    color: #EB6005;
}

div.socialmedia div.fb-like {
	left: -35px;
	top: -3px;
	
}

.reviewsDesc {
    margin: 0px 0px 20px 0px;
}

.reviewsDesc .reviews,
.reviewsDesc .longDesc {
    width: 330px;
    float: left;
}

.reviewsDesc .reviews h4,
.reviewsDesc .longDesc h4 {
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #0068ae;
    padding: 0px 0px 8px 0px;
    margin: 0px 0px 5px 0px;
    border-bottom: 1px dashed #0068ae;
}

.reviewsDesc .reviews .inner,
.reviewsDesc .longDesc .inner {
    height: 230px;
    overflow: auto;
}

.reviewsDesc .reviews {
    margin: 0px 20px 0px 0px;
}

.crossselHeader {
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    color: #AB161C;
    font-size: 32px;
    line-height: 32px;
    padding: 20px 3px 3px 0px;
    margin: 0px 10px 0px 5px;
    border-bottom: 1px dashed #AB161C;
}

.sub-container.mega {
    z-index: 99999 !important;
}

/*  layerednavigation */
ul.lntree li a{
	padding:10px 2px 10px 5px;
}
ul.lntree li.act a{
	font-weight: bold;background-color:#014D7F;color:#FFF;
}
select.lnselect {
	width:152px;
        margin:4px;
}
.lnpriceslider {
	margin:6px;
}
.lnpriceslider input.lnprice {
	width:25px;
	color: #29373C;
	border: 1px solid #C7C7C7;
	background-color:#f9f9f9;
	border-radius: 2px 2px 2px 2px;
}
.lnpriceslider label {
	margin:0 4px 0 -4px;
}
#lnslider {
	margin-bottom:20px;
}
div.lnBox {
	padding: 0 15px 15px 15px;
	margin:0;
}
div.lnBox p {
	margin-bottom:0;
}
div.lnBox h4{
	padding: 12px 0 9px 0;
	margin-bottom: 5px;
	color: #AB161C;
	display: block;
	font-family: 'Ubuntu Condensed',Arial,sans-serif;
	font-size: 22px;
	border-bottom: 1px dashed #AB161C;
	font-weight:normal;
	line-height: 22px;
}

div.lnBox span.lnhead{
	padding: 20px 0 4px 0;
	margin-bottom: 5px;
	display: block;
	font-family: 'Ubuntu Condensed',Arial,sans-serif;
	border-bottom: 1px dashed #0060AE;
	color: #0060AE;
	font-size: 16px;
	font-weight: normal;
}
div.lnBox span.lnhead.sel{
	border-bottom: 1px dashed #AB161C;
	color: #AB161C;
}

div.lnBox li, div.lnBox ul{
	list-style: none;
	padding:0;
	margin:0 0 0 1px;
}
div.lnBox li a{
	padding:0;
	margin:0;
}

#lnslider .ui-state-default, #lnslider .ui-widget-content .ui-state-default, #lnslider .ui-widget-header .ui-state-default {
    background-position: -683px -34px;
    border: none;
		width:28px;
		height: 27px;
		background-color: transparent;
		margin-top: -5px;
}
#lnslider a.ui-state-default:hover {
    background-position: -723px -34px;
}

#lnslider.ui-widget-content {
    border: 1px solid #c7c7c7;
		background-color: #f1f1f1;
		height: 8px;
		width: 180px;
		margin-top:14px;
}
#lnslider .ui-slider .ui-slider-range {
		background-color: #aa60ae;
		height: 8px;
}
#lnslider .ui-widget-header {
	background-color: #0060AE;
	background-image:none;
}
#lnpriceform .button-wrapper {
	margin-top:-5px;
	margin-right:10px;
}
#lnpriceform .button-wrapper .button-right button  {
	padding-top:3px;
	
	
}
#lnpriceform .button-wrapper .button-left {  
	width:10px;
}
.categoryhead .pageHead{
	font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 30px;
	line-height: 32px;
	border-bottom: 1px dashed #fff;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.categoryhead p{
	font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
.noRegBtn-next{
	float: right;
}
.noRegBtn-prev{
	float: left;
}
input.checkout-pwd.textbox{
	width: 304px;
}

#feature{
	position:absolute;
	top:124px;
	right: 0px;
	z-index: 10000;
}
#feature.wide{
	right: -5px;
}
#feature div{
	height: 56px;
	margin-bottom: 6px;
}
#feature .new .newButton,
#feature .percent .percentButton{
	position: absolute;
	width: 43px;
	right: -35px;
	cursor: pointer;
}
#feature .new .newButton a,
#feature .percent .percentButton a {
	display:block; 
	width:36px; 
	height:38px;
	color: #AB161C;
	font-family: 'Ubuntu Condensed',Arial,sans-serif;
	font-size: 19px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 19px;
}
#feature .new .newButton a.feature-hover,
#feature .percent .percentutton a.feature-hover,
#feature .new .newButton a.feature-hover,
#feature .percent .percentButton a.feature-hover {
	color: white; 
}
#feature .new .newButton a:hover,
#feature .percent .percentButton a:hover,
#feature .new .newButton a:active,
#feature .percent .percentButton a:active,
#feature .new .newButton a:hover,
#feature .percent .percentButton a:hover,
#feature .new .newButton a:active,
#feature .percent .percentButton a:active {
	color: #fff;
	text-decoration: none;
}
#feature .content{
	width: 0;
	padding-left: 10px;
	display:none;
	position: absolute;
	right: 0;
	margin-right: 8px;
}
#feature .content a{
	color: #FFFFFF;
    display: block;
    font-family: Ubuntu Condensed;
    font-size: 19px;
    padding-top: 18px;
}

#feature .content a:hover,
#feature .content.hover a{color:#fff;text-decoration: none;display:block;}
#feature .new .newButton{ background: url(../../img/didymos_flaechen_06.png) no-repeat top right;}
#feature .new .newButton.hover,
#feature .new .newButton:hover,
#feature .newButton.active{ background: url(../../img/didymos_flaechen_03.png) no-repeat top right;}
#feature .percent .percentButton{ background: url(../../img/didymos_flaechen_06.png) no-repeat top right;}
#feature .percent .percentButton.hover,
#feature .percent .percentButton:hover,
#feature .percent .percentButton.active{ background: url(../../img/didymos_flaechen_03.png) no-repeat top right;}
#feature .new .content{ background: url(../../img/didymos_flaechen_03.png) no-repeat top left;}
#feature .percent .content{ background: url(../../img/didymos_flaechen_03.png) no-repeat top left;}
a span.basket-notice{
	background-position: -357px -23px;
}
.maincat .maincatbasket.checkout{
	background-position: -281px -618px !important;
}
.maincat .maincatbasket.checkout #miniBasket{
	background-position: -140px -26px !important;
}
#header ul.maincat li.checkout div.basketBox a,
#header ul.maincat li.maincatbasket.checkout span.numitems {
    color: #FFFFFF;
}
.basketFunctionLinks{
	padding-top: 3px;
}
#header #basketFlyout a.flyoutButton {
    color: #0060AE;
    font-size: 13px;
    font-weight: normal;
}
a.pointer{
	cursor: pointer;
}
#header #basketFlyout p.title{
	display: none;
}
#modalbasketFlyout a.pointer{
	display: none;
}
#header #basketFlyout .price{
	color: #333;
	font-weight: normal;
}
#header #basketFlyout .checkoutBtn{
	display: none;
}

#header #basketFlyout{
	border-top: 1px dashed #AB161C !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	padding-bottom: 0;
}
#header .flyoutBorder{
	background: url(../../img/warenkorb_flyout_wdh.png) no-repeat top left;
}
#modalbasketFlyout .smallArrow,
#header #modalminiBasket{
	display: none !important;
}
#header .basketFlyout li{
	padding-bottom: 4px;
	height: auto !important;
}

#basketFlyout div {
    margin-top: 0 !important;
}
#header #basketFlyout .functions {
    width: 70px;
	float: left;
	padding-left: 14px;
}
#header #basketFlyout ul li a{
    font-size: 12px !important;
	padding-right: 11px;
	border-bottom: none;
	padding-bottom: 0;
}
#header #basketFlyout ul li a span.divider{  
	border-bottom: 1px dashed #DDC2A6;
	padding-bottom: 6px;
	width: 204px;
}
#header #basketFlyout ul li a span.divider.last{  
	border-bottom: 0;
}
#header #basketFlyout .button-left{
    display: none;
}
#header #basketFlyout .button-right a{
	font-size: 16px;
}
#header #basketFlyout a:hover{
	text-decoration: underline;
}
#header #basketFlyout ul li a:hover{
	background-image: none;
	background-color: #AB161C;
}
#header #basketFlyout .button-right{
  background: none;
	padding-top: 4px;
	margin-left: 48px;
}
#modalbasketFlyout .flyoutBasketBottom{
	display: none;
}
#header #basketFlyout ul{
	width: 223px;
	margin-left: 4px;
	font-size: 12px !important;
	padding: 0;
}
#header #basketFlyout ul li{
	width: 227px;
}
#header #basketFlyout ul li a:hover .price{
	color: #fff;
}
.smallArrow{
	background-position: -273px -24px;
	display: inline-block;
	height: 15px;
	width: 12px;
}
#header .basketFlyout .item {
    width: 118px;
}
.functions-border{
	border-bottom: 1px dashed #0061AE;
	margin-left: 12px;
    margin-right: 14px;
    width: 206px;
	height: 1px;
}
#modalbasketFlyout .functions-border{
	display: none;
}
.removeBtn button{
	font-size: 16px;
	color: #AB161C;
	text-transform: capitalize;
}
.removeBtn .butotn-left{
	width: 12px;
}
#content #addressSettingsHeader{
	margin-bottom: 13px;
    margin-top: 6px;
}
#addShippingAddress{
	border-bottom: 0;
	width: 165px;
	margin-bottom: 0;
}
.accountBorderBottom{
	border-bottom: 1px dashed #DDC2A6;
}
.addAddress{
	float: left;
    margin-top: 13px;
	margin-bottom:0;
}
.addressesLabel{
	color: #0060AE;
	font-family: 'Ubuntu Condensed',Arial,sans-serif;
	font-size: 16px;
}
#shippingAddress li{
	width: 923px;
}
h3.billingHeader{
	width: 139px;
	border-bottom: 0;
	margin-top: 0 !important;
	margin-bottom: 0;
}
.shippingReqFields{
	line-height: 20px;
	margin-bottom: 0;
}
.accountBorderBottom-top{
	border-bottom: 1px dashed #DDC2A6;
	margin-bottom: 18px;
}
.shippingBorderBlue{
	border-bottom: 1px dashed #0060AE;
	padding-bottom: 10px;
}
.shippingBorderBlue .addressesLabel{
	padding-top: 3px;
}
.addressCollumns ul#shippingAddress{
	margin: 0px;
}

#content h1.pageHead.quickOrder {
	margin: 10px 10px 20px 0px;
	width: auto;
}

.listbadges {
	position: absolute;
	top: 5px;
	left: 15px;
}

ul#crossselling li.productData .priceBox .price,
ul#alsoBought li.productData .priceBox .price {
    color: #AB161C;
}

#messageVariantChoose {
	font-weight: bold;
	color: #eb6005;
	padding: 5px 0px 0px 47px;
}

.button-wrapper.sendReview {
    display: none;
}

.sendReviewNotification {
    font-weight: bold;
}

.smallMwstNotice {
    font-size: 10px;
}

/* the overlayed element */
.simple_overlay {
 
    /* must be initially hidden */
    display:none;
 
    /* place overlay on top of other elements */
    z-index:10000;
 
    /* styling */
    background: transparent url(../../img/bg_textur_leinen.png) repeat top left;
 
    width:675px;
    min-height:200px;
    border:1px dashed #AB161C;
 
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
}
 
/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(../../img/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}

.simple_overlay p {
    color: #000000;
    margin: 0px;
    padding: 15px 10px;
}
.accountLoginView ul li.formSubmit{
	padding-left: 143px;
}
.accountFunctions{
	padding-left: 159px;
	position: relative;
}
.form .fieldPadding input{
	width: 230px;
}
.form .fieldPadding,
.form .fieldMarginRight{
	margin-right: 7px;
}
.form .fieldPaddingRight input{
	width: 208px;
}
#long-nomargin{
	left: 302px;
    top: 6px;
}
.keeplogin{
	position: absolute;
	top: 195px;
	left: 328px;
}
.button-wrapper.checkoutButton.coupon-wrap{
	margin-right: -2px;
	float: right;
}

/* CSS for nfc_quickOrder */

.quickOrderError {
    color: #AB161C;
    float: left;
    padding: 3px 0px 3px 10px;

}

/* CSS fÃ¼r magazin & service Area */

.pagefull.addborder.magazin {
     border-bottom: 1px dashed #4d7b38;
     border-top: 1px dashed #4d7b38;
}



.ocContent.magazin .cmsHeadlineDashed {
    color: #82A819;
    border-color: #82A819;
}

#sidebar.magazin .tree a,
#sidebar.magazin .tree li.active ul li a{
    color: #82A819;
}

#sidebar.magazin .tree li.active ul li {
    border: none;
}

#sidebar.magazin .tree li.active ul li a {
    font-size: 14px;
    margin: 3px 0px 0px;
    padding: 4px 5px;
}

#sidebar.magazin .tree a:hover,
#sidebar.magazin .tree li.active a.current,
#sidebar.magazin .tree li.active a,
#sidebar.magazin .tree li.active ul li a:hover {
    background: url('../../img/textur_gruen.png') repeat-x top left;
    color: #ffffff;
}

#sidebar.magazin .tree li.active ul li a {
    background: none;
    color: #82A819;
}

#sidebar.magazin .tree li {
    border-bottom: 1px dashed #82A819;
}

#sidebar.magazin .tree li.last {
    border-bottom: none;
}

.pagefull.addborder.service {
     border-bottom: 1px dashed #ec6f21;
     border-top: 1px dashed #ec6f21;
}

.pagefull.service #navigation li a, .pagefull.service #navigation2 li a {
    color: #fff;
}

.pagefull.service #navigation li a.current,
.pagefull.service #navigation li a.active,
.pagefull.service #navigation li.active a,
.pagefull.service #navigation2 li a.current,
.pagefull.service #navigation2 li a.active,
.pagefull.service #navigation2 li.active a {
    background: url("../../img/bg_textur_leinen.png") repeat-x top left;
    color: #FF7E00;
}

.ocContent.service .cmsHeadlineDashed {
    color: #ff7e00;
    border-color: #FFB62F;
}

#sidebar.service .tree a,
#sidebar.service .tree li.active ul li a{
    color: #ff7e00;
}

#sidebar.service .tree li.active ul li {
    border: none;
}

#sidebar.service .tree li.active ul li a {
    font-size: 14px;
    margin: 3px 0px 0px;
    padding: 4px 5px;
}

#sidebar.service .tree a:hover,
#sidebar.service .tree li.active a.current,
#sidebar.service .tree li.active a,
#sidebar.service .tree li.active ul li a:hover {
    background: url('../../img/textur_gelb.png') repeat-x top left;
    color: #ffffff;
}

#sidebar.service .tree li.active ul li a {
    background: none;
    color: #ff7e00;
}

#sidebar.service .tree li {
    border-bottom: 1px dashed #FFB62F;
}

#sidebar.service .tree li.last {
    border-bottom: none;
}

/**************************************/

.lineBoxCheckout{
 padding: 29px 0px 20px;
 }
 .couponInput-wrap{
	margin-top: 2px;
}

/**** Content Seiten CMS Modul ****/
div.ocbox h1 {
	color: #FFFFFF;
	font-weight: normal;
	padding: 10px 8px;
	font-family: 'Ubuntu Condensed',Arial,sans-serif;
	font-size: 20px;
	display:block;
	background-position: -50px -1450px;
}

div.pinit {
	position: absolute;
	right: 30px;
	top: 50px;
	z-index: 9999;
}

div.ocbox h6 {
	color: #FFFFFF;
	font-weight: normal;
	padding: 10px 8px;
	display:block;
	background: transparent url(../../img/textur_gruen.png);
}

.dropDown.highlight {
    padding: 4px;
    border: 1px solid #EB6005;
}

/*Icon Slider an Details page*/

.morePicSlider {
    position: relative;
    padding: 0px 15px;
    margin: 10px 0px 0px 0px;
}

.morePicSlider .anythingWindow {
    overflow: hidden;
    margin: 0px 0px 0px 10px;
}

.morePicSlider .anythingControls {
    display: none !important;
}

.morePicSlider .arrow.back,
.morePicSlider .arrow.forward {
    cursor: pointer;
    position: absolute;
    top: 0px;
    display: block;
    padding: 18px 0px;
}

.morePicSlider .arrow.back:hover,
.morePicSlider .arrow.forward:hover {
    background: none;
}

.morePicSlider .arrow.back {
    left: 0px;
}

.morePicSlider .arrow.back a {
    background-position: -420px -30px;
}

.morePicSlider .arrow.back a:hover {
    background-position: -420px -50px;
    text-decoration: none;
}

.morePicSlider .arrow.forward {
    right: 0px;
}

.morePicSlider .arrow.forward a {
    background-position: -435px -30px;
}

.morePicSlider .arrow.forward a:hover {
    background-position: -435px -50px;
    text-decoration: none;
}

.morePicSlider .arrow.forward a,
.morePicSlider .arrow.back a {
    width: 15px;
    display: block;
}

.morePicSlider ul {
    overflow: hidden;
    padding: 0px;
}

.morePicSlider #morePicsContainer {
    margin: 0px;
    position: relative;
}

.morePicSlider li,
.morePicSlider a {
    float: left;
}
#morePicsContainer li ul li {
    margin: 0px 10px 0px 0px;
}

#morePicsContainer li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

ul.farbfilter li,
ul.materialfilter li {
    float: left;
}

/*** Offline Page ***/

.offline-page{
	width: 960px;
	margin: 0 auto;
}
.offlineBoxTop {
    background: url("../../img/box_schatten_naht_4spaltig_oben_beige.png") no-repeat scroll left bottom transparent;
    height: 9px;
}
.offlineBoxMiddle {
    background: url("../../img/box_schatten_naht_4spaltig_wdh_beige.png") repeat-y scroll left top transparent;
    position: relative;
    z-index: 10;
	padding: 10px 15px;
}
.offlineBoxBottom {
    background: url("../../img/box_schatten_naht_4spaltig_unten_beige.png") no-repeat scroll left bottom transparent;
    height: 9px;
}
.offlineHead{
	border-bottom: 1px dashed #0060AE;
    color: #0060AE;
    font-family: 'Ubuntu Condensed',Arial,sans-serif;
    font-size: 30px;
    font-weight: normal;
    height: 28px;
    margin: 10px 0 20px;
    padding-left: 1px;
    width: 98%;
	}
.offline-logo{
	margin-bottom: 50px;
	}
.listRefine-bottom .pager{
	padding-right: 0;
}
.listRefine-bottom .refineParams{
	padding-bottom: 6px;
}
div#thankyouPage {
	padding:8px 12px 40px;
}
.offline-page-top{
	height: 0px;
}
body.offline{
	margin: 0px;
}
.accountBoxMiddle.loginHeight.regbox{
	height: 195px;
}

.variant-area #variants {
    float: left;
}

.variant-area .size-table-link {
    float: left;
}

.variant-area .size-table-link a:link,
.variant-area .size-table-link a:visited,
.variant-area .size-table-link a:active,
.variant-area .size-table-link a:hover {
    background: transparent url(../../img/didymos_sprite.png) no-repeat -614px -1134px;
    display: block;
    padding: 5px 15px;
}

.fb_iframe_widget {
	width:68px !important;
}
iframe.twitter-share-button {
	width:105px !important;
	margin-left:10px !important;
}
div#___plusone_0 {
	width:106px !important;
}
.basketrow .stockStatusText{
	color: #888888;
    font-size: 12px;
}

.firstNewsBoxImage img {
    width: 216px;
    height: 214px;
}

.prodboxrating #itemRating {
    position: absolute;
    bottom: 35px;
    left: 9px;
}


/* --- guestbook --- */
.gb-form .form-label-gb { float: left; width: 160px; margin-left: 5px; }
.gb-form .input-wrapper { margin-bottom: 4px; width: 100%; }
.gb-form .vtop { margin-right: 0; }
.gb-form .areabox { width: 377px !important; }
.gb-form .input-gb-verify { margin-left: 165px; }
.gb-form .input-gb-verify .input-gb { width: 378px; }