/* CSS fuer den Webshop THMK */
/* vektorrausch GmbH, 1.12.2008 */

/* Struktur
*****************************************************************************************/

* {
	margin:0;
	padding:0;
}

body {
	color:#fff;
	background:#99A215 url('../images/th/body-bg.jpg') repeat-x top;
}

h1 a {
	position:absolute;
	left:180px;
	top:50px;
	display:block;
	height:80px;
	width:400px;
	color: #2d518d !important;
	font-weight: normal;
}

h1 a:hover {
	text-decoration: none;
	cursor: text;
}

#wrapper {
	display:block;
	width:1012px;
	height:100%;
	margin:0 auto;
	background: url('../images/th/page-bg.gif') repeat-y center;
}

#header {
	position:relative;
	display:block;
	width:1012px;
	height:317px;
	background:url('../images/th/header-bg.jpg') no-repeat center top;
	font-size:110%;
}

#headernavmenu {
	float:right;
}

#header li {
	display:inline;
	list-style:none;
}

#headerNavigation {
	position:absolute;
	top:235px;
	left:35px;
	display:block;
	width:940px;
	color:#fff;
	text-align:right;
}

#breadcrumb {
	position:absolute;
	left:0;
	text-align:left;
}

#wrapper2 { /* Wrapper um Content-Spalten */
	position:relative;
	z-index:10;
	display:block;
	height:auto;
	width:940px;
	margin:-30px 0 0 35px;
	padding:0;
}

/* Linke und rechte Spalte */

#leftcol {
	float:left;
	display:block;
	width:180px;
	margin-right:10px;
}

#rightcol {
	float:right;
	display:block;
	width:150px;
}

#leftcol div {
	margin-bottom:40px;
}

#rightcol div {
	margin-bottom:20px;
}

#leftcol li, #rightcol li {
	margin-bottom:5px;
	padding:0;
	list-style:none;
}

#leftcol h3, #rightcol h3 {
	margin:0 0 10px;
}

#leftcol p, #rightcol p {
	margin:0 0 10px;
}

/* Suche */

#search strong {
	font-weight:normal;
}

/* Warenkorb */

#shopping_cart, #whats_new, #best_sellers {
	padding-bottom:13px;
	background:url('../images/th/bg-cart-btm.gif') no-repeat left bottom;
}

#shopping_cart h3, #whats_new h3, #best_sellers h3 {
	padding:8px 10px;
	background:url('../images/th/bg-cart-top.gif') no-repeat left top;
}

#shopping_cart p, #shopping_cart ul,
#best_sellers p, #best_sellers ol {
	margin:0 10px;
}

#shopping_cart li, #best_sellers li {
	padding:3px 0;
	border-top:1px solid #878D15;
	line-height: 110%;
}

p.shopping_cart_total {
	margin:0 10px 10px;
}

/* Mittlere Spalte */

#centercol {
	float:left;
	display:block;
	width:590px;
	padding-bottom:15px;
	color:#222;
	background:#fff url('../images/layout/bg-content-btm.gif') no-repeat left bottom;
}

#centercol h2 {
	padding:10px;
	background: url('../images/layout/bg-content-top.gif') no-repeat left top;
}

h2.info, h2.shipping, h2.handy {
	border-bottom:1px solid #99A116;
	margin-bottom:10px;
}

#centercol h3 {
	margin-top:10px;
	padding:10px;
	border-top:1px solid #99A116;
	font-size:160%;
}

#centercol h4 {
	padding:10px;
	border-top:1px dotted #99A116;
	font-size:140%;
}

#centercol h5 {
	padding:10px;
	border-top:1px solid #99A116;
	font-size:100%;
}

#centercol p,
#centercol ul,
#centercol table {
	margin:0 10px 0.5em;
}

#centercol p.katalog {
	margin:10px;
}

#centercol ul li {
	list-style:none;
	margin-top:1em;
	padding-top:1em;
	border-top:1px dotted #555;
}

