/*******************************************/
/*  OVERVIEW BASKET                        */
/*******************************************/
a {
	color:#004C92;
	}

div.com-basket-overview-container {
	padding: 8px 8px 8px 16px;
	z-index:999;
	position:relative;
	margin-top:50px;
}

div.com-basket-overview-empty {
	padding: 8px 8px 8px 16px;
}

table.com-basket-overview-list {
	width: 100%;
}

tr.com-basket-overview-odd td,
tr.com-basket-overview-even td {
	border-bottom: 1px dotted #666666;
	padding-top: 4px;
	padding-bottom: 4px;
}

div.com-basket-overview-qty {
	float: left;
	width: 	75px;
}

div.com-basket-overview-price {
	float: right;
}

div.com-basket-overview-info {
	padding-top: 10px;
	padding-bottom: 10px;	
	background-color: #004C92;
	box-shadow:0 5px 10px 0 #404040;
    height: 150px;
    position: relative;
    width: 200px;
    z-index: 999;	
}

div.com-basket-overview-price-label {
	float: left;
	width: 	75px;
}

div.com-basket-overview-price-label p {
	font-weight: bold;
}

div.com-basket-overview-price-sum {
	float: right;
}

div.com-basket-overview-price-sum p {
	font-weight: bold;
}

p.com-basket-overview-title a {
	color: #666666;
	font-weight: bold;
}

div.com-basket-overview-basketlink {
	text-align: right;	
}

.com-basket-list-item-count {
	text-align:center;
	}

.com-basket-list-item-price-sum, .com-basket-list-item-price-gross {
	text-align:right;
	}	
	
/*******************************************/
/*  Pagebrowser                            */
/*******************************************/

.category_browsebox {
	clear: both;
	text-align: center;
	padding-top: 20px;
}

.linie {
	width:100%;
	margin-top:10px;
	border-bottom:1px dotted #666666;
}

div.resultsWrap {
	float: left;
}

div.pagebrowser {
}

div.pagebrowser ul {
	float: right;
	list-style-type: none;
}

div.pagebrowser ul li {
	float: left;
	display: inline-block;
	width: 18px;
	height: 18px;
}

div.pagebrowser ul li a {
	display: block;
	text-align: center;
	color: #000000;
	outline: none;
}

div.pagebrowser ul li span,
div.pagebrowser ul li a span {
	display: block;
	width: 100%;
	height: 100%;
}

div.pagebrowser ul li.inactive a span.first {
	display: block;
	text-indent: -999em;
	background-image: url(../images/pagebrowser/pagebrowser_start.gif);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
}

