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

table td {
vertical-align: top;
text-align: left;

}

body {
	font-family: Verdana, Arial,Sans-serif;
	font-size:12px;
	margin:0 0 20px 0;
	padding:0;
	background: #fff;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	color: #000;
}
/* HEADINGS */
h1 {
	color:#73a9d7;
	font-weight:bold;
	font-size:14px;
	margin:0px 0px 8px 0px;
	padding:0px;
		border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#73a9d7;
	text-transform: uppercase;
}
h2 {
	color:#73a9d7;
	font-weight:bold;
	font-size:14px;
	margin:0px 0px 8px 0px;
	padding:0px;
		border-style:solid;
	border-width:0px 0px 1px 0px;
	border-color:#73a9d7;
	text-transform: uppercase;
}

h4 {
font-size: 13px;
font-weight: bold;
margin-bottom: 5px;
}

h4#wissen {
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
color: #73a9d7;
}

h5 {
font-weight: bold;
font-size: 12px;
color: #004d95;
}
.highlightbox h5 {
padding: 10px 0;
}

/* LINKS GLOBAL */
a, a:link, a:link, a:link, a:hover {
	background:transparent;
	text-decoration:underline;
	cursor:pointer
}
a:link {
	color: #383838;
}
a:visited {
	color: #383838;
}
a:hover, a:active {
	color: #383838;
}
a img {
	border:none
}
/* INPUT ELEMENTS GLOBAL (CSS 1 compatible) */
input {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:12px;
}
textarea {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:12px;
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
select {
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:12px;
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
/* INPUT ELEMENTS DETAILED (CSS 2 compatible - works only in new browsers (FF 2.0, IE 7...) */
input[type=text], input[type=password] {
	border-width:1px;
	border-style:solid;
	border-top-color:#4E4E4F;
	border-left-color:#4E4E4F;
	border-bottom-color:#AEAEAE;
	border-right-color:#AEAEAE
}
/* PARAGRAPH GLOBAL */
p {
	margin:8px 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:#73a9d7
}
div.hr-news {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#c6c6c6;
	margin-bottom: 5px;
	}
div.hrlightgrey {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#dbdbdb
}

div.hrblau {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#74a9d7
}
div.hrproductpreview {
	padding-top:1px;
	height:0;
	overflow:hidden;
	margin:0;
	line-height:0px;
	background-color:#dbdbdb;
	margin-bottom: 20px;
}
/* TABLE GLOBAL */
table td {
	padding:2px;
}
/* WHOLE SITE WRAPPER */
#wrap {
	padding: 0;
	margin-bottom: 0px;
	margin: 0 auto;
	width:984px;
	position: relative;
	top: 0;
	overflow: hidden;
	z-index: 0;
}

* html #wrap {

}

#schild {
position: absolute;
top: 109px;
right: 0px;
z-index: 1000;
}

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

#top {
position: absolute;
top: 0px;
left: 0px;
height: 144px;
width: 984px;

background:  url(../img/bg-top.jpg) no-repeat;
background-position: top right;
}

#header {
	height:144px;
	width: 984px;
	position: relative;
}


#logo {
position: absolute;
top: 0;
left: 0;

}

#schmucktraum {
position: absolute;
top:49px;
left: 362px;
}

#grafik {
position: absolute;
top: 0;
right: 210px;
}
#languages {
	text-align:right;
	position: absolute;
	top: 17px;
	left: 433px;
	margin:0;
}

#cart {
position: absolute;
top: 20px;
right: 15px;
color: #828282;

}

#cart a {

text-decoration: none;
}

.cart-header {
font-weight: bold;
text-transform: uppercase;
color: #aeb2b5;
}

.cart-header a {
color: #aeb2b5;
}

.cart-produkte {
color: #aeb2b5;
}
.cart-summe {
color: #707070;
font-weight: bold;
}

.cart-link {
padding-top: 5px;
}
.cart-link,.cart-link2 {
color: #73a9d7;
padding-right: 10px;
text-transform: uppercase;
background:  url(../img/pfeil1.jpg) no-repeat;
background-position: center right;
}
.cart-link a.link1{
color: #73a9d7;
}

.cart-link2 a.link2{
color: #004d95;
}

/* BREADCRUMB PATH AS LIST */
#breadcrumb {
	
	
	padding:0px ;
	margin:0;
	color: #656565;
	margin-top: 5px;
	vertical-align:middle;
font-size: 11px;
	margin-bottom: 20px;
}


#breadcrumb a, #breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:hover, #breadcrumb a:active {
	
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	color: #656565;
	margin:0;
	padding:0;
}

#breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a.headerNavigation:active {
color: #656565;
text-decoration: underline;
}
/* BREADCRUMB PATH AT BOTTOM */
#breadcrumb2 {
	
	height:15px;
	padding:0px ;
	margin:0;
	color: #656565;
	margin-top: 5px;
	vertical-align:middle;
	margin-left: 214px;
font-size: 11px;
	
}

* html #breadcrumb2 {
height: 20px;
h\eight: 15px;
}

#breadcrumb2 a, #breadcrumb2 a:link, #breadcrumb2 a:visited, #breadcrumb2 a:hover, #breadcrumb2 a:active {
	
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	color: #656565;
	margin:0;
	padding:0;
}

#breadcrumb2 a:hover, #breadcrumb2 a:active, #breadcrumb2 a.headerNavigation:active {
color: #656565;
text-decoration: underline;
}
/* TOPMENU AS LIST */
#topmenuwrap {
position: absolute;
left: 0px;
bottom: 6px;


}
#topmenu {
	float:left;
	padding:0;
	margin:0;
	list-style-type:none;
	height:21px;
	font-size:13px;
	margin-left: 20px;

}
#topmenu li {

	float: left;
margin-right: 25px;
	
	
}

#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {
	line-height:21px;
	padding-right: 10px;
	display: block;
	font-weight: bold;
	vertical-align:middle;
	text-decoration:none;
	
	cursor:pointer;
	color:#fff;
	margin:0;
	padding:0;
	text-align: center;
}
#topmenu a:hover, #topmenu .current_top a {
color: #fff; text-decoration: underline;
}


#search {
	position: absolute;
	
	height: 21px;
	bottom: 7px;
	right: 40px;
	float:right;
	
	
}

* html #search {

}

 #search a {
	color:#fff;
	font-size:11px;
}




#login td {
margin-right: 10px;
}


/* CONTENT WRAPPER */
#contentwrap {
	clear:both;
	width:984px;
	background-image:url(../img/bg-center.jpg);
	overflow: hidden;
	margin-top: 144px;
	z-index: 1;
}



/* MAIN CONTENT */
#content {
	float:left;
	width:744px;
	padding:0px 0px 0px 214px;
	margin-bottom:15px;
	z-index: 10;
	
}
#content a {
color: #004d95;
}

* html #content {
width: 958px;
w\idth: 744px;
}

#contentfull {
	width:950px;
	padding:0px 0px 15px 0px;
	margin-bottom:15px;
	background: #fff;
}


.box-links {
float:left;
}

.box-rechts {
float: right;
}

.box-links2 {
float:left;
width: 360px;
}

.box-rechts2 {
float: right;
width: 360px;
}
/* LEFT COLUMN */
#leftcol {
	float:left;
	width:163px;
	padding:0px 27px 24px 0px;
	margin-left: -931px;
	margin-top: 27px;
	z-index: 11;
}

* html #leftcol {
width: 214px;
w\idth: 163px;
}
/* CATEGORY MENU */

ul.categorymenu{
	font-size: 11px;
	padding-bottom:8px;
	margin-bottom:8px;
	margin-top: 2px;
}
/*Content und Infobox */
ul.categorymenu li.level10 {
	list-style-type:none;
	padding:5px 0px 5px 6px;

	margin: 0;
}
ul.categorymenu li.level10 a {
	text-decoration:none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000;
	
}
ul.categorymenu li.level10 a:hover {
text-decoration: underline;
color: #004d95;
}

/* 1st TIER */

ul.categorymenu li.level1 {
	list-style-type:none;

	padding:5px 0px 5px 15px;

}
ul.categorymenu li.level1 a {
	text-decoration:none;
	color: #636363;
	font-weight: bold;
	
}

ul.categorymenu li.level1 a:hover {
color: #000;
}



/* 2nd TIER */
ul.categorymenu li.level2{
	list-style-type:none;
	
	padding:5px 0px 5px 24px;

}
ul.categorymenu li.level2 a {
	color: #636363;
	text-decoration:none;

}
/* 3rd TIER */
ul.categorymenu li.level3 {
	list-style-type:none;

	padding:5px 0px 5px 40px;

}
ul.categorymenu li.level3 a {
	color: #636363;
	text-decoration:none;

}

/* 4rd TIER */
ul.categorymenu li.level4 {
	list-style-type:none;

	padding:5px 0px 5px 55px;

}
ul.categorymenu li.level4 a{
	color: #636363;
	text-decoration:none;

}
/* 5rd TIER */
ul.categorymenu li.level5 {
	list-style-type:none;

	padding:5px 0px 5px 70px;

}
ul.categorymenu li.level5 a{
	color: #636363;
	text-decoration:none;

}




