/*
	$Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

	osCommerce, Open Source E-Commerce Solutions
	http://www.oscommerce.com

	Copyright (c) 2003 osCommerce

	Released under the GNU General Public License
*/

/*
	Changes from Matthias
*/

body{
	padding:0px;
	margin:0px;
	width:100%;
	font-family:Arial,sans-serif;
	font-size:12px;
}

img {
	border:0px;
}

h2{
	font-size:24px;
	margin-top:0px;
}
h3{
	font-size:18px;
	margin-top:0px;
	border-bottom:1px solid #ccc;
	color:#999;
}

.productListing{
	width:100%;
}

#product_info_price{
	font-size:18px;
}

#body{
	padding:0px;
	margin:0px auto 5px;
	width:950px;
	-moz-box-shadow: 0px 5px 5px 3px #DDD;
	-webkit-box-shadow: 0px 5px 5px 3px #DDD;
	box-shadow: 0px 5px 5px 3px #DDD;
}

#header{
	padding:0px;
	margin:0px 5px 5px 5px;
	width:940px;
	height:168px;
}
#menu_top{
	padding:0px;
	margin:0px;
	background-image:url(images/layout/logo_bg.png);
	width:940px;
	height:127px;
}
#menu_top .hints{
	background-image:url(images/layout/hints.png);
	background-repeat:no-repeat;
	background-position:right;
	width:940px;
	height:127px;
}
#menu_top .logo{
	padding:0px;
	margin:0px;
	float:left;
	width:276px;
	height:127px;
}
#menu_top .content{
	padding:0px;
	margin:0px 0px 0px 276px;
	text-align:right;
	height:127px;
}
#menu_top .entries{
	padding:5px 0px 0px 0px;
	margin:0px;
	text-align:right;
	width:660px;
	height:127px;
}
#menu_top .entries a{
	font-family:Arial,Sans-Serif;
	color:#FFF;
	font-size:12px;
	padding:0px 10px 0px 10px;
}

#menu_sub{
	padding:0px;
	margin:2px 0px 0px 0px;
	background-image:url(images/layout/menu_sub_bg.png);
	width:940px;
	height:41px;
}
#menu_sub .entries{
	padding:5px 0px 0px 0px;
	margin:0px;
	text-align:right;
	background-image:url(images/layout/menu_sub_paymentchannels.png);
	background-repeat:no-repeat;
	width:940px;
	height:41px;
}
#menu_sub .entries a{
	font-family:Arial,Sans-Serif;
	color:#FFF;
	font-size:12px;
	padding:0px 10px 0px 10px;
	line-height:32px;
}

#sidebar_left{
	width:172px;
	float:left;
	padding:0px 3px 0px 5px;
}
#content{
	width:590px;
	float:left;
	padding:5px 10px 5px 10px;
}
#sidebar_right{
	width:150px;
	float:left;
	padding:0px 3px 0px 5px;
}
#footer{
	width:950px;
	height:139px;
	clear:both;
}

/*
	end changes
*/

.boxText { font-family: Arial, Verdana, sans-serif; font-size: 10px; }
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffffff; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: none; }

BODY {
	background:	#ffffff ;
	color: #000000;
	margin: 0px;
}

A:Link {
	color: #000000;
	text-decoration: none;
}

A:visited {
	color: #000000;
	text-decoration:none;
}

A:hover {
	color: #5D7BA4;
	text-decoration:;
}

A.no2:Link {
	color: #000000;
	text-decoration: none;
}

A.no2:visited {
	color: #000000;
	text-decoration:none;
}

A.no2:hover {
	color: #5D7BA4;
	text-decoration:none;
}



FORM {
	display: inline;
}

TR.header {
	background: #ffffff;
}

	.test {
	border: 1px solid #cccccc;
}

TR.hintergrund {
	background-image: url("images/login.jpg")	;
}

TR.headerNavigation {
	background: #ffffff;
}