div.pagebrowser ul li.disabled span.first {
	display: block;
	text-indent: -999em;
	background-image: url(../images/pagebrowser/pagebrowser_start_inactive.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

div.pagebrowser ul li.inactive a span.last {
	display: block;
	text-indent: -999em;
	background-image: url(../images/pagebrowser/pagebrowser_end.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

div.pagebrowser ul li.disabled span.last {
	display: block;
	text-indent: -999em;
	background-image: url(../images/pagebrowser/pagebrowser_end_inactive.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

div.pagebrowser ul li.inactive a span.prev {
	display: block;
	text-indent: -999em;
	background-image: url(../images/pagebrowser/pagebrowser_backward.gif);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
}

div.pagebrowser ul li.disabled span.prev {
	display: block;
	text-indent: -999em;
	background-image: url(../images/pagebrowser/pagebrowser_backward_inactive.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

div.pagebrowser ul li.inactive a span.next {
	display: block;
	text-indent: -999em;
	background-image: url(../images/pagebrowser/pagebrowser_forward.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

div.pagebrowser ul li.disabled span.next {
	display: block;
	text-indent: -999em;
	background-image: url(../images/pagebrowser/pagebrowser_forward_inactive.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

div.pagebrowser ul li.active a {
	font-weight: bold;
}

/*******************************************/
/*  Kategorienübersicht                    */
/*******************************************/
.tx-commerce-pi1 {
	width:490px;
	}
div.com-category-item {
	width:160px;
	height:224px;
	float:left;
	margin-right:1px;
	background-image:url(../images/shop/bg_uebersicht.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.kategorie {
	width:155px;
	height:224px;
	float:left;
	margin-right:1px;
	background-image:url(../images/shop/bg_uebersicht.png);
	background-position:top left;
	background-repeat:no-repeat;
}

.kategorie img{
    max-width: 90%;
    height: auto;
}

.kategorie h5 {
    font-size: 14px;
    margin: 0 0 0.6em 0;
    font-weight: bold;
}

.qty_field {

	margin-bottom:20px;
}

.preisliste {
	width:150px;
	display: inline-block;	
}

.product img{
    max-width: 50%;
    height: auto;
}

.product p {
	
}

.tobasketform input[type = "submit"], .productsingle input[type = "submit"]{
    background-image: url(../images/shop/btn_inDenWarenkorb.png);
    background-repeat: no-repeat;
    width: 113px;
    height: 42px;
    float: right;
    text-indent: -99em;
    clear: both;
    margin-right: 20px;
	border: 0px !important;
	outline: none;
}

.productsingle input[type = "submit"] {
	margin-right: 0px;
}

.product  {
    margin-bottom: 30px;

}

.tobasketform input[type = "submit"]:hover, .productsingle input[type = "submit"]:hover {
	background-color: #fff;
}


div.com-category-item-image , .kategorie {
	text-align:center;
}

div.com-category-item-description , h5{
	padding:5px 10px 0px 10px;
}
div.com-category-item-description p{
	line-height:1.0em;
}

div.com-category-item-title, h5 {
	font-weight:bold;
	padding:0px 10px;
	padding:5px 10px 0px 10px;
	line-height:1.0em;
	text-align:left;
	}
	
	.contenttable {
		width:100%;
		    font-size: 1em;
    line-height: 1.6em;
	}
	
	.contenttable td {
		vertical-align:top;	
	}


/*******************************************/
/*  Kategorienansicht                      */
/*******************************************/

div.com-category-overview {
	padding-bottom: 20px;
}

div.com-category-overview-images {
	text-align:center;
	display:none;
}

div.com-category-overview-description {
	width:90%;
	clear:both;
}

div.com-category-sub-list {
	margin-top: 20px;
}

/*******************************************/
/*  Produktübersicht                       */
/*******************************************/

div.com-list-product-item {
	width:160px;
	height:224px;
	float:left;
	margin-right:1px;
	background-image:url(../images/shop/bg_uebersicht.png);
	background-position:top left;
	background-repeat:no-repeat;	
}

div.com-list-product-item:hover {
	/*border: 1px solid #990000;*/
}


div.com-list-product-item-image {
	margin-left:10px;
}

div.com-list-product-item-image a {
}

div.com-list-product-item-image a:hover {
}

div.com-list-product-item-detaillink {
}
div.com-list-product-item-title {
	padding:0px 10px;
	}


div.com-list-product-item-title a{
	color:#004C92;
	font-weight:bold;
}

div.com-list-product-item-title h1 {
}

div.com-list-product-item-title h1 a {
}

div.com-list-product-item-title h1 a:hover {
}

div.com-list-product-item-image {
	float: left;
}

div.com-list-product-item-description {
}

div.com-list-product-item-info {

}

div.com-list-product-item-info-ordernumber {
}

div.com-list-product-item-info-price {
}

div.com-list-product-item-info-basketlink {
	background-image:url(../images/shop/btn_inDenWarenkorb.png);
	background-repeat:no-repeat;
	width:113px;
	height:42px;
	float:right;
	text-indent:-99em;
	clear:both;
	margin-right:20px;
}
div.com-list-product-item-info-basketlink a {
	display:block;
	height:42px;
	}


div.com-list-product-item-teaser {
}
/************ Aktion ***********************/

.discount {
	width:75px;
	height:75px;
	position:absolute;
	margin-left:80px;
	background-image:url(../images/shop/aktion.png );
	background-position:top right;
	background-repeat:no-repeat;
	}

/*******************************************/
/*  Produktdetail                          */
/*******************************************/

div.com-single-col1 {
	float:left;
	width:470px;
	clear:both;
	text-align:center;
}

div.com-single-col2 {
	width:470px;
	clear:both;
	margin:20px 0px;
}
div.com-single-col2 a, .com-single a {
	color:#004C92;
}

div.com-single-product-description {
	margin-bottom: 20px;
}

div.com-single-article-attribute {
	padding-bottom: 5px;
}

div.com-single-article-attribute-item {
	margin-bottom: 5px;	
}

select.com-single-article-attribute-item-select {
	width: 180px;
}

div.com-single-article-attribute-item-label {
	float:left;
	width:90px;
}

div.com-single-article-attribute-item-label label {
	background: none;
}

div.com-single-article-attribute-item-field {
	margin-left:110px;
}

div.com-single-article-price {
	font-size: 1.1em;
	float:left;
	margin-top:5px;
}

div.com-single-action-entry {
	background-color: #ffffff;
	margin-bottom: 20px;
}

div.com-single-article-basket {
	text-align: right;
	clear:both;
	height:40px;
}

div.com-single-subtitle {
	margin:70px 0px 10px 0px;
	font-weight:bold;
	font-size:1.1em;
	}

.com-single-article-input {
	width:60px;
	float:left;
	clear:left;
	}

.com-single-article-price {
	width:250px;
	float:left;
	}
.tt-products-single .price {
	float: left;
	margin-right:20px;	
	padding-top:2px;
}

.cartevent {
	clear: both;	
	
}

.cartevent .back {
	float: left;
	margin-top:20px;
}

.cartevent .cartpage {
	float: right;	
	margin-top:20px;
}

/*******************************************/
/*  Warenkorb                              */
/*******************************************/

.com-bold{
	font-size:1.142em;
	line-height: 1.2em;
}

.prodrow {
  
    border-bottom: 1px dotted #000;
	padding: 10px 0;	
}

.heading {
    border-bottom: 1px solid #004C92;
	    padding: 10px 0;	
}

/*#products_info{background-image:url(../images/shop/btn_kasse.png); width:127px; max-width:127px; height:26px; border:none; outline: none;text-indent:-99em; }
#products_info:hover {
	background-color:#fff;	
}*/
.move {
	clear:both;
}

.close  {
	cursor:pointer;	
}

#aktualisieren:hover {
	background-color:#fff;	
}

/*#aktualisieren {background-image:url(../images/shop/btn_aktualisieren.png); width:127px; max-width:127px; height:26px; border:none; outline: none; text-indent:-99em;}*/

.com-basket-container {
	margin: 3px;
}

.com-basket-box {
	margin:0 0 20px 0;
	position:relative;
}

.com-basket-list { 	
	display:table;
	border-collapse:collapse;
	border-spacing:0px;
	margin-bottom:18px;
	margin-top:15px;
	width:100%;	
}

.com-basket-list-item-ordernumber {
	padding:7px 0px;
	}

.com-basket-list .com-basket-header {
	display:table-row;
	border-bottom: 1px solid #004C92;
}

.com-basket-refresh {
	float:right;
	width:20%;	
	margin-top:30px;
	text-align:right;
}

.com-basket-calculation{
	display: table;
    float: right;
    width: 70%;
	margin:0 0 0 35%;
	border-collapse:collapse;
	border-spacing:0px;
}

.com-basket-calculation > div {
	display:table-row;
	border-bottom:1px dotted #000; 
}

.com-basket-header > div,
.com-basket-list .com-basket-even > div,
.com-basket-list .com-basket-odd > div  {
	display:table-cell;
	vertical-align:top;
	padding:10px 0;
}

.com-basket-calculation > div > div {
	display:table-cell;
	vertical-align: bottom;
	padding:5px 0;
	min-width:80px;
}

.com-basket-even {
	border-bottom: 1px dotted #004C92;
	padding:10px 0px;
	}

.com-basket-header-article{
	width:385px;
}

.empty-div {
	width:20%;
}

.com-basket-calculation select {
	width:60%;
}

.com-basket-list-count input {
	text-align:center;		
}

.com-basket-list-article .image {
	width:30%;
	margin:0 10px 0 0;
	float:left;	
}
.com-basket-list-article .desc {
	float:left;
}

.com-basket-list-article .image img {
	width:100%;
	height:auto;	
}

.com-basket-header-basket,
.com-delete {
	text-align:right;
	padding:0 0 0 10px;
	width:50px;
	}
.com-delete a {
	display:block;
	width:16px;
	height:16px;
	background:url(../images/shop/delete.gif) no-repeat center center;
	margin:0 10px 0;	
	float:right;
}

.com-delete a:hover {
	background-color:#96B522;
	color:#fff;
}

.com-delete a span {
	display:none;
}

.com-basket-header-price-sum,
.com-basket-list-sum{
	text-align:right;
	width:80px;
	margin-right:20px;
}

.com-basket-list-count {
	text-align: left;
	padding-left:10px !important;
}

.com-basket-header-count {
	text-align:center;
	width:200px;
	}

.com-basket-list-price, .com-basket-header-price-gross {
	width:80px;
	text-align:center;
	}

.com-basket-list > div{
	display:table-row;
	border-bottom:1px dotted #000; 
}

.com-basket-payment label,
.com-basket-delivery label {
	float:left;
	width:120px;
}

.com-basket-payment, .com-basket-sums{
	width:100%;
	}
	
.com-basket-sums-field-price,
.com-basket-sums-field,
.com-basket-sums-value,
.com-basket-sums-value-price {
	 font-weight:bold;
	 }
.com-basket-payment-price,
.com-basket-delivery-price,
.com-basket-sums-value,
.com-basket-sums-value-price,
.com-basket-tax-value {
	text-align:right;
	}
.com-basket-next {
}
.com-basket-sums-field-price,
.com-basket-sums-value-price {
	font-size:1.1em;
	margin-bottom:10px;
	}

.com-basket-next a{
}

.com-basket-container input,
.com-basket-next a {
	max-width:50px;
	width:20px;
}

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

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

.com-text-bold {
	font-weight:bold;
}

.box-basket {
	width:695px !important;
	}

.com-basket-header-price-gross  {
	text-align:center;
	}
	
.com-basket-previous {
	float:left;
	clear:both;
	margin-top:30px;
	}	
	
.com-basket-next {
	float:right;
	clear:both;
	
	}	

/*******************************************/
/*  Checkout                               */
/*******************************************/

.s-holder input {
	display: block;
	width: 127px;
	height: 26px;
	border:none;
	background: none;
	background-image: url(../images/shop/btn_weiter.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -99em;
	margin:20px 0px;
}

#delivery_submit:hover,
#billing_submit:hover {
	background: none;
	background-image: url(../images/buttons/btn_bestellung.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	
}

#listing_submit {
	display: block;
	width: 150px;
	height: 20px;
	background: none;
	background-image: url(../images/buttons/btn_bestellung_abschicken.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
	text-indent: -99em;
}

#listing_submit:hover{
	background: none;
	background-image: url(../images/buttons/btn_bestellung_abschicken.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: none;
}

div.com-chkout-step-inactive,
div.com-chkout-step-actual,
div.com-chkout-step-active {
	float: left;
	width: auto;
	margin-right:60px;
	height: 24px;
	overflow: hidden;
	font-size:1.2em;
}

div.com-chkout-step-active a{
	color:#b1c903;
}

div.com-chkout-step-active span.com-chkout-step-title {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 30px;
	padding: 5px 0px 0px 12px;
	margin: 0;
	color: #666;
}

div.com-chkout-step-active span.com-chkout-step-description {
	display: block;
	line-height: 1.3em;
	padding: 0px 0px 0px 12px;
	margin: 0;
	color: #666;
}

div.com-chkout-step-actual {
	border-bottom:1px solid #004C92;
}

div.com-chkout-step-actual span.com-chkout-step-title {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 30px;
	padding: 5px 0px 0px 12px;
	margin: 0;
}

div.com-chkout-step-actual span.com-chkout-step-description {
	display: block;
	line-height: 1.3em;
	padding: 0px 0px 0px 12px;
	margin: 0;
	color: #000;
}

div.com-chkout-step-inactive {
	color:#a3b4cd;
}

div.com-chkout-step-inactive span.com-chkout-step-title {
	display: block;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 30px;
	padding: 5px 0px 0px 12px;
	color: #CCC;
}

div.com-chkout-step-inactive span.com-chkout-step-description {
	display: block;
	line-height: 1.3em;
	padding: 0px 0px 0px 12px;
	margin: 0;
	color: #CCC;
}

div.com-chkout-steps {
	height: 70px;
}

p.com-chkout-address-desc {

}

table.com-chkout-address-table {
	width: 100%;	
	margin-bottom: 20px;
}

table.com-chkout-address-delivery-table {
	width: 100%;	
	margin-bottom: 20px;
}

p.com-chkout-address-fields-submit {
	margin-bottom: 20px;
}

td.com-chkout-address-label {
	line-height: 2em;	
}

td.com-chkout-address-error p {
	color: #990000;
}

p.com-chkout-address-fields-disclaimer {	
}

#delivery-country,
#billing-country {
	width: 166px;	
}

p.com-chkout-listing-descr {
	margin-bottom: 20px;
}

div.com-chkout-listing-basket {
	margin-bottom: 20px;
}

div.com-chkout-listing-billing-address {
	margin-bottom: 20px;
}

div.com-chkout-listing-delivery-address {
	margin-bottom: 20px;
}

p.com-chkout-listing-disclaimer {
	margin-bottom: 20px;
}

p.com-chkout-listing-terms-error {
	width: 312px;
	padding: 10px 10px 10px 25px;
	margin-bottom: 20px;
	border: 1px solid #990000;
	color: #900;
	background-color: #F0D9D9;
}

div.com-chkout-listing-comment {
	margin-bottom: 20px;
}

div.com-chkout-listing-comment textarea {
	width: 500px;
	height: 100px;
}

div.com-chkout-listing-terms {
	margin-bottom: 20px;
}

div.com-chkout-listing-terms-field {
	float: left;
	width: 20px;
}

div.com-chkout-listing-terms-label {
	margin-left: 20px;	
}

p.com-chkout-finish-message {
	margin-bottom: 20px;
}

.info-hold {
	margin-top: 20px;
	}
	
.info-hold p {
	margin:20px 0px;
	float:left;
	clear:both; 
	}	
.holder .column {
	float:left;
	width:50%;
	}
	
.btn-submit .s-holder {
	clear:both;
	float:right;
	}

.address-hold .btn-submit .s-holder input {
	clear:both;
	float:right;
	width:127px !important;
	}

.agb {
	text-decoration:underline;
	}
	
.basket-items .tx-commerce-pi1 {
	width:19px;
	height:19px;
}
.basket-items .tx-commerce-pi1 a {
	color:#fff;
	}
	
.address-hold .content-column-50-left, .address-hold .content-column-50-right, .billingadress, .deliveryadress {
	width:48%;
	float:left;
	margin-right:2%;
	margin-top:20px;
	padding-bottom:10px;
	    color: #004c92;
	}
	
	.tx-ttproducts-pi1-wrap1 {
       font-family: "LinotypeFinneganW01-Ita";
    font-size: 14px;
    color: #004c92;
}
	
	.billingadress h2, .deliveryadress h2 {
		padding-bottom:30px;
	}
	
	.showdelivery  {
		margin-top:-17px;
	}

.address-hold .content-column-50-left label, .address-hold .content-column-50-right label, .billingadress .title , .deliveryadress  .title{
	width:40%;
	float: left;
	margin-bottom:10px;
	clear: left;
	    height: 34px;
	}

.address-hold .content-column-50-left input, .address-hold .content-column-50-right input, .address-hold .content-column-50-left select, .address-hold .content-column-50-right select, .field  {
	width:180px;
	float:right;
	margin-bottom:10px;
	}
	
	.field input, .field textarea, .field select {
		width:95%;
		height:22px;
		font-family: arial;
	}

.error-text {
	color:#a41b2c;
	}
	
.cartbutton {
	color: #004c92;
	background-color:#fff !important;
	font-family: "LinotypeFinneganW01-Bol 722072";
	width: 127px !important;
	font-size:18px;
	background-image:url(../images/shop/btn_bg.png);
	padding-top:1px !important;
	padding-bottom: 1px !important;
	display:inline-block;
	border:none !important;
	text-align:center;
	cursor:pointer;
}
.cartbutton:hover {
	background-color: #ccc !important;
}
/* warenkorb layer */
.com-basket-qv-link {
	margin-top:20px;
	position:relative;
	z-index:999;
}

/**************************
* Age Check
**************************/
.age-check{
	width: 80%;
	height: 40%;
	padding: 40px;
	max-width:300px;
	max-height: 200px;
	overflow: auto;
	margin: auto;
	position: fixed;
	top: 0; left: 0; bottom: 0; right: 0;
	font-size:1.143em /* 1.23em */;
    z-index: 5000;
	border: 5px solid #fff;
	background:#fff;
	background:rgba(255, 255, 255, 0.90);
	-moz-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.5);
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.age-check a{
	color:#004C92;
	display:block;
}

.age-check #alter_ja a:hover,
.age-check #alter_nein a:hover {
	color:#fff;
}


#alter_ja,
#alter_nein {
	padding:2px 0;
	border:1px solid #000827;
	background:#fff;
	margin:0 0 10px 0;
	cursor:pointer;
}

#alter_ja:hover,
#alter_nein:hover {
	border:1px solid #ccc;
	background:#004C92;
}

.abholung {
	padding:40px 0 0 0;	
}

.gotopay.cartbutton {
	float: right;
}

.backtocart {
	float: left;	
}

.fieldhint  {
	clear: both;
	padding-bottom:40px;	
}

.billingadress, .orderdetailinfo {
	clear: both;
	color: #004c92;
}
.orderdetailinfo {
	width:100%;
}

.textright {
	text-align:right;
	padding-right:12px;	
}