@CHARSET "UTF-8";

@import url('/common/stylesheet.css');
@import url('colormap.css');
@import url('checkout.css');

#HeadlineImage {
	left:274px;
}

.left{
	text-align: left;
}
.right{
	text-align: right;
}

.noborder:hover,
.noborder {
    border:none;
}

a:focus,
a:active{outline:none;}

button.form-button,
button.button,
a.button {
    background: transparent url('../images/bg_button_in.png') no-repeat scroll top right;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 13px 0 0; /* sliding doors padding */
    text-decoration: none;
    border:none;
    outline:none;
}

button.form-button span,
button.button span,
a.button span {
    background: transparent url('../images/bg_button_out.png') no-repeat 0 0;
    padding: 5px 0 3px 20px;
    color:#005191;
    font-size:12px;
    font-weight:bold;
}
button.form-button:hover span,
.button:hover span{
    background-position: 0 -24px;
    text-decoration:none;
    color:#0095DF;
}

button.button_red,
a.button_red {
    background: transparent url('../images/bg_button_red_in.png') no-repeat scroll top right;
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 13px 0 0; /* sliding doors padding */
    text-decoration: none;
    border:none;
    outline:none;
}

button.button_red span,
a.button_red span {
    background: transparent url('../images/bg_button_red_out.png') no-repeat 0 0;
    padding: 5px 0 5px 20px;
    color:white;
    font-size:12px;
    font-weight:bold;
}

.button_red:hover {
    background-position: right -24px;
    text-decoration:underline;
    color:white !important;
}

.button_red:hover span{
    background-position: 0 -24px;
    text-decoration:underline;
    color:white !important;
}
.button_red:hover span:hover{
    color:white !important;
}

.base-categories {
    background: url(../images/hp_categorie.jpg) top left no-repeat;
    width:920px;
    height:599px;
    overflow: hidden;
}

.base-category{
    margin:12px 0 0 34px;

}
.base-categories h3{
    color:#80A8C8;
    font-size:28px;
    font-weight:normal;
}
.base-categories ul.base-category-child {
    margin:0;
    padding:0;
    min-height: 135px;
    list-style: none;
    clear:both;
}
.base-categories ul.base-category-child li{
    float: left;
    height:110px;
    width:100px;
    margin:0 20px 0 0;
    padding:0;
    text-align:center;
}
.base-categories ul.base-category-child li a.img img{
    height:100px;
    width:100px;
    border:1px solid #ccc;
    border-bottom: 6px solid white;
}

.base-categories ul.base-category-child li a{
    color:#999;
    font-weight:bold;
}
.base-categories ul.base-category-child li a:hover{
    color:#333;
    border:none;
}

.dart-block{
    position: relative;
    background: url(../images/hp_shop.jpg) top left no-repeat;
    width:190px;
    height:360px;
    margin: 0 15px 15px 0;
    overflow: hidden;
    float:left;
}

.product-viewed{
    background: url(../images/recently_viewed.gif) top left no-repeat !important;
    height:310px  !important;
}

.dart-block img.newmark{
    position: absolute;
    top:0;
    left:0;
    width:52px;
    height: 49px;
    z-index:998;
    margin:15px 0 0 130px;
}

.dart-block .controls{
    position: absolute;
    top:0;
    left:0;
    z-index:998;
    margin:175px 0 0 169px;
}

.dart-block .controls a.next{
    display:block;
    background:url(../images/pfeil_rechts.gif) top left no-repeat;
    height:25px;
    width:25px;
}

.dart-block .controls a.next span{
    display:none;
}

.dart-block h3{
    font-size:14px;
    color:#666;
    padding:0 10px;
    height:38px;
    line-height:38px;
    text-transform: uppercase;
}
.product-viewed h3 {
    font-size:14px;
    line-height:120%;
    padding:10px;
    text-transform:uppercase;
}

.dart-block ul.hpteaser{
    position: relative;
    top:0;
    left:0;
    margin:0;
    padding:0;
    width:190px;
    height:322px;
    overflow: hidden;
    list-style: none;
}
.dart-block ul.hpteaser a:hover{
    border:none;
}

