/* -----------------------------------------------------------------------------------------
   $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 
   ---------------------------------------------------------------------------------------*/
   
/* schrift für alle  */
*{
	font-family: Verdana, Arial, sans-serif;
}

BODY {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #ffffff;
}

img{
	border:0;
}

A {
	color: #666A73;
	text-decoration: none;
}
A:hover {
	color: #000000;
	text-decoration: underline;
}

FORM {
	display: inline;		   
}
h1{
	display:inline;
	font-size:16px;
}
h2{
  font-size:100%;
}


/* eigene styles */
/*-------------------------------------------------------------------------------------*/

/* die drei haupt tabellen zellen */
#tMain{
	text-align:left;
}
#tdMainLeft{
	width:163px;
	border-left: solid 1px #89A1C5;
	vertical-align:top;
}
#tdMainContent{
	width:667px;
	height:400px;
	vertical-align:top;
	border-left: solid 2px #C3C6CB;
	border-right: solid 2px #C3C6CB;
	border-top: solid 1px #fff;
}   
#tdMainRight{
	width:163px;
	border-right: solid 1px #89A1C5;
	vertical-align:top;
	border-top: solid 1px #fff;
}  

/* haupt tabellen zellen - container */
#kastenLinks{
	padding-top:1px;
	background-color: #ffffff;
}
#kastenContent{
	padding-left: 2px;
	padding-right: 2px;
	font-size: 11px;
	color: #656975;
}
#kastenRechts{
	background-color: #ffffff;
}

/*
	die obere navi - infobox
*/
#tdTopNavi{
	color:#666A75;
	font-weight:bold;
	background-color:#DCF3FB;
	padding: 10px 0px 10px 19px;
	font-size: 10px;
	line-height:150%;
}  
#tdTopNavi a:link, #tdTopNavi a:active, #tdTopNavi a:visited{
	font-size: 10px;
	color:#666A75;
	font-weight:bold;
	text-decoration: none;
}

#tdTopNavi a:hover{
	font-size: 10px;
	color:#000;
	text-decoration: none;
}

/*
	die user navi darunter
*/
#tdTopNaviXtc{
 	height:18px;
	padding: 0px 19px 0px 19px;
	background-color:#215783;
	border-left: solid 1px #215783;
	border-right: solid 1px #215783;
	border-bottom: solid 2px #C3C6CB;
	color: #626B74; 
	font-size: 11px;
	font-weight:bold;
}
#tdTopNaviXtc_left{
	padding: 4px 0px 0px 8px;
	float:left;
	width:50%;
}  
#tdTopNaviXtc_right{
	padding: 4px 8px 0px 0px;
	float:right;
	width:45%;
	text-align:right;
}  

/*
	die boxen
*/
.box{
	/*border-bottom:solid 20px #fff;*/
	border-left: solid 2px #fff;
	border-right: solid 2px #fff;
}
.box_heading{
	padding: 5px 0px 2px 17px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background: #98D7F6;
}
.box_content{
	padding: 5px 0px 5px 17px;
	/*border-left: solid 1px #fff;
	border-right: solid 1px #fff;*/
	background-color:#98D7F6;
	font-size: 10px;
	text-align:left;
}
.box_content a{
  color: #205682;
  font-weight:bold;
}
.box_content a:hover {
  color: #000000;
}
.box_icon_right{
	float:right;
	padding-right:5px;
}
.box_right_align{
	padding-right:5px;
	text-align:right;
}


.box_strich,
.box_strich_end{
	height:2px;
	overflow:hidden;
	background-color: #C3C6CD;
	border-top:solid 2px #fff;
	border-bottom:solid 2px #fff;
}
.box_strich_end{
	border-right:solid 2px #fff;
	border-left:solid 2px #fff;
}




/*
	Der content
*/
.contentsTopics{
	padding-top:10px;
	padding-bottom:2px;
	font-size: 16px;
	font-weight: bold;
	color: #636A73;
}
.contentsTopics h1{
	font-size: 16px;
	font-weight: bold;
	color: #636A73;
}

.prod_list_nav{
	margin-top:5px;
}

/*
	Artikel liste
*/
.product_list_table{
	width:100%;
	line-height:150%;
}
.product_list_image_box{
	width:200px;
	text-align:center;
	border: 2px solid #E0E0E0; 
}
.product_list_text_box{
	padding: 10px; 
	background: #E0E0E0;
}
.product_name_link{
	font-weight:bold;
	font-size:14px;
	display:block;
	padding: 0px 0px 5px 0px;
}
.product_price{
	font-weight:bold;
	font-size:16px;
	padding: 0px 0px 5px 0px;
}

