div#STATIC_NAVI {
	height: 13px;
	overflow: hidden;
	margin: 4px 13px 3px 0;
}
	div#STATIC_NAVI ul {
		list-style: none;
		float: right;
	}
		div#STATIC_NAVI ul li {
			float: left;
			height: 13px;
		}
			div#STATIC_NAVI ul li a {
				text-decoration: none;
				display: block;
				color: #a3a3a3;
				background: no-repeat 0 0;
				padding: 0 16px 2px 15px;
			}
			div#STATIC_NAVI ul li a:hover {
				text-decoration: none;
				color: #ba0000;
				background: no-repeat 0 -20px;
			}
				div#STATIC_NAVI ul li a#newsletter_link { 
					background-image: url(../images/newsletter_link.gif);
				}
				div#STATIC_NAVI ul li a#profile_link { 
					background-image: url(../images/profile_link.gif);
				}
				div#STATIC_NAVI ul li a#service_link { 
					background-image: url(../images/service_link.gif);
				}
				div#STATIC_NAVI ul li a#wishlist_link { 
					background-image: url(../images/wishlist_link.gif);
				}
				div#STATIC_NAVI ul li a#logout_link { 
					background-image: url(../images/logout_link.gif);
				}
div#TAB_NAVI {
	height: 22px; width: 1000px;
	overflow: hidden;
	background: url("../images/bg_tab_navi.gif") repeat-x #BA0000;
}
	div#TAB_NAVI ul {
		float: left;
	}	
		div#TAB_NAVI li {
			float: left;
			list-style: none;
			font-weight: bold;
		}
			div#TAB_NAVI li a {
				display: block;
				height: 17px; /*21-4*/ width: 136px;
				padding: 5px 0 0 0;
				border-right: 1px solid #FFF;
				color: #FFF;
				text-decoration: none;
				text-align: center;
				text-transform: uppercase;
			}
			div#TAB_NAVI li a:hover {
				background: #E56666;
				height: 18px; /*22-4*/
			}
			div#TAB_NAVI li a.on {
				background: #E56666;
				height: 18px; /*22-4*/
			}
	div#FLAG_NAVI {
		float: right;
		padding: 1px 1px 0 0;
	}
		div#FLAG_NAVI img{
			border: 1px solid #CCC;
		}
div#CAT_NAVI_ROW {
	height: 18px; /*22-4*/ width: 1000px;
	overflow: hidden;
	background: #E56666;
	padding: 4px 0 0 0;
}
	div#CAT_NAVI_ROW li {
		float: left;
		list-style: none;
	}
		div#CAT_NAVI_ROW li a {
			float: left;
			display: block;
			color: #FFF;
			font-weight: bold;
			padding: 2px 10px 0 10px;
			text-decoration: none;
			border-right: 1px solid #FFF;
			height: 13px; /*14-1*/
		}
		div#CAT_NAVI_ROW li a:hover {
			color: #FFFF7F;
		}
			div#CAT_NAVI_ROW li a.on {
				color: #FFFF7F;
			}
div#CAT_NAVI_COL {
	margin: 20px 0 0 0;
}
	div#CAT_NAVI_COL h2#current_root_category {
		margin: 0 0 -4px 5px;
	}
	div#CAT_NAVI_COL ul {/* ebene0 */
		margin: 0 0 20px 0;
		float: left;
		overflow: hidden;
		width: 135px;
	}
		div#CAT_NAVI_COL ul li {
			float: left; /* avoids ie's 1px-li-bug */
		}
			div#CAT_NAVI_COL ul li a {
				clear: left; /* avoids ie's 1px-li-bug */
				width: 126px; /*135-2-7*/
				text-decoration: none;
				color: #000;
				display: block;
				padding: 4px 2px 5px 6px;
				border-bottom: 1px solid #ccc;
			}
			div#CAT_NAVI_COL ul li a.active {
				font-weight: bold;
				background: #BA0000;
				color: #FFF;
				border-bottom: none; 
			}
			div#CAT_NAVI_COL ul li a.active:hover {
				background-color: #BA0000;
			}
			div#CAT_NAVI_COL ul li a:hover {
				background-color: #e5e5e5;
			}
			div#CAT_NAVI_COL ul.themeshop {
			}
				div#CAT_NAVI_COL ul.themeshop li a {
					width: 118px;
					font-weight: bold;
					background: url("../images/star_red.gif") no-repeat 2px 4px;
					color: #000;
					padding-left: 14px;
				}
			div#CAT_NAVI_COL ul.themeshop li a:hover {
				background-color: #e5e5e5;
			}
				div#CAT_NAVI_COL ul ul { /* ebene1 */
					margin: 0;
					border-bottom: 1px solid #CCC; 
				}
					div#CAT_NAVI_COL ul ul li {
					}
						div#CAT_NAVI_COL ul ul li a {
							background: url("../images/arrow_red.gif") no-repeat 4px 6px;
							padding-left: 15px;
							color: #ba0000;
							font-size: 11px;
							width: 117px;
							border-bottom: none; }
							div#CAT_NAVI_COL .depth_3 ul ul li a { color: #000000; background-image: url("../images/arrow_black.gif") }
							div#CAT_NAVI_COL .depth_4 ul ul li a { color: #000000; background-image: url("../images/arrow_black.gif") 
						}
							div#CAT_NAVI_COL ul ul li a.active {
								font-weight: bold;
								background: #CCC url("../images/arrow_black.gif") no-repeat 4px 6px;
								color: #000; }
								div#CAT_NAVI_COL .depth_3 ul ul li a.active { color: #ba0000; background: url("../images/arrow_red.gif") no-repeat 4px 6px; }
								div#CAT_NAVI_COL .depth_4 ul ul li a.active { color: #ba0000; background: url("../images/arrow_red.gif") no-repeat 4px 6px; 
							}
						div#CAT_NAVI_COL ul ul li a:hover {
							background-color: #e5e5e5;
							color: #BA0000; }
							div#CAT_NAVI_COL .depth_3 ul ul li a:hover { color: #000; }
							div#CAT_NAVI_COL .depth_4 ul ul li a:hover { color: #000; 
							}
							div#CAT_NAVI_COL ul ul li a.active:hover {
								background-color: #ccc;
								color: #000; }
								div#CAT_NAVI_COL .depth_3 ul ul li a.active:hover { color: #ba0000; background-color: #e5e5e5; }
								div#CAT_NAVI_COL .depth_4 ul ul li a.active:hover { color: #ba0000; background-color: #e5e5e5; 
							}
							div#CAT_NAVI_COL ul ul ul { /* ebene2 */
								border-bottom: none;
							}
								div#CAT_NAVI_COL ul ul ul li a {
									padding-left: 15px;
									background: none;
									color: #000;
									width: 117px; /*126-6*/ 
									font-size: 11px; }
									div#CAT_NAVI_COL .depth_3 ul ul ul li a { color: #ba0000; background: none }
									div#CAT_NAVI_COL .depth_4 ul ul ul li a { color: #ba0000; background: none 
								}
								div#CAT_NAVI_COL ul ul ul li a:hover {
									color: #000; }
									div#CAT_NAVI_COL .depth_3 ul ul ul li a:hover { color: #ba0000; background: #e5e5e5 }
									div#CAT_NAVI_COL .depth_4 ul ul ul li a:hover { color: #ba0000; background: #e5e5e5 
								}
								div#CAT_NAVI_COL ul ul ul li a.active {
									font-weight: bold;
									background: none; }
									div#CAT_NAVI_COL .depth_4 ul ul ul li a.active { background: none }

								div#CAT_NAVI_COL ul ul ul ul { /* ebene3 */
								}
									div#CAT_NAVI_COL ul ul ul ul li a {
										color: #ba0000; 
									}
										div#CAT_NAVI_COL ul ul ul ul li a:hover {
											color: #ba0000;
										}
										div#CAT_NAVI_COL ul ul ul ul li a.active {
											font-weight: bold;
											color: #ba0000;
											background: none; 
										}
																		
	div#CAT_NAVI_COL ul li div.balloon {
		display: none;
	}
	div#CAT_NAVI_COL ul li IFRAME.balloon_iframe {
		display: none;
	}
* html div.FACETS { /* ie6 */
	width: 152px;
	}
	div.FACETS {
		float: left;
	}
		div.FACETS a.normal {
			width: 135px; height: 17px;
			display: block;
			margin: 0 10px 20px 0; padding: 1px 0 0 5px;
			background: url(../images/facets_button.gif) no-repeat 0 1px;
			border: 1px solid #CCC;
			text-decoration: none;
		}
			div.FACETS a.active {
				background: url(../images/facets_button.gif) no-repeat 0 -16px;
				padding-left: 16px;
				width: 124px;
				font-weight: bold;
				border: 1px solid #BA0000;
			}
			div.FACETS a:hover {

			}
		div.FACETS:hover div.facets_dropdown {
			display: block;
			overflow: auto;
		}
		div.facets_dropdown {
			width: 198px;
			overflow: auto;
			position: absolute;
			background: #FFF;
			z-index: 10000;
			border: 1px solid #CCC;
			margin: -20px 0 0 0; padding: 4px 2px;
			display: none;
		}
			div.facets_dropdown a.normal {
				width: auto; height: auto;
				margin: 0; padding: 4px 8px;
				text-decoration: none;
				border: 0;
				border-bottom: 1px dotted #E5E5E5;
				color: #000;
				background: none;
			}
				div.facets_dropdown a.active {
					background: #FFF;
					width: auto;
					padding: 4px 8px;
					font-weight: normal;	
					background: #E5E5E5 url(../images/check_green.gif) no-repeat 5px center;
					border: none;
					padding-left: 20px;		
				}
				div.facets_dropdown a.active:hover {
					background: #E5E5E5 url(../images/check_green.gif) no-repeat 5px center;
				}
				div.facets_dropdown a:hover {
					background: #E5E5E5;
				}
	div.FACETS:hover div.facets_layer {
		display: block;
		overflow: hidden;
	}
	div.facets_layer {
		width: 750px;
		position: absolute;
		left: 155px;
		background: #FFF;
		z-index: 10000;
		border: 1px solid #CCC;
		margin: -20px 0 0 0; padding: 1px 0;
		display: none;
	}
		div.facets_layer div.top_group {
			width: 760px;
			float: left;
		}
			div.facets_layer div.top_group div.top_group_hdl {
				height: 20px; width: 137px; /* 142-5 */
				overflow:hidden;
				margin-left: 10px;
				padding: 5px 0 0 5px;
				font-size: 11px;
			}
		div.facets_layer div.facet_element {
			height: 18px; width: 140px;
			float:left;
			overflow:hidden;
			margin-left: 10px;
			font-size: 11px;
			border: 1px dotted white;
		}
		div.facets_layer div.active {
			background: #E5E5E5;
			font-weight: bold;
		}
			div.facets_layer div.facet_element:hover {
				background: #E5E5E5;
			}
			div.facets_layer div.facet_element div.fe_checkbox {
				width: 20px;
				float: left;
			}
			div.facets_layer div.facet_element div.fe_name {
				width: 120px;
				padding: 2px 0 0 0;
				float: left;
			}
				div.facets_layer div.facet_element div.fe_name a {
					text-decoration: none;
					display: block;
				}

			