#centercol table td {
	padding:2px;
}

/* Startseite Topseller/Neue Produkte */

#module_top_seller ul, #module_new_products ul, div.also_purchased_products ul {
	clear:both;
	display:block;
	width:580px;
	margin:0 auto;
	overflow:auto;
}

#module_top_seller ul li, #module_new_products ul li, div.also_purchased_products ul li {
	float:left;
	position:relative;
	display:block;
	min-height:410px;
	width:165px;
	margin:0 4px 8px;
	padding:10px;
	border:none;
	background:#eee;
}

#module_top_seller ul li h4, #module_new_products ul li h4 {
	padding:1px 0 5px;
	margin:0;
	border:none;
	font-size:130%;
}

#centercol #module_top_seller ul li h5, #centercol #module_new_products ul li h5 {
	padding:0 0 5px;
	margin:0;
	border:none;
	font-size:100%;
}

div.top_seller_image a img, div.new_products_image a img, ul.also_purchased_products li a img {
	border-color:#fff;
}

div.top_seller_image a:hover img, div.new_products_image a:hover img, ul.also_purchased_products li a:hover img {
	border-color:#C64302;
}

span.top_seller_price, span.new_products_price {
	display:block;
	width:100px;
	margin:6px 0 4px;
	font-weight:bold;
	font-size:130%;
}

/* Einzelprodukt */

#product_info {
	border:1px solid red;
}

#product_data {
	float:left;
	display:block;
	width:300px;
	margin-bottom:7px;
}

p.products_price strong {
	margin-right:5px;
	font-size:160%;
	float:left;
}

p.products_price span.products_price_notice {
	display:block;
	padding:3px 4px 0;
	width:240px;
	font-size:40%;
	line-height:110%;
}

#product_data h5 {
	border:none;
}

div.products_images {
	float:right;
	display:block;
	width:250px;
	margin-top:10px;
	text-align:center;
}

p.products_date_added {
	display: none;
}

/* Neue Produkte */

#whats_new {
	color:#fff;
	text-align:center;
}

#whats_new p a {
	display:block;
	margin: 0 auto 5px;
	font-size:100%;
}

#whats_new img {
	display:block;
	margin:0 auto;
}

/* Produktliste */

div.prev_next_page {
	display:block;
	padding:3px 10px 20px;
	text-align:right;
	color:#444;
}

div.prev_next_number_of_products {
	float:left;
	display:block;
	width:60%;
	text-align:left;
}

table.productListing {
	clear:left;
	text-align:left;
	margin:6px 0 6px 12px;
}

/* Kunden, die dies gekauft haben... */

div.also_purchased_products {
	clear:both;
	display:block;
	width:100%;
}

#centercol ul.also_purchased_products {
	min-height:80px;
}

#centercol ul.also_purchased_products li {
	border-top:none;
}

/* Warenkorb-Liste */

ul.productListing li {
	clear:both;
}

ul.productListing li img {
	float:left;
}

ul.productListing dl {
	float:left;
	display:block;
	width:480px;
	margin:0 0 10px 10px;
}

ul.productListing dt {
	font-size:130%;
	font-weight:bold;
	margin-bottom:5px;
}

ul.productListing input {
	float:left;
	width:30px;
	margin-right:10px;
}

p.subtotal {
	clear:both;
	padding:10px 0;
	border-top:1px dotted #444;
}

p.shopping_cart_update, p.shopping_cart_shopping, p.shopping_cart_checkout {
	float:left;
	display:block;
	width:120px;
}

/* Versandmethode */

#centercol ul.shipping_methods {
	margin: -10px 10px 20px;
}

#centercol ul.shipping_methods li {
	font-weight: bold;
	border:none;
}

/* Sitemap */

#centercol ul.categorytree0,
ul.sitemap {
	float:left;
	display:block;
	width:280px;
}

