/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/
 
html, body {
	font-family: Arial;
	font-size : 12px;
	font-weight: normal;
	color: #CCCCCC;
	margin:0;
	padding:0; 
	background: #565656 url(img/bg.jpg) repeat;
	height: 100%;
}


hr {
border-bottom: 1px #333333 solid;
height:1px;
}

ul, li {
	list-style: none;
}

h1, h2, h3, h4 {font-weight: bold;} /* Fettdruck für h1-h3*/

h2, h3, h4, h5, p, ul, li, form {
	margin: 0;
	padding: 0;
}

h2 {
padding-top: 30px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 0px;
font-size: 12px;
color: #FFFFFF;
}

h3 {
font-size:12px;
color: #fa0000;
}

h4, h5 {
font-size: 12px;
color: #fa0000;
padding-bottom: 15px;
}


.Title {
font-size: 13px;
color: #fa0000;
font-weight: bold;
}
	

img{
	border:0;
}

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

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

.border {
	padding: 15px;
}

.headline {
	float: left;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #333333;
}

.headline2 {
	float: left;
	width: 732px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	background: #000000;
	border-bottom: 10px #111111 solid;
}

form {
	display: inline;
	border: none;
}


input, select, textarea {
	background: #111111;
	color: #FFFFFF;
	border: 1px #666666 solid;
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 4px;
}

.clear {
	clear: both;
	font-size: 0px;
	height: 0px;
}

 
.wrapper1 {
	width: 970px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	background: url(img/col.png) repeat-y;
}


* html .wrapper1 {
	width: 970px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	background: url(img/col.gif);
}


.wrapper2 {
	width: 930px;
	height: 100%;
	margin: 0 auto;
}

.header {
	float:left;
	width: 930px;
	height: 130px;
	background: url(img/header.jpg) no-repeat;
}

.header_logo {
	float:left;
	width: 230px;
	height: 90px;
	padding-top: 40px;
}

.header_content {
	float:left;
	width: 700px;
	height: 130px;
}

.helpnavi {
	float:right;
	width: 690px;
	height: 40px;
	line-height: 40px;
	padding-right: 10px;
	text-align: right;
	font-size: 10px;
	color: #ff0000;
}

a.helplink {
	line-height: 40px;
	text-align: right;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

a.helplink:hover {
	line-height: 40px;
	text-align: right;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.shoppingcart {
	float:right;
	width: 690px;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	padding-top: 20px;
	text-align: right;
}
.payment_icon {
	float:right;
	width: 690px;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
	padding-top: 2px;
	text-align: right;
}

.mainmenu {
	float:left;
	width: 930px;
	height: 30px;
	background: #000;
}

.topnavi {
	float:left;
	width: 800px;
	height: 30px;
}

#TopCats, #TopCats ul {	
}

#TopCats li.CatLevel1 {
	float: left; 
	border-right: 1px #2a2a2a solid;
	line-height: 30px;
}

#TopCats li.CatLevel1 a {
	float: left; 
	padding-left: 15px;
	padding-right: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

#TopCats li.CatLevel1 a:hover {
	color: #FFFFFF;
}

#TopCats li.CatLevel1 a.Current, #TopCats li.CatLevel1 a.CurrentParent {
	background-color:#111111;
	color: #FFFFFF;
}

.languages {
	float:right;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: right;
}

.flash {
	float:left;
	width: 930px;
	height: 300px;
	background: #000;
}

.titlebar {
	float:left;
	width: 930px;
	height: 30px;
	line-height: 30px;
}

.content1 {
	float:left;
	width: 930px;
	margin-bottom: 10px;
	background: #000000 url(img/bg_content1.gif) repeat-y;
}

.content2 {
	float:left;
	width: 930px;
	background: url(img/bg_content2.gif) no-repeat;
}

.content3 {
	float:left;
	width: 930px;
	margin-bottom: 10px;
	background: #000000 url(img/bg_content3.gif) no-repeat;
}


.left_col {
	float:left;
	width: 178px;
	padding-right: 10px;
}


* html .left_col {
	float:left;
	width: 178px;
	padding: 0;
}



.box_head {
	float:left;
	width: 178px;
	height: 15px;
	font-size: 0px;
	background: url(img/box_head.gif) no-repeat;
}

.box_content {
	float:left;
	width: 148px;
	padding: 15px;
}

.box_foot {
	float:left;
	width: 178px;
	height: 10px;
	font-size: 0px;
	background: #111111;
}

#SubNavi, #SubNavi ul,  #SubNavi ul ul {
}

