/* -----------------------------------------------------------------------------------------
   $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 
   test---------------------------------------------------------------------------------------*/
 
 
 /* @group reset */
 
 html, body, div, span, applet, object, iframe,
 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, font, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: inherit;
     font-style: inherit;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline;
 }
 :focus {
     outline: 0;
 }
 body {
     line-height: 1;
     color: black;
     background: white;
 }
 ol, ul {
     list-style: none;
 }
 table {
     border-collapse: separate;
     border-spacing: 0;
 }
 caption, th, td {
     text-align: left;
     font-weight: normal;
 }
 blockquote:before, blockquote:after,
 q:before, q:after {
     content: "";
 }
 blockquote, q {
     quotes: "" "";
 }
 a{
     text-decoration:none;
 }
 
 /* @end */
 
 /* @group ars */

strong {
	font-weight: bold;
}

.boxText { 
	font-size: 10px;
}

.boxTextBG {
	font-size: 10px;
	background-color: #f1f1f1;
}

.boxTextBGII {
	font-size: 10px;
	background-color: #ffbbc5;
}

.boxTextPrice {
	font-size: 10px;
	color: #FF0000;
}

.errorBox,
.lawBox {
	background-position: 8px 2px !important;
	width: 628px;
	font-size : 12px;
	font-weight: normal;
	text-indent: 18px;
	padding: 4px 4px 8px 8px;
	margin: 0;
	border: none;
	color: #000000;
}

.successBox { 
	width: 628px;
	font-size : 12px;
	font-weight: normal;
	background-color: #d1ffbb !important;
	text-indent: 18px;
	padding: 4px 4px 4px 8px;
	margin: 0;
	border: none;
	color: #000000;
}

.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffbbc5;
}

.stockWarning { 
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-size : 10px;
	color: #359a50;
	text-decoration: underline;
}

FORM {
	display: inline;		   
}


TR.header {
	background-color: #ffffff;
}

TR.headerNavigation {
  background: #F6F6F6;
}

TD.headerNavigation {
	font-size: 10px;
	color: #0e3d82;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #0e3d82; 
  text-decoration: none;  
}

A.headerNavigation:hover {
  color: #0a79e5;
}

#footerBox a.headerNavigation { 
  color: #0e3d82; 
}

#footerBox a.headerNavigation:hover {
  color: #0a79e5;
}

TD.conditions {
  background-color: #ffbbc5;
}

A.confirmationEdit {
	color: #359a50;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #0a79e5;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
	background-color: #ff6077;
}

TR.headerMessage {
	background-color: #d1ffbb;
}

.moduleHeading {
	font-size: small;
	font-weight: bold;
	margin: 8px 0 10px 10px;
}

.infoBoxContents {
	font-size: 10px;
}

.infoBoxNotice {
	background: #ffbbc5;
}

.infoBoxNoticeContents {
	background: #ffe6ea;
	font-size: 10px;
}

TD.infoBoxHeading {
	font-size: 10px;
	font-weight: bold;
	background: #0e3d82;
	height:17px;
	color: #ffffff;
	padding: 4px;
}

TD.infoBoxHeading_right {
	font-size: 10px;
	font-weight: bold;
	background: #0e3d82;
	height:17px;
	color: #000000;
}

TD.infoBox, SPAN.infoBox {
	font-size: 10px;
	border-right: 4px solid;
	background: #E6E6E6; 
	border-color: #C4C4C4;
}

TD.infoBox_right, SPAN.infoBox_right {
	font-size: 10px;
	background: #E6E6E6; 

}

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: #c1c1c1;
	color: #FFFFFF;
	font-weight: bold;
}

TD.productListing-data {
	font-size: 10px;
}

A.pageResults {
	color: #0e3d82;
	text-decoration: none;
}

A.pageResults:hover {
	color: #0a79e5;	
}

TR.subBar {
	background: #f4f7fd;
}

TD.subBar {
	font-size: 10px;
	color: #000000;
}

TD.main, P.main {
	font-size: 12px;
	line-height: 1.2;
	color: #000000;
	background: no-repeat;
}


TD.smallText, SPAN.smallText, P.smallText {
	font-size: 10px;
}

TD.accountCategory {
	font-size: 13px;
	color: #5bee17;
}

TD.fieldKey {
	font-size: 12px;
	font-weight: bold;
}

TD.fieldValue {
	font-size: 12px;
}

TD.tableHeading {
	font-size: 12px;
	font-weight: bold;
}

SPAN.newItemInCart {
	font-size: 10px;
	color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-size: 11px;
}

.standardRadio td {
	width: 100%;
	height: 20px;
	text-indent: 18px;
}

.male {
	width: 93px !important;
}

.standardRadio .selected{
	background:url(img/gfx/radio_checked.gif) no-repeat 0 1px !important;
}

.standardRadio .unselected{
	background:url(img/gfx/radio_unchecked.gif) no-repeat 0 1px !important;
}


TEXTAREA {
	width: 100%;
	font-size: 11px;
}

SPAN.greetUser {
	font-size: 12px;
	color: #0e3d82;
	font-weight: normal;
}


TABLE.formArea {
	background: #ffffff;
	padding: 4px;
}

TD.formAreaTitle {
	font-size: 12px;
	font-weight: bold;
}
.amplifier,
.copyright {
	position: relative;
	top: -10px;
	right: 8px;
	float: right;
	width: 320px;
	height: 40px;
	font-weight: normal;
	font-size: 9px;
	color: #77aadd;
	text-align: left;
}

.copyright {
	top: 25px;
	height: 20px;
	right: -312px;
}

.amplifier strong {
	font-weight: bold;
}

.amplifier a,
.amplifier a:link,
.amplifier a:visited,
.copyright a,
.copyright a:link,
.copyright a:visited {
	color: #77aadd;
}

.amplifier a:hover,
.copyright a:hover {
	color: #ffffff;
}

.parseTime {
	font-size: 11px;
	text-align:center;
}

SPAN.markProductOutOfStock {
	font-size: 12px;
	color: #da251d;
}

SPAN.productSpecialPrice {
	color: #da251d;
}

SPAN.productOldPrice {
	font-size: 10px;/*
	color: #da251d;*/
	color: lime;
	text-decoration: line-through;
}

SPAN.errorText {
	color: #da251d;
}

SPAN.productDiscountPrice {
	color: #da251d;
	font-weight: bold;
}

.smallHeading {
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.checkoutBarFrom, .checkoutBarTo { 
	font-size: 10px; 
	color: #8c8c8c; 
}

.checkoutBarCurrent { 
	font-size: 10px; 
	color: #000000; 
}

/* sitewide font classes */
.heading1 { 
	font-size: 7pt; 
}
	
.heading2 { 
	font-size: 9pt; 
}

.heading3 { 
	font-size: 10pt; 
}

.heading4 { 
	font-size: 12pt; 
}

.heading5 { 
	font-size: 16pt; 
}

/* Sitemap Tables */
.sitemap_heading {
	font-size: 10pt; 
	color: #FFFFFF; 
	background-color: #666666; 
	padding-top: 2px; 
	padding-bottom: 2px;
}

.sitemap_heading a {
	color:#FFFFFF;
}

.sitemap_heading a:hover {
	color:#CCCCCC; 
	text-decoration:none;
}

.sitemap_sub {
	font-size: 9pt; 
	color: #000000; 
	background-color: #E6E6E6; 
	padding: 2px 2px;
}
	
.sitemap_sub a {
	color:#000000;
}

.sitemap_sub a:hover {
	color:#999999; 
	text-decoration:none;
}

/* message box */

.messageBox { 
	font-size: 10px; 
}

.messageStackError, 
.messageStackWarning { 
	font-size: 10px; 
	background-color: #ffbbc5; 
}

.messageStackSuccess { 
	font-size: 10px; 
	background-color: #d1ffbb;
	color: #000000; 
}

/* input requirement */

.inputRequirement { 
	font-size: 11px; 
	color: #0e3d82; 
}

.inputRequirement input{
	border: 1px solid #0e3d82;
	height: 15px;
	width: 180px;
	margin-bottom: 5px;
	background-color: #f8f8f8;
}

.tableShop {
	background-color: #ffffff;
}

.contentsTopics {
	font-size: 14px;
	font-weight: bold;
	padding: 4px 4px 4px 4px;
	color:#000000;
}


.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
	padding: 5px;
}

.poweredby {
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.onepxwidth {
	width: 1px;
}

/* Caraudio-Versand */

html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

body{
	margin: 0;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	background: #c7c7c7 url(img/gfx/background_gradient.jpg) repeat-x;
}

a{
	color: #0e3d82;
	text-decoration: none;
}

a:link {
	color: #0e3d82;
}

a:hover {
	color: #0a79e5;
	text-decoration: none;
}

a:visited {
	color: #0e3d82;
}

p {
border:none;
margin:0;
padding:0;
}

ul {
	font-size:11px;
	line-height:160%;
	color:#ffffff;
	margin-top:10px;
	list-style-type: square;
	text-indent: -28px;
	list-style-position: inside;
}

img,
a img {
border: none;
}

/*fonts*/

.fontMenu, 
.fontMenu a,
.fontMenu a:link,
.fontMenu a:visited{
	font-weight: bold;
	font-size: 14px;
	line-height: 130%;
	color: #0e3d82;
}

.fontMenu a:hover {
color: #4a4e1d;
}

.fontHeader, 
.fontHeader a,
.fontHeader a:link,
.fontHeader a:visited{
	font-weight: normal;
	font-size: 10px;
	line-height: 130%;
	color: #ffffff;
	padding-left: 12px;
	margin-top: 6px;
}

.fontHeader a:hover {
	color: #0a79e5;
}

.fontHeaderLogin {
	font-size: 10px;
	line-height: 100%;
	color: #000000;
	margin-left: 10px;
	margin-top: 23px;
	float: left;
	width: 83px;
}

.fontHeaderAccount,
.fontHeaderAccount a,
.fontHeaderAccount a:link,
.fontHeaderAccount a:visited {
	font-size: 10px;
	line-height: 120%;
	color: #ffffff;
	float: left;
}

.fontHeaderAccount a:hover {
	color: #000000;
}

.fontHeaderLink, 
.fontHeaderLink a,
.fontHeaderLink a:link,
.fontHeaderLink a:visited{
	font-weight: bold;
	font-size: 10px;
	line-height: 130%;
	color: #0e3d82;
	margin: 4px 0 4px 4px;
}

.fontHeaderLink a:hover {
	color: #0a79e5;
}

.fontHeaderLinkTwo, 
.fontHeaderLinkTwo a,
.fontHeaderLinkTwo a:link,
.fontHeaderLinkTwo a:visited{
	font-weight: bold;
	font-size: 10px;
	line-height: 140%;
	color: #ffffff;
	padding-left: 10px;
	margin-top: 26px;
}

.fontHeaderLinkTwo a:hover {
	color: #0a79e5;
}
.fontHeaderOption, 
.fontHeaderOption a,
.fontHeaderOption a:link,
.fontHeaderOption a:visited{
	font-size: 10px;
	line-height: 220%;
	color: #ffffff;
	float: left;
}

.fontHeaderOption a:hover {
	color: #000000;
}

.fontHeaderOptionSpacer{
	width: 1px;
	height: 10px;
	background-color: #ffffff;
	margin-left: 20px;
	margin-right: 20px;
	float: left;
}

.fontCopy {
	font-size:11px;
	line-height:130%;
	color:#ffffff;
	margin-bottom:8px;
}

.fontCopyInverse {
	font-size:11px;
	line-height:130%;
	color:#000000;
	margin-bottom:8px;
}

.fontCopyField {
	width: 90px;
	font-size:12px;
	line-height:130%;
	color:#000000;
	margin:4px 0 8px 0;
	float: left;
}

.fontCopyHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	line-height:130%;
	color:#ffffff;
	margin:8px 0 8px 0;
}

