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

/* Zentrale Formate definieren
----------------------------------------------- */
body {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:13px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
	background-color:#FFFFFF;
	background-image: url(img/bg_gradtop.jpg);
	background-repeat: repeat-x;
}

/* Header-Klassen
----------------------------------------------- */
h1 {
	color:#4E4E4E;
	font-weight:normal;
	font-size:18px;
	height:25px;
	margin:10px 0px 5px;
	padding:0px;
	width:auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CD000C;
	border-right-color: #CD000C;
	border-bottom-color: #5C5C5C;
	border-left-color: #CD000C;
	line-height: 20px;
}

h1 a {
	color:#4E4E4E;
	font-weight:bold;
	font-size:18px;
	height:30px;
	margin:20px 0px 5px;
	padding:0px;
	width:auto;
	text-decoration:none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CD000C;
	border-right-color: #CD000C;
	border-bottom-color: #333333;
	border-left-color: #CD000C;
	line-height: 20px;
}

h2 {
	color:#CD000C;
	font-weight:bold;
	font-size:16px;
	margin:15px 0px 4px 0px;
	padding:0px;
}

/* Paragraph
----------------------------------------------- */
p {
	line-height:20px;
	padding:0px;
	margin:5px 0px 15px;
}

/* Links im Text
----------------------------------------------- */
a {
	color:#0097D5;
}

/* Horizontale Linie
----------------------------------------------- */
hr { 
	width:100%;
	border:none;
	color:#666666;
	background:#949494; 
	height: 1px; 
	margin: 7px 0px 7px 0px !important; 
	margin: -2px 0px -2px 0px;
	line-height:1px;
	font-size:1px;
}

/* Textarea
----------------------------------------------- */
textarea {
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:13px;
}

/* Input Global
----------------------------------------------- */
input {
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:12px;
}

/* Select Global
----------------------------------------------- */
select {
	font-family:"Trebuchet MS",Verdana,Arial,Sans-serif;
	font-size:12px;
}

/* loginBox Input Textfield Email
----------------------------------------------- */
input#loginBoxInputEmail {
	background-color:#EAE9E9;
	border-style:solid;
	border-width:1px;
	border-color:#949494;
	font-size:11px;
	width:100px;
	font-weight:normal;
}

input#loginBoxInputPassword {
	background-color:#EAE9E9;
	border-style:solid;
	border-width:1px;
	border-color:#949494;
	font-size:11px;
	width:100px;
	font-weight:normal;
}

/* Suchfeld
----------------------------------------------- */
input#searchInputField {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#6A6A6A;
	border-left-color:#6A6A6A;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
	font-size:11px;
	width:130px;
	font-weight:normal;
	padding-left:2px;
}

/* Newsletter Signup
----------------------------------------------- */
input#newsletterInputField {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#6A6A6A;
	border-left-color:#6A6A6A;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
	font-size:11px;
	width:160px;
	font-weight:normal;
	padding-left:2px;
}

/* Add a Quickie (Art. Nr. Suchbox)
----------------------------------------------- */
input#addaquickieInputField {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#6A6A6A;
	border-left-color:#6A6A6A;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
	font-size:11px;
	width:130px;
	font-weight:normal;
	padding-left:2px;
}

/* LoginBox 
----------------------------------------------- */
div#loginBox {
	font-size:11px;
	float:left;
	text-align:left; 
	width:600px; 
	color:#000000;
	font-weight:bold;
	padding:6px 0px 5px 0px;
}

div#loginBox a {
	font-size:11px;
	color:#6A6A6A;
	font-weight:normal;
}

/* Image mit link
----------------------------------------------- */
img {
	border:0;
}

/* Formular
----------------------------------------------- */
form {
	padding:0px;
	margin:0px;
}

/* Horizontale Linie hellgrau 
----------------------------------------------- */
hr.lightGrey {
	width:100%;
	border:none;
	color:#D9D9D9;
	background:#D9D9D9; 
	height: 1px; 
	margin: 7px 0px 7px 0px !important; 
	margin: -2px 0px -2px 0px;
	line-height:1px;
	font-size:1px;
}

/* Main Container (ber gesamte Seite)
----------------------------------------------- */
div#mainContainer {
	margin-left:auto;
	margin-right:auto;
	width:897px;
	background-color:#FFFFFF;
	padding:0px 15px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #F2F2F2;
	border-bottom-color: #000000;
	border-left-color: #F2F2F2;
}

/* Container fr linke Spalte
----------------------------------------------- */
div#leftColContainer {
	float:left; 
	width:210px; 
	padding:0px;
	margin:0px;
}