#SubNavi li.CatLevel1 { 
}

#SubNavi li.CatLevel1 a{
	float: left; 
	width: 144px;
	height: 25px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}

#SubNavi li.CatLevel1 a:hover{
	color: #FFFFFF;
}

#SubNavi li.CatLevel1 a.Current, #SubNavi li.CatLevel1 a.CurrentParent {
	color: #fa0000;
}



#SubNavi ul li.CatLevel2 {
}

#SubNavi ul li.CatLevel2 a{
	float: left;
	width: 139px;
	height: 25px;
	padding-left: 5px;
	color: #CCCCCC;
	font-weight: normal;
	text-decoration: none;
}

#SubNavi ul li.CatLevel2 a:hover{
	color: #FFFFFF;
}

#SubNavi ul li.CatLevel2 a.Current, #SubNavi ul li.CatLevel2 a.CurrentParent {
	color: #FFFFFF;
	font-weight: bold;
}


.right_col {
	float: right;
	width: 742px;
}



.search {
	float: left;
	width: 230px;
	padding-top: 13px;
	text-align: left;
} 

.quicksearch {
	width: 140px;
	background: #111111;
	color: #FFFFFF;
	border: 1px #666666 solid;
	padding: 3px;
}


/* Produkt-Listing */


.produktlisting { 
	margin:0;
	padding:0;
	float: left;
	width: 100%;
	background-color: #111111;
} 

.produktlisting .links, .produktlisting .mitte{ 
	float:left;
	width: 178px;
	height: 205px;
	padding-right: 10px;
	padding-bottom: 10px;
	display: inline;
} 

.produktlisting .rechts{ 
	float:left;
	width: 178px;
	height: 205px;
	padding-right: 0px;
	padding-bottom: 10px;
	display: inline;
} 

.produktlisting_bild {
	overflow: hidden;
	float: left
	width: 178px;
	height: 205px;
}

.produktlisting_mask {
	overflow: hidden;
	float: left
	width: 178px;
	height: 205px;
	background: url(img/thumbnail_mask.png) no-repeat;
}


* html .produktlisting_mask {
	overflow: hidden;
	float: left
	width: 178px;
	height: 205px;
	background: url(img/thumbnail_mask.png);
	behavior: url(templates/hyperactive/javascript/iepngfix.htc);
}

.produktlisting_titel {
	overflow: hidden;
	float: left;
	width: 138px;
	height: 30px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;

}

.produktlisting_link {
	overflow: hidden;
	float: left;
	width: 133px;
	height: 110px;
	padding-left: 22px;
}

.produktlisting_preis {
	overflow: hidden;
	float: left;
	width: 178px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	color: #fa0000;
}

.produktlisting_navi{
	float: left;
	width: 722px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	background: #000000;
}



/* Categorie-Listing */

.categorielisting { 
	margin:0;
	padding:0;
	float: left;
	width: 100%;
	background-color: #111111;
} 

.categorielisting .links, .categorielisting .mitte{ 
	float:left;
	width: 178px;
	height: 205px;
	padding-right: 10px;
	padding-bottom: 10px;
	display: inline;
} 

.categorielisting .rechts{ 
	float:left;
	width: 178px;
	height: 205px;
	padding-right: 0px;
	padding-bottom: 10px;
	display: inline;
} 

.categorielisting_bild {
	overflow: hidden;
	float: left
	width: 178px;
	height: 205px;
}

.categorielisting_mask {
	overflow: hidden;
	float: left
	width: 178px;
	height: 205px;
	background: url(img/category_mask.png) no-repeat;
}


* html .categorielisting_mask {
	overflow: hidden;
	float: left
	width: 178px;
	height: 205px;
	background: url(img/category_mask.png);
	behavior: url(templates/hyperactive/javascript/iepngfix.htc);
}

.categorielisting_titel {
	overflow: hidden;
	float: left;
	width: 138px;
	height: 30px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;

}

.categorielisting_link {
	overflow: hidden;
	float: left;
	width: 133px;
	height: 115px;
	padding-left: 24px;
}

.produktlisting_name {
	overflow: hidden;
	float: left;
	width: 138px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	font-weight: bold;
	color: #666666;
	padding-left: 20px;
	padding-right: 20px;
}



/* Manufacturer-Listing */


.manufacturerlisting { 
	float:left;
	width: 130px;
	height: 100px;
	padding-right: 10px;
	padding-bottom: 10px;
	display: inline;
} 

.manufacturerlisting_bild {
	overflow: hidden;
	float: left
	width: 130px;
	height: 100px;
}