ul.categorymenu li.level1:hover,
ul.categorymenu li.level2:hover,
ul.categorymenu li.level3:hover,
ul.categorymenu li.level4:hover,
ul.categorymenu li.level5:hover
{
background: #e5eff7;
}


/* BOXES GLOBAL DEFINITION */


h2.boxheader-left {
	background-image:url(../img/boxheader.jpg);
	height:25px;
	padding:0px 8px 0px 8px;
	margin:0;
	border: 0;
	line-height:20px;
	vertical-align:middle;
	font-size: 12px;
color: #fff;
}
h2.boxheader-left a:link, h2.boxheader-left a:hover, h2.boxheader-left a:active, h2.boxheader-left a:visited {
	text-decoration:none;
	color: #fff;
}


.boxbody {
	
	padding:8px;

	margin-bottom:14px;
	margin-top: 2px;
}
.boxbody h3, .boxbody h3 a, .crosselling h3, .cosselling h3 a {
	font-size:11px
}

.boxbody h3 a.blog {
color: #73a9d7;
display:block;

border-bottom: 1px solid #c6c6c6;
padding: 5px 0;
}

.boxbody h3.center, .boxbody h3.center a {
	font-size:11px;
	text-align:center
}
.boxbody p,.crosselling  {
	
	font-size:11px;
	margin:6px 0px 6px 0px
}
.boxbody p.center {

	font-size:11px;
	text-align:center;
	margin:6px 0px 6px 0px
}
.boxbody td {
	
	font-size:11px;
	margin:6px 0px 6px 0px
}
.boxbody .productOldPrice,.crosselling .productOldPrice {
	font-size:11px;
	color:#73a9d7
}
.boxbody div.hr, .crosselling div.hr {
	margin-top:5px;
	margin-bottom:5px
}
.boxbody div.hrlightgrey, .crosselling div.hrlightgrey{
	margin-top:5px;
	margin-bottom:5px;
}
.boxbody a, .crosselling a{
	font-size:11px;
}
.crosselling a {
text-decoration: none;
}

.crosselling .price {
color: #383838;
margin-bottom: 0;
}

.boxbody .productboximage {
	border: solid 1px #dbdbdb;
}

.boxbody-right {
border: 1px solid #73a9d7;
padding-top: 29px;
position: relative;
}
.text-rechts {
text-align: right;
}
.text-rechts a {
font-size: 12px;
text-decoration: none;
color: #004d95;
padding-right: 10px;
}

.text-mitte {
text-align: center;
}
.text-mitte a {
font-size: 12px;
text-decoration: none;
color: #004d95;

}
.boxbody-right .start_preis {
color: #000;
text-align: left;

}

.boxbody-right .start_preis .price,.boxbody-right .start_preis .preisnormal{
color: #000;
font-size: 12px;
background: #73a9d7;
padding: 3px;
}


.boxheader-schild {
height: 39px;
width: 106px;
color: #fff;
background-image:url(../img/schild-neu.gif);
position: absolute;
top: -19px;
left: 50px;
text-align: center;
font-weight: bold;
}

.boxheader-schild a {
color: #fff;
font-size: 12px;
text-decoration: none;
}

.boxheader-schild p {
padding-top: 5px;
}


/* PRODUCT PREVIEW */


h1.start {
background-image:url(../img/bg-header.jpg);
text-align: center;
color: #fff;
height: 27px;
line-height: 24px;
vertical-align: middle;
}


.produktlisting_bild {
height: 115px;

	padding:10px 5px;
	}
	
.produktlisting_bild img {
max-width: 147px;
}


.produktlisting_bild2 {
height: 100px;

	padding:0 5px 0px 5px;
	}
	
.produktlisting_bild2 img {
max-width: 147px;
}

.produktlisting_bild3 {
height: 115px;
border: 1px solid #73a9d7;
	padding:10px 5px;
	}
	
.produktlisting_bild3 img {
max-width: 147px;
}
.produktlisting_preis {
color: #383838;
	}


.bildhoehe { 
margin-top: 7px;

} 


#produktlisting h3 {
margin: 0;
padding: 0;
font-size: 12px;
font-weight: bold;
display:block;
height: 30px;
margin: 10px 0 0 0;
color: #004d95;
}
	
#produktlisting h3 a {
text-decoration: none;color: #004d95;
}

#produktlisting .links,#produktlisting .mitte{ 
margin:0; 
padding:0;
list-style:none; 
float:left;
margin-bottom: 20px;
width: 157px;
border-bottom: 1px solid #b6b6b6;


margin-right: 30px;
text-align: center;
} 