/* Container fr mittleren Bereich
----------------------------------------------- */
div#middleColContainer {
	float:right; 
	width:640px;
	padding:0px 10px 0px 15px;
	_padding:0px 10px 0px 15px;
	margin:0px;
}

/* Header mit Logo
----------------------------------------------- */
div#logoHeader {
	padding:0px;
	margin:0px;
	width:896px;
	background-image:url(img/headerRowBg.gif);
	height:77px;
	background-position: top;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/* Header-Linie
----------------------------------------------- */
div#headerRuler {
	background-color:#A6A6A6;
	height:5px;
	line-height:5px;
	font-size:0px;
	margin:5px 0px 5px 0px;
}

/* Suchbox im Header
----------------------------------------------- */
div#searchBox {
	color:#FFFFFF;
	font-size:13px;
	text-align: right;
}

div#searchBox input.text {
	border-style:solid;
	border-width:1px;
	border-top-color:#2F2F2F;
	border-left-color:#2F2F2F;
	border-bottom-color:#575757;
	border-right-color:#575757;
}

/* Header mit Logo
----------------------------------------------- */
div#languageSelection {
	float:right;
	text-align:right;
	width:150px;
	color:#FFFFFF;
	font-weight:bold;
	padding:10px 5px 5px 0px;
	font-size: 13px;
}

/* Horizontales Men
----------------------------------------------- */
ul#horizontalmenu {
	list-style-type:none;
	width:896px;
	height:31px;
	margin:0px;
	padding:0px;
	background-color:#CC0000;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
}

ul#horizontalmenu li {
	float:left;
	padding:6px 4px 0px;
	margin:0px;
	height:25px;
	background-color:#CC0000;
	background-repeat:repeat-x;
}

ul#horizontalmenu li a {
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

/* Breadcrumb Pfad
----------------------------------------------- */
div#breadcrumb {
	width:885px;
	background-color:#CCCC33;
	margin:1px 0px 0px;
	padding:8px 0px 8px 11px;
	color:#333333;
	font-size:11px;
	text-align:left;
	vertical-align: middle;
}

div#breadcrumb a {
	color:#6A6A6A;
	text-decoration:none;
	text-align: left;
	vertical-align: middle;
}

/* Linkes Menu
----------------------------------------------- */
ul#submenu {
	font-size:12px;
	width:205px;
	margin:0px;
	padding:0px 0px 0px 5px;
	background-color:#CD000C;
	list-style-type:none;
	display:block;
}

ul#submenu a {
	color:#FFFFFF;
	text-decoration:none;
	padding:0px;
	margin:0px;
	width: 200px;
}

ul#submenu li.submenuspacer {
	height:3px;
	line-height:3px;
	font-size:1px;
	margin:0px;
	padding:0px;
	background-image:url(img/submenuSpacer.gif);
	display:block;
}

ul#submenu li.level1 {
	list-style:none;
	width:200px;
	_width:180px;
	margin:0px;
	font-weight:bold;
	text-transform:uppercase;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
}

ul#submenu li.level2 {
	font-weight:normal;
	font-size:11px;
	width:177px;
	padding:3px 0px 3px 20px;
	margin:0px 0px 0px 8px;
	background-color:#A80000;
}

ul#submenu li.level3 {
	font-weight:normal;
	font-size:10px;
	width:140px;
	padding:1px 0px 1px 50px;
	margin:0px;
	background-color:#AD000A;
}

/* Layout der Box Elemente
----------------------------------------------- */
h1.boxHeader {
	font-size:11px;
	background-image:url(img/box1bg.gif);
	padding:6px 0px 2px 10px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	height:18px;
	border:none;
	margin:0px;
}

h1.boxHeader a {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	border:none;
}

div.boxBody {
	background-color:#EAE9E9;
	border-style:solid;
	border-width:0px 1px 1px 1px;
	border-color:#949494;
	font-size:11px;
	color:#000000;
	padding:8px 10px 8px 10px;
}

div.boxBody a {
	color:#336699;
	text-decoration:none;
}

div.boxBody p {
	line-height:15px;
	margin:5px 0px 5px 0px;
}

/* Layout der Cart Box
----------------------------------------------- */
div.boxCart {
	font-size:11px;
	background-color:#6A6A6A;
	padding:6px 10px 2px 10px;
	color:#FFFFFF;
}

div.boxCart a {
	color:#FFFFFF;
	text-decoration:underline;
}

div.boxCart p {
	line-height:normal;
	margin:0px;
	padding:0px;
}

div.boxCartBody {
	font-size:11px;
	background-image:url(img/greenboxbg.gif);
	padding:6px 0px 2px 10px;
	vertical-align:middle;
	color:#FFFFFF;
	font-weight:bold;
	height:20px;
}