TD.headerNavigation {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	background: #ffffff;
	color: #000000;
	font-weight : bold;
}

A.headerNavigation { 
	color: #FFFFFF; 
}

A.headerNavigation { 
	color: #FFFFFF; 
}


TD.productHeading {
 font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #CAC9C9;
	color: #000000;
	font-weight : ;
	
	
	}

TD.productHeading2 {
 font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background: #ffffff;
	color: #000000;
	font-weight : ;
	
	
	}


TR.headerError {
	background: #ffffff;
}

TD.headerError {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #ffffff;
	color: #000000;
	font-weight : bold;
	text-align : center;
}

TR.headerInfo {
	background: #ffffff;
}

TD.headerInfo {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #ffffff;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

TR.footer {
	background: #E0E1E4;
}

TD.footer {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	background: #E0E1E4;
	color: #000000;
	font-weight: ;
}

.infoBox {
	background:c4c4c4 ;
	
}

.infoBox2 {
	border:1px solid #CECFCE;
	width:100%;
}


.boxFooter {
	background-color: #F4F4F4;
	
}

.boxFooter2 {
	background-color: #ffffff;
	
}




.infoBoxContents {
	background: #F4F4F4;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}

.infoBoxNotice {
	background: #ffffff;
}

.infoBoxNoticeContents {
	background: #ffffff;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}

TD.infoBoxHeading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #cccccc;
	color: #000000;
}

TD.infoBox, SPAN.infoBox {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
	background: #ffffff;
}

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: #E7E7E7;
}

TABLE.productListing {
	border: 1px;
	border-style: solid;
	border-color: #ffffff;
	border-spacing: 1px;
}


TABLE.productListing2 {
	border: 1px;
	border-style: solid;
	border-color: #000000;
	border-spacing: 1px;
	background: #E7E7E7;
}


TD.productListing2 {
	border: 1px;
	border-style: solid;
	border-color: #000000;
	border-spacing: 1px;
	background: #E7E7E7;
}


.productListing-heading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	background: #cccccc;
	color: #000000;
	font-weight: ;
}

TD.productListing-data {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
 
}

A.pageResults {
	color: #000000;
}

A.pageResults:hover {
	color: #000000;
	background: #ffffff;
}

TD.pageHeading, DIV.pageHeading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	background: #ffffff;
	font-weight: bold;
	color: #000000;
}

TR.subBar {
	background: #ffffff;
}

TD.subBar {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
}

TD.main, P.main {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 1.5;
}

TD.main2, P.main {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	a hover: # ffffff
	line-height: 1.5;
}


TD.smallText, SPAN.smallText, P.smallText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	

}


TD.accountCategory {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #aabbdd;
}