* html #produktlisting .links,* html #produktlisting .mitte{
width: 189px;
w\idth: 159px;
}

#produktlisting .rechts{ 
margin:0; 
padding:0;
list-style:none; 
float:left;
margin-bottom: 20px;
width: 157px;
border-bottom: 1px solid #b6b6b6;


text-align: center;
} 


#produktlisting2 h3 {
margin: 0;
padding: 0;
font-size: 12px;
font-weight: bold;
display:block;
height: 30px;
margin: 10px 0 10px 0;
color: #004d95;
}
	
#produktlisting2 h3 a {
text-decoration: none;color: #004d95;
}

#produktlisting2 .links,#produktlisting2 .mitte{ 
margin:0; 
padding:0;
list-style:none; 
float:left;
margin-bottom: 20px;
width: 157px;
position: relative;
z-index: 101;

margin-right: 30px;
text-align: center;
} 

* html #produktlisting2 .links,* html #produktlisting2 .mitte{
width: 189px;
w\idth: 159px;
}

#produktlisting2 .rechts{ 
margin:0; 
padding:0;
list-style:none; 
float:left;
margin-bottom: 20px;
width: 157px;
position: relative;

z-index: 100;

text-align: center;
} 

#produktlisting2 .stern {
z-index: 105;
position: absolute;
left: -21px;
top: 37px;
}



.taxandshippinginfo,.vpe {
	margin:0;
	padding:0;
	font-size:10px;
	font-weight:normal;
	color:#999999;
}

.taxandshippinginfo a {
text-decoration: none;
	color:#999999;
}




.price1 {
font-size: 12px; 
text-align: left;

color: #000;
margin:0;
padding: 0;
}

.productOldPrice {
font-weight: 12px;
font-weight: normal;
 text-decoration:line-through;
 color: #73a9d7;}
 
.produktlisting_preis .productOldPrice {
display: block;
color: #004d95;
font-size: 11px;
font-weight: normal;
 text-decoration:line-through;
 text-align: left;
 margin:0;
padding: 0;
}

.tabellepreis {

height: 35px;
}

.tabelledetails {
vertical-align: top;

}

* html .produktlisting{overflow:visible;height: 1px;}

.price_float {
float: left;
}

.button_merkzettel {float: right;
padding-top: 10px;
}


/*  SPECIAL LISTING */

.speciallisting_bild {
padding: 5px;
height: 100px;
	}

.speciallisting_bild img {
max-width: 120px;
}

.speciallisting_preis {
color: #383838;
	}


.bildhoehe { 
margin-top: 7px;

} 


#speciallisting h3 {
text-align: right;
margin: 0;
padding: 0;
font-size: 12px;
text-decoration: none;
color: #004d95;
padding-right: 5px;
margin-bottom: 10px;
height: 30px;
}


#speciallisting h3 a {
text-decoration: none;
color: #004d95;

}


#speciallisting .links{ 
margin:0; 
padding:0;
list-style:none; 
float:left;
width: 140px;
margin-bottom: 20px;
text-align: center;
} 


#speciallisting .rechts{ 
margin:0; 
padding:0;
list-style:none; 
float:right;
width: 140px;
margin-bottom: 20px;
text-align: center;
} 

.border {
border: 1px solid #73a9d7;
}

#speciallisting .start_preis {
color: #000;
text-align: left;
font-size: 12px;
}

#speciallisting .start_preis .price,#speciallisting .start_preis .preisnormal{
color: #000;
font-size: 11px;
background: #73a9d7;
padding: 3px;

}

#speciallisting .start_preis .productOldPrice {
font-size: 10px;
padding: 0;
}

/* PRODUCT INFO / PRODUCT DETAILS */
#productinfowrap {display:table; width:100%}
#productinfoimages {   
vertical-align: top;
text-align:center; 
margin-left: auto;
margin-right: auto; 
width: 280px;
padding:0 10px 10px 10px; 

border: 1px solid #74a9d7; 
}

* html #productinfoimages {
width: 322px
w\idth: 300px;
}

#productinfoimages img {
text-align: center;
margin-top: 20px;
}

#productinfoimages .productimage {}
#productinfoimages .hrlightgrey {margin-top:6px; margin-bottom:6px;}
#productinfoimages li{list-style-type:none; float: left;}

