/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css 1262 2005-09-30 10:00:32Z mz $   

   XT-Commerce - community made shopping
   http://www.xt-commerce.com

   Copyright (c) 2004-2009 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 
   ---------------------------------------------------------------------------------------*/


body {
        font:11px Verdana,Arial,Helvetica,sans-serif;
        overflow-x:hidden;
        overflow:-moz-scrollbars-vertical;
		background-image: url(../prestige/img/background-flower.gif);
		background-repeat:repeat;
}


/* KOPFZEILE_____________________________________________________________________________ */

#myheader {
        background-image:url(img/header.jpg);
        width:1006px;
        height:356px; 
        margin-left:-11px;
}


/* LOGO IM HEADER  */

#logo { display:block; height:140px; width:900px; background:transparent; }


/* SONSTIGES _____________________________________________________________________________ */

.myhidden { display:none; }
.mybreak { clear: both; }


/* WEBSITE */

#mywebsite {
        width:1000px;
        background-image: url(img/middle.jpg);
        background-repeat:repeat-y;
        background-attachment:scroll;
        margin: 0px auto;
}

*html #mywebsite {
        margin: 0px auto;
}


/* LINKE SPALTE _____________________________________________________________________________ */

#mycontent {
        width:1000px;
        margin-top:0px;
}

#mycontentleft {
        float:left;
        width:180px;
        padding-top:15px;
        padding-left:30px;
        padding-right:8px;
		margin-top:12px;
        
}

#mycontentleft p { 
        font:11px Verdana,Arial,Helvetica,sans-serif;
        color:rgb(255,255,255);
        padding-top:-5px;
        padding-bottom:-5px;
        text-align:center;
}


/* RECHTE SPALTE _____________________________________________________________________________  */

#mycontentright {
        float:right;
        width:180px;
        padding-top:15px;
        padding-right:33px;
        margin-top:12px;
}

#mycontentright p { 
        font:11px Verdana,Arial,Helvetica,sans-serif;
        color:rgb(255,255,255);
        padding-top:-5px;
        padding-bottom:-5px;
        text-align:center;
}


/* MITTLERE SPALTE _____________________________________________________________________________  */

#mycentrecontent {
        float:left;
		width:555px;
        padding-top:21px;
        margin-left:4px;
        
        
        
}
*html #mycentrecontent {margin-left:-15px;}

#mycentrecontent p {
        font:12px Verdana,Arial,Helvetica,sans-serif;
        color:rgb(255,255,255);
        padding-left:0px;
        padding-top:-15px;
}




/* FUSSZEILE _____________________________________________________________________________ */

#myfooter {
        text-align:center;
        background-image: url(img/footer.jpg);
        background-repeat:no-repeat;
	      height:74px; 
        margin-left:0px;
}

*html #myfooter { height:74px; }

#myfooter a:link { color:rgb(0,55,185); text-decoration:none; }
#myfooter a:hover { color:rgb(0,55,185); text-decoration:underline overline; }
#myfooter a:visited { color:rgb(0,55,185); text-decoration:none; }



/* TOP-SYMBOL _____________________________________________________________________________ */

#mytop { border:0pt none ; background:transparent url(img/top.png) no-repeat scroll 100%; position:fixed; bottom:0pt; right:0pt; display:block; width:35px; height:19px; text-indent:-9999px; text-decoration:none; }

*html #mytop { display:none; }



/* BOXEN _____________________________________________________________________________ */

#myheadline {
        
		float:left;
        font-size:11px;
        font-weight:bold;
        color:rgb(255,255,255);
        margin-left:300px;
        margin-top:-40px; 
}
*html #myheadline { margin-left:130px; }

#myheadline a:link { color:rgb(255,255,255); text-decoration:none; }
#myheadline a:hover { color:rgb(255,255,255); text-decoration:underline overline; }
#myheadline a:visited { color:rgb(255,255,255); text-decoration:none; }


#mysearchbox { 
        float:right; 
        margin-right:30px;
        margin-top:-46px;
}

#mylittlecart {
        font-family: Verdana, Arial, sans-serif;
	font-size:10px;
}


/* BOXENLAYOUT ________________________________________________________________________ */

/* Boxbild oben */
div.infoBoxHeading {
        background-image:  url(img/box_head.gif);
        font-family: Verdana,Arial;
		background-repeat:no-repeat;
        text-align: center;
        width:182px;
        height:40px;
        padding-top:2px;
}

