/* -----------------------------------------------------------------------------------------
   $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
   ---------------------------------------------------------------------------------------*/
/* Stndard HTML Tags */
BODY {
/* Margins */
	margin: 0;
	padding: 0;
/* Font */
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	line-height: 1, 2em;
/* Style */
	background: #000 url(img/global/bodyBG.gif) repeat;
}
img {
	border: 0;
}
A {
	color: #fff;
	text-decoration: none;
}
A:hover {
	color: #eee;
	text-decoration: none;
}
FORM {
	display: inline;
}
select, input, textarea, checkbox, radio {
	font-size: 99%;
	display: inline;
}
TEXTAREA {
	width: 100%;
	font-size: 11px;
}
P {
	display: block;
	margin: 10px 0;
}
ul {
	display: block;
	margin: 0 30px;
}
.h, 1 h2, h3, h4 {
	color: #aa0005;
	margin: 10px 0px 5px 0px;
	text-transform: uppercase;
	font-weight: bold
}
.formArea h3 {
	color: #489600;
	padding: 10px 0;
}
/* Site Styles */
#SITE {
	margin: 0px;
	padding: 0;
	width: 980px;
/* Zentrierung */
	margin: 0 auto;
}
#site_wrap {
	margin: 0px;
	padding: 0;
	width: 990px;
/* Zentrierung */
	margin: 0 auto;
	padding-bottom: 5px;
}
/* Header */
#Header {
	width: 980px;
	height: 69px;
}
#content_wrap {
	margin: 0px;
	padding: 0;
	width: 980px;
	/*background: url(img/global/bgMainContent.gif);
	*/margin: 0 auto;
}
#Header h1#logo a:hover {
	background: url(img/global/logo_eu.png) no-repeat top;
}
#Header h1#logo span {
	display: none;
}
#Header .rightContents {
	margin: 0 0 0 380px;
	display: block;
	text-align: right;
}
ul.topBoxes {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	text-align: right;
}
ul.topBoxes li {
	display: block;
	float: right;
	max-width: 169px;
	margin-left: 5px;
	background: #222;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	padding-right: 5px;
}
ul.topBoxes li select {
	margin-top: 2px;
}
#topBar {
	display: block;
	width: 400px;
	float: right;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 10px;
}
#topBar a {
	padding: 0px 5px 0px 5px;
	font-weight: bold;
}
#topBar strong {
	color: #489600;
	font-weight: bold;
}
#startTeaser {
	display: block;
	height: 190px;
	float: left;
	padding: 0px;
	background: #000;
	color: #aa0005;
	border-bottom: 2px solid #000;
}
#startTeaser #shopFunctions {
	display: block;
	width: 220px;
	float: left;
}
#startTeaser #shopFunctions a {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
	margin-bottom: 2px;
	background: url(img/global/bgLinkShopFunctions.gif) no-repeat top;
}
#startTeaser #shopFunctions a:hover {
	background: url(img/global/bgLinkShopFunctions.gif) no-repeat bottom;
	color: #aa0005;
}
#startTeaser #shopFunctions a.active {
	background: url(img/global/bgLinkShopFunctions.gif) no-repeat bottom;
	color: #aa0005;
	font-weight: bold;
}
#startTeaser #firstTargetContainer {
	margin: 0 0 0 220px;
	text-align: right;
	height: 190px;
	background: #262626;
}
#startTeaser #firstTargetContent {
	margin: 5px 5px 0px 5px;
	height: 160px;
}
#startTeaser ul#shoppingBar {
	margin: 0;
	padding: 0;
	display: block;
}
#startTeaser ul#shoppingBar li {
	display: block;
	float: left;
	list-style: none;
	height: 35px;
	line-height: 18px;
	padding: 0 10px;
	color: #fff;
	font-weight: bold;
}
.textReplaceButton a {
	display: block;
	float: left;
	margin-left: 3px;
}
.textReplaceButton span {
	display: none;
}
.buttonMeinKonto a {
	width: 72px;
	height: 18px;
	background: #999 url(img/global/buttonMeinKonto.gif) no-repeat;
}
.buttonWarenkorb a {
	width: 72px;
	height: 18px;
	background: #999 url(img/global/buttonWarenkorb.gif) no-repeat;
}
.buttonKasse a {
	width: 72px;
	height: 18px;
	background: #999 url(img/global/buttonKasse.gif) no-repeat;
}
.buttonAbmelden a {
	width: 72px;
	height: 18px;
	background: #999 url(img/global/buttonAbmelden.gif) no-repeat;
}
#ContentBody {
}
#NaviLeft {
	width: 220px;
	float: left;
	background-color: #000000;
	height: 100%;
}
#NaviRight {
	width: 185px;
	float: right;