.fontCopyProductListing {
	width: 482px;
	border: none;
	padding: 0;
	margin: 0;
	font-size:12px;
	line-height:140%;
	color:#ffffff; 
}

.fontCopyProductSelling {
	width: 134px;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 130%;
	color: #0e3d82; 
}

.fontCopyProduct {
	position: relative;
	left: 48px;
	top: 0;
	font-size:10px;
	line-height:130%;
	color: #000000;
	margin:0 6px 4px 6px;
	width: 280px;
}
.productListingFront .fontCopyProduct {
	position: relative;
	top: 0;
	left: 37px;
	font-size:10px;
	line-height:130%;
	color: #000000;
	margin:0 6px 4px 6px;
}

.fontCopyProduct em{
	font-style: normal;
}

.fontCopyProductInfo {
	font-size:10px;
	line-height:140%;
	color: #000000;
	margin:0 12px 4px 12px;
}

.fontModuleInfo,
.fontModuleInfoBlack {
	font-size: 10px;
	line-height: 130%;
	color: #ffffff;
	padding: 2px 0 4px 1px;
	font-weight: normal;
}

.fontModuleInfoBlack {
	color: #000000;
}
.TaxBox{
	width: 220px;
	float: right;
	position: relative;
	left: 5px;
	top: 5px;
}
.taxboxInline{
	width: 220px;
}
.fontProductTaxInfo {
	text-align: left;
	float:left;
	font-size:10px;
	font-weight: normal;
	line-height:130%;
	color: #000000;
	margin: 0;
}

.priceSmall {
	width: 130px;
	height: 53px;
	padding: 8px 0 0 12px;
	background: url(img/gfx/price_bg_small.jpg) no-repeat;
}

.priceBig {
	width: 204px;
	height: 95px;
	padding: 10px 0 0 12px;
	background: url(img/gfx/price_bg_big.jpg) no-repeat;
}

.financePrice{
	padding-left: 5px;
	padding-bottom: 8px;
}

.fontProductTaxInfoDetail {
	text-align: left;
	float:left;
	font-size:10px;
	font-weight: normal;
	line-height:160%;
	color: #000000;
	margin: 4px 0 0 0;
}

.fontProductShippingState{
	font-size:11px;
	margin-top: 2px;
	margin-bottom: 5px;
	color: black;
}

.abstand {
	padding: 3px 0 0 0;
}


.fontProductFinanceDetail {
	text-align: left;
	float: left;
	font-size:10px;
	font-weight: normal;
	line-height: 130%;
	color: #000000;
	margin: 3px 0 0 0;
}
.fontProductSteuer {
	float:left;
	font-size:12px;
	font-weight: bold;
	margin-top: 5px;
	width: 32px;
}
.rahmenOben{
	width: 110px;
	margin-left: 4px;
	margin-top: -2px;
	font-size: 11px !important;
	color: #0D3D81;
		
}
.rahmenObenDick{
	width: 205px;	
	border-top: 5px solid #eaeaea;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 5px;
}

.fontProductLawInfo a,
.fontProductLawInfo a:link,
.fontProductLawInfo a:visited {
	font-size:10px;
	line-height:130%;
	color: #888888;
	margin: 2px 0 0 0;
}

.fontProductLawInfo a:hover {
	font-weight:normal;
	font-size:10px;
	line-height:130%;
	color: #4a4e1d;
	margin: 2px 0 0 0;
}

.fontProductShippingInfo {
	font-weight:normal;
	font-size: 10px;
	line-height:130%;
	color: #000000;
	margin: 2px 0 16px 8px;
}

.fontProductShippingState img {
	position: relative;
	top: 1px;
}

.fontProductPriceSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 100%;
	font-size: 18px;
	color: #cc0000;
	margin-bottom: 4px;
}

.fontProductPrice {
	width: 153px;
	font-weight: bold;
	font-size:18px;
	line-height:150%;
	text-align: right;
	color:#cc0000;
	margin:4px 4px 4px 4px;
	padding:0;
	float: right;
}

.fontProductInfoFinanzierung {
	color: #000000;
	font-weight: bold;
	padding: 4px 0 5px 10px;
	height: 20px;
	width: 105px;
	float: left;
	margin-left: 8px;
	background: url(img/gfx/finanzierungBG.gif) no-repeat;
}

.fontProductInfoFinanzierung a{
	color: #000000;
}

.fontProductInfoFinanzierung a:hover{
	color: #cc0000;
}

.fontProductPriceSelling {
	font-weight: bold;
	font-size: 12px;
	line-height: 130%;
	color: #cc0000;
	margin: 8px 0px 4px 0px;
}

.fontProductPriceInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold;
	line-height: 100%;
	font-size: 24px;
	color: #cc0000;
}

.fontProductPricePrepayment {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-weight: bold;
	line-height: 12px;
	padding-top: 6px;
	font-size: 12px;
	color: #092a5d;
}

.fontHeadline {
	font-weight: normal;
	font-size: 15px;
	line-height: 130%;
	color: #0e3d82;
	margin: 0;
	padding: 2px 0 0 0;
}

.fontHeadlineProduct {
	position: relative;
	left: 22px;
	float: left;
	font-weight: normal;
	font-size: 16px;
	line-height: 120%;
	color: #0e3d82;
	margin: 6px 0 4px 6px;
	width: 320px;
	padding: 0;
}

.fontHeadlineProductRating {
	font-weight: normal;
	font-size: 18px;
	line-height: 120%;
	color: #0e3d82;
	margin: 6px 0 4px 6px;
	width: 100%;
	padding: 0;
}

.fontHeadlineProductRating {
	font-weight: normal;
	font-size: 18px;
	line-height: 120%;
	color: #0e3d82;
	margin: 0px 0 10px 0px;
	width: 450px;
	padding: 0;
}

.fontDescriptionProduct {
	font-size: 10px;
	color: #000000;
	margin: 6px 0 4px 0;
	line-height: 150%;
}

.fontHeadlineProductInfo {
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	color: #0e3d82;
	margin:8px 0 2px 8px;
	float: left;
	width: 360px;
}


.fontHeadlineRating {
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	color: #0e3d82;
	margin:8px 0 2px 8px;
}

.fontHeadlineCategory {
	font-size: 18px;
	line-height:120%;
	color: #ffffff;
	margin: 2px 0 2px 6px;
}

.fontHeadlineModule,
.fontHeadlineModuleBlack,
.fontHeadlineModuleRed {
	font-size: 13px;
	font-weight: bold;
	line-height: 130%;
	color: #ffffff;
	padding: 6px 0 6px 8px;
	letter-spacing: 0.5px;
}

.fontHeadlineModuleBlack {
	color: #000000;
}

.fontHeadlineModuleRed {
	color: #0e3d82;
	margin-left: -8px;
	padding-bottom: 3px;
}

.fontLinksModule {
	font-size: 10px;
	font-weight: normal;
	line-height: 100%;
	color: #000000;
	padding: 0px 0px 0px 0px;
}

.fontLinksModule strong {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
}

.fontLinksModule a,
.fontLinksModuleBlack {
	font-size: 10px;
	font-weight: normal;
	line-height: 130%;
	color: #0e3d82;
	padding: 2px 0 0 0;
}

.fontLinksModule a:hover {
	color: #0a79e5;
}

.fontLinksModuleBlack {
	padding: 4px 0 2px 8px;
}

.fontLinkList {
	width: 158px;
	float: left;
	font-size: 10px;
	padding-top: 7px;
}

.fontLinkList a:hover {
	color: #0a79e5;
}

.fontLinkList a {
	vertical-align: 1px;
}

.fontInfoModuleBlack {
	font-size: 8px;
	line-height: 130%;
	color: #000000;
	padding: 4px 0 2px 8px;
}

.fontPriceModuleBlack {
	font-size: 10px;
	line-height: 130%;
	color: #000000;
	padding: 0 0 0 2px;
	display: inline;
}

.fontCopyright {
	font-weight: normal;
	font-size: 10px;
	line-height: 130%;
	color: #666666;
}

.fontShopTools {
	font-weight: normal;
	font-size: 10px;
	line-height: 130%;
	color: #ffffff;
}

.fontShopCopy {
	font-weight:normal;
	font-size:10px;
	line-height:130%;
	color:#000000;
}

.fontIndicator {
	font-weight:normal;
	font-size:11px;
	line-height:130%;
	color:#0e3d82;
	float: left;
	width: 205px;
	height: 16px;
	text-align: right;
}

.fontIndicatorInactive {
	font-weight:normal;
	font-size:11px;
	line-height:130%;
	color:#777777;
	float: left;
	width: 205px;
	height: 16px;
	text-align: right;
}

.contentTopic {
	width: 628px;
	background-color: #ffffff;
	font-weight:normal;
	font-size:12px;
	line-height:130%;
	color:#000000;
	padding: 4px 4px 2px 8px;	
}

.contentTopic strong {
	font-weight: bold;
}

.contentTopic select{
	margin: 8px;
}

.popupTopic {
	background-color: #333333;
	font-weight:normal;
	font-size:12px;
	line-height:130%;
	text-align: center;
	color:#ffffff;
	padding: 4px 0 2px 0;
	margin: 0 0 8px 0;
	border: none;	
}

.popupContent {
	width: 640px;
	font-weight:normal;
	font-size:12px;
	line-height:130%;
	text-align: left;
	color:#000000;
	padding: 4px 0 2px 0;
	margin: 0 12px 8px 12px;
	border: none;	
}

.contentSearch {
	width: 640px;
	background-color: #333333;
	font-size:12px;
	line-height:130%;
	color:#ffffff;
	padding: 4px 4px 8px 4px;	
}

.contentOptions,
.contentOptionsRight {
	width: 632px;
	height: 30px;
	background-color: #ffffff;
	font-size:12px;
	line-height:130%;
	color:#ffffff;
	padding: 4px 4px 2px 6px;	
}


.contentOptionsRight input {
	float: right;
	padding-right: 4px;
}

.contentOptionsResults {
	width: 630px;
	background-color: #eaeaea;
	font-size:12px;
	line-height:130%;
	color:#ffffff;
	padding: 14px 4px 2px 4px;	
}

.rightAlign{
	float: right;
	font-size: 10px;
	font-weight:normal;
	color: #0e3d82;
	display: inline;
	width: 50px;
}

.contentTopicMini {
	width: 308px;
	background-color: #ffffff;
	font-weight:normal;
	font-size:12px;
	line-height:130%;
	color:#000000;
	padding: 4px 4px 4px 4px;	
}

.contentProducts {
	width: 624px;
	background-color: #ffffff;
	font-weight:normal;
	font-size:12px;
	line-height:130%;
	color:#000000;
	padding: 4px 8px 2px 8px;	
}

.contentTotal {
	width: 630px;
	background-color: #ffffff;
	font-weight:normal;
	font-size:12px;
	line-height:130%;
	color:#000000;
	padding: 4px 4px 2px 4px;	
	border-top: 1px solid #666666;
}
.contentTotal table{
	width: 630px;
	text-align: right;
}

.shippingTopicCart {
	width: 628px;
	font-weight:normal;
	font-size:18px;
	line-height:120%;
	color:#0e3d82;
	padding: 4px 4px 4px 8px;
	background: #eaeaea;	
}