#centercol ul.categorytree0 li,
#centercol ul.sitemap li {
	padding:0;
	border:none;
}

/* Footer
*****************************************************************************************/

#footer {
	clear:both;
	display:block;
	width:100%;
	padding:20px 0 40px;
	text-align:center;
}

#footer li {
	display:inline;
	list-style:none;
	margin:0 10px;
}

hr {
	display:block;
	margin:12px;
	height:1px;
	border:none;
	color:#222;
}

.clear {
	clear:both;
}

/*** Fonts *******************************************************************************/

body {
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 75%;
	color:#fff;
}

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', 'Tahoma', Arial, sans-serif;
	color:#4B4F05;
}

h2 { font-size:160%; }
h3 { font-size:130%; }
h4 { font-size:140%; }

p.shopping_cart_total {
	font-weight:bold;
	font-size:110%;
	border-top: double #fff;
}

.productsname {
	font-size:110%;
	font-weight:bold;
}

.markProductOutOfStock { color:#c76170;  }
.productSpecialPrice { color:#ff0000 }

#breadcrumb span.productsname { color:#ec3a2c; font-size:95%; }

.smalltext {
	display:block;
	height:1em;
	width:auto !important; 
}

/*** Links ******************************************************************/

a:link, a:visited {
	color:#fff;
	text-decoration:none;
}
  
a:hover, a:focus {
	color:#fff;
	text-decoration:underline;
}

#centercol a:link, #centercol a:visited,
h3 a:link, h3 a:visited {
	color:#4b4f05;
	text-decoration:none;
}

#centercol a:hover, #centercol a:focus {
	color:#C64302;
	/*text-decoration:underline;*/
}

#footer a:link, #footer a:visited {
	color:#fff;
}

span.cssbutton a:hover  {
	color:#fff;
	text-decoration:none;
}

div.products_images a:link img { border:1px solid #fff; }
div.products_images a:hover img { border:1px solid #ec3a2c; }

/* Topmenu */

ul.topmenu {
	position:absolute;
	top:20px;
	left:180px;
	height:22px;
	width:500px;
	line-height:22px;
	font-size:90%;
	background:url(../images/th/topmenu-bg-shop.jpg) no-repeat center top;
}

ul.topmenu li {
	float: left;
	display: block;
	margin: 0 0 0 28px;
	list-style:none;
}

ul.topmenu li a,
ul.topmenu li a:hover {
	margin:0;
	color:#fff !important;
	text-decoration:none;
}

/* Headermenue */

ul#headernavmenu li {
	float:left;
	display:block;
	height:26px;
	margin-left:8px;
	padding-left:8px;
	text-align:center;
}

ul#headernavmenu li a {
	float:left;
	display:block;
	height:26px;
	padding-right:8px;
}

ul#headernavmenu li.hnm_active {
	background: url('../images/layout/headmenu-li-on.gif') no-repeat left top;
}

ul#headernavmenu li.hnm_active a {
	background: url('../images/layout/headmenu-on.gif') no-repeat right top;
}

/* Hauptmenue */

ul.categorytree0 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left:0;
	border-top:1px solid #878D15;
}

#leftcol ul.categorytree0 li {
	padding:0;
	font-size:100%;
	line-height:130%;
	border-bottom:1px solid #878D15;
}

#leftcol ul.categorytree1 {
	padding:3px 3px 9px;

}

#leftcol ul.categorytree1 li {
	margin:0;
	padding:0 0 0 8px;
	font-size:100%;
	border:none;
	border-left:1px solid #fff;
}

ul.categorytree0 li.category_selected,
ul.categorytree0 li.category_active {
	font-weight:bold;
}

ul.categorytree0 li.category_selected li,
ul.categorytree0 li.category_active li {
	font-weight:normal;
}

ul.categorytree0 li.category_selected a,
ul.categorytree1 li.category_selected a {
	color:#4b4f05;
}

