/* -----------------------------------------------------------------------------------------

   $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 

   -----------------------------------------------------------------------------------------

   

   XTC5 Template & Stylesheets

   -----------------------------------------------------------------------------------------

   (c) 2007 Ing. Michael Fuerst

       bluegate communications

	   http://www.bluegate.at

   ---------------------------------------------------------------------------------------*/



/* THE BIG GUYS */

* {

	margin:0;

	padding:0

}

body {

	font-family:Arial, Sans-serif;

	font-size:12px;

	margin:20px 0;

	padding:0;

	background: url(img/bg.gif) repeat-x #FFF;

	color:#555;

	line-height:18px;

}

/* HEADINGS */

h1 {

	color:#000000;

	font-weight:bold;

	font-size:18px;

	margin:20px 0px 15px 0px;

	padding:0px;

	width:auto;

	border: #ccc solid;

	border-width:0px 0px 1px 0px;

	padding-bottom:8px;

}

h2 {

	color:#000000;

	font-weight:bold;

	font-size:16px;

	margin:15px 0px 8px 0px;

	padding:0px;

}

h3 {

	color:#555555;

	font-weight:bold;

	font-size:12px;

}


/* LINKS GLOBAL */

a, a:link, a:link, a:link, a:hover {

	background:transparent;

	text-decoration:none;

	cursor:pointer;

}

a:link {

	color:#808080;

}

a:visited {

	color:#808080;

}

a:hover, a:active {

	color:#808080;

}

a:hover {

	color:#0da6d7;

	text-decoration:underline;

}

a img {

	border:none;

}

/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */

input {

	font-family:Arial, Sans-serif;

	font-size:12px;

}

textarea {

	font-family:Arial, Sans-serif;

	font-size:12px;

	border:1px solid #666;

	padding:10px;

	background:url(img/input_bg.gif) no-repeat;

}

select {

	font-family:Arial, Sans-serif;

	font-size:12px;

	border:1px solid #666;

}

/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */

input[type=text], input[type=password] {

	border:1px solid #666;

	padding:2px;

	background:url(img/input_bg.gif) no-repeat;

}

/* PARAGRAPH GLOBAL */

p {

	margin:8px 0px;

}

/* FAKE HR DIV CAUSE OF IE TROUBLES */

div.hr {

	padding-top:1px;

	height:0;

	overflow:hidden;

	margin:0;

	line-height:0px;

	background-color:#4E4E4F;

	background: none;

}

div.hrlightgrey {

	padding-top:1px;

	height:0;

	overflow:hidden;

	margin:0;

	line-height:0px;

	background-color:#999;

}

div.hrproductpreview {

	padding-top:1px;

	height:0;

	overflow:hidden;

	margin:12px 0px;

	display:inline;

	height:0px;

	line-height:0px;

	display:block;

	background-image:url(img/border-bg.jpg);

}

/* TABLE GLOBAL */

table td {

	padding:2px;
	

}

/* WHOLE SITE WRAPPER */

#wrap {

	margin: 0 auto;

	width:100%;

	background-color:#fff;

	border: #fff solid;

	border-width:0px 10px 10px 10px;

	margin-bottom:10px;

}

/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */





#header_left_div { text-align:center; padding-top:15px; height:120px;}



#header_left_div #logo {}



#header_left_div h1 {font-size:22px; font-weight:normal; color:#E1E1E1; line-height:30px; margin-left:8px; margin-top:6px;}



#header_left_div p {font-weight:normal; font-size:12px; color:#CFCFCF; line-height:22px; padding:6px 86px 6px 0px; height:135px; margin-left:8px; margin-bottom:7px;}





#search {

	width: 150px;

	height:20px;

	color:#fff;

	padding:20px 0px 0px 0px;

	float:left;

	



}

#header #search a {

	color:#fff;

	font-size:11px;

}

#header td {

	padding-top:1px;

	padding-right:4px;

}

#container_3 #breadcrumb {

	float:left;

	color:#ffffff;

	list-style-type:none;

	outline:none;

	height:auto;

	width: 980px;

	background:#ffffff repeat-x bottom left;

	background: url(img/site_divider.png) no-repeat;

	font-size:11px;

	padding: 4px 0px 15px 10px;

	margin:0 0 0 10px;

	

}

#container_3 #breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active {

	line-height:20px;

	text-decoration:none;

	outline:none;

	font-weight:;

	cursor:pointer;

	color:#666666;

	margin:0;

	padding-top:0px;;

	background:url(img/breadcrumbs_arrow.png) no-repeat center right;

	display:block;

	float:left;

	padding-right:16px;

	padding-left:6px;

}

#container_3 #breadcrumb a:hover {

	color:#FFFFFF;

	display:block;

	background-color:#0da6d7;

}

/* TOPMENU AS LIST */

#topmenuwrap {

	background: #333 url(img/bg_topmenu.gif) repeat-x;

}

#topmenu {

	float:left;

	padding:0;

	margin:0;

	list-style-type:none;

	height:36px;

	font-size:13px;

	background: url(img/bg_topmenu.gif) repeat-x;

}

#topmenu li {

	height:36px;

	float:left;

	padding: 0px 25px;

	margin:0;

	background: url(img/bg_topmenu_breakline.gif) no-repeat;

	background-position:right;

}

#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {

	line-height:36px;

	vertical-align:middle;

	text-decoration:none;

	font-weight:bold;

	cursor:pointer;

	color:#fff;

	margin:0;

	padding:0;

}

#topmenu a:hover {

	color:#ccc;

}

/* LANGUAGE SELECTION IN TOPMENU LIST */

#languages {

	text-align:right;

	height:26px;

	font-size:13px;

	background: url(img/bg_topmenu.gif) repeat-x;

	padding: 10px 10px 0px 0px;

	margin:0;

}

/* CONTENT WRAPPER */

#contentwrap {

	clear:both;

	width:980px;

	padding:0;

}

/* LEFT COLUMN */

#leftcol {

	float:left;

	width:205px;

	padding:0px 0px 15px 10px;

}

/* RIGHT COLUMN */

#rightcol {

	float:right;

	width:205px;

	padding:0px 10px 15px 0px;

}

/* MAIN CONTENT */

#content {

	float:left;

	width:520px;

	padding:0px 15px;

	margin-bottom:15px;

}

#contentfull {

	width:950px;

	padding:0px 15px 0px 15px;

	margin-bottom:15px;

}

/* CATEGORY MENU */

h2.categoryheader {

	padding:2px 8px 0px 8px;

	margin:0;

	vertical-align:middle;

	font-size:16px;

	font-weight:bold;

	color:#FFFEFE;

	background:url(img/right-box-title-bg.jpg) no-repeat;

	height:47px;

	line-height:35px;

	text-align:center;

}

h2.categoryheader a {

	text-decoration:none;

	color:#fff;

}

ul#categorymenu {

	background-color:#EDEDED;

	margin-bottom:15px;

	border: solid #ccc;

	border-width:0px 1px 1px 1px;

}

/* 1st TIER */

ul#categorymenu li.level1 {

	list-style-type:none;

	border: solid #fff;

	border-width:1px 0px 0px 0px;

}

ul#categorymenu li.level1 a {

	text-decoration:none;

	color:#333;

	background:#eee;

	font-weight:bold;

	padding:4px 0px 4px 6px;

	display:block

}

ul#categorymenu li.level1 a:hover {

	text-decoration:none;

	color:#333;

	background-color:#e1e1e1;

	font-weight:bold;

}

/* 2nd TIER */



}

/* CATEGORY IMAGE DEFINITION */