.manufacturerlisting_mask {
	overflow: hidden;
	float: left
	width: 130px;
	height: 100px;
	background: url(img/manufacturer_mask.png) no-repeat;
}


* html .manufacturerlisting_mask {
	overflow: hidden;
	float: left
	width: 130px;
	height: 100px;
	background: url(img/manufacturer_mask.png);
	behavior: url(templates/hyperactive/javascript/iepngfix.htc);
}


.manufacturerlisting_link {
	overflow: hidden;
	float: left;
	width: 130px;
	height: 100px;
}


/* Produkt-Info */


.product_head {
	float: left;
	width: 742px;
	height: 15px;
	font-size: 0px;
	background: url(img/product_head.gif) no-repeat;
}


.product_col {
	float: left;
	width: 742px;
	background: url(img/product_col.gif) repeat-y;
}


.produktinfo_left {
	float: left;
	width: 326px;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 45px;
}

.produktinfo_headline {
	float: left;
	width: 326px;
	height: 15px;
	line-height: 15px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 15px;
	font-size: 14px;
	color: #fa0000;
}

.produktinfo_right{
	float: right;
	width: 366px;
}


.produktinfo_bild {
	overflow: hidden;
	float: left
	width: 366px;
	height: 280px;
}

.produktinfo_mask {
	overflow: hidden;
	float: left
	width: 366px;
	height: 280px;
	background: url(img/product_mask.png) no-repeat;
}


* html .produktinfo_mask {
	overflow: hidden;
	float: left
	width: 366px;
	height: 280px;
	background: url(img/product_mask.png);
	behavior: url(templates/hyperactive/javascript/iepngfix.htc);
}

.produktinfo_link {
	overflow: hidden;
	float: left;
	width: 366px;
	height: 280px;
}

.produktinfo_box {
	float: left
	width: 326px;
	height: 190px;
	padding-top: 45px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 45px;
	background: url(img/product_box.gif) no-repeat;
}



SPAN.produktinfo_preis {
	font-size: 24px;
	color: #fa0000;
	font-weight: bold;
}

/*Formulare
-----------------------------------------*/

ul.zahlen {list-style: none; margin: 0 0 20px 0; padding: 0; width:99%}
ul.zahlen li {margin: auto; text-align: center; width: 25%; float: left;}

