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

   (c) 2006	 FIETZ.MEDIEN (stylesheet.css, 2006/03/01); www.fietz-medien.de

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

   Copyright (c) 2004 XT-Commerce 

   (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-size: 1.0em;
	line-height: 1.3em;
	background: #988063 url(img/bg.jpg) repeat-x top;
	margin:0px;
	padding:0px;
}

img{
	border:0px;
}
dfn {
	font-family: "Courier New", Courier, monospace;
	font-weight:normal;
	text-align: left;
	border:1px #669900 dashed;
}
.website {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight:normal;
	text-align: left;
	display: block;
	padding: 0px;
	width: 899px;
	margin: 0px auto 0px auto;
}

.popup {
	font-family: "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-weight:normal;
	text-align: left;
	display: block;
	padding: 0px;
	width: 90%;
	margin: 10px;
}

.website a, .popup a {
	color:#333333;
	text-decoration:underline;
}
.website a:hover, .popup a:hover{
	color:#ffffff;
	text-decoration:underline;
}

.articleimgleft {
	float:left;
	margin:0px 10px 10px 0px;
}

.articleimgright {
	float:right;
	margin:0px 0px 10px 10px;
}

p {
	margin:0px 0px 15px 0px;
	font-size:0.9em;
}

.footer {
	font-size:0.7em;
	line-height:1.0em;
	margin:0px;
	padding:0px;
}

hr {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	border-top-style:none;
	border-top-width: 0px;
}

h1 {
	 margin: 0px 0px 10px 0px;
	 padding: 0px;
	 font-family: "Trebuchet MS", Verdana, Helvetica;
	 font-weight:normal;
	 letter-spacing:1px;
	 font-size: 1.3em;
	 color:#ffffff;
 }

h2 {
	 margin: 0px 0px 5px 0px;
	 padding: 0px;
	 font-family: "Trebuchet MS", Verdana, Helvetica;
	 font-weight:normal;
	 letter-spacing:1px;
	 font-size: 1.1em;
	 color:#ffffff;
 }

h3, h4, h5, h6 {
	 margin: 0px 0px 2px 0px;
	 padding: 0px;
	 font-family: "Trebuchet MS", Verdana, Helvetica;
	 font-weight:normal;
	 letter-spacing:1px;
	 font-size: 1.0em;
	 color:#ffffff;
 }
 

form {
	display: inline;
	margin:0px;
	padding:0px;		   
}

checkbox, input, radio, select {
	font-family: Verdana, Arial, sans-serif;
	font-size:10px;
}

textarea {
	width:100%;
	font-family: Verdana, Arial, sans-serif;
	font-size:0.9em;
}

.inputbg {
	background:#dacfc3;
	border:solid 1px #FFFFFF;
}

.infoBoxHeading {
	background:#666666;
	margin: 0px 0px 2px 0px;
	padding: 2px 0px 2px 5px;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-weight:normal;
	letter-spacing:1px;
	font-size: 1.0em;
	color:#ffffff;
}

span.underline {
	text-decoration: underline;
}


span.productSpecialPrice {
  color: #ff0000;
}
span.productOldPrice {
	color: #ff0000;
	text-decoration: line-through;
}
span.errorText {
  color: #ff0000;
}

span.productdiscountPrice {
  color: #ff0000;
  font-weight: bold;
}


/* ************************** */
#mainmenu {
	float:left;
	margin:10px 0px 0px 20px;
}
#mainmenu ul {
	margin:0px;
	padding:0px;
}
#mainmenu li {
	list-style:none;
	display:inline;
	padding:7px 10px 0px 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:1.7em;
	font-weight:normal;
}
#mainmenu li a {
	text-decoration:none;
}
#mainmenu li a:hover {
	color:#ffffff;
}

#leftborder {
	font-size:0.75em;
	line-height:1.2em;
	display:block;
	float:left;
	width:185px;
	/*border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;*/
}

#leftcontainer {
	display:block;
	float:left;
	text-align:left;
}
	
#centercontainer {
	display:block;
	width:452px;
	margin:0px 0px 0px 20px;
	float:left;
	font-size:0.9em;
}

#rightcontainer {
	display:block;
	float:right;
	text-align:right;
}

#rightborder {
	padding:0px 0px 0px 0px;
	font-size:0.75em;
	line-height:1.2em;
	display:block;
	float:right;
	width:195px;
	/*border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #cccccc;*/
}
.clear {
	clear:both;
}
td.s-center {
	font-size:0.8em;
	text-align:center;
}
td.s-right {
	font-size:0.8em;
	text-align:right;
}