ul.categorytree0 li.category_selected li a {
	color:#fff;
}

ul.categorytree0 a span.category_product_count {
	font-size:75%;
	color:#4B4F05;
}

/* Produktliste */

.productListing-heading,
.productListing-heading a:link, .productListing-heading a:visited { 
	color:#cfcfc1;
}

.productListing-heading a:hover, .productListing-heading a:focus { 
	color:#ec3a2c;
}

.productListing-heading img {
	border:none;
	margin-left:3px;
}

.product_list_image a img {
	border-color:#eee;
}

#rightcol a img, .productListing-even .product_list_image a img {
	border-color:#fff;
}

#rightcol a:hover img, .product_list_image a:hover img {
	border-color:#ec3a2c;
}

/*** Formulare **************************************************************/

fieldset {
	border:none;
	margin:0 10px 10px;
}

fieldset p {
	clear:both;
	margin-bottom:5px;
}

legend {
	margin-bottom:10px;
}

label {
	float:left;
	display: block;
	width:8em;
}

p.products_quantity label,
div.products_options p label {
	width:5em;
}

input, textarea {
	margin:0 3px;
	padding:2px;
	background:#fff url('../images/layout/bg-formulare.gif') no-repeat left top;
	border:1px solid #544f4f;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	border:1px solid #ec3a2c;
}

/* AGBs */

p.accept_conditions {
	border: 2px solid #1AB72A;
	background: #2DCE44;
	font-weight: bold;
	padding: 10px 10px 25px;
}

input#conditions {
	float: left;
	margin-right: 5px;	
}

label.conditions_confirm {
	width: 400px;
}

/* Buttons */

span.cssbutton {
	line-height:25px;
	text-align:center;
	margin: 0 auto;
}

input.cssbuttonsubmit, span.cssbutton {
	clear:both;
	display:block;
	height:25px;
	width:127px;
	margin: 10px 0 0;
	background:url('../images/layout/button-green.gif') no-repeat left bottom;
	border:none !important;
	font-weight:bold;
	color:#fff;
}

#shopping_cart span.cssbutton {
	background:url('../images/layout/button_lightgreen.gif') no-repeat left bottom;
}

#centercol input.cssbuttonsubmit, #centercol span.cssbutton {
	background:url('../images/layout/button_white.gif') no-repeat left bottom;
}

#centercol td.product_list_buy_now span.cssbutton {
	margin:5px;
	height:70px;
	width:70px;
	line-height:70px;
	color:#000;
	background:url('../images/layout/button-view.gif') no-repeat left bottom;
}
#centercol tr.productListing-even td.product_list_buy_now span.cssbutton {
	background:url('../images/layout/button-view2.gif') no-repeat left bottom;
}

input.cssbuttonsubmit:hover, #centercol input.cssbuttonsubmit:hover,
span.cssbutton:hover, #centercol span.cssbutton:hover,
#shopping_cart span.cssbutton:hover {
	background-position:left top !important;
	cursor:pointer;
}

td.product_list_buy_now span.cssbutton {
	margin: 12px auto 0;
}

table.LinfoBoxContents form input { padding:2px; background:red }

table.formArea { background:#f1f9fe; border:1px solid #7b9ebd }

td.formAreaTitle { font-weight:bold }

/* Suche */

#search input.search {
	margin:0 0 6px;
	width:120px;
	padding:2px;
	border:1px solid #6F7412;
	background:#fff url('../images/layout/bg-formulare.gif') no-repeat left top;
}

#search input.cssbuttonsubmit {
	margin-top: 0px;
}

p.attention {
	padding:5px;
	margin:0 10px 15px;
	border:2px solid #14AC3D;
	background:#BBFFAF;
	font-weight:bold;
}

p.comment {
	padding-bottom: 10px;
}

/* Weiterempfehlen */

