/* main layout properties  */

body {
	font-family: arial,helvetica,sans-serif;
	margin:0px;
	font-size:12px;
}

h1 {
	font-size: 26px;
	font-weight: normal;
}

h2 {
	font-weight: bold;
	font-size:17px;	
	margin: 0px;
}
h2.spacewrapper{
	margin-top: 10px;
	margin-bottom: 10px;
}


table {
 	vertical-align: top;
 	border-collapse:collapse;
    border-style: none;
 	border-width: 0px;
}

td {
 	padding: 0px;
}

td.orange, div.orange {
	background: #FABA00;
}
	
.warning {
    color: #f00;
}

form {
	padding: 0;
	border: 0;
	margin: 0;
}
fieldset {
	border:0px;
	margin-bottom: 12px;
}
input[type="image"],
input[type="radio"] {
	border: 0px solid white;
}

.show {
	display: block !important;
}

.hide {
	display: none !important;	
}

.textfield {
	float: left;
	width: 245px;
	padding: 1px;
}

.textfield label, 
.textfield select {
	display: block;
}

.textfield input 
{
	display: block;
	margin-bottom: 5px;
	width: 240px;
	margin-bottom:5px;
}

.Bold {
  font-weight: bold;
}

.Green {
  color: #004f5d;
}

.ULine {
  text-decoration: underline;
}

.errormessage {
  font-size: 12px;
  font-style: normal;
  color: #ff0000;
  margin-top: 5px;
  margin-bottom: 5px;
}

.FullSeparator {				
  width: 100%;
  height: 5px;
  background-image: url(../images/design/dotted_greyl.gif); 
  background-repeat: repeat-x;
  clear: both;
}

a.freestyle {
  text-decoration: none;
  cursor: pointer;	
}
.headerselect {
	margin-top: 3px;
	margin-bottom: 3px;
}
option {
	margin-top: 3px;
	margin-bottom: 3px;
}
.underline {
	border-bottom: 1px dashed black;
	vertical-align: top;
}

/* ------------------------------------------------ Page components ---------------------------------------*/
#logo {
	cursor: pointer;
}

/*
	promotion images
*/

.EventTipByJochenSmall {
  background-image: url(../images/design/stoerer_tip_klein.gif);
}

.EventTipByJochen {
  background-image: url(../images/design/stoerer_tip_gross.gif);
}

.EventSpecialPriceSmall {
  background-image: url(../images/design/stoerer_top_klein.gif);
}

.EventSpecialPrice {
  background-image: url(../images/design/stoerer_top_gross.gif);
}

.EventOfTheWeekSmall {
  background-image: url(../images/design/eventoftheweek_small.gif); 
}

.EventOfTheWeek {
  background-image: url(../images/design/eventoftheweek.gif);
}

.EventNewSmall {
  background-image: url(../images/design/stoerer_neu_klein.gif);
}

.EventNew {
  background-image: url(../images/design/stoerer_neu_gross.gif);
}

.EventTipByJochenSmall, .EventTipByJochen, .EventSpecialPriceSmall, .EventSpecialPrice,
.EventOfTheWeekSmall, .EventOfTheWeek, .EventNewSmall, .EventNew {
  background-repeat: repeat-y;
}

/* -- main content wrapper ------------------------- */ 

#search {
	width: 193px;
	padding:0px 0px 5px 10px;
	float:left;
	margin-top:23px;
	margin-bottom:5px;
}

#search form {
 margin:0px;
 padding:0px;
 border:0px;
}

#searchquery {
 width:180px;
 float:left;
 margin-top:0px;
 margin-right:3px;
}

/* search completion */
div#output {
	font-family:Arial;
	font-size: 10pt;
	color:black;
	padding-left: 3px;
	padding-top: 3px;
	border: 1px solid #000000;
	width: 195px;
	background: #fff;
}

div#shadow {
	width:197px;
	position:relative;
	top: 2px;
	left: 2px;
	background: #555;
}

div#shadow div {
	position:relative;
	top: -2px;
	left: -2px;
}

#topline {
  width: 770px;
  border: 0px;
  margin: 0px;
  padding: 2px 0px 2px 0px;
  
}

#footerline {
  font-size:12px; 
  height:22px; 
  padding-top:4px; 
  color: #fff;
}



#topnavleft {
  float:left;
  width: 48%;
  padding-left:2px;
  
}

#topnavright {
  float:right;
  width: 48%;
  text-align:right;
  padding-right:5px;
  
}

#main {
  width: 100%;
  margin: 0px;
  padding: 0 5px 5px 5px;
}

#leftnavigation {
  width: 161px;
  padding: 0px;
  margin-top: 0px;
  float: left;
}

#content {
  width: 600px;
  padding: 0;
  margin: 0px 0px 15px 0px;
  float: left;
  font-size: 12px;
  border: 0;
}

.innermargin {
  margin-top: 20px;	
}

