/* -----------------------------------------------------------------------------------------
   $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 Frst
       bluegate communications
	   http://www.bluegate.at
   ---------------------------------------------------------------------------------------*/

/* THE BIG GUYS */
* {
	margin:0;
	padding:0
}
body {
	font-family:Verdana, Arial, Sans-serif;
	font-size: 0.7em;
	margin: 0 0;
	padding:0;
	background: #6c9666 url(img/back_img.jpg) repeat-x;
	color:#555;
	line-height:18px;
}
/* HEADINGS */
h1 {
	color:#000000;
	font-weight:bold;
	font-size:18px;
	margin:20px 0px 15px 0px;
	padding:0px;
	width:auto;
	padding-bottom:8px;
}
h2 {
	color:#000000;
	font-weight:bold;
	font-size:16px;
	margin:15px 0px 8px 0px;
	padding:0px;
}
/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
	background:transparent;
	text-decoration:none;
	cursor:pointer
}
/* ul {
	list-style-type: none;
}
*/

a:link {
	color:#449229
}
a:visited {
	color:#449229
}
a:hover, a:active {
	color:#449229
}
a:hover {
	color:#555;
	text-decoration:underline;
}
a img {
	border:none
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family:Verdana, Arial, Sans-serif;
	font-size:12px;
}
textarea {
	font-family:Verdana, Arial, Sans-serif;
	font-size:12px;
	border:1px solid #666;
	padding:10px;
	background:url(img/input_bg.gif) no-repeat;
}
select {
	font-family:Verdana, 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: 6px 0px 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
}
div.hrlightgrey {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#999999
}
div.hrproductpreview {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:12px 0px 12px 0px;
	display:inline;
	height:0px;
	line-height:0px;
	display:block;
	background-image:url(img/hr_productpreview.gif)
}

/* TABLE GLOBAL */
table td {
	padding:2px;
}
/* WHOLE SITE WRAPPER */
#wrap {
	margin: 0 auto;
	width:980px;
	background: white url("img/bg_wrap.jpg") no-repeat scroll bottom;
	border-color:#fff;
	margin-bottom:10px;
	}
/* HEADER WITH LOGO, SEARCH BOX AND LANGUAGE SELECTION */
#header {
	height:196px;
	background: White url("img/header.jpg") no-repeat;
	border-bottom:1px solid #fff;
}
#header #logo {
	float:left
}
#header #search {
	width: 180px;
	float: right;
	padding-top: 90px;
	height:75px;
	color: Black;
	}
#header #search a {
	color:Black;
	font-size:11px;
}
#header td {
	padding-top:1px;
	padding-right:4px;
}
#cart_oben {
	width: 325px;
	margin-right:30px;
	float: right;
	margin-top: -80px;
	height: 100px;
	color: Black;
	}

/* BREADCRUMB PATH AS LIST */
#breadcrumb {
	clear:both;
	color:#c64934;
	padding: 1px 0px 30px 0px;
	background-color:#fff;
	height:22px;
	font-size:11px;
}
#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	line-height:23px;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	color:#333333;
	margin:0;
	padding:0;
}
/* TOPMENU AS LIST */
#topmenuwrap {
	background: #fff;
}
#topmenu {
	list-style-type:none;
	float:right;
	padding-right:100px;
	margin:0;
	height:36px;
	font-size:13px;
	}
#topmenu li {
	height:36px;
	float:left;
	padding: 0px 10px 0px 10px;
	margin:0;
}
#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: Black;
	margin:0;
	padding:0;
}
#topmenu a:hover {
	color:#ccc;
}
/* LANGUAGE SELECTION IN TOPMENU LIST */
#languages {
	text-align:right;
	height:26px;
	font-size:13px;
	padding: 10px 10px 0px 0px;
	margin:0;
}
/* CONTENT WRAPPER */
#contentwrap {
	clear:both;
	width:980px;
	padding:0;
	min-height:650px;
}
/* LEFT COLUMN */
#leftcol {
	float:left;
	margin-left: 4px;
	width: 245px;
	padding: 0px 0px 15px 2px;
}
/* RIGHT COLUMN */
#rightcol {
	float:right;
	width:205px;
	padding:0px 0px 15px 0px;
}
/* MAIN CONTENT */
#content {
	float:left;
	width: 515px;
	padding: 0px 2px 0px 2px;
	margin-bottom:15px;
}
#contentfull {
	width:920px;
	padding:0px 30px 0px 30px;
	margin-bottom:15px;
}

