/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004 XT-Commerce 
   -----------------------------------------------------------------------------------------
   based on: 
   (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
   (c) 2002-2003 osCommerce(stylesheet.css,v 1.54 2003/05/27); www.oscommerce.com 
   (c) 2003	 nextcommerce (stylesheet.css,v 1.7 2003/08/13); www.nextcommerce.org

   Released under the GNU General Public License 
   ---------------------------------------------------------------------------------------*/
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #444444;
	text-decoration: none;
}

/* #############  SUPPORT NAVIGATION ############################ */
a.headerNavigation:link, a.headerNavigation:visited, a.headerNavigation:hover {
	color: #FFFFFF;
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
	line-height:20px;
	margin:0px 1px 0px 1px;
}
a.headerNavigation:hover {
	text-decoration: underline;
}
a.accountInfo:link, a.accountInfo:visited, a.accountInfo:hover {
	color: #FFFFFF;
	font-size:9px;
	font-weight:bold;
	text-decoration: none;
	line-height:20px;
	margin:0px 5px 0px 5px;
}
a.accountInfo:hover {
	text-decoration: underline;
}

/* #############  BOX NAVIGATION ####################################### */
.boxText ul {
	list-style:none;
	margin-left:10px;
	padding-left:0px;
}
.boxText ul li {
	color:#333333;
	margin-left:0px;
	padding:0px 0px 4px 0px;
}
.boxText ul ul {
	list-style:square;
	margin-left:-20px;
	margin-right:20px;
	padding-left:33px;
	background-color:#e8eef7;
	padding-bottom:3px;
	margin-bottom:3px;
}
.boxText ul ul li {
	color:#333333;
	margin-left:0px;
	padding:3px 0px 0px 0px;
}
.boxText ul li.active_category {
	color:#2b83ba;
	font-weight:bold;
}

/* ##############  IN-TEXT LINKS  ###################################### */
#content a:link, #content a:visited, #content a:hover {
	color: #2b83ba;
	text-decoration: none;
}
#content a:hover {
	color: #000000;
	text-decoration: underline;
}
#content .teaser_green a:before, #content .teaser_white a:before {
	content:"\00BB\0020";
}

/* ##############  CATEGORY LINKS  ###################################### */
#content .teaser_category a:link, #content .teaser_category a:visited, #content .teaser_category a:hover {
	color: #2b83ba;
	text-decoration: none;
}
#content .teaser_category a:hover {
	color: #000000;
	text-decoration: underline;
}

/* ##############  SITEMAP LINKS  ###################################### */
#content #maintext div.sitemap_cat .sitemap_headline a {
	color:#333333;
}

/* ##############  CART LINKS  ###################################### */
#content .teaser_green a.product_cart:link, #content .teaser_green a.product_cart:visited, #content .teaser_green a.product_cart:hover {
	color: #2b83ba;
	font-size:11px;
	text-decoration: none;
	font-weight:normal;
}
#content .teaser_green a.product_cart:hover {
	text-decoration: underline;
	color: #000000;
}
#content .teaser_green a.product_cart:before {
	content:"";
}


/* ##################################################################### */

a.confirmationEdit {
	color: #009933;
	font-style: italic;
}
a.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}

a.pageResults {
	color: #0000FF;
	text-decoration: underline;
}
a.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

a.copyright {
  color: #000000;
}
a.copyright:hover {
  color: #0000ff;
  text-decoration: underline;
}

#content .teaser_green a.orderohne:before {
	content:"\0020";
}
#content .teaser_green a.orderohne img {
	margin-left:0px;
	margin-top:5px;
}