/*
	central box with smart grey left-border
*/
.jsbox {
	width: 548px;
	display: block;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	border-left: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	background-color: #efefef;
	float: left;
	
	margin-top: 5px;
	margin-bottom: 10px;
}
	.jsbox .content {
		padding: 5px;
	}

/*
	page services
*/
#pageservices
{
	width: 580px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: right;
	border: 0px;
}

/*
	gift certificate
*/
#giftcert
{
	width: 548px;
	display: block;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	font-size: 12px;
	border-left: 1px solid #a0a0a0;
	border-bottom: 1px solid #a0a0a0;
	background-color: #efefef;
	float: left;	
}
	
#giftcert .dark .left
{
	float: left;
}

#giftcert .dark .right
{
	float: right;
}

#giftcert .dark 
{
	width: 548px;
	margin: 0px;
	border: 0px;
	background-color: #dcdcdc;
	padding: 5px;
	float: left;
	text-align: left;
	font-weight: normal;
}

#giftcert .bright 
{
	width: 548px;
	margin: 0px;
	border: 0px;
	padding: 5px;
	float: left;
	text-align: left;
	font-weight: normal;
}

#giftcert .bright .key
{
	display: block;
	clear: both;
}
		
#giftcert .bright .selector
{
	clear: both;
	margin-bottom: 10px;
}
		
#giftcert .bright .button
{
	clear: both;
	margin-top: 20px;
}

.navigation_separator{
  background-image:url(../images/newlayout/navi_horizontal_line.png);
  background-repeat: no-repeat;
  height:1px;
  width: 190px;
  margin:10px 0 0 8px;
}

/*
	category
*/

.categoryHeader {
  color: #8D0000;
  font-size:12px;
  font-weight:bold;
  font-family:arial,helvetica,sans-serif;
  padding: 8px 0 4px 12px;
  width:170px;
}
.categoryLeft {
   width:5px;
   background-color:#CDCDCD;
}
.categoryLevel1 {
	padding-left:12px;
	font-family:arial,helvetica,sans-serif;
	font-weight:normal;
}
.categoryLevel1 a {
	font-size:12px;
   	color: #8D0000;
   	text-decoration:none;
}
.navitem_image {
	float:left;
	padding-top:2px;
	padding-right:4px;
}
.navitem_text {
	float:left;
	width:160px;
	line-height: 20px;
}

.categoryLevel2 {
   font-size:12px;
   height:22px;
   padding-left:15px;
   text-decoration:none;
   font-family:arial,helvetica,sans-serif;
   width:175px;
}
.categoryLevel2 a {
	font-size:12px;
   	color: #8D0000;
   	text-decoration:none;
}

.categoryLevel1.active {
  font-weight:bold;
}

.categoryLevel2.active {
	font-weight: bold;
}


.categoryLink, .categoryLink:visited {
  text-decoration:none;
  line-height: 150%;
  cursor:pointer;
}

#XimageContainer {
	position: relative;
	left:100px;
}

#XimageContainer img {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	height:332px;
	width:503px;
	opacity: -0.01;
	border:0px;
}
#XminiimageContainer img {
	display:none;
	position:absolute;
	top:0px;
	left:3px;
	height:124px;
	width:503px;
	opacity: -0.01;
	border:0px;
}


.hero_right {
	float: left;
	background-image: url( ../images/newlayout/categoryhead_JochenBox_new.jpg);
	height: 360px;
	width: 225px;
}
.hero_right .all_text {
	float: left;
	padding: 8px 2px 16px 80px;
	color: #762100;
	font-weight: bold;
	letter-spacing: 1px;
}

.hero_right .all_text .textbox  {
	float: left;
}

.hero_right .all_text .textbox .bulletpoints {
	float: left;
	padding: 10px 0px 0px 28px;
}
.hero_right .all_text .textbox .bulletpoints ul {
	font-weight: normal;
	float: left;
	letter-spacing: 0px;
	padding: 15px 0 0 18px;
	list-style-type: square;
	margin: 0px;
}
.hero_right .all_text .textbox .bulletpoints li {
	padding-bottom: 13px;
}


#content .categorytitle {
	display: block;
	font-size: 15px;
	font-weight: bold;
	color: #004f5d;
}


/*
	productlisting: compact view
*/

.productlisting
{
	font-size: 12px;
	margin: 0px;
	border: 0px;
	background-image: url(../images/newlayout/product/product-list-bg-vertical.png);
	background-repeat: repeat-y;
	float: left;
}

.productlisting_end
{
	width: 540px;
	height: 37px;
	margin-top: -10px;
	margin-left: 0px;
	border: 0px;
	background-image: url(../images/newlayout/tabs/productlist_bottom_background.png);
	background-repeat:no-repeat;
	float:left;
}

.extralayer
{
	background-image: url(../images/newlayout/tabs/productlist_top_background.png);
	background-repeat: no-repeat;
	z-index: 5;
	width: 537px;
	height: 50px;
	padding: 8px 0px 0 8px;
}