/*
	Artikel details
*/
.product_detail_table{
	width:100%;
	line-height:150%;
	margin-top:20px;
}
.product_detail_image_box{
	width:200px;
	text-align:center;
	padding: 0px 10px 0px 0px;
	border-right: solid 1px #ccc;
}
.product_detail_text_box{
	padding: 10px 0px 5px 10px; 
}
.more_image_box{
	border-top: 1px solid #cccccc; 
}

/*
	Die form tabelle
*/
TABLE.formArea {
	background: #f1f1f1;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	margin-top:5px;
	margin-bottom:15px;
	font-size: 12px;
	color: #636A73; 
}




/* produktname im prod listing */
a.prodListLink:link, a.prodListLink:active, a.prodListLink:visited{
	color:#656975;
	font-size: 14px;
	font-weight:bold;
}
a.prodListLink:hover{
	color:#215680;
}

.versandkostenLink a:link, .versandkostenLink a:active, .versandkostenLink a:visited{
	color:#666A73;
	font-weight:bold;
	text-decoration: underline;
}

.versandkostenLink a:hover{
	color:#215680;
}


/*
*	die neue navi
*/
.catLink0,
.catLink1,
.catLink_active0,
.catLink_active1{
	font-size: 11px;
	display:block;
	padding: 5px 0px 5px 17px;
	border-top: dotted 1px #ffffff;
	background-color: #98D7F6;
}
.catLink1{
	padding: 5px 0px 5px 22px;
	border-top: dotted 0px #ffffff;
}
.catLink_active0{
	color:#000 !important;
	background-color: #ffffff;
}
.catLink_active1{
	padding: 5px 0px 5px 22px;
	color:#000 !important;
	border-top: dotted 0px #ffffff;
}


/* kategorie zelle in der cat box */
.tdCat {
	font-size: 11px;
	padding: 5px 0px 5px 17px;
	border-bottom: dotted 1px #ffffff;
	background-color: #98D7F6;
}

td.tdCatAct {
	font-size: 11px;
	background-color: #ffffff;
	padding: 5px 0px 5px 17px;
}

/* kategorie link in der cat box */
a.catLink:link, a.catLink:active, a.catLink:visited{
	color:#1F5883;
	display:block;
}

a.catLink:hover{
	color:#000000;
	display:block;
}


.boxFill{
	height:100%;
}

.myTitle{
	font-weight:bold;
	font-size:14px;
	color: #656975;
}

/* xt styles */
/*-------------------------------------------------------------------------------------*/

.boxText { 
	font-size: 10px;
	color:#215881;
}

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

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

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

.errorBox {
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}

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

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

.productsNotifications {
	background-color: #f2fff7;
}

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

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

TR.headerNavigation {
  background: #F6F6F6;
}

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

/* links von der xt navi oben */
A.headerNavigation { 
	font-size: 11px;
	font-weight:bold;
	color: #626B74; 
}

A.headerNavigation:hover {
  color: #000000;
  text-decoration:none;
}

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

A.confirmationEdit {
	color: #009933;
	font-style: italic;
}

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

TR.headerError {
  background-color: #ff0000;
}

TR.headerMessage {
	background-color: #00CC33;
}

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

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

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;	
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

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

