/*
  $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
*/

.boxText {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}
.errorBox {
	background: #ffb3b5;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.stockWarning {
	color: #cc0033;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}
.productsNotifications {
	background: #f2fff7;
}
.orderEdit {
	color: #242D3A;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	text-decoration: underline;
}
form {
	display: inline;
}
.infoBox {
	background: #D3D3D3;
}
.infoBoxContents {
	background: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}
tr.headerNavigation {
	background: #bbc3d3;
}
td.headerNavigation {
	background: #bbc3d3;
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
a.headerNavigation {
	color: #4C4C4C;
}
a.headerNavigation:hover {
	color: #4C4C4C;
	text-decoration: underline overline;
}
tr.headerError {
	background: #ff0000;
}
td.headerError {
	background: #ff0000;
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
tr.headerInfo {
	background: #00ff00;
}
td.headerInfo {
	background: #00ff00;
	color: #ffffff;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.infoBoxNotice {
	background: #FF8E90;
}
.infoBoxNoticeContents {
	background: #FFE6E6;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}
td.infoBoxHeading {
	background: #E14C00;
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
}
td.infoBox, span.infoBox {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}
tr.accountHistory-odd, tr.addressBook-odd, tr.alsoPurchased-odd, tr.payment-odd, tr.productListing-odd, tr.productReviews-odd, tr.upcomingProducts-odd, tr.shippingOptions-odd {
	background: #f8f8f9;
}
tr.accountHistory-even, tr.addressBook-even, tr.alsoPurchased-even, tr.payment-even, tr.productListing-even, tr.productReviews-even, tr.upcomingProducts-even, tr.shippingOptions-even {
	background: #f8f8f9;
}
table.productListing {
	border: 1px;
	border-color: #E14C00;
	border-spacing: 1px;
	border-style: solid;
}
.productListing-heading {
	background: #E14C00;
	color: #FFFFFF;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
td.productListing-data {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}
a.pageResults {
	color: #353535;
	text-decoration: underline; 
}
a.pageResults:hover {
	color: #FFFFFF;
	background-color: #353535;
	text-decoration: none;
}
td.pageHeading, div.pageHeading {
	color: #9a9a9a;
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
tr.subBar {
	background: #f4f7fd;
}
td.subBar {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}
td.main, p.main {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 1.5;
}
td.smallText, span.smallText, p.smallText {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}
td.accountCategory {
	color: #aabbdd;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
}
td.fieldKey {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
td.fieldValue {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}
td.tableHeading {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
span.newItemInCart {
	color: #ff0000;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}
checkbox, input, radio, select {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}
textarea {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	width: 100%;
}
span.greetUser {
	color: #f0a480;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
table.formArea {
	background: #f1f9fe;
	border-color: #7b9ebd;
	border-style: solid;
	border-width: 1px;
}
td.formAreaTitle {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
span.markProductOutOfStock {
	color: #c76170;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
span.productSpecialPrice {
	color: #E55800;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
}
span.errorText {
	color: #ff0000;
	font-family: Tahoma, sans-serif;
}
.moduleRow {
}
.moduleRowOver {
	background-color: #F0F0F0;
	cursor: hand;
	cursor: pointer;
}
.moduleRowSelected {
	background-color: #C6C7C8;
}
.checkoutBarFrom, .checkoutBarTo {
	color: #242D3A;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}
.checkoutBarCurrent {
	color: #000000;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}
.messageBox {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}
.messageStackError, .messageStackWarning {
	background-color: #ffb3b5;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}
.messageStackSuccess {
	background-color: #99ff00;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}
#manu * {
	background: none;
	padding-bottom: 0;
	padding-top: 0;
}
#manu select {
	background-color: #fff;
	padding-bottom: 0;
	padding-top: 0;
}
.inputRequirement {
	color: #ff0000;
	font-family: Tahoma, sans-serif;
	font-size: 10px;
}
.smallText_1 a {
	color: #000;
	text-decoration: underline;
}
.smallText_1 a:hover {
	color: #000;
	text-decoration: none;
}
#myse select {
	width: 90%;
}
del, s {
	color: #242D3A;
	font-weight: normal;
}
.main a {
	color: #000;
	text-decoration: none;
}
.main a:hover {
	color: #000;
	text-decoration: underline;
}
.subcatl {
	color: #000;
	font-weight: normal;
	text-decoration: underline;
}
.subcatl:hover {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}
.smallText {
	color: #4C4C4C;
	font-size: 12px;
}
/*.smallText a {
	color: #242D3A;
	font-size: 11px;
	text-decoration: underline;
}
.smallText a:hover {
	color: #242D3A;
	font-size: 11px;
	text-decoration: underline;
}*/
body {
	margin: 0;
	padding: 0;
}
body, td {
	color: #696969;
  font-family: Tahoma, sans-serif;
	font-size: 11px;
}
.bg1 {
	background: transparent url(../../../images/m10.gif) no-repeat left top;
}
.bg2 {
	background: url(../../../images/bg1.gif);
	background-repeat: repeat-x;
}
.bg3 {
	background: url(../../../images/bg4.gif);
	background-repeat: repeat-x;
}
.bg4 {
	background: url(../../../images/bg7.gif);
	background-repeat: repeat-x;
}
.bg5 {
	background: url(../../../images/bg8.gif);
	background-repeat: repeat-x;
}
.bg6 {
	background: url(../../../images/bg9.gif);
	background-repeat: repeat-y;
}
.bg7 {
	background: url(../../../images/bg10.gif);
	background-repeat: repeat-y;
}
.bg8 {
	background: url(../../../images/bg14.gif);
	background-repeat: repeat-x;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ul li {
	background: url(../../../images/m16.gif) center left no-repeat;
	margin: 0px;
	padding: 0 0 0 15px;
}
ul a {
	color: #717171;
	font-size: 11px;
	line-height: 22px;
	text-decoration: none;
}
ul a:hover {
	color: #E95900;
}
.el {
	background: url(../../../images/m15.gif) center left no-repeat;
	margin: 0px;
	padding: 0 0 0 15px;
}
.ol1 {
	background: url(../../../images/m29.gif) center left no-repeat;
	margin: 0px;
	padding: 0 0 0 22px;
}
.ol2 {
	background: url(../../../images/m29_2.gif) center left no-repeat;
	margin: 0px;
	padding: 0 0 0 32px;
}
.ol3 {
	background: url(../../../images/m29_3.gif) center left no-repeat;
	margin: 0px;
	padding: 0 0 0 42px;
}
#activecat {
	font-style: italic;
}
.main ul li, .al li {
	background: url(../../../images/m17.gif) center left no-repeat;
	margin-left: 0px;
	margin-bottom: 5px;
	padding: 0 0 0 15px;
}
.main ul li a, .al li a, a {
	color: #717171;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
}
.main ul li a:hover, .al li a:hover, a:hover {
	color: #717171;
	text-decoration: underline;
}
.se {
	color: #282E3E;
    font-family: Tahoma, sans-serif;
	font-size: 10px;
	padding-left: 3px;
	width: 97px;
}
.se1 {
	color: #7E7E7E;
    font-family: Tahoma, sans-serif;
	font-size: 11px;
	height: 19px;
	padding-left: 3px;
	width: 187px;
}
.se2 {
	color: #58646A;
    font-family: Tahoma, sans-serif;
	font-size: 11px;
	height: 19px;
	padding-left: 3px;
	width: 120px;
}
.se3 {
	color: #58646A;
font-family: Tahoma, sans-serif;
	font-size: 11px;
	height: 19px;
	padding-left: 3px;
	width: 160px;
}
.go {
	color: #282E3E;
  font-family: Tahoma, sans-serif;
	font-size: 10px;
	padding-left: 3px;
	width: 158px;
}
.go1 {
	border: #989797 solid 1px;
	color: #636363;
	text-align: center;
	width: 30px;
}
.bd {
}
.aa {
    width: 221px;
    height: 39px; 
    text-align: center; 
    padding-top: 4px;
    font-weight: bold;
}
.ab {
	text-align: right;
    padding-top: 4px;
    padding-right: 20px;
}
.tx {
	color: #242D3A;
	font-size: 11px;
	font-variant: small-caps;
}
.tx1 {
	color: #3B3B3B;
	font-size: 11px;
}
.tx2 {
	color: #F79331;
	font-size: 11px;
	font-weight: bold;
}
/*.tx3 {
	color: #1C1C1C;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}*/
.tx3, .tx4, .tx4 a {
	color: #4C4C4C;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-image: url(../../../images/m15.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.tx5 {
	color: #242d3a;
	font-size: 13px;
	font-weight: bold;
}
.tx6 {
	color: #585858;
	font-size: 11px;
}
.tx7 {
	color: #4C4C4C;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
.tx8 {
	color: #717171;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.tx9 {
	color: #383838;
	font-size: 10px;
	font-weight: bold;
}
.tx10 {
	color: #717171;
	font-size: 12px;
	font-weight: bold;
}
.tx11 {
	color: #383838;
	font-size: 11px;
	font-weight: bold;
}
.ml {
	color: #DF4C04;
	font-size: 11px;
	text-decoration: none;
}
.ml:hover {
	text-decoration: underline;
}
.ml1 {
	color: #242D3A;
	font-size: 11px;
	text-decoration: none;
}
.ml1:hover {
	text-decoration: underline;
}
.ml2, .ml2 a {
	color: #e55800;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.ml2:hover, .ml2 a:hover {
	text-decoration: underline;
}
.ml3 {
  color: #242d3a;
	font-size: 11px;
	text-decoration: none;
}
.ml3 a:hover {
	text-decoration: underline;
}
.ml4 {
	color: #717171;
	font-size: 11px;
	text-decoration: none;
}
.ml4 a:hover {
	text-decoration: underline;
}
#zxc1 {
	color: #242D3A;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#zxc1 a {
	color: #242D3A;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
#zxc1 a:hover {
	text-decoration: none;
}
.sea_1 {
	border: 1px solid #D3D3D3;
	padding: 10px;
}
.sea_2 {
	padding: 0px 15px 0px 15px;
}
.sea_3 {
	padding: 0px 0px 0px 0px;
}
.sea_4 td {
	color: 696969;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}
.sea_4 a:hover {
	color: #383838;
	font-size: 11px;
	text-decoration: underline;
}
.sea_4 a {
	color: #383838;
	font-size: 11px;
	text-decoration: none;
}
.sea_5 a {
	color: #DC1400;
}
.rp {
	color: #4C4C4C;
}
img {
	border: none;
}
.fde_product_title {
	font-size: 12px;
	font-weight: bold;
}
td.ausfuehrung {
	color: #FFFFFF;
}
table.ausfuehrung {
	background-color: #E14C00;
	border-collapse: collapse;
	color: #FFFFFF;
}
.title_table {
	background: url(../../../images/m01.gif) top left no-repeat;
	vertical-align: top;
}
.search {
    width: 100%;
}
.search td {
    padding: 0px 0px 4px 0px;
    text-align: right;
}
.search input[type="text"] {
    width: 117px;
    background-color: transparent;
    padding: 2px;
    border: 0px none;
}
.search input[type="image"] {
    width: 87px;
    margin-right: 20px;
    background-color: transparent;
}
.separator_hor {
    background-color: #747474;
    height: 3px;
}
.listImagesBg {
    background: #FFFFFF url(../../../images/list_image_bg.gif) center left no-repeat;
    height: 117px;
    text-align: center;
    vertical-align: middle;
}