input.tell_a_friend {
	margin:0;
	width:120px;
	padding:2px;
	border:1px solid #544f4f;
	background:#fff url('../images/layout/bg-formulare.gif') no-repeat left top;
}

/* Bezahlarten */

ul.payment_methods {
	margin-top: -20px;
}

#centercol ul.payment_methods li {
	border: none;
	padding: 0 10px 15px;
}

p.fieldwrap {
	clear: both;
	margin: 10px 0 0 20px !important;
}

p.fieldwrap label {
	font-weight: bold;
}

/* Checkout */

#centercol ul.checkout_confirmation_products,
#centercol ul.order_total,
#centercol ul.notify_products {
	margin-bottom: 20px;
}

#centercol ul.checkout_confirmation_products li,
#centercol ul.order_total li,
#centercol ul.notify_products li {
	padding-top: 5px;
	margin-top: 0;
	border: none;
}


/*** Tabellen ***************************************************************/

td.main { padding: 5px 10px !important; }

td.headerError { background:#ff0000; color:#ffffff; font-weight:bold; text-align:center }

td.headerInfo { background:#00ff00; color:#ffffff; font-weight:bold; text-align:center }

.infoBox, .contentBox { background:#A6D8EE }

.infoBoxContents { }

.LinfoBoxContents, .RinfoBoxContents { color:#000 }

.infoBoxNotice { background:#FF8E90 }

.infoBoxNoticeContents { background:#FFE6E6 }

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:#efefef; color:#222; }

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:#fff; color:#222; }

a.pageResults { color:#000000 }
a.pageResults:hover, a.pageResults:active { color:#444; text-decoration:none; }

tr.subBar { background:#f4f7fd }
td.subBar { color:#000000 }

td.accountCategory { color:#aabbdd }

td.fieldKey { font-weight:bold }
td.tableHeading { font-weight:bold }

span.newItemInCart { color:#ff0000 }

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

span.errorText { color:#ff0000 }

.moduleRowOver { background: #D7E9F7; cursor:pointer }
.moduleRowSelected { background:#E9F4FC }

/* message box */

.messageStackError, .messageStackWarning { background:#ffb3b5 }
.messageStackSuccess { background:#99ff00 }

#centercol #messageStack ul li {
	border: none;
}

/* input requirement */

.inputRequirement {
	color:#ff0000;
}

.errorBox { background:#ffb3b5; font-weight:bold }
.stockWarning { color:#cc0033 }
.productsNotifications { background:#f2fff7 }
.orderEdit { color:#70d250; text-decoration:underline; font-size: 60%; }

.sorrynoimage {
 border: 1px dotted #666666;
 width: 80px;
 height: 80px;
 text-align: center;
 color: #666666;
}

.autoCompleteBackground {
    border: 1px solid #ccc;
    border-top-style: none;
    margin: 0;
}

.autoCompleteHighlight { text-decoration:underline }
.autoCompleteNotSelected { background:#eee; padding: 3px 4px 3px 17px }
.autoCompleteSelected { background:#ffc; padding: 3px 4px 3px 17px }


/* Fortschrittsanzeige */

ul#checkoutbar {
	clear:both;
	display:block;
	height:40px;
	width:540px;
	margin:0 auto;
	padding-top:30px;
	background:url('../images/layout/balken.gif') no-repeat center bottom;
}

ul#checkoutbar li { 
	float:left;
	display:block;
	list-style:none;
	width:135px;
	height:40px;
	text-align:center;
	margin:0;
	padding:0;
	border:none;
}

ul#checkoutbar li.checkoutBarTo, ul#checkoutbar li.checkoutBarTo a { 
	color:#888;
}

ul#checkoutbar li.checkoutBarCurrent {
	color:#444;
	font-weight:bold;
	background:url('../images/layout/balken-aktiv.gif') no-repeat center bottom;
}

ul#checkoutbar li.checkoutBarFrom a {
	color:#888 !important;
}

