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

.boxText {
	font-size: 10px;
}

.boxTextBG {
	font-size: 10px;
	background-color: #ffffff;
}
.boxTextBGII {
	font-size: 10px;
	background-color: #FFCC99;
}
.boxTextPrice {
	font-size: 10px;
	color: #FF6B2B;
}

.errorBox {
	background-color: #91C2D5;
	padding: 3px 5px;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #FB9366;
}
.stockWarning {
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

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

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

img{
	border:0;
}

A {
  color: #141414;
  text-decoration: none;
}

A:hover {
  color: #CF0000;
  text-decoration: underline;
}

FORM {
	display: inline;
}


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

TR.headerNavigation {
  background: #F6F6F6;
}

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

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

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

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

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

TD.headerError {
  background: #FF6B2B;
  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: 10px;
  font-weight: bold;
  background: #141414;
  height:17px;
  color: #ffffff;
}

TD.infoBoxHeading_right {
  font-size: 10px;
  font-weight: bold;
  background: #C4C4C4;
  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: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

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

A.pageResults {
	color: #141414;
	text-decoration: underline;
	padding: 0 2px;
}

A.pageResults:hover {
  color: #141414;
  background: #A4CAE8;
  padding: 0 2px;
}

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

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {

  font-size: 10px;
  color: #000000;
}

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

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

CHECKBOX, INPUT, RADIO, SELECT {
 	color: #141414;
  	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}

TEXTAREA {
  color: #000000;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  width: 100%;
  font-size: 11px;
}

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

SPAN.underline {
	text-decoration: underline;
}

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

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

.copyright {
  font-size: 9px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  display: none;
  font-size: 9px;
  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: #FF6B2B;
}
SPAN.productOldPrice {
	font-size: 20px;
	color: black;
	text-decoration: line-through;
}
SPAN.errorText {
  color: #FF6B2B;
}

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

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

.moduleRow {
   background: #DADADA;
	border-top: 1px solid #C3DAEC;
	border-bottom: 1px solid #C3DAEC;
	line-height: 1.5;
}
.moduleRowOver {
 background-color: #F4F3EB;
	border-top: 1px solid #C3DAEC;
	border-bottom: 1px solid #C3DAEC;
	line-height: 1.5;
}
.moduleRowSelected { background-color: #FFFFFF; }

.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-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; }
.heading2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; }
.heading3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; }
.heading4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; }
.heading5 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; }

/* Sitemap Tables */
.sitemap_heading {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF;
	background-color: #141414;
	padding-top: 2px; padding-bottom: 2px;}
.sitemap_heading a {color:#FFFFFF;}
.sitemap_heading a:hover {color:#CCCCCC; text-decoration:none;}

.sitemap_sub {font-family: Verdana, Arial, Helvetica, sans-serif; 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 { color: white; font-size: 10px; background-color: #FB9366; }
.messageStackSuccess { font-size: 10px; background-color: #A4CAE8; }

/* input requirement */

.inputRequirement { font-size: 10px; color: #FF6B2B; }

.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: #141414;
	border-top-width: 4px;
	border-top-style: solid;
	border-left-width: 4px;
	border-left-style: solid;
	background-color: #E6E6E6;
	width: 185px;
}

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

.tableListingI {
	background-color: #F8F8F4;
}

.tableListingII {
	background-color: #F4F3EB;
}

.tableBody {
padding: 5px;
}

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

/* mister-media  */

* { padding: 0; margin: 0; }
img {border: 0;}
body {
  	color: #141414;
  	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
}

p {
  margin-bottom: 10px;
}

td {
  padding: 2px;
}

h1 {
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.bold {
  font-weight:bold;
}

.small {
  font-size: 10px;
}

.uppercase {
  text-transform: uppercase;
}

.bullet {
  float: left;
  margin: 5px 3px 0 3px;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.block {
  display: block;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.white {
  color: white;
}

.size10 {
  font-size: 10px;
}

.size12 {
  font-size: 12px;
}

.size14 {
  font-size: 14px;
}

.backgroundwhite {
  background: white;
}

.blue {
  background: ;
}

.margin0 {
  margin: 0;
}

.margintop {
  margin-top: 10px;
}

.borders {
  border: 1px solid #989898;
  background: #FFFFFF;
}

#wrapper {
	position: relative;
	width: 966px;
   margin: 0 auto;
}

#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 806px;
   height: 160px;
}

.header_left{
	width: 507px;
	height: 161px;
	background: url('img/bg_header_left.jpg') left top  no-repeat;
}

#navi{
   float:left;
   background: url('img/bg_navi.jpg') left bottom  no-repeat;
   padding: 29px 0 0 0;
   width: 299px;
   height: 132px;
}

#navi ul, .box_login ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}

#navi li, .box_login li {
   float: left;
   text-transform: uppercase;
   padding: 3px 0 0 0;
   height: 15px;
   margin: 0 0 0 11px;
}

#navi li a:hover {
  color: #F4060D;
  text-decoration: underline;
}

#navi li.cart {
  padding: 3px 4px 0 4px;
  background: #FFFFFF;
  border: 1px solid #666666;
  border-right: none;
}

#wrapper1 {
	position: absolute;
	top: 160px;
   border: 1px solid #141414;
   width: 804px;
   border-top: none;
}

.box_top {
	padding: 0 20px;
	width: 764px;
	height: 36px;
   background: url('img/bg_box_top.jpg') left top repeat-x;
}

#box_cart {
  position: absolute;
  left: 806px;
  top: 29px;
  background: #FFFFFF url('img/bg_cart.gif') left top no-repeat;
  padding: 5px 5px 0 5px;
  width: 150px;
  height: 195px;
}