/* Boxbild unten */
div.infoBoxBottom {
        background-image:  url(img/box_foot.gif);
        background-repeat:no-repeat;
        width:182px;
        height:34px;
        padding-left:10px;
}

/* Text fuer Boxen */
.boxText {
		font-family: Verdana, Arial;
	      font-size: 12px;
		  margin-top:-13px;
	      padding-left:5px;
	      background:#FFF;
}



.infoBoxContents {
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
}

.infoBoxNotice {
  background: #FF8E90;
}

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

.infoBoxHeading_right {
  font-family: Verdana,Arial;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding-left:5px;
  background: #F87B0B;
  color: #FFFFC8;
  height:20px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
}

.infoBox, P.infoBox, SPAN.infoBox {
  padding-left:10px;
  height:20px;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
}

.infoBox_right, P.infoBox_right, SPAN.infoBox_right {
  height:20px;
  background: #FFFFC0;
  border: 1px solid;
  border-color: #F87B0B;
  -moz-border-radius-bottomleft:10px;
  -moz-border-radius-bottomright:10px;
}





/* HYPERLINK _____________________________________________________________________________ */

a:link { color: #9E2A57; text-decoration:none; }
a:hover { color: #9E2A57; text-decoration:underline overline; }
a:visited { color: #9E2A57; text-decoration:none; }



/* WERBEBANNER ___________________________________________________________________________ */

#mybanner {
        text-align:center;
}



/* SONSTIGES _____________________________________________________________________________ */

.myhidden { display:none; }
.mybreak { clear: both; }


/* UEBERSCHRIFTEN _____________________________________________________________________________ */

h1 { font-family:Verdana,Arial; color: #FFF; font-size: 1.5em; display: inline;}
h2 { font-size: 1.0em; display: inline;}
h3 { margin-top:-10px; text-align: center; font-size:12px; font-weight:bold; font-family:Verdana,Arial; color: #FFF;}
h4 { font-size: 0.9em; display: inline;}



/* KATEGORIEN _____________________________________________________________________________ */

.menuelev1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-top: 1px solid #CCCCCC;
	color: #EDEDED;
}
.menuelev2{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	border-bottom: 1px solid #CCCCCC;
	color: #EDEDED;
}
.menuelev3{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #EDEDED;
}















/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  font-style: italic;
  color: #0000ff; 
  }
  
a.tooltip:hover {
  color: #0000ff; 
  background: transparent;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  top: 0px; 
  left: 0px; 
  width: 250px;
  z-index: 1000;
  color: #000000; 
  border:1px solid #000000; 
  background: #F1F1F1;
  font: 10px Verdana, sans-serif; 
  text-align: left;
  }


.price{
  font: 28px Verdana, sans-serif;
  font-weight: bolder;
  margin-top:-50px;
  margin-bottom:1px;
  color: #fff; 
}
.product-price{
  font: 18px Verdana, sans-serif;
  font-weight: bolder;
  margin:10px 0;
  color: #fff;
}

.product-name{
  font: 22px Verdana, sans-serif;
  margin-bottom:5px;
  font-weight: bold;
  color: #fff;
}

.product-name a:hover{
  font: 22px Verdana, sans-serif;
  margin-bottom:5px;
  color: #C20066;
  text-decoration:underline overline;
}

.cartleft {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #858585;
}
.cartright{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: thin;
	color: #999999;
}

.boxTextBG {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.boxTextBGII {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
.boxTextPrice {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.errorBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	font-weight: bold;
	background-color: #ffb3b5;
}
.gvBox {
	font-family : Verdana, Arial, sans-serif;
	font-size : 14px;
	font-weight: bold;
	border-color: #FFFFFF;
	border: 1px solid;
	background-color: #ffb3b5;
}
.stockWarning { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #cc0033;
}

.productsNotifications {
	background-color: #f2fff7;
}

.orderEdit { 
	font-family : Verdana, Arial, sans-serif;
	font-size : 10px;
	color: #70d250;
	text-decoration: underline;
}

img{
	border:0;
}

FORM {
	display: inline;		   
}


.header {
	background-color: #ffffff;
}

.headerNavigation {
  background: #F6F6F6;
}

.headerNavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #404040;
	font-weight : bold;
	border-bottom: 1px solid;
	border-color: #b6b7cb;
	background-color: #F6F6F6;
}

A.headerNavigation { 
  color: #000000; 
}

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

.conditions {
  background-color:#FF8080;
  border: 1px solid;
  border-color:#C00000;
}

A.confirmationEdit {
	color: #C20066;
	font-style: italic; 
	font-weight: bold;
}
A.confirmationEdit:hover {
	color: #C20066;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.headerError {
  background-color: #312C26;
}

.headerMessage {
	background-color: #C20066;
}

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

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

.headerInfo {
  background: #00ff00;
}

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

.footer {
  background: #bbc3d3;
}

.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #F6F6F6;
  color: #000000;
  font-weight : bold;
  border-bottom: 1px solid;
  border-color: #F87B0B;
}


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

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

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

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #F87B0B;
  color: #FFFFFF;
  font-weight: bold;
}

.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

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

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

.pageHeading, DIV.pageHeading {
        background-image:  url(img/page_head.gif);
        background-repeat:no-repeat;
        text-align: center;
        font-weight:bold;
        width:560px;
        height:42px;
		margin-top:7px;
        
/* padding-top:3px; font-size:12px; font-weight:bold; font-family:Verdana,Arial; color: #5E5E5E; display: inline;}
*/
}

.subBar {
  background: #f4f7fd;
}

.subBar {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
}

.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #fff;
  width:530px;
  height:50px;
  margin-top:-40px;
  
  }

