/* CSS Definition für Vorlage Schnipsel  */

/* Snippet Abstände */
.space-10 {
	padding: 0 10px;
	margin: 0 0 20px 0;
}

/* Teaserbild */

.end-up {
	height:199px;
	overflow: hidden;
}

/* Warenkorb: Vorgang 1*/
.basket-table {
	font-size: 11px;
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	
}
.basket-table td, .basket-table th {
	border: 0;
	text-align: left;
	padding: 0 4px;
	vertical-align: top;
}
.basket-table th {
	border-top: 0;
}
.basket-table td {
	padding: 7px 4px;
}
.product-quantity input {
	width: 25px;
}
td.tright, th.tright {
	text-align: right;
}
.basket-table-sum th {
	background-color: transparent;
	text-align: right;
	color: #000000;
	font-weight: bold;
	padding: 4px;
}
.basket-table a:link, .basket-table a:visited, .basket-table a:active, .basket-table a:hover {
	text-decoration: none;
}
.basket-table-sum td {
	text-align: right;
	padding: 4px;
}
.basket-table-sum td.nobo-t {
	border-top: 0;
}
.basket-table-sum td.nobo-b {
	border-bottom: 0;
}
td.za1, th.za1, tr.za1 {
	background-color: #D8D5C7;
}
/* Artikelliste */
.product-image {
	height: 220px;
	overflow: visible;
}
html>body .product-image {
	height: auto;
	min-height: 220px;
}
.product-image-square {
	height: 105px;
	overflow: visible;
}
html>body .product-image-square {
	height: auto;
	min-height: 105px;
}
.product-image-short {
	height: 20px;
	overflow: visible;
}
html>body .product-image-short {
	height: auto;
	min-height: 20px;
}
.product-image img, .product-image-short img, .product-image-square img {
	border: 1px solid #373737;
}
.crosselling {
	height: 16px;
	width: 340px;
	overflow: hidden;
}
.crossselling a {
	text-decoration: none;
}
.restposten, .sonderangebot, .mengenrabatt, .entdeckung, .direktimport, .aktion, .exclusivimport, .rabatt, .sansibar-only {
	background-position: right top;
	background-repeat: no-repeat;
	overflow:hidden;
}
.restposten {
	background-image: url(/templates/pics_sansibar/extra_restposten.png);
}
.sonderangebot {
	background-image: url(/templates/pics_sansibar/extra_sonderangebot.png);
}
.mengenrabatt {
	background-image: url(/templates/pics_sansibar/extra_mengenrabatt.png);
}
.entdeckung {
	background-image: url(/templates/pics_sansibar/extra_entdeckung.png);
}
.direktimport {
	background-image: url(/templates/pics_sansibar/extra-direktimport.png);
}
.exclusivimport {
	background-image: url(/templates/pics_sansibar/extra-exclusivimport.png);
}
.rabatt {
	background-image: url(/templates/pics_sansibar/extra-rabatt.png);
}
.sansibar-only {
	background-image: url(/templates/pics_sansibar/extra-sansibaronly.png);
}
.to-basket-cont {
	width: 135px;
	height: 50px;
	overflow: hidden;
}
.to-basket-cont input {
	padding: 3px 0;
	margin-right: 5px;
	width: 40px;
}
.shop-georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
.shop-times {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
.shop-articlelist-box {
	height: 191px;
	overflow: hidden; 
}
.shop-article-teaser, .fashion-teaser, .shortbox-teaser {
	height: 83px;
	overflow:hidden; 
	margin-bottom: 10px;
	line-height: 14px;
}
.shop-article-teaser {
	height: auto;
	overflow: visible;
}
.fashion-teaser {
	height: 85px;
}
.shortbox-teaser {
	height:auto;	
}
.shop-article-description {
	height: 45px;
	overflow:visible; 
}
html>body .shop-article-description {
	height: auto;
	min-height: 43px; 
}
.product-title {
	line-height: 21px; 
	margin: 0 30px 5px 0;
}
.product-title a:link, .product-title a:visited, .product-title a:active, .product-title a:hover {
	color: #4a4946;
	text-decoration: none;
}
.product-title-all {
	line-height: 21px; 
	margin: 0;
	padding-bottom: 20px;
}
.product-title-all a:link, .product-title-all a:visited, .product-title-all a:active, .product-title-all a:hover {
	color: #4a4946;
	text-decoration: none;
}
/* Blog */
.blog-content a:link,.blog-content a:visited, .blog-content a:active, .blog-content a:hover { 
	color: #9e0c0c; 
}