/*Facets Navigation*/

.facets_navi_left
{
	 margin-left: 1px;
	 background-color: #FFF;
	 border: 0px solid #FFF;
	 color: #aaaabb; 
	 text-decoration: none;
	 padding-left: 5px;
}
	.facets_navi_left a {
		text-decoration: none; 
		color: #A3A3A3; 
		display: block; 
	}

.list_entry a { 
	padding-left: 16px;
	text-decoration: none; 
	background: url('../images/checkbox_facet_0.gif') no-repeat 0 0;
}
	.list_entry a:hover { 
		color: #ba0000;
	}
		.list_entry a.facet_active {
			font-weight: bold; 
			background-image: url('../images/checkbox_facet_1.gif');
		}

.facet_head
{
	color: #bb0000; 
	font-weight:bold;  
	border-bottom: 1px solid #cccccc; 
	margin-bottom:5px;
	padding-bottom: 5px;
}

.facet_show_all_entrys
{
	color: #ffffff;
	text-align: right;
	margin-top: 0px;
	border-bottom: 1px solid #cccccc;
	padding: 0 5px 5px 5px;
	cursor: pointer;
}
	.facet_show_all_entrys a {
		text-decoration: none;
		color: #ba0000; text-align: right;
	}

.facet_show_category
{
	font-weight:bold;   
	margin-left: 5px;
	padding-bottom: 25px;
	cursor: pointer;
	font-size: 12px;
}