img.imgLeft {

  	float: left;

  	margin: 2px 10px 2px 0px;

  	position: relative;

}

/* BOXES GLOBAL DEFINITION */

h2.boxheader {

	background: #868686 url(img/bg_boxheader.gif);

	height:28px;

	font-size:12px;

	color:#fff;

	padding:2px 8px 0px 8px;

	margin:0;

	line-height:28px;

	vertical-align:middle;

}

h2.boxheader a:link, h2.boxheader a:hover, h2.boxheader a:active, h2.boxheader a:visited {

	text-decoration:none;

	color:#fff;

}

.boxbody {

	background-color:#ededed;

	border: solid #ccc;

	border-width:0px 1px 1px 1px;

	padding:8px;

	margin-bottom:15px

}

.boxbody h3, .boxbody h3 a {

	font-size:11px

}

.boxbody h3.center, .boxbody h3.center a {

	font-size:11px;

	text-align:center

}

.boxbody p {

	color:#000000;

	font-size:11px;

	margin:6px 0px;

}

.boxbody p.center {

	color:#000000;

	font-size:11px;

	text-align:center;

	margin:6px 0px;

}

.boxbody td {

	color:#000000;

	font-size:11px;

	margin:6px 0px;

}

.boxbody .productOldPrice {

	font-size:11px;

	color:#000000;

}

.boxbody div.hr {

	margin: 5px 0px;

}

.boxbody div.hrlightgrey {

	margin: 5px 0px;

}

.boxbody a {

	font-size:11px;

}

.boxbody .productboximage {

	border: solid 1px #999;

	padding:5px;

	background:#fff;

}

.boxbody ul.contentlist {

	margin-left:5px;

	margin-right:0;

	padding:0;

}

.boxbody ul.contentlist li {

	margin-left:0px;

	padding:0;

	list-style-type:none

}

.contentlist a {

	border-bottom:1px solid #ccc;

	display:block;

	padding:5px 0;

}

#ADMINbutton {overflow:auto;position:fixed;height:24px;text-align:center;line-height:24px;padding:1px;color:#ffffff;text-decoration:none;width:120px;border:1px solid #cccccc;z-index:600;right:150px;bottom:5px;margin:0px;}

#ADMINbutton a {color:#fff;text-decoration:none;background:#0da6d7;display:block;}

#ADMINbutton a:hover {background:#d41919;}

#ADMINkonsole {overflow:auto;position:fixed;background:#fafafa;padding:1px;z-index:100;text-align:left;width:120px;border:1px solid #cccccc;right:150px;bottom:35px;margin:0px;}

#ADMINkonsole em{color:#93A7C0;font-weight:normal;font-style: normal;font-size:11px;}

#ADMINkonsole a {color:#333333;text-decoration:none;background:#efefef;display:block;line-height:26px;padding-left:12px;border-bottom: 1px solid #fff;}

#ADMINkonsole a:hover {text-decoration:underline;}

#ADMINkonsole #infos a, #ADMINkonsole #config a {color:#333333;text-decoration:none;font-size:11px;background:#fff;display:block;line-height:18px;padding-left:20px;border-bottom: 1px solid #fff;}

#ADMINkonsole #infos a:hover , #ADMINkonsole #config a:hover {text-decoration:underline;}

/* CART BOX */

.box_cart {	

	background:url(img/cart_box.png) no-repeat;

	padding-top: 15px;

	float: right;

	width: 205px;

	height: 80px;

	text-align:center;

	color: #FFFFFF;

}

.box_cart a	{

		color: #FFFFFF;

}

h2.boxcartheader {

	background: #AD4C79 url(img/bg_boxheader_cart.gif);

	height:28px;

	font-size:12px;

	color:#fff;

	padding:2px 8px 0px 8px;

	margin:0;

	line-height:28px;

	vertical-align:middle;

}

h2.boxcartheader a {

	text-decoration:none;

	color:#fff

}

.boxcartbody {

	padding:4px 8px 4px 4px;

	margin-bottom:15px;



}

.boxcartbody p {

	font-size:15px;

	border-bottom:thin;

	border-color:#000;



}

.boxcartbody a {

	font-size:12px;





	

}

/* PRODUCT PREVIEW */

.productPreview {

	padding:0;

	margin:0;

}

.productPreviewContent {

	vertical-align:top;

	text-align:center;

	

}

.productPreviewContent h2 {

	padding: 0;

	margin:0px 0px 5px 0px;

}

.productPreviewContent h2 a {

	font-size:14px;

	font-weight:bold;

}

.productPreviewImage {

	vertical-align:top;

	padding:3px 15px 0px 0px;

}

.productPreviewImage img {

	border: solid 0px #999;

}

.productPreviewContent .price {

	font-size:18px;

	font-weight:bold;

	padding:0;

	margin:0

}

.productPreviewContent .price1 {

	font-size:18px;

	font-weight:bold;

	padding:0;

	margin:0;

	text-align:center;
	
	

}

.productPreviewContent .taxandshippinginfo {

	font-size:11px;

	font-weight:normal;

	color:#999;

	padding:0;

	margin:0

}



.productPreviewContent .taxandshippinginfo1 {

	font-size:11px;

	font-weight:normal;

	color:#999;

	padding:0;

	margin:0;

	text-align:center;

}

.productPreviewContent .vpe {

	font-size:11px;

	font-weight:normal;

	color:#999;

	padding:0;

	margin:0

}

.productPreviewContent .shippingtime {

	font-size:11px;

	font-weight:normal;

	color:#999;

	padding:0;

	margin:0

}

.productPreviewContent .shippingtime1 {

	font-size:11px;

	font-weight:normal;

	color:#999;

	padding:0;

	margin:0;

	text-align:center;


}

.productPreviewContent .stockimage {

	margin:0;

	padding:0;

}

.productPreviewContent .stockimagetext {

	margin:0;

	padding:0;

	font-size:11px;

	font-weight:normal;

	color:#999;

}

.productPreviewContent .productOldPrice {

	font-size:13px;

	font-weight:bold;

	color:#000000;

}

.productPreviewContent .taxandshippinginfo a {

	font-size:11px;

	font-weight:bold;

	color:#999;

	text-decoration:underline;

}

/* PRODUCT INFO / PRODUCT DETAILS */

#productinfowrap {

	display:table;

	width:100%

}

#productinfoimages {

	float:left;

	background-color:#EDEDED;

	text-align:center;

	width:140px;

	padding:10px;

	margin:0px 10px 10px 0px;

	border: solid 1px #999;

}

#productinfoimages .productimage {

	border: solid 1px #999;

}

#productinfoimages .hrlightgrey {

	margin: 6px 0px;

}

#productinfopricewithimages {

	float:right;

}

#productinfopricewithimages img {

	cursor:pointer

}

#productinfopricewithoutimages {

	width:100%

}

#productinfopricewithoutimages img {

	cursor:pointer

}

#productinfoprice {

	padding:5px

}

#productinfoprice .hrlightgrey {

	margin: 6px 0px;

}

#productinfoprice .productprice {

	margin:0;

	padding:0;

	font-size:14px;

	font-weight:bold;

}

#productinfoprice .productOldPrice {

	color:#FF0000;

	margin:0;

	padding:0;

	font-size:12px;

	font-weight:bold;

}

#productinfoprice .taxandshippinginfo {

	margin:0;

	padding:0;

	font-size:11px;

	font-weight:normal;

	color:#999;

}

#productinfoprice .taxandshippinginfo a {

	margin:0;

	padding:0;

	font-size:11px;

	font-weight:bold;

	color:#999;

	text-decoration:underline;

}