.contentsTopics {
	font-size:1.3em;
	font-weight: bold;
	}
/* CATEGORY MENU */
div.category {
  background:  url("img/category_corners_topleft.gif") top left no-repeat;
  width: 240px;
  position:relative;
  padding-left: 7px;
  margin-top:15px;
  right: 25px;
  top: -10px;
  }
 div.categorybody {
  background:  url("img/category_corners_right.gif") top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding: 10px 5px 10px 0;
  padding-left:0;
  position:relative;
  right:-8px;
  } 
  div.categoryfooter {
  background: url("img/category_corners_bottomleft.gif") bottom left no-repeat;
  position:relative;
  top: 20px;
  left: -7px
  }
  div.categoryfooter p {
  background:  url("img/category_corners_bottomright.gif") bottom right no-repeat;
  padding: 18px;
  padding-left:0;
    display:block;
  margin:-2em 0 0 0;
  position:relative;
  right:-15px;
  }
h2.categoryheader {
	position:relative;
  background:  url("img/category_corners_topright.gif") top right no-repeat;
  font-size:1.3em;
  padding:15px;
  padding-top: 12px;
  padding-left:0;
  padding-bottom:17px;
  margin:0;
  right:-8px;
}
h2.categoryheader a {
	text-decoration:none;
	color:#fff
}
ul#categorymenu {
	background-color:#EDEDED;
	margin-bottom:0px;
	margin-top:5px;
	border: solid #ccc;
	border-width:0px 1px 1px 1px;
	position: relative;
	right: 5px;
	top: -10px;
}

/* BOXES GLOBAL DEFINITION */

/*Yet another rounded Corner (with PNG-Support) */
/*BEGIN CATEGORY BOX */

#CatNavi {
	list-style-type:none;
	margin-bottom:0px;
	margin-top:15px;
	position: relative;
	padding-top: 2px;
	padding-left:1px;
	line-height: 22px;
	left: -5px;
}

/* 1st TIER  CATEGORY */

.level1, .level2 {
/*	list-style-type:none; */
	margin-left:0px;
	margin-top:15px;
	padding: -3px 0px 0px 0px;
	list-style: inside url(img/star.png);
	line-height: 28px;
	vertical-align: top;
}

.level1 a, .level1 a:hover{
	text-decoration:none;
	line-height: 28px;
	color: black;
	font-size:1.25em;
	font-weight: normal;
}

.level1 a:hover{
	font-size: 1.25em;
	font-weight: normal;
	font-style: italic;
}

.level1 a:current{
	font-size: 1.35em;
}

li.CatLevel1 {
	list-style-type:none;
	text-decoration:none;
	line-height: 24px;
	color: black;
	padding: 2px 0px 0px 0px;
	font-size:1.02em;
	font-weight: bold;
	}

.CatLevel1 ul {
	list-style-type:none;
	text-decoration:none;
	line-height: 24px;
	color: black;
	padding: 2px 0px 0px 0px;
	font-size:1.02em;
	font-weight: bold;
}
	
.CatLevel1 a, .CatLevel1 a.Current, .CatLevel1 a.CurrentParent {
	color: black;
}

#MyCat1 {
	background: url("img/bg_cat1_header.gif") no-repeat;
}



#MyCat2 {
	background: url("img/bg_cat2_header.gif") no-repeat;
}

#MyCat3 {
	background: url("img/bg_cat3_header.gif") no-repeat;
}


#MyCatLink1, #MyCatLink2 {
	padding-left: 3px;
	
}
	


/* 2st TIER  CATEGORY */
.level2 {
	list-style-type: none;
}

.level2 a, .level2 a:hover{
	color:#333;
}

li.CatLevel2 {
	list-style-type:none;
	text-decoration:none;
	color: #333;
	background: url("img/bg_cat_items.gif") no-repeat top;
	font-weight:normal;
	padding: 0px 0px 0px 0px;
	}

.CatLevel2 a {
	font-weight: normal;
	color: black;
	padding-left: 4px;
}