.facet_show_category a {
	text-decoration: none; 
	color: #bb0000;
}
div#CONTENT {
	float: left;
	width: 865px;
	overflow: hidden;
	line-height: 1.4em;
}
	div#CONTENT h1 {
		font-size: 1.4em;
		font-weight: bold;
		margin: 0 0 20px 0;
	}
	div.input_label {
		clear: left;
		float: left;
		width: 100px;
		padding: 2px;
		font-size: 11px;
	}

	div.input_data {
		float: left;
		width: 340px;
		padding: 2px;
	}

	div.input_data_small {
		float: left;
		width: 150px;
		padding: 2px;
	}
	div.input_data_medium {
		float: left;
		width: 250px;
		padding: 2px;
		font-size: 11px;
	}

	div.input_label_checkbox {
		clear: left;
		float: left;
		width: 20px;
		padding: 0 2px 2px 2px;
	}

	div.input_label_radio {
		clear: left;
		float: left;
		width: 20px;
		padding: 4px 2px 2px 2px;
	}

	div.input_cover {
		position: absolute;
		margin: 1px 0 0 2px; padding: 2px 0 0 2px;
		height: 14px;
		color: #A3A3A3;
		font-style: italic;
		cursor: text;
		text-align: left;
		font-size: 11px;
	}

	.right_margin{
		margin: 0 26px 0 0;
	}

	.submit {
		margin: 0 4px 0 0;
	}
	.margin_checkout {
		margin: 0 0 0 104px;
	}
	.img_border {
		/*border: 1px solid #CCC;*/
	}
	a img.img_border:hover {
		/*border: 1px solid #a3a3a3;*/
	}
	.img_margin {
		margin: 4px 10px 0 0;
	}
	.mandatory_fields_hint {
		padding: 10px 0 0 0;
		font-style: italic;
		font-size: 11px;
	}
	table.article_table {
		width: 100%;
	}
		table.article_table tr.top_border td {
			border-top: 1px solid #CDCDCD;
		}

		table.article_table tr td {
			vertical-align: middle;
			padding: 2px 0;
			font-size: 11px;
		}
	div.hdlframe {
		background: #F6F2F2;
		border: 1px solid #CCC;
		border-bottom: none;
		font-weight: bold;
		margin: 10px 0 0 0; padding: 4px;
		overflow: hidden;
	}
	div.hdlframe_cross_selling {
		font-weight: bold;
		padding: 20px 5px 10px 5px;
	}
	div.hdlframe_tab {
		float: left;
		background: #F6F2F2;
		border: 1px solid #CCC;
		border-bottom: none;
		font-weight: bold;
		margin: 10px 0 0 0; padding: 4px;
		overflow: hidden;
	}
	div.hdlframe_tab_inactive {
		float: left;
		background: #F6F2F2;
		border: 1px solid #CCC;
		border-bottom: none;
		font-weight: bold;
		margin: 12px 0 0 0; padding: 3px 4px;
		overflow: hidden;
	}
		div.hdlframe_tab_inactive a {
			color: #a3a3a3;
			text-decoration: none;
		}
		.s_hdl {
			width: 115px;
		}
		.m_hdl {
			width: 200px;
		}
		.l_hdl {
			width: 300px;
		}

	div.contframe {
		background: #FFF;
		border: 1px solid #CCC;
		padding: 10px 4px;
		margin: 0 0 10px 0;
		overflow: hidden;
	}
		div.contframe ul li {
			list-style: disc inside;
		}
		div.contframe_cross_selling {
		}
		.s_cont {
			width: 115px;
		}
		.sm_cont {
			width: 265px;
		}
			.sm_cont .input_data {
			width: 150px;
		}
		.m_cont {
			width: 460px;
		}
		.l_cont {
			width: 670px;
		}
		.xl_cont {
			width: 740px;
		}
		.contframe .price2 {
			font-size: 9px;
		}
	div#layerframe {
		position: absolute;
		top: 0; left: 0;
		background: #FFF;
		border: 4px solid #ba0000;
		margin: 160px 0 0 315px; padding: 20px;
		overflow: hidden;
		z-index: 200;
		line-height: 1.4em;
	}
		div#layerframe h2 {
			font-weight: bold;
			margin: 0 0 10px 0;
		}
		div#layerframe input:focus, div#layerframe textarea:focus {
			background: #CCC;
		}
		.m_layer {
			width: 460px;
		}
		.l_layer {
			width: 640px;
		}
	div#layerframe_fullimage {
		width: 470px/*640*/;
		position: absolute;
		top: 0; left: 0;
		background: #FFF;
		border: 4px solid #ba0000;
		margin: 20px 0 0 215px; padding: 20px;
		overflow: hidden;
		z-index: 200;
		line-height: 1.4em;
	}
	IFRAME#layeriframe {
		position: absolute;
		top: 0; left: 0;
		z-index: 199;
		margin: 160px 0 0 315px; padding: 0 24px;
	}
	IFRAME#layeriframe_fullimage {
		width: 478px/*648px*/;
		position: absolute;
		top: 0; left: 0;
		z-index: 199;
		margin: 20px 0 0 215px; padding: 0 20px;
	}

	div#SERVICE_LEFT_CONTENT {
		float: left;
		margin: 20px 0 20px 20px;
		display: inline; /* verhindert ie's doppelter-margin bug */
		overflow: hidden;
		line-height: 2em;
	}

		div#SERVICE_LEFT_CONTENT ul{margin-left:10px;}
		div#SERVICE_LEFT_CONTENT ul li{ list-style:none; margin:0 0 10px 0;}
		div#SERVICE_LEFT_CONTENT ul li ul{margin-left:10px;}
		div#SERVICE_LEFT_CONTENT ul li ul li{margin-left:20px;}

	div#LEFT_CONTENT {
		float: left;
		margin: 20px 0 20px 20px;
		display: inline; /* verhindert ie's doppelter-margin bug */
		overflow: hidden;
		line-height: 2em;
	}

		div#LEFT_CONTENT ul{margin-left:10px;}
		div#LEFT_CONTENT ul li{ list-style:none;}
		div#LEFT_CONTENT ul li ul{margin-left:10px;}
		div#LEFT_CONTENT ul li ul li{margin-left:20px;}

		.s_left {
			width: 100px;
		}
		.m_left {
			width: 200px;
		}
	div#MAIN_CONTENT {
		float: left;
		margin: 20px 10px;
		display: inline;
		overflow: hidden;
	}
		.s_main {
			width: 470px;
		}
		.m_main {
			width: 680px;
		}


	div#RIGHT_CONTENT {
		float: right;
		width: 134px;
		margin: 17px 16px 20px 0;
		display: inline;
		overflow: hidden;
	}


	#FORMULAR {}

		#FORMULAR div.input_label {
			clear: left;
			float: left;
			padding: 2px;
		}
		#FORMULAR .s_size{	width: 100px; }
		#FORMULAR .m_size{	width: 150px; }
		#FORMULAR .l_size{	width: 300px; }

		#FORMULAR div.input_data {
			float: left;
			width: 250px;
			padding: 2px;
		}

		#FORMULAR div.textarea {
			float: left;
			width: 350px;
			padding: 2px;
		}

		#FORMULAR .button {
			clear:left;
		}

		#FORMULAR textarea{
			width:275px;
			height:150px;
		}

		div#MAINTEASER {
			width:689px; /*genaue breite muss noch ermittelt werden */
			height:336px;
			float:left;
		}
		
		div#MAINTEASER div.main {
				position:absolute;
				top:100px;
				left:130px;
				z-index:10;
		}
		
			div#MAINTEASER div.main_left1 {
				position:absolute;
				top:170px;
				left:160px;
				z-index:11;
			}
			div#MAINTEASER div.main_left2 {
				position:absolute;
				top:255px;
				left:160px;
				z-index:11;
			}
			div#MAINTEASER div.main_left3 {
				position:absolute;
				top:340px;
				left:160px;
				z-index:11;
			}
			div#MAINTEASER div.main_middle{
				position:absolute;
				top:270px;
				left:380px;
				z-index:11;
			}
			div#MAINTEASER div.main_right {
				position:absolute;
				top:270px;
				left:600px;
				z-index:11;
			}

		.teaserblock {
			width:865px;
			height: 150px;
			float:left;
		}
		div#TOPTEN {
			overflow:hidden;
			width:174px;
			height:336px;
			float:left;
			color:#BA0000;
		}
		div#TOPTEN a { color:#BA0000; }

		div#TOPTEN ul{
			margin:100px 0 0 35px;
			list-style-type:none;
			list-style-position:outside;
		}
		div#TOPTEN ul li {
			width:140px;
			line-height:2em;
			overflow:hidden;
			float:left;
		}
		div#TOPTEN ul li .name{
			width:85px;
			height:20px;
			float:left;
			overflow:hidden;
		}
		div#TOPTEN ul li .price{
			width:45px;
			overflow:hidden;
			font-weight:bold;
		}


	div#SERVICE {
		float: left;
		width: 865px;
		overflow: hidden;
		line-height: 1.4em;
	}

	div #EMPTY_CONT{ height:520px;}

	div#PRODUCT_OVERVIEW {
		width: 780px;
		margin: 12px 20px 20px 20px;
	}
		div.variant_layer {
			width: 180px;
			position: absolute;
			bottom: 40%; left: 0;
			z-index: 100;
			text-align: center;
			background: #FFF;
			border: 4px solid #ba0000;
			margin: -50px 0 0 420px; padding: 20px;
			overflow: hidden;
			line-height: 1.4em;
		}
	html>body div.variant_layer {
		position: fixed;
	}
			div.variant_layer table {
				margin: 0 auto;
			}
				div.variant_layer table td {
					padding: 2px;
				}
	
	div.stock_layer_link {
			margin: 0 0 0 0; padding: 0 0 0 0;
			width: 1px;
	}
	
	div.stock_layer_link a {
			margin: 0 0 0 0; padding: 0 0 0 0;
			/*background: url(../images/facets_button.gif) no-repeat 0 1px;*/
			text-decoration: none;
	}
	div.stock_layer_link a.active {
			/*background: url(../images/facets_button.gif) no-repeat 0 -16px;*/
			
	}
	div.stock_layer_link a:hover {
		
	}
	
	div.stock_layer_link:hover div.stock_layer {
			visibility: visible;
			overflow: auto;
		}
		
	
	div.stock_layer {
		
			position: absolute;
			
			/*left:0;
			top:0; */
			min-width:15px;
			z-index: 100;
			text-align: left;
			background: #FFF;
			border: none;
			margin: 0 0 0 0; padding: 0px;
			overflow: hidden;
			line-height: 1.4em;
			visibility: hidden;
		}
	  table.stock_quick {
			
			min-width: 55px;
			border: 1px solid #ba0000;
			text-align: left;
			background: #FFF;
			margin: 0 0 0 0; padding: 0px;
			overflow: hidden;
			line-height: 1.4em;
		}
		td.stock_quick_color {
			
			min-width: 55px;
			text-align: left;
			vertical-align: top;
			background: #FFF;
			border-left: 1px solid #ba0000;
			margin: 0 0 0 0; padding: 0 5px 0 5px;
			overflow: hidden;
			line-height: 1.4em;
		}
		div.stock_quick_head {
			min-width: 50px;
			text-align: left;
			vertical-align: top;
			background: #FFF;
			margin: 0 0 0 0; padding: 0px;
			overflow: hidden;
			height: 40px;
		}
		div.stock_quick_line {
		
			text-align: left;
			vertical-align: top;
			background: #FFF;
			margin: 0 0 0 0; padding: 0px;
			overflow: hidden;
			height: 20px;
		}
		div.stock_layer_legende {
			text-align: left;
			margin: 0 0 0 0; padding: 5px;
		}
		div.stock_quick_next_dlv_date {
			color:#ba0000;
		}
		span.stock_quick_next_dlv_date {
			color:#ba0000;
		}
		td.groessen {
			
			text-align: left;
			vertical-align: text-top;
			background: #FFF;
			margin: 0 0 0 0; padding: 0 5px 0 5px;
			overflow: hidden;
			line-height: 1.4em;
			min-width: 55px;
		}
		div.STARS {
			width: 101px;
			float: left;
		}
			div.STARS div.stars0 {
				height: 18px; width: 101px;
				overflow: hidden;
			}
			div.STARS div.stars1 {
				height: 18px;
				overflow: hidden;
				margin-top: -18px;
			}
				div.STARS div.stars1 a {
					float: left;
					margin-top: -10px;
					width: 10px;
					height: 10px;
					border: 1px solid black;
				}
				.star_rating {
					list-style:none;
					width: 101px;
					height: 18px;
					position: relative;
					margin-top: -18px;
				}
				.star_rating:hover {
					background: url(../images/stars_under.gif) top left no-repeat;
				}
				.star_rating li {
					/*\*/
					float: left;
					/* */
				}
				.star_rating li a {
					display: block;
					border: 1px solid white;
					width: 19px;
					height: 18px;
					text-decoration: none;
					text-indent: -9000px;
					z-index: 20;
					position: absolute;
					margin: -1px 0 0 -1px;
				}
				.star_rating li a:hover {
					background: url(../images/stars_over.gif) top left no-repeat;
					z-index: 1;
					left: 0;
				}
				.star_rating a.one_star{
					left: 0;
				}
				.star_rating a.one_star:hover{
					width: 20px;
				}
				.star_rating a.two_star{
					left: 20px;
				}
				.star_rating a.two_star:hover{
					width: 40px;
				}
				.star_rating a.three_star{
					left: 40px;
				}
				.star_rating a.three_star:hover{
					width: 60px;
				}
				.star_rating a.four_star{
					left: 60px;
				}
				.star_rating a.four_star:hover{
					width: 80px;
				}
				.star_rating a.five_star{
					left: 80px;
				}
				.star_rating a.five_star:hover{
					width: 101px;
				}
		div.stars_text {
			padding: 2px 0 0 6px;
			float: left;
			width: 200px;
		}
		div.REDSTARS {
			width: 61px;
			height: 6px; /* 10-4 */
			margin: 4px 0 6px 0;
		}
			div.REDSTARS div.stars0 {
				height: 10px; width: 61px;
				overflow: hidden;
			}
			div.REDSTARS div.stars1 {
				height: 10px;
				overflow: hidden;
				margin-top: -10px;
			}
			div.REDSTARS:hover div.RATING_OVERVIEW_LAYER {
				display: block;
				margin: -80px 0 0 -73px;
				width: 134px; height: 81px;
				border: 1px solid #d5d5d5;
				background: #FFF;
			}
			div.REDSTARS div.RATING_OVERVIEW_LAYER {
				position: relative;
				z-index: 1;
				display: none;
				margin: -80px 0 0 -73px;
				width: 134px; height: 81px;
				border: 1px solid #d5d5d5;
				background: #FFF;
			}
			    div.REDSTARS div.RATING_OVERVIEW_LAYER .rating_row {
				    height: 13px; width: 134px;
				    overflow: hidden;
				    font-size: 10px;
			    }
				div.REDSTARS div.RATING_OVERVIEW_LAYER .rating_row .label {
					width: 46px; /* 48-2 */
					float: left;
					padding: 0 2px 0 0;
					text-align: right;
					/* letter-spacing: -1px; */
				}
				div.REDSTARS div.RATING_OVERVIEW_LAYER .rating_row .indicator {
					margin: 3px 0 0 0;
					width: 50px;
					float: left;
					background: #f1cccc;
				}
				    div.REDSTARS div.RATING_OVERVIEW_LAYER .rating_row .indicator .indicator_ratio {
					background: #ba0000;
					width: 0px;
					overflow: hidden;
				    }
				div.REDSTARS div.RATING_OVERVIEW_LAYER .rating_row .value {
					width: 34px; /*36-2*/
					float: left;
					color: #a3a3a3;
					padding: 0 0 0 2px;
				}
			    div.REDSTARS div.RATING_OVERVIEW_LAYER .rating_avg_row {
				    height: 12px; width: 134px;
				    font-size: 10px;
				    color: #a3a3a3;
				    margin: 2px 0 0 0;
			    }
				div.REDSTARS div.RATING_OVERVIEW_LAYER .rating_avg_row .value {
					width: 68px;
					float: left;
					padding: 0 4px 0 0;
					text-align: right;
				}
				div.REDSTARS div.RATING_OVERVIEW_LAYER .rating_avg_row .stars {
					width: 62px;
					float: left;
					margin: 2px 0 0 0;
				}

		div#crumbpath {
			float: left;
			width: 440px;
			padding: 2px 0 0 5px;
			color: #ba0000;
		}
			div#crumbpath h1{
				color:#ba0000;
				font-size: 12px;
				display:inline;
			}
			div#crumbpath a {
				color: #ba0000;
				text-decoration: none;
			}
				div#crumbpath a.fake_h1 {
					font-size: 12px;
					font-weight:bold;
					display:inline;
					color: #ba0000;
					text-decoration: none;
				}

				div#crumbpath a.fake_h1:hover{
				 text-decoration:none;
				}

				div#crumbpath a:hover {
					text-decoration: underline;
				}


		div.BACK_TO_GIFTSHOP{
			float:left;
			width:440px;
			height:50px;
			background-image:url(../images/b_back_to_start.gif);
			background-repeat:no-repeat;
			background-position:top left;
		}
			div.BACK_TO_GIFTSHOP .overlay{
				width:236px;
				position:absolute;
				z-index:3;
			}
			div.BACK_TO_GIFTSHOP .text{
				text-align:center;
				position:absolute;
				z-index:1;width:180px;
				height:50px;
				margin:14px 0 0 35px;
				font-weight:bold;
			}

		div.ARTICLE_PAGING {
			float: right;
			height: 23px; width: 280px;
			text-align: right;
			padding: 0 30px 5px 0;
		}
			div.ARTICLE_PAGING .pages {
				float: left;
				width: 75px;
				padding: 2px 6px 0 0;
			}
			div.ARTICLE_PAGING .arrow {
				float: left;
				padding: 1px 4px 0 0;
			}
			div.ARTICLE_PAGING b {
				display: block;
				float: left;
				height: 15px; width: 16px;
				margin: 1px 4px 0 0; padding: 1px 0 0 0;
				background: #CCC;
				text-align: center;
			}
			div.ARTICLE_PAGING a.page {
				display: block;
				float: left;
				height: 15px; width: 16px;
				margin: 1px 4px 0 0; padding: 1px 0 0 0;
				text-align: center;
				text-decoration: none;
			}
			div.ARTICLE_PAGING a.page:hover {
				background: #e5e5e5;
			}
		div.PRODUCT_SMALL {
			float: left;
			width: 144px;
			height: 322px;
			margin: 0 8px 8px 0;
			overflow: hidden;
			background: url(../images/product_small_bg.gif) no-repeat;
		}
			div.PRODUCT_SMALL .img {
				width: 140px;
				height: 210px;
				overflow: hidden;
				margin: 1px;
			}
				div.price_overlay {
					height: 55px; width: 86px;
					overflow: hidden;
					background: url(../images/price_overlay_small.gif);
					margin: -59px 0 0 50px;
					position: relative;
					text-align: center;
					font-size: 10px;
					color: #000;
				}
					div.price_overlay div.title {
						height: 13px; width: 86px;
						overflow: hidden;
					}
					div.price_overlay div.old_price {
						height: 20px; /*28-16*/ width: 39px;
						overflow: hidden;
						float: left;
						padding: 8px 0 0 0;
					}
					div.price_overlay div.new_price {
						height: 16px; /*28-12*/ width: 45px; /*48-2*/
						overflow: hidden;
						font-size: 12px;
						font-weight: bold;
						float: left;
						text-align: right;
						padding: 12px 2px 0 0;
					}
					div.price_overlay div.discount {
						height: 10px; width: 86px;
						clear: left;
					}
				div.price_overlay_round {
					height: 126px; width: 99px;
					overflow: hidden;
					background: url(../images/price_overlay_round_bg.gif) no-repeat 0 27px;
					margin: -59px 0 0 50px;
					position: relative;
					text-align: center;
					font-size: 10px;
					color: #000;
					font-family: Verdana, Helvetica, sans-serif;
				}
				    div.price_overlay_round div.label {
					    width: 44px; height: 45px;
					    position: absolute;
					    right: 10px;
				    }
				    div.price_overlay_round div.title {
					    width: 74px;
					    height: 20px;
					    overflow: hidden;
					    margin: 0 0 0 13px;
					    position: absolute;
					    top: 45px;
					    left: 0px;
					    font-weight: bold;
					    line-height: 10px;
				    }
				    div.price_overlay_round div.new_price {
					    width: 90px;
					    overflow: hidden;
					    margin: 0 0 0 4px;
					    padding: 0 0 10px 0;
					    position: absolute;
					    top: 73px;
					    font-weight: bold;
					    font-size: 22px;
					    left: 0px;
					    letter-spacing: -1px;
				    }
					div.price_overlay_round span.upper {
						vertical-align:super;
						font-size: 12px;
						margin: 0 0 0 -2px;
					}
				    div.price_overlay_round div.old_price {
					    height: 15px;
					    text-align: right;
					    overflow: hidden;
					    position: absolute;
					    right: 0;
					    top: 100px;
					    font-weight: bold;
					    background: url(../images/price_overlay_bar_left.gif) no-repeat left;
				    }
					div.price_overlay_round div.old_price .barkauf {
						float: left;
						height: 15px;
						margin: -1px 0 0 2px;
						font-size: 7px;
						text-transform: uppercase;
					}
					div.price_overlay_round div.old_price .old_price_price {
						float: left;
						height: 15px;
						font-size: 10px;
						padding: 0 3px 0 0;
						letter-spacing: -1px;
					}
					div.price_overlay_round div.old_price .old_price_end {
					    width: 3px; height: 15px;
					    overflow: hidden;
					    margin: 0 0 0 13px;
					    position: absolute;
					    top: 0; right: 0;
					    background: url(../images/price_overlay_bar_right.gif) no-repeat right;
					}
			div.PRODUCT_SMALL .txt{
				width: 142px;
				height: 86px;
				overflow: hidden;
				margin: 0 1px 0 1px;
			}
				div.PRODUCT_SMALL .txt h2{
					width: 136px; /* 140-2-2 */
					height: 42px;
					overflow: hidden;
					font-size: 11px;
					padding: 0 2px 0 2px;
					text-align: center;
				}
				div#PRODUCT_DETAILS div.PRODUCT_SMALL .txt h2{
					margin: 0;
				}
					div.PRODUCT_SMALL .txt h2 a{
						font-weight: bold;
						text-decoration: none;
					}
						div.PRODUCT_SMALL .txt h2 a:hover{
							color: #ba0000;
						}
					div.PRODUCT_SMALL .txt .price{
						float: left;
						width: 71px; /* 75-4 */
						padding: 0px 0 0 4px;
						font-size: 10px;
					}
						div.PRODUCT_SMALL .budgetshop .txt .price .old_price{
							font-size: 12px;
							text-decoration: line-through;
							font-weight: bold;
						}
						div.PRODUCT_SMALL .budgetshop .txt .price .discount{
							font-size: 14px;
							/*color: red;*/
							font-weight: bold;
							margin-top: -1px;
						}
						div.PRODUCT_SMALL .txt .price strong{
							font-size: 12px;
						}
							div.PRODUCT_SMALL .txt .price strong .from_price{
								font-size: 10px;
								font-weight: normal;
							}
						div.PRODUCT_SMALL .txt .price2{
							font-size: 9px;
						}
					div.PRODUCT_SMALL .budgetshop .link .big_price {
							font-size: 16px;
							font-weight: bold;
							text-align: right;
							margin: 26px 4px 0 0;
						}
						div.PRODUCT_SMALL .budgetshop .link .red_txt {
							color: red;
						}
						div.PRODUCT_SMALL .budgetshop .link .big_price .from_price {
							font-size: 11px;
							font-weight: normal;
							position: relative;
							margin-left: -20px;
						}
						div.PRODUCT_SMALL .budgetshop .link .big_price .currency {
							font-size: 11px;
							font-weight: normal;
						}
					div.PRODUCT_SMALL div.REDSTARS {
						float: left;
						width: 61px;
						margin: 29px 0 0 0;
					}
						div.PRODUCT_SMALL div.REDSTARS div.stars0 {
							height: 10px; width: 61px;
							overflow: hidden;
						}
						div.PRODUCT_SMALL div.REDSTARS div.stars1 {
							height: 10px;
							overflow: hidden;
							margin-top: -10px;
						}
		div.PRODUCT_SMALL a.wishlist_add_item_quick {
			height: 46px; width: 69px;
			background: url(../images/btn_wishlist_add_item_quick.gif) 0 0 no-repeat;
			float: left;
			text-indent: -1000px;
			margin: 0 0 2px 1px;
		}
			div.PRODUCT_SMALL a.wishlist_add_item_quick:hover {
				background-position: 0 -26px;
			}
		div.PRODUCT_SMALL a.basket_add_item_quick {
			height: 46px; width: 69px;
			background: url(../images/btn_basket_add_item_quick.gif) 0 0 no-repeat;
			float: right;
			text-indent: -1000px;
			margin: 0 3px 2px 0;
		}
			div.PRODUCT_SMALL a.basket_add_item_quick:hover {
				background-position: 0 -26px;
			}
	div#PRODUCT_DETAILS {
		width: 780px;
		margin: 20px;
	}
		div#PRODUCT_DETAILS h2 {
			font-weight: bold;
			margin: 0 0 10px 0;
		}
		div#ARTICLE_NAVI {
			width: 780px;
			margin: 0 0 10px 0;
		}
		div#IMG_COL {
			width: 275px;
			float: left;
		}
			div#PRODUCT_IMG {
				height: 375px; width: 250px;
				overflow: hidden;
			}
			div#IMG_LINKS {
				width: 250px;
				padding: 5px 0 5px 0;
				font-size: 10px;
			}
				div#zoom {
					float: left;
				}
				div#flash_link {
					float: left;
				}
				div#measure_table {
					float: right;
				}
			div#PRODUCT_IMG_SMALL {
				width: 270px;
				overflow: hidden;
				margin: 10px 0;
			}
				div#PRODUCT_IMG_SMALL img {
					width: 119px;
					/*border: 1px solid #ccc;*/
					margin: 0 10px 10px 0;
				}
					div#PRODUCT_IMG_SMALL img:hover {
						/*border: 1px solid #a3a3a3;*/
					}
				div#PRODUCT_IMG_SMALL span {
					float: left;
					width: 119px;
					height: 178px;
					overflow: hidden;
					border: 1px solid #ccc;
					margin: 0 10px 10px 0;
				}
		div#TXT_COL {
			width: 500px;
			float: left;
		}
			div#TXT_COL h1 {
				padding-top: 3px;
			}
			div.item_text { }

			div.dvd_popup_link {
				padding: 20px 0 0 0;
				text-align: center;
			}
			div#DVD_POPUP {
				text-align: center;
			}
				div#DVD_POPUP p {
					margin: 20px 0;
				}
			div.rating_comment {
				color: #a3a3a3;
				font-style: italic;
				font-size: 11px;
				padding: 5px 0;
			}

			div.stock {
				padding: 20px 0 10px 0;
			}
			div.PRODUCT_OPTIONS {
				width: 500px;
				margin: 20px 0;
				font-size: 11px;
			}
				div.PRODUCT_OPTIONS .facet_select {
					font-size: 11px;
				}
				div.PRODUCT_OPTIONS .old_price {
					display: none;
					width: 320px;
					float: left;
					text-align: right;
					color: #FF0000;
					font-size: 14px;
				}
					div.PRODUCT_OPTIONS .old_price_cancelled {
						text-decoration:line-through;
					}
					div.PRODUCT_OPTIONS .discount {

					}
				div.PRODUCT_OPTIONS .size {
					vertical-align: top;
				}
				div.PRODUCT_OPTIONS .color {
					vertical-align: top;
				}
				div.PRODUCT_OPTIONS .price {
					text-align: right;
					font-size: 16px;
					font-weight: bold;
					padding: 17px 0 0 0;
					vertical-align: top;
				}
					div.PRODUCT_OPTIONS .price .price2 {
					margin: 4px 0 0 0;
					font-size: 11px;
					font-weight: normal;
				}
				div.PRODUCT_OPTIONS .qty {
					padding: 15px 0 0 4px;
					vertical-align: top;
				}
				div.PRODUCT_OPTIONS .buy_button {
					vertical-align: top;
					padding: 15px 0 0 0;
				}
		div.SET_ITEM { }

			div.order_also {
				margin: 3px 0 3px 0;
				float: left;
			}
				div.order_also .checkbox {
					float: left;
					background: #BA0000;
					height: 19px;
					overflow: hidden;
				}
				div.order_also a {
					background: #BA0000 url('../images/arrow_order_also.gif') no-repeat right center;
					text-transform: uppercase;
					/*height: 16px;*/
					padding: 2px 15px 2px 2px;
					float: left;
					color: #FFF;
					text-decoration: none;
				}
			div.SET_ITEM h2 {
				float: left;
				padding: 5px 0 0 8px;
			}
	div.label_additional_items {
		float: left;
		height: 75px; width: 20px;
		padding: 38px 0 0 0;
		font-size: 18px;
		font-weight: bold;
	}
	div.additional_item {
		float: left;
		height: 75px; width: 50px;
		padding: 8px 5px 0 5px;
	}
	div#CHECKOUT_NAVI {
		width: 676px; /* 680-1-1-1-1 */
		border: 1px solid #CCC;
		margin: 7px 0 25px 0;
		background: #F6F2F2;
	}
		div#CHECKOUT_NAVI ul {
			margin: 1px;
		}
			div#CHECKOUT_NAVI li {
				float: left;
				list-style: none;
			}
			div#CHECKOUT_NAVI a {
				text-decoration: none;
				padding: 7px 23px 7px 5px;
				display: block;
				background: #F6F2F2 url(../images/checkout_arrow_gray.gif) no-repeat right;
			}
			div#CHECKOUT_NAVI a.on {
				color: #FFF;
				background: #BA0000 url(../images/checkout_arrow_red_red.gif) no-repeat right;
			}
			div#CHECKOUT_NAVI a.active {
				font-weight: bold;
				background-image: url(../images/checkout_arrow_red_gray.gif);
			}

	* html div#DEFAULT_ADDRESS {
		position: relative; /* ie6 hack */
	}
	div#DEFAULT_ADDRESS {
		position: absolute;
		width: 470px;
		margin-top: -20px;
	}
	* + html div#DEFAULT_ADDRESS {
		position: relative; /* ie7 hack */
	}
		div#DEFAULT_ADDRESS .text {
			width: 425px;
			float: left;
			text-align: right;
			padding: 20px 0 0 0;
			font-weight: bold;
		}
		div#DEFAULT_ADDRESS .img {
			float: left;
			width: 40px;
		}
	table.formatted_table {
		border: 1px solid #CCC;
	}
		table.formatted_table th {
			background: #E56666;
			color: #FFF;
			padding: 2px;
			border: 1px solid #FFF;
			text-align: center;
			font-size: 11px;
		}
		table.formatted_table td {
			padding: 6px 4px 8px 4px;
			text-align: center;
			border-left: 1px solid #FFF;
			border-bottom: 1px solid #FFF;
			border-right: 1px solid #FFF;
			font-size: 11px;
		}
		table.formatted_table tr.toggle {
			background: #F6F2F2;
		}
	#MEASURE_TABLE .groesse {
				width: 50px;
				color: white;
				background: #9a0000;
				border-right: 2px solid #d2d2d2;
				border-bottom: 2px solid #d2d2d2;
				padding: 10px 0 10px 0;
				text-align: center;
				font-weight: bold;
				margin: 4px 17px;
		}
	#MEASURE_TABLE .headline {
		background: url(../images/measure_table/arrow.gif) #e56666 right no-repeat;
		color: white;
		padding: 0 0 0 8px;
		font-weight: bold;
		height: 25px;
		line-height: 1em;
		vertical-align: middle;
	}
	#MEASURE_TABLE .text {
		padding: 0 8px;
		vertical-align: top;
	}
	#MEASURE_TABLE td.input {
		background: #d5d5d5;
		height: 25px;
		text-align: center;
	}
	#MEASURE_TABLE input.input {
		background: white;
		padding: 0 0 0 4px;
	}
	#MEASURE_TABLE .bg_gray {
		background: #f1f1f1;
	}
	#AGE_VERIFICATION_IFRAME {
		position: absolute;
		left: 0;
		top: 0;
		width: 700px;
		height: 550px;
		margin: 70px 0 0 100px;
		padding: 0 50px 50px 50px;
	}
	#AGE_VERIFICATION_COVER {
		position: absolute;
		z-index: 1000;
		left: 0px;
		top: 0px;
		width: 1024px;
		height: 3000px;
		background: url(../images/cover.gif);
	}
		div#AGE_VERIFICATION
		{
			width: 700px;
			height: 550px;
			margin: 70px 0 0 100px;
			padding: 0 50px 50px 50px;
			border: 2px solid black;
			background: white no-repeat 0 0;
			font-size: 12px;
			line-height: 1.1em;
		}
			div#AGE_VERIFICATION #text
			{
				padding: 160px 0 0 390px;
			}
				div#AGE_VERIFICATION #text ul
				{
					padding: 0 0 0 15px;
				}
				div#AGE_VERIFICATION #text h2
				{
					font-weight: bold;
					padding: 0 0 10px 0;
				}
				div#AGE_VERIFICATION #text #submit_box
				{
					border: 1px solid red;
					padding: 10px;
					margin: 10px;
					text-align: center;
				}
				div#AGE_VERIFICATION #text #submit_box a
				{
					font-weight: bold;
				}

	#ONLINESEX_DISCLAIMER_IFRAME{
		position: absolute;
		left: 0;
		top: 0;
		width: 700px;
		height: 550px;
		margin: 70px 0 0 100px;
		padding: 0 50px 50px 50px;

	}
	#ONLINESEX_DISCLAIMER_COVER {
		position: absolute;
		z-index: 1000;
		left: 0px;
		top: 0px;
		width: 1024px;
		height: 3000px;
		background: url(../images/cover.gif);

	}
		div#ONLINESEX_DISCLAIMER
		{
			width: 700px;
			height: 550px;
			margin: 70px 0 0 100px;
			padding: 0 50px 50px 50px;
			border: 2px solid black;
			background: white no-repeat 0 0;
			font-size: 12px;
			line-height: 1.1em;

		}
		div#ONLINESEX_DISCLAIMER #text
			{
				padding: 90px 0 0 390px;
				text-align:center;
			}
				div#ONLINESEX_DISCLAIMER #text ul
				{
					padding: 0 0 0 15px;
				}
				div#ONLINESEX_DISCLAIMER #text h2
				{
					padding: 0 0 10px 0;
					font-size:26px;
					margin-bottom: 40px;

				}
				div#ONLINESEX_DISCLAIMER #text img
				{
					margin-top: 40px;

				}
				div#ONLINESEX_DISCLAIMER #text #submit_boxes
				{
					padding: 10px;
					margin: 10px;
					text-align: center;

				}
				div#ONLINESEX_DISCLAIMER #text #submit_boxes a
				{
					width: 134px;
					height: 30px;
					float: left;
					overflow: hidden;
					padding: 4px 0 0 0;
					margin: 30px 0 30px 0;
					text-decoration: none;
					color: #FFF;
					font-size: 12px;
					font-weight: bold;
				}

	#direct_order_table {
		width: 100%;
	}
		#direct_order_table * {
			margin: 1px;
		}
		#direct_order_table th {
			padding: 2px 4px;
		}
		#direct_order_table td {
			vertical-align: middle;
		}
		#direct_order_table input {
			width: 15px;
			text-align: center;
		}
	#direct_order_error {
		padding-left: 60px;
	}
	a.balloon_tip {
		position: relative;
	}
	a.balloon_tip span {
		display: none;
	}