#productinfo_desc, #productinfo_media, #productinfo_reviews, .clear{clear:both;}
#productinfopricewithimages { padding-top: 0px;}
#productinfopricewithimages img {cursor:pointer}
#productinfopricewithoutimages {width:100%}
#productinfopricewithoutimages img {cursor:pointer}
#productinfoprice {padding:5px;color: #7a8203;}
#productinfoprice .hrlightgrey {margin-top:6px; margin-bottom:6px;}
.productprice {margin:0; padding:0; font-size:13px; font-weight:bold;color: #004d95; margin-top: 20px;}

.taxandshippinginfo {font-size:11px; font-weight:normal; padding:0; margin: 0; margin-bottom: 20px;}

#productinfoprice .taxandshippinginfo a {margin:0; padding:0; font-size:11px; font-weight:normal; color:#a9a9a9;}
#productinfoprice .shippingtime {margin:0; padding:0; font-size:11px; font-weight:normal; color:#999999;}
#productinfoprice .stockimage {margin:0; padding:0;}
.stockimagetext {margin:0; padding:0; font-size:11px; font-weight:normal;color: #004d95;text-align: right;}
#productinfoprice .reviews_rating {margin:0; padding:0;}
.reviews_text {margin:0; padding:0; font-size:11px; font-weight:normal;}
#productinfo_desc h2 {}
#produktinfo_desc a {
font-size: 12px;
color: #73a9d7;
}

h1#info {margin-top: 0px; 
padding-top: 0px; 
color: #004d95;
border: 0;
text-transform: none;
}

.blau {
font-weight: bold;
color: #004d95;
}

.reviews_rating_light .reviews_rating_dark {
background:transparent url(../img/review_star.png) repeat-x scroll 0%;
height:15px;
position:relative;
}

.reviews_rating_light {
background:transparent url(../img/review_star_light.png) repeat-x scroll 0%;
height:15px;
margin-right:5px;
position:relative;
width:80px;float: left;
}

h2#crosselling {
color: #fff;
background: #beb187;
margin-top: 15px;
padding: 3px 10px;
}