div.boxCartBreakLine {
	height:2px;
	background-color:#6A6A6A;
	background-image:url(img/boxCartBreakLine.gif);
	margin:5px 0px 5px 0px;
	font-size:0px;
	padding:0px;
	line-height:0px;
}

div.boxCartEmpty {
	visibility: hidden;
	height: 1px;
}


/* Floatbox (Inhalte)
----------------------------------------------- */
div.floatBox {
	background-color:#F7F7F7;
	padding:10px 20px 10px 20px;
	margin:0px;
	border-style:solid;
	border-color:#D9D9D9;
	border-width:1px;
	line-height:normal;
}

div.floatBox h1 {
	color:#336699;
	font-size:16px;
	font-weight:bold;
	border:none;
	text-decoration:none;
	margin:10px 0px 6px 0px;
	background-image:none;
	line-height:normal;
}

div.floatBox h2 {
	color:#CD000C;
	font-weight:bold;
	font-size:14px;
	margin:15px 0px 4px 0px;
	padding:0px;;
}

div.floatBox ul {
	line-height:22px;
}

/* Product Category Listing
----------------------------------------------- */
div.productListingContainer {
	background-color:#FFFFFF;
	padding-top:4px;
}

div.productListingContainer a.productHeader {
	padding:6px 0px 0px 0px;
	margin-top:0px;
	font-size:14px;
	font-weight:bold;
	color:#336699;
	border:none;
	text-decoration:underline;
	font-weight:bold;
}

div.productListingContainer p.productDescription {
	font-size:12px;
	margin:0px;
	padding:8px 0px 6px 0px;
	line-height:normal;
}

div.productListingContainer p.additionalDetails {
	padding:0px 0px 10px 0px;
	margin:0px;
	line-height:normal;
}

div.productListingContainer p.additionalDetails span.productPrice {
	font-size:15px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	line-height:normal;
}

.productPrice
{
	font-size:15px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	line-height:normal;
}



div.productListingContainer p.additionalDetails span.shippingCosts {
	font-size:11px;
	padding:0px;
	margin:0px;
	line-height:normal;
	color:#999999;
}

div.productListingContainer p.additionalDetails span.shippingCosts a {
	color:#999999;
}

div.productListingContainer p.detailButtons {
	padding:0px;
	margin:0px;
	line-height:normal;
}

/* Checkout Payment Block
----------------------------------------------- */
h1.paymentBlockHeader {
	background-color:#CD000C;
	background-image:url(img/paymentBlocktHeaderBg.gif);
	margin:0px;
	padding:5px 0px 0px 0px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:21px;
	vertical-align:middle;
	text-decoration:none;
	border:none;
}

h1.paymentBlockHeader input {
	margin:2px 5px 0px 5px;
	_margin:-2px 0px 0px 2px;
	padding:0px 0px 0px 0px;
}

div.paymentBlockContainer {
	margin:0px;
	padding:10px;
	background-color:#F7F7F7;
	border-style:solid;
	border-color:#D9D9D9;
	border-width:0px 1px 1px 1px;
	line-height:15px;
}

div.paymentBlockContainer table td {
	padding:2px;
}

/* Checkout Shipping Block
----------------------------------------------- */
h1.shippingBlockHeader {
	background-image:url(img/shippingBlockHeaderBg.gif);
	margin:0px;
	padding:5px 0px 0px 8px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:21px;
	vertical-align:middle;
	text-decoration:none;
	border:none;
}

div.shippingBlockContainer {
	margin:0px 0px 15px 0px;
	padding:6px;
	background-color:#F7F7F7;
	border-style:solid;
	border-color:#D9D9D9;
	border-width:0px 1px 1px 1px;
	line-height:15px;
}

div.shippingBlockContainer table td {
	padding:2px;
}

/* Product Image Box
----------------------------------------------- */
div.productImagesBox {
	font-size:11px;
	color:#333333;
	float:left; 
	text-align:left; 
	width:200px; 
	padding:10px 5px 10px 0px; 
	margin:0px 5px 10px 0px;
}

/* Box mit Attributen und Preis bei Produktdetails
----------------------------------------------- */
div.productPriceAttributes {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	font-size:12px;
	color:#000000;
	padding:10px 15px 10px 5px;
}

/* Statt-Preisanzeige
----------------------------------------------- */
span.productOldPrice {
	font-size:12px;
	color:#FF0000;
	font-weight:bold;
}

