/* Shop ***********************************************************************/
/* Alpencosmed ****************************************************************/
/* 27.04.07 ta *** 25.02.11 Designupdate ta ***********************************/
/* (c) brain at work GmbH . D-88299 Leutkirch . www.brain-at-work.de **********/

/** Shop - Anzeige Variationen ***********************************************************/


.productlistcontain .normarticle,
.crosssellingpart .crosssellingpartitem 
{
	width: 280px;
	height: 180px;
	border: 1px solid #9ED178;
	background: url(image/w_productlist2.jpg) no-repeat right;
	margin-bottom: 10px;
	margin-left: 15px;
	float: left;
	position: relative;
}
.crosssellingpart 
{
	width: 616px;
}
.crosssellingpart .crosssellingpartitem 
{
	margin-left: 0px;
	margin-right: 15px;
}

.productlistcontain .pics-short,
.crosssellingpartitem .pics-short
{
	margin-top: 15px;
	padding: 0;
	width: 120px;
	text-align: center;
	float: left;
}
.productlistcontain .pics-short img,
.crosssellingpartitem  .pics-short img
{
	max-width: 120px !important;
	max-height: 120px !important;
}

.productlistcontain .text-short,
.crosssellingpartitem .text-short
{
	width: 135px;
	margin: 15px 15px 5px 10px;
	float: none;
	font-size: 90%;
	float: left;
}

.productlistcontain h3 a
{
	color: #3C8E01;
	text-decoration: underline;
}

.febody .productlistcontain .preisab,
.febody .crosssellingpartitem .preisab
{
	width: 100px;
	position: absolute;
	left: 15px;
	bottom: 20px;
	text-align: right;
	color: #3C8E01;
	font-size: 150%;
	font-weight: bold;
}
.febody .productlistcontain .preisab a,
.febody .crosssellingpartitem .preisab a
{
	color: #3C8E01;
}
.febody .productlistcontain .preisab span,
.febody .crosssellingpartitem .preisab span
{
	font-size: 70%;
}

span.sales /* Aktionhinweis */
{
	position: absolute;
	top: 1px;
	right: 1px;
}

.oldprice
{
	text-decoration: line-through;
}
.newprice
{
	font-weight: bold;
	background-color: #F8A200;
	color: #FFFFFF;
	padding: 0 3px;
}

.crosssellingpart,
.crosssellingpartitem 
{
	position: relative;
}
.crosssellingpartitem a
{
	text-decoration: none;
}

.productlistcontain .normarticle a span.morelink, 
.productlistcontain .nextcatarticleitem a span.morelink,
.crosssellingpart .crosssellingpartitem a span.morelink
{
	display: block;
	width: 140px;
	height: 24px;
	padding: 3px 0px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background: url(image/w_morelink.png) no-repeat;
	text-decoration: none;
	position: absolute;
	right: 10px;
	bottom: 10px; 
	cursor: pointer;
}
 
.productlistcontain .normarticle a:hover span.morelink
{
	background: url(image/w_morelink_hover.png) no-repeat;
}

table.variationtable /* Ausgabe Variationen als Tabelle */
{
	width: 100%;
	border-collapse: collapse;
	clear: both;
}

table.variationtable th
{
	font-size: 80%;
	color: #C0A167;
	border-bottom: 1px solid #C0A167;
}

table.variationtable td
{
	vertical-align: top;
	border-bottom: 1px solid #C0A167;
	background-color: #FEF5DE;
	padding: 2px 2px 2px 5px;
}

table.variationtable td.bruttopreiscalc
{
	white-space: nowrap;
	font-weight: bold;
	font-size: 120%;
}
table.variationtable input.menge
{
	width: 30px;
	border: 1px solid #C0A167;
	text-align: right;
}