/* disabled */
	display: none;
}
#MainContent {
	margin: 0 auto;
	color: #333;
}
#MainContent A {
	color: #333;
	text-decoration: none;
}
#MainContent A:hover {
	color: #666;
	text-decoration: none;
}
.clearFloater {
	float: left;
	display: block;
	width: 740px;
	padding: 10px;
}
#navtrail {
	padding-right: 5px;
    padding-bottom: 5px;
	padding-top: 5px;
}
#MainContent .leftContent {
	width: 250px;
	float: left;
	padding: 10px;
	overflow: hidden;
}
#MainContent .leftContent img {
	display: block;
	margin:  auto;
	overflow: hidden;
}
#MainContent .rightContent {
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
}
#MainContent .rightContent h1 {
	font-size: 14px;
	font-weight: bold;
}
#MainContent .rightContent #navTabs {
	display: block;
	float: left;
	width: 500px;
}
#MainContent .rightSidebar {
	width: 300px;
	float: right;
}
#Footer {
	height: 30px;
	line-height: 30px;
	padding: 0px 10px;
	margin-top: 5px;
	clear: left;
	background: #111;
	color: #eee;
}
#Footer a {
	color: #aa0005;
}
a.designlink {
	position: fixed;
	display: block;
	bottom: 0px;
	right: 0px;
	width: 59px;
	height: 65px;
	background: url(img/global/designlink.gif) no-repeat top;
}
a.designlink:hover {
	background: url(img/global/designlink.gif) no-repeat bottom;
}
a.designlink span {
	visibility: hidden;
}
/* PRODUKTLISTE KOMPAKT */
ul.productListing {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.productListing li {
	float: left;
	display: block;
	width: 245px;
}
ul.productListing li:hover {
}
ul.productListing a.ContentBox {
	display: block;
	padding: 15px;
	color: #aa0005;
	border: 3px solid transparent;
	border-collapse: collapse;
}
ul.productListing a.ContentBox:hover {
	color: #aa0005;
	border: 3px solid #aa0005;
}
a.ContentBoxLeft {
	border-right: 0px solid #eee;
}
a.ContentBoxLast {
	background: url(img/global/new.gif) no-repeat 98% 2%;
}
a.ContentBox .ProductImage, A.ProductImage {
	display: block;
	text-align: center;
}
a.ContentBox .name {
	margin: 5px 0;
}
a.ContentBox .preis {
	margin: 5px 0;
}
a.ContentBox .ShippingLink {
	margin: 5px 0;
}
/* // PRODUKTLISTE KOMPAKT */
/* KATEGORIELISTE CI */
ul.categoryListing {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
ul.categoryListing li {
	float: left;
	display: block;
	width: 180px;
	margin-right: 5px;
	border: 5px solid #eee;
	cursor: pointer;
}
ul.categoryListing li:hover {
	border: 5px solid #999;
}
ul.categoryListing h3 {
	height: 20px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	padding-left: 5px;
	color: #aa0005;
	cursor: pointer;
}
/* // KATEGORIELISTE KOMPAKT */
.borderDiv {
	height: 5px;
	background: #eee;
	clear: left;
	display: block;
	margin: 10px 0;
}
ul.pinfoInfoList {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.pinfoInfoList li {
	display: block;
	height: 24px;
	line-height: 24px;
}
ul.pinfoInfoList li img {
	margin-right: 10px;
	vertical-align: middle;
}
.buyNorArea {
	padding: 0 10px;
	background: #aa0005;
	height: 30px;
	line-height: 30px;
	text-align: right;
	text-align: right;
}
.optionsContainer {
	background: #eaeaea;
	padding: 10px;
}
.optionsContainer h3.moduleHeading {
	padding: 0px;
	margin: 0px;
	color: #555;
}
.ShippingLink, .ShippingLink a {
	font-size: 9px;
	color: #999;
}
h1.ProductPrice {
	color: #800000;
	font-weight: bold;
}
/* Navigations Boxen */
/* Kategorien */
.boxContent .boxText a, .boxInformation .boxText a, .boxCategories .boxText a {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
	background: url(img/global/arrowSmall.gif) no-repeat 15px 12px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #222;
}
.boxContent .boxText a:hover, .boxInformation .boxText a:hover, .boxCategories .boxText a:hover {
	background: url(img/global/leftNaviLinkOver.gif) repeat-y left;
	color: #fff;
	font-weight: bold;
}
/* Aktive Kategorien */
.boxCategories a.aktive_kategorie {
	background: url(img/global/leftNaviLinkOver.gif) repeat-y left;
	font-weight: bold;
}
/* Unterkategorien */
.boxCategories a.unterkategorie {
	padding-left: 40px;
	background: url(img/global/arrowSmall.gif) no-repeat 25px 12px;
}
.boxCategories a.unterkategorie:hover {
	padding-left: 40px;
	background: url(img/global/leftSubNaviLinkOver.gif) repeat-y left;
	color: #fff;
}
.boxCategories a.aktive_unterkategorie, .boxCategories a.aktive_unterkategorie:hover {
	padding-left: 40px;
	background: url(img/global/leftSubNaviLinkOver.gif) repeat-y left;
	border-bottom: 1px solid #000;
	font-weight: bold;
}
/* Boxen Styles */
.infoBoxHeading {
	display: block;
	height: 25px;
	line-height: 25px;
	background: url(img/global/bgLinkShopFunctions.gif) no-repeat top;
	padding-left: 30px;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	font-weight: bold;
	font-size: 12px;
}
.infoBoxHeadingHighlight {
	display: block;
	height: 25px;
	line-height: 25px;
	background: url(img/global/bgBoxHeadingHighlight.gif) no-repeat;
	padding-left: 30px;
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	font-weight: bold;
	font-size: 12px;
}
div.infoBox, span.infoBox {
}
div.infoBox_right, SPAN.infoBox_right {
}
.boxText {
	color: inherit;
}
#NaviLeft .boxText {
	padding: 0px 0px 0px 0px;
	background: url(img/global/bgLeftNavi.gif) repeat-y left;
}
#NaviLeft input.text {
	width: 142px;
	margin-right: 5px;
	padding-left: 10px;
	border: 0;
	background: url(img/boxes/bgInputLeftBoxes.gif) no-repeat top;
}
#NaviLeft input.text:hover, NaviLeft input.text:focus {
	background: url(img/boxes/bgInputLeftBoxes.gif) no-repeat bottom;
}
#NaviRight .boxText {
	padding: 3px 5px;
}
/* Boxes with grey Header*/
a.boxCartLink {
	color: #fff;
	display: block;
	float: left;
	height: 25px;
	width: 25px;
	background: url(img/boxes/boxLinkCart.gif) no-repeat;
}
a.boxCartLink span {
	display: none;
}
.boxAdmin h3 {
	display: none;
}
.boxAdmin .item {
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #414141;
	color: #fff;
	background: url(img/global/leftNaviLink.gif) repeat-y;
}
.boxAdmin .item:hover {
	color: #fff;
	background: url(img/global/leftSubNaviLinkOver.gif) repeat-y;
}
.boxAdmin .item a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.boxAdmin .item a:hover {
	color: #fff;
	background: url(img/global/leftNaviLink.gif) repeat-y;
}
.boxAdmin .button {
	padding: 5px;
	float: right;
}
.boxBestsellers a.bestSellerLink, .boxBestsellers div.count {
	display: block;
	height: 20px;
	line-height: 20px;
	padding-top: 2px;
}
.boxBestsellers div.count {
	float: left;
	margin-right: 2px;
	background: url(img/global/bgBestsellersCount.gif) no-repeat left;
	;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.boxBestsellers a.bestSellerLink {
	padding-left: 5px;
}
a.cartEmpty {
	width: 240px;
	display: block;
	padding: 5px;
	padding-left: 50px;
	background: url(img/global/cartButton.gif) no-repeat left center;
	font-weight: bold;
}
a.cartFull {
	width: 240px;
	display: block;
	padding: 5px;
	padding-left: 50px;
	background: url(img/global/cartButton_full.gif) no-repeat left center;
	font-weight: bold;
}
/* Module Styles */
#newProductsHeading_german {
	background: url(img/grafischeHeader/german/newProductsHeader.gif) no-repeat;
	height: 20px;
	padding: 10px 0 10px 60px;
	font-size: 16px;
	color: #e4059e;
	margin: 10px 0;
}
#newProductsHeading_english {
	background: url(img/grafischeHeader/english/newProductsHeader.gif) no-repeat;
	height: 20px;
	padding: 10px 0 10px 60px;
	font-size: 16px;
	color: #e4059e;
	margin: 10px 0;
}
.moreCategoiesHeader_german {
	background: url(img/grafischeHeader/german/moreCategoiesHeader.gif) no-repeat;
	height: 20px;
	padding: 10px 0 10px 60px;
	font-size: 16px;
	color: #e4059e;
	margin: 10px 0;
}
.moreCategoiesHeader_english {
	background: url(img/grafischeHeader/english/moreCategoiesHeader.gif) no-repeat;
	height: 20px;
	padding: 10px 0 10px 60px;
	font-size: 16px;
	color: #e4059e;
	margin: 10px 0;
}
ul.pInfoCols {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	overflow: hidden;
	margin-bottom: 10px;
}
ul.pInfoCols li.col1, ul.pInfoCols li.col2, ul.pInfoCols li.col3 {
	list-style: none;
	display: block;
	float: left;
	padding: 10px 0;
}
ul.pInfoCols li.col1 {
	margin-right: 10px;
	text-align: left;
	width: 380px;
}
ul.pInfoCols li.col2 {
	margin-right: 10px;
	width: 310px;
}
ul.pInfoCols li.col3 {
	margin-right: 0px;
	width: 210px;
}
.moPicThumbnails {
	clear: both;
	border-top: 1px solid #eee;
	padding-top: 10px;
}
.moPicThumbnails a {
	padding: 4px;
	float: left;
}
.moPicThumbnails a img {
	width: 50px;
	float: left;
	background: #eee;
	padding: 3px;
}
.moPicThumbnails a img:hover {
	background: #ddd;
}
.optionHeading {
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 5px;
	background: #eee;
	margin: 0px;
	color: #aa0005;
	font-weight: bold;
	text-transform: uppercase;
}
.subModuleContainer {
	padding: 10px;
	background: url(img/global/bgFormArea.gif) repeat-x top;
}
.subModuleContainer .content {
	padding: 10px;
	background: #fff;
}
.modulNavigation {
	display: block;
	margin-top: 15px;
}
.error, .hinweis {
	padding: 10px;
}
.error {
	border: 1px solid #f00;
	color: #f00;
}
.hinweis {
	border: 1px solid #ff7fd5;
	color: #c39;
}
/* Nice Table */
table.list {
	width: 100%;
	border-collapse: collapse;
}
table.list th {
	background: #aa0005 url(img/global/gradientHighlight_25_repeat.gif) repeat-x;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	color: #fff;
	border-right: 1px solid #fff;
}
table.list th.hinweis {
	background: #fff;
	margin: 2px 0;
	color: #aa0005;
	padding: 5px 10px;
	border: 0;
}
table.list td {
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	border-bottom: 1px solid #ddd;
}
table.list tr.row1 {
	background: #eee;
}
table.list tr.row2 {
	background: #fff;
	border-collapse: collapse;
}
table.list tr.row1:hover, table.list tr.row2:hover {
	background: #ddd;
}
.errorHandler {
	background: #aa0005;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin: 10px 0;
}
.errorHandler input.text {
	width: 400px;
	font-weight: bold;
	font-size: 14px;
}
/* Global Elements */
.underline {
	border-bottom: 1px solid #51990F;
	padding-bottom: 5px;
}
.boxSpacer {
	display: block;
	clear: both;
	height: 5px;
	background: #000;
}
.leftFloater {
	float: left;
}
.rightFloater {
	float: right;
}
.leftAligner {
	text-align: left;
}
.rightAligner {
	text-align: right;
}
ul.hoizontalItemLister {
	padding: 10;
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 10px 0px;
}
ul.hoizontalItemLister li {
	display: block;
	float: left;
	padding: 5px;
}
ul.hoizontalItemLister li a h1 {
	font-size: 14x;
	font-weight: bold;
}
.buttonDelete input {
	border: 1px solid #CC0000;
	color: #FF0000;
	margin: 0;
}
.toolBar {
	padding: 5px;
}
.toolBar hr,  hr, div.hrDiv {
	text-align: center;
	height: 1px;
	margin: 5px 0;
	color: #ddd;
	background: #ddd;
}
.gradient_ttb_300 {
	background: url(img/global/gradient_ttb_300.gif) repeat-x center;
	padding: 10px;
}
input.text, input.password {
	margin: 0;
	padding: 0;
	height: 16px;
	padding: 3px;
	border: 1px solid #ddd;
}
.contentsTopics, .pageHeading, .moduleHeading, h1.contentsTopics, h1.pageHeading, h1.moduleHeading {
	color: #333;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	border-bottom: 5px solid #eee;
}
h3.moduleHeading {
	color: #aa0005;
	font-weight: bold;
	margin: 0;
	padding: 3px 0;
}
.underline {
	border-bottom: 5px solid #eee;
}
.section {
	margin: 10px 0px;
}
.boxSection {
	padding: 5px;
}
/* Box Serch */
div.boxSearch div.boxText, div.boxNewsletter div.boxText {
	color: #fff;
	padding: 10px!important;
	background: #000;
}
div.boxSearch div.boxText a {
	color: #aa0005!important;
}
.boxTextBG {
	font-size: 10px;
	background-color: #eee;
	padding: 5px;
}
.boxTextBGII {
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-size: 10px;
	color: #FF0000;
}
.errorBox {
	font-size: 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-size: 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning {
	font-size: 10px;
	color: #cc0033;
}
.productsNotifications {
	background-color: #f2fff7;
}
.orderEdit {
	font-size: 10px;
	color: #70d250;
	text-decoration: underline;
}
TR.header {
	background-color: #ffffff;
}
.headerNavigation {
}
A.headerNavigation {
	font-weight: bold;
}
A.headerNavigation:hover {
}
.conditions {
	background-color: #FF999C;
}
A.confirmationEdit {
	color: #009933;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #009933;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
	background-color: #ff0000;
}
TR.headerMessage {
	background-color: #00CC33;
}
.moduleHeading {
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}
.headerError {
	font-size: 12px;
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
TR.headerInfo {
	background: #00ff00;
}
.headerInfo {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	background: #00ff00;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.infoBox {
}
.infoBoxContents {
	font-size: 10px;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Verdana, Arial, sans-serif;
	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: #f8f8f9;
}
TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
	background: #f8f8f9;
}
TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #b6b7cb;
	border-spacing: 1px;
}
.productListing-heading {
	font-size: 10px;
	background: #b6b7cb;
	color: #FFFFFF;
	font-weight: bold;
}
.productListing-data {
	font-size: 10px;
}
A.pageResults {
	color: #333;
	font-weight: bold;
	padding: 2px 5px;
	background: #eee;
	color: fff;
}
A.pageResults:hover {
	background: #aa0005;
	color: #fff!important;
}
TR.subBar {
	background: #f4f7fd;
}
.subBar {
	font-size: 10px;
	color: #000000;
}
.main, P.main {
}
.smallText, SPAN.smallText, P.smallText {
	font-size: 10px;
}
.accountCategory {
	font-size: 13px;
	color: #aabbdd;
}
.fieldKey {
	font-size: 12px;
	font-weight: bold;
}
.fieldValue {
	font-size: 12px;
}
.tableHeading {
	font-size: 12px;
	font-weight: bold;
}
SPAN.newItemInCart {
	font-size: 10px;
	color: #ff0000;
}
SPAN.greetUser {
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}
.formArea {
	background: #eee;
	padding: 10px;
	clear: both;
}
.formArea label {
	display: block;
	width: 150px;
	float: left;
	padding: 5px;
}
.formAreaTitle {
	font-size: 12px;
	font-weight: bold;
}
.copyright {
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}
.parseTime {
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
}
A.copyright {
	color: #999;
}
A.copyright:hover {
	color: #999;
	text-decoration: underline;
}
SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}
SPAN.productSpecialPrice {
	color: #cc0000;
}
SPAN.productOldPrice {
	color: #999;
	font-size: 80%;
	text-decoration: line-through;
	font-weight: bold;
}
SPAN.errorText {
	color: #ff0000;
}
SPAN.productDiscountPrice {
	color: #ff0000;
	font-weight: bold;
}
.smallHeading {
	font-size: x-small;
	font-weight: bold;
	color: Black;
}
.moduleRow {
	background-color: #f5f5f5;
	padding: 3px;
	margin: 3px;
}
.moduleRowOver {
	background-color: #f1f1f1;
	padding: 3px;
	margin: 3px;
}
.moduleRowSelected {
	background: #ddd;
	padding: 3px;
	margin: 3px;
}
.checkoutBarFrom, .checkoutBarTo {
	font-size: 10px;
	color: #8c8c8c;
}
.checkoutBarCurrent {
	font-size: 10px;
	color: #000000;
}
/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 {
	font-size: 7pt;
}
.heading2 {
	font-size: 9pt;
}
.heading3 {
	font-size: 10pt;
}
.heading4 {
	font-size: 12pt;
}
.heading5 {
	font-size: 16pt;
}
/* Sitemap Tables */
.sitemap_heading a {
	display: block;
	height: 25px;
	line-height: 25px;
	background: #aa0005 url(img/global/gradientHighlight_25_repeat.gif) repeat-x;
	color: #fff!important;
}
.sitemap_heading a:hover {
	text-decoration: none;
}
.sitemap_sub {
	height: 20px;
	line-height: 20px;
	margin-top: 2px;
}
.sitemap_sub a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding-left: 10px;
	background: #eee;
	font-weight: bold;
	margin-top: 2px;
}
.sitemap_sub a:hover {
	background: #ddd;
	color: #fff;
	text-decoration: none;
}
/* message box */
.messageBox {
	font-size: 10px;
}
.messageStackError, .messageStackWarning {
	font-size: 10px;
	background-color: #ffb3b5;
}
.messageStackSuccess {
	font-size: 10px;
	background-color: #99ff00;
}
/* input requirement */
.inputRequirement {
	font-size: 10px;
	color: #ff0000;
}
.tableShop {
	background-color: #ffffff;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: #b6b7cb;
}
.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}
.tableListingI {
	background-color: #f1f1f1;
}
.tableListingII {
	background-color: #f9f9f9;
}
.tableBody {
	padding: 5px;
}
.poweredby {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}
.onepxwidth {
	width: 1px;
}
/* nur für <= IE6 */
* html img#capTop_Content, * html img#capBottom_Content {
	width: 100%;
}
* html .clearFloater {
	background: #fff;
	float: left;
	display: block;
	width: 780px;
}
* html ul.productListing li {
	float: left;
	display: block;
	width: 155px;
}
* html ul.pInfoCols li.col3 {
	margin-right: 0px;
	width: 300px;
}
/* / nur für <= IE6 */
/* Hacks & Standard HTML Tags */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
html {
	height: 100%
}
fieldset, img {
	border: 0;
}
.clear {
	clear: both;
	display: block;
}
.clearfix {
	display: inline-block;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
* html .clear {
	height: 1%;
}
/* End hide from IE-mac */
.ie6Fix {
	width: 99%;
}
/* TOOLS */
.fll {
	float: left;
}
.flr {
	float: right;
}
.cll {
	clear: left;
	display: block;
}
.clr {
	clear: right;
	display: block;
}
.clb {
	clear: both;
	display: block;
}
/* MODS */
.productNavigator {
	background: #f1f1f1;
	padding: 10px;
}
.ui-tabs-panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*----------------------------Suggest Styles--------------------------*/
.suggest_link {
	    color: #000;
        background-color: #FFFFFF;
        padding: 2px 6px 2px 6px;
        border-bottom: 1px solid #999;
        height: 34px;
        min-height: 34px;
        line-height: 100%;
}
.suggest_link_over {
        color: #aa0005;
        /*background-image: url("img/suggest_over_bg.jpg"); */
        /*background-repeat: repeat-x;*/
        padding: 2px 6px 2px 6px;
        cursor: pointer;
        border-bottom: 1px solid #999;
        height: 34px;
        min-height: 34px;
        line-height: 100%;
}
#search_suggest {
        position: absolute;
        top: 25px; 
        visibility: hidden;
        background-color: #FFFFFF; 
        text-align: left; 
        border: 1px solid #000000; 
        overflow: auto;
        width: 300px;
        display: block;
        /*margin-left: -150px; /* verschiebt die Box nach links */
        /* width: 300px; /* Breite anpassen */
        /* z-index:+1; /* wenn absolut genutzt, dann diese Zeile rein */                       
}     
.suggest_products_price {
    white-space: nowrap;
    float: right;
    text-align: left;
}
 .suggest_image {
    width: 35px;
    float: left;
}
.suggest_productsname {
    width: 180px;
    float: left;
    padding-left: 5px;
    padding-top: 0px;
    margin-top: 0px;
    font-weight: bold;
}
  
