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

/********************************************
 ** emisshop Styles                        **
 *******************************************/

#body {
	margin:0px;
	padding:0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color: #454444;
}

#popupbody {
	margin:0px;
	padding:0px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#454444;
	background-color:transparent;
}

a { color:#6f6767; text-decoration:underline; }
a:hover { color:#91979b; text-decoration:underline; }
img { border:none; }

#container {
	width:905px;
	margin:0px auto 0px auto;
	text-align: left;
	color: #454444;
	z-index:9;
}

#top {
	top:0px;
	width:905px;
	height:124px;
	position:absolute;
}

#top_background {
	width:100%;
	height:134px;
	padding:0px;
	margin:0px;
	background:url('img/bg_header.jpg') no-repeat center top;
}

#logo { margin-top:50px; width:293px; position:absolute; }

#breadcrumbs {
	padding-left:10px;
	width:492px;
	margin-top:7px;
	z-index:10000;
	font-weight:normal;
	float:left;
	position:absolute;
	color:#999999;
	overflow:hidden;
}

#breadcrumbs a {
	color:#999999;
	text-decoration:none;
	font-weight:normal;
}

#usermenu {
	z-index:100;
	text-align:left;
	width:708px;
	z-index:1000;
	float:left;
	top:0px;
	position:absolute;
}

#usermenu ul, #minicart ul {
	margin:0px;
	padding:0px;
	list-style:none;
	float:right;
}
#minicart ul { float:left; }
#usermenu ul li, #minicart ul li {
	margin:0px 0px 0px 3px;
	height:26px;
	float:left;
	background: url('img/bg_topnav_li.png') center bottom no-repeat;
	text-align:center;
	filter:alpha(opacity: 70);
	-moz-opacity:0.7;
	opacity:0.7;
	background-color:transparent !important;
}
#minicart ul li{
	margin:0px 3px 0px 0px;
	background: url('img/bg_topnav_li_minicart.png') center bottom no-repeat;
	filter:alpha(opacity: 80);
	-moz-opacity:0.8;
	opacity:0.8;
	background-color:transparent !important;
}
#usermenu ul li a, #minicart ul li a {
	width:73px;
	padding:7px 0px 2px 0px;
	display:block;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}

#middle {
	margin:10px 0px 0px 0px;
	vertical-align:top;
}

#left {
	width:177px;
	float:left;
	z-index:30;
	padding-left:10px;
}

#right {
	width:187px;
	float:right;
	z-index:20;
}

#content {
	width:512px;
	margin:0px auto 0px auto;
	line-height:1.5em;
	padding-bottom:30px;
	z-index:10;
	display:block;
}
#content_main {
	margin-bottom:20px;
}

.copyright { display:none; }
.none { display:none; }