#productinfoprice .shippingtime {

	margin:0;

	padding:0;

	font-size:11px;

	font-weight:normal;

	color:#999;

}

#productinfoprice .stockimage {

	margin:0;

	padding:0;

}

#productinfoprice .stockimagetext {

	margin:0;

	padding:0;

	font-size:11px;

	font-weight:normal;

	color:#999;

}

p.productinfoproductadded {

	font-size:11px;

}

.productoptions {

	background-color:#f8f8f8;

	padding:6px;

	border: solid #ccc;

	border-width:1px 0px 0px 0px;

}

.addtobasket {

	background-color:#EDEDED;

	padding:6px;

	text-align:right;

	border: #999 solid;

	border-width:1px 0px 0px 0px;

}

/* POPUPS PRODUCTINFO */

body.popupproductinfo {

	padding:15px;

	background: #fff none;

}

/* POPUP print_order.html */

body.popupprintorder {

	font-family:Arial, Sans-serif;

	font-size:13px;

	padding:15px;

	background: #fff none;

}

body.popupprintorder .products tr.header td {

	font-weight:bold;

	background-color:#EDEDED;

}

body.popupprintorder .products .total {

	text-align:right;

}

body.popupprintorder .products .quantity {

	vertical-align:top;

}

body.popupprintorder .productname {

	vertical-align:top;

}

body.popupprintorder .model {

	vertical-align:top;

}

body.popupprintorder .singleprice {

	vertical-align:top;

}

body.popupprintorder .totalprice {

	vertical-align:top;

}

/* HIGHLIGHTBOX (BACKGROUND) */

div.highlightbox {

	padding: 15px;

	background-color:#f8f8f8;

	border: solid #d9d9d9 1px;

	overflow:auto;

}

div.highlightbox ul {

	margin-left:15px;

	padding:0;

	display:block;

	list-style-type:square;

	line-height:20px;

}

div.highlightbox h1 {

	color: #38B0CC;

	padding:0px 0px 10px 0px;

	margin:0;

	border:none;

	font-size:16px;

}

div.highlightbox div.hr {

	height:1px;

	line-height:1px;

	margin:0;

	padding:0;

	display:block;

	border-bottom: solid 1px #eee;

}

/* PAYMENT TYPE SELECTION */

table.paymentblock {

	width:96%;

	background-color:#f8f8f8;

	border: #eee solid;

	border-width:0px 1px 1px 1px;

	margin-bottom:15px;

}

table.paymentblock tr td.header {

	background-color:#ccc;

	padding:2px;

	padding-left:5px;

	color:#fff;

	font-weight:bold;

}

/* SHIPPING TYPE SELECTION */

table.shippingblock {

	width:96%;
 	
 	background-color:#f8f8f8;

	border: #eee solid;

	border-width:0px 1px 1px 1px;

	margin-bottom:15px;

}

table.shippingblock tr td.header {
	
	background-color:#ccc;

	padding:2px 2px 2px 5px;

	color:#fff;

	font-weight:bold;

}

table.shippingblock tr td {

	vertical-align:top;

}

table.shippingblock tr td.description {

	width:100%;

	vertical-align:top;

	padding-left:6px;

}

table.shippingblock tr td.radiobutton {

	vertical-align:top;

	white-space:nowrap;

	padding:4px;

}

table.shippingblock tr td.radiobutton input {

	margin:0;

	padding:0;

}

table.shippingblock tr td.price {

	vertical-align:top;

	white-space:nowrap;

}

/* ORDER DETAILS IN ACCOUNT HISTORY */

table.accounthistoryinfoorderdetails tr td {

	vertical-align:top;

}

table.accounthistoryinfoorderdetails tr.header td {

	font-weight:bold;

}

/* MESSAGEBOX ON CONTACT SITE */

textarea.message_body {

	width:130px;

}

/* DOWNLOAD BOX FOR USER DOWNLOADS */

table.downloadbox {

	padding: 5px;

	background-color:#f8f8f8;

	border: solid #d9d9d9 1px;

	margin-bottom:8px;

}

table.downloadbox tr td.icon {

	padding-right: 15px;

}

table.downloadbox tr td.downloadlink {

	width:100%;

}

/* TABLE WICH SHOWS GRADUATED PRICES */

table.graduatedprice {

	font-size:11px;

	text-align:left;

	margin-top:5px;

}

table.graduatedprice tr td.header {

	font-size:12px;

	font-weight:bold;

	text-align:left;

}

/* ORDER DETAILS */

table.orderdetails {

	font-size:11px;

	background-color:#f8f8f8;

	border: #ccc solid;

	border-width:0px 1px 1px 1px;

}

table.orderdetails tr td {

	padding:4px;

}

table.orderdetails tr.headerrow td {

	background-color:#ccc;

	color:#555;

	font-weight:bold;

}

table.orderdetails tr.headerrow td.left {

	text-align:left;

}

table.orderdetails tr.headerrow td.center {

	text-align:center;

}

table.orderdetails tr.headerrow td.right {

	text-align:right

}

/* ORDER DETAILS CONTENT ROW 1 */

table.orderdetails tr.contentrow1 td {

	background-color:#f8f8f8;

	vertical-align:top;

}

table.orderdetails tr.contentrow1 td.quantity {

	text-align:center;

}

table.orderdetails tr.contentrow1 td.quantity input {

	width: 30px;

	font-size:11px;

	padding:2px;

	border:solid #ccc 1px;

}

table.orderdetails tr.contentrow1 td.productname {

	text-align:left;

}

/* ORDER DETAILS CONTENT ROW 2 */

table.orderdetails tr.contentrow2 td {

	background-color:#f8f8f8;

	vertical-align:top;

}

table.orderdetails tr.contentrow2 td.quantity {

	text-align:center;

}

table.orderdetails tr.contentrow2 td.quantity input {

	font-size:11px;

	padding:2px;

	border:solid #ccc 1px;

}

table.orderdetails tr.contentrow2 td.productname {

	text-align:left

}

/* ORDER DETAILS SINGLE PRICE */

table.orderdetails tr td.singleprice {

	text-align:right;

	white-space:nowrap

}

/* ORDER DETAILS TOTAL PRICE PER ITEM */

table.orderdetails tr td.totalprice {

	text-align:right;

	white-space:nowrap;

}

/* ORDER DETAILS DELETE CHECKBOX */

table.orderdetails tr td.delete {

	text-align:center;

	white-space:nowrap;

}

/* ORDER DETAILS PRODUCT ATTRIBUTES */

table.orderdetails tr td.productname table.productattributes {

	margin-top:3px;

}

table.orderdetails tr td.productname table.productattributes tr td {

	padding:0px;

}

table.orderdetails tr td.productname table.productattributes tr td.attribute {

	padding-right:4px;

}

table.orderdetails tr td.productname table.productattributes tr td.value {

	width:100%;

}

/* ORDER DETAILS SUBTOTAL */

table.orderdetails tr td.subtotal {

	background-color:#f8f8f8;

	text-align:right;

	border: #ccc solid;

	border-width:1px 0px 0px 0px;

}

/* PRODUCT NAVIGATOR */

div.productnavigator {

	background-color:#EDEDED;

	padding:8px;

	border:#999 1px solid;

}

/* REVIEW LIST */

table.reviewlist {

	background-color:#f8f8f8;

	border: #ccc solid;

	border-width:0px 1px 1px 1px;

}

table.reviewlist tr td {

	padding:4px;

	white-space:nowrap;

}

table.reviewlist tr.header td {

	background-color:#ccc;

	color:#fff;

	font-weight:bold;

}

