
/* regulärer text ohne weitere angaben */
td, span, p, tr, table, div {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 12px;
}
/* regulärer text ende */

/* standards */
.txt {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 12px;
  color: #666666;
}

.black {
  /*color: #000033;*/
	color: #1F0A43;
}

.boldblack {
  /*color: #000033;*/
	color: #1F0A43;
  font-weight: bold;
}

.large {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
	/*
  	color: #000033;
	color: #1F0A43;
	*/
  color: #666666;
}

.largedark {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  /*color: #000033;*/
  color: #1F0A43;
}

.largelight {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

.bold { font-weight: bold; }

/*.txtlink { color: #0099FF; }*/
/*.txtlink { color: #028BE6; }*/
.txtlink { 
	/*color: #000033;*/
	color: #1F0A43; 
}
a.navleftlink { /*color: #000033;*/
	color: #1F0A43; /*font-weight: bold;*/ }
a.navleftlinkdown { color: #FF6600; /* color: #FF9933; font-weight: bold;*/ }
a.navleftlink:hover { 
  /*color: #FF9933;*/
  color: #FF6600;
  text-decoration: none;
  /*font-weight: bold;*/
}
a.navleftlinkdown:hover { 
  /*color: #FF9933;*/
  color: #FF6600; 
  text-decoration: none;
  /*font-weight: bold;*/
}

a.navleftlinkbold { /* color: #000033; */
	color: #1F0A43;
	font-weight: bold;
	font-size: 10px; }
a.navleftlinkbold:hover { 
  /*color: #FF9933;*/
  color: #FF6600;
  text-decoration: none;
  font-weight: bold;
  font-size: 10px;
}

a.navbottomlink { /* color: #000033; */
	color: #1F0A43; }
a.navbottomlinkdown { color: #FF9933; /* color: #FF9933; */ }
a.navbottomlink:hover { 
  /*color: #FF9933;*/
  color: #FF6600; 
  text-decoration: none;
}
a.navbottomlinkdown:hover { 
  /*color: #FF9933;*/
  color: #FF6600; 
  text-decoration: none;
}

a.navbottomlinkIndex { color: #796C8E; }
a.navbottomlinkIndex:hover { 
  color: #FF6600; 
  text-decoration: none;
}

.small {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 10px;
}

.alert { color: #CC0000; }

.redalert { color: #FF0000; font-weight: bold; }
.redalertsmall { color: #FF0000; font-weight: bold; font-size: 10px; }
.redcat { color: #CC0000; font-size: 10px; font-weight: bold; }
.redcatn { color: #CC0000; font-size: 10px; }
.orangecat { color: #FF6600; font-size: 10px; font-weight: bold; }
/* standards ende */

.boxText { font-family: Verdana, Arial, sans-serif, Tahoma; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif, Tahoma; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif, Tahoma; font-size : 10px; color: #cc0033; }

BODY {
  /*background: #ffffff;*/
  color: #666666;
  margin: 0px;
}

a.underlined { color: #1F0A43; text-decoration: underline; }
/*a.underlined:selected { color: #FF6600; text-decoration: underline; }*/
a.underlined:hover { color: #FF6600; text-decoration: underline; }

A { 
  /*color: #000033;*/
	color: #1F0A43;
  /*color: #666666;*/
  text-decoration: none;
}

.selected { 
  /*color: #FF9933;*/
  color: #FF6600;
  /*color: #0101CD;*/
  text-decoration: none; 
}

A:hover { 
  /*color: #FF9933;*/
  color: #FF6600;
  /*color: #0101CD;*/
  text-decoration: none; 
}

FORM {
	display: inline;
}

SUP {
	font-size: 9px;
	vertical-align : super;
}

TR.header {
  background: #ffffff;
  /*background: #352256;*/
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 14px;
  color: #ffffff;
}

A.headerNavigation { 
  color: #0101CD; 
}

A.headnavsel {
  color: #0101CD;
  font-weight : bold;
  text-decoration: none;
}

A.headerNavigation:hover {
  color: #0101CD;
  font-weight : bold;
  text-decoration: none;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif, Tahoma;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif, Tahoma;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 10px;
  color: #ffffff;
  font-weight: bold;
}

A.footer { 
  color: #FFFFFF; 
}

A.footerselected {
  color: #0101CD;
  font-weight : bold;
  text-decoration: none;
}

A.footer:hover {
  color: #0101CD;
  font-weight : bold;
  text-decoration: none;
}

.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #ffffff;
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 10px;
}

.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 10px;
  font-weight: bold;
  /*color: #ffffff;*/
  /*color: #000033;*/
	color: #1F0A43;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  /*background: #f4f7fd;*/
  background: #FFF6F0;
}

TR.productListing-even {
  background: #F8F9FC;
}

TR.productListing-odd2 {
  background: #e9f7fd;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #ffffff;
}

/*
TR.productListing-heading2 {
  background-image: url(http://localhost/ams/images/bg/bg_box/bgb_prod_list.jpg);
}
*/

TR.productListing-heading2 {background-image: url(http://www.mercurius-deutschland.de/styles/images/bg/bg_box/bgb_prod_list.jpg);}
.productListing-heading {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 10px;
  /*color: #000033;*/
	color: #1F0A43;
  font-weight: bold;
  /*font-variant: small-caps;*/
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 10px;
}

A.pageResults { 
  color: #0000FF; 
}

A.pageResults:hover { 
  color: #0000FF; 
  background: #FFFF33; 
}

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 20px;
  font-weight: bold;
  color: #9a9a9a;
}

TD.pageHeadingRed, DIV.pageHeadingRed, SPAN.pageHeadingRed {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 20px;
  font-weight: bold;
  color: #900000;
}

TD.prodinfoHeading, DIV.prodinfoHeading, span.prodinfoHeading {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

TR.subBar {
  /*background: #f4f7fd;*/
  background: #FFF6F0;
}

TD.subBar {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 10px;
  color: #666666;
}

.main {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 11px;
	font-weight: normal;
	font-style: normal;
  line-height: 1.5;
}

.mainItalic {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 0.9em;
	font-weight: normal;
	font-style: italic;
  line-height: 1.5;
}

.mainBold {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 11px;
	font-weight: bold;
	font-style: normal;
  line-height: 1.5;
}

.smallText {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 10px;
}

.smallTextBold {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 10px;
	font-weight: bold;
}

.smallTextRed {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 10px;
	color: #CC0000;
}

.smallTextblack {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 10px;
  /*color: #000033;*/
	color: #1F0A43;
}

.smallTextblackIndex {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 10px;
  /*color: #000033;*/
	color: #796C8E;
}

TD.accountCategory {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 13px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 10px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  /*background: #f1f9fe;*/
  background: #FFF6F0;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  color: #ff0000;
}

TD.checkoutBar {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 10px;
  color: #aabbdd;
}

SPAN.checkoutBarHighlighted {
  font-family: Verdana, Arial, sans-serif, Tahoma;
  font-size: 10px;
  color: #666666;
}

/* fotoabstände */
img { margin:0px}
 
.imgleft { margin-right:15px;
margin-left:0px;
margin-top:0px;
margin-bottom:15px }

.imgright { margin-right:0px;
margin-left:15px;
margin-top:0px;
margin-bottom:15px }


ul { margin-top:2px; margin-left:20px; }
li.lismall	{ margin-top:2px; margin-left:0px; }
li.libold	{ margin-top:5px; margin-left:0px; }

.dashed_block {
 display: block;
 border:  1px dashed #FFBA00;
 cursor:  pointer;
 width: 115px;
}
.solid_block {
 display: block;
 border:  1px solid #FFBA00;
 cursor:  pointer;
 width: 115px;
}

/* css code für das nah_modul sprich highlight/sonderaktions box */
#rc_angebot_spezial_box img { border: 0px; }

#rc_angebot_spezial_box table *, #rc_angebot_spezial_box a { font-size: 12px; }

#rc_angebot_spezial_box { border-bottom: 1px solid #FFBA00; }

#rc_angebot_spezial_box table table
{
	border-top: 1px solid #FFBA00;
	border-left: 1px solid #FFBA00;
	border-right: 1px solid #FFBA00;
}

/*css code für group-products-anzeige*/
TR.groupListing-odd {
  /*background: #f4f7fd;*/
  /*background: #FFBA00;*/
 
  	background-color: #E4E7ED;
}

TR.groupListing-even {
  /*background: #FFBA00;*/
	background-color: #FFCCAA;
}

.groupInfoTableHead {
	border-bottom:#BBBBBB solid 1px;
}

#matchcode {
	margin-left:-100000px;
}
a #catmenu {background-image: url(http://www.mercurius-deutschland.de/styles/images/buttons/catarrow_nh.png); background-position:5px 3px; background-repeat:no-repeat;}a:link #catmenu {background-image: url(http://www.mercurius-deutschland.de/styles/images/buttons/catarrow_nh.png); background-position:5px 3px; background-repeat:no-repeat;}a:visited #catmenu {background-image: url(http://www.mercurius-deutschland.de/styles/images/buttons/catarrow_nh.png); background-position:5px 3px; background-repeat:no-repeat;}a:hover #catmenu {background-image: url(http://www.mercurius-deutschland.de/styles/images/buttons/catarrow_h.png); background-position:5px 3px; background-repeat:no-repeat;}
/* MAT 04.02.2011 - Styles for slideshow*/

#myGallery
{
	width: 700px;
	height: 500px;
	z-index:5;
	border: 0;
}

.jdGallery
{
	overflow: hidden;
	position: relative;
}

.jdGallery img
{
	border: 0;
	margin: 0;
}

.jdGallery .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/slideshow/loading-bar-black.gif');
}

.jdGallery .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/slideshow/loading-bar-black.gif');
}

/*opacity of arrows inactive*/

.jdGallery a.right, .jdGallery a.left
{
	position: absolute;
	height: 100%;
	width: 25%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

* html .jdGallery a.right, * html .jdGallery a.left
{
	filter:alpha(opacity=80);
}

/*opacity of arrows active*/

.jdGallery a.right:hover, .jdGallery a.left:hover
{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
}

.jdGallery a.left
{
	left: 0;
	top: 0;
	background: url('images/slideshow/back_merc.png') no-repeat center left;
}

* html .jdGallery a.left { background: url('images/slideshow/back_merc.gif') no-repeat center left; }

.jdGallery a.right
{
	right: 0;
	top: 0;
	background: url('images/slideshow/forward_merc.png') no-repeat center right;
}

* html .jdGallery a.right { background: url('images/slideshow/forward_merc.gif') no-repeat center right; }