.dart-block ul.hpteaser li{
    position:absolute;
    margin:0;
    padding:0;
    width:188px;
    height:322px;
    overflow: hidden;
    border:1px solid transparent;
}

.dart-block ul.hpteaser p{
    padding:0 12px !important;
}
.dart-block ul.hpteaser .price-box p{
    padding:0 !important;
}
.dart-block ul.hpteaser .price-box p .price-label{
	display:none;
}

.dart-block ul.hpteaser div.price{
    padding:10px 12px 0 !important;
    font-size:15px !important;
    line-height: 15px;
}

p.old-price,
.dart-block ul.hpteaser div.price small {
    font-size:9px !important;
    text-decoration: line-through;
}
p.old-price *{
    font-size:9px !important;
}

.dart-block ul.hpteaser h4{
    font-size:13px;
    padding:5px 12px;
}
.dart-block ul.hpteaser h4 a{
    font-size:13px;
    color:#181512;
}
.category-head {
    margin:0 0 17px;
}
.listing-type-grid table {
	border-collapse: collapse;
}
.listing-type-grid th, 
.listing-type-grid td {
	padding:2px;
	border:1px solid #9C9D9F;
	border-collapse: collapse;
}
.listing-type-grid th{
	border:none;
}

.listing-type-grid .price-box,
.listing-type-grid .product_addtocart{
	margin:0;
	padding:0;
}

.listing-type-grid .special-price .price,
.listing-type-grid .regular-price .price  {
	font-size:10px;
	font-weight:bold;
}

.listimage{
	position: absolute;
	top: 10px;
	left: 10px;
	border:1px solid #9C9D9F;
	z-index:1;
}

tr.listheadline,
tr.listheadline td,
.category-head h1{
    background:#333 url(../images/bg_headline.png) top left repeat-x;
    color:white;
    padding: 0 10px;
    height:30px;
    line-height: 30px;
    font-size:14px;
    font-weight:bold;
}

.listing-type-grid tr.odd{
	background:#CCCCCC;
}

/********************** Messages  */
.grey{color:#999;}
.success { color:#3d6611; }
.error { color:#df280a; }
.notice {color:#e26703; }
.success, .error { font-weight:bold; }
.messages,
.messages ul { list-style:none !important;list-style-image:none !important; margin:0 !important; padding:0 !important; }
.messages { width:100%; overflow:hidden; }
.error-msg, .success-msg, .notice-msg, .note-msg {
    min-height:23px !important;
    margin-bottom:1em !important;
    border-style:solid !important;
    border-width:1px !important;
    background-repeat:no-repeat !important;
    background-position:10px 10px !important;
    padding:8px 8px 8px 32px !important;
    font-size:.95em !important;
    font-weight:bold !important;
}
.error-msg li, .success-msg li, .notice-msg li {margin-bottom:.2em; }
.error-msg {
    border-color:#f16048;
    color:#df280a;
    background-color:#faebe7;
    background-image:url(../images/error_msg_icon.gif);
}
.success-msg {
    border-color:#446423;
    color:#3d6611;
    background-color:#eff5ea;
    background-image:url(../images/success_msg_icon.gif);
}
.notice-msg, .note-msg {
    border-color:#fcd344;
    color:#3d6611;
    background-color:#fafaec;
    background-image:url(../images/note_msg_icon.gif);
}

#shopping-cart-totals-table th,
#shopping-cart-totals-table td{
    padding:5px 0 5px 5px;

}

.shipping-estimate ,
.shopping-cart-totals{
    background:#EAF0F6;
    text-align:right;
    padding:20px;
    margin:20px 0 20px 20px;
}

#shopping-cart-table{
    margin:0 0 60px 20px;
    width:740px;}

#shopping-cart-table th,
#shopping-cart-table td{
    padding:5px;
    vertical-align:top;
}
#shopping-cart-table td h4.title {
    margin:0;
    padding:0;
}
#shopping-cart-table td h4.title a{
    font-size:14px;
}