p.productinfoproductadded {font-size:11px;}
.productoptions {padding:6px; border-style:solid; border-width:1px 0px 1px 0px; border-color:#bbbbbb}
.addtobasket {padding:6px; text-align:right; border-style:solid; border-width:1px 0px 1px 0px; border-color:#bbbbbb}

.addtobasketlisting {padding:6px 0; text-align:left;}
.addtobasketlisting .anzahl input {
border: 1px solid #d1d72a; height: 19px;
}

.lupe {
font-size: 10px;
text-align: center;
color: #919394;
background-image:url(../img/lupe.jpg);
background-repeat: no-repeat;
padding-left: 30px;
height: 19px;
width: 280px;

}

.morepics {
	
	
	text-align: center;
	margin: 0 auto;
margin-bottom: 20px;
}
.morepics img {
	border:1px solid #cacaca;
	padding:5px;
	margin-right:10px;
	margin-button: 10px;
	margin-top: 10px;
	background:#FFFFFF;
	height:46px;
	width:auto;
	float: left;
}


.position_info {
position: relative;
height: 40px;
}

.position_info form {
position: absolute;
left: 0;
}

.register {
font-size: 11px;
color: #7e7e7e;
position: absolute;
right: 325px;
background-image:url(../img/login.jpg);
background-repeat: no-repeat;
padding-left: 20px;
}

.merkzettel {
font-size: 11px;
color: #7e7e7e;
position: absolute;
right: 20px;
background-image:url(../img/wunschzettel.jpg);
background-repeat: no-repeat;
padding-left: 25px;
}


.register a,.merkzettel a {
color: #73a9d7;
}

/* POPUPS PRODUCTINFO */
body.popupproductinfo {
	padding:15px;
	background:none;
	background-color:#fff
}
/* POPUP print_order.html */
body.popupprintorder {
	font-family:"Trebuchet MS", 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 #f8f8f8 1px;
	
}
div.highlightbox ul {
	margin-left:15px;
	padding:0;
	display:block;
	list-style-type:square;
	line-height:20px
}
div.highlightbox h1 {
	color:#000;
	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;
	
}
/* PAYMENT TYPE SELECTION */
table.paymentblock {
	background-color:#f8f8f8;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#f8f8f8;
	margin-bottom:15px;
}
table.paymentblock tr td.header {
	background-color:#f8f8f8;
	padding:2px;
	padding-left:5px;
	
	font-weight:bold;
}

/* SHIPPING TYPE SELECTION */
table.shippingblock {background-color:#f8f8f8; border-style: solid; border-width:0px 1px 1px 1px; border-color:#f8f8f8; margin-bottom:15px;}
table.shippingblock tr td.header {background-color:#f8f8f8; padding:2px; padding-left:5px; font-weight:bold;}
table.shippingblock tr td.header2 {background-color:#f8f8f8; padding:2px; padding-left:5px; font-weight:bold; align: right;}
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 #f8f8f8 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:#fff;
	border-style: solid;
	border-width:0px 1px 1px 1px;
	border-color:#f8f8f8;
}
table.orderdetails tr td {
	padding:4px
}
table.orderdetails tr.headerrow td {
	background-color:#ebebeb;
	height: 30px;
	border-right: 1px solid #fff;
	
}
table.orderdetails tr.headerrow td.left {
	text-align:left
}
table.orderdetails tr.headerrow td.center, table.orderdetails tr.contentrow1 td.center, table.orderdetails tr.contentrow2 td.center {
	text-align:center
}
table.orderdetails tr.headerrow td.right, table.orderdetails tr.contentrow1 td.right, table.orderdetails tr.contentrow2 td.right{
	text-align:right;
	margin-right: 0;
}

tr.contentrow1 img,tr.contentrow2 img {

}

tr.contentrow1 .name a,tr.contentrow2 .name a {
color: #004d95;
}

/* ORDER DETAILS CONTENT ROW 1 */
table.orderdetails tr.contentrow1 td {
	border-bottom: 1px solid #ebebeb;
	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 #f8f8f8 1px;
}
table.orderdetails tr.contentrow1 td.productname {
	text-align:left
}
table.orderdetails tr.contentrow1 td.loeschen,table.orderdetails tr.contentrow2 td.loeschen  {
border-bottom: 0;
}

/* ORDER DETAILS CONTENT ROW 2 */
table.orderdetails tr.contentrow2 td {
	border-bottom: 1px solid #ebebeb;
	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 #f8f8f8 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, .subtotal {

	text-align:right;
	border-style: solid;
	border-width:0px 0px 0px 0px;
	border-color:#f8f8f8;
}
/* PRODUCT NAVIGATOR */
div.productnavigator {

	padding:8px;
		background-color:#f8f8f8;
	border: solid #f8f8f8 1px;
}
/* REVIEW LIST */
table.reviewlist {
	
	border-style: solid;
	border-width:0px 0px 1px 0px;
	border-color:#75a8d3;
}
table.reviewlist tr td {
	padding:4px;
	white-space:nowrap
}
table.reviewlist tr.header td {
	background-color:#f8f8f8;
	color:#FFFFFF;
	font-weight:bold
}
table.reviewlist tr.contentrow1 td {
	background-color:#f8f8f8;
}
table.reviewlist tr.contentrow2 td {
	background-color:#e5dcd1;
}
textarea#review {
	width:100%
}
/* MEDIA LIST */
table.medialist {
	background-color:#f8f8f8;
	border-style: solid;
	border-width:1px;
	border-color:#f8f8f8;
}
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:#e5dcd1;
}
/* SITEMAP */
.sitemapwrap {
}
.sitemapwrap .sitemapleft {
	background-color:#f8f8f8;
	border-style: solid;
	border-width:1px;
	border-color:#f8f8f8;
	display:table;
	float:left;
	width:235px;
	margin-bottom:15px;
}
.sitemapwrap .sitemapright {
	background-color:#f8f8f8;
	border-style: solid;
	border-width:1px;
	border-color:#f8f8f8;
	display:table;
	float:right;
	width:235px;
	margin-bottom:15px;
}
.sitemapheader {
	padding:3px;
	background-color:#f8f8f8;
	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:99%
}
/* 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:98%
}


/* CHECKOUT NAVIGATION */
ul#checkoutnavigation {
margin-top: 10px;
margin-left: 30px;

}
ul#checkoutnavigation li {
	height: 70px;
	list-style-type:none;
	float:left;
	width:185px;
	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: #f8f8f8;
	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
}

/* SITE Navigation */
div#NAVIGATION {clear:both; vertical-align:middle;
	
	height:20px;
	padding:0px 8px 0px 8px;
	margin:0;
	

	vertical-align:middle;
font-size: 12px;
}
div#NAVIGATION .COUNT {float:left; bottom:0px; padding:2px 5px 0px 5px; vertical-align:middle; font-size:11px}
div#NAVIGATION .PAGES {float:right; bottom:0px; padding:2px 5px 0px 5px; vertical-align:middle; font-size:11px}

/* PRODUCTS Sorting */
p.products_sort  {padding: 5px; margin-bottom:8px;}
.products_sort  {
clear:both; vertical-align:middle;
	
	height:30px;
	padding:0px 8px 0px 8px;
	margin:0;
	

	vertical-align:middle;
font-size: 12px;
}

.products_sort form {float:right;margin-top: 3px; }