.productlisting .product
	{
		width: 180px;
		height: 252px;
		display: block;
		padding: 0 0 5px 0;
		margin: 0 0 0 0;
		font-size: 12px;
		border: 0;
		text-align: center;
		float: left;
		z-index: 10;
	}
	
		.productlisting .product .productCompact
		{
			width: 179px;
			height: 247px;
			text-align: left;
			margin: 0;
			border: 0;
			background-image: url(../images/newlayout/product/produkt-mini-bg.png);
		}
		
		.productlisting .product .productCompact .top
		{
			height: 131px;
			vertical-align: top;
			margin: 0px;
			padding: 0px;
			/*overflow: hidden;*/ /* does not work in IE*/
		}
	
		.productlisting .product .productCompact .top .thumbnail
		{
			display: block;
			cursor: pointer;
		}

		.productlisting .product .productCompact .top .name
		{
			font-weight: bold;
			overflow: hidden;
			font-size: 12px;
		}
		
		.productlisting .product .productCompact .bottom
		{
			width: 166px;
			height: 103px;
			vertical-align: bottom;
			margin: 0px;
			padding: 0px;
			overflow: hidden;
			background-color:white;
			cursor: pointer;
		}
		
		.productlisting .product .productCompact .bottom .text
		{
			font-weight: bold;
			padding: 0px;
			text-align: left;
			height: 60px;
			color: #000000;
		}

		.productlisting .product .productCompact .bottom a
		{
			text-decoration: none;
			cursor: pointer;
		}
		.productlisting .product .productCompact .bottom .info, .productssetProductVenueBox .info
		{
			background-image: url(../images/newlayout/product/info.png);
			background-repeat: no-repeat;
			background-position:  4px 0px;
			font-size: 10px;
			font-weight: normal;
			padding: 1px 5px 6px 0px;
			text-align: right;
			height: 11px;
			color: #000000;
		}
		.productssetProductVenueBox .info {
			text-align: left;
			padding: 5px 0 2px 20px;
			background-position: left bottom;
			text-decoration: none;
			cursor:pointer;
		}
		.productlisting .setInfo
		{
			background-image: none ! important;
		}

		.productlisting .product .productCompact .bottom .price
		{
			border-color: #ffba03;
			border-width: 1px 0 0 0;
			border-style: solid;
			font-weight: bold;
			margin: 0px;
			height: 24px;
			padding: 0 3px 0 10px;
		}
		
		.productlisting .product .productCompact .bottom .price .pricearrow 
		{	
			float:left; 
			top:0px;
		}
		
		.productlisting .product .productCompact .bottom .price .pricetext 
		{	
			font-size:15px;
			float:left; 
			padding:4px 4px 4px 12px;
			font-weight: bold;
		}

/*
	product details
*/

#productdetails_header {
	background-image: url(../images/newlayout/productdetail/mockup/header_bg.png);
	background-repeat: no-repeat;
	width: 762px;
	height: 405px;
}
.productdetails_headline {
	width: 755px;
	height: 59px;
	padding-left:11px;
}
.productdetails_headline div{
	padding-top:1px;
}
.productdetails_headerimage {
	float: left;
	width: 460px;
	height: 321px;
	padding-left: 7px;
}
.productdetails_gallery {
	float: left;
	width: 105px;
	height: 321px;
	margin-left:5px;
}


.productdetails_gallery_label {
	float: left;
	width: 15px;
	height: 100px;
	margin-left:-4px;
	background-repeat: no-repeat;
}

.productdetails_image_gallery_label {
	background-image: url(../images/newlayout/productdetail/productdetail_bilder.png);
}

.productdetails_video_gallery_label {
	background-image: url(../images/newlayout/productdetail/productdetail_video.png);
}


.productdetail_galleryImage {
	float: left;
	background-image: url(../images/newlayout/productdetail/mockup/gallery_bg.png);
	background-repeat: no-repeat;
	width: 47px; 
	height: 42px;
}
.productdetail_galleryImage_even {
	margin-left:-4px;
}
.productdetails_headteaser {
	float: left;
	width: 175px;
	height: 321px;
}
#productdetails_tabs {
	background-color: blue;
	height: 26px;
}

#productdetails_tab_all{
	float: left;
	background-image: url(../images/newlayout/productdetail/mockup/tab_all_bg.png);
	background-repeat: repeat-y;
	padding-left: 0px;
	padding-bottom:20px;
	width: 763px;
}
#productdetails_extralayer
{
	background-image: url(../images/newlayout/productdetail/mockup/pd_top.jpg);
	background-repeat: no-repeat;
	z-index: 5;
	width: 762px;
	height: 159px;
}

#productdetails_tab_leftcol{
	float: left;
	width: 550px;
	margin-top: -149px;
}
.productdetails_content_leftright{
	background-image: url(../images/newlayout/productdetail/mockup/content_leftright_bg.jpg);
	background-repeat: repeat-y;
	width: 545px;
	float: left;
	padding-left:4px;
}