.shippingTopic {
	width: 628px;
	font-weight:normal;
	font-size:14px;
	line-height:120%;
	color:#ffffff;
	padding: 4px 4px 4px 8px;
	background: #eaeaea url(img/gfx/detail_tab_bgblue.gif) repeat-x;	
}

.shippingTopic a, .shippingTopic a:visited { color:#FFF; font-size:12px;  }

.shippingTopic font {
	color: #ffff00;
}


.shippingTopicBlock {
	width: 632px;
	font-weight:normal;
	font-size:18px;
	line-height:140%;
	color:#0e3d82;
	padding: 4px 4px 2px 8px;
	background-color: #eaeaea;	
}

/* @end */

/* @group warenkorb */

.warenkorb,
.section {
	width: 640px;
}

.subsec {
	width: 610px;
	padding-left: 30px;
}

.warenkorb h2,
.warenkorb h3,
.section h2 {
	display: block;
	width: 625px; /* 640 - 15 */
	height: 25px;
	padding-left:15px;
	line-height: 25px;
	color: #ffffff;
	font-weight: bold;
	background: #0b3b70 url('img/cn/wkHeadBG.png') top left repeat-x;
	margin-bottom: 20px;
}

.warenkorb h2,
.section h2 {
	background: #0b3b70 url('img/cn/wkHeadBGSecure.png') top left repeat-x;
}
/*
.section p {
	width: 610px;
	padding: 15px 15px;
	color: #5a5a5a;
}
*/
.warenkorb h3 {
	margin-bottom: 0px;
	font-size: 12px;
}

.warenkorb h3.gray {
	width: 623px;
	background: #dddddd url('img/cn/wkHeadBGGray.png') top left repeat-x;
	color: #222222;
	border: 1px solid #c4c4c4;
	border-top: none;
	font-size: 12px;
}

.warenkorb h3.gray span {
	font-weight: bold;
}

.warenkorb h3 span {
	font-size: 14px;
	padding-right: 8px;
}

.warenkorb .wkItems {
	width:610px;
	margin-left: 15px;
	margin-bottom: 20px;
	border-collapse: collapse;
}

.warenkorb .wkItems td {
	vertical-align: top;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	padding: 10px 0px;
	line-height: 18px;
}

/* @group colum width */

.warenkorb .wkItems .wkColItemImg {
	width: 45px;
}
.warenkorb .wkItems .wkColItemDesc {
/*	width: 303px;*/
	padding-right: 20px;
}
.warenkorb .wkItems .wkColMixit {
	width: 42px;
}
.warenkorb .wkItems .wkColQuantity {
	width: 56px;
}
.warenkorb .wkItems .wkColEinzelp {
	width: 59px;
	padding-right: 15px;
}
.warenkorb .wkItems .wkColGesamt {
	width: 85px;
}
.warenkorb .wkItems .wkColUnit {
	width: 40px;
}


/* @end */

.warenkorb .wkItems td.wkColEinzelp,
.warenkorb .wkItems td.wkColUnit {
	color: #5a5a5a;
	font-size: 10px;
}


.warenkorb .wkItems .wkColMixit {
	text-align: center;
}

.warenkorb .wkItems .itmQuantity {
	font-size:18px;
	font-weight:bold;
}

.warenkorb .wkItems .itmCtlLink {
	font-size: 10px;
	line-height: 24px;
	font-weight: normal;
}

.warenkorb .wkItems .wkColGesamt {
	font-weight: bold;
}

.warenkorb .wkItems td.wkColGesamt {
	border-left: 1px solid #eeeeee;
}

.warenkorb .wkItems .wkColGesamt,
.warenkorb .wkItems .wkColEinzelp {
	text-align: right;
}

.warenkorb .wkItems .wkColItemDesc {
	padding-left: 10px;
}

.warenkorb .wkItems th {
	color: #5a5a5a;
	font-weight: bold;
	padding-bottom: 5px;
}

.warenkorb .ctlLink {
	padding: 15px;
	float: left;
}

.warenkorb .ctlLink a {
	float: left;
}

.warenkorb .wkItems .itemStock {
	font-size: 11px;
	line-height: 24px;
	color: #5a5a5a;
}

.warenkorb .wkItems .itemShippingDiscount {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	color: #cb0019;
}

.warenkorb .wkItems .stockGreen {
	font-weight: bold;
	color: #107a24;
}

.warenkorb .wkItems .stockYellow {
	font-weight: bold;
	color: #f29400;
}

.warenkorb .wkItems .stockBlue {
	font-weight: bold;
	color: #0b3b70;
}

.warenkorb .wkFinance {
	width:640px;
	background-color: #f0f0f0;
}

.warenkorb .wkFinance .wkFinanceCosts {
	width: 69px; /* 84 - 15 */
	padding-right: 15px;
	text-align: right;
	font-weight: bold;
}

.warenkorb .wkFinanceSum .wkFinanceCosts{
	width: 95px;
}

a.btnBigBlue,
a.btnBigGreen,
a.btnBigPaypal {
	float: right;
	display: block;
	height: 30px;
	padding: 0px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	line-height: 30px;
	background: #0b3b70 url('img/cn/btnBigBlueBG.png') top left repeat-x;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px 5px 5px 5px;
}

a.btnBigBlue {
	float: left;
}

a.btnBigPaypal {
	background: none;
	border: none;
}

a.btnBigPaypal img {
	display: block;
}

a.btnBigGreen {
	background: #095724 url('img/cn/btnBigGreenBG.png') top left repeat-x;
}

a.btnSmall {
	display: inline;
	padding: 1px 4px;
	border: 1px solid #2b629e;
	color: #0E3D82;
	font-size: 10px;
	line-height: 12px;
	background: #eeeeee url('img/cn/btnSmallBG.png') top left repeat-x;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px 3px 3px 3px;
}

.section .placeOrder span,
.section .placeOrder .btnBigGreen,
.section .placeOrder {
	float: left;
}

.section .placeOrder {
	width: 638px;
	padding-bottom: 30px;
	background-color: #ffffff;
	border-right: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;
}

.section .placeOrder span {
	font-size: 24px;
	font-weight: bold;
	padding-right: 20px;
	line-height: 30px;
/*	color: #696969; */
	color: #595959;
}

.section .placeOrder div {
	float: right;
	padding-top: 25px;
	padding-right: 35px;
}

.warenkorb #checkout {
	width: 610px; /* 640 - 15 - 15 */
/*	height: 60px; */
	padding: 0px 15px 20px 15px;
	background-color: #ffffff;
	float: left;
}

.warenkorb #checkout .agb {
	float: left;
}

.section h3 {
	display: block;
	color: #0b3b70;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin: 30px 0px 10px 0px;
	width: 575px;
	border-bottom: 1px solid #e4e4e4;
}

.warenkorb input,
.section input {
	border: 1px solid #777777;
	padding: 2px;
}

.subsec label,
.subsec input,
.subsec select {
	display: block;
	width: 150px;
}

.section label {
	font-size: 11px;
	color: #595959;
}

.warenkorb p,
.subsec p {
	float: left;
	line-height: 18px;
	color: #333333;
	width: 580px; /* 610 - 30 */
	padding: 0px 30px 0px 0px;
	margin: 5px 0px 15px 0px;
}

.warenkorb p img,
.subsec p img {
	display: inline;
	vertical-align: text-bottom;
	line-height: 18px;
	padding-right: 5px;
}

#checkout .checkoutButtons {
	width: 610px;
	padding-top: 20px;
	padding-right: 0px;
}

.subsec p.notop {
	padding-top: 0px;
}

#secLieferadresse.subsec p.countryInfo {
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	color: #107A24;
}

.clearer {
	clear: both;
}

.formItem {
	float: left;
	padding-right: 10px;
	line-height: 14px;
}

.formItem p {
	margin: 0px;
}

/* jquery uniform */
.formItem .radio,
.formItem .checker,
.formItem .radio span,
.formItem .checker span {
	float: left;
}

.formItem input.error,
.validateForm input.error,
.validateForm select.error {
	border: 1px solid #ff0000;
	background-color: #fffabc;
	color: #ff0000;
}

.formItem label.error,
.formItem.itmCheck label.error,
.validateForm label.error {
	clear:both;
	float:left;
	color: #ff0000;
	font-size: 11px;
	font-weight: bold;
}

.formItem input.valok,
.validateForm input.valok {
	border: 1px solid #e5e5e5;
	color: #000000;
}

/* @group checkbox */

.formItem.itmCheck {
	margin: 20px 0px 0px 0px;
	width: 600px;
}

.formItem.itmCheck input {
	width: 20px;
	display: inline;
	float: left;
}
.formItem.itmCheck label {
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	float: left;
	width: auto;
}

/* @end */

/* @group field types */

.formItem .content_float * {
	float: left;
}

.formItem.plz input,
.formItem.plz label {
	width: 69px; /* 2px border - 2px padding */
}

.formItem.char2 label,
.formItem.char4 label {
	width: auto;
}

.formItem.char2 input {
	width: 35px;
}

.formItem.char4 input {
	width: 49px;
}

.formItem.gender input,
.formItem.gender label,
.formItem.gender select {
	width: 75px;
}

.formItem.itmRadio {
	padding-right: 10px;
	line-height: 20px;
}

.formItem.itmRadio input {
	float: left;
	display: inline;
	width: 20px;
}
.formItem.itmRadio label {
	float: left;
	display: inline;
	width: auto;
}

.formItem.comment p {
	float: left;
	color: #595959;
	font-size: 11px;
	width: auto;
	padding: 2px;
	line-height: 16px;
}

.formItem.vatnr label {
	width: 320px;
}

.formItem.company input {
	width: 235px;
}

/* @end */

.formLine {
	float: left;
	width: 610px;
	padding-bottom: 8px;
}

.formLine textarea {
	width: 570px;
}

/* payment details */
.formLine.ccn input,
.subsec .formLine.dob input,
.subsec .formLine.oneline input,
.subsec .formLine.oneline select {
	width: auto; 
	float: left;
}

.subsec .formLine.dob p,
.subsec .formLine.oneline p {
	line-height:23px;
	float: left;
}

.subsec .formLine.dob p span,
.subsec .formLine.oneline p span {
	float: left;
}



/* @group payment and delivery */

.warenkorb #delivery,
.warenkorb .paymentMethod {
	border: 1px solid #bdbdbd;
	border-top: none;
}

.warenkorb #changeDeliveryWrap {
	position: relative; // for dropdown
}

.warenkorb #delivery td,
.warenkorb .paymentMethod td {
/*	height: 34px; */
	line-height: 32px;
	font-size: 12px;
	color: #1d1d1d;
	background: #eaf9f0 url('img/cn/wkCtlRowActive.png') bottom left repeat-x;
	border: none;
	padding: 0px 15px;
}
.warenkorb .paymentMethod td {
	background: #ffffff url('img/cn/wkCtlRow.png') bottom left repeat-x;
	cursor: pointer;
}
.warenkorb .paymentMethod tr.pmDisabled td {
	background: #ffffff url('img/cn/wkCtlRowDisabled.png') bottom left repeat-x;
}
.warenkorb .paymentMethod td label {
	cursor: pointer;
}
.warenkorb .paymentMethod tr.pmDisabled td label,
.warenkorb .paymentMethod tr.pmDisabled td {
	cursor: help;
	color: #556;
}