.MiniCartContent{
    position:absolute;
    top:23px;
    right:0;
    width:900px;
    border:1px solid #999;
    background:#F6F6FA;
    text-align:left;
	z-index:999;
}

#MiniWishlistContent{
    background: #EFEEEE;
	z-index:999;
}

#MiniWishlistContent .price-box .regular-price .price,
#MiniWishlistContent .price-box .special-price .price,
#MiniWishlistContent .price-box{
	padding:0;
	font-size:12px;
	font-weight: bold;
}

.MiniCartContent .content{
    padding:10px;
}

.MiniCartContent .closethiscart{
    float:right;
    padding:10px;
    height:12px;
    width:12px;
}
.MiniCartContent .totals{
    width:auto;
    border-top:1px solid #80A8C8;
    padding:10px;
    text-align:right;
}

.MiniCartContent h2 {
    color:black;
    padding:10px;
    font-size:13px;
    font-weight:bold;
}
.MiniCartContent .cart {
    margin:10px;
    padding:0;
    list-style:none;
}

.MiniCartContent .cart li {
    width:200px;
    min-height:140px;
    margin:0 25px 15px 0;
    float:left;
}
.MiniCartContent td{
    padding: 0 5px 0 0;
    vertical-align: top;
}
.MiniCartContent .cart li .price{
	font-size:12px !important;
}

.price{
    font-size:14px;
}

#pageregionRight .price{
    font-size:11px;
}
.minicart_checkout {
    border:none;
    cursor:pointer;
    float:right;
}
.minicart_checkout span {
    color:white;
    font-size:12px;
    font-weight:bold;
    padding:0;
}

.MiniCartContent .additionals,
.MiniCartContent .subtotal{
    padding:20px 40px;
}

.catalog_header{
    margin:15px 0 30px;
}
.catalog_header h3{
    color:#181512;
    font-weight: bold;
}
.bottomtoolbar .catalog_header h3{
	display:none;
}

table.pager{
    width:100%
}

.a-right{
    text-align:right;
}
.f-right{
    float:right;
}
.a-left{
    text-align:left;
}
.a-center{
    text-align:center;
}

.pages{
    text-align:center;
}
.catalog-listing .item h5{
    padding-bottom: 0.5em;
}
table.pager td {
    color:#999;
}

.product_addtocart{
    color:#999;
    padding:0 0 10px 0;
}

.input-text{
    border:1px solid #999;
}
.input-text.qty{
    width:22px;
    text-align:center;
}

#pageregionLeft{
    width:192px;
}

#Macronavigation{
    width:176px;
}

#pageregionMiddleLeft{
    padding:0;
    width:800px;
}
#pageregionMiddleLeft .product-info-box{
    padding:0 0 20px 20px;
}

.catalogsearch-result-index #pageregionMiddleContent,
#pageregionMiddleContent{
    width:620px;
}
.wishlist-index-index #pageregionMiddleContent{
    width:800px;
}

#Macronavigation .border-creator{
    width:176px;
    border:1px solid #CCC;
    border-left:none;
    padding:0 0 10px 0;
}
.border-creator h4{
    color:#999;
    font-weight: bold;
    padding:10px 10px 5px 10px;
}
#narrow-by-list dt{
    font-weight:bold;
    padding:5px 0 0 0;
}
.actions,
ol.narrowed-category,
#narrow-by-list {
    list-style:none;
    margin:0 10px;
    padding:0;
}
#narrow-by-list ol{
    list-style:none;
    margin:0 ;
    padding:0;
}

.narrowed-category .price,
ol.narrowed-category li,
#narrow-by-list ol li,
#narrow-by-list .price{
    font-size:11px !important;
}
.catalog-listing ol,
ul.categoylisting {
    margin:0 !important;
    padding:0 !important;
    list-style:none;
}
.catalog-listing ol li,
.categoylisting li{
    width:178px;
    height:370px;
    margin:0 17px 10px 0;
    list-style:none;
    display:inline;
    float:left;
	overflow:hidden;
}

.categoylisting li{
	height:250px;
}

.catalog-listing ol li img,
.categoylisting li img{
    border:1px solid #ccc;
}