ul.formular {list-style: none; margin-bottom: 15px; padding-bottom: 10px; width:99%; background: #000000; border: 1px solid #333333;}
ul.formular li {line-height: 25px; height: 25px; vertical-align: top;margin: 5px; padding-left:10px;}
ul.formular li p {float: left;}
label, .spalte2 p{ margin: 0; padding: 0; 
        float:left;width: 25%
      }
      
.preis {
font-size: 20px;
 color: #dc002e;
}

.productOldPrice {
font-size: 12px;
 color: #999999;
text-decoration: line-through;

}

/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {margin: 0; padding: 0; width: 178px;}
ul#checkoutnavigation li { height: 50px; list-style-type:none; width:148px; padding-top:30px; padding-left:15px; padding-right:15px; padding-bottom:25px;}
ul#checkoutnavigation li.active { background: url(img/checkout_box2.gif) no-repeat;}
ul#checkoutnavigation li.active .number {font-size:14px; font-weight:bold; color: #FFFFFF;}
ul#checkoutnavigation li.active .title {font-size:12px; font-weight:bold; color: #FFFFFF;}
ul#checkoutnavigation li.active .description {font-size:11px; color: #666666;}

ul#checkoutnavigation li.inactive { background: url(img/checkout_box.gif) no-repeat;}
ul#checkoutnavigation li.inactive .number {font-size:14px; font-weight:bold; color: #666666;}
ul#checkoutnavigation li.inactive .title {font-size:12px; font-weight:bold; color: #666666;}
ul#checkoutnavigation li.inactive .description {font-size:11px; color: #333333;}


.linke_seite {
     vertical-align: top;
     width: 315px;
     float: left;
     background-color: #111111;
	 border: 1px #333333 solid;
     padding: 15px;
      }
      
.rechte_seite {
     vertical-align: top;
     width: 315px;
     float: right;
     background-color: #111111;
	 border: 1px #333333 solid;
     padding: 15px;
      }


/* WARENKORB */

.cartbg1 {
	padding-bottom: 10px;
	padding-top:10px;
	overflow: auto;
}
   
.cartbg2 {
	padding-top:10px;
	padding-bottom: 10px;
	overflow: auto;
}

.warenkorb-header th {
	background: #111111;
	border-bottom: 5px solid #333333;
	color: #fa0000;
 }
  
.error {
border: 1px solid; 
border-color: #333333; 
background-color:#111111;
}





/* XT-Functions */


.boxText { 
	font-family: Arial;
	font-size: 10px;
}

.boxTextBG {
	font-family: Arial;
	font-size: 10px;
	background-color: #333333;
}
.boxTextBGII {
	font-family: Arial;
	font-size: 10px;
	background-color: #333333;
}
.boxTextPrice {
	font-family: Arial;
	font-size: 10px;
	color: #fa0000;
}

.errorBox {
	font-family : Arial;
	font-size : 10px;
	font-weight: bold;
	background-color: #333333;
}
.gvBox {
	font-family : Arial;
	font-size : 14px;
	font-weight: bold;
	border-color: #666666;
	border: 1px solid;
	background-color: #333333;
}
.stockWarning { 
	font-family : Arial;
	font-size : 10px;
	color: #FFFFFF;
}

.productsNotifications {
	background-color: #FFFFFF;
}

.orderEdit { 
	font-family : Arial;
	font-size : 10px;
	color: #FFFFFF;
	text-decoration: underline;
}



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

TR.headerNavigation {
  background: #FFFFFF;
}

TD.headerNavigation {
	font-family: Arial;
	font-size: 10px;
	color: #CCCCCC;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #333333;
	background-color: #111111;
}

A.headerNavigation { 
  color: #CCCCCC; 
}

A.headerNavigation:hover {
  color: #FFFFFF;
}

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

A.confirmationEdit {
	color: #FFFFFF;
	font-style: italic;
}
A.confirmationEdit:hover {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: underline;
}
TR.headerError {
  background-color: #ff0000;
}

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

.moduleHeading {
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	padding-bottom: 10px;
}

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

TR.headerInfo {
  background: #333333;
}

TD.headerInfo {
  font-family: Arial;
  font-size: 12px;
  background: #333333;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #333333;
}

TD.footer {
  font-family: Arial;
  font-size: 10px;
  background: #333333;
  color: #CCCCCC;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #666666;
}

.infoBox {
}

.infoBoxContents {
  font-family: Arial;
  font-size: 10px;
}

.infoBoxNotice {
  background: #666666;
}

.infoBoxNoticeContents {
  background: #333333;
  font-family: Arial;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  background: #333333;
  height:17px;
  color: #ffffff;
}

TD.infoBoxHeading_right {
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  background: #333333;
  height:17px;
  color: #FFFFFF;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial;
  font-size: 10px;
  border-right: 4px solid;
  background: #333333; 
  border-color: #666666;
}

TD.infoBox_right, SPAN.infoBox_right {
  font-family: Arial;
  font-size: 10px;
  background: #111111; 

}

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: #111111;
}

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: #222222;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #333333;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Arial;
  font-size: 10px;
  background: #111111;
  color: #FFFFFF;
  font-weight: bold;
}

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

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