.warenkorb .paymentMethod td.wkFinanceCosts {
	border-left:1px solid #dedede;
}
.warenkorb .paymentMethod td.wkPaymentIcon {
/*	border-right:1px solid #dedede; */
	border-right: none;
	padding-left: 15px;
	padding-right: 0px;
	text-align: center;
}
.warenkorb #delivery tr.active td.wkFinanceCosts,
.warenkorb .paymentMethod tr.active td.wkFinanceCosts {
	border-left: 1px solid #dedede;
	border-right: 1px solid #4bb662;
}
.warenkorb #delivery tr.active td.wkFinanceCosts {
	border-left: none;
}

.warenkorb #delivery tr.active td,
.warenkorb .paymentMethod tr.active td {
	background: #eaf9f0 url('img/cn/wkCtlRowActive.png') bottom left repeat-x;
	border: 1px solid #4bb662;
	border-right: none;
}

.warenkorb .paymentMethod tr.active td {
	/*border-left: 1px solid #dedede;*/
	border-left: none;
}
.warenkorb .paymentMethod tr.active td.wkPaymentIcon {
	border-left: 1px solid #4bb662;
}
.warenkorb .paymentMethod tr.pmDisabled td.wkPaymentIcon img {
	opacity: .6;
}
.warenkorb #delivery td .note {
	float: right;
	font-weight: bold;
	font-style: italic;
}
.warenkorb #delivery td .country_name,
.section p .country_name {
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
	padding-left: 5px;
	line-height: 35px;
}
.warenkorb #delivery td .country_flag,
.section p .country_flag {
	display: inline;
	padding-left: 10px;
/*	line-height: 35px; */
}
.warenkorb #delivery td .country_flag img,
.section p .country_flag img {
	padding-top: 5px;
}

.warenkorb #delivery td .info {
	font-weight: bold; 
	padding-left: 40px;
	padding-right: 50px;
}

.warenkorb #delivery td .btnSmall {
	margin-left: 40px;
}

.warenkorb .paymentMethod td label {
	/* radio button */
	padding-left: 15px;
	vertical-align: middle;
	line-height:35px;
}

.warenkorb .paymentMethod td .info {
	color: #333333;
	font-size: 11px;
}
.warenkorb .paymentMethod .pmDisabled td .info {
	color: #666;
}
.warenkorb .paymentMethod td input {
	vertical-align: middle;
}
.warenkorb .paymentMethod td img {
	display: inline;
	vertical-align: middle;
}

.warenkorb .paymentMethod.wkSummary td {
	border-top: 1px solid #c4c4c4;
	border-bottom: none;
	background: #ffffff url('img/cn/wkCtlRow.png') bottom left repeat-x;
	line-height: 32px;
	cursor: default;
}

.warenkorb .paymentMethod.wkSummary .btnSmall {
	margin-left: 15px;
}

.warenkorb .paymentMethod.wkSummary td img {
	padding-bottom: 4px;
	padding-left: 0px;
}

.warenkorb .wkItems.wkSummary {
	margin-bottom: 0px;
}

/* @end */

.warenkorb .wkFinanceSum {
	border: 1px solid #c4c4c4;
	border-top: none;
}

.warenkorb .wkFinanceSum td span.small {
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
}
.warenkorb .wkFinanceSum td {
	font-weight: bold;
	line-height: 18px;
	padding: 0px 15px;
	padding-bottom: 12px;
	background-color: #ffffff;
}

.warenkorb .wkFinanceSum .finalSum td {
	line-height: 24px;
	font-size: 18px;
}

.warenkorb .wkFinanceSum .sumBorder td {
	background: #ffffff url('img/cn/wkBGBorderDouble.png') top left repeat-x;
	padding-top: 18px;
}

.warenkorb .wkFinanceSum td.wkFinanceCosts {
	line-height:25px;
	padding-right: 5px;
	padding-left: 0px;
	padding-bottom: 0px;
}

.warenkorb .wkFinanceSum td.wkFinanceCosts span {
	padding-right: 10px;
	display: block;
}

.warenkorb .wkFinanceSum .finalSum td.wkFinanceCosts span {
	padding-bottom: 16px;
}

.warenkorb .wkFinanceSum .finalSum td.wkFinanceCosts span {
	background: transparent url('img/cn/wkSumDoppelstrich.gif') bottom center no-repeat;
}

#sc_step2 h2.top {
	margin: 0px;
}

#sc_step1 .banner_top,
#sc_step2 .banner_top {
	width: 640px;
	height: 45px;
	background: #ffffff url('img/cn/head_bestellung_neu.png') top left no-repeat;
	border-bottom: 1px solid #a5a5a5;
	border-top: 1px solid #476c93;
}

/* @group country list */


.window {
	display: block;
	position: absolute;
	float: left;
	background: #ffffff;
	border: 1px solid #5a5a5a;
	z-index: 5000;
	padding: 30px 20px;
}

.infoWindow {
	top: 30%;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	z-index: 3000;
	padding: 50px 20px 20px 20px;
	background: #f0f0f0 url('img/cn/dialogWindowHeadBG.png') top left repeat-x;
}

.infoWindow p {
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	color: #404040;
}

.infoWindow .btnBigBlue {
	float: none;
	margin: auto;
	width: 60px;
}

#wkDeliveryCountrylist {
	left: 20px;
	top: 30px;
	width: 540px;
	padding: 15px 0px 30px 60px;
}

.window .windowClose {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	width: 16px;
	height: 16px;
	background: transparent url('img/cn/jquery_ui_icons_sprite.png') -34px -194px no-repeat;
}

.window .windowClose span {
	display: none;
}

.window h4 {
	display: block;
	float: left;
	width: 540px;
	color: #5a5a5a;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
}

#wkDeliveryCountrylist ul {
	float: left;
	text-indent: 0px; // fix global setting
	width: 540px;
}

#wkDeliveryCountrylist li {
	display: block;
	padding-top: 10px;
	float: left;
}

#wkDeliveryCountrylist li a {
	float: left;
	width: 180px;
	font-size: 11px;
	line-height: 18px;
}

#wkDeliveryCountrylist li img {
	display: inline;
	float: left;
	padding-right: 5px;
	padding-top: 3px;
	vertical-align: middle;
}

/* @end */

/* @group SSL Siegel */

#sslBadge {
	padding-top: 30px;
	padding-bottom: 30px;
}

#sslBadge p,
#sslBadge h4 {
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}

#sslBadge img {
	padding-bottom: 15px;
}

#sslBadge h4 {
	font-weight: bold;
}

/* @end */

/* @end */

/* @group ars */
.shippingText {
	height: 40px;
	width: 100px;
}

.shippingCountry select{
	width: 120px;
}

.shippingPayment select {
	width: 265px;
}

.shippongTopicBanner{
	position: relative;
	left: 130px;
	margin-top: -45px;
	height: 70px;
	width: 433px;
}

.contentFrontpageHeaderWide{
	font-size: 16px;
	font-weight: bold;
	width: 618px;
	height: 22px;
	color: #ffffff;
	background: url(img/gfx/detail_tab_bgblue.gif) repeat-x;
	padding: 6px 10px 2px 12px;
}
.contentFrontpageHeaderTight{
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 294px;
	color: #ffffff;
	background: url(img/gfx/detail_tab_bgblue.gif) repeat-x;
	padding: 7px 10px 1px 12px;
}
.contentFrontpageWide {
	width: 625px;
	float: left;
	padding: 8px 0 0 0;
	margin: 0;
}
.contentFrontpageTight {
	width: 294px;
	height: 130px;
	background: #ffffff;
	padding: 8px 10px 8px 12px;
	overflow: hidden;
}
  
.contentFrontpageTightProduct {
	width: 181px;
	height: 250px;
	background: #ffffff;
	padding: 8px 10px 8px 12px;
	float: left;
	margin: 0 8px 8px 0 !important;
}

.contentFrontpageTightProductOP {
	width: 181px;
	height: 250px;
	background: #ffffff;
	padding: 8px 10px 8px 12px;
	float: left;
	margin: 0 0 8px 0;
}
.contentFrontpageBackground{
	background-color: #eaeaea;
}
.contentFrontpageTightColumnsLeft, .contentFrontpageTightColumnsRight{
	float: left;
	position: relative;
	top: 8px;
	left: 0;
	margin-bottom: 29px;
}
.contentFrontpageTightColumnsRight{
	left: 8px;
}
.contentFrontpageRandomBox{
	float: left;
	padding-top: 16px;
	background-color: #eaeaea;
}

.contentHeadline {
	width: 628px;
	background-color: #888888;
	font-weight:normal;
	font-size:12px;
	line-height:140%;
	color:#ffffff;
	padding: 4px 4px 2px 8px;
	margin-bottom: 8px;	
}