.infoBoxContents {
  font-size: 10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

TD.infoBoxHeading {
  font-size: 12px;
  font-weight: bold;
  background: #ffffff;
  height:23px;
  color: #205682;
  padding-left:17px;
  border-bottom: solid 2px #C3C6CD;
}

.infoBoxHeading_right {
  font-size: 12px;
  font-weight: bold;
  background: #ffffff;
  height:23px;
  color: #205682;
  padding-left:17px;
  border-bottom: solid 2px #C3C6CD; 
}


/* der inhalt der categorie box */
.infoBoxCat {
	font-size: 10px;
	background-color:#A9D7BA;
	border-left: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
}

/* der inhalt der boxen 
TD.infoBox, SPAN.infoBox, TD.infoBox_right, SPAN.infoBox_right {
  font-size: 10px;
  background-color:#A9D7BA;
  border-left: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  padding-left:17px;
}
.infoBox {

}

.infoBox a:link, .infoBox a:active, .infoBox a:visited {
  color: #205682;
  font-weight:bold;
}

.infoBox a:hover {
  color: #000000;
}
*/
.infoBox_right a:link, .infoBox_right a:active, .infoBox_right a:visited {
  color: #205682;
  font-weight:bold;
}

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

/* unter den boxen */ 
.boxBottom{
  background: #ffffff;
  border-bottom: solid 20px #ffffff;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

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

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

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

A.pageResults {
	color: #656974;
	text-decoration: underline;
}

A.pageResults:hover {
  color: #000000;
/*  background: #FFFF33;	*/
}

TD.pageHeading, DIV.pageHeading {
  padding-top:10px;
  font-size: 16px;
  font-weight: bold;
  color: #626973;
}

TR.subBar {
  background: #f4f7fd;
}

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

TD.main, P.main, .main {
  font-size: 11px;
  line-height: 1.5;
  color: #656975;
}

.main ul{
	color: #656975;
}

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

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

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;
}

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

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

SPAN.underline {
	text-decoration: underline;
}


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

TD.copyright {
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}

A.copyright {
  color: #000000;
}

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

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

SPAN.productSpecialPrice {
  color: #ff0000;
}

SPAN.productOldPrice {
	color: #ff0000;
	text-decoration: line-through;
}

SPAN.errorText {
  color: #ff0000;
}

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

.smallHeading {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: Black;
}

.moduleRow {
	font-size: 11px;
	/* line-height: 1.5;
	background-color: #E6E6E6;	
	border: 1px solid;
	border-color: #E6E6E6;	*/
	padding-bottom:2px;
}

.moduleRowOver { 
/*	background-color: #D7E9F7; 
	border: 1px solid;
	border-color: #ffffff;	*/
    font-size: 11px;
    line-height: 1.5; 
	padding-bottom:2px;
}

.moduleRowSelected { /*background-color: #E9F4FC;*/ }

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

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

/* sitewide font classes */

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

/* Sitemap Tables */
.sitemap_heading {
	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: #ffb3b5; }
.messageStackSuccess { font-size: 10px; background-color: #99ff00; }

/* input requirement */
.inputRequirement { font-size: 10px; color: #ff0000; }

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

.navLeft {
	border-right: 1px solid;
	border-color: #b6b7cb;
	background-image: url(img/bg_left_column.jpg);
	width: 185px;
}

.navRight {
	border-color: #666666;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}
/*
.contentsTopics {
	font-size: 16px;
	font-weight: bold;
	color: #636A73;
	padding-top:10px;
	padding-bottom:2px;
}
*/

.tableListingI {
	background-color: #eeeeee;
}
.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
	padding: 5px;
}

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

.onepxwidth {
	width: 1px;
}

/* footer für link partner */
div#footer {
  width: 977px;
  height: 25px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #89A1C3;
  background-color: #AAC6ED;
  color: #777A85;
  font-family: Verdana;
  font-size: 11px;
  margin-top:2px;
}

a.footer {
  color: #205682;  
  text-decoration: none;   
}

a.footer:hover {
  color: #080809;   
  text-decoration: underline;       
}
div#pagerank {
  float: left;
  width: 80px;
}
div#footerlinks {
  float: left;
  width: 799px;
  padding-left: 10px;
  padding-top: 6px;	
  text-align: center;
}
div#pagerankrechts {
  float: right;
  width: 80px;
}
#hidden_links{
	position:absolute; 
	left:inherit; 
	top:inherit; 
	width:400px; 
	height:10px; 
	z-index:1; 
	margin-top:20px;
}
#hide_box{
	position:absolute; 
	left:0px; 
	top:1px; 
	background-color:white;
	width:400px; 
	height:13px; 
	z-index:2;
}

/*
	externe artikel box
*/
#extern_box{

}

.ext_art_box{
	font-size:10px;
	line-height:150%;
	background:#fff;
}
.ext_art_img_box{
	background:#fff;
	border:solid 2px #A7C8EB;
}
.ext_art_box img{
	margin-bottom:4px;
}
.ext_name{
	display:block;
	border-top:solid 2px #fff;
	background:#A9C7EB;
	padding: 7px 0px 0px 14px;
	text-align:left;
	border-bottom:solid 2px #fff;
}
.ext_price{
	color:#000;
	padding: 0px 0px 7px 0px;
}

.ext_art_box a{
	color:#676566;
	font-weight:bold;
}
.ext_art_box a:hover{
	color:#000;
}


.startpage_head{
	background:#E0E0E0;
	padding: 80px 10px 20px 10px;
	margin-bottom:2px;
}
.content_box{
	background:#E0E0E0;
	padding: 10px;;
	margin-bottom:2px;
}
.content_box h1{
	font-size:16px;
}

#home_link{
	position:absolute;
	left:64px;
	top:30px;
	width:290px;
	height:75px;
	text-decoration:none;
}