A.pageResults:hover {
  color: #FFFFFF;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

TR.subBar {
  background: #111111;
}

TD.subBar {
  font-family: Arial;
  font-size: 10px;
  color: #CCCCCC;
}

TD.main, P.main {
  font-family: Arial;
  font-size: 11px;
  line-height: 1.5;
}

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

TD.accountCategory {
  font-family: Arial;
  font-size: 13px;
  color: #aabbdd;
}

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

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

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

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

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

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

SPAN.greetUser {
  font-family: Arial;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

TABLE.formArea {
  background: #111111;
  border-color: #333333;
  border-style: solid;
  border-width: 1px;
}

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

.copyright {
  font-family: Arial;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Arial;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
A.copyright {
  color: #333333;
}
A.copyright:hover {
  color: #666666;
  text-decoration: underline;
}


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

SPAN.productSpecialPrice {
  font-family: Arial;
  color: #fa0000;
}
SPAN.productOldPrice {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Arial;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Arial;
  color: #fa0000;
  font-weight: bold;
}

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

.moduleRow {
 font-family: Arial;
 font-size: 11px;
 line-height: 1.5;
 background-color: #111111;
 border: 1px solid;
 border-color: #333333;

}
.moduleRowOver { 
	background-color: #333333; 
	border: 1px solid;
	border-color: #666666;
	font-family: Arial;
    font-size: 11px;
    line-height: 1.5; 
	
	}
.moduleRowSelected { background-color: #333333; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial; font-size: 10px; color: #CCCCCC; }
.checkoutBarCurrent { font-family: Arial; font-size: 10px; color: #000000; }

/* sitewide font classes */
/* Note: heading<Number> equals <font size="Number"> */
.heading1 { font-family: Arial; font-size: 7pt; }
.heading2 { font-family: Arial; font-size: 9pt; }
.heading3 { font-family: Arial; font-size: 10pt; }
.heading4 { font-family: Arial; font-size: 12pt; }
.heading5 { font-family: Arial; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Arial; 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-family: Arial; font-size: 9pt; color: #CCCCCC; background-color: #111111; padding: 2px 2px;}
.sitemap_sub a {color:#CCCCCC;}
.sitemap_sub a:hover {color:#FFFFFF; text-decoration:none;}


/* message box */

.messageBox { font-family: Arial; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial; font-size: 10px; background-color: #111111; }
.messageStackSuccess { font-family: Arial; font-size: 10px; background-color: #111111; }

/* input requirement */

.inputRequirement { font-family: Arial; font-size: 10px; color: #ff0000; }

.tableShop {
background-color: #111111;
border-left: 1px solid;
border-right: 1px solid;
border-color: #b6b7cb;
}

.navLeft {
	border-right: 1px solid;
	border-color: #333333;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}
.navRight {
	border-color: #333333;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #111111;
	width: 185px;
}

.contentsTopics {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

.tableListingI {
	background-color: #111111;
}

.tableListingII {
	background-color: #333333;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Arial;
  font-size: 10px;
  color: #333333;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}




/* --- CSS Button --- */

  .cssbutton {
		background-image:url(img/btn.gif);
		background-repeat:repeat-x;
		border:0px;
        color : #FFFFFF;
		max-width:150px;
		* width: 150px;
        font-weight: normal;
        font-family: Arial;
        font-size: 12px;
		height:21px;
		line-height:21px;
        cursor: pointer;
		text-align:center;
		text-decoration: none;
}

 
.cssbuttonsubmit {
		background-image:url(img/btn.gif);
		background-repeat:repeat-x;
		border:0px;
        color : #FFFFFF;
		max-width:150px;
		* width: 150px;
        font-weight: normal;
        font-family: Arial;
        font-size: 12px;
		height:21px;
		line-height:20px;
        cursor: pointer;
		text-decoration: none;
}

.quicksearchsubmit {
		vertical-align: middle;
		background-image:url(img/btn_search.gif);
		background-repeat:repeat-x;
		border:0px;
        color : #7b6066;
		width:60px;
        font-weight: normal;
        font-family: Arial;
        font-size: 10px;
		height:21px;
		line-height:20px;
        cursor: pointer;
		text-decoration: none;
}

  .cssbutton:hover {
	  	background-image:url(img/btn_active.gif);
		background-repeat:repeat-x;
		border:0px;
        color : #FFFFFF;
		max-width:150px;
		* width: 150px;
        font-weight: normal;
        font-family: Arial;
        font-size: 12px;
		height:21px;
		line-height:21px;
        cursor: pointer;
		text-align:center;
		text-decoration: none;
}

 
.cssbuttonsubmit:hover {
		background-image:url(img/btn_active.gif);
		background-repeat:repeat-x;
		border:0px;
        color : #FFFFFF;
		max-width:150px;
		* width: 150px;
        font-weight: normal;
        font-family: Arial;
        font-size: 12px;
		height:21px;
		line-height:20px;
        cursor: pointer;
		text-decoration: none;
}

.quicksearchsubmit:hover {
		vertical-align: middle;
		background-image:url(img/btn_search.gif);
		background-repeat:repeat-x;
		border:0px;
        color : #FFFFFF;
		width:60px;
        font-weight: normal;
        font-family: Arial;
        font-size: 10px;
		height:21px;
		line-height:20px;
        cursor: pointer;
		text-decoration: none;
}





/* products_treadmill.html - Products-Treadmill (c)2008 by Hetfield - Begin  */

div#products_treadmill {
	width:930px;
	text-align:center;
	margin:0 auto;
	background-color: #111111;
}

div#products_treadmill ul {
	width:930px;
	text-align:center;
	margin:0 auto;
}

div#products_treadmill ul li { 
	float:left;
	width: 178px;
	height: 205px;
	padding-right: 9px;
	padding-bottom: 10px;
	display: inline;
}

* html div#products_treadmill ul li { 
	float:left;
	width: 178px;
	height: 205px;
	padding-right: 8px;
	padding-bottom: 10px;
	display: inline;
}


/* products_treadmill.html - Products-Treadmill (c)2008 by Hetfield - End  */