.contentHeadlineMini {
	width: 308px;
	background-color: #888888;
	font-weight:normal;
	font-size:12px;
	line-height:140%;
	color:#ffffff;
	padding: 4px 4px 2px 4px;	
}
.backgroundGrey{
	background-color: #eaeaea;	
	padding-top: 10px;
}
.videoPlayerAlign{
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.videoContent {
	padding-top: 8px;
	border-top: 1px solid #FFFFFF;
	width: 640px;
	background-color: #eaeaea;
}
.videoContentColumn,
.videoContentColumnLast{
	background-color: #FFFFFF;
	width: 134px;
	height: 185px;
	float: left;
	margin-right: 8px;
	margin-top: 8px;
	margin-left: 0px;
	padding: 10px;
}

.videoContentColumnLast{
	margin-right: 0;
}


.videoListing{
	padding-left: 12px;
	padding-top: 4px;
	padding-bottom: 16px;
	font-size: 10px;
}

.videoListing a:hover {
	color: #0a79e5;
}

.contentImage {
	border: none;
	padding: 8px 4px 4px 4px;
}

.contentHeading {
	font-size: 20px;
	color: #0e3d82;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 4px;
}

.packageHeading {
	font-size: 20px;
	color: #0e3d82;
	font-weight: bold;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.contentDescription {
	line-height: 120%;
	height: 30px;
}

.contentParagraph,
.contentParagraphStrong,
.contentParagraphColor,
.contentParagraphColorized,
.contentParagraphStrongColorized,
.contentParagraphNote  {
	padding: 2px 12px 8px 12px;
	line-height: 120%;
	font-size: 12px;
}

.contentParagraphStrong {
	font-weight: bold;
}

.contentParagraphColor {
	font-size: 14px;
	font-weight: bold;
	margin-top: 12px;
	color: #0e3580;
}

.contentParagraphNote {
	padding: 0px 12px 8px 12px;
	font-size: 12px;
	font-weight: normal;
	margin-top: 8px;
	color: #c00;
}

.contentParagraphNote em{
	font-weight: bold;
	font-size: 12px;
	color: #c00;
	line-height: 24px;
}

.contentParagraphNote strong{
	font-weight: bold;
}

.contentParagraphColorized {
	font-size: 14px;
	font-weight: bold;
	margin-top: 8px;
	color: #c00;
	}
	
.contentParagraphStrongColorized {
	font-weight:bold;
	color: #c00;
	}

.contentList ul,
.contentListManufacturer ul {
	font-size:12px;
	line-height:160%;
	color:#000000;
	margin-bottom:10px;
	margin-left: 10px;
	list-style-type: disc;
	padding: 0 0 0 4px;
	text-indent: 0px;
}

.contentListManufacturer ul li {
	color:#222222;
	font-weight: bold;
	font-size: 12px;
	line-height: 180%;
}

.contentListManufacturer ul li em{
	font-style: normal;;
	color: #0e3d82;
}

.contentBoxHalf {
	width: 308px;
	height: 490px;
	float: left;
	margin-left:8px;
	margin-bottom: 8px;
	background-color: #eaeaea;
}



.packageBoxHalf, .packageBoxHalfMini, .packageBoxHalfMicro {
	width: 308px;
	height: 400px;
	float: left;
	margin-left:8px;
	margin-bottom: 8px;
	background-color: #eaeaea;
}

.packageBoxHalfMini {
	height: 270px;	
}

.packageBoxHalfMicro {
	height: 200px;	
}

.contentBoxHalf .contentImage {
	width: 200px;
	padding: 12px;
}

.contentParagraphContact {
	padding: 4px 12px 8px 12px;
	line-height: 120%;
	font-size: 11px;
	width: 220px;
}

.contentParagraphPackage {
	padding: 4px 12px 8px 12px;
	line-height: 130%;
	font-size: 12px;
	width: 290px;
}

.contentParagraphPackage a,
.contentParagraphPackage a:link
.contentParagraphPackage a:visited {
	font-weight: bold;
	color: #0e3580 !important;
}

.contentParagraphPackage a:hover {
	font-weight: bold;
	color: #0a79e5;
}

.contentParagraphPackage strong {
	font-weight: bold;
}

.contentImageFlag {
	padding:12px;
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
}

.packageImageFlag {
	padding:0 0 0 12px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 16px;
	color: #0e3580;
	width: 290px;	
}

.packageImageFlag img {
	margin-right: 10px !important;
	display: inline !important;
	position: relative;
	top: 7px;
}


.cartHeadline {
	text-align: left;
	background-color: #eaeaea;
	font-weight:normal;
	font-size:11px;
	line-height:140%;
	color:#666666;
	padding: 15px 4px 2px 4px;
}



.contentMessage {
	width: 632px;
	font-weight:normal;
	font-size:16px;
	line-height:130%;
	color:#000000;
	padding: 6px 4px 6px 4px;	
}

.contentText {
	width: 625px;
	background-color: #ffffff;
	font-weight:normal;
	font-size:12px;
	line-height:130%;
	color:#000000;
	padding: 12px 4px 12px 9px;	
}


.contentTextMust {
	width: 628px;
	background-color: #d0d0d0;
	font-weight:normal;
	font-size:12px;
	line-height:120%;
	color:#0e3d82;
	padding: 4px 8px 4px 4px;
	text-align: right;
}
.contentTextLiefer {
	/* width: 70px;*/
	text-align:left;line-height:120%;font-weight:bold;
	/* background-color: #d0d0d0; color:#FFFFFF;*/
	font-size:11px;
	color:#F00;
}

.moduleButton {
	height: 25px;
	padding: 4px 8px 0 8px;
	float: left;
	
}

.moduleInput {
	padding: 4px 0 2px 8px;
	float: left;
}

.moduleInput input {
	height: 14px;
	width: 120px;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	padding: 1px;
	color: #222222;
}

.contentButton {
	width: 200px;
	padding: 6px 0 6px 4px;
	background-color: #ffffff;	
}

.popupButton {
	width: 200px;
	font-weight:normal;
	font-size:12px;
	line-height:130%;
	color:#333333;
	padding: 6px 0px 6px 0px;	
}

.contentCart {
	width: 640px;
	background-color: #ffffff;
	font-weight:normal;
	font-size:12px;
	line-height:130%;
	color: #000000;
	padding: 0 0 12px 0;	
}

#loginbox {
	display: block;
	padding-left: 2px;
}

#logoBox {
	width: 310px;
	height: 140px;
	position: absolute;
	top: 19px;
	left: 690px;
	float: left;
	z-index: 4;
}

#searchBar {
	position: absolute;
	top: -137px;
	left: 0;
	width: 650px;
	z-index: 100;
}

.searchButtonsSuchen{
	position: relative;
	top: 4px;
	left: 0;
}
.searchButtonsInput{
	position: relative;
	top: 0;
	left: 5px;
	height: 15px;
	width: 130px;
	border: 1px solid #888888;
	background: #ffffff url(img/search_box/searchoptions_bg.gif) repeat-x;
}
.searchButtonsFind{
	position: relative;
	top: 7px;
	left: 10px;
}


.searchContainer {
	position: relative;
	top: 0;
	left: 0;
	width: 650px;
}

.searchNoResult {
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	color: #cc0000;
	padding:12px 4px 12px 9px;
}



.mainContent {
	width: 640px;
	position: relative;
	top: 5px;
	left: 0px;
	padding: 0;
	margin: 0;
	background: #ffffff;
	z-index: 5;
}

/*.mainContent p {
	padding: 6px;
}*/

.imageContent{
	margin:  0 0 10px 0;
	background-color: #ffffff;
	padding: 0;
	border: 8px solid #ffffff;
	font-size: 0px;
	line-height: 0px;
}

.imageProductListing{
	margin:  12px 4px 4px 12px;
	width: 130px;
	height: 130px;
	background-color: #ffffff;
	padding: 0;
	border: none;
	font-size: 0px;
	line-height: 0px;
	float: left;
}

.imageProductListingRating{
	margin:  2px 4px 4px 0px;
	width: 130px;
	height: 130px;
	background-color: #ffffff;
	padding: 0;
	border: none;
	float: left;
}

.imageProductSelling{
	height: 125px;
}

.imageContentMini{
	margin:  0 0 10px 0;
	background-color: #ffffff;
	padding: 0;
	border:  6px solid #ffffff;
	font-size: 0px;
	line-height: 0px;
	float: left;
}

.imageFrontpage{
	width: 226px;
	height: 226px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	border: 6px solid #ffffff;
	float: left;
	font-size: 0px;
	line-height: 0px;
}

.imageFrontpage a img {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 0px;
	line-height: 0px;
}

.imageCart{
	width: 46px;
	height: 46px;
}

.imageBox{
	width: 115px;
	margin: 0 8px 0 0;
	padding: 0;
	border: none;
	float: left;
}

.imageSuccess {
	border: none;
	margin: 6px 8px 6px 16px;
}

.imageMini a img{
	width: 108px;
	height: 108px;
	border: 4px solid #ffffff;
	margin: 0 0 6px 0;
	padding: 0;
}

.additionalImagesBox{
	width: 500px;
	padding: 0;
	margin: 0;
	border: none;
	line-height: 0px;
	font-size: 0px;
	float: left;
}

/*boxes*/

#wrapBox {
	width: 1000px;
	margin: 0px auto;
	position: relative;
}



#cartBox {
	z-index: 2;
	width: 1000px;
	height: 140px;
	background: url(img/ars_main_sprite.png) 0px 0px no-repeat;
}

#mainBox {
	background-color: #eaeaea;
	width: 1000px;
	z-index: 2;
	padding-bottom: 0px;
	margin: 0;
	border: none;
}

#moduleFrame {
	width: 318px;
}
#moduleFrameLeft {
	width: 150px;
	float: left;
	padding-right: 6px;
}
#moduleFrameRight {
	width: 150px;
	float: right;
}

#moduleFrameLeft a,
#moduleFrameRight a{
	padding: 4px 0px 4px 0px;
	width: 150px;
	border-bottom: 1px dotted #0e3d82;
	float: left;
}

.moduleLink,
.moduleLinkPlus {
	margin-right: 2px;
}

#moduleKFZ {
	width: 316px;
	height: 80px;
	border: 1px solid #ffffff;
	background: #17479b url(img/modules/teaser_login_bg.jpg) repeat-x;
}

#moduleEinbauten {
	float: left;
	padding: 10px 0px 20px 0px;
}

#moduleLogin {
	width: 316px;
	height: 132px;
	border: 1px solid #ffffff;
	background: url(img/modules/teaser_login_bg.jpg) no-repeat;
}

#moduleLoginSmall {
	width: 316px;
	height: 80px;
	border: 1px solid #ffffff;
	background: #17479b url(img/modules/teaser_login_bg.jpg) repeat-x;
}

#moduleLogout {
	width: 316px;
	height: 80px;
	border: 1px solid #ffffff;
	background: #17479b url(img/modules/teaser_logout_bg.jpg) repeat-x;
}

#moduleLogin a{
	color: white;
}

#moduleLogin a:hover{
	color: #fff939;
}
#moduleLoggedin {
	width: 266px;
	height: 40px;
	padding: 20px 0 0 50px;
	border: 1px solid #ffffff;
	background: url(img/modules/teaser_login_bg.jpg) repeat-x;
}

#moduleNewsletter {
	width: 316px;
	border: 1px solid #ffffff;
	background: url(img/modules/teaser_vote_bg.jpg) repeat-x;
}

#moduleManufacturers {
	width: 316px;
	border: 1px solid #ffffff;
}

.moduleTeaser {
	height: 92px;
	padding-left: 2px;
}

.moduleTeaser a {
	display: block;
	margin-right: 3px;
	float: left;
}


#portaldiv #box2 .moduleTeaser {
	height: 200px;
	padding: 0px;
}

#portaldiv #box2 .moduleTeaser a {
	margin-right: 3px;
	margin-bottom: 3px;
}

#portaldiv #box2 .moduleTeaser .contact_box {
	float: left;
	width: 156px;
	height: 190px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 8px 0px 0px 3px;
}


#moduleInformation {
	width: 316px;
}

#moduleInformationHalf {
	width: 155px;
}

.moduleInformationRotTop{
	border-top: 1px solid #0e3d82;
}

#moduleWhatsnew {
	width: 316px;
	border: 1px solid #ffffff;
}

.searchBox {
	width: 300px;
	height: 24px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 50px;
}

.searchBoxFourColumns{
	display: block;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
	width: 25%;
	border: solid 1px #cccccc;
	
}
.searchBoxThreeColumns,
.searchBoxPriceColumn {
	margin: 4px 0 2px 2px;
	width: 212px;
	padding: 6px;
	float: left;
	line-height: 180%;
	vertical-align: middle;
	border: solid 1px #cccccc;
}

.searchBoxPriceColumn {
	background: url(img/search_box/search_features_background.gif) repeat-x 0 bottom;
}

.searchBoxLeftCage {
	width: 180px;
	float: left;
}

.searchBoxRightCage {
	width: 180px;
	float: right;
}

.searchBoxTwoColumns {
	margin: 4px 2px 2px 0;
	width: 380px;
	padding: 6px;
	line-height: 180%;
	vertical-align: middle;
	border: solid 1px #cccccc;
	float: right;
}

.searchBoxTwoColumns p,
.searchBoxThreeColumns p,
.searchBoxFourColumns p,
.searchBoxPriceColumn p{
	color: #0e3d82;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 2px;	
}

.searchBoxCarSpecific select{
	width: 280px;
}

.searchBoxButton{
	float: right;
	position: relative;
	right: 477px;
	bottom: 2px;
}

.searchImage {
	margin: 7px 5px 0 5px;
	float: left;
}

.searchInput {
	margin: 5px 1px 0 1px;
	float: left;
}

.cartImage {
	position: relative;
	top: 8px;
	left: 10px;
	height: 40px;
	width: 40px;
	float: left;	
}

.cartTitle {
	position: relative;
	top: 9px;
	left: 10px;
	height: 18px;
	width: 150px;
	float: left;
}

.cartTotal {
	position: relative;
	top: 10px;
	left: 10px;
	height: 20px;
	width: 150px;
	float: left;
	font-size: 10px;
	color: #ffffff;
}

.cartButton {
	position: relative;
	top: -10px;
	right: 14px;
	height: 30px;
	width: 20px;
	float: right;
}

.headerInput {
	position:relative;
	top:5px;
	left:10px;  
	float:left;
}

.headerInputTwo {
	position:relative;
	top:20px;
	left:16px; 
	float:left;
}

.headerButton {
	position: relative;
	top:21px;
	right: 10px;
	float:right;
	font-size: 10px;
	color: #000000;
}