/* Box mit Downloads
----------------------------------------------- */
div.electronicDownloadsBox {
	background-color:#EAE9E9;
	border-style:solid;
	border-width:1px;
	border-color:#949494;
	font-size:12px;
	color:#000000;
	padding:5px;
}

/* Box mit Sucheingabefeld
----------------------------------------------- */
div.detailedSearchBox {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	font-size:12px;
	color:#000000;
	padding:10px 15px 10px 15px;
	text-align:center;
}

div.detailedSearchBox td.inputText input {
	background-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
	border-top-color:#6A6A6A;
	border-left-color:#6A6A6A;
	border-right-color:#B6B6B6;
	border-bottom-color:#B6B6B6;
	font-size:11px;
	width:130px;
	font-weight:normal;
	padding-left:2px;
}

/* Box Eingabefeld fr Gutscheincode
----------------------------------------------- */
div.voucherBox {
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	font-size:13px;
	color:#000000;
	padding:10px 15px 10px 15px;
	text-align:center;
}

/* Trennlinie fr Produktvorschau (Kategorieanzeige)
----------------------------------------------- */
div.productPreviewSplitLine {
	height:26px;
	background-image:url(img/productSplitLine.gif);
}

/* Trennlinie fr Produktvorschau (Kategorieanzeige)
----------------------------------------------- */
img.productImageBorder {
}