table.reviewlist tr.contentrow1 td {

	background-color:#f8f8f8;

}

table.reviewlist tr.contentrow2 td {

	background-color:#f8f8f8;

}

textarea#review {

	width:95%;

}

/* MEDIA LIST */

table.medialist {

	background-color:#f8f8f8;

	border: #ccc 1px solid;

}

table.medialist tr td {

	padding:6px;

	white-space:nowrap;

	vertical-align:top;

}

table.medialist tr.contentrow1 td {

	background-color:#f8f8f8;

}

table.medialist tr.contentrow2 td {

	background-color:#f8f8f8;

}

/* SITEMAP */

.sitemapwrap {

}

.sitemapwrap .sitemapleft {

	background-color:#f8f8f8;

	border: #ccc 1px solid;

	display:table;

	float:left;

	width:235px;

	margin-bottom:15px;

}

.sitemapwrap .sitemapright {

	background-color:#f8f8f8;

	border: #ccc 1px solid;

	display:table;

	float:right;

	width:235px;

	margin-bottom:15px;

}

.sitemapheader {

	padding:3px;

	background-color:#ccc;

	color:#fff;

	font-weight:bold;

}

.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {

	color:#fff;

	text-decoration:none;

}

.sitemapcontent {

	padding:6px;

}

.sitemapcontent li {

	list-style-type:none;

}

/* COMMENTS ON CHECKOUT CONFIRMATION SITE */

p.checkoutcomment textarea {

	width:930px;

}

/* ORDER DETAILS ON CHECKOUT SITE */

table.checkoutconfirmationorderdetails {

	padding:0;

	margin:0px 0px 10px 0px;

	border:none;

}

table.checkoutconfirmationorderdetails tr td.productname {

	width:100%;

	font-weight:bold;

}

table.checkoutconfirmationorderdetails tr td.shippingtime {

	padding:0px 0px 0px 30px;

	color:#666;

	font-size:11px;

	font-weight:normal;

	white-space:nowrap;

}

table.checkoutconfirmationorderdetails tr td.productattributes {

	padding:0px 0px 0px 30px;

	color:#666;

	font-size:11px;

	font-weight:normal;

}

table.checkoutconfirmationorderdetails tr td.productprice {

	white-space:nowrap;

	text-align:right;

}

table.checkoutconfirmationorderdetailstotal {

	padding:0;

	margin:10px 0px 0px 0px;

	border:none;

}

table.checkoutconfirmationorderdetailstotal tr td.name {

	width:100%;

	text-align:right;

}

table.checkoutconfirmationorderdetailstotal tr td.value {

	white-space:nowrap;

	text-align:right;

}

/* AGB ON CHECKOUT SITE */

p.checkoutagb textarea {

	width:100%;

}

/* CHECKOUT NAVIGATION */

ul#checkoutnavigation {

	margin:0;

	padding:10px 0px 0px 0px;

	margin-top:15px;



}

ul#checkoutnavigation li {

	list-style-type:none;

	height:120px;

	float:left;

	margin-right:0px;

	padding-top: 20px;



}

ul#checkoutnavigation li.active1 {

	background:  url(img/steps/step1.jpg) no-repeat;

	width: 214px;

	}

ul#checkoutnavigation li.active2 {

	background:  url(img/steps/step2_b.jpg) no-repeat;

	width: 244px;

}

ul#checkoutnavigation li.active3 {

	background:  url(img/steps/step3_b.jpg) no-repeat;

	width: 243px;

}

ul#checkoutnavigation li.active4 {

	background:  url(img/steps/step4_b.jpg) no-repeat;

	width: 241px;

}

ul#checkoutnavigation li.inactive2 {

	background:  url(img/steps/step2.jpg) no-repeat;

	color:#a8a8a8;

	width: 244px;

}

ul#checkoutnavigation li.inactive3 {

	background:  url(img/steps/step3.jpg) no-repeat;

	color:#a8a8a8;

	width: 243px;

}

ul#checkoutnavigation li.inactive4 {

	background: url(img/steps/step4.jpg) no-repeat;

	color:#a8a8a8;

	width: 241px;

}



ul#checkoutnavigation li.active1 .title {

	font-size:14px;

	font-weight:bold;

	padding-left: 50px;

}

ul#checkoutnavigation li.active1 .description {

	font-size:11px;

	padding-left: 50px;

	float:right;

	}

ul#checkoutnavigation li.active2 .title {

	font-size:14px;

	font-weight: bold;

	padding-left: 80px;

}

ul#checkoutnavigation li.active2 .description {

	font-size:11px;

	padding-left: 80px;

	float:right;

	}

ul#checkoutnavigation li.active3 .title {

	font-size:14px;

	font-weight:bold;

	padding-left: 74px;

}

ul#checkoutnavigation li.active3 .description {

	font-size:11px;

	padding-left: 74px;

	float:none;

	}

ul#checkoutnavigation li.active4 .title {

	font-size:14px;

	font-weight:bold;

	padding-left: 80px;

}

ul#checkoutnavigation li.active4 .description {

	font-size:11px;

	padding-left: 80px;

	float:none;

	}

ul#checkoutnavigation li.inactive2 .title {

	font-size:14px;

	font-weight: bold;

	padding-left: 80px;

}

ul#checkoutnavigation li.inactive2 .description {

	font-size:11px;

	padding-left: 80px;

	float:right;

}

ul#checkoutnavigation li.inactive3 .title {

	font-size:14px;

	font-weight: bold;

	padding-left: 74px;

}

ul#checkoutnavigation li.inactive3 .description {

	font-size:11px;

	padding-left: 74px;

	float:none;

}

ul#checkoutnavigation li.inactive4 .title {

	font-size:14px;

	font-weight: bold;

	padding-left: 80px;

}

ul#checkoutnavigation li.inactive4 .description {

	font-size:11px;

	padding-left: 80px;

	float:none;

}

/* ERROR MESSAGES */

.errormessage {

	border: solid #ff0000 2px;

	padding:15px;

	background-color:#FFD6D6;

	margin-bottom:10px;

}

/* SUCCESS MESSAGE */

.messageStackSuccess {

	padding:4px;

	background-color:#66FF66;

}



}

/* UPDATE CHANGES 17.10.2008 */

/* Mehr Bilder unterhalb der Beschreibung */

.morepics {

	background-color:#EDEDED;

	padding:6px;

	text-align:right;

	border: #999 solid;

	border-width:1px 0px 0px 0px;

	display:block;

	height:auto;

	width:512px;

	float:left;

	margin-bottom:10px;

}

.morepics img {

	border: #999 1px solid;

	padding:4px;

	margin-right:8px;

	background:#fff;

	height:200px;

	width:auto;

	float:left;

}

/* BESTELLER BOX mit Bilder in DL DT Liste -- JUNG GESTALTEN.com */

dt {

	float:left;

	width:40px;

}

dt img {

	border:1px solid #ccc;

	padding:2px;

	background:#fff;

}

dd {

	float:right;

	width:125px

}

/* Vorschaubilder TD mit gleichem Abstand */

/* BOF - dokuman - 2009-06-06 - Fix new products display in firefox - picture size is 120px by default */

/*.productPreviewImage { width:100px; display:block } */

.productPreviewImage {

	width:120px;

	display:block;

}

/* EOF - dokuman - 2009-06-06 - Fix new products display in firefox size is 120px by default */

td.productPreviewContent {

	width:400px;

	text-align:left;

}

/* BOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IM CONTENT */

#content ol, #content ul {

	margin:10px 0 10px 14px;

}

/* EOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IM CONTENT */

/* BOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IN DER DRUCKANSICHT */