.CatLevel2 a:hover, .CatLevel2 a.Current, .CatLevel2 a.CurrentParent {
	color: black;
	padding-left: 4px;
	font-weight: bold;
	text-decoration:none;
}

.CatLevel2 a.Current, .CatLevel2 a.CurrentParent {
	font-weight: bold;
}

/* 3st TIER  CATEGORY */
li.CatLevel3 {
	list-style-type:none;
	text-decoration:none;
	color: #333;
	background: url("img/bg_cat_items.gif") no-repeat top;
	font-weight:normal;
	padding: 0px 0px 0px 4px;
	}

CatLevel3 a {
	font-weight: normal;
	color: black;
	padding-left: 8px;
}

.CatLevel3 a, .CatLevel3 a:hover, .CatLevel3 a.Current, .CatLevel3 a.CurrentParent {
	color: black;
	padding-left: 8px;
}
	
/* 4st TIER  CATEGORY */
li.CatLevel4{
	list-style-type:none;
	text-decoration:none;
	color: #333;
	background: url("img/bg_cat_items.gif") no-repeat top;
	font-weight:normal;
	padding: 0px 0px 0px 4px;
	}

.CatLevel4 a {
	font-weight: normal;
	color: black;
	padding-left: 12px;
}
	
.CatLevel4 a:hover, .CatLevel4 a.Current, .CatLevel4 a.CurrentParent {
	color: black;
	padding-left: 12px;
}