/*	a.balloon_tip:hover {
		background-color: transparent;
	}*/
	a.balloon_tip:hover span {
		width: 400px;
		position: absolute;
		left: 100px; top: 0px;
		display: block;
		background: #FFFFFF;
		border: 1px solid #ba0000;
		text-decoration: none;
		padding: 3px;
		/*opacity: .9;
		filter: alpha(opacity=90);*/
		z-index: 99;
	}
		a.balloon_tip:hover span.under {
			left: 0; top: 20px;
		}

	div#LANDINGPAGE_MAIN_CONTENT {
		float: left;
		margin: 10px 0px 10px 9px;
		display: inline;
		overflow: hidden;
		width: 610px;
	}
	  	div#LANDINGPAGE_MAIN_CONTENT div.mainteaser {
			width:598px; 
			height:192px;
			overflow: hidden;
			float:left;
		}
			div#LANDINGPAGE_MAIN_CONTENT div.mainteaser div.main {
					position:absolute;
					top:100px;
					left:130px;
					z-index:10;
			}
		div#LANDINGPAGE_MAIN_CONTENT div.mini_teaserblock {
			width:610px;
			float:left;
			margin:10px 0 0 0;
		}
			div#LANDINGPAGE_MAIN_CONTENT div.mini_teaser{
				width:192px;
				float:left;
				background:#f8f8f8;
				margin: 0 11px 0 0;
				overflow: hidden;
			}
				div#LANDINGPAGE_MAIN_CONTENT .teaser_image{
					width:192px;
					border:0px;
				}
			 	div#LANDINGPAGE_MAIN_CONTENT .teaser_text{
					width:192px;
					
				}
	    		div#LANDINGPAGE_MAIN_CONTENT .teaser_text h2{
	    			font-weight: bold;
	    			font-size: 14px;
				    margin: 5px 0 10px 7px;
					}
					div#LANDINGPAGE_MAIN_CONTENT .teaser_text a{
							padding: 0 0 3px 23px;
							text-decoration: none;
							background: url(../images/arrow_red.gif) no-repeat 8px 6px;
							display: block;
					}
					div#LANDINGPAGE_MAIN_CONTENT .teaser_text a:hover{
						color: #ba0000;
					}
		div#LANDINGPAGE_MAIN_CONTENT div.facetts_mainteaser{
			width:598px;
			height:110px;
			overflow: hidden;
			float:left;
			}

			div#LANDINGPAGE_MAIN_CONTENT div.facetts_teaser{
				width:192px;
				float:left;
				background:#f8f8f8;
				margin: 0 11px 0 0;
				overflow: hidden;
			}
				div#LANDINGPAGE_MAIN_CONTENT .facetts_teaser_text{
					width:192px;
				}
					div#LANDINGPAGE_MAIN_CONTENT .facetts_teaser_text h2{
	    				font-weight: bold;
	    				font-size: 14px;
				    	margin: 5px 0 10px 7px;
					}
				
								
		div#LANDINGPAGE_MAIN_CONTENT div.promoarticleblock {
			width:610px;
			float:left;
			margin: 10px 0 0 0px;
		}

	div#LANDINGPAGE_RIGHT_CONTENT {
		float: left;
		width: 192px;
		margin: 10px 0 10px 0;
		display: inline;
		overflow: hidden;
	}
		div#LANDINGPAGE_RIGHT_CONTENT div.infobox {
			width: 192px;
			margin: 10px 0 0 0;
			float: left;
			background: #f8f8f8;
		}
			div#LANDINGPAGE_RIGHT_CONTENT div.infobox h2 {
				font-size: 14px;
				font-weight: bold;
				margin: 5px 0 19px 8px;
			}
			div#LANDINGPAGE_RIGHT_CONTENT div.infobox .infofeld {
				width:192px;
				float: left;
				overflow:hidden;
				padding:0px;
				margin: 7px 0 10px 0;
			}
			div#LANDINGPAGE_RIGHT_CONTENT .combi_image{
				float:left;
				width:55px;
				overflow:hidden;
			}
			div#LANDINGPAGE_RIGHT_CONTENT .combi_text{
				margin:5px 0 0 0;
				height:100%;
				float:left;
				width:125px;
				overflow:hidden;
			}
			div#LANDINGPAGE_RIGHT_CONTENT .read_more{
				float:left;
				width:100px;
				overflow:hidden;
				margin: 18px 0 10px 55px;
			}
				div#LANDINGPAGE_RIGHT_CONTENT .read_more a{
					text-decoration: none;
					background: url(../images/arrow_red.gif) no-repeat 8px 4px;
					padding: 0 0 0 23px;
				}
					div#LANDINGPAGE_RIGHT_CONTENT .read_more a:hover{
						color: #ba0000;
					}			