/* ERROR MESSAGES */
.errormessage {
	border: solid #ff0000 2px;
	padding:15px;
	background-color:#FFD6D6
}
/* SUCCESS MESSAGE */
.messageStackSuccess {
	padding:4px;
	background-color:#66FF66
}
/* FOOTER */
.footer {
	clear:both;
	text-align:center;
	font-size:11px;
width:984px;
	padding-top: 15px;
	color: #a8a7a7;
}

* html .footer {

}


.footer a,.copyright a {
	color: #a8a7a7;
	text-decoration:none;
	font-weight: normal;
}
/* XTC COPYRIGHT */
.copyright {
	margin: 0 auto;
	width:984px;
	color: #a8a7a7;
	text-align:center;
	
	font-size:11px;
	padding:0px 0px 10px 0px;
}

/* UPDATE CHANGES 17.10.2008 */
/* Mehr Bilder unterhalb der Beschreibung */
#morepics {
margin-top: 10px;
	

	
} 



#morepics img { border:1px solid #dbdbdb; padding:4px; margin-right:8px;  height:50px; width: 50px; }


/* BESTELLER BOX mit Bilder in DL DT Liste  */
dt { float:left; width:40px;margin-right: 5px; }

dt img { border:1px solid #ccc; padding:2px; background:#fff; width: 40px;}
dd { float:right; width:120px }
dd.dd2 {float: left;margin-left: 15px;}
.crosselling dt { float:left; width:40px;margin-right: 5px; }

.crosselling dt img { border:1px solid #ccc; padding:2px; background:#fff; width: 40px;}
.crosselling dd { float:right; width:138px }


/* Vorschaubilder TD mit gleichem Abstand */
.productPreviewImage { width:100px; display:block }
td.productPreviewContent { width:400px; text-align:left } 

/* FIX DER AUFZÄHLUNGEN */
#content ol, #content ul { margin:10px 0 10px 40px; }

.clear {
clear: both;
}

#search .search input {
width:123px; height: 16px}

#socialbookmark  {
cle
	height:20px;
	padding:0px 8px 0px 8px;
	margin:0;
	vertical-align:middle;
	text-align: center;

}

#socialbookmark  img {
margin-top: 0px;
padding: 2px; align:center;
}

.cartbutton {
height: 25px;
text-align: right;
}

.cartbuttons {
border-top: 1px solid #004d95;
border-bottom: 1px solid #004d95;
padding: 5px 0;
}

.zur_kasse {
text-align: right;
margin-right: 0;
}

/*AGB*/


textarea#checkout_agb,div#checkout_agb{height: 200px; width: 100%; overflow: auto; padding: 2px; border: solid #dbdbdb 1px; text-align: left;}
div#checkout_rescission{height: 200px; width: 100%; overflow: auto; padding: 2px; border: solid #dbdbdb 1px; text-align: left;}

.start {
background-image:url(../img/bg-start.jpg);
background-repeat: no-repeat;
border-bottom: 1px solid #dbdbdb;
}

/* Produktinfo Image Slider */

   /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }

    
/* Easy Slider */
	#sliderrahmen {position: relative;margin-left: 17px;}
	#slider{
			margin:0;
		padding:0;
	}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:710px;
		height:174px;
		overflow:hidden; 
		 background-image:url(../img/trenner-listing.jpg);
background-position: left top;
background-repeat: no-repeat;

		}	
		
		#slider li img {
		
		}
		 
	#prevBtn, #nextBtn{ 
		display:block;
		width:19px;
		height:35px;
		position:absolute;
		left:-19px;
		top:60px;
		}	
	#nextBtn{ 
		left:710px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:19px;
		height:35px;
		background:url(../img/back.jpg) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../img/weiter.jpg) no-repeat 0 0;	
		}												

/* // Easy Slider */

.liste {
width: 177px;
background-image:url(../img/trenner-listing.jpg);
background-position: right top;
background-repeat: no-repeat;
height: 174px;
float: left;
text-align: center;
margin: 0 auto;
}

.liste .start_preis {
color: #000;
text-align: left;
margin-bottom: 5px;
}

.liste .start_preis .price,.liste .start_preis .preisnormal{
color: #000;
font-size: 12px;
background: #73a9d7;
padding: 3px;
}

.liste .start_bild img {
max-height: 80px;
}

.liste h3, .liste h3 a {
font-size: 12px;

}
.start-rechts {
width: 207px;

}


.weiter {
text-align: right;
margin-bottom: 5px;
}
.weiter a {
font-size: 11px;
text-decoration: none;

color: #73a9d7;
}


.weiter a:hover {
color: #004ea4;
}

.center {
text-align: center;
margin: 0 auto;
}
.bildlink img {
width: 10px;
}

