/* -----------------------------------------------------------------------------------------
   $Id: stylesheet.css,v 1.4 2004/06/06 17:13:29 novalis Exp $   

   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 
   ---------------------------------------------------------------------------------------*/
 /* standard elements */
html { min-height: 100%; }

* {
	margin: 0;
	padding: 0;
}

a       { color: #000;text-decoration: none;}
a:hover { text-decoration: underline;}

body {
	background: #94e796 url(img/schwimm_bg.jpg);
	background-repeat:repeat-x;
	color: #444;
	font: normal 60.5% Arial,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Arial,sans-serif;
	margin-bottom: 4px;
}

h1,h2,h3 { padding: 6px; }

/* misc */
.clearer { clear: both; }

.left { float: left; }

.right {
       float: right;
       border: 1px solid #ff980b;
       background: #FFF;
}
       
.date_right {
font-family: Verdana, Arial, Helvetica, sans-serif;
color:#000000;
float:right;
font-size:10px;
font-weight:bold;
padding:3px 3px 0 0;
}

/* structure */
.container {
	background: #fff;
    border-left: 1px solid #79BFFB;
    border-right: 1px solid #79BFFB;
    border-bottom: 1px solid #79BFFB;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 960px;
}

/* header */
.top {
	padding: 10px 10px 0;
}

/* title */
.header {
	background: #fff;
    border-left: 1px solid #79BFFB;
    border-right: 1px solid #79BFFB;
    border-top: 1px solid #79BFFB;
	font-size: 1.2em;
	height: 130px;
	margin: 0 auto;

	padding: 10px 10px 5px;
	width: 960px;
}
.header .left, .header .right {
	background: #FF;
    color: #000;
	height: 98%;
	border: 1px solid #79BFFB;
}
.header .left {width: 170px; position:relative;}

.header .right {width: 170px; position:relative;}

.header .middle {
    margin: 0 auto;
	width:612px;
    font: normal 2.2em Arial,sans-serif;
    color:#077CE6;
	line-height: 132px;
	text-align: left;
    background: #FFF url(img/header.jpg) no-repeat;
}

.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {
    border: 1px solid #79BFFB;
	border-color: #79BFFB;
 background: url(img/shwimm_menu.gif);
 height:26px;
    padding: 0px 0px 0px 0px;
}
.navigation a {
    border-right: 1px solid #79BFFB;
	color: #fff;
	display: block;
    float: left;
	font: bold 1.1em sans-serif;
    padding: 4px 4px 0px 4px;
	text-decoration: none;
    height:20px;
}

.navigation a:hover {color: #fff; text-decoration: underline;}


.header_subcat {
    font-size: 11px;     font-weight: bold;
    color: #456;
}
    
.header_subcat a {
    font-weight: bold;
    color: #456;
 text-decoration: none;
  height:30px;

  padding: 5px 5px 3px 5px;

}

.header_subcat a:hover {
    color: #79BFFB;
 text-decoration: underline;
}

.header_subcatbg {
     border-top: 1px solid #79BFFB;
    background-image: url(img/nav.gif);

}

/* main */
.main {
 background: #ffffff;
}

/* sub navigation */
.sidenav_right {
	float: right;
 width: 192px;
}
.sidenav_left    {
    float: left;
 width: 192px;
}

.sidenav h2 {
	color: #ffffff;
	font-size: 1em;
	line-height: 30px;
	margin: 0;

	padding-left: 10px;
    border-color: #79BFFB #CFDEE7;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: bold;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;
}



/* content */
.content {
	background: #fff;
}

.content_middle {
    margin: 0 auto;
	padding: 0 0 0 0;
	width:555px;
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
.content p {font-family: Arial,sans-serif;}

/* footer */
.footer {
 background: url(img/shwimm_oberschrifte.gif);
 height: 27px;
 color: #fff;
 font: bold 0.8em sans-serif;
 text-align: center;
 line-height: 13px;
}
.footer a,.footer a:hover {color: #fff;}




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

.productsNotifications {
	background-color: #f2fff7;
}

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

FORM {
	display: inline;
}


A.breadcrumb {
  color: #000;
}
A.breadcrumb:hover {
  color: #000;
}

 .priceDisclaimer	{
	font-size:9px;
	line-height:1;
	color:#000;
	}
 
 .price	{
	font-size:12px;
	line-height:1;
	color:#000;
    font-weight: bold;
	}
 
 
.productListingOuter	{
	width:541px; float:left; border:1px solid #79BFFB; margin:5px;
	}

.productListingInner	{
	padding:10px;
	}


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


.infoBox {
    color: #000000;
	font-size: 1em;
	line-height: 15px;
	margin: 0;
	padding-left: 10px;
    border-color: #79BFFB #CFDEE7;
}

.infoBoxNoticeContents {
  font-family:  Arial, sans-serif;
  font-size: 11px;
}

.infoBoxHeading {
 background: url(img/shwimm_oberschrifte.gif);
 height:21px;
	border: 1px solid;
	border-color: #79BFFB #79BFFB;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 2px;
    padding-left: 10px;
    font: bold 1.0em sans-serif;
    color: #FFF;
}

.infoBoxHeading a{
    color: #FFF;
}

.infoBox, SPAN.infoBox {
  font-family:  Arial, sans-serif;
  font-size: 11px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  background: #BADFFF;
  border-color: #79BFFB #79BFFB;
}

TR.headerError {
  color: #ff0000;
  font-size: 12px;
}

INPUT{
	font-family: Arial, sans-serif;
	font-size: 11px;
}

select {
	font-family: Arial, sans-serif;
	font-size: 11px;
}

a.confirmationEdit {
  font-style:italic;
  font-size: 10px;
  color: #999999;
}

SPAN.greetUser {
  font-family: Arial, sans-serif;
  color: #0000;
  font-weight: bold;
}

TABLE.formArea {
  background: #ffffff;
  padding: 0 5px 0 5px;
}


SPAN.markProductOutOfStock {
  font-family: Tahoma,  Arial, sans-serif;
  font-size: 11px;
  color: #c76170;
  font-weight: bold;
}

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

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

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

.sitemap_sub {font-family:  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-family:  Arial, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family:  Arial, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family:  Arial, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family:  Arial, sans-serif; font-size: 11px; color: #ff0000; }

.pageHeading {
 background: url(img/shwimm_oberschrifte.gif);
 height:20px;
	border: 1px solid #79BFFB;
	border-color: #79BFFB #79BFFB;
    font: bold 1.1em sans-serif;
    width: 550px;
    padding: 4px 0 4px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
	line-height:19px;
    }

.contentsTopics {
 background: url(img/shwimm_oberschrifte.gif);
 height:19px;
	border: 1px solid #79BFFB;
	border-color: #79BFFB #79BFFB;
    font: bold 1.1em sans-serif;
    width: 550px;
    padding: 6px 0 3px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    }

.tableListingI {
	background-color: #fafafa;

}

.tableListingII {
	background-color: #d0d0d0;
}

.tableBody {
padding: 5px;
}

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

img { border: 0 }

.copyright {
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-align:center;
  color: #000000;
}
.parseTime {
  font-family: Arial, sans-serif;
  font-size: 10px;
  line-height: 1.5;
  text-align:center;
  color: #000000;
}
A.copyright {
  color: #000000;
}
A.copyright:hover {
  color: #000000;
  text-decoration: underline;
}

.search_box table {
  padding-left: 10px;
  padding-bottom: 0px;
}

/*boxen*/
.left .boxText, .right .BoxText{ position:absolute; }
.left .boxTextBG, .right .boxTextBG{ float:left; margin-top:40px;  z-index:999; position:absolute;font-weight:bold;padding-left:3px; left:36px;   }
.right .boxTextBG{ margin-top:43px;}
.left .boxTextBG a{ color:#444;font-size:12px;}
.left .boxTextBG_2, .right .boxTextBG_2{ background:#fff; padding-top:35px; opacity:0.8; filter:alpha(opacity=80); z-index:998; position:absolute; height:62px; margin-left:34px; width:120px; }

.left .boxTextBG span, .right .boxTextBG span{ float:left; font-size:9px; font-weight:normal; width:130px; }

.right .boxTextBG a{ font-size:12px;}

#link_exchange {
width:700px;
margin: 0px auto;
padding: 0 0 10px 0;
text-align:center;
font-family: Verdana, Arial, sans-serif;
font-size:10px;
color: #888;
}

#link_exchange a{
color: #888;
}

/*
	user products
	@southbridge
*/

.contentsTopicsText 
	{color:#999999; margin-left:5px; margin-top:10px; margin-bottom:10px;}
.shopERROR_EMPTY 
	{background-color:#ff0000; padding:1px; margin-bottom:1px; color:#ffffff;}
.contentsTopicsText 
	{color:#999999; margin-left:5px; margin-top:10px; margin-bottom:10px;}	
.shopBoxesInfoLinks 
	{background: url(img/shoplinkicon.gif); background-repeat:no-repeat; font-style:italic; padding-left:20px; padding-top:2px;}
A.shopBoxesInfoLink:link,A.shopBoxesInfoLink:visited
	{text-decoration:underline; color:#666666;}
A.shopBoxesInfoLink:hover 
	{text-decoration:none; color:#666666;}	
.shopBoxesInfo 
	{color:#333333; margin-top:5px; margin-bottom:5px; background-color:#dddddd; padding:5px; border:1px solid #ffffff;}
.allproductsHeader 
	{background-color:#e9b538; color:#ffffff; padding-left:3px;}
.allproductsContent 
	{color:#777777; padding:2px;}
.shopModulUserProductsTitle 
	{background: url(img/shoplinkicon.gif); background-repeat:no-repeat; padding-left:20px; padding-top:2px; margin-top:10px; margin-bottom:5px;}	