div#TOPSELLER_LISTE {
	width: 192px;
	background: #f8f8f8;
	padding:0 0 3px 0;
}
	div#TOPSELLER_LISTE h2 {
		font-weight: bold;
		font-size: 14px;
		padding: 5px 0 7px 8px;
	}
	div.topseller {
		width: 192px;
		height: 53px;
 		margin: 0 0 1px 0;
		overflow: hidden;
	}
		div.topseller .topseller_number {
			float: left;
			width: 15px;
			font-size: 14px;
			font-weight: bold;
			text-align: right;
			margin: 2px 1px 0 0;
		}
		div.topseller .img {
			width: 37px;
			height: 52px;
			overflow: hidden;
			margin: 1px;
		}
			div.topseller .img img {
				height: 50px;
				border: 1px solid #d4d4d4;
			}
		div.topseller .txt{
			width: 125px;
			height: 50px;
			overflow: hidden;
			margin: 2px 0 0 0;
		}
			div.topseller .txt a{
				width: 120px;
				height: 32px;
				display: block;
				overflow: hidden;
				font-size: 11px;
				text-decoration: none;
			}
				div.topseller .txt a:hover{
					color: #ba0000;
				}
				div.topseller .txt .price {	}
div#delivery_date_block {
	margin: 0 auto;
	width: 240px;
}
.invent_qty_teaser {
	width: 100px; /* 104-4 */
	height: 104px;
	overflow: hidden;
	background: url('../images/invent_qty_bg.gif') no-repeat;
	padding: 0 4px 0 0;
	margin: 0 0 -104px 0;
	position: relative;
}
.invent_qty_teaser[class] { /* hidden for ie6 */
	background: url('../images/invent_qty_bg.png') no-repeat;
}
	.invent_qty_teaser .text1 {
		color: #FFF;
		font-weight: bold;
		margin: 24px 0 3px 30px;
	}
	.invent_qty_teaser .invent_qty {
		color: #FFF;
		font-weight: bold;
		font-size: 26px;
		text-align: center;
	}
	.invent_qty_teaser .text2 {
		color: #FFF;
		margin: 2px 0 0 2px;
		font-weight: bold;
		text-align: center;
	}
	.invent_qty_teaser .sold_out {
		color: #FFF;
		margin: 26px 0 0 0;
		font-size: 24px;
		line-height: 24px;
		font-weight: bold;
		text-align: center;
	}center, isindex, menu, dir,
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 101%;
    font-family: inherit;
    font-variant: inherit;
    vertical-align: baseline;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
