﻿#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64:AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


.lightboxholder
{
	cursor: pointer;
	text-align:center;
	margin: 14px; 
	width: 120px; 
	height: 120px;
	background-image: url(../images/GalleryBg.jpg); 
	float: left;
}

.lightboximg:active
{
	margin-top: 10px; 
	border: 0px;
}

.lightboximg:visited
{
	margin-top: 10px; 
	border: 0px;
}

.lightboximg:hover
{
	margin-top: 10px; 
	border: 0px;
}

.lightboximg
{
	margin-top: 10px; 
	border: 0px;
}

.HeaderCss 
{
	border: 1px solid #B2B2B2;
    color: white;
    background-color: #B2B2B2;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
    padding: 5px;
    height: 16px;
    cursor: pointer;
    margin-top: 5px;
}

.HeaderSelectedCss
{
    border: 1px solid #C6C6C6;
    color: black;
    background-color: #C6C6C6;
	font-family: Arial, Sans-Serif;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
    margin-top: 5px;
    padding: 5px;
    height: 16px;
}

.BodyCss 
{
    background-color: white;
    border: 1px solid #B2B2B2;
    text-align: left;
    border-top: none;
    padding: 5px;
    padding-top: 7px;
    overflow: visible;
    height: auto;
    display: inline-block;
    height: 155px;
    width: 490px
}

/* Menu */
.Menu
{
    color: white;
	width: 814px;
	padding-top: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	height: 18px;
	font-weight: bold;
	text-align: left;
}
.MenuSpacer
{
	background-color: White; 
	width: 2px;
	float:left;
}
.MenuItem
{
	text-align: center;
	padding: 0 20px;
	cursor: pointer;
	float: left;
}

/* */
.InlineInfo
{
	overflow: hidden; 
	width: 768px; 
	margin: 8px; 
	padding: 8px; 
	background-color: Yellow;
	color: Black;
	cursor: pointer;
}

/* Inline Menu */
.InlineMenu
{
    color: white;
	background-color: #B2B2B2;
    padding: 10px;
    padding-bottom: 10px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
.InlineMenuSpacer
{
	background-color: White; 
	width: 2px;
	height: 12px;
	margin-left: 10px;
	margin-right: 10px;
	float:left;
}
.InlineMenuItem
{
	cursor: pointer;
	float: left;
	height: 20px;
}

.InlineAnchor:visited 
{
	text-decoration: none;
	color: White;
}

.InlineAnchor:active 
{
	text-decoration: none;
	color: White;
}

.InlineAnchor:hover 
{
	text-decoration: none;
	color: White;
}


/* Modules */
.ContentBody 
{
	width: 800px;
}

.ContentHeader
{
    color: white;
	background-color: White;
	color: #B2B2B2;
    padding: 5px;
    margin: 2px;
    height: 16px;
    width: 786px;
	font-family: Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.ContentInfo
{
    color: white;
	background-color: #B2B2B2;
    padding: 5px;
    margin: 2px;
    width: 252px;
    height: 488px;
    float: left;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.ContentItem
{
	background-color: White;
    padding: 5px;
    padding-top: 0;
    margin: 2px;
    width: 518px;
    overflow:scroll;
    height: 488px;
    float: left;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.ContentHolder
{
	background-color: White;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

/*Popup*/
.PopUpBackground 
{
	background-color:White;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.PopUpBody 
{
	border: solid 5px #B2B2B2;
	background-color:White;
	padding: 5px;
	width: 614px;
	text-align: center;
}

.PopUpContent
{
	background-color: White;
    padding: 5px;
    border: 2px solid #B2B2B2;
    border-top: none;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

.PopUpHeader
{
    color: white;
	background-color: #B2B2B2;
    border: 2px solid #B2B2B2;
    padding: 5px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
/*Preistabelle*/

td.quantity 
{
	text-align: right;
}
td.price 
{
	text-align: right;
}
td.priceOld 
{
	text-decoration: line-through;
	text-align: right;
}
td.specialprice 
{
	color: Red;
	text-align: right;
}
td.pricebold 
{
	text-align: right;
}

.itemArea {
	margin-left:15px;
	font-family:Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:left;
}