.mainpayment {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #000;
  width:530px;
  height:50px;
  margin-top:-40px;
  
  }
        
        
.navileft, P.navileft {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  background-color: #FFFFFF;
  padding-right:20px;
  padding-left:10px;
  font-stretch:ultra-expanded;
}

.maincontent, P.maincontent {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  background-color: #481725;
  text-align:left; 
  color:rgb(255,255,255);
   
  padding-top:5px;
  padding-right:15px;
  padding-left:15px;
  margin-top: -7px;
  
}


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

.accountCategory {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  color: #aabbdd;
}

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

.fieldValue {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

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

SPAN.newItemInCart {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #fff;
}

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



.searchinput{
background-color:#F1F1F1;
border: 1px solid #312C26;
font-size:9px;
padding:2px;
}

TEXTAA {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #9E2A57;
  font-weight: bold;
}

SPAN.underline {
	text-decoration: underline;
}

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

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

.copyright {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  text-align:center;
}
.parseTime {
  font-family: Verdana, Arial, sans-serif;
  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: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}
SPAN.productOldPrice {
	font-family: Verdana, Arial, sans-serif;
	color: #ff0000;
	text-decoration: line-through;
}
SPAN.errorText {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
}

SPAN.productDiscountPrice {
  font-family: Verdana, Arial, sans-serif;
  color: #ff0000;
  font-weight: bold;
}

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

.moduleRow {
 font-family: Verdana, Arial, sans-serif;
 font-size: 11px;
 line-height: 1.2;
 background-color: #C20066;
 border: 1px solid;
 color:#000;
}
.moduleRowOver { 
	background-color: #481725; 
	border: 1px solid;
	border-color: #ffffff;
	font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
	color: #fff;
    line-height: 1.2; 
	
	}
.moduleRowSelected { background-color: #C20066; color:#fff;}

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; 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: #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: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; color: #000000; background-color: #FFFFFF; padding: 2px 2px;}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.messageStackError, .messageStackWarning { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Verdana, Arial, sans-serif; font-size: 10px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #C20066; }

.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: #FFFFFF;
	width: 185px;
}

.contentsTopics {
  font-family:Verdana, Arial, Helvetica;
  font-size: 2em;
  font-weight: bolder;
  color: #fff;
  display: inline;
}

.tableListingI {
	background-color: #eeeeee;
}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

.poweredby {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  color: #000000;
  font-weight: bold;
}
.onepxwidth {
	width: 1px;
}

.highlight {
	border-bottom: 1px solid #999999;
	padding: 12px 0;
        bgcolor: #9BA9C1;
}

.highlight div {
}

.highlight h3 {
	margin: 0 0 6px 0;
	border: none;
	color: #FFFFFF;
	font-size:18px;
}

.highlight table {
	color: #FFFFFF;
	text-align: right;
}

.highlight td {
}

.highlight-ol {
	color: #00000;
}

.highlight-ol div {
	padding: 0px 12px;
	margin: 0;
}

.highlight-ol h3 {
        font-size:18px;
	color: #FFFFFF;
	border: none;
}