/* Bugfixing */
/* http://www.positioniseverything.net/explorer/ie-listbug.html */
ul, ol, dl {
	position: relative
}
/* always show scrollbars with Firefox and Opera */
html {
	overflow: scroll
}
dt, em, strong, th, samp, dfn, h3, h4 { font-weight: bold; }
body {
	margin: 0; padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 65%;
	line-height: 1em;
	background: #F5F3F3;
}
td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
}
input, button {
	font-size: 11px;
}
img {
	border: none;
}
a {
	color: #000;
	text-decoration: underline;
}
	a:hover {
		text-decoration: none;
	}
a.icon_info {
	background: url('../images/icon_info_gray.gif') no-repeat 100% 2px;
	padding: 0 15px 0 0;
	text-decoration: none;
}
	a.icon_info:hover {
	background: url('../images/icon_info_red.gif') no-repeat 100% 2px;
	padding: 0 15px 0 0;
	text-decoration: none;
}
.clear { /* content needs &nbsp; */
	clear: both;
	height: 0.1px; /* pseudoheight for old browsers */
	line-height: 0; /* ie<=6 */
	font-size: 0; /* ie<=6 */
}
.input {
	padding: 1px;
	margin: 2px 2px 2px 0;
}
select {
	font-size: 11px;
}
.submit {
	/*display: block;*/
	background: #FFFFFF;
	border: 1px solid #CCC;
	margin: 2px 0;
	cursor: pointer;
	color: #000000;
}
a.submit {
	padding: 0 8px 0 9px;
	text-decoration: none;
	color: #000000;
}
.error {
	/*color: #4455ff;*/
	color: red;
	font-size: 11px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}
.table_sub_headline {
	background: #F6F2F2;
}
.bold {
	font-weight: bold;
}
.hint_light {
	color: #A3A3A3;
	font-style: italic;
}
hr {
	border: 1px solid #CCC;
}
#loader {
	position: absolute; 
	bottom: 45%; 
	left: 0; 
	margin: 0 0 0 465px; 
	height: 70px; width: 70px; 
}
html>body #loader { /* hidden for <= ie6 */ 
	position: fixed;
}
div#CONTAINER {
	width: 1000px;
	overflow: hidden;
	padding: 0 7px 0 0;
	background: #FFF url("../images/bg_container.gif") repeat-y 1000px 0;
}
	div#PARTNER_HEADER {
	 position:absolute;
	 	z-index:999;
	 	float:left;
		left:0px;
		top:0px;
		height:55px;
		overflow:hidden;
	}
	div#HEADER {
		height: 55px; width: 1000px;
		overflow: hidden;
	}
		div#HEADER_LEFT {
			z-index:10;
			height: 55px; width: 184px;
			float: left;
			overflow: hidden;
		}
		div#HEADER_CENTER {
			height: 55px; width: 616px;
			float: left;
			overflow: hidden;
		}
			div#slogan {
				position: absolute;
				top: 38px;
				margin-left: -35px;
			}
			div#LOGIN {
				clear: both;
				float: right;
				text-align: right;
			}
				div#LOGIN .login_cover {
					position: absolute; 
					left: 0; top: 0;
					padding: 2px 0 0 2px;
					height: 12px; width: 76px;
					overflow: hidden;
					color: #A3A3A3;
					font-style: italic;
					cursor: text;
					background: #FFFFFF;
					text-align: left;
				}
				div#LOGIN #login_cover_email {
					margin: 22px 0 0 604px;	
				}
				div#LOGIN #login_cover_password {
					margin: 22px 0 0 689px;	
				}
				div#LOGIN .input {
					width: 76px;
					height: 12px;
					float: left;
					margin: 0px 4px 2px 0;
				}
				div#LOGIN h2 {
					height: 12px; width: 150px;
					float: left;
					font-weight: bold;
					color: #a3a3a3;
					padding: 4px 8px 2px 0;
				}
				div#LOGIN .submit_special {
					float: left;
				}
				div#LOGIN #links {
					clear: both;
					color: #a3a3a3;
					text-decoration: none;
					font-size: 10px;
				}
					div#LOGIN #links a {
						color: #a3a3a3;
						text-decoration: none;
						font-size: 10px;
						padding-right: 15px;
					}
						div#LOGIN #links a:hover {
							color: #ba0000;
						}
		div#HEADER_RIGHT {
			height: 55px; width: 200px;
			float: left;
			overflow: hidden;
		}
			div#TOP_BASKET {
				height: 50px; /* 50- */ width: 172px; /* 172- */
				background: url("../images/bg_top_basket.gif") no-repeat 0 0;
				margin: 2px 0 0 24px; padding: 4px 0 0 11px;
				text-align: center;
			}	
				div#TOP_BASKET h2 {
					padding: 0 0 3px 0;
				}	
					div#TOP_BASKET h2 a {
						color: #a3a3a3;
						text-decoration: none;
						font-weight: bold;
					}
					div#TOP_BASKET h2 a.active {
						color: #ba0000;
						text-decoration: none;
						font-weight: bold;
					}
			div#TOP_BASKET div#direct_order_link {
				height: 15px; width: 172px;
				margin: 8px 0 0 -11px; padding: 2px 0 0 0;
			}
				div#TOP_BASKET div#direct_order_link a {
					color: #FFF;
					text-decoration: none;
					background: url("../images/direct_order_link.gif") no-repeat 0 2px;
					padding: 0 0 0 13px;
				}
			div#TOP_BASKET div#direct_checkout_link {
				height: 15px; width: 172px;
				margin: 8px 0 0 -11px; padding: 2px 0 0 0;
				background: url("../images/direct_checkout_bg.gif") no-repeat 5px 2px;
			}
				div#TOP_BASKET div#direct_checkout_link a {
					color: #FFF;
					text-decoration: none;
				}