.catalog-listing li h5 a {
    font-size:14px;
    font-weight:normal;
}
.categoylisting li h6 a {
    font-size:14px;
}
.price-box{
    padding:0 0 10px 0;
} 

.special-price .price,
.regular-price .price {
    font-size:18px;
}

.smallprice .special-price .price,
.smallprice .regular-price .price {
    font-size:12px;
}

.add-to{
    padding:8px 0 0 11px;
}
.catalog-listing li .add-to{
	padding-top:0 !important;
}
.add-to a { background: url(../images/li_li.gif) no-repeat 0 4px; padding:0 0 0 10px;}

/********************** Pager */
table.pager select,
table.view-by select { margin:0 3px; font-size:.95em; }
table.pager select { width:auto; }
table.view-by td.sort-by { text-align:right; padding-right:44px; }
table.view-by select { width:85px; }
table.pager, table.view-by {
    width:100%;
}
table.pager td {
    width:32%;
    padding:4px 8px;
    vertical-align:middle;
}
table.pager td.pages { padding:4px 0; white-space:nowrap; text-align:center; }
table.pager ol, table.pager li {
    display:inline;
}
table.pager li { padding:0 2px; }
table.view-by td {
    width:33%;
    padding:4px 8px;
    vertical-align:middle;
}
table.pager li a{
	color:#999;
}
table.pager li span.on{
	color:#005191;
}
#MiniWishlist{
    position:absolute;
    top:267px;
    right:58px;
    background:#808080;
    width:58px;
    height:23px;
    text-align:center;
    font-size:10px;
    z-index:999;
    border-right: 1px solid white;
}

#MiniWishlist h4{
    position:relative;
    color:white;
    font-size:10px;
    padding:3px 7px;
    cursor:pointer;
}

#MiniWishlist h4 a {
    color:white;
}

#MiniWishlist .actions{

    padding:0 10px;
}


#MiniCart{
    position:absolute;
    top:267px;
    right:0px;
    background:#808080;
    width:58px;
    height:23px;
    text-align:center;
    font-size:10px;
    z-index:999;
}

#MiniCart h4{
    position:relative;
    color:white;
    font-size:10px;
    padding:3px 7px;
    cursor:pointer;
}

#MiniCart h4 a {
    color:white;
}

#LoginHeader{
    position:absolute;
    top:30px;
    right:52px;
    z-index:999;
    width:auto;
    border:1px solid #ccc;
    background:white;
    padding:10px;
}

#ShopLinks{
    position:absolute;
    top:10px;
    right:5px;
    z-index:333;
}

#ShopLinks a{
    color:#666;
}
#ShopLinks a.login{
    margin:0 5px 0 0;
    padding:0 10px 0 0;
    background:transparent url(/common/select.gif) no-repeat right 50%;
}

.lili{
    background:transparent url(../images/li_li.gif) no-repeat scroll left center;
    padding:0 0 0 10px;
}

.update_cart{
    border:none;
    cursor:pointer;
    float:right;
}
.update_cart span{
    font-size:12px;
    font-weight:bold;
    color:#005191;
}
.update_cart:hover span{
    color:#0095DF;
}

.continue-shopping{
    border:none;
    color:#005191;
}
.checkout-cart-index .continue-shopping{
	margin:5px 20px 0 0;
}

.no-display {
    display:none;
}

.SearchForm {
    background:transparent url(/common/search.jpg) no-repeat scroll right top;
    height:19px;
    left:277px;
    position:absolute;
    top:10px;
    width:auto;
    z-index:222;
}

.search-autocomplete{
	z-index:999;
	background:white;
	border:1px solid #CCC;
}
.search-autocomplete ul{
	list-style:none;
	margin:0;
	padding:0;
	list-style-image: none;
}
.search-autocomplete ul li{
	padding:5px;
	cursor:pointer;
	border-bottom:1px solid #CCC;
}

.search-autocomplete ul li:hover{
	background:#CCC;
}
.search-autocomplete ul li .amount{
        font-size:0.9em;
        color:#999;
        float:right;
}
.search-autocomplete ul li .amount:after{
        content:" Hits";
}