.productdetails_content_leftright_bottom {
	background-image: url(../images/newlayout/productdetail/mockup/content_leftright_bottom.png);
	background-repeat:no-repeat;
	width: 550px;
	height: 9px;
	clear: both;
}

.productdetails_content_left{
	width: 359px;
	float: left;
	overflow: hidden;
}

.productdetails_content_right{
	float: left;
	width: 176px;
}

#productdetails_tab_rightcol{
	float: left;
	width: 205px;
	margin-top: -159px;
	padding-top: 11px;
}

.productdetails_tab_description_bg {
	float: left;
	width: 548px;
	padding-left: 4px;
	background-image: url(../images/newlayout/productdetail/mockup/top_description_bg_horizontal.png);
	background-repeat: repeat-y;
}

.productdetails_tab_description {
	float: left;
	width: 531px;
	background-image: url(../images/newlayout/productdetail/mockup/top_description_bg.jpg);
	background-repeat: repeat-x;
	background-color: white;
	border: 1px solid white;
	padding-top:8px;
	padding-left:5px;
	padding-bottom:10px;
}

.productdetails_tab_description_rightborder{
	background-image: url(../images/newlayout/productdetail/mockup/top_description_bg_rightborder.jpg);
	background-repeat: no-repeat;
	width: 10px;
	height: 80px;
	float: left;
}

.productdetail_text {
	padding-top:20px;
	padding-bottom:0px;
}

.productdetail_area {
	padding-left:0px;
	padding-bottom:10px;
}

.productdetails_content_right_bordered{
	float: left; 
	width: 170px; 
	border: 1px solid #ffdf9a;
}

/* ------------------------------------ ProductSets ---------------------------------------------*/
.productsetProductLink {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

.productset {
	width: 545px;
	float: left;
}

#productsetHeaderBox {
	padding-top:0px;
	width:100%;
	float:left;
}

#productsetHeaderBox h1 {
	margin: 17px 0;
}
#productsetHeaderNameBox { 
	width:270px;
	float:left;
	margin-left:5px;
}

.productdetails_headline {
	width:700px;
	float:left;
}

.productsetShortDesc {
	width: 545px;
	padding-bottom: 10px;
}

.productsetImage {
	background-repeat: no-repeat;
	margin: 0 0 5px 5px ;
	background-image: url(../images/newlayout/productdetail/productset_bg.png);
	width:265px;
	float:right;
}

#productset_listholder {
	margin-left:8px;
	margin-top:-50px;
	width:537px;
	float:left;
}

.productsetEntryBox {
	background-repeat: no-repeat;
	background-image: url(../images/newlayout/productdetail/productset_list_bg.png);
	float:left;
	margin-bottom:10px;
	width:537px;
	height:92px;
}

.productsetProductBox {
	height:86px;
}

.productsetProductNameBox {
	float:left;
	width:215px;
	background-color:#fff;
	height:86px;
}

.productsetChoiceCertificate {
	float:left;
	width:420px;
	background-color:#fff;
	height:86px;
}

.productsetChoiceCertificateButton {
	float: right;
	margin: -3px 2px 0 -3px;
}
.productsetProductNameChoiceCertificate {
	overflow: hidden;
	font-weight: bold;
	margin: 5px 2px 0px 10px;
	width:400px;
	height:15px;
}

.productsetProductDescriptionChoiceCertificate {
	overflow: hidden;
	margin: 5px 2px 0px 10px;
	width:400px;
	height:35px;
}

.productsetProductName {
	font-weight: bold;
	margin: 5px 2px 0px 10px;
	border-bottom: 1px solid #F1A922;
	width:195px;
	height:55px;
}

.productsetProductPriceBox {
	margin: 0px 5px 1px 60px;
}

.productsetProductPrice {
	margin: 5px 10px 0px 5px;
	height:19px;
	float:left;
	font-weight:bold;
	font-size:14px;
}

.productssetProductVenueBox {
	float:left;
	width:206px;
	background-color: #FAEBB4;
	height:86px;
}

.productssetProductVenue {
	padding:5px;
}

.productsetRightcolExtras {
	float:left;
	padding-left:8px;
	width:200px;
	margin-top:10px;
}


/*
	---------------------- search results --------------------------------------
*/

#searchresult {
	float:left; 
	width:545px;
	color: #fff;
	font-weight:bold;
}

#searchresult_end
{
	width: 551px;
	height: 37px;
	margin-top: -10px;
	margin-left: 0px;
	border: 0px;
	background-image: url(../images/newlayout/tabs/productlist_bottom_background.png);
	background-repeat:no-repeat;
	float:left;
}

#searchtitle {
	width:540px;
	background: #F1A922;
	padding-left: 5px;
}

.searchinformation {
	padding-left: 5px;	
	width:540px;
	float:left;
	margin-top:-50px;
	font-weight: bold;
}