.adminHeadline {
	font-weight: normal;
	font-size: 12px;
	line-height: 140%;
	color: #fff;
	padding: 4px 4px 2px 8px;
	background-color: #333333;
}

.adminStatistik {
	font-weight: normal;
	font-size: 11px;
	line-height: 160%;
	color: #000000;
	padding: 8px;
	margin-bottom: 5px;
}

.adminStatistik a,
.adminStatistik a:link,
.adminStatistik a:visited{
	color: #0e3d82;	
}

.adminStatistik a:hover{
	color: #0a79e5;
}

.adminbutton {
	margin-top: 10px;
}


#cartFrame {
	width: 230px;
	height: 45px;
	position: relative;
	top: 90px;
	left: 684px;
	z-index: 5;
}

#leftFrame {
	position: relative;
	top: 0px;
	left: 0px;
	width: 660px;
	float:left;
	border:none;
	margin:0;
	padding:0;
}

#leftContent {
	position: relative;
	left: 10px;
	top: 50px;
	width: 620px;
}

#leftContainer {
	position: relative;
	top: 0px;
	left: -2000px;
	width: 635px;
	z-index: 6;
}

#rightFrame {
	position: relative;
	top: 0px;
	right: 0px;
	width: 340px;
	float: right;
	border: none;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

.clearBox {
	clear:both;
	font-size:0px;
	height:1px;
	line-height:0px;
	margin: 0;
	padding: 0;
	border: none;
	overflow:hidden;
}

#footerBox {
	width: 1000px;
	height: 90px !important;
	z-index: 4;
	background: url(img/ars_main_sprite.png) 0px -400px no-repeat;
}

.navigationTop,
.navigationBottom {
	font-size: 10px;
	color: #0e3d82;
	background-color: #eaeaea;
}

.navigationTop{
	margin: -19px -3px 10px 0;
	padding: 0 0 10px 0;
	width: 120px;
	float: right;
}

.navigationTop b, .navigationBottom b{
	text-decoration: underline;
}

.navigationBottom{
	margin: -8px -3px 10px 0;
	padding: 5px 0 10px 0;
}


#mainNavigation {
	float:left;
	width: 300px;
	height: 80px;
	border: none;
	margin: 0 0 28px 0;
	padding-top: 16px;
	padding-left: 104px;
}

#contentNavigation {
	float:left;
	width: 500px;
	height: 80px;
	border: none;
	margin: 16px 0 28px 0;
	padding: 0;
}

#contentNavigationSpacer {
	float:left;
	width: 480px;
	height: 0px;
	border: none;
	margin: 16px 0 2px 0;
	padding: 0;
}

#shopNavigation {
	float:left;
	width: 500px;
	height: 80px;
	border: none;
	margin: 16px 0 28px 0;
	padding: 0;
}

#adminInfo {
	width: 318px;
	border: 1px solid #026ed3;
	margin: 0px;
	padding: 0;
	z-index: 2;
}

#content {
	float:left;
	width: 490px;
	border:none;
	margin: 0 0 0 0;
	padding: 0;
}

#shoppingIndicator{
	width: 630px;
	height: 44px;
	margin-top: 10px;
	padding: 0;
}

/*mini boxes*/

.titleHeader{
	float:left;
	width: 115px;
	height: 20px;
	border: none;
	margin: 4px 0 0 0;
	padding: 0;
}

.productDetails {
	margin-top: 5px;
	width: 220px;
	float: right;
}

.productDetailsListing {
	margin-top: 5px;
	width: 130px;
	float: right;
}

.productCage{
	width: 240px;
	height: 290px;
	float: left;
	margin: 0 0 10px 0;
	background-color: #ffffff;
	padding: 0;
	border: none;
	font-size: 0px;
	line-height: 0px;
}

.moduleCage{
	width: 640px;
	border-top: 16px solid #eaeaea;
}

.moduleCageComment{
	width: 640px;
	border-top: 16px solid #eaeaea;
}

.moduleHeader{
	width: 300px;
	margin-bottom: 0;
	background-color: #eaeaea;
}

.addressCage{
	width: 312px;
	float:left;
	margin:0;
	padding: 0;
	border: none;
	background-color: #ffffff;
}

.contentCage{
	width: 240px;
	float:left;
	margin: 0;
	padding: 0;
	border: none;
}

.indicatorStep {
	margin-left: 8px;
	padding-top: 4px;
}

.indicatorImage{
	width: 205px;
	height: 20px;
	float: left;
	text-align: right;
}

.indicatorLine{
	width: 205px;
	height: 5px;
	line-height: 0px;
	font-size: 0px;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	float: left;
}

.inputComment {
	width: 620px;
	margin: 8px 4px 6px 2px;
}

.inputComment textarea
.inputAGB textarea {
	background-color: #f8f8f8;
	margin: 0;
	padding: 0;
	border: none;
}

.inputAGB {
	width: 620px;
	height: 300px;
	overflow: auto;
	background: url(img/modules/modules_background.gif) repeat-x 0 bottom;
	font-weight:normal;
	font-size:12px;
	margin: 8px 4px 6px 2px;
	border: solid 1px #888;
	line-height:130%;
	color:#000000;
}


.productFrontpage {
	width: 240px;
	height: 55px;
	background-color: #ffffff;
	margin: 0;
	border: none;
	padding: 0;
	float: left;
	line-height: 0px;
	font-size: 0px;
}

.productImageInfopage {
	position: relative;
	top: 10px;
	width: 380px;
	margin: 24px 0 0 6px;
	padding: 0;
}

.productImageInfopage img {
	border: none;
}

.productImageSmall {
	float: left;
	width: 90px;
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
}

.productImageSmall img {
	width: 90px;
	border: none;
}

.productImageThumbs {
	position: relative;
	top: 18px;
	width: 380px;
	height: 70px;
	margin-top: 0;
	margin-left: 6px;
	overflow: hidden;
	
}

.productTextInfopage {
	width: 200px;
	margin: 8px 8px 2px 8px;
	padding: 0;
	float: right;
	border: none;
}

.productPriceInfopage {
	margin: 0px 12px 6px 0;
	border: none;
	padding: 4px 0 0 0;
	float: right;
}

.productInfopage {
	float: left;
	width: 632px;
	background-color: #ffffff;
	margin: 0;
	padding: 4px 4px 4px 4px;
	border: none;
}

.productInfopage .contentOptions{
	padding: 4px 4px 2px 8px;
	width: 600px;
}

.productListing {
	position: relative;
	width: 636px;
	height: 154px;
	background-color: #ffffff;
	margin: 4px 0 8px 0;
	padding: 2px 2px 0px 2px;
	border-bottom: 4px solid #eaeaea;
	overflow: hidden;
	font-size: 0px;
	/*line-height: 0px;*/
}
.productRatingList {
	position: relative;
	width: 610px;
	float: left;
	margin: 4px 0 0 0;
	padding: 15px;
	background: white;
}

.productRatingListBottom {
	position: relative;
	width: 610px;
	float: left;
	margin: 4px 0 8px 0;
	padding: 15px;
	background: white;
}

.productRatingListError{
	position: relative;
	width: 610px;
	float: left;
	margin: 4px 0 0 0;
	padding: 15px;
	color: white;
	background-color: red;
}
.productDetailsListingRating{
	float: left;
	width: 465px;
	margin-left: 10px;
	
	
}

.productListingFront {
	position: relative;
	top: 0px;
	left: 0;
	width: 620px;
	height: 154px;
	background-color: #ffffff;
	margin: 0;
	padding: 10px 10px 0px 10px;
	border-bottom: 7px solid #eaeaea;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
}
.productListingFront .productMix {
	position: absolute;
	bottom: 12px;
	left: 496px;
	height: 18px;
	margin: 4px 2px 10px 6px;
	float: left;
	border: 0px;
	border-top: 1px solid #eaeaea;
	padding-top: 5px;
	width: 121px;

}
.productMix {
	position: absolute;
	bottom: 12px;
	left: 505px;
	height: 18px;
	margin: 4px 2px 10px 6px;
	float: left;
	border: 0px;
	border-top: 1px solid #eaeaea;
	padding-top: 5px;
	width: 121px;
}



.productListingFront .fontHeadlineProduct {
	position: relative;
	top:0;
	left: 36px;
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	color: #0e3d82;
	margin: 6px 0 4px 4px;
}
.productListingInfo {
	position: relative;
	width: 640px;
	background-color: #ffffff;
	margin: 0 0 8px 0;
	padding: 0;
	border: none;
}
.productElements {
	width: 640px;
	margin:0 0 0 0;
	padding: 0 0 0 0;
	border: 0px;
}

.productSelling {
	width: 115px;
	background-color: #000000;
	margin: 0 8px 0 0;
	padding: 0 0 0 0;
	border: none;
	float: left;
	color: #ffffff;
}

.productSelling a,
.productSelling a:link,
.productSelling a:visited {
	color: #4b4e1c;
}

.productSelling a:hover {
	color:  #0a79e5;
}

.productCross {
	width: 136px;
	margin: 4px;
	padding: 6px;
	color: #ffffff;
	float: left;
	border: 1px #eaeaea solid;
	height: 210px;
	overflow: hidden;
}

.productCrossKategorie {
	width: 136px;
	margin: 4px;
	padding: 6px;
	color: #ffffff;
	float: left;
	border: 1px #eaeaea solid;
	height: 210px;
	overflow: hidden;
	background-color: #7393c6;
}

.productCross .smallText{
	color: black;
	font-weight: normal;
}

.productCross .fontProductPriceSelling{
	color: #cc0000;
}

.productHead {
	width: 490px;
	font-weight:bold;
	margin: 28px 0 4px 0;
	padding: 0;
	color: #ffffff;
	font-size:12px;
	line-height:130%;
}

.productSubHead {
	width: 482px;
	background-color: #ffffff;
	margin: 0 0 8px 0;
	padding: 4px 4px 2px 4px;
	border: none;
}

.productModule {
	width: 490px;
	margin: 0 6px 2px 6px;
	border: none;
}

.productLink {
	position: absolute;
	bottom: 0;
	left: 175px;
	height: 34px;
	width: 300px;
	border-top: 1px solid #eaeaea;
	padding-top: 10px;
}

.productMixSmall {
	position: absolute;
	bottom: 0;
	right: 18px;
	height: 38px;
	width: 110px;
	border-top: 1px solid #eaeaea;
	padding-top: 6px;
}

.productLinkMore {
	float: left;
	position: relative;
	width: 75px;
	top: 0;
	left: 0;	
}

.productLinkBuy {
	float: left;
	position: relative;
	width: 100px;
	top: 0;
	left: 15px;	
}

.productLinkFrontpage {
	height: 18px;
	margin: 2px 2px 8px 6px;
	padding: 0;
	border: none;
}

.productLinkSelling {
	height: 18px;
	margin: 6px 0 6px 0;
	padding: 0;
	border: none;
}

.productLinkSelling img {
	border: none;
}

.productSpacer {
	width: 8px;
	height: 8px;
	display: block;
	float: left;
	background-color: transparent;
}

.addressSpacer {
	width: 12px;
	height: 8px;
	display: block;
	float: left;
	border: none;
	margin: 0;
	padding: 0;
}

.productSpacerLine{
	width: 490px;
	height: 1px;
	background-color: #000000;
	border-bottom: 1px solid #ffffff;
	margin: 10px 0 0 0;
}

.productSpacerBar{
	width: 220px;
	height: 1px;
	background-color: #000000;
	border: none;
	margin: 8px 0 0 0;
}