button.warenkorb,
button.warenkorb:hover
{
	background-position: top left;
	background-repeat: no-repeat;
	background-color: Transparent;
	width: 120px;
	height: 20px;
	border: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

button.warenkorb
{
	background-image: url(image/b_shoppingcart.gif);
}
/* button.warenkorb:hover
{
	background-image: url(image/warenkorbhover.gif);
} */

/** Shop - Warenkorb klein *************************************************************/

div.shoppopup
{
	width: 260px; 
	height: 110px; 
	position: fixed; 
	left: 40%; 
	top: 30%; 
	z-index: 1000;
	background: url(image/w_shoppopup.gif) no-repeat;
	padding: 25px 30px 15px 8px;
	display: none;
	text-align: left;
}

div.shoppopup button
{
	width: 120px;
	border: none;
	background: transparent;
	cursor: pointer;
	background: url(image/icon_close.gif) no-repeat 0px 2px;
	text-align: left;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	font-size: 100%;
}

div.shoppopup a.hyperlinkfe
{
	color: #000;
	text-decoration: none;
	line-height: 150%;
	background: transparent url(image/icon_shoppingcart.gif) no-repeat 0px -2px;
	padding-left: 20px;
	font-size: 90% !important;
	font-size: 100%;
}

div.shoppingcartinfo
{
	padding: 0 8px 8px 8px;
}

div.shoppingcartinfo input /* Ausgabe "aktueller Warenkorbinhalt" */
{
	border: none;
	background: transparent;
	color: #000;
	width: 50px;
}

div.shoppingcartinfo a.hyperlinkfe
{
	display: block;
	height: 20px;
	padding: 5px 0;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background: transparent url(image/w_button_white.png) no-repeat;
	text-align: center;
}
div.shoppingcartinfo a.hyperlinkfe:hover
{
	color: #4D9E12;
}

/** Shop - Warenkorb ausf�hrlich ********************************************************/

table.order-shoppingcart /* Warenkorb-Tabelle */
{
	border-collapse: collapse;
	width: 100%;
	color: #595959;
}
table.order-shoppingcart tbody
{
}
table.order-shoppingcart th
{
	color: #C0A167;
	vertical-align: top;
	border-bottom: 1px solid #C0A167;
	padding: 3px 0 3px 0;
	font-weight: bold;
}

table.order-shoppingcart td
{
	border-bottom: 1px solid #E7DBC4;
}

table.order-shoppingcart input
{
	border: none;
	background: transparent;
	color: #595959;
	width: 80px;
	text-align: right;
	font-size: 100%;
}
tr.order-shoppingcart-list /* jede Zeile im Warenkorb */
{
	vertical-align: top;
}

button.order-shoppingcart-delete /* Loeschen-Button in jeder Zeile */
{
	width: 12px;
	height: 12px;
	margin-top: 2px;
	font-size: 10px;
	line-height: 10px;
	border: none;
	padding: 0;
	background-color: #C0A167;
	color: #FFF;
	cursor: pointer;
}

table.order-shoppingcart artnr /* Artikelnummer */
{}
table.order-shoppingcart input.input-amount /* Mengeneingabe �ndern */
{
	border-width: 1px;
	border-style: inset;
	background-color: #EFEFEF;
	width: 30px;
}
table.order-shoppingcart order-article /* Artikelbezeichnung */
{}
table.order-shoppingcart pricenet  /* Netto Preisangabe */
{}
table.order-shoppingcart pricetax /* Steuersatz Prozent */
{}
table.order-shoppingcart pricetax-amount /* USt.-Betrag */
{}
table.order-shoppingcart pricegross /* Brutto Preisangabe */
{}

table.order-shoppingcart tr.sum-pricenet td /* Summe Netto Preisangabe */
{
	border-top: 1px solid #C0A167;
}

table.order-shoppingcart tr.sum-pricetax-amount td /* Summe USt.-Betrag */
{
}

table.order-shoppingcart tr.sum-pricegross td/* Summe Brutto Preisangabe */
{
	border-top: 2px solid #C0A167;
}

table.order-shoppingcart tr.sum-pricegross input
{
	font-weight: bold;
}

table.shopform-table,
table.zahlungsart
{
	width: 100%;
	background-color: #E6F3DC;
	border-collapse: collapse;
}
table.shopform-table td,
table.zahlungsart td
{
	padding: 2px 10px;
	border-bottom: 1px solid #FFFFFF;
}

div.order-buttons, /* Buttons unter Warenkorb mit "zur Kasse" und "weitershoppen" */
td.order-buttons
{
	vertical-align: top;
	border-top: 1px solid #C0A167;
	border-bottom: 1px solid #C0A167;
	padding: 3px 0 3px 0;
	font-weight: bold;
	height: 22px;
	margin-top: 20px;
}

td.order-buttons a.hyperlinkfe,
div.order-buttons a.hyperlinkfe
{
	display: inline-block;
	min-width: 150px;
	height: 20px;
	padding: 4px;
	text-align: center;
	background: url(image/w_button_white.png) no-repeat;
	color: #3B8D00;
	text-decoration: none;
}

input.orderlink /* Hyperlink zum naechsten Bestellschritt */
{
	width: 136px;
	height: 28px;
	padding: 2px 2px 7px 2px;
	background: url(image/w_morelink.png);
	border: none;
	vertical-align: bottom;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	font-size: 100%;
}

/* Cross-Selling ******************************************/

div.crosssellingpart
{}

h5.crosssellingheader
{
	clear: both;
	margin-top: 20px;
}