.popupproductinfo #productinfowrap ol, .popupproductinfo #productinfowrap ul {

	margin:10px 0 10px 186px;

}

/* EOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IN DER DRUCKANSICHT */

/* SEARCHBOX */

.search_header {

	line-height:normal;

}

/* BOF - Dokuman - 2009-08-21 - Better layout on multiple shipping/billing addresses */

ol#address_block {

	margin-left:30px;

}

/* EOF - Dokuman - 2009-08-21 - Better layout on multiple shipping/billing addresses */

/* BOF - Tomcraft - 2009-10-02 - Include "Single Price" in checkout_confirmation */

td.main_row {

	border-top: 1px solid #ccc;

}

/* EOF - Tomcraft - 2009-10-02 - Include "Single Price" in checkout_confirmation */



/*==================================================================================*/

/* =RESET

=-----------------------*/

* {

	margin:0px;

	padding:0px;}

body {

	background:#E6E6E6;

	background:url(img/body_bg.jpg) repeat-x top;

	background-color:#fcfcfc;

	line-height:normal;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	font-weight:normal;

	color:#3F3F3F;

	margin:0px 0px 0px 0px;

}

html {

	height:100%;

	font-size:100%;

}

:focus {

	outline:0;

}

ul li {

	list-style:none;

}

img {

	border:none;

}





/* 1) BODY

=-----------------------*/

#home_main_div {

	width:100%;

	background:url(img/main-background.gif) repeat-x top;

}

#main_div_1 {

	width:100%;

	background:img/header-background.gif) no-repeat center top;

}

#page_container {

	width:1012px;

	margin:auto;

}



/* 16) INNERPAGE HEADER STYLE



=-----------------------*/



#header_2 {padding:6px 15px 0px 8px; height:221px;}





#main_title_div {

	width:150px;

	height:20px;

	line-height:20px;

	border:none;

	padding:0px 10px 0px 10px;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	float:left;

	margin-top: 0px}



#main_title_div img {float:left; margin-left:3px;}



#header_2 h1 {line-height:91px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:30px; font-weight:normal; color:#ffffff; text-indent:40px; background:url(img/title-button.jpg) no-repeat 5px 31px;}



#header_2 p {float:right; padding:33px 0px 0px 0px; font-size:17px; line-height:25px; font-weight:bold;color:#ffffff;}



/* 14) INNERPAGE BODY



=-----------------------*/



#inner_main_div {width:100%; background:url(img/headback.gif) repeat-x top;}



#main_div_2 {width:100%; background:url(img/main_header.gif) no-repeat center top;}





/* 15) INNERPAGE CONTAINER STYLE

=-----------------------*/

#container_3 {

	background:url(img/main-box-bg.jpg) repeat-y;

	margin:12px 16px 0px 16px;

}

#container_3_top { 

	padding:1px 0px 0px 0px;

	margin: 1px 0px 0px 0px;

	background:url(img/main-box-top.png) no-repeat top;

}

#container_3_bottom {

	background:url(img/main-box-bottom.png) no-repeat bottom;

	height:100%;

	padding:1px 0px 30px 1px;

	margin: 1px 0px 30px 0px;

}

				

.left_box_1 {

	background:url(img/inner_box_bg.jpg) repeat-y;

	margin:0px 0px 5px 0px;

}

.left_box_1 div {

	background:url(img/inner_box_top.jpg) no-repeat top;

	

}



.left_box_1 div div {

	background:url(img/inner_box_bottom.jpg) no-repeat bottom;

	padding:5px 1px 35px 1px;

	height:100%;

}



.left_box_1 div div div{

	font-size:16px;

	font-weight:bold;

	color:#FFFEFE;

	background:url(img/inner_box_title_bg.jpg) no-repeat;

	height:0px;

	line-height:25px;

	text-align:center;

}

.left_box_1 h2 {

	font-size:16px;

	font-weight:bold;

	color:#FFFEFE;

	background:url(img/inner_box_title_bg.jpg) no-repeat;

	height:47px;

	line-height:35px;

	text-align:center;

}



.left_box_1 ul li {

	color:#3F3F3F;

	margin:0px 0px 0px 0px;

}

.left_box_1 ul li a {

	display:block;

	height:32px;

	line-height:28px;

	text-decoration:none;

	background:url(img/inner_box_list.jpg) no-repeat;

	color:#3F3F3F;

	text-indent:25px;

}

.left_box_1 ul li a:hover, .left_box_1 ul li a.activelink_2 {

	background:url(img/inner_box_list_hover.jpg) no-repeat;

	color:#0CB0CC;

}

.left_box_1 li.level2 {

	font-size:10px;

	list-style-type:none;

	border: solid #fff;

	border-width:0px 0px 0px 0px;

	padding:0px 0px 0px 0px;



}

.left_box_1 li.level2 a {

	padding:0px 0px 0px 0px;

	text-decoration:none;

	background: url(img/dotted1.gif) no-repeat 8px 9px #fff;

	display:block;

	height:25px;

	line-height:30px;

}

.left_box_1 li.level2 a:hover {

	text-decoration:none;

	color:#333;

	background-color:;

}

/* 3rd TIER */

.left_box_1 li.level3 {

	list-style-type:none;

	border: solid #fff;

	border-width:1px 0px 0px 0px;

	background-color: #e7e7e7;

	font-size:10px;

	

}

.left_box_1 li.level3 a {

	color:#333;

	background: url(img/dotted1.gif) no-repeat 16px 9px #e7e7e7;

	padding:0px 0px 0px 0px;

	display:block;

	height:25px;

	line-height:30px;

}

.left_box_1 li.level3 a:hover {

	color:#333;

	background-color:#fffff;



}

/* 4th TIER */

.left_box_1 li.level4 {

	list-style-type:none;

	border: solid #fff;

	border-width:1px 0px 0px 0px;

}

.left_box_1 li.level4 a {

	text-decoration:none;

	color:#333;

	background: url(img/dotted1.gif) no-repeat 24px 9px #b3b3b3;

	padding:4px 0px 4px 34px;

	display:block

}

.left_box_1 li.level4 a:hover {

	text-decoration:none;

	color:#333;

	background-color:#999;

	font-weight:bold;

}

.s_box_2 {
	background:url(img/inner_box_bg.jpg) repeat-y;

	margin:0px 0px 0px 0px;

}

.s_box_2_t {

	background:url(img/inner_box_top.png) no-repeat top;

}

/** Eigene Classe */

.s_box_2_m  {
	background:url(img/inner_box_bg.jpg) repeat-y;

	margin:0px 0px 0px 0px;
	
}

.s_box_2_b {

	background:url(img/inner_box_bottom.jpg) no-repeat bottom;

	padding:1px 10px 35px 10px;

	height:100%;

}

.s_box_2 h2 {

	font-size:16px;

	font-weight:bold;

	color:#0CB0CC;

	margin-bottom:5px;

}



.s_box_2 p {

	line-height:18px;

	font-size:12px;

}



/*.s_box_2 input {

	width:127px;

	height:26px;

	line-height:26px;

	background:url(img/right-box-2-input-bg.jpg) no-repeat !important;

	background:fixed url(img/right-box-2-input-bg.jpg) no-repeat;

	border:none;

	float:left;

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	padding:0px 25px 0px 25px;

	margin:8px 0px 0px 0px;

}*/

/* 10) FOOTER

=-----------------------*/

/* FOOTER */

.footer {

	clear:both;

	padding: 8px;

	margin-bottom:5px;



}

/* XTC COPYRIGHT */