.dummy {
clear: both;
}


/* ORDER DETAILS */
table.tabledetails2 {font-size:11px; background-color:#e5eff7; border-style: solid; border-width:0px 1px 1px 1px; border-color:#73a9d7;}
table.tabledetails2 tr td {padding:4px}
table.tabledetails2 tr.headerrow td {background-color:#73a9d7; color:#FFFFFF; font-weight:bold}
table.tabledetails2 tr.headerrow td.left {text-align:left}
table.tabledetails2 tr.headerrow td.center {text-align:center}
table.tabledetails2 tr.headerrow td.right {text-align:right}

/* ORDER DETAILS CONTENT ROW 1 */
table.tabledetails2 tr.contentrow1 td {background-color:#e5eff7;vertical-align:top}
table.tabledetails2 tr.contentrow1 td.left {text-align:left}
table.tabledetails2 tr.contentrow1 td.center {text-align:center}
table.tabledetails2 tr.contentrow1 td.right {text-align:right}

/* ORDER DETAILS CONTENT ROW 2 */
table.tabledetails2 tr.contentrow2 td {background-color:#bedef8;vertical-align:top}
table.tabledetails2 tr.contentrow2 td.left {text-align:left}
table.tabledetails2 tr.contentrow2 td.center {text-align:center}
table.tabledetails2 tr.contentrow2 td.right {text-align:right}


/* ORDER DETAILS SUBTOTAL */
table.tabledetails2 tr td.subtotal {background-color:#bedef8; text-align:right;border-style: solid; border-width:1px 0px 0px 0px; border-color:#73a9d7;}

.bildlink .productImageBorder, .bildlink  .productImageBorder {
width: 12px;
}

#bemerkung textarea {
height: 50px;
}

.blog_comment_date{
font-size: 13px;

border-bottom: 1px solid #cccccc;}

ol#list_comments {
margin: 0;
padding: 0;
}

.rss {
background:url(../img/rss.png) no-repeat;
background-position: bottom right;
height: 100px;
margin-bottom: 10px;
}

.rss a {
font-size: 11px;
}
.box_blog_categories_list {margin: 0; padding: 0;}
.box_blog_categories_list ul { margin:0; padding:0;list-style-type:none;}

.box_blog_categories_list ul li {margin:0px; padding:0; list-style-type:none; }
.box_blog_categories_list ul {
	font-size: 11px;
	padding-bottom:8px;
	margin-bottom:8px;
	margin-top: 2px;
}


/* 1st TIER */

.box_blog_categories_list ul li {
	list-style-type:none;

	padding:5px 0px 5px 0px;

}
.box_blog_categories_list ul li a {
	text-decoration:none;
	color: #636363;
	font-weight: bold;
	
}

.box_blog_categories_list ul li a:hover {
color: #000;
}
/* 2nd TIER */
.box_blog_categories_list ul li ul li {
	list-style-type:none;
	
	padding:5px 0px 5px 15px;

}
.box_blog_categories_list ul li ul li a {
	color: #636363;
	text-decoration:none;

}
/* 3rd TIER */
.box_blog_categories_list ul li ul li ul li {
	list-style-type:none;

	padding:5px 0px 5px 25px;

}
.box_blog_categories_list ul li ul li ul li a {
	color: #636363;
	text-decoration:none;

}

/* 4rd TIER */
.box_blog_categories_list ul li ul li ul li ul li {
	list-style-type:none;

	padding:5px 0px 5px 35px;

}
.box_blog_categories_list ul li ul li ul li ul li a{
	color: #636363;
	text-decoration:none;

}
/* 5rd TIER */
.box_blog_categories_list ul li ul li ul li ul li ul li {
	list-style-type:none;

	padding:5px 0px 5px 45px;

}
.box_blog_categories_list ul li ul li ul li ul li ul li a {
	color: #636363;
	text-decoration:none;

}




.box_blog_categories_list ul li ul li:hover,
.box_blog_categories_list ul li ul li ul li:hover,
.box_blog_categories_list ul li ul li ul li ul li:hover,
.box_blog_categories_list ul li ul li ul li ul li ul li:hover,
.box_blog_categories_list ul li ul li ul li ul li ul li ul li:hover
{
background: #e5eff7;
}

h2.blog-line {
border: 0;
}

#blog h2 a{
color: #73a9d7;
}
#blog h2 a:hover {
color: #004d95;
}
#blog a,a.rss-link {
color: #004d95;
}

#blog a:hover,a.rss-link:hover {
color: #000;
}

.kommentar-name {
color: #004d95;
text-decoration: underline;
}

.blog_comment_date {
font-size: 10px;
}