div#LEFT_COL {
	float: left;
	width: 135px;
	overflow: hidden;
	padding: 0 0 10px 0;
}
	div#LEFT_COL h2 {
		font-size: 12px;
		font-weight: bold;
		color: #BA0000;
		padding: 0 0 13px 0;
	}
	div#LEFT_COL h2 a {
		color: #BA0000;
		text-decoration: none;
	}
		div#SEARCH {
			padding: 15px 0 0 2px;
		}
			div#SEARCH h2 {
				padding: 0 0 4px 3px;
			}
			div#SEARCH #search_input {
				height: 22px; width: 104px; 
				overflow: hidden;
				background: url('../images/bg_search_input.gif') no-repeat 0 0;
				float: left;
			}
				div#SEARCH #search_input input {
					height: 20px; width: 94px;
					padding: 1px 4px 0 4px;
					float: left; /* avoids ie's 1px-li-bug */
					background: none;
					border: 0;
				}
			div#SEARCH #search_submit {
				height: 22px; width: 29px;
				overflow: hidden;
				float: left;
			}
			div#SEARCH #search_detail_link {
				clear: left;
				padding: 0 0 0 3px;
			}
				div#SEARCH #search_detail_link a {
					color: #a3a3a3;
					text-decoration: none;
					font-size: 10px;
				}
					div#SEARCH #search_detail_link a:hover {
						color: #BA0000;
					}
			div#search_suggest {
				position: absolute;
				z-index: 999;
				width: 128px;
				background: url(../images/search_suggest_top.png) no-repeat;
				padding: 4px 0 0 0;
				margin: -14px 0 0 0;
				overflow: hidden;
			}
				div#search_suggest div#search_update {
					background: url(../images/search_suggest_bottom.png) no-repeat 0 100%;
					padding: 0 0 4px 0;
				}
					div#search_suggest div#search_update ul {
						background: url(../images/search_suggest_bg.png) repeat-y;
						margin: -2px 0 0 0;
						padding: 0 0 1px 0;
						list-style: none;
					}
						div#search_suggest div#search_update ul li a {
							display: block;
							width: 117px; /*121-4*/
							text-decoration: none;
							margin: 0 1px 1px 2px;
							padding: 4px 0 4px 4px;
							overflow: hidden;
						}
						div#search_suggest div#search_update ul li a#selected_suggest {
							background: #e5e5e5;
						}
							div#search_suggest div#search_update ul li a:hover {
								background: #e5e5e5;
							}
					div#search_suggest div#search_update ul li.close {
						font-size: 10px;
						color: #ba0000;
						text-align: right;
						cursor: pointer;
						padding: 2px 5px 0 2px;
					}
		div .GLOBALS {
			margin: 10px 0 10px 6px;
		}
			div .GLOBALS h2 {
					padding:0px;
					line-height: 1.1em;
				}
			div .GLOBALS .sub_navi_frame {
				margin-bottom:20px;
			}
			div .GLOBALS .sub_navi_point {
				margin-top:20px;
			}
			div .GLOBALS .sub_navi_point_text {
				margin-top:5px;
			}
			div .GLOBALS .sub_navi_point_image {
				margin-top:5px;
			}
			div .GLOBALS #core_values {
				width: 126px;
				overflow: hidden;
			}
				div .GLOBALS #core_values div {
					padding: 6px 0 6px 30px;
					line-height: 14px; }
					div .GLOBALS #core_values div.cv01 { background: url('../images/core_value01.gif') no-repeat 0 8px; }
					div .GLOBALS #core_values div.cv02 { background: url('../images/core_value02.gif') no-repeat 0 8px; }
					div .GLOBALS #core_values div.cv03 { background: url('../images/core_value03.gif') no-repeat 0 8px; }
						div .GLOBALS #core_values .pl div.cv03 { background-image: url('../images/core_value03_pl.gif'); }
					div .GLOBALS #core_values div.cv04 { background: url('../images/core_value04.gif') no-repeat 0 8px; }
					div .GLOBALS #core_values div.cv05 { background: url('../images/core_value05.gif') no-repeat 0 8px; }
					div .GLOBALS #core_values div.cv06 { background: url('../images/core_value06.gif') no-repeat 0 8px;
				}
				div .GLOBALS #core_values a {
					text-decoration: none;
				}


div#FOOTER { 
	padding: 0 7px 6px 0;
	width: 1000px;
	background: url("../images/bg_footer.gif") no-repeat bottom;
}	
div#FOOTER_BG {
	background: #e5e5e5;
	height: 100%;
}
	div#FOOTER_LOGO {
		text-align: center;
		width: 135px;
		float: left;
		padding: 5px 0;
		
	}	
	div#FOOTER_NAVI {
		width: 865px;
		float: left;
		color: #a3a3a3;
	}
		div#FOOTER_NAVI a {
			color: #a3a3a3;
			text-decoration: none;
		}
		div#FOOTER_NAVI a:hover {
			text-decoration: underline;
		}
		div#FOOTER_LINKS {
			text-align: center;
			line-height: 1.5em;
		}
			div#FOOTER_LINKS ul {
				padding: 10px;
				text-transform: uppercase;
			}
				div#FOOTER_LINKS ul li {
					display: inline;
					list-style: none;
					padding: 0 10px;
				}
		div#FOOTER_TXT {
			text-align: right;
			padding: 10px;
		}	
		
div#FLASH_MESSAGE {
	width: 250px; /* 300-40-10 */
	position: absolute;
	bottom: 50%; 
	left: 0;
	background: #FFF url("../images/flash_message_bg.jpg") no-repeat 100% 0;
	border: 4px solid #ba0000;
	margin: 200px 0 0 345px;
	padding: 10px 40px 10px 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	z-index: 200;
}
div#FLASH_ERROR_MESSAGE {
	width: 250px; /* 300-40-10 */
	position: absolute;
	bottom: 50%; 
	left: 0;
	background: #FFF url("../images/flash_error_message_bg.jpg") no-repeat 0 0;
	border: 4px solid #ba0000;
	margin: 200px 0 0 345px;
	padding: 10px 10px 10px 40px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
	z-index: 200;
}
IFRAME#flash_iframe { 
	width: 250px;
	position: absolute; 
	bottom: 50%; 
	left: 0;
	z-index: 199; 
	margin: 200px 0 0 345px;
	padding: 0 10px 0 40px;
	}
html>body #flash_iframe { /* hidden for <= ie6 */ 
	position: fixed;
}
html>body  #FLASH_ERROR_MESSAGE { /* hidden for <= ie6 */ 
	position: fixed;
}
html>body #FLASH_MESSAGE { /* hidden for <= ie6 */ 
	position: fixed;
}

div#SKYSCRAPER {
	position: absolute;
	top:77px;
	left:1010px;
}
/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

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

#lightbox{
	display:none;
	position: absolute;
	top:20px;
	left:50%;
	z-index:9999;
/*	width:810px;
	height:590px;*/ 
	margin-top: 20px;
	margin-left: -405px;
	/*border:1px solid #fff;*/
	/*background:#FDFCE9;*/
	text-align:left;
}
/*#lightbox[id]{ position:fixed; }*/

/*
#lightbox.loading {
	display: none;
}
*/

#lightbox #layer_type {
	position: inherit;
	width: 100%;
	height: 100%;
}
#overlay{
	display:none;
	visibility: hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
#overlay[id] {
	position:fixed;
	visibility: visible;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
	float: left;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}
#lightbox #layer_top {
	height: 10px;
	overflow: hidden;
	margin: 0 20px 0 0;
	background: url('../images/lightbox/layer_top.gif') no-repeat 0 0;
	cursor: move;
}
#lightbox div.giftshop #layer_top {
	background: url('../images/giftshop/layer_top.gif') no-repeat 0 0;
}
#lightbox #layer_top[id] { /* hidden for ie <= 6 */
	background: url('../images/lightbox/layer_top.png') no-repeat 0 0;
}
#lightbox div.giftshop #layer_top[id] { /* hidden for ie <= 6 */
	background: url('../images/giftshop/layer_top.png') no-repeat 0 0;
}
#lightbox #layer_left {
	float: left;
	width: 10px;
	height: 100%;
	overflow: hidden;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url('../images/lightbox/layer_left.gif') no-repeat 0 100%;
}
#lightbox div.giftshop #layer_left {
	background: url('../images/giftshop/layer_left.gif') no-repeat 0 100%;
}
#lightbox #layer_left[id] { /* hidden for ie <= 6 */
	background: url('../images/lightbox/layer_left.png') no-repeat 0 100%;
}
#lightbox div.giftshop #layer_left[id] { /* hidden for ie <= 6 */
	background: url('../images/giftshop/layer_left.png') no-repeat 0 100%;
}
#lightbox #layer_background {
	float: left;
	background: white;
	height: 100%;
	margin: -10px 0 0 0;
	/*width: 780px;*/
	width: 0px;
}
#lightbox div.giftshop #layer_background {
	background: url('../images/giftshop/giftshop_bg.gif') no-repeat white;
}
	#lightbox #layer_background  #layer_x_btn {
		height: 37px; width: 37px;
		float: right;
		position: relative;
		z-index: 100;
		margin: -10px -20px 0 0;
		background: url('../images/lightbox/layer_x_btn.gif') no-repeat 0 0;
	}
	#lightbox #layer_background  #layer_x_btn[id] { /* hidden for ie <= 6 */
		background: url('../images/lightbox/layer_x_btn.png') no-repeat 0 0;
	}
