/* Filename: shopstyles.css */
/* Zweck: Beinhaltet alle Schrift-, Farb-, und Hintergrundeinstellungen                          */
img {
	border: 0px none;
}

div.roundBox, a.btn, input.btn {
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	padding:9px;
	margin:4px;
	border: 1px solid #8A0500;
	text-align:center;
	text-decoration:none;
	color:#000000;
	font-weight:bold;

}

div.roundBox {
	background: -moz-linear-gradient(top, #ffffff, #eeeeee);
	background-color: #ffffff;
}


a.btn {
	margin: 4px 0px; /* upper/lower margin doesn't work? */
	line-height: 40px;
	padding: 11px 22px 11px 22px;
	white-space:nowrap;
}

a.btn, input.btn{
	font-family : Verdana, Arial, Helvetica, sans-serif; /* necessary for input buttons */
	color:#0000ff; text-decoration:none;
	cursor:pointer;cursor:hand;
	background-image: url(/incUser/images/transparent.png);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeebb', endColorstr='#ebc771'); /* IE 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeebb, endColorstr=#ebc771)"; /* IE 8+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffeebb), to(#ebc771)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ffeebb,  #ebc771); /* for firefox 3.6+ */
	background-color: #f2dda0; /* for non-css3 browsers */
}

.btn:hover {
	text-decoration:underline;
	background-color: #f0f0f0;
	background-image: url(/incUser/images/transparent.png);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee'); /* IE 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#eeeeee)"; /* IE 8+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
	background: -moz-linear-gradient(top, #ffffff, #eeeeee);
}

a.alreadyDone, input.alreadyDone {
	background: -moz-linear-gradient(top,  lightgreen,  gray)!important; background-color:lightgreen;
}

hr.thinGray {
	color:#BBBBBB;
	background-color: #BBBBBB;
	height: 1px;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 0;
}

.curr1 { font-weight:bold; }
.curr2 { font-style:italic;}

.titel { color: black; font-style: normal;  font-size: 15px; font-weight: bold;}
.titelred { color: red; font-style: normal;  font-size: 15px; font-weight: bold;}
.stdred { color: red; font-style: normal;  font-size: 13px;}
.small { font-style: normal; line-height: 15px;  font-size: 11px;}
.smallgrau { color:#666666; line-height: 20px; font-style: normal;  font-size: 11px;}
.litrePrice, .litrePrice .curr1 { color:#666666; line-height: 20px; font-style: normal;  font-size: 11px; font-style:normal!important; font-weight:normal!important; }
.bold {font-weight: bold; }
.regular { font-size: 13px;  }
.heightMedium { line-height: 20px; }
.heightLarge {line-height: 30px; }
.floatleft {float:left;}
.floatright {float: right;}
.left {text-align:left;}
.right {text-align:right;}
.center {margin-left: auto; margin-right: auto;}
img.center {display: block;}
td.center, th.center {text-align:center}
.middle {vertical-align:middle}
.top {vertical-align:top}
.bottom  {vertical-align:baseline}

table.topBreadcrumbs {
	width:100%;
	border:0;
	background-color:#FFFFFF;
	border:1px solid #eeeeee;
	margin-top:2px;
	margin-bottom:2px;
}

table.topBreadcrumbs td {
	vertical-align:middle;
	line-height:19px;
	text-align:left;
}

.breadcrumbs {
	font-size:11px;
	font-weight: bold;
}
.breadcrumbs a {
	font-size:11px;
	font-weight: bold;
}

/*    Gallery CSS start */

/* sphinx or shops vertical gallery with rounded border */

.tooltip {text-decoration:none; color:black;}
.tooltip span.infohome{display:none;}
.tooltip:link {text-decoration:none; color:black;}     /* unvisited link */
.tooltip:visited {text-decoration:none; color:black;}  /* visited link */
.tooltip:hover { text-decoration:none; color:black;}
.tooltip:hover span.infohome{display:block;position:absolute; width:300px; background-color:#FFFFFF; 
 		color: #000000;
 		background-color: #F9EFE8;
/*		top:0; left:-50px;  */
 		padding:8px;
 		border-color:#999999;border-style:solid;
 		border-top-width:1px;border-bottom-width:1pt;border-left-width:1px;border-right-width:1px; 
 		z-index:10; 		
 	}
.tooltip span.tooltipGalleryAbs{
	display:none;
}
.tooltip:hover span.tooltipGalleryAbs{
		display:block;
		/*width:420px;*/ 
		/*height:275px;*/ 
 		color: #000000;
 		background-color: #FFFFFF;
 		position:absolute;
		top:-70px;
		left:-130px;
 		padding:8px;
 		border-color:#AAAAAA;
 		border-style:solid;
 		border-top-width:1px;border-bottom-width:1pt;border-left-width:1px;border-right-width:1px; 
 		z-index:100; 		
}

.tooltip span.tooltipGalleryRel{
		display:block;
		position:absolute; 
		/*left:-75px;*/
}

.galleryDivCell a {
	color:#333333; font-style:normal; font-size:11px;
}

galleryDivCell {
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align:middle;
}

/* round corners for smarty gallery */
.corner_bbb_r5_content hr {
	color:#BBBBBB;
	background-color: #BBBBBB;
	height: 1px;
	margin-right: 12px;
	margin-left: 12px;
	margin-top: 8px;
	margin-bottom: 8px;
	border: 0;
}
.corner_bbb_r5_box {
	background: url(/incUser/images/corner_bbb_r5_tl.png) no-repeat top left;
}
.corner_bbb_r5_top {
	background: url(/incUser/images/corner_bbb_r5_tr.png) no-repeat top right;
}
.corner_bbb_r5_bottom {
	background: url(/incUser/images/corner_bbb_r5_bl.png) no-repeat bottom left;
}
.corner_bbb_r5_bottom div {
	background: url(/incUser/images/corner_bbb_r5_br.png) no-repeat bottom right;
}
.corner_bbb_r5_content {
	background: url(/incUser/images/corner_bbb_r5_r.png) top right repeat-y;
}
.corner_bbb_r5_top div,.corner_bbb_r5_top,
.corner_bbb_r5_bottom div, .corner_bbb_r5_bottom {
	width: 100%;
	height: 6px;
	font-size: 1px;
}
.corner_bbb_r5_content, .corner_bbb_r5_bottom {
	/*margin-top: -19px;*/
}
.corner_bbb_r5_content { padding: 0 6px; }
/* Gallery CSS  END */


h3{	display:inline;	color : #909090;	font-size : 12px;	font-weight : normal;	text-decoration: none;	display: inline;}
h1{	display:inline;	color : #000000;	font-size : 12px;	font-weight : normal;	text-decoration: none;	display: inline;}

.navHead {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 24px;
	background-image:   url('gelb.gif');
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px
}
.navHead2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	height: 24px;
	background-color: #EEEEEE;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px
}

.navItem, .navItem0, .navItem1, .navItem2, .navItem3, .navItem4, .navItem5, .navItem6 { 
	font-size: 12px;
	height: 24px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

td.navItem0 { /* Ueberschriften */
	padding-left: 2px !important;
}
td.navItem1 { /* Hauptkategorie (1. Ebene) ohne Bild */
	padding-left: 13px !important;
}
/* Unter-KATEGORIE (2. Ebene) Schrift + Abstand / 1. Ebene mit Bild */
td.navItem2 {
	padding-left: 24px !important;
}	 
/* Unter-KATEGORIE (3. Ebene) Schrift + Abstand / 2. Ebene mit Bild */
td.navItem3 {
	padding-left: 35px !important;
}	
/* Unter-KATEGORIE (4. Ebene) Schrift + Abstand / 3. Ebene mit Bild */
td.navItem4 {
	padding-left: 46px !important;
}
/* Unter-KATEGORIE (5. Ebene) Schrift + Abstand / 4. Ebene mit Bild */
td.navItem5 {
	padding-left: 57px !important;
}
/* Unter-KATEGORIE (6. Ebene) Schrift + Abstand / 5. Ebene mit Bild */
td.navItem6 {
	padding-left: 68px !important;
}

a:link { color:#0000ff; text-decoration:none;   }
a:visited { color:#000077; text-decoration:none;   }
a:hover { color:#0000ff; text-decoration:underline; }
a:active { color:#0000ff; text-decoration:underline; }

/* Fontfamilie und Textgroesse für die Standardeinstellung und <p>-tag */
body  { font-size:13px; font-family: Verdana, Arial, Helvetica, sans-serif; text-align:left; }
P { font-size:13px;   }
b { font-size:13px;   }
td, th {font-size: 13px; color: #000000}
form {margin-top: 0; margin-bottom: 0;}

table.sphinx {
	border-spacing: 0px;
	background-color:#ffffff;
	width:100%;
}

table.sphinx td {
	padding: 1px;
}

/*Farbe und Schriftart der Navigationsleiste (oben)*/
/*.b_navi { text-decoration:none; text-align:center; font-weight:bold; font-size:14px;  line-height:20px; color: #8A0500; letter-spacing:0.1em;}*/
a.b_navi:link { text-decoration:none; text-align:center; font-weight:bold; font-size:14px;  line-height:20px; color: #8A0500; letter-spacing:0.1em;}
a.b_navi:visited { text-decoration:none; text-align:center; font-weight:bold; font-size:14px;  line-height:20px; color: #8A0500; letter-spacing:0.1em;}
a.b_navi:active { text-decoration:none; text-align:center; font-weight:bold; font-size:14px;  line-height:20px; color: #8A0500; letter-spacing:0.1em;}
a.b_navi:hover { text-decoration:underline; text-align:center; font-weight:bold; font-size:14px;  line-height:20px; color: #8A0500; letter-spacing:0.1em;}

/* Eingabefelder benutzen ein vordefiniertes Fontset mit fester Breite, da Netscape 4.7 sonst die Feldlaenge nicht ordungsgemaess darstellt */
input, textarea { font-family: Courier New, Courier, Monaco }

.fontdescription {
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 4px;
	line-height:18px;
	padding-top: 4px
	}

.nowrap {white-space: nowrap;}

.magold_listtopleft, .magold_listtopcenter, .magold_listtopright {
   background-color:#dddddd;
}

table.paymentInfo{
	border:0;
	border-spacing: 1px;
	padding:0;
	background-color:#bbbbbb;
}

table.paymentInfo td {
	background-color: #ffffff;
	height: 25px;
}
table.paymentInfo th{
	background-color: #eeeeee;
	font-weight: bold;
	height: 25px;
}

.tooltip {text-decoration:none; color:black;}
.tooltip span.info{display:none;}
.tooltip:link {text-decoration:none; color:black;}     /* unvisited link */
.tooltip:visited {text-decoration:none; color:black;}  /* visited link */
.tooltip:hover { text-decoration:none; color:black;}
.tooltip:hover span.info{display:block;position:absolute; width:350px; background-color:#FFFFFF; 
 		color: #000000;
 		background-color: #FFFFCC;
 		padding:4px;
 		border-color:#999999;border-style:solid;
 		border-top-width:1px;border-bottom-width:1pt;border-left-width:1px;border-right-width:1px; 
 		z-index:10; 		
 	}
 	
.paymentType {
	display: block;
	background-image: url(./images/icon-list.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	vertical-align: middle;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.paymentType table {
	height: 30px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	vertical-align: middle;
}

/*********************************** DEFAULTWERTE NEUE CSS-DEFINITIONEN *********************************/


.sofort {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

.sofort .success {
	color:green; 
	font-size:13pt; 
	padding-bottom: 20px;
}

.sofort .fail {
	color: red; 
	font-size:13pt; 
	padding-bottom: 20px;
}

.noResult {
	font-size: 14px; 
	color: red; 
	font-weight: bold;
}

.alternativeResult {
	font-size: 14px; 
	color: green; 
	font-weight: bold;
}

/* define width of the TDs that sourround the category table and item lists in MA Shops cat.php5 and index.php5 etc.*/
.mainTd {
	vertical-align:top;
	text-align:left;
	background-color:#ffffff;
}
.navTd {
	width:300px;
	vertical-align:top;
	text-align:left;
	background-color:#ffffff;
	padding-left:3px;
	padding-right:8px;
}

/* Default styling for the category nav table and its TDs */
table.nav {
	border:0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width:300px;
	background-color:#f5f5f5;
	padding-top:5px;
}

table.nav td {
	background-color:#f5f5f5;
}

/* do not use "table.nav td", as this would prevent overwriting these defaults. */
.nav td {
	/* font definition is removable if defined in a more general area. */
	
	font-size: 12px;
	
	height: 28px;
	background-color: #ffffff;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* Head of category table */
td.navHead {
	background-image: none;
	font-weight: bold;
	color: #000000;
	background-color: #eeeeee;
	padding-left: 12px
}
/* right cell of head */
td.navHead2 {
	font-weight: bold;
	background-color:#EEEEEE;	
	color: #000000;
	padding-left: 12px
}

/* non-category cells in category table */
td.navMain {
	background-position:0px;
	padding-left: 15px;
}
td.navMain a {
	font-weight: bold;
	color:red;
}

/* 1st level Category. */
td.navCat1 {
	padding-left: 20px;
	background-position:5px;
}
/* 2nd level Category. */
td.navCat2 {
	padding-left: 25px;
	background-position:10px;
}
/* 3rd level Category. */
td.navCat3 {
	padding-left: 30px;
	background-position:15px;
}
/* 4th level category */
td.navCat4 {
	padding-left: 35px;
	background-position:20px;
}
/* 5th level category */
td.navCat5 {
	padding-left: 40px;
	background-position:25px;
}
/* 6th level category */
td.navCat6 {
	padding-left: 45px;
	background-position:30px;
}/* Farbe und Schriftart der Links */

/* in case categories are hidden, style links to show more categories. */
td.navCatMoreUp {
	background-image:url(./images/more_up.png);
}
td.navCatMoreDown {
	background-image:url(./images/more_down.png);
}
td.navCatMoreUp a, td.navCatMoreDown a {
	font-weight: bold;
}

/* Background images - mainly little buttons etc. */

td.navClosed {
	background-image:url(./images/kat_leer.gif);
}

td.navOpen {
	background-image:url(./images/kat_leer.gif);
}

td.navSelected {
	font-weight:bold;
	background-image:url(/incUser/images/icon-list-symm.gif);
	/*background-image:url(./images/kat_leer.gif);*/
}

/* closed, but no sub-categories/sub-menu options exist*/
td.navLeaf {
	background-image:url(./images/kat_plus.gif);
}

/* right column in category table for watch links */
td.navWatch {
	text-align:right;
}

table.headersearch {
	background-image:url(./images/backsearch.gif);
	width:100%;
	border-spacing: 1px;
	padding: 1px;
	vertical-align:middle;
	}

table.headersearch td {
	border-spacing: 1px;
	padding: 1px;
	vertical-align:middle;
	}
	

table.searchform {
	text-align:left;
	width:100%;
	border-spacing: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	}

table.searchform td {
	text-align:left;
	border-spacing: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-bottom: 1px;
	}

table.shoppingcart {
	text-align:left;
	width:100%;
	border:0px solid #8A0500;
	border-spacing: 0px;
	border-collapse:collapse;
	}

table.shoppingcart td {
	border:1px solid #8A0500;
	background-color: #ffffcc;
	text-align:left;
	padding: 3px;
	border-collapse:collapse;
}
	
#cartPaymentFee td {
	font-weight:bold;
	height:30px;
	background-color:#dddddd;
}

#paymentFeeAmount {
	text-align:right;
}
	
td.mwstinfo {
	text-align:right;
	}

/* End of file ----------------------------------------------------------------                   */


/*** NEUE CSS DEFINITIONEN */

.price {
	font-weight:bold;
}

table.sphinxNav td {
 font-size:12px;
 vertical-align:middle;
}

table.sphinxNav a {
 font-size:12px;
}

table.sphinxList {
	border-collapse:collapse;
}

table.sphinxList td {
	border-color: #dddddd;
	border-style: solid none;
	border-width: 1px 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:1px;
}

table.sphinxList th, table.sphinxList th a {
	background-color:#f5f5f5;
	font-weight:bold;
	height:35px;
	padding-left:1px;
}

table.sphinxGallery {
	border-collapse:collapse;
}

table.sphinxGallery table {
	border-style: none;
	padding:0px;
	background-color:#ffffff;
}
table.sphinxGallery td {
	padding-top:10px;
	padding-bottom:10px;
	vertical-align:bottom;
}

table.sphinxGallery table td {
	border-style: none;
	padding:0px;
	padding-top:10px;
	padding-bottom:10px;
}


.sphinxGallery th {
	background-color:#eeeeee;
	font-weight:bold;
	border: 1px solid #dddddd;	
	height:30px;
}


.sphinxGallery td {
	background-color:#ffffff;
	border: 1px solid #eeeeee;	
	padding:2px;
	vertical-align:middle;
	text-align:center;
	font-size:11px;
	line-height: 25px;
}

.sphinxGallery img {
	vertical-align:middle;
}

.sphinxGallery a {
	font-size:11px;
}

a.listBtn, a.listBtnActive, a.galleryBtn, a.galleryBtnActive, a.gallery2Btn, a.gallery2BtnActive {
    display: block;
    width:30px; /*je 3px Rand zwischen den Bildern*/
    height:30px;
    background-image:url(/incUser/images/listGalleryBtn.png);
    background-repeat:no-repeat;
    text-decoration:none;
}

/**
 listGalleryBtn Bild:
   1) liste aus, aktiv, hover
   2) Galerie(4x4) aus, aktiv, hover
   3) Galerie(3x3) aus, aktiv, hover
 */

a.listBtn {
	/*background-image:url(/incUser/images/listInactive.png);*/
}
a:hover.listBtn, a:active.listBtn, a:focus.listBtn {
	background-position: -66px 0px;
	text-decoration:none;
}
a.listBtnActive {
	background-position: -33px 0px;
}

a.galleryBtn {
	background-position: -0px -66px;
}
a:hover.galleryBtn, a:active.galleryBtn, a:focus.galleryBtn {
	background-position: -66px -66px;
	text-decoration:none;
}
a.galleryBtnActive {
	background-position: -33px -66px;
}

a.gallery2Btn {
	background-position: -0px -33px;
}
a.gallery2Btn:hover,  a:active.gallery2Btn, a:focus.gallery2Btn  {
	background-position: -66px -33px;
	text-decoration:none;
}
a.gallery2BtnActive {
	background-position: -33px -33px;
}