.textSpacerBar{
	width: 490px;
	height: 1px;
	border:none;
	margin: 16px 0 32px 0;
	background-color: #ffffff;
	font-size: 0px;
	line-height: 0px;
}

.breadCrumb {
	position: relative;
	top: 10px;
	left: 10px;
	width: 600px;
	height: 20px;
	font-weight: normal;
	font-size: 10px;
	line-height: 140%;
	text-align: left;
	color: #666666;
	padding: 0;
	float: left;
}

.breadcrumbContent {
	position: relative;
	top: 8px;
	left: 0;
	margin-bottom: 8px;
	font-size: 10px;
	color: #0e3d82;
	padding-top: 5px;
	z-index: 2;
	width: 520px;
	height: 20px;
}

.categoryLink,
.categoryLink a {
	float: left;
	font-weight:normal;
	font-size: 10px;
	line-height: 140%;
	text-align:left;
	color: #666666;
	padding-right: 3px;
}

.categoryLink a:hover {
	color: #0a79e5;
}

.metaNavigation,
.shopCopyright {
	position: relative;
	top: 10px;
	left: 10px;
	width: 600px;
	height: 20px;
	font-weight:normal;
	font-size: 10px;
	line-height: 140%;
	text-align:left;
	color: #0a79e5;
	padding: 0;
	z-index: 4;
	float: left;
}

.shopCopyright {
	top: 45px;
	color: #0a79e5;
}

.metaNavigation a, .metaNavigation a:visited,
.shopCopyright a, .shopCopyright a:visited{
	color: #ffffff;
}

.metaNavigation a:hover, .shopCopyright a:hover {
	color: #0a79e5;
}
.searchOptions {
	padding: 8px 4px 4px 4px;
	border-left:4px solid #132646;
	border-right: 4px solid #132646;
	color: #000000;
	background: #ffffff url(img/search_box/searchoptions_bg.gif) repeat-x;
}

.searchOptions table.tableBorder td{
	padding: 7px 0;
}


/* Category */
.categoryTable .categoryTD a,
.categoryTable .categoryTD img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
	text-align: center;
}
.categoryTD img { margin-bottom:10px; }
.categoryImg {}




.searchOptions img {
	border-left: 4px solid #ffffff;
	border-top: 1px solid #ffffff;
}

.searchOptions input {
	width: 50px;
	background: #ffffff url(img/search_box/searchoptions_bg.gif) repeat-x;
	margin: 0;
	padding: 0;
	border: solid 1px #999999;
}
	
.searchButtons {
	height: 32px;
	width: 648px;
}
.searchButtons a{
	text-decoration: none;
	border: none;
}
	
#textUp {
	position: relative;
	top: 3px;
	right: 9px;
   	z-index: 3;
	width: 640px;
	height: 25px;
	border: none;
	float: right;
	cursor: pointer;
	background-image: url(img/search_box/search_maximize.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#textDown {
	position: relative;
	top: 3px;
	right: 9px;
	z-index: 3;
	width: 640px;
	height: 25px;
	border: none;
	float: right;
	cursor: pointer;
	background-image: url(img/search_box/search_minimize.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#textBack {
	position: relative;
	top: 3px;
	right: 9px;
	z-index: 3;
	width: 640px;
	height: 25px;
	border: none;
	float: right;
	cursor: pointer;
	background-image: url(img/search_box/search_back.gif);
	background-repeat: no-repeat;
	background-position: right;
}


.searchButtonsContainer{
	position: relative;
	top: 0;
	left: 0;
	background: url(img/ars_main_sprite.png) 0px -350px no-repeat;
	color: #FFFFFF;
	height: 32px;
	width: 650px;
	overflow: hidden;
}

.searchButtonsAuswahl{
	width: 155px !important;
	height: 22px !important;
	position: relative;
	bottom: 2px;
	left: 238px;
	background: none !important;
	border: none !important;
	padding-top: 9px !important;
}

.searchButtonsA .searchButtonsSuchen{
	position: absolute;
	top: 12px;
	left: 260px;
}

.searchButtonsA .searchButtonsInput{
	position: absolute;
	top: 7px;
	left: 310px;
	
}

.searchButtonsA .searchButtonsFind{
	position: absolute;
	top: 9px;
	left: 488px;
}

.buttonUp {
	border: none;
	cursor: pointer;
}

.buttonDown {
	border: none;
	cursor: pointer;
}

.buttonUp a
.buttonDown a {
	text-decoration: none;
	border: none;
	z-index: 5000;
}

.productfilter {
	position: absolute;
	top: 10px;
	right: 38px;
	z-index: 3;
	border: none;
	float: right;
}

.categoryBox {
	float: left;
	height: 88px;
	width: 64px;
}
.categoryBox a, .categoryBox a:visited{
	color: #ffffff;
}

.categoryBox a:hover{
	color: #3193e0;
}
.categoryBox a div{
	border-bottom: 8px hidden #000000;
}
.categoryBox a:hover div{
	border-bottom: 8px solid #3193e0;
}
/* activer zustand */

.categoryBoxAct a, .categoryBoxAct a:visited{
	color: #3193e0;
}

.categoryBoxAct a:hover{
	color: #3193e0;
}
.categoryBoxAct a div{
	border-bottom: 8px hidden #000000;
}
.categoryBoxAct a:hover div{
	border-bottom: 8px solid #3193e0;
}
/* activ zustand ende*/

.categoryTitle {
	position: relative;
	bottom: 0;
	float: left;
	height: 24px;
	font-size:10px;
	line-height: 20px;
	text-align: center;
	width: 100%;	
}


/* Abstand unter img entfernen (ff, ie6) */
#portaldiv .teaser_static img {
	display: block;
}

#portaldiv .teaser_static a {
	display: block;
	background-color: none;
}

/*Portal Drag&Drop Module*/

.x-portal .x-panel-dd-spacer {
    margin-bottom:10px;
}

#portaldiv .right-nav,
#portaldiv .right-nav-nobg,
#portaldiv .home {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 8px;
    padding-bottom: 8px;
    border-top: solid 1px #dddddd;
	color: #dd2d1b;
	background: url(img/modules/modules_background.gif) repeat-x 0 bottom;
}

#portaldiv .right-nav-nobg {
	padding-top: 0px;
	padding-left: 12px;
	background: none;
	float: left;
}

/* Clean up the look of the portlets */
.x-portlet .x-panel-mr {
    padding-right:2px;
}
.x-portlet .x-panel-bl {
    padding-left:2px;
}

.x-portlet .x-panel-br {
    padding-right:2px;
}

.x-portlet .x-panel-mc {
    padding-top:2px;
}
.x-portlet .x-panel-bc .x-panel-footer {
    padding-bottom:2px;
}
.x-portlet .x-panel-nofooter .x-panel-bc {
    height:2px;
}

#spaceship {
	width: 1000px;
	height: 70px;
	background: url(img/ars_main_sprite.png) left bottom repeat-x;
}

.shadowTopLeftCorner {
	background: url(img/ars_main_sprite.png) -700px -200px no-repeat;
	position: absolute;
	top: 50px;
	left: 0px;
	width: 40px;
	height: 20px;
	float: left;
	z-index: 4;
}

.shadowTopRightCorner {
	background: url(img/ars_main_sprite.png) -800px -200px no-repeat;
	position: absolute;
	top: 50px;
	right: 0px;
	width: 40px;
	height: 20px;
	float: right;
	z-index: 4;
}

.shadowTopLeft {
	background: url(img/ars_main_sprite.png) -1050px 0px no-repeat;
	position: absolute;
	top: 50px;
	left: -20px;
	width: 20px;
	height: 485px;
	float: left;
	z-index: 3;
}

.shadowTopRight {
	background: url(img/ars_main_sprite.png) -1100px 0px no-repeat;
	position: absolute;
	top: 50px;
	right: -20px;
	width: 20px;
	height: 485px;
	float: right;
	z-index: 3;
}

.shadowLeftMask {
	background: url(img/gfx/background_gradient.jpg) no-repeat;
	position: absolute;
	top: 0px;
	left: -20px;
	width: 20px;
	height: 100px;
	float: left;
	z-index: 2;
}

.shadowRightMask {
	background: url(img/gfx/background_gradient.jpg) no-repeat;
	position: absolute;
	top: 0px;
	right: -20px;
	width: 20px;
	height: 100px;
	float: right;
	z-index: 2;
}

.shadowLeft {
	background: url(img/gfx/shadow_left.gif) repeat-y;
	position: absolute;
	top: 0px;
	left: -20px;
	height: 100%;
	width: 20px;
	float: left;
}

.shadowRight {
	background: url(img/gfx/shadow_right.gif) repeat-y;
	position: absolute;
	top: 0;
	right: -20px;
	width: 20px;
	height: 100%;
	float: right;
}
.scw_logoutButton, .scw_logoutButtonScreensaver{
	margin: 10px 0 15px 8px;
}
.scw_logoutButtonScreensaver a, .scw_logoutButtonScreensaver a:visited{
	color: #3193e0;
}
.scw_logoutButtonScreensaver a:hover{
	color: white;
}

/* TEST ACCORDION */


h3.toggler {
	cursor: pointer;
	font-weight: normal;
	font-size: 18px;
	color: #0e3d82;
	padding: 6px 0 4px 16px;
	border-top: 3px solid #eaeaea ;
}
.element{
	padding: 12px 12px 24px 12px;
}

.element p {
	color: #222222;
	line-height: 130%;
	padding: 2px 8px 2px 4px;
	font-size: 12px;
}

.element p b {
	color: #0e3d82;
	font-weight: bold;
}

.scw_accordion p{
	margin: 0 0 6px 0;
	line-height: 130%;
}

.elementImage{
	float: right;
	margin: 0 4px 8px 16px !important;
}

.elementLogo{
	padding: 4px 0 12px 16px;
	float: right;
}

/* EOF ACCORDION */

.flashContainer{
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	width: 650px;
	z-index: 100;
}

.scw_premiumUserBox{
	position: absolute;
	top: 83px;
	left: 373px;
	height: 70px;
	width: 650px;
	z-index: 99;
	color: yellow;
	font-weight: bold;
	
}

.greenLink a, .greenLink:visited{
	color: green;
	font-weight: bold;
	font-size: 12px;
}
.greenLink a:hover{
	color: #3bcc13;
	font-weight: bold;
	font-size: 12px;
}
.greenLinkListing a, .greenLinkListing:visited{
	color: green;
	font-weight: bold;	
	font-size: 12px;
}
.greenLinkListing a:hover {
	color: #3bcc13;
	font-weight: bold;	
	font-size: 12px;
}
table.scw_frontTable{
	width: 648px;
}

table.scw_frontTable td{
	background-color: white;
	padding: 12px 12px 0 12px;
	color: red;
	border-right: 8px solid #eaeaea;
	width: 208px;
}

table.scw_frontTable td.scw_frontBottom{
	padding: 12px;
	border-bottom: 8px solid #eaeaea;
}

/*form {
	margin: 8px 8px 0 0;
}*/

fieldset {
	width: 260px;
	padding: 0 12px 12px 12px !important;
	margin-bottom: 24px !important;
	margin-right: 16px !important;
	border: 1px solid #aaa;
	
	color: #555;
}

fieldset label {
	margin-top: 12px;
	font-weight: bold;
	font-size: 10px;
	color: #0e3d82;
	display: block;
}

.checklabel{
	position: relative;
	top: -10px;
	margin-left: 6px;
	font-weight: bold;
	font-size: 10px;
	color: #0e3d82;
	display: inline;
}