TD.fieldKey {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

TD.fieldValue {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

TD.tableHeading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

SPAN.newItemInCart {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

TEXTAREA {
	width: 100%;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

SPAN.greetUser {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #f0a480;
	font-weight: bold;
}

TABLE.formArea {
	background: #F4F4F4;
	border-color: ;
	border-style: solid;
	border-width: 1px;
}

TD.formAreaTitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

SPAN.markProductOutOfStock {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #c76170;
	font-weight: bold;
}

SPAN.productSpecialPrice {
	font-family: Arial, Verdana, sans-serif;
	color: #ff0000;
}

SPAN.errorText {
	font-family: Arial, Verdana, sans-serif;
	color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #ffffff; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #000000; }

/* message box */

.messageBox { font-family: Arial, Verdana, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Arial, Verdana, sans-serif; font-size: 10px;color: #E0080E;	background-color: #ffffff; }
.messageStackSuccess { font-family: Arial, Verdana, sans-serif; font-size: 10px; background-color: #ffffff; color: #E0080E; }

/* input requirement */

.inputRequirement { font-family: Arial, Verdana, sans-serif; font-size: 10px; color: #ff0000; }


TD.pollBoxRow {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	border-color: ;
	border-style: ;
	border-width: ; 
}
TD.pollBoxText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	border-color: ;
	border-style: ;
	border-width: ; 
}
TR.pollOptRow {
	background: ;
}
TR.pollFooter {
	background:;
}

TD.main1, P.main {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: ;
}




/* Shipping Site Beginn */

TR.shippingHeader {
	background: #bbc3d3;
}

TR.shippingNavigation {
	background: #bbc3d3;
}

TD.shippingNavigation {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background: #bbc3d3;
	color: #000000;
	font-weight : bold;

}

.producttabelle {
	
border:1px dashed #CECFCE;
}

.producttabelle1 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	background: #ffffff;
	color: #000000;
	font-weight : bold;

}

.producttabelle2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	background: #EEEEEE;
	color: #000000;
	font-weight : ;

}

.producttabelle3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	background: #ffffff;
	color: #000000;
	font-weight : ;
	border:1px dashed #CECFCE;

}

.producttabelle4 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	background: #ffffff;
	color: #000000;
	font-weight : ;
	

}


.CatagoriesBox {
	background: #E0E1E4;
}
td.CatagoriesBoxHeading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image:url('images/layout/box_header_orange.png');
	text-transform:uppercase;
	padding:0px 10px 0px 10px;
	height:26px;
	color: #ffffff;
	width:152px;
}
.CatagoriesBoxContents {
	background-color:#f0f0ef;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	width:172px;
}
.CatagoriesBoxContents ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:172px;
}
.CatagoriesBoxContents ul li{
	background-image:url('images/layout/box_entry.png');
	background-repeat:no-repeat;
	background-position:left;
	line-height:26px;
	margin-top:1px;
	color:#666;
	width:152px;
	padding-left:20px;
}
.CatagoriesBoxContents ul li a{
	color:#666;
}
.CatagoriesBoxContents ul li a:hover{
	color:#000;
}

.CatagoriesBoxContents li.menu_cat_sub{
	background-image:url('images/layout/box_header_orange.png');
	background-repeat:repeat-x;
	line-height:26px;
	margin-top:1px;
	color:#FFF;
	width:142px;
	padding-left:30px;
}
.CatagoriesBoxContents li.menu_cat_sub a{
	color:#FFF;
}
.CatagoriesBoxContents li.menu_cat_sub a:hover{
	color:#000;
}

.linksbox {
	background: #E0E1E4;
}
td.linksBoxHeading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image:url('images/layout/box_header_orange.png');
	text-transform:uppercase;
	padding:0px 10px 0px 10px;
	height:26px;
	color: #ffffff;
	width:152px;
}
.linksboxContents {
	background-color:#f0f0ef;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	width:152px;
}



.rechtsbox {
	background-color:#f0f0ef;
}
td.rechtsboxHeading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image:url('images/layout/box_header_orange.png');
	text-transform:uppercase;
	padding:0px 10px 0px 10px;
	height:26px;
	color: #ffffff;
	width:135px;
}
.rechtsboxContents {
	background-color:#f0f0ef;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	width:145px;
}


.shoppingcartbox {
	background: #;
}
td.shoppingcartboxHeading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-image:url('images/layout/box_header_orange.png');
	text-transform:uppercase;
	padding:0px 10px 0px 10px;
	height:26px;
	color: #ffffff;
	width:135px;
}
.shoppingcartboxContents {
	background-color:#f0f0ef;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	width:145px;
}

.oben {
	
 background-image: url("images/oben.gif")	; 
 background-repeat: repeat-x ;
}

 .boxlinks {	background : #ffffff url("images/lo_m_schatten.gif") repeat-y fixed top right;
				background-color: #E0E1E4;
		
		}

.boxrechts {	background : #ffffff url("images/ka_m_schatten.gif") repeat-y fixed top left;
				background-color: #E0E1E4;
		
		}
.inputboxen {	
				 background-color: #ffffff;
							 border: 1px solid #000;
		
		}


/* Shipping Site End */