#lightbox #lbContent {
	padding: 10px 0 0 0;
}
#lightbox #lbLoadMessage {
	float: left;
	background: url('../images/loader.gif') no-repeat 50% 95%;
	height: 50%; width: 100%;
	padding: 10px 0 0 0;
}
#lightbox #layer_right {
	float: right;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: -10px 0 0 -20px;
	background: url('../images/lightbox/layer_right.gif') no-repeat 0 0;
}
#lightbox div.giftshop #layer_right {
	background: url('../images/giftshop/layer_right.gif') no-repeat 0 0;
}
#lightbox #layer_right[id] { /* hidden for ie <= 6 */
	background: url('../images/lightbox/layer_right.png') no-repeat 0 0;
}
#lightbox div.giftshop #layer_right[id] { /* hidden for ie <= 6 */
	background: url('../images/giftshop/layer_right.png') no-repeat 0 0;
}
#lightbox #layer_bottom {
	height: 20px;
	display: block;
	overflow: hidden;
	margin: -30px 0 0 0;
	background: url('../images/lightbox/layer_bottom.gif') no-repeat 100% 0;
}
#lightbox div.giftshop #layer_bottom {
	background: url('../images/giftshop/layer_bottom.gif') no-repeat 100% 0;
}
#lightbox #layer_bottom[id] { /* hidden for ie <= 6 */
	background: url('../images/lightbox/layer_bottom.png') no-repeat 100% 0;
}
#lightbox div.giftshop #layer_bottom[id] { /* hidden for ie <= 6 */
	background: url('../images/giftshop/layer_bottom.png') no-repeat 100% 0;
}

/* Layer */
#layer_wrapper {
	float: left;
	height: 540px;
	width: 770px;
	overflow: hidden;
	background: url('../images/giftshop/ribbon.gif') no-repeat 10px 51px;
}
	#layer_header {
		height: 58px;
	}
		#layer_header h2 {
			width: 490px;
			height: 28px; /* 58-30 */
			float: left;
			font-size: 14px;
			font-weight: bold;
			margin: 0 0 0 10px; padding: 23px 0 0 57px;
			background: no-repeat 0 10px; }
			.step1 #layer_header h2 { background-image: url('../images/giftshop/symbol_step1.gif') }
			.step2 #layer_header h2 { background-image: url('../images/giftshop/symbol_step2.gif') }
			.step3 #layer_header h2 { background-image: url('../images/giftshop/symbol_step3.gif') }
			.step4 #layer_header h2 { background-image: url('../images/giftshop/symbol_step4.gif') }
			.step5 #layer_header h2 { background-image: url('../images/giftshop/symbol_step5.gif') }
			.step6 #layer_header h2 { background-image: url('../images/giftshop/symbol_step6.gif') 
		}

		#layer_header #logo {
			width: 160px;
			margin: 10px 0 0 0;
			float: left;
		}
	#layer_bg {
		background: no-repeat 20px 98%;
		height: 478px;
		 }
		.step1 #layer_bg { background-image: url('../images/giftshop/bg_step1.gif') }
		.step2 #layer_bg { background-image: url('../images/giftshop/bg_step2.gif') }
		.step3 #layer_bg { background-image: url('../images/giftshop/bg_step3.gif') }
		.step4 #layer_bg { background-image: url('../images/giftshop/bg_step4.gif') }
		.step5 #layer_bg { background-image: url('../images/giftshop/bg_step5.gif') }
		.step6 #layer_bg { background-image: url('../images/giftshop/bg_step6.gif') 
	}
	#layer_bg[id] {
		border: 1px solid transparent;
	}

	#layer_content {
		margin: 20px 10px 10px 10px;
		padding: 20px 10px 50px 47px;
		height: 340px;
		overflow: auto; 
	}
		
		#layer_description {
			margin: 0 0 20px 0;
			line-height: 14px;
			font-size: 11px;
			width: 500px;
			font-weight: bold;
		}
		#layer_wrapper p {
			margin: 0 0 20px 0;
		}
		
		#table_of_gift_boxes {
			width: 660px;
		}
			#table_of_gift_boxes tr {
				vertical-align: middle;
				font-size: 11px;
			}
				#table_of_gift_boxes tr td {
					vertical-align: middle;
					text-align: center;
					padding: 10px 0 0 0;
				}
				#table_of_gift_boxes tr th {
					text-align: center;	
				}
		#layer_wrapper a.balloon_tip:hover span {
			width: 450px;
			left: 0px; top: 20px;
		}
		
	button.next {
		height: 38px; width: 75px;
		float: right;
		margin: -40px 9px 0 0;
		padding: 0 0 0 57px;
		border: none;
		background: 0 0 no-repeat transparent;
		cursor: pointer; }
	button.prev {
		height: 38px; width: 75px;
		float: left;
		margin: -40px 0 0 17px;
		padding: 0 57px 0 0;
		border: none;
		background: 90% 0 no-repeat transparent;
		cursor: pointer; }
		button.to_step1 { background-image: url('../images/giftshop/symbol_step1.gif') }
		button.to_step2 { background-image: url('../images/giftshop/symbol_step2.gif') }
		button.to_step3 { background-image: url('../images/giftshop/symbol_step3.gif') }
		button.to_step4 { background-image: url('../images/giftshop/symbol_step4.gif') }
		button.to_step5 { background-image: url('../images/giftshop/symbol_step5.gif') }
		button.to_step6 { background-image: url('../images/giftshop/symbol_step6.gif') 
	}
	button#finish {
		height: 38px; width: 75px;
		border: none;
		cursor: pointer;
		float: right;
		margin: -40px 0 0 0;
		background: url('../images/giftshop/symbol_finish.gif') 0 0 no-repeat transparent;
	}

	#layer_info {
		padding-top: 2px;
		position: relative;
		top: -40px;
		left: 110px;
		height: 35px; width: 480px;
		font-style: italic;
		overflow: hidden;
	}

#layer_giftbox
{
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	text-align: center;
}

#layer_giftbox input
{
	position: relative;
	top: -100px;
}
#layer_giftbox img
{
	padding: 40px 0 0 100px;
}

	#card_select {
		float: left;
		height: 250px; width: 200px;
		font-size: 11px;
	}
	#card_options {
		float: left;
		height: 250px; width: 400px;
		margin-left: 20px;
		font-size: 11px;
	}
		#layer_content .input_cover {
			margin: 3px 0 0 3px; padding: 2px 0 0 2px;
			height: 12px; width: 200px;
		}
		
#card_preview img {
		
	}
	#layer_wrapper .input_text {
		width: 250px;
	}
	#layer_wrapper .input_textarea {
		height: 100px; width: 250px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 11px;	
	}
	#layer_wrapper .input_textarea:focus {
		background-color: white;
		border-color: #A5ACB2;
	}

#waiting_layer {
	height: 320px; width: 400px;
}
	#wl_bg {
		position: absolute;
		bottom: 10px;
		right: 10px;
	}
	#wl_content {
		position: relative;
		text-align: center;
		color: #7a7a7a;
		font-size: 14px;
		line-height: 20px;
		height: 350px; width: 410px;
		overflow: hidden;
	}
		#wl_content h2 {
			padding: 20px 0 15px 0;
			font-weight: bold;
		}
		#wl_loader {
			padding: 45px 0 0 0;
		}
		#wl_logo {
			position: absolute;
			bottom: 0;
			left: 5px;
		}
	div#lightbox_default_wrapper {
		padding: 10px 10px 40px 20px;
		line-height: 1.4em;
	}
		div#lightbox_default_wrapper h2 {
		color: #ba0000;
		font-size: 16px;
		font-weight: bold;
	}/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:visible;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../images/colorbox/overlay.png) 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:10px; height:24px; background:url(../images/colorbox/10x24_top_left.png)0 0 no-repeat;}
    #cboxTopRight{width:10px; height:24px; background:url(../images/colorbox/10x24_top_right.png) 0 0 no-repeat;}
    #cboxBottomLeft{width:10px; height:10px; background:url(../images/colorbox/10x10_bottom_left_white.png) 0 0 no-repeat;}
    #cboxBottomRight{width:10px; height:10px; background:url(../images/colorbox/10x10_bottom_right_white.png) 0 0 no-repeat;}
    #cboxMiddleLeft{width:10px; background:url(../images/colorbox/10x1_middle_left.png) left top repeat-y;}
    #cboxMiddleRight{width:10px; background:url(../images/colorbox/10x1_middle_right.png) right top repeat-y;}
    #cboxTopCenter{height:24px; background:url(../images/colorbox/1x24_top_center.png) 0 0 repeat-x;font-family : Verdana; text-align: left;text-transform:uppercase;font-weight:bold;font-size:10px;color:#c7061d;line-height:24px;}
    #cboxBottomCenter{height:10px; background:url(../images/colorbox/1x10_bottom_center_white.png) 0 0 repeat-x;}
    #cboxContent{background:#f8f8f8;text-align:left;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../images/colorbox/loading_background.png) center center no-repeat;}
        #cboxLoadingGraphic{background:url(../images/colorbox/loading.gif) center center no-repeat;}
        #cboxClose{position:absolute;top:-40px; right:0; background:url(../images/colorbox/schliessen_lightbox.png) no-repeat; width:32px; height:31px; z-index:999; text-indent:-9999px;}
        #cboxClose.hover{background-position:0px; text-indent: -9999px;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/colorbox/10x24_top_left.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/colorbox/1x24_top_center.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/colorbox/10x24_top_right.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/colorbox/10x10_bottom_left_white.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/colorbox/1x10_bottom_center_white.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/colorbox/10x10_bottom_right_white.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/colorbox/10x1_middle_left.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/colorbox/10x1_middle_right.png, sizingMethod='scale');}
.cboxIE #cboxClose{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/assets/images/colorbox/schliessen_lightbox.png, sizingMethod='scale');}