/*----------------------------End Suggest Styles------------------------*/

.rma_choose {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #eeeeee;
}
.rma_table_heading {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #dddddd;
	padding-left: 5px;
	height: 18px;
}
.rma_table_content {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #f1f1f1;
	padding-left: 5px;
	height: 18px;
}
.rma_choose_body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 5px;
}
.rma_options {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
img {
	behavior: url("/includes/flash/iepngfix.htc")
}

/* webnetz */
.zleft, .zbox { float: left; }
.zright { float: right; }
.ruler { border-bottom: 8px solid #d5cebf; }
.zclear { clear: both; }
.zcenter { text-align: center; }

#SITE { background-color: #fff; float: left; padding: 0 8px 20px 5px; }
#header { float: left; background: url(webnetz/img/bg_header.png) repeat-x; border-bottom: 2px solid #5a5a5a; width: 980px; height: 69px; margin-bottom: 3px; }
#header h1#logo { float: left; }
#header ul { float: right; list-style: none; font-size: 12px; padding-top: 26px; }
#header li { float: left; padding: 0 8px; border-right: 1px solid #030303; }
#header li.last { padding-right: 0; border: none; }
#header li a:hover { text-decoration: underline; }
#header li a.mlogo { background: 0 0 no-repeat; padding: 0 0 5px 20px; }
#header li a#twitter { background-image: url(img/logo_twitter.png); }
#header li a#facebook { background-image: url(img/logo_facebook.png); }

#left { float: left; width: 227px; }
#left #search-quick { background: url(webnetz/img/bg_search.png) no-repeat; height: 80px; padding: 17px 0 0 14px; }
#left #search-quick label { display: block; color: #333333; font-size: 12px; }
#left #search-quick input,
#left #search-quick a.more { display: block; }
#left #search-quick input { float: left; }
#left #search-quick input.text { border: 1px solid #9f9f9f; margin-top: 6px;}
#left #search-quick a.more { clear: both; padding: 8px 0 0 20px; color: #333333; font-size: 12px; background: url(webnetz/img/search_more-link.png) no-repeat 5px 12px;}
#left #search-quick a.more:hover { color: #c80006; }
#left #offers { position: relative; height: 65px; }
#left #offers a { position: absolute; top: 0px; left: -12px; }
#left .zbox { background: url(webnetz/img/bg_left-box.png) repeat-y; }
#left .zbox h2 { background: url(webnetz/img/bg_left-box-h2.png) no-repeat; color: #333333; font-size: 13px; line-height: 37px; padding-left: 15px; }

#left .menu ul { list-style: none; padding: 0; margin: 0; width: 215px; border: 1px solid #ede9e3; margin-left: 5px; }
#left .menu li { background: url(webnetz/img/bg_nav-a-off.png) repeat-y; border-bottom: 1px solid #1e1e1e; display: block; padding: 0; margin: 0; }
#left .menu a { display: block; background: url(img/global/arrowSmall.gif) no-repeat 15px 12px; padding: 7px 0 6px 25px; }
#left .menu a:hover { background: url(webnetz/img/nav_active-over.png) repeat-y; }
#left .menu li.aktive_kategorie a:hover{ background: url(img/global/arrowSmall.gif) no-repeat 15px 12px; }
#left .menu li.aktive_kategorie { background: url(webnetz/img/nav_active.png) no-repeat #c80000; }
#znav-content form { background: url(webnetz/img/bg_nav-a-off.png) repeat-y; float: left; margin-left: 5px; padding: 3px; }
#left #paypalinfo { padding-top: 20px;}


#main { float: right; width: ; padding-top: 4px; color: #333333; }
#main h2.arrow { background: url(webnetz/img/bg_main-h2.png) no-repeat 0 3px; font-size: 14px; padding-left: 15px; margin-left: 11px; padding-bottom: 12px; }
.nothome #main #inner h2.arrow { margin-left: 0; }
#main a { color: #333333; }
#main #intro img { display: block; }
#main #infobar { background: #333333; width: 738px; height: 21px; border: 1px solid #262626; padding: 12px 1px 0 9px; color: #fff; }
#main #infobar .zright { background: url(webnetz/img/bg_box-cart.png) repeat-x; line-height: 31px; margin-top: -10px; }
#main #infobar .zright a { background: url(webnetz/img/icon_cart.png) no-repeat; width: 16px; height: 14px; font-size: 0; float: left; margin: 0 5px; margin-top: 8px; }
.home #main #inner { border: 1px solid #333333; width: 748px; float: left; padding-bottom: 11px; }
.nothome #main #inner { border: 1px solid #333333; width: 726px; float: left; padding: 11px; }

#main #special { margin-bottom: 12px; }
#main #special img { display: block; margin: 1px; }


#main .zitem { float: left; }
#main .zitem big { font-size: 16px; font-weight: bold; color: #c80006; }
#main .zitem small { font-size: 10px; }
#main .zitem small a { text-decoration: underline; }
#main .catlist { border: 1px solid #d5cebf; border-right: none; border-top: none; }
#main .catlist .zitem { width: 170px; padding: 8px 5px; border-right: 1px solid #d5cebf; background: url(../img/bg_main-zitem.png) repeat-x 0 100%; overflow: hidden; }
#main .catlist h3 { height: 45px; font-size: 13px; }
#main .catlist h3 a { font-weight: normal; color: #302f2f; text-decoration: none; }
#main .catlist h3 a:hover { text-decoration: underline; }
#main .zitem .imgbox { width: 170px; }
#main .zitem .imgbox,
#main .zitem .imgbox a { height: 120px; text-decoration: none; }
#main .zitem .imgbox a { width: 170px; background-repeat: no-repeat; background-position: 50% 50%; display: block; left: 0; }
#main .one { border-top: 1px solid #d5cebf; }
#wrap-catlist { float: left; width: 725px; margin-left: 11px; }
.nothome #wrap-catlist { float: left; width: 725px; margin-left: 0px; }

#main .zitem a.zbuy,
#main .zitem a.zmore { float: left; height: 24px; background-repeat: no-repeat; margin-bottom: 10px; }
#main .zitem a.zbuy span,
#main .zitem a.zmore span { display: none; }


#main .zitem a.zbuy { width: 81px; background-image: url(webnetz/img/btn_buy-now.png); margin: 0 9px 0 9px; }
#main .zitem a.zbuy:hover { background-position: -81px 0; }

#main .zitem a.zmore { width: 60px; background-image: url(webnetz/img/btn_details.png); }
#main .zitem a.zmore:hover { background-position: -60px 0; }

.copyright { clear: both; }
.paging { clear: both; padding-top: 20px; }

#left .admindiv { color: #333333; padding: 5px 0 0 20px; }
#left .zbox .admindiv a { background: none; }
#left .zbox .admindiv a:hover { background: none; }