.copyright {

	margin: 0 auto;

	width:970px;

	text-align:center;

	color:#FFF;

	font-size:11px;

	padding:0px 0px 10px 0px;

}

/* XTC ParseTime */

.parseTime {

	margin: 0 auto;

	width:970px;

	text-align:center;

	color:#666;

	font-size:11px;

	padding:0px 0px 10px 0px;}

	

.morepics {

	background-color:#EDEDED;

	padding:6px;

	text-align:right;

	border: #999 solid;

	border-width:1px 0px 0px 0px;

	display:block;

	height:auto;

	width:512px;

	float:left;

	margin-bottom:2px;

}

.morepics img {

	border: #999 1px solid;

	padding:4px;

	margin-right:8px;

	background:#fff;

	height:200px;

	width:auto;

	float:left;

	margin-bottom:8px;

}

/* BESTELLER BOX mit Bilder in DL DT Liste -- JUNG GESTALTEN.com */

dt {

	float:left;

	width:40px;

}

dt img {

	border:1px solid #ccc;

	padding:2px;

	background:#fff;

	max-width:40px;

}

dd {

	float:right;

	width:125px

}

/* Vorschaubilder TD mit gleichem Abstand */

/* BOF - dokuman - 2009-06-06 - Fix new products display in firefox - picture size is 120px by default */

/*.productPreviewImage { width:100px; display:block } */

.productPreviewImage {

	width:120px;

	display:block;

}

/* EOF - dokuman - 2009-06-06 - Fix new products display in firefox size is 120px by default */

td.productPreviewContent {

	width:400px;

	text-align:left;

}

/* BOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IM CONTENT */

#content ol, #content ul {

	margin:10px 0 10px 14px;

}

/* EOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IM CONTENT */

/* BOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IN DER DRUCKANSICHT */

.popupproductinfo #productinfowrap ol, .popupproductinfo #productinfowrap ul {

	margin:10px 0 10px 186px;

}

/* EOF - Tomcraft - 2009-09-22 - FIX DER AUFZÄHLUNGEN IN DER DRUCKANSICHT */

/* SEARCHBOX */

.search_header {

	line-height:normal;

}

/* BOF - Dokuman - 2009-08-21 - Better layout on multiple shipping/billing addresses */

ol#address_block {

	margin-left:30px;

}

/* EOF - Dokuman - 2009-08-21 - Better layout on multiple shipping/billing addresses */

/* BOF - Tomcraft - 2009-10-02 - Include "Single Price" in checkout_confirmation */

td.main_row {

	border-top: 1px solid #ccc;

}

/* EOF - Tomcraft - 2009-10-02 - Include "Single Price" in checkout_confirmation */

/* BOF - Hetfield - 2010-01-20 - Remove agb-textarea from checkout_payment */

div.agbframe {

	width:930px;

	height:200px;

	overflow:auto;

	padding:10px;

	background:url(img/input_bg.gif) no-repeat;

	border:1px solid #666;

}

/* EOF - Hetfield - 2010-01-20 - Remove agb-textarea from checkout_payment */

/* BOF - web28 - 2010-04-29 - fix ol and ul Tag  in checkout_payment agbframe */

div.agbframe ol, div.agbframe ul  {

	margin-left:30px;	

}

/* EOF - web28 - 2010-04-29 - fix ol and ul Tag  in checkout_payment agbframe */



/* BOF - web28 - 2010-07-09 - fix für TABS/ACCORDION in product_info */

#tabbed_product_info ul{

	margin:0px 0px 0px 0px;

}

#tabbed_product_info, #accordion_product_info{

	margin-top: 10px;

}

#tabbed_product_info .morepics {	

	background-color: transparent;		

	border-width: 0px 0px 0px 0px;	

	width: 506px;	

}



#accordion_product_info .morepics {	

	background-color: transparent;	

	border-width: 0px 0px 0px 0px;	

	width: 460px;	

}

/* EOF - web28 - 2010-07-09 - fix für TABS/ACCORDION in product_info */



	

#footer {border-top:6px solid #F1EFE0; color:#A8A8A8;}



#grey_footer_bg {background:#262626; border-top:8px solid #161616; border-bottom:8px solid #161616;}



#inner_div {width:929px; margin:auto; height:100%; position:relative;}



#go_to_top_border {position:absolute; bottom:-10px; right:10px;}



.footer_box {width:274px; padding:6px 0px 24px 0px;}



#footer h2 {font-size:18px; font-weight:normal; color:#0CB0CC; line-height:37px;background:url(img/footer-title-bg.jpg) repeat-x bottom; margin-bottom:5px;}







.middle_box_2 {float:left; margin-left:55px;}



#resources-listing ul li {line-height:31px; height:32px; font-size:12px; color:#A8A8A8; background:url(img/footer-list-style.jpg) no-repeat; text-indent:29px; margin-right:6px;}



#resources-listing ul li a {text-decoration:none; color:#A8A8A8;}



#resources-listing ul li a:hover {color:#FEFEFE;}







#contact_info {width:274px; padding:6px 0px 0px 0px; float:left;  margin-left:100px;}



#contact_info a {text-decoration:none; color:#A8A8A8; border-bottom:1px dotted #A8A8A8;}



#contact_info a:hover {color:#CCCCCC;}



#contact_info p {font-size:12px; padding:6px 0px 4px 0px;}



#contact_info p span {color:#0CB0CC;}



#contact_info a.follow_icon {margin:0px 7px 0px 0px; border-bottom:none;}







#social-media { padding:0px; margin:0px; clear:both}



#social-media ul li {float:left;}



#social-media li { width:33px; margin-right:12px;}







#latest_from_blog {width:274px; padding:6px 0px 24px 0px; float:right;}



.middle_box_2 p {font-size:12px; padding:6px 0px 4px 0px;}