.contentsearch {
	background-image: url(../images/newlayout/product/product-list-bg-vertical.png);
	background-repeat: repeat-y;
	width:524px;
	margin: -5px 0px 0px 4px;
}

#newsearch {
	float: right;
	width: 140px;
	text-align: right;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

#searchresults .headline
{
	clear: both;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 5px;
}
	
	#searchresults .headline .sortby
	{
		float: right;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	
/*
	asset/content listing
*/
.assetlisting
{
	float:left;
}

.assetlisting table
{
	margin-top: 10px;
	padding-bottom: 30px; 
	background-color: #dcdcdc;
	border-left: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	table-layout: fixed;
}
	
.assetlisting td
{
	padding-left:  30px;
	padding-right: 30px;
}

.assetlisting #name
{
	padding-top: 20px;
	font-size:  12px;
	font-weight: bold;
	text-align: left;
	
}

.assetlisting #description
{
	padding-top: 10px;
	font-size:  12px;
	text-align: left;
	color: #000000;
}

.assetlisting #link a
{
	color:#03a14b;
}

.asset {
	background:#FFFFFF none repeat scroll 0%;
	border: 1px solid #FFBA03;
	margin-top:-30px;
	height: 60px;
	margin: 5px 0px 10px 0px;
	padding:0px 0px 0px 8px;
	width:470px;
}
.asset a
{
	overflow: hidden;
	padding-top:    10px;
	padding-bottom: 20px;		
	font-size:  12px;
	text-align: left;
	color:      #004F5D;
	table-layout: fixed;
	text-decoration: none;
	white-space: nowrap;		
}
	
/* ----------------------------------- user ------------------------------------*/
#user {

  float:right;
  width: 760px;
  padding-top:2px;
  padding-right:5px;
  padding-bottom:2px;
}

#userlogin {
  
  width:750px;
  /*margin-right: 30px;*/
  height: 20px;
  text-align:right;
  font-size:12px;
  color:#004f5d;
  
}

#userlogin .username {
  font-weight:bold;
}

/* ---------------------------------------- Content particles -----------------------------------*/

#WELCOME_PAGE IMG {
	vertical-align: top;
}

#WELCOME_PAGE, #WELCOME_FOOTER {
/*    width: 547px; */
}


.orttext {
	font-size:12px; 
	font-family:arial,helvetica,sans-serif; 
	font-weight:normal; 
	text-align:left; 
	color:#004F5D;
}

/* ---------------------------------- giftfinder --------------------------------------*/

div.giftfinder { 
 height:312px;
 width:189px;
} 

* html div.giftfinder {
	background-image: none;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/newlayout/giftfinder_background.png')*/
}


.giftfinder .giftfinderrow {
 padding-left: 8px;
 height:33px;
 width:170px;
 color:#8D0000;
}

.giftfinder .giftfinderlabel {
 float:left;
 width:73px;
 text-align:right;
 font-weight:bold;
 padding-top:3px;
}

.giftfinder .giftfinderselect {
 float:left;
 width:70px;
 padding-left:3px;
}

.giftfinderselect .clipper {
	width: 90px;
}

.giftfinderselect select {
 width: 94px;
}


.giftfinderresults {
 color:#4E2B00;
 font-weight:bold;
 font-size:14px;
 padding-top:8px;
 padding-left:8px;
}

.giftfindersubmit .button {
 padding-left:17px;
}

.ContactForm {

	padding-left: 2px;
	padding-right: 2px;
	margin: 0 auto;
	color: rgb(0, 79, 93);
	font-weight: bold;	
}

.ContactForm form {	
	padding-top:10px;
}

.ContactForm .textfeld {
	width: 49%;
	margin-top:10px;
	float: left;
}

.ContactForm .big_textfeld {
	width: 92%;
}

.ContactForm .checkbox {
	width: 92%;
}


.ContactForm input[type="checkbox"] {
	width: 20px;
}
.ContactForm input[type="text"] {
	width: 220px;
}

.ContactForm label {
	display:block;
}

.ContactForm .checkbox label {
	float: left;
	margin-top: 0px;
}

.ContactForm select {
	float: right;
	width: 60%;
	margin-right: 5px;	
}

.clear {
	clear: both;
}

.ContactForm .inline_label {
	display:inline;
	margin-left: 5px;
	float: left;
}
	
.ContactText {
}

.ContactForm .ContactFormSubmit {
	width: 92%;
	margin-top:20px;	       
	text-align: right;
}

.ContactForm .formdataerrors {
	background-color: #efefef;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	border: 2px solid red;
	padding: 5px 10px;
}

.ContactForm .formdataerrors li {
	color: red;
}

   
#checkout .formdataerrors {
	margin: 0px 20px 10px 20px;
	border: 2px solid red;
	padding: 5px 10px;
}

#checkout .formdataerrors h4 {
	color: red;
}

#checkout .formdataerrors li {
	color: red;
}