.dialog_cat {
 position:relative;
 right: 20px;
 margin:0px auto;
 min-width:255px;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:black;
 z-index:1;
 margin-left:10px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog_cat .content_cat,
.dialog_cat .t_cat,
.dialog_cat .b_cat,
.dialog_cat .b_cat div {
 background:transparent url(img/prologbox_png.png) no-repeat top right;
}

.dialog_cat .content_cat {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 6px 0px 0px;
}

.dialog_cat .t_cat {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:10px; /* top slice width */
 margin-left:-10px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog_cat .b_cat {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog_cat .b_cat,
.dialog_cat .b_cat div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog_cat .b_cat {
 background-position:bottom right;
}

.dialog_cat .b_cat div {
 position:relative;
 width:10px; /* bottom corner width */
 margin-left:-10px;
 background-position:bottom left;
}

.dialog_cat .hd,
.dialog_cat .bd,
.dialog_cat .ft {
 position:relative;
}

.dialog_cat .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog_cat h1,
.dialog_cat p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.7em 0px 0.5em 0px;
}

.dialog_cat h1 {
 padding-bottom:0px;
}
/*END BOX CATEGORIES*/

/*Yet another rounded Corner (with PNG-Support) */
.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:black;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(img/prologbox_png.png) no-repeat top right;
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog .contentlist {
	list-style-type: none;
}
.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.7em 0px 0.5em 0px;
}

.dialog h1 {
 padding-bottom:0px;
}
/*END PNG-Support*/

/*BOX NEW PRODUCTS*/
.dialog_np {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:black;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog_np a, .dialog_np a:hover, .dialog_np a:visited {
	color:#548998;
}

.dialog_np .content_np,
.dialog_np .t_np,
.dialog_np .b_np,
.dialog_np .b_np div {
 background:transparent url(img/prologbox_np.png) no-repeat top right;
}

.dialog_np .content_np {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog_np .t_np {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog_np .b_np {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog_np .b_np,
.dialog_np .b_np div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog_np .b_np {
 background-position:bottom right;
}

.dialog_np .b_np div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog_np .hd,
.dialog_np .bd,
.dialog_np .ft {
 position:relative;
}

.dialog_np .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog_np h1,
.dialog_np p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.7em 0px 0.5em 0px;
}

.dialog_np h1 {
 padding-bottom:0px;
}
/*END BOX NEW PRODUCTS*/

/*BOX BEST SELLERS*/
.dialog_bs {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:black;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog_bs a, .dialog_bs a:hover, .dialog_bs a:visited {
	color:#cd6424;
}

.dialog_bs .content_bs,
.dialog_bs .t_bs,
.dialog_bs .b_bs,
.dialog_bs .b_bs div {
 background:transparent url(img/prologbox_bs.png) no-repeat top right;
}

.dialog_bs .content_bs {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog_bs .t_bs {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog_bs .b_bs {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog_bs .b_bs,
.dialog_bs .b_bs div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog_bs .b_bs {
 background-position:bottom right;
}

.dialog_bs .b_bs div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog_bs .hd,
.dialog_bs .bd,
.dialog_bs .ft {
 position:relative;
}

.dialog_bs .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog_bs h1,
.dialog_bs p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.7em 0px 0.5em 0px;
}

.dialog_bs h1 {
 padding-bottom:0px;
}
/*END BOX BEST SELLERS*/


h2.boxheader {
	background-color:#868686;
	background-image:url(img/bg_boxheader.gif);
	height:28px;
	font-size:12px;
	color:#FFFFFF;
	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:#ffffff
}
.boxbody {
	background-color:#ededed;
	border-style:solid;
	border-color:#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 6px 0px
}
.boxbody p.center {
	color:#000000;
	font-size:11px;
	text-align:center;
	margin:6px 0px 6px 0px
}
.boxbody td {
	color:#000000;
	font-size:11px;
	margin:6px 0px 6px 0px
}
.boxbody .productOldPrice {
	font-size:11px;
	color:#FF0000
}
.boxbody div.hr {
	margin-top:5px;
	margin-bottom:5px
}
.boxbody div.hrlightgrey {
	margin-top:5px;
	margin-bottom:5px;
}
.boxbody a {
	font-size:11px;
}
.boxbody .productboximage {
	border: solid 1px #999999;
	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;
}
/* CART BOX */
.dialog_cart {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:black;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}

.dialog_cart a, .dialog_cart a:hover, .dialog_cart a:visited {
	color:#ff9844;
}

.dialog_cart .content_cart,
.dialog_cart .t_cart,
.dialog_cart .b_cart,
.dialog_cart .b_cart div {
 background:transparent url(img/prologbox_cart.png) no-repeat top right;
}

.dialog_cart .content_cart {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog_cart .t_cart {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog_cart .b_cart {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog_cart .b_cart,
.dialog_cart .b_cart div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog_cart .b_cart {
 background-position:bottom right;
}

.dialog_cart .b_cart div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog_cart .hd,
.dialog_cart .bd,
.dialog_cart .ft {
 position:relative;
}

.dialog_cart .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog_cart h1,
.dialog_cart p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding: 0.7em 0.5em 0.5em 0px;
}

.dialog_cart h1 {
 padding-bottom:0px;
}
/*END BOX CART*/

/* LAST VIEWED BOX */
.dialog_last_viewed {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:760px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:black;
 z-index:1;
 margin-left:12px; /* default, width of left corner */
 margin-bottom:0.5em; /* spacing under dialog */
}
.dialog_last_viewed a, .dialog_last_viewed a:hover ,.dialog_last_viewed a:visited {
	color: #b04955;
}

.dialog_last_viewed .content_last_viewed,
.dialog_last_viewed .t_last_viewed,
.dialog_last_viewed .b_last_viewed,
.dialog_last_viewed .b_last_viewed div {
 background:transparent url(img/prologbox_last_viewed.png) no-repeat top right;
}

.dialog_last_viewed .content_last_viewed {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:0px 12px 0px 0px;
}

.dialog_last_viewed .t_last_viewed {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:12px; /* top slice width */
 margin-left:-12px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog_last_viewed .b_last_viewed {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog_last_viewed .b_last_viewed,
.dialog_last_viewed .b_last_viewed div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog_last_viewed .b_last_viewed {
 background-position:bottom right;
}

.dialog_last_viewed .b_last_viewed div {
 position:relative;
 width:12px; /* bottom corner width */
 margin-left:-12px;
 background-position:bottom left;
}

.dialog_last_viewed .hd,
.dialog_last_viewed .bd,
.dialog_last_viewed .ft {
 position:relative;
}

.dialog_last_viewed .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:1000px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog_last_viewed h1,
.dialog_last_viewed p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding: 0.7em 0.5em 0.5em 0px;
}

.dialog_last_viewed h1 {
 padding-bottom:0px;
}
/*END BOX LAST VIEWED*/

/* ADMIN BOX */
div.adminbox {
  background:  url("img/custom_corners_topleft.png") top left no-repeat;
  position:relative;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 15px;
    } 
div.adminbox h3 {
  position:relative;
  background:  url("img/custom_corners_topright.png") top right no-repeat;
  font-size:1.3em;
  padding:15px;
  padding-left:0;
  margin:0;
  right:-8px;
  }
div.adminboxbody {
  background:  url("img/custom_corners_right.png") top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  padding-left:0;
  position:relative;
  right:-8px;
  }
div.adminboxbody li {
      display: block;
} 
div.adminboxfooter {
  background: url("img/custom_corners_bottomleft.png") bottom left no-repeat;
  position:relative;
  top: 10px;
  left: -10px
  }
div.adminboxfooter p {
  background:  url("img/custom_corners_bottomright.png") bottom right no-repeat;
  padding: 18px;
  padding-left:0;
    display:block;
  margin:-2em 0 0 0;
  position:relative;
  right:-18px;
  }
 div.adminboxlongcontent {
 background: url("img/custom_corners_leftborder.png") top left repeat-y;
 }


/* ADD A QUICKIE */

#header #quickie {
	width: 200px;
	float: right;
	padding-right: 10px;
	padding-top: 90px;
	height:75px;
	color: Black;
	}

h2.boxquickie {
	background-image: url(img/bg_add_quickie.gif);
	height:24px;
	font-size:12px;
	color:#FFFFFF;
	padding: 0px 8px 0px 8px;
	margin:0;
	line-height:24px;
	vertical-align:middle;
	background-repeat: no-repeat;
}

.boxquickiebody {
	color: Black;
	margin-bottom:10px
}
.boxquickiego {
	float: left; 
	padding-right:5px;
	padding-top: 2px;
}

/* SEARCH BOX */

h2.boxsearch {
	background-image: url(img/bg_search.gif);
	height:24px;
	font-size:12px;
	color:#FFFFFF;
	padding:0px 8px 0px 8px;
	margin:0;
	line-height:28px;
	vertical-align:middle;
	background-repeat: no-repeat;
}

.boxqsearchbody {
	color: Black;
	margin-bottom:10px;
}

.boxsearchgo {
	float: left; 
	padding-right:5px;
	padding-top: 2px;
}

/* ROLLOVER BUTTONS 
#newsletter
	a { display:block; height:17px; width:84px; overflow:hidden; }
	a:hover { display:block; text-indent:-100px; }
*/
/* PRODUCT PREVIEW */
.productPreview {
	padding:0;
	margin:0;
}
.productPreviewContent {
	vertical-align:top;
}
.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 #999999;
}
.productPreviewContent .price {
	font-size:16px;
	font-weight:bold;
	padding: 4px 0 0 0;
	margin:0
}
.productPreviewContent .taxandshippinginfo {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .vpe {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .shippingtime {
	font-size:11px;
	font-weight:normal;
	color:#999999;
	padding:0;
	margin:0
}
.productPreviewContent .stockimage {
	margin:0;
	padding:0;
}
.productPreviewContent .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
.productPreviewContent .productOldPrice {
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
}
.productPreviewContent .taxandshippinginfo a {
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
/* 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 #999999;
}
#productinfoimages .productimage {
	border: solid 1px #999999;
}
#productinfoimages .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfopricewithimages {
	float:right;
}
#productinfopricewithimages img {
	cursor:pointer
}
#productinfopricewithoutimages {
	width:100%
}
#productinfopricewithoutimages img {
	cursor:pointer
}
#productinfoprice {
	padding:5px
}
#productinfoprice .hrlightgrey {
	margin-top:6px;
	margin-bottom:6px;
}
#productinfoprice .productprice {
	margin:0;
	padding:0;
	font-size:14px;
	font-weight:bold;
}

.productprice {
	margin:0;
	padding:0;
	font-size:1.4em;
	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:#999999;
}
#productinfoprice .taxandshippinginfo a {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .shippingtime {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
#productinfoprice .stockimage {
	margin:0;
	padding:0;
}
#productinfoprice .stockimagetext {
	margin:0;
	padding:0;
	font-size:11px;
	font-weight:normal;
	color:#999999;
}
p.productinfoproductadded {
	font-size:11px;
}
ul.productinfolist, .productinfolist {
list-style-type: circle; 
}


.productoptions {
	background-color:#f8f8f8;
	padding:6px;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#ccc
}
.addtobasket {
	padding:6px;
	margin-top:5px;
	text-align:right;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#999999
}
/* POPUPS PRODUCTINFO */
body.popupproductinfo {
	padding:15px;
	background:none;
	background-color:#fff
}
/* POPUP print_order.html */
body.popupprintorder {
	font-family:Verdana, Arial, Sans-serif;
	font-size:13px;
	padding:15px;
	background:none;
	background-color:#fff
}
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
}
div.highlightbox ul {
	margin-left:15px;
	padding:0;
	display:block;
	list-style-type:square;
	line-height:20px
}
div.highlightbox h1 {
	color: #449229;
	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: 100%;
	background-color:#f8f8f8;
	border-style: solid;
	border-width:1px 1px 1px 1px;
	border-color: #449229;
	margin-bottom:15px;
}
table.paymentblock tr td.header {
	background-color: #f8f8f8;
	padding:7px;
	padding-left:5px;
	font-size: 1.3em;
	color: Black;
	font-weight:bold;
}
/* SHIPPING TYPE SELECTION */
table.shippingblock {
	background-color:#f8f8f8;
	border-style: solid;
	border-width:1px 1px 1px 1px;
	border-color:#449229;
	margin-bottom:15px;
}
table.shippingblock tr td.header {
	background-color:#ccc;
	padding:4px;
	padding-left:5px;
	font-size: 1.3em;
	color: Black;
	font-weight:bold;
}
table.shippingblock tr td {
		font-size: 1.1em;
	vertical-align:top;
}
table.shippingblock tr td.description {
	width:100%;
	vertical-align:top;
	padding-left:6px;
	padding-top:5px;
	padding-bottom:5px;
	font-size: 1.3em;
}
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;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 1.3em;
}
/* 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-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#ccc;
}
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 {
	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-style: solid;
	border-width:1px 0px 0px 0px;
	border-color:#ccc;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {
	background-color:#EDEDED;
	padding:8px;
	border:#999999 1px solid
}
/* REVIEW LIST */
table.reviewlist {
	background-color:#f8f8f8;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#ccc;
}
table.reviewlist tr td {
	padding:4px;
	white-space:nowrap
}
table.reviewlist tr.header td {
	background-color:#ccc;
	color:#FFFFFF;
	font-weight:bold
}
table.reviewlist tr.contentrow1 td {
	background-color:#f8f8f8;
}
table.reviewlist tr.contentrow2 td {
	background-color:#f8f8f8;
}
textarea#review {
	width:100%
}
/* MEDIA LIST */
table.medialist {
	background-color:#f8f8f8;
	border-style: solid;
	border-width:1px;
	border-color:#ccc;
}
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-style: solid;
	border-width:1px;
	border-color:#ccc;
	display:table;
	float:left;
	width:235px;
	margin-bottom:15px;
}
.sitemapwrap .sitemapright {
	background-color:#f8f8f8;
	border-style: solid;
	border-width:1px;
	border-color:#ccc;
	display:table;
	float:right;
	width:235px;
	margin-bottom:15px;
}
.sitemapheader {
	padding:3px;
	background-color:#ccc;
	color:#FFFFFF;
	font-weight:bold
}
.sitemapheader a:link, .sitemapheader a:visited, .sitemapheader a:hover {
	color:#FFFFFF;
	text-decoration:none
}
.sitemapcontent {
	padding:6px
}
.sitemapcontent li {
	list-style-type:none
}
/* COMMENTS ON CHECKOUT CONFIRMATION SITE */
p.checkoutcomment textarea {
	width:100%
}
/* 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:#666666;
	font-size:11px;
	font-weight:normal;
	white-space:nowrap
}
table.checkoutconfirmationorderdetails tr td.productattributes {
	padding:0px 0px 0px 30px;
	color:#666666;
	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:0;
	margin-top:15px;
}
ul#checkoutnavigation li {
	height: 70px;
	list-style-type:none;
	float:left;
	width:195px;
	margin-right:15px;
	border: solid 1px;
	padding:8px
}
ul#checkoutnavigation li.active {
	background-color: #f8f8f8
}
ul#checkoutnavigation li.active .number {
	font-size:20px;
	font-weight:bold
}
ul#checkoutnavigation li.active .title {
	font-size:14px;
	font-weight:bold
}
ul#checkoutnavigation li.active .description {
	font-size:11px
}
ul#checkoutnavigation li.inactive {
	color:#999999;
	background-color: #EDEDED;
	border-color:#999999
}
ul#checkoutnavigation li.inactive .number {
	font-size:20px;
	font-weight:bold
}
ul#checkoutnavigation li.inactive .title {
	font-size:14px;
	font-weight:bold
}
ul#checkoutnavigation li.inactive .description {
	font-size:11px
}
/* ERROR MESSAGES */
.errormessage {
	border: solid #ff0000 2px;
	padding:15px;
	background-color:#FFD6D6;
	margin-bottom:10px;
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
	padding:4px;
	background-color:#66FF66
}
/* FOOTER */
.footer {
	clear:both;
	text-align:center;
	font-size:11px;
	color:#666666;
	padding: 8px;
	position: relative;
	background: transparent;
	}
.footer a {
	color:#666666;
	text-decoration:underline;
}
/* XTC COPYRIGHT */
.copyright {
	margin: 0 auto;
	width:970px;
	text-align:center;
	color:#666666;
	font-size:11px;
	padding:0px 0px 10px 0px;
}
/* XTC ParseTime */
.parseTime {
	margin: 0 auto;
	width:970px;
	text-align:center;
	color:#666666;
	font-size:11px;
	padding:0px 0px 10px 0px;
}
/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
.morepics {
	padding:6px;
	text-align:right;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	border-color:#999999;
	display:block;
	height:auto;
}
.morepics img {
	border:1px solid #999999;
	padding:4px;
	margin-right:8px;
	background:#FFFFFF;
	height:100px;
	width:auto;
}
/* BESTELLER BOX mit Bilder in DL DT Liste */
dl {
	padding: 2px 0px 4px 0px;
}
dt {
	float:left;
	width:40px;
}

dt img {
	border:1px solid #ccc;
	padding: 2px;
	background:#fff;
}

dd {
	width:170px;
	margin-left:5px;
	clear: left;
}
/* 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
}
/* FIX DER AUFZÄHLUNGEN */
#content ol, #content ul {
	margin:10px 0 10px 40px;
}
/* SEARCHBOX */
.search_header {
	line-height:normal;
}


/*
  INFOCENTER  
*/

.infocenter_header { 
	background-image:url(img/bg.gif);
	background-color:#f2f2f2;
	padding-left:10px; 
	padding-top:3px; 
	padding-bottom:3px; 
	font-size:12px; 
	text-transform:uppercase; 
	font-weight:bold; 
	color:#666666;
	margin-bottom:5px;}  
	
.infocenter_categories { 
	background-image:url(img/bg.gif);
	background-color:#f2f2f2;
	padding:3px; 
	font-weight:bold; 
	font-size:11px; 
	color:#666666;
	margin-bottom:3px;}  	

.infocenter_items { 
	padding-left:8px; 
	color:#666666;}  
	
.infocenter_titel_bg {
  background-image:url(img/infocenter_bg.gif);
  height:60px;
  margin-bottom:10px;  }
  
.infocenter {
  background-image:url(img/infocenter.gif);
  height:60px;
  margin-bottom:10px;  }  
  
.infocenter_titel {
  position:relative;
  top:15px;
  left:12px;
  text-transform:uppercase;
	font-style:italic;
	font-weight:bold; 
	color:#999999;
  font-size:16px;}
  
.infocenter_name {
  position:relative;
  text-transform:lowercase;
	font-style:italic;
  top:12px;
  left:70px;
	font-weight:bold; 
	color:#FF6600;
  font-size:14px;}  
	
.infocenter_text {
	padding:2px; 
	color:#333333;
	font-size:11px; 
	margin-bottom:3px;
	_border-left:1px solid #dddddd;
	_border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;}	
	
A.infocenter_items_links:link,A.infocenter_items_links:visited {font-size:11px; font-family:Arial,Verdana; text-decoration:none; color:#FF6600;}  	
A.infocenter_items_links:hover {font-size:11px; font-family:Arial,Verdana; text-decoration:none; color:#666666;}  	
	
.infocenter_border {
	margin-bottom:10px;}