/* *    CSS-StyleSheet for jimmysshop
   *
   *	Copyright (c) WIZMO GmbH
   *	http://www.wizmo.de/
   *	
   *	created by Christoph Kluge
   *    
   * */
	/* ====================== CSS-Definitions ====================== */
	/* ======== global definitions ======== */
.color a,
a {
	color: #1C86EE;
}
.color a {
	color: #1C86EE;
}
.color a:hover,
a:hover {
	color: #000;
}
.color a.active,
a.active {
	color: #000;
}

.navItems a,
#leftContainer a,
#footerContainer a {
	color: #000;
}
.navItems a:hover,
.navItems a.active,
#leftContainer a:hover,
#leftContainer a.active,
#footerContainer a:hover,
#footerContainer a.active {
	color: #1C86EE;
}
#shoppingCartSmall .bgDark a,
#shoppingCartSmall .bgDark a:hover {
	color: #1C86EE;
}
#headerContainer div.navItems ul li.mainNavigation ul {
	border-color: #1C86EE;
}
#sitemap li {
	color: #1C86EE;
}
#sitemap li a {
	color: #1C86EE;
	text-decoration: none;
}
#sitemap li a:hover {
	color: #1C86EE;
	text-decoration: underline;
}
.addedToCart {
	border: 2px solid #1C86EE;
}
/* ======== error definitions ======== */
.error {
	color: #1C86EE;
}
/* ======== floating / clearing definitions ======== */
.color { color: #1C86EE; }

/* ======== text container definitions ======== */
	/* ======== headings definitions ======== */
h3.heading span { /* for content - headings */ 
	background-color: #1C86EE;
}
h3.heading_small span {
	background-color:#CCCCCC;
}
.topleftArrow {
	background-image: url('../img/headingArrowBlue.gif');
}
.topleftArrowSecond {
	background-image: url('../img/headingArrowBlueBig.gif');
}
.topRightArrowUp {
	background-image: url('../img/chooserTopRightArrowUpBlue.gif');
}
.withArrow {
	background-image: url('../img/leftArrowBlue.gif');
}
h4 { /* for productgroups / subarticles */
	color: #469ec2;
}
	/* ======== button definitions ======== */
button.color,
.button {
	color: #fff;
	background-color: #1C86EE;
}
button.bottomLeftButton,
button.bottomRightButton {
	background-color: #1C86EE;
}

#headerContainer div.colorLine {
	background: #1C86EE;
}
/* == chooser == */
.chooseArrows,
.chooserText {
	background-color: #1C86EE;
}
.newArticles .nav img {
	background-color: #1C86EE;
}
/* == detailPage == */
.additionalText ul li a {
	color: #1C86EE;
}
.additionalText ul li.ui-state-hover a {
	color: #1C86EE;
}
.additionalText ul li.ui-state-active a {
	color: #000;	
}