#productdetailarea .retailproducttitle {
  background-color:transparent;

}
#productdetailarea .retailproducttitle:hover{
  background-color:#F2AB01;

}
#productdetailarea .retailproductprice {
  background-color:#F2AB01;
}


.tabmenu  {
	width:545px;
	height:24px;
	float:left;
	border-bottom:1px solid #8D610C;
}

.tabmenuHeight {
	height:35px;	
}

.tabmenu a, .tabmenuHeight a {
	color:#fff;
	text-decoration: none;
	width: 100px;
	cursor:pointer;
}

.tabmenu .tab_inactive{
	color: #D8BF8B;
	background-image:url( ../images/newlayout/tabs/tab_inactive.png );
	height:20px;
	background-repeat:no-repeat;
	float:left;
	width:135px;
	padding-top:5px;
}

.tabmenuHeight .tab_inactive {
	background-image:url( ../images/newlayout/tabs/tab_height_inactive.png );
	height:32px;
}

.tabmenu .tab_active {
	color: #FBFEF2;
	background-image:url( ../images/newlayout/tabs/tab_active.png );
	height:20px;
	background-repeat:no-repeat;
	float:left;
	width:135px;
	padding-top:5px;
}

.tabmenuHeight .tab_active {
	background-image:url( ../images/newlayout/tabs/tab_height_active.png );
	height:32px;
}

.tabmenu .tab_long_active {
	color: #FBFEF2;
	background-image:url( ../images/newlayout/tabs/tab_long_active.png );
	height:20px;
	background-repeat:no-repeat;
	float:left;
	width:190px;
	padding-top:5px;
}

.tabmenu span, .tabmenuHeight span {
	padding-left: 5px;
	font-weight: bold;
	display: block;
	width:120px;
}

.contentteaser {
	float:left;
	width:190px;
	margin-bottom:5px;

}

.contentteaser .contentteaser_head {
	font-weight: bold;
	padding: 4px 15px;
	color: #623B02;
	font-size:15px;
}

.contentteaser .contentteaser_text {
	padding: 4px 15px;
	color: #000;
}

.contentteaser_line {
	border-bottom: 1px solid #F2AA22;
}

.contentteaser .graybox {
	color: #044C7E;
}

.contentteaser .graybox .head{
	background-repeat: no-repeat;
	background-image: url( '../images/newlayout/rightcol/lastvisited_head.gif' );
	float: left;
	text-align: left;
	height: 24px;
	width: 190px;
}

.contentteaser .graybox .content {
	background-repeat: repeat-y;
	background-image: url( '../images/newlayout/rightcol/rightcol_grey_content_bg.gif' );
	float: left;
	padding: 0px 15px 0px 15px;
	width: 160px;
}
.contentteaser .graybox .footer {
	background-repeat: no-repeat;
	background-image: url( '../images/newlayout/rightcol/lastvisited_footer.gif' );
	float: left;
	height: 24px;
	width: 190px;
}

.contentteaser .graybox form {
	padding: 15px 5px 15px 0px;
}

.contentteaser .graybox input, .contentteaser .graybox textarea {
	margin-bottom: 15px;
}

#page_content_area {
	border-color:#D9852D;
	background: #FFFFFF;
	border-style:solid;
	border-width:1px;
	width:968px;
	float:left;
}

#product_teaser {
	float:left; 
	background-repeat:repeat-x; 
	background-image: url(../images/newlayout/verlauf_horizontal_ohne_helle_ecke.gif); 
	width:763px; 
	background-position: right top;
}

.contentasset {
	width:551px; 
	float:left;
}

#rightcol {
	width:200px; 
	float:left;
}

.link { 
	text-decoration:none; 
	color: white; 
	font-size:12px; 
	text-align:center; 
}

.bold { 
	font-weight: bold;
}

.white_border {
	border: 1px solid white;
}