h1 { font-size:1.2em; font-weight:bold; color:#000; padding:0; margin:0px 0 20px 0; }
h2 { font-size:1.2em; font-weight:bold; color:#000; padding:0; margin:0px 0 10px 0; line-height:1.2em }
h3 { font-size:1.0em; font-weight:bold; margin:0 0 5px 0; padding:0; color:#454444; }
.h3 { font-size:1.0em; font-weight:bold; margin:0 0 5px 0; padding:0; color:#454444; }

/********************************************
 ** emisshop Content Styles                **
 *******************************************/

.no_products {
	background-color:#454444;
	color:#fff;
	font-weight:bold;
	text-align: center;
	height:20px;
	padding-top:4px;
}

.new_search {
	font-weight:bold;
	background-color: #efefef;
	height:40px;
	padding:10px;
}

.titles {
	font-weight: bold;
	font-size: 14px;
	color:#00FFFF;
}

#block {
	border:1px solid #eaeaea;
	text-decoration:none;
	padding:5px;
	margin-bottom:10px;
}
/*
#block a {
	color:#454444;
	background-color:#efefef;
	text-decoration:none;
}
#block a:hover {
	color:#454444;
	background-color:#cae4f3;
}
*/
#block span { color:#999; }
#block label {
	font-weight:bold;
}

.bearbeiten {
	background-color: #e1057b;
	color: #fff;
	text-decoration: none;
}

.goldschrift {
	color: #454444;
}

.rechnungsheader {
	background-color: #eaeaea;
	color:#454444;
}

.rechnungslist {
	border-bottom:1px solid #eaeaea;
}

#buttonblock {
    width:506px;
    margin:0 0 18px 0;
	padding:3px;
    border:0;
    text-decoration: none;
	background-color:#efefef;
	text-align:left;
	display:table;
}

/********************************************
 ** emisshop margin style                  **
 *******************************************/

.mt25 {
	margin-top:25px;
}

/********************************************
 ** emisshop default xt Styles             **
 *******************************************/

.boxTextBG {
	background-color: #efefef;
}
.boxTextBGII {
	background-color:#eaeaea;
}
.boxTextPrice {
	color:#fff;
}

.errorBox {
	font-weight:bold;
	background-color: #efefef;
	color:red;
	padding:5px;
	margin-bottom:20px;
}
.gvBox {
	font-size : 14px;
	font-weight: bold;
	border: 1px solid #fff;
	background-color: #74668f;
}
.stockWarning { 
	color: #fea100;
}

.productsNotifications {
	background-color: #ebe6f6;
}

.orderEdit { 
	color: #70d250;
	text-decoration: underline;
}

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

.headerError {
	background-color: #fea100;
}

.headerMessage {
	background-color: #fea100;
}

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

TD.headerError {
	font-size: 12px;
	background: #e1057b;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

TR.headerInfo {
	background: #00ff00;
}

TD.headerInfo {
	font-size: 12px;
	background: #00ff00;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

TR.footer {
	background: #786b97;
}

TD.footer {
	background: #786b97;
	color: #000;
	font-weight : bold;
	border-bottom: 1px solid #b6b7cb;
}

TD.infoBox, .infoBox, span.infoBox {
	color: #fea100;
	background-color: #ffeea0;
}

.infoBox a {
	color: #fea100;
}

/*
TD.infoBox, SPAN.infoBox {
	background: #f7de98; 
}
*/

.infoBoxContents {
}

.infoBoxNotice {
	background: #fea100;
}

.infoBoxNoticeContents {
	margin-bottom:10px;
	background-color:#fea100;
	color:#fff;
	font-weight:bold;
}
.infoBoxNoticeContents h2 {
	color:#000;
	font-size:1.3em;
	margin:0px;
	padding:0px;
}

TD.infoBoxHeading, .infoBoxHeading {
	height:30px;
	color: #fea100;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 0px 0px 0px;
	/*padding: 0px 0px 0px 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: #fea100;
}

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

TABLE.productListing {
	border: 1px solid #454444;
	border-spacing: 1px;
}

.productListing-heading {
	background: #ebe6f6;
	color: #fff;
	font-weight: bold;
}

TD.productListing-data {
}

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

A.pageResults:hover {
	color: #fea100;
	background: #ffeea0;
}

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

TR.subBar {
	background: #ebe6f6;
}

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

TD.smallText, SPAN.smallText, P.smallText {
}

TD.accountCategory {
	font-size: 11px;
	color: #786b97;
}

TD.fieldKey {
	font-size: 11px;
	font-weight: bold;
}

TD.fieldValue {
	font-size: 11px;
}

TD.tableHeading {
	font-size: 11px;
	font-weight: bold;
}

span.newItemInCart {
	color: #e1057b;
}

span.greetUser {
	font-weight:bold;
}

span.underline {
	text-decoration:underline;
}

.formArea {
	background:#efefef;
	padding:5px;
	margin-bottom:10px;
	border:1px solid #eaeaea;
}

.formAreaTitle {
	font-size: 13px;
	font-weight: bold;
}

.parseTime {
	text-align:center;
	width:100%;
}

SPAN.markProductOutOfStock {
	font-size: 13px;
	color: #e1057b;
	font-weight: bold;
}

SPAN.productSpecialPrice {
	color:#e1057b;
}
#listing span.productOldPrice {
	color:#e1057b;
	text-decoration: line-through;
}
SPAN.errorText {
	color: #454444;
}

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

.moduleRow {
	font-size:0.9em;
	background-color: #eaeaea;
	height:30px;
	color:#454444;
}

.moduleRowOver {
	background-color:#e1057b;
	font-size:0.9em;
	height:30px;
	color:#454444;
}
.moduleRowOver a { color:#000; }
.moduleRowSelected {
	background-color: #e1057b;
	height: 30px;
	color: #454444;
	font-size:0.9em;
	font-weight:bold;
}

.checkoutBarFrom, .checkoutBarTo { color: #74668f; }
.checkoutBarCurrent { color: #000; }

/* 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: 14pt; }

/* Sitemap Tables */
.sitemap_heading {
	font-size: 12px;
	font-weight:bold;
	color: #fff; 
	background-color: #74668f; 
	padding:5px;
}
.sitemap_heading a {color:#fff; text-decoration:none; display:block;}
.sitemap_heading a:hover {color:#fea100; text-decoration:none;}

.sitemap_sub {
	font-size: 11px;
	color: #201d42;
	background-color: #ebe6f6;
	padding:2px;
}
.sitemap_sub a {color:#000000;}
.sitemap_sub a:hover {color:#999999; text-decoration:none;}


/* message box */

.messageBox {  }
.messageStackError, .messageStackWarning {
	padding:5px;
}

.messageStackSuccess {
	color: #201d42;
	background-color:#ffeea0;
	padding: 5px;
}

/* input requirement */

.inputRequirement { color: #e1057b; }

.contentsTopics {
	margin: 0 0 20px 0;
}

.contentsTopics h1 {
	font-size:20px;
	font-weight: bold;
	color:#fea100;
	text-transform: uppercase;
	letter-spacing:2px;
	margin:0;
}

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