.checkitem{
	width: 16px;
	display: inline;
	position: relative !important;
    float: left;
	left: 0 !important;
	
}

.moo{
	position: relative !important;
    float: left;
	left: 15px !important;
	top: -20px;
	width: 0;
	height:  0;
	visibility: hidden;
}

fieldset input, fieldset select {
	width: 255px;
	display: block;
}

reqiredfield {
	font-size: 16px;
	font-weight: normal;
	vertical-align: -3px;
	margin-left: 2px;
	color: #5592cf;
}

.datepicker{
	width: 160px;
	display: inline;
}

.calendar {
	position: relative;
	left: 4px;
	top: 3px;
}

.contentParagraph .contentOptions{
	padding: 4px 4px 2px 2px;
	width: 600px;
}


.summary {
	width: 580px;
	border-left: none;
	border-bottom: none;
	border-right: none;
	margin-bottom: 16px !important;
	margin-right: 0px !important;
}

.summary p {
	font-weight: bold;
	font-size: 10px;
	color: #0e3d82;
	width: 180px;
	float: left;
	padding-left: 2px;
}

.summary label {
	margin-top: 8px;
}

.summary input{
	border: none;
	width: 300px;
	position: relative;
	right: 0px;
	display: inline;
}

.contentParagraph h1 {
	font-weight: bold;
	font-size: 16px;
	color: #0e3d82;
	padding-bottom: 8px;
}

.anleitung {
	margin-left: 12px;
	width: 380px;
	list-style-type: decimal;
	list-style-position: outside;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.5;
	color: #444;
}

.anleitung li{
	margin-bottom: 12px;
}

.anleitung p {
	font-weight: normal;
}

.anschrift {
	margin-top: 6px;
}

.slideContainer{
	float: right;
	width: 305px;
}

.slide {
	margin: 6px; 
	padding: 6px 12px 12px 12px;
	width: 270px;
	background-color: #0e3d82;
	color: white;
	line-height: 1.2;
}
.slide strong{
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
}

.hotlineSlide {
	margin: 6px; 
	padding: 6px 12px 6px 12px;
	width: 270px;
	background-color: #0e3d82;
	color: white;
}

.hotlineName, .hotlineNumber{
	background: none;
	border: none;
	font-size: 12px;
	font-weight: normal;
	color: white;
	margin-left: 8px;
}

.hotlineNumber{
	font-size: 20px;
	letter-spacing: 0.05em;
}

.productInfopage hr{
	background-color: #aaa;
	color: #aaa;
	height: 1px;
	border: 0;
	margin: 8px 12px 8px 12px;
}

#slidersearch td {
	vertical-align: middle;
	font-size: 11px;
}

.sliderHerstellerContent{
	width: 260px;
	padding: 12px 12px 12px 12px;
	border: 1px solid #aaa;
	color: #000;
	margin-bottom: 2px;
}

.sliderHerstellerContent h1,
.sliderHerstellerContent h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 8px;
	line-height: 1.3;
	color: #0e3d82;
}

.sliderHerstellerContent h2 {
	font-size: 12px;
	color: #000;
}

.sliderHerstellerContent p {
	margin-bottom: 4px;
	margin-top: 8px;
}

.sliderHerstellerContent ol {
	list-style-type: decimal;
	list-style-position: inside;
	font-size: 12px;
	line-height: 1.5;
}


/* TOP MENU*/

.searchCategories {
	position: absolute;
	top: 106px;
	left: 10px;
	color: #ffffff;
	background: #00183b url(img/ars_main_sprite.png) 0px -200px no-repeat;
	height: 86px;
	padding: 16px 4px 0px 4px;
	margin: 0;
	z-index: 99;
	width: 642px;
	border-bottom: 2px solid #3193e0;
}






#nav,
#nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	text-indent: 0;
	line-height: 1;
	
}

#nav a,
#nav a:visited {
	display: block;
	width: 64px;
	color: #fff;
}

#nav a:hover{
	color: #3193E0;
}

#nav span{
	position: relative;
	top: -5px;
}

#nav li{
	float: left;
	width: 64px;
	text-align: center;
}

#nav ul li img {
	left: 0;
}

#nav li ul{
	position: absolute;
	width: 64px;
	visibility: hidden;
	left: -999em;
}

#nav li ul li{
	width: 150px;
	line-height: 160%;
	background: #b8b8b8 url(img/flyout_grey.gif) repeat-x;
	border: 1px solid #2152a1;
	text-align: left;
}

#nav li:hover ul,
#nav li.sfhover ul {
	left: auto;
	visibility: visible;
}

#nav li ul li a, 
#nav li ul li a:visited{ 
	width: 130px;
	padding: 1px 10px;
	color: #0e3d82;
}

#nav li ul li a:hover{ 
	color: #3193E0;
}

.moreInfoLogin{
	float:right;
	padding-right:8px;
}
.scw_kirschkuchen a{
	clear:both;
	position: inherit !important;
}


.confirmationTitle { font-weight:bold; font-size:14px;}

.MWST { font-size:11px; color:#666;}
.nomwst { font-size:11px; padding:8px 4px 8px 8px; }



/*CSS fuer den Bereich KFZ-Zubehoer*/

.logoBigBox{
	width: 640px;
}

.logoBig {
	width: 78px;
	height: 45px;
	margin-bottom: 28px;
	border-left: 28px solid #fff !important; 
	float: left;
}

.logoBig img {
	width: 50px;
	height: 39px;
	display: block;
}



.firstline {
	height: 36px !important;
	float: left;
}

.firstline img {
	width: 32px;
 	height: 25px;
 	float: left;
 	position: relative;
 	left: -5px;
}

.firstline span {
	margin:10px 0 0 5px;
	padding: 0; 
	position:relative;
	top:5px; 
	font-size: 11px;
	color: #222222;
}

.autoTable {
	width: 640px;
	border: none;
	background-color: #fff;
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

.autoTable td {
	width: 105px;
	vertical-align: middle;
	text-align: center;
}

.extraSpaceAuto{
	height: 1200px;
	width: 640px;
}

#autoDropdown ul,
#autoDropdown ul ul{
	padding: 0;
	margin: 0;
	list-style: none;
	text-indent:0;
	width: 640px;
	position: relative;
}

#autoDropdown ul li { /* all list items */
	width: 78px;
	height: 45px;
	margin-bottom: 28px;
	border-left: 28px solid #fff !important; 
	float: left;
	background-color: #fff;
	text-indent: 0;
}

#autoDropdown ul li ul { /* second-level lists */
	font-Size: 10px; 
	font-weight:bold;  
	text-align: left; 
	text-transform: uppercase; 
	padding: 8px 8px 8px 12px; 
	margin: 0;  
	border: 1px solid #ccc; 
	background-color: #ffffff;
	position: relative;
	top: 5px;
	left: -999em;
	z-index: 1000;
	width: 160px;
	
}

#autoDropdown li ul li{ /* second-level lists */	
	width: 150px;
	height: 14px;
	border-left: none !important;
	border-right: none;
	border-top: none;
	border-bottom: dotted 1px #dddddd;
	font-size: 10px;
	padding: 3px 0 3px 0;
	margin: 0;
	float: none;
}

#autoDropdown ul li ul li a,
#autoDropdown ul li ul li a:hover, 
#autoDropdown ul li ul li a:visited{ 
	margin: 0;
	padding: 0;
	color:#0E3D82; 
	text-decoration:none;
	border-left: none;
}

#autoDropdown ul li ul li a:hover{ 
	color:#3193E0;
}


#autoDropdown ul li:hover ul, 
#autoDropdown ul li.sfdropdown ul { /* lists nested under hovered list items */
	left: auto;
}

/*Next*/

.positionfix{
	margin-left: -120px !important;
}
/* @end */

/* @group Billboard */

#billboard {
	width: 640px;
	height: 320px;
	background: #0b2653;
}

#sliderGallery {
	width: 640px;
	height: 290px;
	overflow: hidden;
}

#sliderGallery ul,
#sliderControls ul {
	list-style-type: none; /* wurde global gesetzt */
	text-indent: 0px; /* wurde global gesetzt */
	margin: 0px; /* wurde global gesetzt */
}

#sliderControls {
	position: relative;
	height: 25px;
	padding: 3px 5px 0px 5px;
	background: transparent url('img/slider_bg.png') top left no-repeat;
}

#sliderControls #sliderCtlNextPrev {
	width: 630px; /* 640 -5 -5 */
}

#sliderControls #sliderCtlDots {
	position: absolute;
	top: 9px;
	left: 50px;
}

#sliderGallery li,
#sliderControls li,
#sliderGallery li a {
	float: left;
	display: block;
}

#sliderCtlNextPrev .next {
	float: right;
}

#sliderCtlDots .sliderCtlDot {
	display: block;
	width: 11px;
	height: 11px;
	margin-right: 5px;
	background: transparent url('img/slider_dots.gif') -12px 0px no-repeat;
}

#sliderCtlDots .sliderCtlDot.active {
	background-position: 0px 0px;
}

#sliderCtlNextPrev a {
	display: block;
	width: 21px;
	height: 21px;
}

#sliderCtlNextPrev #sliderCtlNext {
	background: transparent url('img/slider_next.gif') top left no-repeat;	
}

#sliderCtlNextPrev #sliderCtlPrev {
	background: transparent url('img/slider_prev.gif') top left no-repeat;	
}

/* @end */
/* @group Kontakt Slider */

#kontakt_slider {
	width: 75px;
	height: 90px;
	overflow: hidden;
	position: relative;
	float: left;
}

#kontakt_slider img {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

/* @end */
/* @group Tabs */

#tabProductInfoNav {
	list-style-type: none; /* wurde global gesetzt */
	text-indent: 0px; /* wurde global gesetzt */
	margin: 0px; /* wurde global gesetzt */
	padding-top: 15px;
	float: left;
	width: 640px;
	border-bottom: 2px solid #2051A1;
}

#tabProductInfoNav li {
	float: left;
	display: block;
	margin-right: 3px;
	background-color: #ccc;
	font-size: 12px;
	font-weight: bold;
}

#tabProductInfoNav li a {
	display: block;
	padding: 8px 27px 5px 27px;
	color: #0E3D82;
}

#tabProductInfoNav li a:hover {
	color: #3193E0;
}

#tabProductInfoNav li.active a {
	color: #ffffff;
}

#tabProductInfoNav li.active {
	background: #2051A1 url('/images/button_navleiste.gif') top left repeat-x;
}


/* @end */

/* @group Lagerverkauf */

#lagerv_teaser_top {
	width:  621px;
	height: 236px;
	position: absolute;
	top: -60px;
	left: 220px;
	z-index: 999;
	background: transparent url('img/lagerv_teaser_top.png') top left no-repeat;
}

#lagerv_teaser_top a {
	display: block;
	background: none;
	width:  621px;
	height: 236px;
}

.dyn #lagerv_teaser_top {
	top: -236px;
}

/* @end */

/* @group Header Elements */

#fb_like {
	position: absolute;
	top: 18px;
	left: 15px;
	width: 600px;
	height: 35px;
	overflow: visible;
}

#languageSelection {
	/* fuer header Bereich */
/*	position: absolute;
	top: 21px;
	left: 605px;
	width: 80px;
	height: 30px;
	overflow: visible; */
	
	/* in warenkorb */
	position: absolute;
	top: -28px;
	left: 585px;
	
}

/* @end */

#modalBG {
	position:absolute;
	top:0px;
	left:0px;
	background-color: #000000;
	
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity: 0.5;
	
	z-index:1000;
	width: 100%;
	height: 100%;
}


#shopauskunft_widget {
	float: right;
}