.graybox {
	background-color: #f1f1f1;
	padding-bottom: 8px;
	margin-top: 11px;
}
.graybox .headline{
	background-color: #e3e3e3;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}
.graybox .content{
	padding-top: 5px;
	padding-left: 5px;
}

.content_rightcol {
	width: 763px; 
	float:left; 
	background-image: url(../images/newlayout/verlauf_horizontal.gif);
	background-repeat:repeat-x;
}

.bigbutton {
	margin-top: 4px;
	height: 35px;
}

.bigbutton_left {
	float: left; 
	background-image:url(../images/newlayout/bigbutton_left.png); 
	width:11px; 
	height:35px;	
}


.bigbutton_middle {
	float: left; 
	font-size:16px;
	font-weight:bold;
	line-height:35px; 
	background-image:url(../images/newlayout/bigbutton_bg.png); 
	height:35px; 
	background-repeat: repeat-x;
}

.bigbutton_right {
	float: left; 
	background-image:url(../images/newlayout/bigbutton_right.png); 
	width:11px; 
	height:35px;
}

.buttonContainer {
	float: left;
	padding: 10px; 
	height: 30px;
	width: 508px;
}
.buttonContainer>div:first-child {
	float: left;
}
.buttonContainer>div:first-child+div {
	float: right;
}

.button {
	margin-top: 4px;
	height: 22px;
}

.button_left {
	float: left; 
	width:10px; 
	height:21px;	
}

* html .button_left {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/newlayout/button_left.png')
}

.button_middle {
	float: left; 
	padding-top:3px; 
	height:21px; 
	background-repeat: repeat-x;
}

.button_right {
	float: left; 
	width:10px; 
	height:21px;
}

* html .button_right {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/newlayout/button_right.png')
}

.clipper {
   	overflow:hidden;
   	float:left;
   	border:1px solid #989898;
   	display: block;
}
	
.clipper select {
   font-size:1em;
   margin:-2px;
}

.more_info_headline {
	font-weight: bold;
}



/* ------------------------------------------- newsletter ---------------------------------------------------------------------------------------------- */
.newsletter_headline {
	font-weight: bold;
	font-size:17px;
	padding: 15px 10px 5px 10px;
}
.newsletter_text {
	padding: 10px;
}
.formfield{
	width: 100%;	
	float: left;
}

.newsletter_fixtext {
	padding: 20px 0px 10px 10px;
	font-weight: bold;
}

.formfield input{
	float: left;
	margin-right: 10px;	
	margin-top: 4px;
}
.formfield label{
	float: left;
	padding-left: 10px;	
	padding-top: 10px;
	width: 50%;
}
.formfield textarea{
	float: right;
	margin-top: -15px;
	margin-right: 10px;
}
.formcheck {
	width: 100%;
	padding-top: 10px;
}
.formselect {
	width: 100%;
	float: left;
	margin-top: 6px;
}
.formselect .selector {
	float: left;
}
.formselect .selector label {
	padding: 0px;	
	float: left;
}
.formselect label, .formselect input {
	display: inline;
	padding-left: 10px;
}
.formbg {
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
}
.formbg p{
	margin: 0px;
}
.formbg input, .formbg textarea, .formbg label{
	margin-left:10px;
	display: block;
	width: 326px;
}
.formother {
	padding:10px 10px 10px 0px;
	text-align: right;
}
.formsubmit {
	width: 100%;
	padding: 10px 0px 10px 0px;
	float:right;
	margin: -1px;
}
.formsubmit input{
	float: right;
	margin-right: 10px;
}
.right_column_li {
	float:left;
	margin-bottom:5px;	
}

.right_column_ul {
	float:left;
	background-image: url(../images/newlayout/newsletter_detail_vorteile_background.png); 
  	background-repeat: no-repeat;
  	width:170px;
  	height:35px;
  	padding:6px 0px 0px 10px;
  	font-weight:bold;
}

.right_column_li .li_image {
	width:10px; 
	height:10px;
	float:left;
	background-image: url(../images/design/li_style.gif); 
  	background-repeat: no-repeat;	
}

.right_column_li .li_text {
	width:155px;
	float:left;
}

/* ------------------------------------ alphabetische Auflistung ---------------------------------------------*/
.product_compact_text {
	float: left;
	width: 195px;
	padding-left: 8px; 
	text-decoration: none;
	color: black;
}
.product_compact_text .bold {
	font-weight: bold;
}

.alphaListing {
	float: left; 
	width: 245px;
	padding: 5px;
	height: 32px;
	cursor: pointer;
	text-decoration: underline;
	color: black;
}




/* ------------------------------------ Warenkorb (cart) --------------------------------------------*/
.cart {
	background-image:url(../images/newlayout/header_small.png);
	background-repeat: no-repeat;
}

.step {
	float: left;
	margin: 10px;
}
.current {
	font-weight: bold;
}

.lastvisited, .bestsearchterms {
	font-family: arial,helvetica,sans-serif;
	font-size:12px;
	width:190px;
	padding:5px 5px 5px 2px;
}

.lastvisited img {
	border: 0px;
	float: left;
	margin-right: 3px;
}

.lastvisited a, .bestsearchterms a {
	text-decoration: underline;
	cursor:pointer;
	color: #000;
}

.lastvisited .head, .bestsearchterms .head {
	background-repeat: no-repeat;
	background-image: url( '../images/newlayout/rightcol/lastvisited_head.gif' );
	float: left;	
	font-weight: bold;
	height: 26px;
	padding: 6px 2px 0px 2px;
	text-align: center;
	width: 192px;
}

.lastvisited .headlarge {
	background-repeat: no-repeat;
	background-image: url( '../images/newlayout/rightcol/lastvisited_headlarge.gif' );
	float: left;	
	font-weight: bold;
	height: 36px;
	padding: 6px 2px 0px 0px;
	text-align: center;
	width: 176px;
}

.lastvisited .footer, .bestsearchterms .footer {
	background-repeat: no-repeat;
	background-image: url( '../images/newlayout/rightcol/lastvisited_footer.gif' );
	float: left;
	height: 26px;
	width: 190px;
}

.lastvisited .listing, .bestsearchterms .listing {
	float: left;
	width: 187px;
}

.lastvisited .listing .entry{
	float: left;
	padding: 0px 1px 0px 1px;
	text-decoration: underline;
	width: 185px;
	height: 44px;
}
.bestsearchterms .listing .entry{
	
	padding: 0px 3px 0px 3px;
	text-decoration: underline;
}

.lastvisited .see_more {
	float: left;
	padding: 0px 0px 0px 0px;
	width: 180px;
	text-align: right;
}

/* Pop Up für veranstaltungsorte */

 .venuesHolder {
    display: none;
    position: fixed;
    top: 5%;
    left: 50%;    
    margin-left: -220px;
    width: 430px;
    height: 471px;
    color: #000;
}
.venuesHolder .head { 
	height: 71px;
	float: left;
	width: 441px;
	padding: 0 0 0 70px;
    background-image: url(../images/newlayout/product/venuePopupHead.png) ;
    background-repeat: no-repeat;

}
.venuesHolder .head .prodImage {
	padding: 23px 5px 0 0;
	float: left;
}
.venuesHolder .head .headline {
	padding: 23px 10px 0 0;
	float: left;
	width: 100%;
}
.venuesHolder .prodName {
	float: left;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	height: 30px;
}

.venuesHolder a {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.venuesHolder .close {
	float: left;
	font-size: 10px;
	text-align: center;
	margin-top: 12px;
	padding: 28px 2px 2px 0;
	height: 30px;
	width: 65px;
}

.venuesHolder .body {
    background-image: url(../images/newlayout/product/venuePopupBorder.png) ;
    background-repeat: repeat-y;
    background-position:right top;
 	float: left;
 	margin: 0;
	width: 441px;
}
.venuesHolder .body .content {
	width: 430px;
	background-color: #fff;
	padding: 10px 0 5px 0;
}
.venuesHolder .body .content .prodVenues {
	padding: 10px;
	font-weight: normal;
}
.venuesHolder .footer {
    background-image: url(../images/newlayout/product/venuePopupFoot.png) ;
    background-repeat: no-repeat;
 	height: 66px;
	width: 441px;
	float: left;
	padding-top: 10px;
}
.venuesHolder .footer img {
	width: 70px;
	float: left;
	padding: 10px 7px 0 13px;
}

.venuesHolder .footer .headline {
	color: #8D0000;
	font-weight: bold;
	font-size: 14px;
	padding: 10px 10px 0 0;
	float: left;
	width: 100%;
}
.venuesHolder .footer .headline {
	padding: 10px 10px 0 0;
	float: left;
	width: 100%;
}

/* Pop Up für Infos */

.infoHolder {
    display: none;
    position: fixed;
    top: 5%;
    left: 50%;    
    margin-left: -220px;
    width: 430px;
    height: 471px;
    color: #000;
    z-index: 100;
}
.infoHolder .head { 
	height: 71px;
	float: left;
	width: 580px;
	padding: 0 0 0 70px;
    background-image: url(../images/newlayout/product/infoPopupHead.png) ;
    background-repeat: no-repeat;

}
.infoHolder .head .headline {
	padding: 35px 10px 0 0;
	float: left;
	width: 400px;
	height: 15px;
}

.infoHolder .close {
	float: left;
	color: #000;
	text-decoration: none;
	font-size: 10px;
	text-align: center;
	margin-top: 12px;
	padding: 28px 2px 2px 0;
	height: 30px;
	width: 65px;
}

.infoHolder .body {
    background-image: url(../images/newlayout/product/venuePopupBorder.png) ;
    background-repeat: repeat-y;
    background-position:right top;
 	float: left;
 	margin: 0;
	width: 577px;
}

.infoHolder .footer {
    background-image: url(../images/newlayout/product/infoPopupFoot.png) ;
    background-repeat: no-repeat;
 	height: 66px;
	width: 580px;
	float: left;
}

/* --------------------- Breadcrumbs -------------------- */

.breadcrumbLink {
	color:black;
}

/* --------------------- Content Box unter ProductSets -------------------- */

.list_content_box {
	float:left;
	width:535px;
}
.list_content_box .head {
	background-repeat:no-repeat;
	background-image: url(../images/newlayout/product/list_contentbox_bg_head.png);
	height:7px;
	background-color: #FAEBB4;
}
.list_content_box .body {
	background-image: url(../images/newlayout/product/list_contentbox_bg_body.png);
	background-repeat:repeat-y;
	min-height: 10px;
	padding: 0 15px 8px 6px;
	background-color: #FAEBB4;
	float: left;
	width: 514px;
}
.list_content_box .foot {
	background-repeat:no-repeat;
	background-image: url(../images/newlayout/product/list_contentbox_bg_foot.png);
	height:7px;
	clear: both;
}