.middle_box_2 p span {color:#0CB0CC;}



.blog {padding-top:6px;}



.blog img {float:left; width:74px;}



.blog div a.blog_title {font-size:12px; text-decoration:none; font-weight:normal; color:#DBDBDB; line-height:20px; cursor:pointer;}



.blog div a.blog_title:hover {text-decoration:none; color:#FDFDFD}



.blog div {float:right; width:188px;} 



.blog p {font-size:12px; color:#A8A8A8; line-height:18px; padding:5px 0px 5px 0px;}



.blog div a.read_full_article {text-decoration:none; font-size:12px; color:#0CB0CC;}



.blog div a.read_full_article:hover {text-decoration:none; color:#FDFDFD}







.seperator_2 {background:url(img/seperator-2.jpg) repeat-x center center; height:1px; padding:10px 0px 10px 0px !important;padding:5px 0px 0px 0px;}







#blue_footer_bg {background:#62700D url(img/footer-background.jpg) repeat-x top; height:47px; font-size:12px; color:#FEFEFE;}



#inner_blue_bg {width:929px; margin:0 auto; position:relative;}



#blue_footer_bg p {margin:0px 0px 0px 0px;}



#go_to_top_div {position:absolute; right:10px; top:-30px;}



#blue_footer_bg span {float:left; padding:0px 0px 0px 0px;}







#footer-links {padding:17px 0px 0px 250px;}



#footer-links ul li { float:left; border-right:1px solid #FFFFFF;padding:0px 10px 0px 10px;}



#footer-links ul li a {text-decoration:none; color:#FEFEFE;}



#footer-links li a.firstlink {color:#FEFEFE; padding:0px; }



#footer-links li.lastlink { border:none}



#footer-links a:hover {text-decoration:underline;}



/* Productlisting */



.box_prodlisting{}

.box_prodlisting .gr_box_mitte{

	padding:0px 0px 0px 10px !important;}



.box_prodlisting .prod_img{

	width:130px;

	padding-top:10px;

	float:left;

	}

.box_prodlisting .prod_infos{

	padding:10px 10px 0px 0px;

	width:225px;

	float:left;}



.box_prodlisting .short_desc_text{

	padding-bottom:10px;

	}



.box_prodlisting .prodlisting_availability{}



.prod_infos2{

	float:right;

	width:225px;}



.box_prodlisting .price_box{

	background:url(img/preis_bg.gif) right top no-repeat;

	height:50px;

	padding-right:10px;

	}



.box_prodlisting .Price{ 

	text-align:right;

	color:#FFFFFF;

	font-weight:bold;

	font-size:26px;

	}



.box_prodlisting .price_box .smallText, .box_prodlisting .price_box .smallText a{

	text-align:right;

	color:#FFFFFF !important;

	font-size:10px;

	}

.box_prodlisting .prod_submit_box{

	padding-top:40px;

	float:right;

	}



.box_prodlisting .prod_submit{

	float:left;

	padding:0px 10px 10px 5px

	}



.box_prodlisting .prod_quantity{

	float:left;

	font-weight:bold;

	}



.box_prodlisting .prod_quantity_text{

	float:left; 

	padding-right:5px;

	}



.box_prodlisting .prod_quantity input{

	height:21px; 

	border:1px solid #C0C0C0;

	}



.prodlisting_availability .icon{

	float:left;

	}







.category_table{}



.category_td{

	width:50%;padding:0px 3px 6px 3px;

	}



.category_link{

	display:block;

	background:url(img/title_line_bg.gif) no-repeat center;

	height:20px;

	border:1px solid #DCDCDC;

	text-align:center;

	line-height:20px; 

	text-decoration:none;

	color:#000000;}



.category_link:hover{

	background:url(img/gr_box_kopf.gif) center;

	color:#FFFFFF;

	}





.pagelisting a{ color:#000000; text-decoration:none;}



.articlePages_activeLink{color:#000000; text-decoration:underline !important; font-weight:bold;}



/* Haupt Navigation */

.kwicks {

	/* recommended styles for kwicks ul container */

	list-style: none;

	position: relative;

	left: 25px;

	top: 13px;

	bottom: 0px;

	float: left;

	padding: 0px;

	white-space: nowrap;

}

.kwicks li{

	width: 115px;

	height: 39px;

	display: block;

	overflow: hidden;

	padding: 0px;

}

.kwicks.horizontal li {

	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */

	margin-right: 5px; /*Set to same as spacing option. */	

	float: left;

}

.kwicks.vertical  li{

	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */

	margin-bottom: 5px; /*Set to same as spacing option. */	

}



#kwick_1 {background-image: url(img/a1.png);	background-attachment: scroll;	background-repeat: no-repeat; background-position: left top;}

#kwick_2 {background-image: url(img/a2.png);	background-attachment: scroll;	background-repeat: no-repeat; background-position: left top;}

#kwick_3 {background-image: url(img/a3.png);	background-attachment: scroll;	background-repeat: no-repeat; background-position: left top;}

#kwick_4 {background-image: url(img/a4.png);	background-attachment: scroll;	background-repeat: no-repeat; background-position: left top;}

#kwick_5 {background-image: url(img/a5.png);	background-attachment: scroll;	background-repeat: no-repeat; background-position: left top;}



#kwick_1 a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

	display: block;

	text-transform: uppercase;

	text-align: center;

	height: 27px;

	padding: 12px 0px 0px;

}

#kwick_1 a.active {background-image: url(img/a_bg.png); background-attachment: scroll; background-repeat: no-repeat; background-position: center top; text-align: center;}

#kwick_2 a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

	text-transform: uppercase;

	display: block;

	text-align: center;

	height: 27px;

	padding: 12px 0px 0px;

}

#kwick_2 a.active {background-image: url(img/a_bg.png);	background-attachment: scroll; background-repeat: no-repeat; background-position: center top; text-align: center;}

#kwick_3 a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

	text-transform: uppercase;

	display: block;

	text-align: center;

	height: 27px;

	padding: 12px 0px 0px;

}

#kwick_3 a.active {background-image: url(img/a_bg.png); background-attachment: scroll; background-repeat: no-repeat; background-position: center top; text-align: center;}

#kwick_4 a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

	text-transform: uppercase;

	display: block;

	text-align: center;

	height: 27px;

	padding: 12px 0px 0px;

}

#kwick_4 a.active {background-image: url(img/a_bg.png); background-attachment: scroll; background-repeat: no-repeat; background-position: center top; text-align: center;}

#kwick_5 a {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

	text-transform: uppercase;

	display: block;

	text-align: center;

	height: 27px;

	padding: 12px 0px 0px;

}

#kwick_5 a.active {background-image: url(img/a_bg.png);	background-attachment: scroll; background-repeat: no-repeat; background-position: center top; text-align: center;}

.kwicks.horizontal #kwick_3 {

	margin-right: 5; /* cancel margin on last kiwck (if you set a margin above) */

}

.kwicks.vertical #kwick_3 {

	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */

}

/* Haupt Navigation Ende */





#imageframe { background: url(img/imageframe.png) no-repeat;}



#bookmarks li {float:left; list-style:none; margin-bottom:1px;}

#bookmarks a {display:block; width:61px; height:35px; text-indent:-9999px;}

#bookmarks a.delicious {background:url(img/bookmarks/delicious.png) 0 -35px;}

#bookmarks a.misterwong {background:url(img/bookmarks/misterwong.png) 0 -35px;}

#bookmarks a.digg {background:url(img/bookmarks/digg.png) 0 -35px;}

#bookmarks a.stumble {background:url(img/bookmarks/stumbleupon.png) 0 -35px;}

#bookmarks a.technorati {background:url(img/bookmarks/technorati.png) 0 -35px;}

#bookmarks a.myspace {background:url(img/bookmarks/myspace.png) 0 -35px;}

#bookmarks a.facebook {background:url(img/bookmarks/facebook.png) 0 -35px;}

#bookmarks a.twitter {background:url(img/bookmarks/twitter.png) 0 -35px;}

#bookmarks a:hover {background-position:0 0;}

.clearfix {clear:both;}



    .pagination_box {

	background-color:#EDEDED;

	padding:8px;

	border:#999 1px solid;

    }

    .pagination_box_left {

      float:left;

	  padding-left: 3px;

      font-size:11px;

      line-height:22px;

    }

    .pagination_box_right {

      float:right;

    }

     

    ul.pagination {

      margin: 0 auto !important;

      padding: 0;

      list-style-type: none;

    }

     

    ul.pagination li {

      float: left;

      padding: 0;

      margin: 2px;

      font-size: 11px;

      font-weight: bold;

      list-style-type: none;  

    }

     

    ul.pagination li a {

      min-width: 10px;

      height: 10px;

      line-height: 10px;

      padding: 3px;

      display: block;

      text-align: center;

      color: #00000;

      background-color:#f0f0f0;

      text-decoration:none;

      border:1px solid #808080;

    }

     

    ul.pagination li a:hover {

      min-width: 10px;

      height: 10px;

      line-height: 10px;

      padding: 3px;

      display: block;

      text-align: center;

      color: #FFFFFF;

      background-color: #0da6d7;

      text-decoration:none;

      border:1px solid #808080;

    }

     

    ul.pagination li.page_active {

      min-width: 10px;

      height: 10px;

      line-height: 10px;

      padding: 3px;

      display: block;

      text-align: center;

      color: #FFFFFF;

      background-color: #0da6d7;

      text-decoration:none;

      border:1px solid #808080;

    }
	
    /* BOF - DJ-Ready - jQuery toggle list and box view in article listing*/
     
    .prod_toggledisplay { cursor:pointer; display:block; float:right; font-weight:bold; font-size:14px;}
    div.prod_hrproductpreview { clear:both; padding-top:1px; height:0; overflow:hidden; margin:12px 0px; display:inline; height:0px; line-height:0px; display:block; background-image:url(img/hr_productpreview.gif);}
     
    /* base classes */
    .prod_wrapper       { border:1px solid #ccc; padding: 0px 10px; min-height:155px; background-color:#EDEDED; margin:5px 5px 15px 5px; left:-5px; position:relative; }
    .prod_title             { border:0px solid #0ff; font-weight:bold; font-size:14px; line-height:24px; width:390px; margin:0 auto;text-align:left; float:left;}
    .prod_shippingtime  { border:0px solid #ff0; line-height:24px; margin:0 auto;text-align:right; float:right; color:#888;}
    .prod_image_border  { width:120px; height:80px; float:left; position:relative; margin:0px; margin-top:5px; margin-right:5px; margin-bottom:5px;}
    .prod_image         { border:1px solid #ccc;  }
    .prod_shortdesc     { border:0px solid #0f0; display:block; border-bottom:1px dotted #ccc; margin-bottom:10px; min-height:90px; clear:both;}
    .prod_price         { border:0px solid #00f; width:225px; min-height:60px; float:left; font-weight:bold; font-size:18px; display:inline; line-height:21px; font-variant:small-caps;}
    .prod_price span        { color:#f00; font-size:14px;}
    .prod_price small   { font-size:14px;}
    .prod_tax_vpe       { border:0px solid #f00; width:269px; float:right; height:35px; vertical-align:bottom; line-height:6px; text-align:right; color:#888;}
    .prod_tax           { border:0px solid #00f; width:230px; height:24px; min-height:24px; clear:both; float:left; text-align:right; font-weight:bold; font-size:16px;}
    .prod_buttons       { border:0px solid #00f; width:160px; height:24px; min-height:24px; float:right; text-align:right; clear:right;}
    .prod_buynow        { border:0px solid #00f; width:177px; height:24px; min-height:24px; float:right; text-align:right;}
    .prod_out           { display:none; }
    .prod_break         { height:70px;}
    .prod_noimage       { width:120px; height:80px; color:#666; font-weight:bold; text-align:center; background-color:#ECECEC; border:1px solid #ccc;}
     
    /* additional classes which ADD to the base classes */
    .prod_wrapper_box       { width: 227px; float:left; height:220px; left:0px; margin:2px;}
    .prod_title_box         { min-height:25px; height:25px; display:inline; width:200px; overflow:hidden; }
    .prod_shippingtime_box  { display:none; }
    .prod_image_border_box  { width:100%; text-align:center;}
    .prod_image_box         { margin-left: auto; margin-right: auto; }
    .prod_shortdesc_box     { display:none; }
    .prod_price_box         { width:235px; float:left; text-align:center; color:#666; min-height:25px; height:25px; overflow:hidden;}
    .prod_price_box br      { display:none; clear:both; overflow:hidden; padding:0px; margin:0px; display:inline; height:0px; line-height:0px; display:block;}
    .prod_price_box span        { color:#0f0; font-size:14px; display:none; clear:both; overflow:hidden; padding:0px; margin:0px; display:inline; height:0px; line-height:0px; display:block;}
    .prod_price_box small   { font-size:14px; display:none; clear:both; overflow:hidden; padding:0px; margin:0px; display:inline; height:0px; line-height:0px; display:block;}
    .prod_tax_vpe_box       { text-align:center; width: 227px; height:auto; float: left; line-height:normal; /*display:none; */}
    .prod_buttons_box       { width:235px; float:left; margin-bottom:10px; clear:left; text-align:center;}
    .prod_buynow_box        { display:none; }
    .prod_out_box           { display:block; }
    .prod_break_box         { float:left; }
    .prod_noimage_box       { width:120px; height:80px; margin-left: auto; margin-right: auto; }
     
    
/* Dif. die Länge der Eingabefelder bei der Registrierung */
#content input[type=text]{
        width:180px;
    }

/* Dif. die Länge der Eingabefelder bei der Registrierung */
#login input[type=text]{
        width:134px;
    }

/* Dif. die Länge der Eingabefelder bei der Registrierung */
#cart_quantity input[type=text]{
        width:70%;
    }



/* BOF - Customers Remind - Fishnet Services - Gemsjaeger 30.03.2012 */
/* Based on: xt-module.de customers remind */
#remindbox{
        display: none;
        width: 300px;
        margin: 0;
        padding: 5px;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-left: -150px;
        margin-top: -50px;
        background-color: #FFFFFF;
        border: solid 1px #000000;
}
/* SLIDER-BOX */
        #box-slider { position:relative; left: 0; display:block;overflow:hidden;max-height:200px;}
        #box-slider a.nivo-imageLink { position:absolute; top:0px; left:0px; border:0; padding:0; margin:0; z-index:99; display:none; width:200px; height:200px; }
        #box-slider img { position:relative; top:0px; left:0px;}
        .newest_slider { height:230px; margin-bottom:15px; background-image:url(HIER DEIN LADEBILD EINFÜGEN); }
        .nivo-slice {display:block;position:absolute;z-index:5;height:100%;}
        .nivo-box {display:block;position:absolute;z-index:5;}
        .nivo-caption {position:absolute;left:0px;bottom:0px;background:#ccc;color:#000 !important;width:100%;z-index:8;}
        .nivo-caption p {padding:5px;margin:0;font-size:11px;line-height:14px;}
        .nivo-caption a {display:inline !important;}
        .nivo-html-caption {display:none;}
/* SLIDER-BOX ENDE */
/* EOF - web28/gero 2012-07-07 - FIX DER AUFZÄHLUNGEN IM CONTENT  für TABS/ACCORDION in product_info */
.lexikon_keyword {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CA0A1E;
	text-decoration: none;
	background-color: #A1E1FF;
}
#lexAlphabet {
	background-color: none;
	text-align: left;
	padding:0px 10px 0px 10px;
	margin:0px 0px 20px 0px;
	list-style-type:none;
	height:25px;
	font-size:15px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
ul#lexAlphabet li {
	height:25px; 
	float:left; 
	padding: 0px 5px 0px 0px; 
	margin:0;
	}
ul#lexAlphabet a, ul#lexAlphabet a:link, ul#lexAlphabet a:visited {
	line-height:25px;
	text-decoration:none; 
	margin:0px;
	padding:0px;
	}
ul#lexAlphabet a:hover {
	color: #F60; 
	text-decoration:none;
	 }
ul#lexAlphabet a.active {
	font-weight:bold;
	}
#lexName {
	font-weight:bold;
	font-size: 16px;
	color: #FFF;
	border-bottom-style: solid;
	padding-bottom:3px;
	border-bottom-width: thin;
	border-bottom-color: #CA0A1E;
	padding-top: 15px;
}
#lexDescription {
	margin: 5px 0px 20px 10px;
	padding: 5px;
	background-color: none;
	font-family: "Comic Sans MS", cursive;
}
span.lex {
	border-bottom-style: dotted;
	color: #CA0A1E;
	padding-bottom:0px;
	border-bottom-width: thin;
}
span.lex:hover {
	cursor:help;
	background-color: #0090D4;
	color: #CA0A1E;
	border-bottom-style: none;
	font-weight: none;
	letter-spacing:none;
}