#box_right {
  position: absolute;
  left: 805px;
  top: 240px;
  background: #FFFFFF url('img/bg_right.gif') left top repeat-y;
  width: 161px;
}



.box_search {
  color: white;
  padding: 5px 40px 0 0;
	border-right: 1px solid #D3D3D3;
  height: 31px;
}

.box_login {
  color: white;
  padding: 5px 0 0 40px;
  height: 31px;
}

.lines {
	background: url('img/lines.gif') top left repeat-x;
	padding-top: 5px;
}

.line {
	border-top: 1px dashed #141414;
	height: 5px;
}

#navi_left {
	width: 174px;
	background-image: url(img/navileft.jpg);
}

#categories {
  padding-bottom: 10px;
}

#categories ul {
  list-style-type: none;
}

#categories li.main a  {
	display: block;
	color: white;
	padding: 0px 0 0 5px;
	background-image: url(img/navileftmenu.jpg);
	height: 16px;
	margin-bottom: 0px;
}

#categories li.main a.active {
	background: url('img/bg_categories.gif') left top no-repeat;
}

#categories li.sub a, #categories li.sub1 a  {
	display: block;
	color: #141414;
	background-image: url(img/navileft.jpg);
	padding: 1px 0 0 20px;
	height: 16px;
	margin-bottom: 0;
}

#categories li.sub1 a  {
	padding: 0px 0 0 35px;
}

#categories li.sub a.active {
  background: url('img/arrow_categories.gif') left top no-repeat;
}

.infoBox {
	border-top: 1px dashed #141414;
  	padding: 10px;
}

.box_information {
	border-top: 1px dashed #141414;
  	padding: 10px 10px 10px 5px;
}

.box_information a {
  padding-left: 12px;
  background: url('img/bullet_blue.gif') left center no-repeat;
}

.specials {
  padding: 0 5px 0 5px;
}


#main {
	position: absolute;
	left: 175px;
	top: 196px;
	width: 630px;
	z-index: 100;
}

.navtrail {
  border-bottom: 1px dashed #141414;
}

.navtail a {
}

.content {
  padding: 10px;
}

.content ul, .content ol {
  list-style-position: inside;
}

.content_navi {
  text-align: right;
  background: # ;
}

.heading_content {
  background: url('img/heading_content.gif') top left no-repeat;
  color: white;
  font-weight: bold;
  overflow:hidden;
  padding: 2px 5px 0 5px;
  width: 582px;
  height: 19px;
  margin-left: 2px;
}

.heading_content a, .heading_content a:hover {
  color: white;
  font-weight: bold;
}

.thumb_img {
  text-align: center;
  border: 1px solid #141414;
  width: 104px;
  height: 104px;
  background: white;
}

.thumb_img_sub {
  text-align: center;
  border: 1px solid #141414;
  width: 58px;
  height: 58px;
  background: white;
}


.listing_left {
	background: url('img/bg_listing.gif') 7px 7px no-repeat;
}

.listing_right {
	background: url('img/bg_listing.gif') 0 7px no-repeat;
}

.listing_sub {
  background-image: url(img/produktinfo.jpg);
}

.category_listing {
	background: url('img/bg_category_listing.gif') left top repeat-y;
	border-bottom: 1px dashed #141414;
}

.product_info_image {
  text-align: center;
  padding-top: 5px;
  width: 212px;
  height: 217px;
  margin-right: 10px;
}

.product_info {
	padding: 5px;
	width: 375px;
	min-height: 215px;
	border-color: #000000;
	border: 0px solid;
	background-image: url(img/produktinfo.jpg);
}

.sitemap ul, .sitemap ol {
  list-style-type: none;
}

li.sitemap1 {
  margin-left: 20px;
}

li.pay {
  list-style-position: inside;
  margin-left: 10px;
}


#right {
  position: absolute;
  left: 763px;
  width: 169px;
}

#shadow {
	position: relative;
	background: url(img/shadow_bottom.gif) top right no-repeat;
	width: 940px;
  	height: 7px;
  	margin: 0 auto;
}