/* Box fr "Weitere Unterkategorien"
----------------------------------------------- */
div.moreCategoriesBox {
	background-color:#F1F1F1;
	padding:10px;
	background-image: url(img/category_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9D9D9;
	border-right-color: #D9D9D9;
	border-bottom-color: #D9D9D9;
	border-left-color: #D9D9D9;
	margin-bottom: 25px;
}

/* Tabellenlisten
----------------------------------------------- */
.tableListingI {
	background-color: #EAE9E9;
}

.tableListingII {
	background-color: #F3F3F3;
}

/* Warenkorbliste
----------------------------------------------- */
.cartTableListingI {
	background-color: #EAE9E9;
}

.cartTableListingII {
	background-color: #F3F3F3;
}

td.cartTabelCell {
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#CCCCCC;
	padding:7px 4px 7px 4px;
}

/* Hintergrund fr Popups
----------------------------------------------- */
div.popupContainer {
	background-color:#FFFFFF;
	padding:15px;
}

/* Hintergrund fr Bestellungsdruck
----------------------------------------------- */
div.printOrderContainer {
	background-color:#FFFFFF;
	padding:15px;
}

/* Hintergrund fr Artikeldruck
----------------------------------------------- */
div.printProductInfoContainer {
	background-color:#FFFFFF;
	padding:15px;
}

/* Artikelliste Bestellungsdruck
----------------------------------------------- */
td.productListHeaderPrintOrder {
	padding:5px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#000000;
	font-weight:bold;
	white-space:nowrap;
}

td.productListItemPrintOrder {
	padding:5px;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#999999;
	vertical-align:top;
}

/* Block mit Shipping Typen
----------------------------------------------- */
td.shippingTypeHeader {
	background-color:#FF9900;
	border-style:solid;
	border-width:4px 0px 0px 0px;
	border-color:#FFCC66;
	padding:4px;
	color:#FFFFFF;
}

/* Block mit Warenkorbinhalt
----------------------------------------------- */
td.basketHeader {
	background-color:#6A6A6A;
	padding:4px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

/* Block mit Reviews
----------------------------------------------- */
td.reviewListHeader {
	background-color:#666666;
	background-image:url(img/reviewListHeaderBg.gif);
	border:none;
	padding:4px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}

/* Sitemap Blcke
----------------------------------------------- */

div.sitemapHeader {
	background-color:#666666;
	background-image:url(img/paymentBlocktHeaderBg.gif);
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	height:21px;
	vertical-align:middle;
	text-decoration:none;
	border:none;
	padding:3px 0px 0px 6px;
}

div.sitemapHeader a {
	color:#FFFFFF;
	text-decoration:none;
}

div.sitemapContent {
	margin:0px 0px 15px 0px;
	padding:10px;
	background-color:#F7F7F7;
	border-style:solid;
	border-color:#D9D9D9;
	border-width:0px 1px 1px 1px;
	line-height:15px;
}

div.sitemapContent a {
	font-size:12px;
	text-decoration:none;
}


/* Errormessage
----------------------------------------------- */
div.errorMessage {
	padding:10px;
	margin:10px 0px 10px 0px;
	background-color:#FFFFFF;
	font-size:13px;
	border: 4px dashed #F50006;
}

.errorMessage {
	padding:10px;
	margin:10px 0px 10px 0px;
	background-color:#FFFFFF;
	font-size:13px;
	border: 4px dashed #F50006;
}

/* Successmessage
----------------------------------------------- */
.messageStackSuccess {
	font-size: 12px; 
	background-color: #ADDA9D;
	padding:8px;
}

/* Produktnavigator (unter jedem Produkt)
----------------------------------------------- */
div.productNavigator {
	margin: 10px 0px 10px 0px;
	padding:10px;
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
}

/* AGB Besttigung
----------------------------------------------- */
div.agbConfirmation {
	border-style:solid;
	border-width:1px;
	border-color:#FF0000;
	background-color:#FFB3B7;
	padding:10px;
}

/* Footer
----------------------------------------------- */
div#footer {
	font-size:11px;
	color:#666666;
	padding-top: 20px;
	padding-bottom: 12px;
	clear: both;
	padding-right: 0px;
	float: left;
	width: 899px;
	border-top: 1px solid #F2F2F2;
	border-right: 0px solid #F2F2F2;
	border-bottom: 0px solid #F2F2F2;
	border-left: 0px solid #F2F2F2;
}

/* Copyright
----------------------------------------------- */
div.copyright {
	color:#666666;
	background-color:#FFFFFF;
	font-size:10px;
	padding:0px 15px 0px 16px;
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #F2F2F2;
	border-bottom-color: #000000;
	border-left-color: #F2F2F2;
	visibility: hidden;
}


/* Float-Clearing div
----------------------------------------------- */
div.clearboth {
	clear:both;
}

div.clearleft {
	clear:left;
}

div.clearright {
	clear:right;
}

/* main Zelle (Versandkosten)
----------------------------------------------- */
td.contentsTopics {
	padding:15px;
	background-color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}

td.main {
	padding:5px;
	background-color:#FFFFFF;
	font-size:12px;
}div.boxBodyContent {
	font-size:13px;
	color:#FFFFFF;
	margin-right: 5px;
	text-decoration: underline;
	font-weight: bold;
	float: right;
	display:block;
	padding-right: 5px;
	padding-left: 2px;
	margin-top: 8px;
}
div.boxBodyContent a {
	font-size:13px;
	color:#FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	padding-left: 2px;
	float: right;
	display:block;
	margin-top: 8px;
	margin-right: 5px;
}

div.boxBodyInfo {
	padding:0px 10px 0px 0px;
	background-color: #003366;
	font-size: 9px;
}
h3 {
	color:#4E4E4E;
	font-weight:bold;
	font-size:16px;
	margin:15px 0px 4px 0px;
	padding:0px;
}
div.boxBodyBestseller {
	font-size:11px;
	color:#000000;
	padding:0px;
}



div.additionalStuff {
	margin: 10px 0px;
	background-color:#F7F7F7;
	border-style:solid;
	border-width:1px;
	border-color:#D9D9D9;
	float: right;
	width: 375px;
	padding: 10px;
}
div.additionalDescr {
	float: left;
	clear: both;
}
div.catimg {
	float: left;
	display: block;
	padding-right: 5px;
	padding-top: 2px;
	padding-left: 5px;
}
.catdescr {
	font-size: 13px;
	color: #666666;
	padding: 8px;
}
.catheader {
	font-size: 18px;
	color: #666666;
	padding: 8px;
	height: 60px;
}
.subcatdescr {
	font-size: 13px;
	color: #666666;
	padding: 8px;
	background-image: url(img/category_bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}



.template_subtitle {
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
}
.template_table {
}
.template_author {
	font-weight: bold;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 35%;
}
.template_isbn_txt {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.template_pages {
	font-weight: bold;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.template_pages_txt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.template_isbn {
	font-weight: bold;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.template_isbn_txt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.template_releasedate {
	font-weight: bold;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.template_releasedate_txt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.template_release {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.template_details_txt {
	padding-top: 10px;
}
.template_addon {
	font-weight: bold;
}
.template_info {
	font-weight: bold;
}
.template_author_txt {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.txt_arial {
	font-family: Arial, Helvetica, sans-serif;
}


.totop {
	float: right;
	margin: 5px;
	padding-bottom: 30px;
}
.arguments {
	background-color: #FFFFEC;
	border: 1px solid #D7D7BD;
	padding-bottom: 5px;
	margin: 5px 10px 10px;
	width: 350px;
	padding-left: 10px;
}
.notice {
	background-color: #FFFFFF;
	padding: 5px;
	border: 2px solid #FF0000;
	width: 897px;
}
#flashcontent {
	
}
#quote {
	background-image: url(img/quote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 15px;
	margin-left: 15px;
}
.quotetxt {
	font-size: 13px;
	line-height: 22px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
