/* Caution! Ensure accessibility in print and other media types... */
/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
@media projection, screen { .ui-tabs-hide {display: none;} }
/* Hide useless elements in print layouts... */
@media print { .ui-tabs-nav {display: none;} }

/* Skin */
.ui-tabs-nav{list-style: none; margin: 0px 0px 2px 0px; padding: 0px;}
body .ui-tabs-nav li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.ui-tabs-nav a, .ui-tabs-nav a span {float: left; } /* fixes dir=ltr problem and other quirks IE */
body .ui-tabs-nav a {white-space: nowrap; /* @ IE 6 */ outline: 0; } /* @ Firefox, prevent dotted border after click */
body .ui-tabs-nav .ui-tabs-active a 		{z-index: 2;}

.ui-tabs-nav a span { text-transform: uppercase; font-size: 10px; }

.ui-tabs-nav .ui-tabs-active a span {}
.ui-tabs-nav .ui-tabs-active a:link, .ui-tabs-nav .ui-tabs-active a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {cursor: text; } /* @ Opera, use pseudo classes otherwise it confuses cursor... */
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active {cursor: pointer; } /* @ Opera, we need to be explicit again here now... */
.ui-tabs-disabled {opacity: .4; filter: alpha(opacity=40); }
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { }


.wrap_shop .tabs .ui-tabs-nav .ui-tabs-active a {
    background: transparent url('backgrounds/tabs-active-bg.png') no-repeat center bottom;
    color: #666666;
}


/* Additional IE specific bug fixes... */
* html .ui-tabs-nav 						{display: inline-block; } /* auto clear @ IE 6 & IE 7 Quirks Mode */
*:first-child+html .ui-tabs-nav {display: inline-block; } /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */

/**************************************
 * EyeCandy Template
 */

/* IE6-Hack */
* html .lightbox_close
{
	margin-right: 20px;
}

body
{
	height: 100%;
	margin: 0;
	padding: 0;
}

.clearfix
{
	display: inline-block;
}

.content-box-header
{
	position: relative;
	width: 100%;
}

#top_navi_inner ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

body #top_navi_inner ul li
{
	position: relative;
}

.details .gallery,
.details .gallery .stage,
.details .gallery .stage .info_image_box,
.details .gallery .stage .info_image_box a,
.details .gallery .stage .info_image_box img,
#container .inside {
	position: relative;
	display: block;
}

.details .gallery .stage .info_image_box {
	display: inline-block;
}

.details .gallery .stage .info_image_box a,
.details .gallery .stage .info_image_box img,
#container .inside {
	margin: 0 auto;
	padding: 0;
}

.details .gallery .stage a
{
	outline: 0 none;
	text-decoration: none;
}

.details .gallery .stage .info_image_box
{
  position: relative;
}

.details .gallery .stage .info_image_box a
{
  display: block
}

.details .gallery .stage .zoomImage
{
  position: absolute;
  top: 0;
  left: 0;
}

#container .details .info .inside {
	padding: 0 0 0 20px;
	width: auto;
}

.thumbnail a
{
	display: inline-block;
	height: 100%;
	outline: 0 none;
	width: 100%;
}

#lightbox_gallery a
{
	outline: 0 none;
}

body .megadropdown
{
	z-index:990;
}

body #head_navi
{
	overflow: hidden;
}

body .bestsellers .article-list-item
{
	overflow: hidden;
}
body .bestsellers .article-list-item .article-list-item-price
{
	clear: both;
}

.details .inside h1
{
	margin-top: 0px;
}

.shopping_cart h1, .order_shipping h1, .order_payment h1, .order_confirm h1, .account h1
{
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 20px;
}

body #head_shopping_cart{ cursor:pointer; float:right; margin-top:-8px; height:40px; width:203px; background:transparent url('backgrounds/separator-30-vert.png') 5px no-repeat; text-align:right; }
body #head_shopping_cart_inner{ padding:7px 8px 0 0; }

body #dropdown_shopping_cart {
	background-color:transparent;
	background-image:url('backgrounds/dropdown-shopping-cart-bottom-bg.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	display:none;
	position:absolute;
	z-index:980;
	width:213px;
	padding-bottom:6px;
    padding-top: 0px;
}

body #dropdown_shopping_cart_inner{ padding-top:10px; background-color:transparent; background-image:url('backgrounds/dropdown-shopping-cart-bg.png'); background-repeat:repeat-y; background-position:top left; }

body #dropdown_shopping_cart .cart-item-inner {
    background: url('backgrounds/separator-dotted-hori.png') repeat-x scroll center top #FFFFFF;
}

body #fixed_dropdown_shopping_cart {
	background-color:transparent;
	background-image:url('backgrounds/dropdown-shopping-cart-bottom-bg.png');
	background-position:bottom left;
	background-repeat:no-repeat;
	display:none;
	position:fixed;
	z-index:980;
	width:213px;
	padding-bottom:6px;
    padding-top: 0px;
}

body #fixed_dropdown_shopping_cart_inner{ padding-top:10px; background-color:transparent; background-image:url('backgrounds/dropdown-shopping-cart-bg.png'); background-repeat:repeat-y; background-position:top left; }

body #fixed_dropdown_shopping_cart .cart-item-inner {
    background: url('backgrounds/separator-dotted-hori.png') repeat-x scroll center top #FFFFFF;
}

.account .back_button {float: left;}
.account .send_button {float: right;}

.wrap_shop img
{
	border: none;
}

body .article-list.cols .article-list-item-price-inline
{
	position: absolute;
	bottom: 0px;
	right: 0px;
}

body .article-list.cols .article-list-item-price
{
	position: relative;
}

#head_navi ul
{
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
}

.process_bar
{
	background:transparent;
	float:right;
}

.process_bar ul
{
	padding-left: 0px;
	margin-left: 0px;
	list-style: none;
	margin-top: 0px;
}

.process_bar ul li
{
	display: inline-block;
	float: left;
	background-color: transparent;
	background-image: url('img/process-bar-right.png');
	background-position: right;
	background-repeat: no-repeat;
}

.process_bar ul li label
{
	display: inline-block;
	color: #999999;
	background-color: #eaeaea;
	text-decoration: none;
	background-color: transparent;
	background-image: url('img/process-bar-left.png');
	background-position: left;
	background-repeat: no-repeat;
}

.process_bar ul li label span
{
	margin-left: 16px;
	margin-right: 13px;
	background-color: #eaeaea;
	display: inline-block;
	padding-left: 16px;
	padding-right: 15px;
	padding-top: 6px;
	line-height: 12px;
	padding-bottom: 5px;
	height: 14px;
	font-size: 12px;
}

.process_bar ul li.active
{
	background-color: transparent;
	background-image: url('img/process-bar-active-right.png');
	background-position: right;
	background-repeat: no-repeat;
}

.process_bar ul li.active label
{
	background-color: transparent;
	background-image: url('img/process-bar-active-left.png');
	background-position: left;
	background-repeat: no-repeat;
}

.process_bar ul li.active label span
{
	background-color: #c0c0c0;
}

#left a.button
{
	font-size: 12px;
}

body .megadropdown
{
	position: absolute;
	max-width: 600px;
	top: 200px;
	left: 200px;
}

body #dropdown_shopping_cart .cart-button {
    margin: 10px 20px 10px 0px;
	float: right;
}

body #fixed_dropdown_shopping_cart .cart-button {
    margin: 10px 20px 10px 0px;
	float: right;
}

#menubox_login_body .submit
{
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: right;
}

body #menubox_login_body label, body #menubox_newsletter_body label
{
	line-height: 20px;
}

#menubox_content_body .content-box-main-inner img, #menubox_information_body .content-box-main-inner img
{
	position: relative;
	top: -2px;
}

body .subcategories_listing li
{
	margin-left: 0;
	padding-left: 0;
}

body .subcategories_listing ul
{
	list-style: none;
	margin-left: 0;
	margin-top: 0;
	padding-left: 0;
}

body .subcategories_listing ul li
{
	display: inline-block;
	float: left;
	margin-bottom: 30px;
	margin-right: 20px;
	width: 170px;
}


/*
a, a:active, a:visited
{
	color: #1099BB;
	text-decoration: none;
}

a:hover
{
	color: #1099BB;
	text-decoration: underline;
}
*/
#tab_gx_customizer div
{
	line-height: normal;
	margin: 0;
	width: auto;
}

.navigation
{
	width: 100%;
}

.navigation_left
{
	float: left;
}

.navigation_right
{
	text-align: right;
}

#facebook_like
{
	background-image: none;
	padding-left: 0px;
	float: left;
}

.addthis_toolbox
{
	float: left;
}

.details .actions a img
{
	position: relative;
	top: 3px;
}

#menubox_reviews_body a img
{
	padding: 10px 0;
}

/* IE6 CSS-HACK */
* html .billiger-gesehen {
	width: 759px;
}


.box_load_bestseller img
{
	margin-top: 5px;
	margin-bottom: 5px;
}

body ul.arrows li a
{
	position: relative;
	top: 2px;
}

input[name="gv_redeem_code"]
{
	float: left;
}

.button_send_tell_a_friend
{
	float: right;
}

.account_history_info
{
	width: 100%;
}

.account_history_info h2.underline, .order_confirm h2.underline, .order_payment h2.underline, .order_shipping h2.underline
{
	margin-top: 37px;
}

.shipping_item_box
{
	overflow: hidden;
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px
}

#iframe_box
{
	overflow-y: hidden;
}
#iframe_box
{
	z-index: 1;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
{
	#iframe_box
	{
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
}

#iframe_box_bar
{
	z-index: 2;
}
#iframe_box_bar
{
	overflow:hidden;
	position:relative;
	top:50px;
	right:20px;
}

body table.shopping_cart_list td.col_2, body table.shopping_cart_list td.col_3, body table.shopping_cart_list td.col_4
{
	white-space: nowrap;
}

body #footer
{
	overflow: hidden;
}

#product_listing .article-list-item-main h2
{
	display: inline;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
}

#head_navi h3
{
	display: inline;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
}

.content-box.categories h4
{
	display: inline;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}

#live_search_container
{
	position: absolute;
	background-color: #fff;
	z-index: 10;
	width: 170px;
}

#live_search_container .product-image
{
	width: 24px;
	height: 24px;
	float:  left;
	margin: 0 5px;
}

#live_search_container ul {
    list-style-type: none;
    margin: 0 0 3px;
    padding: 0;
}

#live_search_container ul li {
	padding: 5px 0;
}

.contact_us .send_button, .callback_service .send_button, .billiger-gesehen .send_button
{
	float: right;
	margin-right: 195px;
}

body .contact_us .required_info, body .callback_service .required_info, body .billiger-gesehen .required_info
{
	margin-right: 194px;
	padding-bottom: 20px;
	width: auto;
}

#pre_black {
	height: 1500px;
	width: 100%;
	background-color: #000000;
	opacity: 0.7;
	position: absolute;
	z-index: 999;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}

.lightbox_block
{
	margin-right: auto !important;
	margin-left: auto !important;
	overflow: hidden !important;
	padding: 10px !important;
	display: block !important;
}

.wrap_shop .lightbox_block.account .process_bar, .wrap_shop .lightbox_block.shopping_cart .process_bar
{
	float: left;
}

.wrap_shop .lightbox_block.account h1.h1_checkout, .wrap_shop .lightbox_block.shopping_cart h1
{
	clear: left;
	padding-top: 30px;
}

body #infobox
{
	position: absolute;
	z-index: 993;
}

body #language
{
	position: absolute;
	z-index: 990;
}

body #currency
{
	position: absolute;
	z-index: 991;
}

body #customer_login
{
	height: auto;
	position: absolute;
	z-index: 992;
}

body #country
{
	position: absolute;
	z-index: 994;
}

.checkout_paypal .checkout_button
{
	margin-top: 30px;
	text-align: right;
}

.submenu_container
{
	position: absolute;
	z-index: 500;
}

.submenu ul
{
	list-style: none outside none;
    margin: 0;
	padding: 0;
	overflow: hidden;
}

/* IE6-Hack */
* html .submenu_container .submenu ul li
{
	width: 180px;
}

#left .content-box.submenu ul li
{
	width:100%;
}

.submenu ul li.last
{
	background-image: none;
    padding-bottom: 0px;
}

.submenu ul li h4
{
    display: inline;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#left .icon a, #left .icon a:hover
{
	text-decoration: none;
}

#lightbox_gallery
{
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#lightbox_gallery #lightbox_gallery_main
{
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	overflow: hidden;
	width: 100%;
}

#lightbox_gallery #lightbox_gallery_thumbnails
{
	clear: left;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding-top: 10px;
}

#lightbox_gallery .lightbox_gallery_footer
{
	padding-top: 10px;
	text-align: right;
}

#lightbox_gallery .lightbox_gallery_left
{
	color: #666666;
	cursor: pointer;
	float: left;
	font-size: 16px;
	font-weight: bold;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	width: 100%;
}

#lightbox_gallery .lightbox_gallery_right
{
	color: #666666;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	height: 100%;
	overflow: hidden;
	text-align: right;
	visibility: hidden;
	width: 50%;
	float: right;
}

body #lightbox_gallery .thumbnail
{
	float: left;
	height: 86px;
	margin-right: 3px;
	margin-bottom: 3px;
	overflow: hidden;
	padding-bottom: 1px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	width: 86px;
}

#lightbox_gallery .thumbnails
{
	display: inline-block;
	margin-top: 10px;
}

#lightbox_gallery_container
{
	margin-left: auto;
	margin-right: auto;
}

/* BUTTON SET */
a.button_set .button-inner
{
	background-color: transparent;
	background-image: url('backgrounds/button-right.png');
	background-position: right top;
	background-repeat: no-repeat;
	display: inline-block;
	line-height: 14px;
	padding-bottom: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
}

a.button_set .button-outer
{
	background-color: transparent;
	background-image: url('backgrounds/button-left.png');
	background-position: left top;
	background-repeat: no-repeat;
	display: inline-block;
}

a.button_set_big .button-inner
{
	line-height: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	display: inline-block;
}

#language_link img
{
	margin-top: 4px;
}

body .top_navi_arrow,
body .top_navi_home,
body .submenu li img
{
	cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  1px;
    height: 1px;
}


.menubox_heading
{
	float: left;
}


.c_boxhead a, .c_boxhead a:hover
{
	text-decoration:none;
	cursor:pointer;
}

body #main .attributes dl dd div input,
body #main .listing_attributes dl dd div input,
body #main .attributes div input
{
	position: relative;
	top: -3px;
	left: -3px;
	float: left;
}

body #main .attributes dl dd div,
body #main .listing_attributes dl dd div
{
	overflow: hidden;
	clear: both;
	margin-bottom: 3px;
}

body #main .attributes .table-listing
{
	overflow: hidden;
	clear: both;
}

.details .product-documents dt a
{
	display: block;
	float: left;
	margin-bottom: 1px;
}

.blocklabels_300
{
	clear: both;
}

#footer_copyright
{
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 5px;
	color: #999999;
}

#footer_copyright a
{
	text-decoration: none;
	color: #999999;
}

#footer_copyright a:hover
{
	text-decoration: underline;
}

#shopsoftware_by_gambio
{
	clear: both;
	padding-right: 10px;
	padding-top: 10px;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	color: #999999;
}

#shopsoftware_by_gambio a
{
	text-decoration: none;
	color: #999999;
}

#shopsoftware_by_gambio a:hover
{
	text-decoration: underline;
}

#jcarousel_box{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#jcarousel_image_box{
  overflow: hidden;
}

#jcarousel_box ul
{
	list-style: none outside none;
	padding: 0;
	margin: 0;
}

#jcarousel_box ul li
{
  text-align: center;
  float: left;
}

#jcarousel_box .jcarousel-control a img{
  margin: 0 auto;
}

#slider_flyover_container{
  display: none;
  position: absolute;
  background-color: #fff;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  padding: 10px;
  max-width: 800px;
  z-index: 200;
}

#zoomWindow
{
  z-index: 500;
  position: absolute;
  overflow: hidden;
  border-width: 1px;
  border-color: #ccc;
  border-style: solid;
  filter: Alpha(opacity=0);
  opacity: 0.0;
}

#zoomWindow img
{
  z-index: 501;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.details .gallery .stage #zoomPointer
{
  position: absolute;
  filter: Alpha(opacity=0);
  opacity: 0.0;
  background-color: #fff;
  cursor: crosshair;
  width: 1px;
  height: 1px;
}

/* Social Share Plugin (Facebook, Twitter, Google Plus) */
.social_share_wrapper{
    margin: 7px 0 0 0;
    float: left;
}

.social_share_box{
    float: left;
	width: 143px;
    height: 20px;
}

.social_share_image{
    float: left;
    margin: 5px 5px 0 0;
    width: 23px;
    height: 12px;
    background: url(img/social_share_activation_image.png);
    cursor: pointer;
}

.social_share_box.switch_on .social_share_image{
    background: url(img/social_share_activation_image.png) bottom;
}

.social_share_content{
    float: left;
}

.wrap_shop .social_share_wrapper .social_share_content a{
	margin: 0;
	padding: 0;
}

.wrap_shop .social_share_wrapper .social_share_content a img{
	top: 0;
}

.social_share_content > div{
    width: 33px !important;
    overflow: hidden;
}

#details_cart_part span.quantity_container,
#product_listing span.quantity_container {
	display: inline-block;
	white-space: nowrap;
	text-align: right;
	width: auto;
	margin-right: 4px;
}

/* nur fuer den IE7 */
*+html #details_cart_part span.quantity_container,
*+html #product_listing span.quantity_container {
	width: 80px;
	margin-right: 3px;
}

#details_cart_part span.quantity_container input.products_quantity,
#product_listing span.quantity_container input.products_quantity {
	background-color: transparent;
	background-image: none;
	border: none;
	border-width: 0px;
	width: 20px;
	min-width: 20px;
	outline: none;
	float: right;
}

/* nur fuer den IE7 */
*+html #details_cart_part span.quantity_container input.products_quantity {
	padding: 5px 6px 5px 6px;
}

/* nur fuer den IE7 */
*+html #product_listing span.quantity_container input.products_quantity {
	padding: 3px 2px 1px 2px;
}

#details_cart_part span.quantity_container label.products_quantity_unit,
#product_listing span.quantity_container label.products_quantity_unit {
	display: inline-block;
	float: right;
}

.comparison_span {
	padding: 6px;
	font-family: Arial,Tahoma,Verdana;
	font-size: 14px;
	display: none;
}

.button_details_add_cart, .action_add_to_cart {
	float: right;
}

.checkout_button .order_confirmed {
	opacity: 0.3;
	filter: alpha(opacity=30);
	cursor: wait;
}

.checkout_button .order_confirmed span {
	cursor: wait;
}

/* FeatureLink Plugin */

#menubox_filter #menubox_filter_body {
	position: relative;
}

#menubox_filter .feature_value_disabled label{
	text-decoration: line-through;
}

#menubox_filter option:disabled{
	color: #ccc;
}

#menubox_filter #menubox_body_shadow {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
	background: #fff url(../../admin/html/assets/images/legacy/loading.gif) no-repeat center center;
	color: red;
	text-align: center;
	padding: 20px;
}

#menubox_filter #menubox_body_shadow.error {
	background: #fff;
}

#menubox_filter #menubox_body_shadow.error span {
	cursor: pointer;
}

#menubox_filter .feature_hidden {
	display: none;
}

#menubox_filter .feature_empty_text {
	display: none;
}

#menubox_filter .input.select input {
	float: left;
}

#menubox_filter .input.select label {
	float: left;
	width: auto;
	height: 20px;
	line-height: 20px;
	cursor: pointer;
}

body .cart_shipping_costs_info_text {
	display: none;
}

.cart_shipping_costs_country_name,
.cart_shipping_costs_module_name {
	text-decoration: underline;
	cursor: help;
}

.clear_both {
	clear: both;
}


#menubox_filter .filter_features_link.inactive {
	text-decoration: line-through;
}

#menubox_filter .filter_features_link.link_list.active {
	font-weight: bold;
}

#properties_selection_container {
	position: relative;
}

#properties_selection_container #properties_selection_shadow {
	background: url("../../admin/html/assets/images/legacy/loading.gif") no-repeat scroll center center #FFFFFF;
	display: none;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
}

#properties_selection_container.details_attributes_dropdown option:disabled{
	color: #bbb;
}

#cart_button.inactive {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

/* GX-Customizer START */
body #gm_gprint_tabs {
	padding: 0px;
	overflow: hidden;
	display: none;
	height: 100%;
}

body #gm_gprint_tabs .gm_gprint_tab_active {
	margin: 0px;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	cursor: default;
}

body #gm_gprint_tabs .gm_gprint_tab {
	margin: 0px;
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	cursor: pointer;
}

body #gm_gprint_tabs span {
	float: left;
	white-space: nowrap;
}

body #gm_gprint_content {
	display: none;
}

#toolbar {
	clear: both;
}

.input_number {
	width: 40px;
}

.surfaces_groups, .delete_surfaces_groups {
	cursor: pointer;
}

.gm_gprint_flyover {
	position: absolute;
	display: none;
	background-color: #d6e6f3;
	border-style: dotted;
	border-width: 1px;
	margin: 2px;
	padding: 5px;
	z-index: 999;
	cursor: move;
}

#gm_gprint_content input[type="file"] {
	font-size: 12px;
}
/* GX-Customizer END */

/* Postfinder */
div.pfinder_top {
	overflow: auto;
}

div.pfinder_form {
	width: 45%;
	float: left;
}

div.address_book {
	float: left;
	width: 45%;
}

table.packstations {
	clear: left;
	width: 95%;
	margin: 2em auto;
}

table.packstations thead {
	background-color: #FFCC00;
	color: #000;
}

table.packstations tbody {
	background-color: #FFF2BF;
}

table.packstations td, table.packstations th {
	padding: 1ex 1em;
}

td.messageStackError {
	padding: 1em;
	border: 2px solid #f00;
}

div.abook_entry {
	padding: 1ex;
	margin: 1ex 0;
	border-bottom: 1px dotted #000;
}
/* Postfinder END */

/* Checkout confirmation (nowrap)  */

.order_confirm #products_overview td.product_price,
.order_confirm #products_overview td.product_quantity,
.order_confirm #products_overview td.product_total_price,
.order_confirm #products_overview td.order_total_price {
	white-space: nowrap;
}

/* Checkout confirmation (nowrap) END  */

/* async_message.css (paypalng module - deprecated since GX 2.4) */

div.msgbox {
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	z-index: 99999;
	background: rgba(0,0,0,0.5);
}

div.msgtxt {
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
	height: 5em;
	width: 40%;
	border: 1px solid #faa;
	font: 1em sans-serif;
	background: #ffffff;
	text-align: center;
	padding: 1em;
}

#close_msgbox {
	display: block;
	margin: 2em auto;
	width: 5em;
	padding: 1ex;
}

/* async_message.css END */

/* BillSAFE START */

/* account_history_info.php */

div.billsafe_pinfo {
}

div.billsafe_pinfo p {
}

div.billsafe_pinfo table.billsafe_account td {
	padding-right: 1em;
}

div.billsafe_pinfo table.billsafe_account td.label {
}

/* checkout_billsafe.php */

div.billsafe p.error {
	width: 80%;
	margin: auto;
	padding: 1em;
	background: #FCFFAD;
	color: #000000;
	border: 2px solid #D1353A;
}

/* BillSAFE END */

/* Trusted Shops Rich Snippets */

div.ts_snippet {
	font-size: 0.7em;
	font-family: sans-serif;
}

div.ts_snippet a {
	text-decoration: none;
	color: inherit;
}

/* Trusted Shops Rich Snippets END */

/* Klarna START */
.order_payment .payment_item .caption { overflow: visible; }
.order_payment .payment_item, .order_shipping .shipping_item { overflow: visible; }
div.klarna_dob { display: inline-block; }
table.pclasses td {
	vertical-align: top;
}

#product_info div.klarna_widget {
	margin: auto;
}

div.klarna_widget button {
	display: block;
	margin: auto;
}

div.klarna_logo {
	display: block;
}

img.klarna_product_logo {
	float: left;
	margin-right: 5px;
}

div.klarna_descr {
	font-size: 1.3em;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin: 1ex 0;
}

input#klarna_amount {
	width: 4em;
}

#main div.klarna_consent label {
	display: inline;
}

#main div.klarna_consent a {
	text-decoration: underline;
}

div.klarna_credit_warning {
	position: relative;
}

div.klarna_credit_warning img {
	max-width: 100%;
}

div.klarna_creditwarning_big {
	margin: 1ex auto;
	text-align: center;
	max-width: 300px;
}
/* Klarna END */

/* ProtectedShops */
div.ps_document { max-width: 60em; }
div.ps_document td { vertical-align: top; }
div.ps_document td.text { text-align: justify; }
/* END ProtectedShops */

.accept_box.abandonment_checkbox .accept_box_checkbox
{
	float: left;
}

.accept_box.abandonment_checkbox .accept_box_text
{
	float: none;
	margin-left: 25px;
}

#main .accept_box_text label
{
	padding: 0;
}

/* Findologic */
div.fl_unavailable {
	color: #666;
	margin: 3em auto;
	width: 90%;
	padding: .2ex 2ex;
	background: #eee;
}
div.product-listing {
	clear: left;
}
/* Findologic END */

/* Amazon Advanced Payments */
div.paywithamazonbtn { display: inline-block; vertical-align: middle; cursor: pointer; transition: box-shadow 3s ease; }
div.paywithamazonbtn_highlight { box-shadow: 0 0 30px #f00;  }
div.amzadvpay_countrynotallowed { color: #666; background: #ffa; padding: 1em; font-size: 1.3em; border: 2px solid #faa; margin-top: 1em; }
div.amzadvpay_billto { color: #666; padding: 1em; font-size: 1.3em; }
div#walletWidgetDiv iframe { width: inherit; height: inherit; }
div.amazonadvpay_signoutbutton {
	clear: left;
	text-align: center;
}
#amazonadvpay_signout {
	display: inline-block;
	text-shadow: 0 0 4px #000;
	padding: 1px 5px;
	border-color: #CEC104;
	border-style: solid;
	border-width: 1px;
	color: rgb(255, 255, 255);
	font-size: 10px;
	cursor: pointer;
	line-height: 15px;
	background: #e8e884;
	background: -moz-linear-gradient(top, #e8e884 0%, #828002 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e8e884), color-stop(100%,#828002));
	background: -webkit-linear-gradient(top, #e8e884 0%,#828002 100%);
	background: -o-linear-gradient(top, #e8e884 0%,#828002 100%);
	background: -ms-linear-gradient(top, #e8e884 0%,#828002 100%);
	background: linear-gradient(to bottom, #e8e884 0%,#828002 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8e884', endColorstr='#828002',GradientType=0 );
}
/* END Amazon Advanced Payments */

/* PAYONE */
#payone_checkout {
	background: #eef;
	padding: 0 1em;
	overflow: auto;
}

.payone_pghead,
.payone_data {
	margin: auto;
	width: 80%;
	padding: 1ex;
}

.payone_pghead {
	background: #ddd;
	color: #555;
}

.payone_data, .payone_data_nocheck {
	background: #eee;
	margin-bottom: 1em;
}

/* N.B.: high specificity is required to override EyeCandy defaults */
#main table.payone_paydata td,
#main table.payone_paydata_nocheck td {
	padding: 0;
}

#main table.payone_paydata_nocheck td.label,
#main table.payone_paydata td.label {
	display: table-cell;
	padding: 0;
	width: 15em;
}

#main table.payone_paydata_nocheck td.label label,
#main table.payone_paydata td.label label {
	padding: 0;
}

#payone_checkout h1 {
	text-align: center;
}

p.p1_error {
	border: 1px solid #f00;
	background: #ffa;
	padding: 1ex 1em;
	color: #333;
	display: none; /* JS will show it when needed */
}

table.payone_pseudodata {
	display: none;
}

form.autosubmit input[type="submit"] {
	display: block;
	width: 25%;
	margin: auto;
	padding: 1em;
}

.module_option_checked table.payone_data_missing {
	background: #faa;
}

div.data_valid {
	background: #afa;
}

div.p1_finaldata_otrans,
div.p1_finaldata_elv {
	display: none;
}

table.payone_clearingdata {
	width: 80%;
	margin: auto;
}

table.payone_clearingdata td {
	padding: .3ex .5ex;
}

table.payone_clearingdata td.p1_clearing_intro {
	font-size: 1.2em;
	font-weight: bold;
	padding: 1ex inherit;
}

table.payone_clearingdata td.p1_clearing_label {
	font-weight: bold;
	width: 9em;
}

table.payone_clearingdata td.p1_clearing_label:after {
	content: ":";
}

button.p1_checkdata {
	display: none;
}

div.p1_continue_button {
	float: right;
	text-align: center;
	padding: 5px 20px;
	background-color: rgb(3, 208, 18);
	background-image: url("backgrounds/gradients/gradient-reflection.png");
	background-position: left center;
	background-repeat: repeat-x;
	border-color: rgb(3, 208, 18);
	border-style: solid;
	border-width: 1px;
	color: rgb(255, 255, 255);
	font-size: 14px;
	cursor: pointer;
	line-height: 20px;
}

div.p1_continue_button:active
{
	background-color: #03d012;
	background-image: url('backgrounds/gradients/gradient-reverse.png');
	background-position: top;
	background-repeat: repeat-x;
}


/* ---------------------------------------------------------- */

h1.p1_ac {
	text-align: center;
}

table.p1address {
	background: #00395A;
	width: 50%;
	margin: 1em auto;
}

table.p1address td {
	height: 1.5em;
	color: #ffffff !important;
	padding: 4px;
}

table.p1address td.label {
	font-weight: bold;
}

table.p1address td.customermessage {
	background: #3C8AB7;
}

table.p1address tr.correction td.label {
	padding-left: 1em;
}

table.p1address input[type="text"] {
	border: 1px solid #888;
}

table.p1address input[type="submit"] {
	padding: 1ex 2ex;

}

/* ---------------------------------------------------------- */

div.p1cr h1 {
	text-align: center;
}

div.p1cr form#p1crconfirm {
	display: block;
	width: 70%;
	padding: 1.5em;
	margin: 1em auto;
	background: #00395A;
}

div.p1cr form#p1crconfirm p {
	color: #fff !important;
}

div.p1cr p.buttons {
	text-align: center;
	margin-top: 1.5em;
}

div.p1cr input.yesbutton, div.p1cr input.nobutton {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	text-shadow: 0 0 2px #fff;
	border: 1px solid #000;
	padding: 1ex 1em;
	border-radius: 4px;
	cursor: pointer;
}

div.p1cr input.yesbutton {
	background: #c9de96;
	background: -moz-linear-gradient(top, #c9de96 0%, #8ab66b 44%, #398235 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c9de96), color-stop(44%,#8ab66b), color-stop(100%,#398235));
	background: -webkit-linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%);
	background: -o-linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%);
	background: -ms-linear-gradient(top, #c9de96 0%,#8ab66b 44%,#398235 100%);
	background: linear-gradient(to bottom, #c9de96 0%,#8ab66b 44%,#398235 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=0 );
}

div.p1cr input.nobutton {
	background: #eda3a4;
	background: -moz-linear-gradient(top,  #eda3a4 0%, #a50002 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eda3a4), color-stop(100%,#a50002));
	background: -webkit-linear-gradient(top,  #eda3a4 0%,#a50002 100%);
	background: -o-linear-gradient(top,  #eda3a4 0%,#a50002 100%);
	background: -ms-linear-gradient(top,  #eda3a4 0%,#a50002 100%);
	background: linear-gradient(to bottom,  #eda3a4 0%,#a50002 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eda3a4', endColorstr='#a50002',GradientType=0 );
}


div.p1_elv_mandate {
	border: 1px solid #000;
	width: 70%;
	margin: 1.5em auto;
	padding: 1.5em;
	color: #000;
	font-size: 14px;
}

div.p1_elv_mandate_heading {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1ex;
}

div.p1_elv_mandate_info {
}

div.p1_elv_mandate_text {
	margin: 1ex 0;
	height: 15em;
	overflow: auto;
	border: 1px solid #888;
	padding: 1ex;

}

#main div.p1_elv_mandate_text p {
	margin: 1ex 0;
}

#main div.p1_elv_mandate_text dl {
	overflow: auto;
	font: inherit;
}

#main div.p1_elv_mandate_text dt,
#main div.p1_elv_mandate_text dd {
	background: none;
	margin: 0;
	padding: 0;
	width: auto;
	float: left;
}

#main div.p1_elv_mandate_text dt {
	clear: left;
	width: 15em;
}


div.p1_elv_mandate_checkbox {
}

#main div.p1_elv_mandate_checkbox label {
	color: #000;
	font-size: 14px;
}

div.p1_elv_mandate_checkbox input[type="checkbox"] {
	vertical-align: middle;
}

div.p1_elv_mandate .p1_required {
	border: 2px solid #ff0000;
	padding: 1ex;
	background: #ffffaa;
}

div.p1_sepa_download {
	border: 1px solid #ccc;
	padding: 2ex;
	color: #333;
	font-size: 1.2em;
	width: 80%;
	margin: 2em auto;
}

div.p1_sepa_download a {
	text-decoration: none;
	text-align: center;
	color: #fff;
	display: block;
	padding: 1ex;
	margin: 1ex auto;
	width: 5em;
	border: 1px solid #333;

	background: #dcdcdc;
	background: -moz-linear-gradient(top,  #dcdcdc 0%, #787878 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(100%,#787878));
	background: -webkit-linear-gradient(top,  #dcdcdc 0%,#787878 100%);
	background: -o-linear-gradient(top,  #dcdcdc 0%,#787878 100%);
	background: -ms-linear-gradient(top,  #dcdcdc 0%,#787878 100%);
	background: linear-gradient(to bottom,  #dcdcdc 0%,#787878 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcdcdc', endColorstr='#787878',GradientType=0 );
}
/* END PAYONE */

.hide_topbar_notification {
	background: none repeat scroll 0 0 #cbcbcb;
	border: 1px solid #666;
	border-radius: 30px;
	color: #666;
	cursor: pointer;
	display: inline-block;
	font-size: 23px;
	line-height: 0;
	padding: 10px 3px;
	position: absolute;
	right: 4px;
	top: 4px;
	width: 14px;
	font-family: Arial, Verdana, sans-serif;
}

.hide_topbar_notification:hover {
	background-color: #666;
	border-color: #cbcbcb;
	color: #cbcbcb;
}

.hide_topbar_notification:before {
	content: "×";
}

.topbar_notification {
	position: relative;
	overflow: hidden;
	padding: 5px;
}

.popup_notification {
	position: fixed;
	background-color: #fff;
	border-color: #ccc;
	border-width: 1px;
	border-style: solid;
	-webkit-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.5);
	box-shadow: 4px 4px 6px 0px rgba(0,0,0,0.5);
	padding: 10px;
	width: 500px;
	margin-left: -250px;
	margin-right: -250px;
	top: 20%;
	left: 50%;
	z-index: 1000;
	max-height: 60%;
	overflow-y: auto;
	font-family: Arial, Verdana, sans-serif;
}

.cookie-bar {
	display: none;
	position: relative;
	overflow: hidden;
	padding: 5px;
}

.cookie-bar.bottom {
	bottom: 0;
	position: fixed;
	width: 99.5%;
	z-index: 3;
}

.cookie-bar .content p {
	display: inline;
}

.cookie-bar .button a {
	background: url(backgrounds/gradients/gradient.png) bottom repeat-x #FFFFFF;
	border: 1px solid #666;
	color: #000000;
	display: inline-block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.cookie-bar .close-button {
	background: none repeat scroll 0 0 #cbcbcb;
	border: 1px solid #666;
	border-radius: 30px;
	color: #666;
	cursor: pointer;
	display: inline-block;
	font-family: Arial, Verdana, sans-serif;
	font-size: 23px;
	line-height: 0;
	padding: 10px 3px;
	position: absolute;
	right: 4px;
	text-decoration: none;
	top: 4px;
	width: 14px;
}

.cookie-bar .close-button:hover {
	background-color: #666;
	border-color: #cbcbcb;
	color: #cbcbcb;
}

.cookie-bar .close-button:before {
	content: "×";
}

.details .inside dd,
.details .inside dt,
.details #cart_quantity .info .attributes dd,
.details #cart_quantity .info .attributes dt
{
	height: auto;
}

#ts_richsnippet { font-size: 0.5em; clear: left; }
#ts_richsnippet a { text-decoration: none; color: inherit; }
div.ts-rating { margin-top: 3em; }

label.non-visible {
	display: none !important;
}

input[type="text"]#non-visible {
	display: none !important;
}


/**/
#shop_logo{border-color:#000;border-style:solid;border-width:0;color:#999;font-family:Arial,Tahoma,Verdana;font-size:12px;font-style:normal;font-weight:400;margin:0;padding:0;text-align:left;text-decoration:none}.wrap_shop{color:#666;font-family:Arial, Tahoma, Verdana;font-size:12px;margin:0;padding:10px 0}dd{background-image:url(backgrounds/separator-dotted-hori.png);background-position:-1px bottom;background-repeat:repeat-x;float:left;margin:0;padding:10px 0 10px 20px;width:230px}div.input{color:#666;font-size:11px;margin-bottom:10px}div.input.linklist a{display:inline-block;font-size:12px;padding:0 0 2px 5px}div.input.separator-bottom{border-bottom-color:#ccc;border-bottom-style:solid;border-bottom-width:1px;padding-bottom:10px}dl{font-size:11px;margin:0;padding-top:1px}dt{background-image:url(backgrounds/separator-dotted-hori.png);background-position:top;background-repeat:repeat-x;clear:left;float:left;font-weight:700;margin:0;padding:10px 0 10px 10px;width:90px}fieldset table td.col_0{width:130px}fieldset.blocklabels_150 .input label{clear:left;color:#666;display:block;float:left;width:150px}.wrap_shop form{margin:0;padding:0}.wrap_shop h1{color:#282727;font-family:Arial,Tahoma,Verdana;font-size:16px;font-style:normal;font-weight:700;text-align:start;text-decoration:none}h2.underline{border-bottom-color:#bfbfbf;border-bottom-style:solid;border-bottom-width:1px;color:#9a9a9a;font-size:14px;font-weight:700;padding-bottom:3px;padding-top:3px;text-transform:uppercase}h2.underline img{padding-right:10px}ul.arrows{line-height:20px;list-style-image:url(backgrounds/categories-item-bg.gif);margin-left:0;padding-left:20px}#breadcrumb_navi{color:#666;display:inline-block;float:left;font-size:10px;height:12px;padding:6px 0 6px 20px;width:530px}#breadcrumb_navi a{color:#666;font-family:Arial,Tahoma,Verdana;font-size:14px;font-style:normal;font-weight:700;text-align:start;text-decoration:none}#breadcrumb_navi a:hover{color:#666;font-family:Arial,Tahoma,Verdana;font-size:14px;font-style:normal;font-weight:700;text-align:start;text-decoration:underline}#container_inner{margin:10px;width:980px}#currency .currency_container{background-image:url(backgrounds/shadow.png);background-position:right bottom;background-repeat:no-repeat;padding-bottom:9px;padding-right:9px;width:60px}#currency .currency_content{background-color:#9a9a9a;padding:5px 5px 0}#customer_login .customer_login_container{background-image:url(backgrounds/shadow.png);background-position:right bottom;background-repeat:no-repeat;padding-bottom:9px;padding-right:9px;width:180px}#flyover_box{background-color:#fff;border-color:#EAEAEA;border-style:solid;border-width:1px;padding:10px;width:400px}#flyover_box #flyover_title{color:#666;font-size:14px;font-weight:700;padding-bottom:10px}#flyover_layer #flyover{background-color:#fff;border-left:1px solid #ccc;border-top:1px solid #ccc;padding:5px}#footer{background-color:#f2f2f2;background-image:none;background-position:left top;background-repeat:no-repeat;border-top-color:#cfcfcf;border-top-style:solid;border-top-width:0;color:#999;margin:0 auto;padding:0;width:1000px}#gm_attribute_images{font-weight:700;padding:10px}#gm_gprint ul{background-color:transparent;background-image:none}#gm_gprint_tabs{border-left:1px solid #CCC;margin:0 0 2px}#gm_gprint_tabs .gm_gprint_tab{background-color:#FFF;background-image:none;background-position:top left;background-repeat:repeat-x;border-bottom:1px solid #CCC;border-right:1px solid #CCC;border-top:1px solid #CCC;padding:5px 8px}#gm_gprint_tabs .gm_gprint_tab_active{background-color:#E7E7E7;background-image:none;background-position:top left;background-repeat:repeat-x;border-bottom:1px solid #CCC;border-right:1px solid #CCC;border-top:1px solid #CCC;padding:5px 8px}#gm_gprint_tabs span{color:#000;font-family:Arial,Tahoma,Helvetica,Sans-Serif;font-size:10px;text-transform:uppercase}#gm_tell_a_friend_popup{background-color:#FFF;margin-left:auto;margin-right:auto;overflow:hidden;padding:10px;text-align:left;width:700px}#gm_tell_a_friend_popup #footer{background-color:transparent;border:0;color:#666;cursor:pointer;display:block;font-size:16px;font-weight:700;text-align:right;text-transform:uppercase}#header{background-color:transparent;background-image:none;background-position:bottom;background-repeat:repeat-x;height:96px}#head_navi ul li{background-color:transparent;background-image:url(backgrounds/separator-30-vert.png);background-position:right center;background-repeat:no-repeat;display:block;float:left;padding:0 2px 0 0}#head_navi ul li a{color:#fff;display:inline-block;line-height:18px;padding:6px 8px;text-decoration:none}#head_navi ul li a:hover{background-color:#c1c1c1;background-image:url(backgrounds/gradients/gradient.png);background-position:bottom;background-repeat:repeat-x;overflow:hidden}#head_toolbox{background-color:#f3f3f3;background-image:url(backgrounds/gradients/gradient-light.png);background-position:bottom;background-repeat:repeat-x;height:40px;width:980px}#head_toolbox_inner{padding:8px}#infobox .infobox_container{background-image:url(backgrounds/shadow.png);background-position:right bottom;background-repeat:no-repeat;padding-bottom:9px;padding-right:9px;width:190px}#infobox .infobox_content{background-color:#9a9a9a}#infobox p{color:#fff;font-family:Arial, Tahoma, Verdana;font-size:12px;margin:0;padding:5px 10px}#language .language_container{background-image:url(backgrounds/shadow.png);background-position:right bottom;background-repeat:no-repeat;padding-bottom:9px;padding-right:9px;width:50px}.language_inside{background-color:#9a9a9a;padding:5px 5px 10px}#language img{float:left;margin:2px 3px 8px 2px}#left{float:left;margin:10px 0;position:relative;width:200px}#left .content-box .box-input-field{float:left;width:130px}#left .content-box form{color:#666;margin:0;padding:0}#left .input-text{width:174px}#left label{color:#666;width:100%}#lightbox_gallery{background-color:#fff;overflow:hidden;padding:10px}#lightbox_gallery #lightbox_gallery_main{background-position:center center;background-repeat:no-repeat;float:left;margin:0 auto;overflow:hidden;width:100%}#lightbox_gallery #lightbox_gallery_thumbnails{clear:left;margin-left:auto;margin-right:auto;overflow:hidden;padding-top:10px}#lightbox_gallery .lightbox_gallery_footer{padding-top:10px;text-align:right}#lightbox_gallery .lightbox_gallery_left{color:#666;cursor:pointer;float:left;font-size:16px;font-weight:700;height:100%;overflow:hidden;visibility:hidden;width:100%}#lightbox_gallery .lightbox_gallery_right{color:#666;cursor:pointer;float:right;font-size:16px;font-weight:700;height:100%;overflow:hidden;text-align:right;visibility:hidden;width:50%}#lightbox_gallery .thumbnail.lightbox_thumbnail_active{border-color:#666}#lightbox_gallery .thumbnail{border-color:#CCC;border-style:solid;border-width:1px;float:left;height:86px;margin-bottom:3px;margin-right:3px;overflow:hidden;padding:1px;width:86px}#main{float:right;margin-left:10px;margin-top:10px;width:770px}#main_inside{background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat-x;padding-left:10px}#product_info #gm_gprint{margin-bottom:8px;margin-left:0;margin-right:0;overflow:hidden}#product_reviews_write .rating label{height:90px}#reviews .rating{border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px;width:750px}#reviews .rating-item .rating-caption{float:left;font-weight:700;width:160px}#reviews .rating-item .rating-comment{float:left;margin-left:20px;width:420px}#reviews .rating-item .rating-product-name a{font-size:13px;font-weight:700;text-decoration:none}#reviews .reviews-head{border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px;font-weight:700;overflow:hidden;width:100%}#reviews .reviews-list{overflow:hidden;width:100%}#reviews-info .rating-item .rating-caption{float:left;font-weight:700;width:70px}#reviews-info .rating-item .rating-comment{float:left;margin-left:20px;width:330px}#reviews-info .rating-item .rating-meta{float:left;text-align:right;width:160px}#right{display:none;float:left;position:relative}#search{background-color:transparent;background-image:url(backgrounds/separator-30-vert.png);background-position:right center;background-repeat:no-repeat;float:left;height:24px;width:192px}#search_field{float:left;margin-right:3px;width:130px}#tab_gx_customizer{padding:10px 0}#top_navi{background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat;margin:0 auto;overflow:hidden;width:1000px}#top_navi ul li span{color:#fff;display:inline-block;height:19px;line-height:19px;padding:3px 8px 3px 10px;text-decoration:none}#top_navi_inner ul li{background-color:#b7b7b7;background-image:url(backgrounds/separator-30-vert.png);background-position:right center;background-repeat:no-repeat;display:block;float:left;height:25px;padding-right:2px}#top_navi_inner ul li a{color:#fff;display:block;float:left;height:19px;line-height:19px;overflow:hidden;padding:3px 8px 3px 10px;text-decoration:none}#top_navi_inner ul li a:hover{background-color:#999;background-image:none;background-position:0 0;background-repeat:repeat}#top_navi_inner ul li.last{background-image:none;padding-right:0}.top_navi_arrow{background-image:url(backgrounds/icon-white-arrowdown.png);background-position:100% 50%;background-repeat:no-repeat;height:19px;line-height:19px;padding-right:15px;position:absolute;right:10px;top:3px}.top_navi_home{background-image:url(backgrounds/icon-white-home.png);background-position:50% 50%;background-repeat:no-repeat;height:19px;position:absolute;right:10px;top:3px;width:12px}.account_history_info .order_history_list .calculation .col_3{border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px;padding-right:5px;text-align:right}.account_history_info .order_history_list .calculation .col_4{background-color:#eee;border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px}.account_history_info .order_history_list .col_0{text-align:center;width:50px}.account_history_info .order_history_list .col_4{width:100px}.h2_headline{color:#666;font-family:Arial,Tahoma,Verdana;font-size:14px;font-weight:700}.address-book-addresses-buttons{width:500px}.address-book-addresses-name{float:left;width:300px}.article-list .article-list-item-right{float:right;position:relative;width:760px}.article-list dl dd{background-image:none;overflow:hidden;width:auto}.article-list dl dt{background-image:none;float:left;font-weight:700;width:auto}.article-list-item-delivery p{display:inline}.article-list.cols{margin-bottom:1em}.article-list.cols .article-list-item{background-color:#fff;background-image:url(backgrounds/article-item-bg.gif);background-position:right bottom;background-repeat:no-repeat;display:inline-block;float:left;margin-bottom:18px;width:190px}.article-list.cols .article-list-item-button{float:right;margin-top:10px}.article-list.cols .article-list-item-image{display:inline-block;height:140px;text-align:center;width:100%}.article-list.cols .article-list-item-inside{margin:15px}.article-list.cols .article-list-item-price{height:42px}.article-list.cols .article-list-item-text .title{font-weight:700;height:30px}.article-list.cols .article-list-item:hover{background-color:#f9f9f9}.article-list.cols .article-list-item img:hover{border-color:#EEE;border-style:solid;border-width:1px}.article-list.offer .article-list-item-text .price a:hover{text-decoration:none}.article-list.rows .article-count-input{width:30px}.article-list.rows .article-list-item{background-color:#fff;width:100%}.article-list.rows .article-list-item-bottom{background-image:url(backgrounds/article-item-rows-bg.png);background-position:0 100%;background-repeat:repeat-x;clear:both;float:left;padding-bottom:10px;position:relative;width:100%}.article-list.rows .article-list-item-delivery{float:left;padding-left:10px;padding-top:13px;position:relative;width:auto}.article-list.rows .article-list-item-image{float:left;height:160px;margin:20px 0 0;padding-left:10px;padding-right:10px;position:relative;width:auto}.article-list.rows .article-list-item-image-inline{margin-left:auto;margin-right:auto}.article-list.rows .article-list-item-main{float:left;margin:20px 20px 0 0;position:relative;width:380px}.article-list.rows .article-list-item-main h2 a{color:#666;font-family:Arial,Tahoma,Verdana;font-size:13px;font-style:normal;font-weight:700;text-align:left;text-decoration:none}.article-list.rows .article-list-item-main h2 a:hover{color:#666;font-family:Arial,Tahoma,Verdana;font-size:13px;font-style:normal;font-weight:700;text-align:left;text-decoration:underline}.article-list.rows .article-list-item-price{bottom:0;margin-bottom:10px;position:absolute;right:0;text-align:right;width:auto}.article-list.rows .article-list-item-price .tax-shipping-text{color:#666;font-family:Arial,Tahoma,Verdana;font-size:10px;font-style:normal;font-weight:400;line-height:2em;text-align:left;text-decoration:none}.billiger-gesehen .article-list-item{background-color:transparent;margin-bottom:20px;margin-top:0;width:100%}.billiger-gesehen .article-list-item-image{float:left;margin:0 10px;position:relative}.billiger-gesehen .article-list-item-image img{border-color:#ccc;border-style:solid;border-width:1px;margin-left:0;margin-right:20px;margin-top:20px}.billiger-gesehen .article-list-item-main{float:left;margin:20px 20px 10px 0;position:relative;width:540px}.billiger-gesehen .article-list-item-main .title{font-size:13px;font-weight:700}.billiger-gesehen .article-list-item-price{clear:left;float:left;margin:0 0 10px;position:relative;text-align:left;width:160px}.billiger-gesehen .article-list-item-price .tax-shipping-text{font-size:9px;line-height:2em}.billiger-gesehen .back_button{float:left;margin-bottom:20px;margin-top:20px;position:relative}.billiger-gesehen .send_button{float:right;margin-bottom:20px;margin-top:20px;position:relative}.cols2{display:inline-block;width:100%}.cols2 .col{float:left;margin-right:20px;width:350px}.cols2 .col.last{float:right;margin-right:0}.cols3{background-image:url(backgrounds/account-dotted-line.png);display:inline-block}.cols3 .col{display:inline-block;float:left;margin-right:10px;width:240px}.cols3 .col .col-inside{padding:0 10px 0 0}.cols3 .col.last{margin-right:0}.cols3 h3{color:#666;font-size:14px;font-style:normal;font-weight:700;text-decoration:none}.content-box{background-color:#e5e5e5;background-image:url(backgrounds/content-box-bg.jpg);background-position:top;background-repeat:repeat-x;border-color:#eaeaea;border-style:solid;border-width:1px;margin:0 0 10px;width:100%}.content-box .article-list-item-image{display:inline-block;text-align:center;width:100%}.content-box .icon{padding-top:3px;position:absolute;right:5px;top:5px}.content-box-header-inner{color:#666;font-size:14px;font-weight:700;padding:5px 10px}.content-box-main-inner{padding:5px 10px;width:180px}.content-box.categories a{background-color:transparent;background-image:none;background-position:top left;background-repeat:no-repeat;color:#545454;display:block;font-size:11px;line-height:20px;padding:5px 0 5px 20px;text-decoration:none}.content-box.categories a.active{background-image:url(backgrounds/categories-item-bg-active.gif);color:#666}.content-box.categories li{background-color:#fff;background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom;background-repeat:repeat-x;margin-left:0;padding-bottom:1px;padding-left:0}.content-box.categories ul{list-style:none;margin-left:0;padding-left:0}.content-box.white{background-color:#fff;background-image:none;background-position:top;background-repeat:repeat-x;border-color:#eaeaea;border-style:solid;border-width:1px;margin:0 0 10px;width:100%}.article-list.bestsellers .article-list-item{background-color:transparent;background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom;background-repeat:repeat-x;display:block;margin:0 0 10px;padding-bottom:5px;padding-right:0;padding-top:0}.article-list.bestsellers .article-list-item-image{display:none;text-align:center}.article-list.bestsellers .article-list-item-price{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;font-style:normal;font-weight:400;text-align:right;text-decoration:none}.article-list.bestsellers .article-list-item-price .price{font-weight:400}.article-list.bestsellers .article-list-item-text{display:block;float:left;width:90%}.currency_inside a{color:#eee;text-decoration:none}.customer_login_inside{background-color:#b7b7b7;background-image:none;background-position:0 0;background-repeat:repeat;padding:10px}.customer_login_inside label{color:#eee}.customer_login_links{margin-top:8px}.details{margin-bottom:30px;margin-top:10px}.details .actions{background-color:#fff;background-image:url(backgrounds/separator-dotted-hori.png);background-position:top;background-repeat:repeat-x;display:inline-block;margin-top:20px;position:relative;width:750px}.details .actions a{background-color:transparent;background-image:url(backgrounds/separator-dotted-vert.png);background-position:left;background-repeat:repeat-y;color:#666;display:block;float:right;font-size:10px;line-height:24px;margin-top:5px;padding-left:10px;padding-right:10px;text-decoration:none}.details .description{border-bottom-color:#999;border-bottom-style:solid;border-bottom-width:1px;color:inherit;margin-bottom:20px;width:750px}.details .gallery{float:left;min-height:400px;width:380px}.details .gallery .stage{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;font-style:normal;font-weight:400;height:345px;line-height:279px;overflow:hidden;text-align:center;text-decoration:none;width:370px}.details .gallery .thumbnail{border-color:#ccc;border-style:solid;border-width:1px;float:left;height:86px;margin-bottom:3px;margin-right:3px;overflow:hidden;padding:1px;width:86px}.details .info{background-color:#fff;background-image:url(backgrounds/details-info-bg.jpg);background-position:left top;background-repeat:no-repeat;float:left;min-height:400px;width:372px}.details .info #details_qty_advice{line-height:1.7em;padding-top:10px}.details .info .attributes{background-color:#eee;clear:both;margin-top:1em;padding-bottom:5px;padding-top:5px;width:352px}.details .info .attributes dd{background-image:none;padding-bottom:4px;padding-top:4px}.details .info .attributes dt{background-image:none;line-height:1.5em;padding-bottom:4px;padding-top:4px}.details .info .attributes.table_listing .attributes_label{font-size:11px;font-weight:700;padding-left:10px}.details .info .attributes.table_listing div{font-size:11px;padding:5px}.details .info .inside{background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat;padding:0 0 0 20px}.details .info .price-container{margin-top:20px}.details .info .price-container .article-count-input{width:40px}.details .info .price-container .inside{padding-right:12px;text-align:right}.details .info .price-container .leaflet{clear:both;font-size:12px;margin-top:10px;text-align:right;width:100%}.details .info .price-container .leaflet a{color:#666;font-size:12px;text-decoration:underline}.details .info .price-container .price{color:#666;font-size:22px;font-weight:700}.details .inside dl{background-image:url(backgrounds/separator-dotted-hori.png);background-position:center bottom;background-repeat:repeat-x;overflow:hidden}.details .product-documents dt{background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom;background-repeat:repeat-x;clear:left;float:left;font-size:11px;font-weight:700;margin:0;padding:10px 0 10px 10px;width:340px}.details .product-documents dt img{float:left;margin-right:10px}.details .rating{width:750px}.details .rating-item .rating-caption{float:left;font-weight:700;width:60px}.details .rating-item .rating-comment{float:left;margin-left:20px;width:550px}.details .rating-item .rating-meta{float:left;text-align:right;width:120px}.details .rating-item .rating-stars{margin-bottom:10px;margin-top:10px}.future_products{margin-top:20px;width:760px}.future_products dd{padding-left:0;padding-right:0;text-align:right;width:30%}.future_products dt{padding-left:0;padding-right:0;width:70%}.gm_gprint_field{background-color:#FFF;border:1px solid #CCC;color:#000;font-family:Arial,Tahoma,Helvetica,Sans-Serif;font-size:12px;padding:0}.gradient{background-image:url(backgrounds/gradients/gradient.png);background-repeat:repeat-x}.gradient.reflection{background-image:url(backgrounds/gradients/gradient-reflection.png);background-position:left center;background-repeat:repeat-x}.gradient.reverse{background-image:url(backgrounds/gradients/gradient-reverse.png);background-position:top;background-repeat:repeat-x}.h200{height:200px}.h250{height:250px}.h300{height:300px}.headline{color:#666;font-size:20px;font-weight:400;padding:20px 0 0}.icon_gallery_back{background-image:url(backgrounds/lightbox-buttons.png);background-position:0 -120px;display:block;float:left;height:30px;text-decoration:none;width:50px}.icon_gallery_next{background-image:url(backgrounds/lightbox-buttons.png);background-position:0 -60px;display:block;float:right;height:30px;text-decoration:none;width:50px}.icon_lightbox_close{background-image:url(backgrounds/lightbox-buttons.png);background-position:0 0;display:block;float:right;height:30px;text-decoration:none;width:50px}a.icon_lightbox_close_checkout{background-image:url(backgrounds/lightbox-close.png);background-position:0 0;color:#393939;display:block;font-size:14px;height:19px;margin:10px auto;outline:0 none;padding:5px 0 0 21px;text-decoration:none;text-transform:uppercase;width:96px}a.icon_lightbox_close_checkout:hover{background-image:url(backgrounds/lightbox-close.png);background-position:0 -24px;color:#393939;display:block;font-size:14px;height:19px;margin:10px auto;outline:0 none;padding:5px 0 0 21px;text-decoration:none;text-transform:uppercase;width:96px}.input-select{background-color:#fff;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#666;height:24px;padding:2px}.wrap_shop input.input-text{background-color:#fff;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;height:18px;padding:2px}.wrap_shop input.input-text.big{font-size:14px;padding:6px}.input-textarea{background-color:#fff;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;height:18px;padding:2px}.lightbox_close{position:absolute;right:0;text-align:right}.megadropdown .megadropdown-inside{background-color:#fff;background-image:url(backgrounds/megadropdown-bg.png);background-position:top;background-repeat:repeat-x;border-left-color:#ccc;border-left-style:solid;border-left-width:1px;margin-bottom:0;padding-left:20px;padding-top:20px}.megadropdown li{margin-left:0;padding-left:0}.megadropdown ul{list-style:none;margin-left:0;margin-top:0;padding-left:0}.megadropdown ul li{background-image:url(backgrounds/separator-dotted-vert.png);background-position:right;background-repeat:repeat-y;display:inline-block;float:left;margin-bottom:30px;margin-right:20px;width:170px}.megadropdown ul li ul li{height:auto;margin-bottom:0}.noscript_notice{background-color:#FF9;color:#000;padding:10px;text-align:center}.order_payment .payment_item fieldset{margin-top:20px;padding-left:40px}.order_payment .payment_item fieldset label{font-weight:700;padding-left:0}.order_payment .payment_item p{font-size:13px;margin-bottom:0;margin-top:0}.order_payment textarea{height:100px;width:686px}.order_payment #comments_textarea{background-color:#FFF;background-image:url(backgrounds/gradient-small-reverse.png);background-position:left top;background-repeat:repeat-x;border:1px solid #A3A3A3;color:#666;height:100px;width:686px}.order_shipping .shipping_item p{margin-bottom:0;margin-top:0}.order_thanks .order_success_text p{color:#666;font-size:14px;padding-left:30px;padding-right:50px}.order_thanks .product-documents{margin-bottom:10px;padding-left:30px}.order_thanks .thanks{color:#666;font-size:14px;font-weight:700;padding-bottom:30px;padding-left:30px;padding-top:30px}.product-listing .description img{float:right;margin:0 0 10px 20px}#product_listing .panel{background-color:#eee;background-image:none;background-position:0 0;background-repeat:repeat;border-bottom-color:#ccc;border-bottom-style:solid;border-bottom-width:1px;border-top-color:#ccc;border-top-style:solid;border-top-width:1px;margin:20px 0;width:100%}#product_listing .panel .inside{padding:3px}#product_listing .panel .panel-viewmode{float:left;padding-left:20px;padding-top:4px}#product_listing .panel .panel-itemcount{float:left;margin-left:20px;padding:4px;position:relative}#product_listing .panel .panel-pagination{float:right;padding:4px;position:relative}#product_listing .panel .panel-pagination p{color:#666;margin:.5em 0 0}#product_listing .panel .panel-sort{float:left;padding:4px;position:relative}#product_listing .panel label{color:#666;font-size:11px;font-weight:700;padding:4px 4px 4px 0}.panel-pagination-info{color:#666;float:left;font-family:Arial,Tahoma,Verdana;font-size:12px}.required_info{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;text-align:right;width:100%}.shopping-cart-headline{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;font-style:normal;font-weight:700;text-align:right;text-decoration:none}.shopping_cart{background-color:#fff;background-image:none;background-position:top left;background-repeat:repeat-x;clear:both;margin-top:20px;overflow:hidden;width:760px}.shopping_cart .checkout_button{float:right;margin-bottom:0;margin-top:20px;position:relative;text-align:right}.shopping_cart .continue_button{float:left;margin-bottom:0;margin-top:20px;position:relative}.shopping_cart .shipping-text{color:#666;font-size:10px;font-style:normal;font-weight:400;text-decoration:none}.shopping_cart_list{margin-top:20px;width:100%}.shopping_cart_list .col_0{padding-bottom:10px;padding-top:10px;text-align:center}.shopping_cart_list .col_0 .content-box{margin-top:20px;text-align:left}.shopping_cart_list .col_0 .content-box-header-inner{color:#666;font-size:20px;font-weight:400}.shopping_cart_list td.col_4{background-color:#eee;font-weight:700;text-align:right;width:170px}.shopping_cart_list tr.calculation td.col_1{background-image:none;border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px;text-align:right}.shopping_cart_list tr.calculation td.col_2{background-image:none;border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px;font-weight:700;text-align:right;width:170px}.shopping_cart_list tr.last-article td{background-image:none;border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px}.order_confirm .shopping_cart_list .calculation .col_0{text-align:left;vertical-align:bottom}.order_confirm .shopping_cart_list th{font-style:normal;font-weight:700;padding-bottom:2px;padding-top:10px;text-decoration:none}.order_confirm .shopping_cart_list th.amount{width:50px}.order_confirm .shopping_cart_list td{background-color:#fff;background-position:bottom;background-repeat:repeat-x;color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;padding-bottom:5px;padding-top:5px;vertical-align:top}.order_confirm .shopping_cart_list td.col_4{font-weight:700;text-align:right}.order_confirm h2 a{font-size:11px;font-weight:400}.sub_categories_listing_body{height:100%;list-style-type:none;margin:3px 0;overflow:hidden;text-align:center}.sub_categories_listing_body .box_list{float:left;height:100%;list-style-type:none;overflow:hidden;padding:5px;text-align:center}.wrap_shop .tabs #tabbed_description_part{line-height:1.7em;margin-bottom:10px;margin-top:10px;width:100%}.wrap_shop .tabs .ui-tabs-nav{background-color:#fff;background-image:url(backgrounds/tabs-navi-bg.png);background-position:bottom;background-repeat:repeat-x;display:inline-block;margin-left:0;padding-left:0;width:750px}.wrap_shop .tabs .ui-tabs-nav .ui-tabs-selected a{background-color:transparent;background-image:url(backgrounds/tabs-active-bg.png);background-position:center bottom;background-repeat:no-repeat;color:#666}.wrap_shop .tabs .ui-tabs-nav li{background-color:transparent;background-image:url(backgrounds/separator-30-vert.png);background-position:right center;background-repeat:no-repeat;display:block;float:left;margin-left:0;padding-left:0}.wrap_shop .tabs .ui-tabs-nav li a{color:#333;display:inline-block;font-size:11px;line-height:20px;padding:10px 20px;text-decoration:none}.user_home{display:inline-block;margin-bottom:30px}.user_home .order{border-bottom-color:#ccc;border-bottom-style:solid;border-bottom-width:1px;margin-bottom:10px;padding-bottom:10px;width:100%}.user_home .order .product-documents dd{padding:3px 0;width:230px}.user_home .order .product-documents dl{background-image:url(backgrounds/separator-dotted-hori.png);background-position:top;background-repeat:repeat-x;margin-bottom:5px;margin-top:5px;width:100%}.user_home .order .show_download_button{float:right;margin-top:5px}#customer_login label{color:#fff;display:inline-block;font-size:11px;font-weight:700;padding:4px 0}.panel-pagination a:hover{color:#000;text-decoration:none}#menubox_admin{background-color:#FFF;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#dadada;border-style:solid;border-width:1px;margin:0 0 10px;padding:0;width:100%}#menubox_categories{background-color:#FFF;background-image:none;background-position:0 0;background-repeat:repeat;border-color:transparent;border-style:solid;border-width:0;margin:0 0 10px;padding:0;width:100%}#menubox_newsletter_body .submit{padding-bottom:0;padding-top:10px;text-align:right}#menubox_reviews_body .content-box-main-inner{color:#666;font-family:Arial, Tahoma, Verdana;font-size:12px;font-style:normal;font-weight:400;padding:5px 10px;text-align:center;text-decoration:none;width:180px}.order_payment .accept_box{background-color:#FECCCB;border-color:#FE0000;border-style:solid;border-width:1px;margin-top:2px;overflow:hidden;width:690px}.order_payment .accept_box_checkbox{float:left;width:20px}.order_payment .accept_box_text{color:#666;float:left;margin:3px 0 2px 5px}#head_shopping_cart.active{background-image:url(backgrounds/head-shopping-cart-active-bg.png);background-position:0}#head_navi{background-color:#6d6d6d;background-image:url(backgrounds/gradients/gradient.png);background-position:0 0;background-repeat:repeat-x;height:30px;width:980px}.subcategories_listing ul li ul li{height:20px;margin-bottom:0}.wrap_shop fieldset input.input-text{background-color:#fff;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;height:18px;padding:2px;width:234px}.wrap_shop fieldset select.input-select{background-color:transparent;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#666;height:24px;padding:2px;width:206px}.wrap_shop fieldset table td{color:#666;font-family:Arial, Tahoma, Verdana;font-size:12px;padding-bottom:10px}.wrap_shop .order_confirm p{color:#666;font-size:14px;margin-left:30px}.module_option_checked{background-color:#eee;cursor:pointer;overflow:hidden}.popup_content h1{color:#666;font-family:Arial,Tahoma,Verdana;font-size:20px;font-weight:400;margin-top:0}.popup_content{padding:20px}#fixed_dropdown_shopping_cart_header{background-color:#00B6DE;background-position:bottom;height:37px;margin-left:6px;width:196px}#fixed_dropdown_shopping_cart_header .cart-head-text{padding-right:12px;padding-top:5px}#fixed_dropdown_shopping_cart_header .cart-head-icon{padding:5px}#fixed_dropdown_shopping_cart_header .shopping-cart-headline{color:#fff;font-size:12px}#fixed_dropdown_shopping_cart_header .shopping-cart-product-count{color:#fff}.cart_error_color{color:#fe0000;font-size:12px;font-style:normal;font-weight:400;text-decoration:none}.shopping_cart_list th.wish_list_qty{border-bottom:1px solid #666;font-weight:700;padding-top:10px;text-align:left;width:50px}.shopping_cart_list th.wish_list_checkbox{border-bottom:1px solid #666;font-weight:700;padding-top:10px;text-align:left;width:30px}#live_search_container #live_search_head{color:#666;font-family:Arial,Verdana,Tahoma;font-size:10px;font-weight:700;line-height:24px;text-align:left;text-decoration:none}#live_search_container a{color:#666;display:block;font-family:Arial,Verdana,Tahoma;font-size:10px;font-style:normal;font-weight:400;padding:5px 0;text-decoration:none}#live_search_container li{background-color:#fff;background-image:url(backgrounds/separator-dotted-hori.png);background-position:top;background-repeat:repeat-x;padding-left:0;padding-top:1px}.site_navigation{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;text-align:right}.jcarousel-control{bottom:10px;position:absolute;right:10px;z-index:100}.jcarousel-control a{border-color:#fff;border-style:solid;border-width:4px;display:inline-block;font-size:75%;margin:0;padding:0;text-decoration:none}.jcarousel-control a:hover{border-color:#000;border-style:solid;border-width:4px;outline:none}a.jcarousel_control_a_active{border-color:#00b6de;border-style:solid;border-width:4px;outline:none}.jcarousel-scroll{margin-top:10px;text-align:center}#jcarousel_container{margin:0 0 20px;padding:0;position:relative}.wrap_shop #main #main_inside .highlight_form{border-color:#1099BB;color:#666;font-weight:700}.circle_arrow_right{background-color:transparent;background-image:url(backgrounds/icon-grey-circlearrowrigh.png);background-position:top left;background-repeat:no-repeat;float:right;height:14px;width:14px}.filter_heading{background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat;color:#666;font-style:normal;font-weight:700;margin:0 0 5px;padding:0;text-align:left;text-decoration:none}.wrap_shop #menubox_filter input.filter_price_input{background-color:#fff;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;height:18px;padding:2px;width:50px}body #wrap_box.wrap_shop a.button_green{background-color:#03d012;background-image:url(backgrounds/gradients/gradient-reflection.png);background-position:left center;background-repeat:repeat-x;border-color:#03d012;border-style:solid;border-width:1px;color:#FFF;display:inline-block;font-size:11px;text-decoration:none}body #wrap_box.wrap_shop a.button_green_big{background-color:#03d012;background-image:url(backgrounds/gradients/gradient-reflection.png);background-position:left center;background-repeat:repeat-x;border-color:#03d012;border-style:solid;border-width:1px;color:#FFF;display:inline-block;font-size:14px;text-decoration:none}body #wrap_box.wrap_shop a.button_blue{background-color:#c8c8c8;background-image:url(backgrounds/gradients/gradient.png);background-position:bottom;background-repeat:repeat-x;border-color:#484848;border-style:solid;border-width:1px;color:#fff;display:inline-block;font-family:Arial,Tahoma,Verdana;font-size:11px;font-style:normal;font-weight:400;text-align:start;text-decoration:none}body #wrap_box.wrap_shop a.button_blue:hover{background-color:#4c4c4c;background-image:none;background-position:0 0;background-repeat:repeat;color:#fff;cursor:pointer;font-family:Arial,Tahoma,Verdana;font-size:11px;font-style:normal;font-weight:400;text-align:start;text-decoration:none}body #wrap_box.wrap_shop a.button_blue:active{background-color:#777;background-image:url(backgrounds/gradients/gradient-reverse.png);background-position:top;background-repeat:repeat-x}body #wrap_box.wrap_shop a.button_blue_big{background-color:#c8c8c8;background-image:url(backgrounds/gradients/gradient.png);background-position:left center;background-repeat:repeat-x;border-color:#484848;border-style:solid;border-width:1px;color:#FFF;display:inline-block;font-family:Arial,Tahoma,Verdana;font-size:14px;font-style:normal;font-weight:400;text-align:start;text-decoration:none}body #wrap_box.wrap_shop a.button_blue_big:hover{background-color:#4c4c4c;background-image:none;background-position:0 0;background-repeat:repeat;color:#fff;cursor:pointer;font-family:Arial,Tahoma,Verdana;font-size:14px;font-style:normal;font-weight:400;text-align:start;text-decoration:none}body #wrap_box.wrap_shop a.button_grey{background-color:#999;background-image:url(backgrounds/gradients/gradient.png);background-position:bottom;background-repeat:repeat-x;border-color:#666;border-style:solid;border-width:1px;color:#fff;display:inline-block;font-size:11px;text-decoration:none}body #wrap_box.wrap_shop a.button_grey_big{background-color:#999;background-image:url(backgrounds/gradients/gradient-reflection.png);background-position:left center;background-repeat:repeat-x;border-color:#666;border-style:solid;border-width:1px;color:#fff;display:inline-block;font-size:14px;text-decoration:none}body #wrap_box.wrap_shop a.button_red{background-color:red;background-image:url(backgrounds/gradients/gradient.png);background-position:bottom;background-repeat:repeat-x;border-color:red;border-style:solid;border-width:1px;color:#fff;display:inline-block;font-size:11px;text-decoration:none}body #wrap_box.wrap_shop a.button_red:hover{background-color:#d00;color:#fff;cursor:pointer}#product_listing a.button_green{background-color:#03d012;background-image:url(backgrounds/gradients/gradient-reflection.png);background-position:left center;background-repeat:repeat-x;border-color:#03d012;border-style:solid;border-width:1px;color:#FFF;display:inline-block;font-size:13px;margin:0;padding:0;text-decoration:none}textarea.readonly{background-color:#eee;background-image:url(backgrounds/gradient-small-reverse.png);background-position:left top;background-repeat:repeat-x;border-color:#A3A3A3;border-style:solid;border-width:1px;color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;height:200px;padding:2px;width:750px}.submenu div{background-color:#fff;border-left:1px solid #ccc;border-top:1px solid #ccc;clear:left;float:left;padding:5px}.submenu ul li{background-color:#FFF;background-image:url(backgrounds/separator-dotted-hori.png);background-position:center bottom;background-repeat:repeat-x;clear:left;float:left;margin-left:0;min-width:180px;overflow:hidden;padding-bottom:1px;padding-left:0}.order_payment iframe{background-color:#EEE;background-image:url(backgrounds/gradient-small-reverse.png);background-position:left top;background-repeat:repeat-x;border-color:#A3A3A3;border-style:solid;border-width:1px;color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;height:200px;padding:2px;width:686px}#checkout_payment .items .module_name{color:#EEE;font-size:14px;font-weight:700;padding-bottom:10px;padding-top:20px}#container{background-color:#FFF;background-image:none;background-position:top left;background-repeat:no-repeat;border-color:transparent;border-style:solid;border-width:0;color:#999;margin:0 auto;overflow:hidden;width:1000px}#shipping_error{color:#FE0000;font-weight:700}#products_overview{background-color:#F3F3F3;overflow:hidden;padding:10px 0 0}#products_overview table th{border-bottom-color:#999;border-bottom-style:solid;border-bottom-width:1px;color:#999;font-size:14px;font-weight:700;padding-bottom:2px;padding-top:10px;text-align:left}#products_overview table .product_image{background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom right;background-repeat:repeat-x;padding-bottom:5px;padding-top:5px;text-align:center;vertical-align:top}#products_overview table .product_quantity{background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom left;background-repeat:repeat-x;color:#666;font-size:14px;line-height:20px;padding-bottom:5px;padding-top:5px;text-align:center;vertical-align:top}#products_overview table td.product_total_price{background-color:#DDD;background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom right;background-repeat:repeat-x;color:#666;font-size:14px;font-weight:700;line-height:20px;padding-bottom:5px;padding-top:5px;text-align:right;vertical-align:top}#products_overview table tr.last td{background-image:none;border-bottom-color:#999;border-bottom-style:solid;border-bottom-width:1px}#products_overview table .order_total_name{border-bottom-color:#999;border-bottom-style:solid;border-bottom-width:1px;color:#666;padding-bottom:5px;padding-top:5px;text-align:right}#products_overview table .order_total_price{background-color:#DDD;border-bottom-color:#999;border-bottom-style:solid;border-bottom-width:1px;color:#666;font-size:14px;font-weight:700;padding-bottom:5px;padding-top:5px;text-align:right}#products_overview table .total td{background-color:transparent;border-bottom-width:0;color:#666;font-size:22px;font-weight:700;padding-bottom:5px;padding-top:5px;text-align:right;white-space:nowrap}#confirmation_info{background-color:#F3F3F3;border-color:#666;border-style:solid;border-width:0;color:#666;float:right;font-size:12px;margin:20px 0 0;overflow:hidden;padding:5px;text-align:justify;width:auto}body #wrap_box.wrap_shop .order_confirm .back_button a.button_grey_big{display:block;margin-top:42px}.order_confirm .shopping_cart_list tr.last-article td{background-image:none;border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px;color:#666}#menubox_categories_box_body .content-box-main-inner{color:#666;font-family:Arial, Tahoma, Verdana;font-size:11px;font-style:normal;font-weight:400;padding:0 10px 0 8px;text-align:left;text-decoration:none;width:180px}#menubox_categories_box .categories{height:100%;margin:0 0 3px;overflow:hidden;padding:4px 3px;text-align:left}#menubox_categories_box .cat_sub_link{color:#666;font-family:Arial,Tahoma,Verdana;font-size:11px;font-style:normal;font-weight:400;text-align:left;text-decoration:none;text-transform:none}#menubox_categories_box .cat_icon{float:left;height:100%;padding:1px 0 0}#menubox_categories_box .cat_link_container{padding:5px 0 0}.order_payment .payment_item fieldset .input .label{display:inline-block;font-size:13px;padding:4px 0;width:180px}#details_cart_part span.quantity_container{background-color:#FFF;background-image:url(backgrounds/gradient-small-reverse.png);background-position:left top;background-repeat:repeat-x;border-color:#A3A3A3;border-style:solid;border-width:1px;min-width:52px}#product_listing span.quantity_container{background-color:#FFF;background-image:url(backgrounds/gradient-small-reverse.png);background-position:left top;background-repeat:repeat-x;border-color:#A3A3A3;border-style:solid;border-width:1px;min-width:34px}#details_cart_part span.quantity_container input.products_quantity{color:#666;font-family:Arial,Tahoma,Verdana;font-size:14px;height:18px;padding:6px;text-align:right;width:20px}#product_listing span.quantity_container input.products_quantity{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;height:18px;padding:2px;text-align:right;width:20px}#details_cart_part span.quantity_container label.products_quantity_unit{color:#666;font-family:Arial,Tahoma,Verdana;font-size:14px;height:18px;padding:7px 6px 5px 0;text-align:left}#product_listing span.quantity_container label.products_quantity_unit{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;height:18px;padding:4px 2px 0 0;text-align:left}#cart_shipping_costs_selection{background-color:#fff;border-color:#d5d5d5;border-style:solid;border-width:1px;padding:10px 12px;text-align:left;width:350px}#cart_shipping_costs_selection .cart_shipping_costs_headline{color:#666;font-weight:700;margin-bottom:10px}#cart_shipping_costs_selection .cart_shipping_costs_select{background-color:#eee;border-bottom-color:#d5d5d5;border-bottom-style:solid;border-bottom-width:1px;padding:6px 0 5px 15px}#cart_shipping_costs_selection .cart_shipping_costs_content label{color:#666;float:left;height:24px;line-height:24px;padding:0;width:120px}#cart_shipping_costs_selection .cart_shipping_costs_content select{float:left;width:200px}#cart_shipping_costs_selection p{cursor:default;float:left;line-height:24px;margin:0;width:200px}#cart_shipping_costs_selection .shipping_costs{font-weight:700;line-height:20px;padding:0 15px 0 0;text-align:right}#cart_shipping_costs_selection .cart_shipping_costs_select_result{background-color:#eee;padding:8px 0}.cart_shipping_costs_info_icon{margin:4px 0}.cart_shipping_costs_info_text{background-color:#eee;border-color:#aeaeae;border-style:solid;border-width:1px;color:#9f9f9f;font-size:10px;line-height:13px;margin:0 0 0 20px;padding:3px;text-align:left;width:161px}.cart_shipping_costs_info_text a{color:#9F9F9F}.wrap_shop #ipayment legend{background-color:#fccfcc;color:#333}.wrap_shop #ipayment p.error{background-attachment:scroll;background-clip:border;background-color:#ffaffa;background-image:none;background-origin:padding;background-position:0 0;background-repeat:repeat;background-size:auto;border-color:#faafaa}#recallform{width:95%}#recallform table tr:hover{background-color:#EFEFEF}.align_left{text-align:left}#recallform table .whithdrawal_product_attr{font-style:italic}#recallform .withdrawal_date_container input{width:200px}#shipping_and_payment_matrix th{border-bottom-color:#D3D3D3;border-bottom-style:solid;border-bottom-width:1px;color:#666;text-align:left;vertical-align:top}#shipping_and_payment_matrix td{border-bottom-color:#D3D3D3;border-bottom-style:solid;border-bottom-width:1px;color:#666;font-family:Arial, Helvetica, Sans-Serif;font-size:12px;text-align:left;vertical-align:top}#withdrawal_wrapper #create_account input.input-text{background-color:#fff;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#666;font-family:Arial,Tahoma,Verdana;font-size:14px;height:24px;padding:2px;width:270px}#withdrawal_wrapper #create_account input.input-text.city{width:194px}#withdrawal_wrapper .withdrawal_textarea_hint{font-size:12px}#withdrawal_wrapper .input textarea{float:left;font-size:14px;height:200px;width:700px}#withdrawal_wrapper .content{font-size:14px;padding-left:10px}dd.download_delay_message{padding:5px 5px 25px}.wrap_shop h3{color:#666;font-size:20px;font-weight:400;margin-bottom:13px;margin-top:13px}#menubox_gm_trusted_shops_video{background-color:#fff;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#dadada;border-style:solid;border-width:1px;margin:0 0 10px;padding:0;width:100%}#menubox_gm_trusted_shops_video_head .content-box-header-inner{background-color:#6d6d6d;background-image:url(backgrounds/gradients/gradient.png);background-position:0 0;background-repeat:repeat;color:#fff;font-family:Arial,Tahoma,Verdana;font-size:13px;font-style:normal;font-weight:700;padding:5px 10px;text-align:left;text-decoration:none}#menubox_gm_trusted_shops_video .content-box-main-inner{padding:5px;width:190px}.payment_information{margin-left:26px}.filter_selection{background-color:#EEE;border-bottom-color:#CCC;border-bottom-style:solid;border-bottom-width:1px;border-top-color:#CCC;border-top-style:solid;border-top-width:1px;margin:0;overflow:hidden;padding:4px}.filter_selection p{margin:0 0 5px}.filter_selection .filter_container{float:left;margin:0 20px 5px 0;overflow:hidden}.filter_selection .filter_container ul{list-style-type:none;margin:0 20px 5px 5px;padding:0}#properties_selection_container #properties_error{color:#D20202}div.klarna_widget{border-color:#ccc;border-style:solid;border-width:1px;overflow:auto;padding:5px;width:250px}.details .inside dd{background-image:url(backgrounds/separator-dotted-hori.png);background-position:-1px top;background-repeat:repeat-x;float:left;margin:0;padding:10px 0 10px 20px;width:230px}.details .inside dt{line-height:1.5em}.details #cart_quantity .info .attributes dd{background-image:none;background-position:-1px top;background-repeat:repeat-x;float:left;margin:0;padding:10px 0 10px 20px;width:230px}.details #cart_quantity .info .attributes dt{background-image:none;background-position:center top;background-repeat:repeat-x;clear:left;float:left;font-weight:700;margin:0;padding:10px 0 10px 10px;width:90px}#country .country_content{background-color:#9a9a9a;max-height:200px;overflow:auto;padding:5px 10px 0 5px}#menubox_mailbeez_shopvoting_body .content-box-main-inner{color:#666;font-family:Arial, Tahoma, Verdana;font-size:12px;font-style:normal;font-weight:400;padding:10px 19px;text-align:left;text-decoration:none;width:180px}#create_account fieldset input.input-text.street{margin-right:10px;width:124px}.miscellaneous-container{background-attachment:scroll;background-clip:border;background-color:#EEE;background-image:url(backgrounds/gradient-small-reverse.png);background-origin:padding;background-position:left top;background-repeat:repeat-x;background-size:auto;border:1px solid #A3A3A3;font-size:12px;height:200px;overflow-y:auto;padding:2px;width:686px}body{background-color:#dcdcdc}div.input.submit,.article-list.cols .article-list-item-text,.input-text.numeric,.shopping_cart_list tr.first th.col_4,.order_confirm .shopping_cart_list th.price,#products_overview table th.product_total_price,#recallform table input{text-align:right}fieldset,.content-box.no-border{border:none}fieldset table,.account_history_info .order_history_list,.future_products dl,.login .input-text,#products_overview table,#recallform table,#recallform textarea,#shipping_and_payment_matrix{width:100%}.wrap_shop input,.wrap_shop p,.wrap_shop td,.wrap_shop textarea{color:#666;font-family:Arial, Tahoma, Verdana;font-size:12px}#currency a,#country a{color:#fff;display:block;padding:0 0 5px 5px;text-decoration:none}#currency a:hover,#menubox_reviews_body a:hover,#menubox_trusted_body a:hover,.wrap_shop .tabs .ui-tabs-nav li a:hover,#main .product-documents a:hover,#country a:hover{text-decoration:underline}#flyover_box #flyover_body,#lightbox_gallery .lightbox_gallery_active,.content-box .price-info,.details .info .price-container .price .productOldPrice,.details .info .price-container .tax-shipping-text a,.panel-pagination,.panel-pagination strong,.details .info .price-container .price a,a.grey_link,#withdrawal_wrapper a.linkNorm,#withdrawal_wrapper a.linkNorm:active,#withdrawal_wrapper a.linkNorm:hover,.account_history_info a,.article-list-item-delivery a.abroad_shipping_info_link,.article-list-item-delivery a.abroad_shipping_info_link:active,.article-list-item-delivery a.abroad_shipping_info_link:hover,.article-list-item-delivery a.abroad_shipping_info_link:visited,span.download_product_name{color:#666}#flyover_layer,.megadropdown-shadow,.submenu_container .submenu,#country .country_container{background-image:url(backgrounds/shadow.png);background-position:right bottom;background-repeat:no-repeat;padding-bottom:9px;padding-right:9px}#gm_tell_a_friend_popup .vvcode img,.billiger-gesehen .vvcode img,.callback_service .vvcode img,.contact_us .vvcode img,.password_double_opt_in .vvcode img{margin-bottom:5px}#gm_tell_a_friend_popup .vvcode label,.billiger-gesehen .vvcode label,.callback_service .vvcode label,.contact_us .vvcode label,.password_double_opt_in .vvcode label{height:70px}#gm_tell_a_friend_popup textarea,.password_double_opt_in textarea{height:100px;width:300px}#head_navi ul li.dropdown a,#head_navi ul li.dropdown a:hover{background-color:#fff;background-image:none;color:#666}#head_navi ul li.first,#top_navi_inner ul li.first{margin-left:10px}#head_navi ul li.last,#reviews .rating-item.last,.account_history_info .order_history_list .calculation td,.article-list.bestsellers .article-list-item.last,.details .rating-item.last,.shopping_cart_list tr.calculation td.col_0,.shopping_cart_list td.order-total{background-image:none}#language a,.customer_login_links a{color:#fff;text-decoration:none}#language a:hover,.customer_login_links a:hover{color:#fff;text-decoration:underline}#left select,#recallform .withdrawal_date_container label{width:180px}#lightbox_gallery .thumbnails,.customer_login_inside .submit-container,.details .gallery .thumbnails{display:inline-block;margin-top:10px}#menubox_reviews_body,#menubox_trusted_body{text-align:center}#menubox_reviews_body a,#menubox_trusted_body a,.article-list a .productOldPrice,.article-list p,.article-list-item p,.article-list.cols .article-list-item-text .title a,.billiger-gesehen .article-list-item a,.cols3 li a,#product_listing .panel .panel-pagination a,.panel-pagination a,#menubox_admin_body .content-box-main-inner .content-box-main-inner_link a,#menubox_admin_body .content-box-main-inner .content-box-main-inner_link a:hover,#menubox_best_sellers_body .article-list a,#menubox_content_body .content-box-main-inner a,.first_page_content,.first_page_content a,.first_page_content a:active,#content_page .content_page_inner a,#content_page .content_page_inner a:active,#tabbed_description_part .ui-tabs-panel a,#tabbed_description_part .ui-tabs-panel a:active,.rating-comment a,.rating-comment a:active,#reviews-info h1 a,#reviews-info h1 a:active,.rating-product-name a,.rating-product-name a:active,#account a.account_link,#account a.account_link:active,a.pageResults,a.pageResults:active,#gm_privacy a,#gm_privacy a:active,.h200 a,.h200 a:active,#menubox_extrabox2_body .content-box-main-inner a,#menubox_extrabox3_body .content-box-main-inner a,#menubox_extrabox4_body .content-box-main-inner a,#menubox_extrabox5_body .content-box-main-inner a,#menubox_extrabox6_body .content-box-main-inner a,a.gm_shipping_link,a.gm_shipping_link:active,.payment_item a,.payment_item a:active,a.conditions_info_link,a.conditions_info_link:active,#product_navigation a,#product_navigation a:active,.shopping_cart_list a,.shopping_cart_list a:active,a.button_opensearch,a.button_opensearch:active,a.filter_features_link,a.filter_features_link:active,.future_products a,.future_products a:active,#menubox_categories_box a{color:#666;text-decoration:none}#product_info #gm_gprint a,.details .actions a:hover,.megadropdown ul li ul li a:hover,#product_listing .panel .panel-pagination a:hover,.subcategories_listing ul li ul li a:hover{color:#000}#reviews .rating .col_1,.details .rating .col_1{font-weight:700;width:80px}#reviews .rating .col_2,.details .rating .col_2{padding-right:20px;text-align:right;width:100px}#reviews .rating .col_3,.details .rating .col_3{width:400px}#reviews .rating .row_1 td,.details .rating .row_1 td{padding-bottom:10px}#reviews .rating-item,#reviews-info .rating-item,.address-book-addresses,.details .rating-item{background-color:transparent;background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom;background-repeat:repeat-x;line-height:18px;margin-bottom:10px;padding-bottom:10px;width:100%}#reviews .rating-item .rating-image,#reviews-info .rating-item .rating-image{float:left;margin-left:20px;width:130px}#reviews .rating-item .rating-product-name a:hover,.article-list.rows .article-list-item-price .tax-shipping-text a,.billiger-gesehen .article-list-item-price .tax-shipping-text a,.cols3 li a:hover,#menubox_best_sellers_body .article-list a:hover,#menubox_content_body .content-box-main-inner a:hover,.first_page_content a:hover,#content_page .content_page_inner a:hover,#tabbed_description_part .ui-tabs-panel a:hover,.rating-comment a:hover,#reviews-info h1 a:hover,.rating-product-name a:hover,#account a.account_link:hover,a.pageResults:hover,#gm_privacy a:hover,.h200 a:hover,#menubox_extrabox2_body .content-box-main-inner a:hover,#menubox_extrabox3_body .content-box-main-inner a:hover,#menubox_extrabox4_body .content-box-main-inner a:hover,#menubox_extrabox5_body .content-box-main-inner a:hover,#menubox_extrabox6_body .content-box-main-inner a:hover,a.gm_shipping_link:hover,.payment_item a:hover,a.conditions_info_link:hover,#product_navigation a:hover,.shopping_cart_list a:hover,a.button_opensearch:hover,a.filter_features_link:hover,.future_products a:hover,#products_overview table .product_info a,#products_overview table .product_info a:hover,#menubox_categories_box a:hover{color:#666;text-decoration:underline}#reviews .rating-item .rating-stars,#reviews-info .rating-item .rating-stars,.account_history_info .product-documents{margin-bottom:10px}#reviews .reviews-head div,#reviews .reviews-list div{color:#666;float:left;line-height:20px;width:150px}#top_navi_inner,.details .info .price-container table,.login .button-container,.order_payment .continue_button,.order_shipping .continue_button,.order_confirm .checkout_button,.user_home .order .show_order_button{float:right}.account,.order_thanks{background-color:#fff;background-image:none;background-position:top left;background-repeat:repeat-x;overflow:hidden;width:760px}.account_history_info .order_history_list .calculation.doubleunderline td.col_3,.account_history_info .order_history_list .calculation.doubleunderline td.col_4,.shopping_cart .shopping_cart_list tr.calculation.doubleunderline td.col_2,.shopping_cart_list tr.calculation.doubleunderline td.col_1{border-bottom-color:#666;border-bottom-style:double;border-bottom-width:1px}.account_history_info .order_history_list .calculation.total .col_4,.order_confirm .shopping_cart_list .calculation.total .col_2{background-color:#fff}.account_history_info .order_history_list td,.shopping_cart_list td{background-color:#fff;background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom;background-repeat:repeat-x;padding-bottom:5px;padding-top:5px;vertical-align:top}.account_history_info .order_history_list th,.shopping_cart_list th{border-bottom-color:#666;border-bottom-style:solid;border-bottom-width:1px;font-weight:700;padding-top:10px;text-align:left}.account_history_info .product-documents dd,.order_thanks .product-documents dd{height:26px}.account_history_info .product-documents dt,.order_thanks .product-documents dt{height:26px;width:auto}.account_history_info .product-documents dt img,.order_thanks .product-documents dt img{margin-top:5px}.article-list .listing_attributes,.article-list .listing_attributes_selection{clear:both;margin-top:1em;padding-bottom:5px;padding-top:5px}.article-list .listing_attributes dd,.article-list .listing_attributes dt,.article-list .listing_attributes_selection dd,.article-list .listing_attributes_selection dt{background-image:none;padding:4px 10px 4px 0}.article-list .listing_attributes dd .input-select,.article-list .listing_attributes_selection dd .input-select,.details .info .attributes dd .input-select{width:220px}.article-list .listing_attributes dl,.article-list .listing_attributes_selection dl,.details .info .attributes dl{background-image:none;margin-top:0}.article-list.cols .article-list-item-image img,.article-list.cols .article-list-item img{border-color:#fff;border-style:solid;border-width:1px}.article-list.cols .article-list-item-text .price a,.article-list.cols .article-list-item-text .price a:hover{color:#666;font-size:14px;font-weight:700;text-decoration:none}.article-list.offer .article-list-item-text .price a,#main .product-documents a{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;font-style:normal;font-weight:400;text-align:left;text-decoration:none}.article-list.rows .article-list-item-delivery .label,.billiger-gesehen .price_offer_error,.details .info .details_qty_advice_bold,.details .info .price-container .uvp-price,.user_home .order .date,.user_home .order .price,#dropdown_shopping_cart p .price,#fixed_dropdown_shopping_cart p .price{font-weight:700}.article-list.rows .article-list-item-image table,.details .gallery .stage table{height:100%;width:100%}.article-list.rows .article-list-item-image table td,.details .gallery .stage table td{text-align:center;vertical-align:middle}.article-list.rows .article-list-item-price .price .gm_products_vpe,.details .info .price-container .price .gm_products_vpe{color:#666;font-size:10px;font-weight:400}.article-list.rows .article-list-item-price .price a,.article-list.rows .article-list-item-price .price a:hover{color:#666;font-family:Arial,Tahoma,Verdana;font-size:16px;font-style:normal;font-weight:700;text-align:left;text-decoration:none}.billiger-gesehen .article-list-item-price .price a,.order_payment .payment_item .caption .title,.order_shipping .shipping_item .caption .title{color:#666;font-size:14px;font-weight:700}.billiger-gesehen textarea,.callback_service textarea,.contact_us textarea{height:100px;width:400px}.box_left,.order_payment .back_button,.order_shipping .back_button,.order_confirm .back_button,.filter_selection .filter_container div{float:left}.content-box.categories a:hover,.order_payment .payment_item.active,.order_shipping .shipping_item.active,.shopping_cart_list th.col_4,.shopping_cart_list tr.last-article td.col_4,.order_confirm .shopping_cart_list .calculation .col_2,.order_confirm .shopping_cart_list tr.last-article td.col_4,#live_search_container a:hover,body #wrap_box.wrap_shop .submenu ul li a:hover,body #wrap_box.wrap_shop .submenu ul li a.active,body #wrap_box.wrap_shop .content-box.categories.submenu ul li a:hover,body #wrap_box.wrap_shop .content-box.categories.submenu ul li a:active,.wrap_shop #ipayment fieldset{background-color:#eee}.article-list.bestsellers .article-list-item-inside,.product-listing .description{margin:0}.article-list.bestsellers .article-list-item-number,#product_listing .panel .panel-pagination a.active,.info_message{color:#666;font-weight:700}.currency_inside,.infobox_inside{padding:5px}.details .info .price-container .tax-shipping-text,.shopping-cart-product-count{font-size:10px}.details h4,#product_listing .panel .input{margin-bottom:0}.gm_gprint_dropdown,.gm_gprint_surface{background-color:#FFF;border:1px solid #CCC;color:#000;font-family:Arial,Tahoma,Helvetica,Sans-Serif;font-size:12px}.icon_gallery_back:hover,.icon_gallery_back_active{background-image:url(backgrounds/lightbox-buttons.png);background-position:0 -150px;display:block;float:left;height:30px;text-decoration:none;width:50px}.icon_gallery_next:hover,.icon_gallery_next_active{background-image:url(backgrounds/lightbox-buttons.png);background-position:0 -90px;display:block;float:right;height:30px;text-decoration:none;width:50px}.icon_lightbox_close:hover,.icon_lightbox_close_active{background-image:url(backgrounds/lightbox-buttons.png);background-position:0 -30px;display:block;float:right;height:30px;text-decoration:none;width:50px}.megadropdown ul li a,.subcategories_listing ul li a{color:#000;display:block;font-weight:700;margin-bottom:10px;text-decoration:none}.megadropdown ul li ul li a,.subcategories_listing ul li ul li a{color:#666;font-weight:400}.order_payment,.order_shipping,.order_confirm{background-color:#fff;background-image:none;background-position:top left;background-repeat:repeat-x;margin-top:20px;overflow:hidden;width:760px}.order_payment .error td,.class_error{color:red;font-weight:700}.order_payment .invoice_address,.order_payment .items,.order_payment .remarks,.order_shipping .items,.order_shipping .shipping_address,.checkout_success_trusted{padding-left:30px}.order_payment .payment_item,.order_shipping .shipping_item{background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom;background-repeat:repeat-x;padding-bottom:10px;padding-top:10px}.order_payment .payment_item .caption,.order_shipping .shipping_item .caption{float:left;width:585px}.order_payment .payment_item .radiobox,.order_shipping .shipping_item .radiobox{float:left;width:40px}.order_payment .payment_item .price,.order_shipping .shipping_item .price{float:left;width:105px}.order_payment .payment_item .price p,.order_shipping .shipping_item .price p{color:#666;font-size:14px;font-weight:400;text-align:right}.order_payment p.address,.order_shipping p.address,.text_information,#withdrawal_wrapper .text{color:#666;font-size:14px}#product_listing .panel .panel-itemcount select,#product_listing .panel .panel-sort select{color:#666;width:auto}.productOldPrice,#menubox_best_sellers_body .productOldPrice{color:#666;font-size:12px;font-weight:400}.shopping_cart .shopping_cart_list td.col_0,.shopping_cart_list th.col_0{width:170px}.shopping_cart .shipping-text a,.shopping_cart .shipping-text a:hover{color:#666;font-size:10px;font-style:normal;font-weight:400;text-decoration:underline}.shopping_cart_list td.amount,.order_confirm .shopping_cart_list td.amount{font-style:italic;padding-right:10px;vertical-align:top;white-space:nowrap}.shopping_cart_list tr.calculation.total td.col_1,.shopping_cart_list tr.calculation.total td.col_2{border-bottom:none;color:#666;font-size:22px;font-weight:400}#main label,#main .active label,#main fieldset label{color:#666;display:inline-block;font-size:13px;font-weight:400;padding:4px 0}#menubox_admin_head .content-box-header-inner,#menubox_best_sellers_head .content-box-header-inner,#menubox_content_head .content-box-header-inner,#menubox_extrabox2_head .content-box-header-inner,#menubox_extrabox3_head .content-box-header-inner,#menubox_extrabox4_head .content-box-header-inner,#menubox_extrabox5_head .content-box-header-inner,#menubox_extrabox6_head .content-box-header-inner,#menubox_gm_bookmarks_head .content-box-header-inner,#menubox_newsletter_head .content-box-header-inner,#menubox_trusted_head .content-box-header-inner,#menubox_categories_box_head .content-box-header-inner,#menubox_mailbeez_shopvoting_head .content-box-header-inner{background-color:#6d6d6d;background-image:url(backgrounds/gradients/gradient.png);background-position:0 0;background-repeat:repeat;color:#fff;font-family:Arial, Tahoma, Verdana;font-size:13px;font-style:normal;font-weight:700;padding:5px 10px;text-align:left;text-decoration:none}#menubox_admin_body .content-box-main-inner,#menubox_best_sellers_body .content-box-main-inner,#menubox_cart_body .content-box-main-inner,#menubox_categories_body .content-box-main-inner,#menubox_content_body .content-box-main-inner,#menubox_extrabox2_body .content-box-main-inner,#menubox_extrabox3_body .content-box-main-inner,#menubox_extrabox4_body .content-box-main-inner,#menubox_extrabox5_body .content-box-main-inner,#menubox_extrabox6_body .content-box-main-inner,#menubox_gm_bookmarks_body .content-box-main-inner,#menubox_newsletter_body .content-box-main-inner,#menubox_trusted_body .content-box-main-inner,#menubox_yoochoose_top_selling_body .content-box-main-inner,#menubox_yoochoose_also_clicked_body .content-box-main-inner{color:#666;font-family:Arial, Tahoma, Verdana;font-size:12px;font-style:normal;font-weight:400;padding:5px 10px;text-align:left;text-decoration:none;width:180px}#menubox_best_sellers,#menubox_cart,#menubox_content,#menubox_extrabox2,#menubox_extrabox3,#menubox_extrabox4,#menubox_extrabox5,#menubox_extrabox6,#menubox_gm_bookmarks,#menubox_newsletter,#menubox_reviews,#menubox_trusted,#menubox_yoochoose_top_selling,#menubox_yoochoose_also_clicked,#menubox_categories_box,#menubox_mailbeez_shopvoting{background-color:#FFF;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#dadada;border-style:solid;border-width:1px;margin:0 0 10px;padding:0;width:100%}#menubox_cart_head .content-box-header-inner,#menubox_categories_head .content-box-header-inner{background-color:transparent;background-image:none;background-position:0 0;background-repeat:repeat;color:#666;font-family:Arial, Tahoma, Verdana;font-size:14px;font-style:normal;font-weight:700;padding:5px 10px;text-align:left;text-decoration:none}#menubox_categories ul li h4 img,.submenu ul li h4 img{float:left;margin-left:2px;margin-right:10px;margin-top:5px}#menubox_reviews_head .content-box-header-inner,#menubox_yoochoose_top_selling_head .content-box-header-inner,#menubox_yoochoose_also_clicked_head .content-box-header-inner{background-color:#6d6d6d;background-image:url(backgrounds/gradients/gradient.png);background-position:0 0;background-repeat:repeat;color:#fff;font-family:Arial, Tahoma, Verdana;font-size:13px;font-style:normal;font-weight:700;overflow:hidden;padding:5px 10px;text-align:left;text-decoration:none}#dropdown_shopping_cart,#dropdown_shopping_cart .cart-button,#dropdown_shopping_cart .checkout-button,#fixed_dropdown_shopping_cart,#fixed_dropdown_shopping_cart .cart-button,#fixed_dropdown_shopping_cart .checkout-button{font-family:Arial, Tahoma, Verdana}#dropdown_shopping_cart .cart-item,#fixed_dropdown_shopping_cart .cart-item{font-family:Arial, Tahoma, Verdana;padding:0 10px}#dropdown_shopping_cart .cart-item-inner,#fixed_dropdown_shopping_cart .cart-item-inner{padding:5px 10px 5px 5px;width:174px}#dropdown_shopping_cart p,#fixed_dropdown_shopping_cart p{color:#999;font-size:10px;margin:0;text-align:right}#dropdown_shopping_cart_total,#fixed_dropdown_shopping_cart_total{background-color:#EEE;border-bottom:1px solid #CCC;border-top:1px solid #CCC;color:#333;font-size:14px;font-weight:700;margin:0 15px 0 10px;padding:5px 10px 5px 5px;text-align:right}#dropdown_shopping_cart .mwst-hint,#fixed_dropdown_shopping_cart .mwst-hint{font-size:9px;margin-right:20px;margin-top:10px;text-align:right}.class_error_message,.errorText{color:red;font-size:10px;font-weight:700}#create_account fieldset input.input-text,#checkout_address fieldset input.input-text{background-color:#fff;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#666;font-family:Arial,Tahoma,Verdana;font-size:14px;height:24px;padding:2px;width:200px}#account fieldset input.input-text.postal-code,#create_account fieldset input.input-text.postal-code,#checkout_address fieldset input.input-text.postal-code,#withdrawal_wrapper #create_account input.input-text.postal-code{margin-right:10px;width:60px}#account fieldset input.input-text.postal-code-city,#create_account fieldset input.input-text.postal-code-city,#checkout_address fieldset input.input-text.postal-code-city{width:124px}#create_account fieldset label,#checkout_address fieldset label{color:#666;display:inline-block;font-size:14px;font-weight:400;padding:4px 0}#create_account fieldset select.input-select,#checkout_address fieldset select.input-select{background-color:transparent;background-image:url(backgrounds/gradient-small-reverse.png);background-position:top left;background-repeat:repeat-x;border-color:#a3a3a3;border-style:solid;border-width:1px;color:#666;height:30px;padding:2px;width:206px}#create_account fieldset table td,#checkout_address fieldset table td{color:#666;font-family:Arial, Tahoma, Verdana;font-size:14px;padding-bottom:10px}#create_account fieldset table td.col_0,#checkout_address fieldset table td.col_0{width:150px}.order_payment textarea.withdrawal_textarea,.order_payment textarea.agb_textarea{background-color:#eee;background-image:url(backgrounds/gradient-small-reverse.png);background-position:left top;background-repeat:repeat-x;border-color:#A3A3A3;border-style:solid;border-width:1px;color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;height:200px;padding:2px;width:686px}.popup_content .content_text,.wrap_shop #head_shopping_cart_inner td{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px}.jcarousel-control a:focus,.jcarousel-control a:active{outline:none}body #wrap_box.wrap_shop a.button_green:hover,body #wrap_box.wrap_shop a.button_green_big:hover,#product_listing a.button_green:hover{background-color:#00a90c;color:#fff;cursor:pointer}body #wrap_box.wrap_shop a.button_green.active,body #wrap_box.wrap_shop a.button_green:active,body #wrap_box.wrap_shop a.button_green_big.active,body #wrap_box.wrap_shop a.button_green_big:active,#product_listing a.button_green.active,#product_listing a.button_green:active{background-color:#03d012;background-image:url(backgrounds/gradients/gradient-reverse.png);background-position:top;background-repeat:repeat-x}body #wrap_box.wrap_shop a.button_blue.active,body #wrap_box.wrap_shop a.button_blue_big.active,body #wrap_box.wrap_shop a.button_blue_big:active{background-color:gray;background-image:url(backgrounds/gradients/gradient-reverse.png);background-position:top;background-repeat:repeat-x}body #wrap_box.wrap_shop a.button_grey:hover,body #wrap_box.wrap_shop a.button_grey_big:hover{background-color:#666;color:#fff;cursor:pointer}body #wrap_box.wrap_shop a.button_grey.active,body #wrap_box.wrap_shop a.button_grey:active,body #wrap_box.wrap_shop a.button_grey_big.active,body #wrap_box.wrap_shop a.button_grey_big:active{background-color:#666;background-image:url(backgrounds/gradients/gradient-reverse.png);background-position:top;background-repeat:repeat-x}body #wrap_box.wrap_shop a.button_red.active,body #wrap_box.wrap_shop a.button_red:active{background-color:red;background-image:url(backgrounds/gradients/gradient-reverse.png);background-position:top;background-repeat:repeat-x}body #wrap_box.wrap_shop .submenu ul li a,body #wrap_box.wrap_shop .content-box.categories.submenu ul li a{background-image:none;color:#666;display:block;font-size:11px;line-height:20px;outline:0 none;padding:5px 0 5px 20px;text-decoration:none}body #wrap_box.wrap_shop .submenu ul li a.parent,body #wrap_box.wrap_shop .content-box.categories.submenu ul li a.parent{background-image:url(backgrounds/categories-item-bg-grey.gif);background-position:99% 12px;background-repeat:no-repeat}#categorie_listing .sub_categories_listing_body .box_list a,#footer_inner a{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;font-weight:400;text-decoration:none}#categorie_listing .sub_categories_listing_body .box_list a:hover,#footer_inner a:hover{color:#666;font-family:Arial,Tahoma,Verdana;font-size:12px;font-weight:400;text-decoration:underline}#products_overview table .product_info,#products_overview table .product_price{background-image:url(backgrounds/separator-dotted-hori.png);background-position:bottom right;background-repeat:repeat-x;color:#666;padding-bottom:5px;padding-top:5px;vertical-align:top}#products_overview table .product_name,#products_overview table .product_single_price{font-size:14px;line-height:20px}#menubox_categories_box .cat_active,#menubox_categories_box .cat_link{color:#666;font-family:Arial,Tahoma,Verdana;font-size:11px;font-style:normal;font-weight:700;text-align:left;text-decoration:none;text-transform:none}#cart_shipping_costs_selection .shipping_costs .cart_shipping_costs_value,#cart_shipping_costs_selection .shipping_costs .cart_ot_gambioultra_costs_value{display:block;float:right;width:70px}#cart_shipping_costs_selection .shipping_costs_error,#cart_shipping_costs_invalid_combination_error{color:red}#recallform table tr td,#recallform table tr th{text-align:right;vertical-align:middle}#recallform #withdrawal_traderdatabox,#recallform #withdrawal_clientdatabox{float:left;margin-left:0;margin-right:0;padding-left:0;padding-right:0;width:50%}.order_payment p.withdrawal_heading,.checkout_paypal p.withdrawal_heading{font-weight:700;margin-bottom:2px}.order_payment h2 a,.checkout_paypal h2 a{color:#9a9a9a;font-size:11px;font-weight:400;text-decoration:none}.order_payment h2 a:hover,.checkout_paypal h2 a:hover{color:#9a9a9a;font-size:11px;font-weight:400;text-decoration:underline}.account_history_info .pdf_info,.account_history_info .pdf_info a{color:#999;font-style:italic}a.abroad_shipping_info_link,a.abroad_shipping_info_link:active,a.abroad_shipping_info_link:hover,a.abroad_shipping_info_link:visited{color:#999}#create_account textarea,#checkout_address textarea,#account_edit textarea{height:100px;width:200px}#account fieldset input.input-text.street,#checkout_address fieldset input.input-text.street{width:159px}#account fieldset input.input-text.house-number,#create_account fieldset input.input-text.house-number,#checkout_address fieldset input.input-text.house-number{margin-left:10px;width:60px}#ai_admng_frame {
  border: none;
  width: 100%;
  /*height: 850px;*/
  overflow: hidden;
}
/**/
#addresspicker-street,
#addresspicker-postcode,
#addresspicker-city {
    position: inherit;
}

#addresspicker-city {
    width: 260px !important;
    /*text-align: center;*/
}

#addresspicker-street {
    width: 204px !important;
}

#addresspicker-streetno {
    width: 50px !important;
}

#ui-id-1, .ui-autocomplete {
    z-index: 10000;
}

.iss-addresspicker {
    position: absolute;
    float: left;
    z-index: 10000;
    background-color: #FFF;
    border: 1px solid #666;
    padding: 3px;
    display: none;
    font-size: 12px;
}

#iss-postcode-picker-list {
    font-weight: normal;
    padding: 3px;
    margin: 0;
}

#iss-address-entry-list {
    margin: 5px 0 5px 0;
}

div.iss-address-entry:hover {
    background-color: #BBB;;
}

div.iss-address-entry {
    cursor: pointer;
    margin: 5px 0 5px 0;
    display: inline-block;
    background-color: #eee;
    border: 1px solid #333;
    padding: 3px;
}

.iss-link {
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    color: black;
    text-decoration: underline;
}

.iss-link:hover {
    text-decoration: underline;
}

#iss-address-entry-list span {
    font-size: 12px;
    font-weight: normal;
    color: black;
    border: 1px solid silver;
    padding: 2px;
    background-color: #eee;
}

#iss-postcode-picker-list a:hover {
    color: red;
}

#iss-disable-submit {
    background-color: transparent;
    height: 18px;
    position: absolute;
    width: 56px;
    display: none;
    cursor: pointer;
}

#create_account .iss-bad-input {
    border: 1px solid red !important;
    color: #8b0007 !important;
    background-color: #ffa3a8 !important;
}

#iss-firstname-capitalization-error,
#iss-lastname-capitalization-error {
    font-size: small !important;
    font-weight: normal !important;
    color: red !important;
}
/**/
.ai_action {
    cursor: pointer;
}

.ai_link {
    text-decoration: underline !important;
    cursor: pointer;
}

.ai_link:hover {
    text-decoration: underline;
    cursor: pointer;
}

.ai_button {
    cursor: pointer;
}

.ai_link_button {
    display:inline-block;
    position:relative;
    background-color: transparent;
    cursor: pointer;
    border:0;
    padding:0;
    /*color:#00f;*/
    text-decoration:underline;
    font-weight: inherit;
    text-align: left;
}

.ai_left {
    float: left;
}

.ai_right {
    float: right;
}

.ai_clear {
    clear: both;
}

.ai_but_ctrl {
    margin: 2px 5px 3px 5px;
}

.ai_but_close {
    padding: 3px 5px;
}

th.ai_col_left {
    text-align: left;
}

th.ai_col_count, td.ai_col_count {
    width: 80px;
    text-align: center;
}

tr.ai_active_table_row:hover {
    background-color: #c5c5c5;
}

#ai_tab_list {
    margin-bottom: 10px;
}

/* head tab row */
#ai_tab_list ul {
    list-style: none;
    padding:0;
    margin:0;
    border-bottom: 1px solid black;
}

#ai_tab_list li {
    display: inline-block;
    border: solid;
    border-width: 1px 1px 0 1px;
    padding: 0 5px 0 5px;
    text-align: center;
    border-collapse: collapse;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

#ai_tab_list .ai_tab_active {
    background-color: orange;
}

#ai_tab_list .ai_tab_inactive {
    color: #757575;
    background-color: #c5c5c5;
    border-color: #757575;
}

.ai_lightbox_bg {
    /* lightbox */
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.ai_lightbox_fg {
    display: none;
    position: absolute;
    top: 25%;
    left: 12.5%;
    width: 75%;
    /*height: 50%;*/
    padding: 0;
    border: 1px solid orange;
    background-color: white;
    z-index: 1002;
    /*overflow: auto;*/
    overflow: hidden;
}

#ai_lightbox_content {
    padding: 0 0 5px 5px;
}

.ai_lightbox_title {
    padding-top: 5px;
}

.ai_301_result_table {
    font-family: Arial, Verdana, Sans-serif;
    font-size: 11px;
    width: 100%;
}

.ai_301_result_table a {
    color: #000099;
    text-decoration: underline;
}

.ai_301_result_table .ai_row_head {
    border-bottom: 1px solid black;
    background-color: #808080;
    font-weight: 900;
}

.ai_301_result_table .ai_row_data {
    border-bottom: 1px solid #c0c0c0;
}

.ai_301_result_table .ai_row_active {
    /*background-color: #c9ffb8;*/
}

.ai_301_result_table .ai_row_inactive {
    background-color: #ffd6c6;
}

.ai_301_result_table .ai_col_id {
    width: 30px;
}

.ai_301_result_table .ai_col_rule_actions {
    white-space: nowrap;
    text-align: center;
    width: 80px;
}

.ai_301_result_table .ai_col_ts {
    white-space: nowrap;
    text-align: center;
    width: 90px;
}

.ai_301_result_table .ai_label {
    display: inline-block;
    width: 50px;
    font-weight: 500;
}

.ai_301_result_table .ai_col_type {
    width: 50px;
}

.ai_wait_box {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    display: none;
}

.ai_hidden {
    display: none;
}

.ai_success_box {
    border: 1px solid green;
    background-color: #bdffcf;
    color: green;
    font-weight: 700;
    margin: auto;
    padding: 5px;
    text-align: center;
    width: 80%;
}

.ai_error_box {
    border: 1px solid red;
    color: #8b0007;
    background-color: #ffa3a8;
    text-align: center;
    padding: 5px 0 5px 0;
    text-align: center;
    font-weight: 700;
    width: 712px;
}

.ai_search_form_row {
    margin-top: 10px;
    border-bottom: 1px solid silver;
    height: 25px;
}

.ai_tab_pane_inactive {
    display: none;
}

/* upload bar */
.ai_upload {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 1px;
    position: relative;
    width: 400px;
}

.ai_upload_bar {
    background-color: #b4f5b4;
    border-radius: 3px;
    height: 20px;
    width: 0;
}

.ai_upload_percent {
    display: inline-block;
    left: 48%;
    position: absolute;
    top: 3px;
}

.iss-select-load-wait {
    background: url("./img/search_load.gif") 0 center repeat-x !important;
}
/**/
#ai_bg_ad_left {
  position: absolute;
  width: 20%;
}

#ai_bg_ad_right {
  position: absolute;
  width: 20%;
  left: 80%;
}

/**/
.cart_shipping_costs_info_text {
	display: none;
}

.cart_shipping_costs_country_name,
.cart_shipping_costs_module_name {
	text-decoration: underline;
	cursor: help;
}

.clear_both {
	clear: both;
}
/**/
#iss-account-orders-date-available {
    margin: 0;
}
/**/
a {
    text-decoration: none;
}

.pfeil_red {
    background: url("bgs/pfeil_red.png") no-repeat 0 0 transparent;
}

#wrap_box .button-outer,
#customer_login .button-outer {
    background: url("bgs/button_std.png") repeat-x 0 0 transparent;
    border: 1px solid #A41100;
    width: auto;
    height: 15px;
    line-height: 15px;
    padding: 1px 6px;
}

#wrap_box .button-outer .button-inner,
#dropdown_shopping_cart .button-outer .button-inner,
#customer_login .button-outer .button-inner {
    color: #ffffff;
    background: none;
    font-size: 11px;
    font-weight: bold;
    padding: 0;
}

#header_top {
    background: url("bgs/top_main.png") no-repeat scroll 0 0 transparent;
    height: 61px;
    position: relative;
    width: 100%;
}

#menubox_extrabox2,
#menubox_extrabox3,
#menubox_extrabox4,
#menubox_extrabox5,
#menubox_content,
#menubox_newsletter,
#menubox_extrabox2_body .content-box-main-inner,
#menubox_extrabox3_body .content-box-main-inner,
#menubox_extrabox4_body .content-box-main-inner,
#menubox_extrabox5_body .content-box-main-inner,
#menubox_content_body .content-box-main-inner,
#menubox_newsletter .content-box-main-inner {
    background: none;
    border: 0 none;
    padding: 0;
    margin: 0;
    width: auto;
}

#menubox_content {
    width: 208px;
}

.gm_box_topleft {
    float: left;
    width: 620px;
}

#menubox_extrabox5 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menubox_extrabox5 ul li {
    color: #666666;
    float: left;
    padding: 10px 0 0 103px;
    font-size: 23px;
    font-weight: 900;
    width: 208px;
}

#menubox_extrabox5 ul li a {
    color: #666666 !important;
}

#menubox_extrabox5 ul li a:hover {
    color: #aaaaaa !important;
    text-decoration: none !important;
}

#menubox_extrabox5 ul li:first-child {
    padding-left: 56px;
}

div#gm_box_pos_204.gm_box_topleft div#menubox_extrabox5.c_extrabox5.content-box.white.clearfix div#menubox_extrabox5_body.content-box-main.clearfix div.content-box-main-inner.clearfix ul {
    width: 640px;
}

div#gm_box_pos_204.gm_box_topleft li.telefon {
    width: 250px;
}

div#gm_box_pos_204.gm_box_topleft div#menubox_extrabox5.c_extrabox5.content-box.white.clearfix div#menubox_extrabox5_body.content-box-main.clearfix div.content-box-main-inner.clearfix ul li.email {
    padding-left: 57px;
    width: 200px;
}

.top_navi_home {
    background: none;
    height: 15px;
}

#top_navi_inner {
    margin-top: 18px;
}

#top_navi_inner ul li:first-child {
    background: none;
}

#top_navi_inner ul li a {
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    padding: 0 8px 0 10px;
}

#top_navi_inner ul li a:hover,
.shopping-cart-headline:hover,
#head_shopping_cart.active .shopping-cart-headline {
    background: #000 !important;
}

body #head_shopping_cart {
    background: url("bgs/top_main_separator.png") no-repeat left center transparent;
    margin: 0;
    width: 85px;
    height: 15px;
    position: relative;
    top: 16px;
    right: 28px;
}

#head_shopping_cart.active {
    background: #000;
}

body #head_shopping_cart_inner {
    padding: 0;
}

#head_shopping_cart_inner table tr td:first-child {
    display: none;
}

.top_navi_arrow {
    background-image: url("img/icons/icon-grey-arrowdown.png");
    background-position: 75% 4px;
    background-repeat: no-repeat;
    height: 19px;
    line-height: 19px;
    padding-right: 15px;
    position: absolute;
    right: 10px;
    top: 3px;
}

#customer_login {
    font-family: Arial;
    margin-left: -87px;
}

.customer_login_inside {
    background: none;
    padding: 40px 17px 17px;
}

.customer_login_inside input.input-text {
    border: 1px solid #333333;
    height: 15px;
    padding: 1px 4px;
    width: 145px;
}

.customer_login_inside input.input-text[type="password"] {
    width: 102px;
}

.customer_login_inside .submit-container {
    float: right;
    margin: -19px 0 0;
}

.customer_login_links a {
    background: url("bgs/pfeil_red.png") no-repeat scroll 0 4px transparent;
    color: #999999;
    font-size: 11px;
    padding-left: 11px;
}

.customer_login_links a:hover {
    text-decoration: none;
}

body #dropdown_shopping_cart {
    background: #000000;
    color: #ffffff;
    margin: 5px 0 0 -115px;
    width: 209px;
    float: right;
    margin-right: 15px;
}

body #dropdown_shopping_cart a,
body #dropdown_shopping_cart p,
body #dropdown_shopping_cart span {
    color: #ffffff;
    text-decoration: none !important;
}

body #dropdown_shopping_cart p {
    font-size: 11px;
}

body #dropdown_shopping_cart a.gm_shipping_link:hover span {
    color: #cccccc;
    text-decoration: none !important;
}

body #dropdown_shopping_cart_inner,
body #dropdown_shopping_cart #cartcount_header_bottom {
    background: none;
}

body #dropdown_shopping_cart .cart-item-inner {
    background-color: transparent;
}

#dropdown_shopping_cart_total,
#fixed_dropdown_shopping_cart_total {
    background-color: #CA0000;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    margin: 0 10px;
}

body #dropdown_shopping_cart .cart-button {
    float: left;
    margin-left: 10px;
}

body #dropdown_shopping_cart .checkout-button {
    float: right;
    margin-right: 10px;
}

#header_bottom {
    background: url("bgs/header_bottom_main.png") no-repeat 0 0 transparent;
    width: 926px;
    height: 72px;
}

#header_bottom .gm_box_header_bottom_left {
    float: left;
    padding: 3px 5px 0 2px;
    width: 217px;
}

#menubox_content .content-box-main-inner img {
    display: none;
}

#menubox_content .content-box-main-inner a,
#menubox_extrabox2 .content-box-main-inner p {
    background: url("bgs/pfeil_red.png") no-repeat scroll 0 4px transparent;
    color: #999999 !important;
    display: block;
    float: left;
    font-size: 10px;
    height: 11px;
    line-height: 11px;
    min-width: 76px;
    padding: 0 11px 0 10px;
}

#menubox_extrabox2 .content-box-main-inner p {
    font-size: 11px;
    height: 14px;
    line-height: 14px;
    margin: 0;
}

#menubox_extrabox2_body .content-box-main-inner a span:hover,
#menubox_content .content-box-main-inner a:hover {
    color: #ffffff !important;
    text-decoration: none !important;
}

#menubox_extrabox2_body .content-box-main-inner a span:hover,
#menubox_extrabox2_body .content-box-main-inner a:hover {
    text-decoration: none !important;
}

#search {
    background: none repeat scroll 0 0 transparent;
    float: left;
    padding-top: 20px;
    width: 483px;
    height: 24px;
    text-align: center;
}

#search_field {
    width: 295px;
    margin-right: 5px;
    float: none;
}

#search_field_2 {
    margin-right: 5px;
    position: relative;
    width: 482px;
}

#search_field_2 img {
    cursor: pointer;
    position: absolute;
    top: 1px;
    left: 447px;
}

#search #ai_search_q {
    background: #ffffff;
    color: #000000;
    border: 1px solid #333333;
    border-radius: 15px;
    height: 28px;
    padding: 1px 35px 0 10px;
    width: 430px;
}

#search .ai_search_wait {
    background: #ffffff url("img/search_load.gif") repeat-x !important;
    background-position: 0 -2px;
}

#ai_search_result_box {
    background-color: white;
    display: none;
    margin-left: 1px;
    padding: 10px;
    position: relative;
    top: 4px;
    width: 275px;
    z-index: 999;
    clear: both;
}

#searchresult_box img {
    float: none;
}

#searchresult_box .searchresult_close {
    text-align: right;
    padding-bottom: 9px;
}

#searchresult .searchresult_close {
    display: none !important;
}

.searchresult_ .search_list {
    background: #fff;
    border: 1px solid #C1C1C1;
    padding: 5px;
    margin-bottom: 3px;
    height: 38px;
}

.searchresult_ .search_list:hover {
    background: #e7e7e7;
}

.searchresult_ .search_list a {
    color: #000000;
    font-size: 12px;
    text-decoration: none;
    display: block;
}

#searchresult_header {
    background: url("bgs/content_header.png") repeat-y scroll 0 0 transparent;
    clear: both;
    color: #666666;
    font: bold 14px Arial, Helvetica, sans-serif;
    height: 24px;
    /*margin-left: -15px;*/
    margin-top: 2px;
    padding: 10px 0 0 20px;
    text-transform: uppercase;
}

#searchresult {
    clear: both;
    background-color: white;
    display: none;
    visibility: hidden;
    width: 675px;
    margin-top: 16px;
}

#searchresult_content div.article-list {
    width: 100%;
}

#searchresult_content .article-list-item-main p,
#searchresult_content .article-list-item-main h2 {
    padding-left: 0;
}

#searchresult .product_box {
    margin: 0 0 16px;
}

.searchresult_close {
    text-align: right;
}

.article-list.rows .article-list-item-image-inline img {
    max-width: 115px;
    max-height: 160px;
}

.article-list .article-list-item-right {
    width: 675px;
}

.article-list.rows .article-list-item-price {
    padding-right: 10px;
}

.article-list-item-bottom .product_stock {
    clear: both;
    float: right;
    padding: 0 10px 25px 0;
}

.article-list-item-bottom .ext_cart {
    float: right;
    padding: 0 10px 5px 0;
}

.article-list-item-bottom .ext_cart .ext_cart_button,
.article-list-item-bottom .ext_cart .ext_cart_input {
    float: left;
}

.article-list-item-bottom .ext_cart .ext_cart_input input {
    height: 13px;
    margin-right: 3px;
}

.article-list-item-bottom .ext_cart input.input-text {
    height: 14px;
}

/* AI - NG legacy stuff from stylesheet.css */

#header_bottom #gm_box_header_bottom_right {
    background: url("bgs/cart_header_bottom.png") no-repeat 0 0 transparent;
    width: 180px;
    height: 72px;
    margin-left: 36px;
    float: right;
    cursor: pointer;
}

#header_bottom .gm_box_header_bottom_right_new_in_cart {
    background: url("bgs/cart_header_bottom_new_item2.gif") no-repeat 0 0 transparent !important;
}

#header_bottom #gm_box_header_bottom_right #head_shopping_cart {
    display: none;
}

#header_bottom #gm_box_header_bottom_right #cartcount_header_bottom {
    color: #CC0000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding: 22px 0 0 10px;
    text-align: center;
    width: 22px;
}

#header_bottom #gm_box_header_bottom_right a {
    background: url("bgs/pfeil_red.png") no-repeat scroll 0 6px transparent;
    color: #999999;
    display: block;
    font-size: 11px;
    margin: 4px 0 0 61px;
    padding: 0 0 0 10px;
    text-decoration: none;
}

#header_bottom #gm_box_header_bottom_right a:hover {
    color: #ffffff;
}

#left #change_group,
#left .gm_box_container {
    background: url("bgs/left_box_top.png") no-repeat 0 0 transparent;
}

#change_group {
    margin: 0 0 10px;
    min-height: 67px;
}

#change_group .change_group_header {
    color: #666666;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    padding: 10px 12px 9px;
    text-transform: uppercase;
}

#change_group .change_group_body {
    padding: 0 11px;
    width: 194px;
}

#change_group .change_group_left {
    float: left;
    text-align: center;
}

#change_group .change_group_right {
    float: right;
    text-align: center;
}

#menubox_categories {
    background: url("bgs/cat_box_bottom.png") no-repeat center bottom transparent;
    padding: 9px 3px 1px;
    width: 210px;
    margin-top: 2px;
    border-color: transparent;
    border-style: solid;
    border-width: 0;
}

#menubox_categories .cat_icon {
    display: none;
}

#menubox_categories .cat_link {
    background: url("bgs/cat_link.png") no-repeat 0 0 transparent;
    min-height: 24px;
    padding: 0 10px 0 22px !important;
}

#menubox_categories .categories:first-child .cat_link {
    background: url("bgs/cat_link_first.png") no-repeat 0 0 transparent;
}

#menubox_categories .cat_link a {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em;
    min-height: 16px;
    padding: 5px 0 2px;
}

#menubox_categories .cat_link div:first-child a .cat_active {
    display: block;
    color: red;
    font-weight: 900;
}

#menubox_categories .cat_link .cat_sub_link:last-child {

}

#menubox_categories .cat_sub_link {
    background: url("bgs/pfeil_subcat_level1.png") no-repeat scroll 0 5px transparent;
    margin-left: -4px;
    min-height: 23px;
    padding-left: 13px !important;
}

#menubox_categories .cat_sub_link > div:first-child {
    padding-left: 2px;
}

#menubox_categories .cat_link > div:first-child + .cat_icon + .cat_sub_link {
    background: url("bgs/pfeil_subcat_level1_first.png") no-repeat scroll 0 1px transparent;
    margin-left: -22px;
    padding: 8px 10px 0 31px !important;
    width: 172px;
}

#menubox_categories .cat_sub_link a {
    color: #cc0000;
    font-weight: normal;
    min-height: 16px;
    padding: 0 0 6px;
}

#menubox_categories .cat_link > div:first-child + .cat_icon + .cat_sub_link div:first-child a {
    padding-top: 1px;
}

#menubox_categories .cat_sub_link a .cat_active {
    background: none !important;
    color: #cc0000;
}

#menubox_categories .cat_sub_link .cat_sub_link {
    background: url("bgs/pfeil_subcat_level2.png") no-repeat scroll 0 4px transparent;
    margin-left: 0;
    padding-left: 0 !important;
}

#menubox_categories .cat_sub_link .cat_sub_link > div:first-child {
    padding-left: 13px !important;
}

#menubox_categories .cat_sub_link .cat_sub_link a {
    color: #000033;
    font-size: 12px;
    font-weight: normal;
}

#menubox_categories .cat_sub_link .cat_sub_link a .cat_active {
    color: #000033;
}

/* AI mod start 130326: added indent 4 third cat level */
#menubox_categories .cat_link .cat_sub_link .cat_sub_link .cat_sub_link {
    margin-left: 13px;
}

/* AI mod end */

#menubox_best_sellers_head .content-box-header-inner {
    background: url("bgs/bestseller_header.png") no-repeat 12px 12px transparent;
    padding-left: 35px;
    height: 17px;
}

#menubox_best_sellers_head .content-box-header-inner span {
    color: #cc0000;
}

#menubox_best_sellers_body .content-box-main-inner {
    padding: 15px 19px 10px 17px;
    width: 179px;
}

#menubox_best_sellers_body .box_head {
    text-align: right;
    width: 100%;
}

#menubox_best_sellers_body .article-list-item-number {
    color: #cc0000;
    display: inline-block;
    float: left;
    margin-top: 2px;
}

#menubox_best_sellers_body .title {
    display: inline-block;
    float: right;
}

#menubox_best_sellers_body .title a {
    color: #000000;
    font-weight: bold;
}

#menubox_best_sellers_body .article-list-item-price {
    color: #cc0000;
    font-size: 13px;
    font-weight: bold;
}

#menubox_best_sellers_body .article-list-item-price .productOldPrice {
    color: #000000;
    font-size: 10px;
    font-weight: normal;
}

#main_inside h1 {
    background: url("bgs/content_header.png") repeat-y scroll 0 0 transparent;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    margin: 0 0 18px 5px;
    padding-left: 17px;
    text-transform: uppercase;
    position: relative;
    right: 5px;
}

.article-list.cols .article-list-item {
    background: url("bgs/vertical_box_std.png") no-repeat 0 0 transparent;
    width: 173px;
}

#menubox_extrabox1,
#menubox_trusted {
    background: url("bgs/left_box_top.png") no-repeat scroll 0 0 transparent;
    position: absolute;
    bottom: 0;
    left: 20px;
    margin: 0;
    width: 216px;
    height: 126px;
}

#menubox_trusted {
    height: 260px;
}

#menubox_trusted .content-box-header-inner a {
    color: #666666;
}

#menubox_trusted .content-box-header-inner a span {
    color: #cc0000;
}

.trusted_container input {
    float: left;
    padding-right: 15px;
    width: 70px;
}

.trusted_container a {
    float: left;
    width: 105px;
    font-weight: bold;
    font-size: 13px !important;
}

.trusted_container a span {
    color: #666666;
    font-size: 11px !important;
    font-weight: normal;
    line-height: 12px;
}

/* FOOTER */

#main_footer {
    color: #ffffff;
    background: transparent;
    height: 163px;
    text-align: center;
    width: 945px;
}

#main_footer a {
    color: #999999;
    font-size: 12px;
    font-weight: normal;
    text-transform: none;
}

#main_footer a:hover {
    color: #999999;
    text-decoration: underline !important;
}

#footer_body {
    background: url("bgs/footer_main.png") no-repeat scroll -14px top black;
    height: 163px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px 0 0;
    text-align: left;
    /*width: 940px;*/
}

#footer_top {
    height: 125px;
    margin-bottom: 45px;
}

#main_footer .content-box-main-inner {
    padding: 0;
    width: auto;
}

.footer_top {
    float: left;
}

.footer_middle {
    clear: both;
}

#footer_bottom {
    color: #ffffff;
    margin-top: 0;
    text-align: center;
    width: 930px;
    display: inline-block;
    font-size: 11px;
    background-color: #000;
}

#footer_bottom a,
#footer_bottom a:hover {
    color: #ffffff;
    font-size: 11px;
}

#menubox_newsletter_body p {
    line-height: 14px;
    margin: 44px 0 8px 2px;
}

#menubox_newsletter_body input {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #333333;
    color: #000000;
    height: 15px;
    padding: 1px 4px;
    width: 147px;
}

#menubox_newsletter_body input + .input.submit {
    margin: -29px -2px 0 0;
}

#menubox_newsletter_body .newsletter_abmelden a {
    background: url("bgs/pfeil_red.png") no-repeat scroll 0 4px transparent;
    color: #999999;
    font-size: 11px;
    height: 26px;
    line-height: 26px;
    margin-left: 1px;
    padding: 0 0 0 11px;
}

#menubox_newsletter_body .newsletter_abmelden a:hover {
    color: #ffffff;
    text-decoration: none !important;
}

#menubox_extrabox3_body .content-box-main-inner {
    width: 100%;
}

#menubox_extrabox3 .kontakt.left {
    float: left;
    width: 120px;
}

#menubox_extrabox3 .kontakt.right {
    float: right;
    width: 212px;
}

#menubox_extrabox3 .kontakt.right a {
    color: #999999;
    font-size: 11px;
}

#menubox_extrabox3 .kontakt.right a:hover {
    color: #ffffff;
    text-decoration: none !important;
}

#also_boxes .productOldPrice {
    display: none;
}

#popup_box h1 {
    position: static;
}

.details .info .price-container .article-count-input {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    display: block;
    float: right;
    font-size: 19px;
    height: 21px;
    margin-top: 28px;
    padding: 7px 4px;
    width: 27px;
    border-color: #cccccc;
    text-align: center;
    font-weight: bold;
}

.details .info .price-container #cart_button_rm {
    float: right;
    display: block;
    width: 235px;
    height: 65px;
    margin: 0 0 5px;
}

.details .info .price-container #fsk_18_image {
    width: 309px;
    height: 66px;
    margin-bottom: 4px;
    display: inline-block;
}

.details .info .price-container .productOldPrice {
    font-size: 15px;
}

.details .info #average_reviews {
    margin-top: 10px;

}

.details .info #average_reviews img {
    margin-bottom: 2px;
}

.details .info #average_reviews a {
    color: #666666;
    text-decoration: underline;
}

.wrap_shop {
    margin: 0 auto;
    padding: 0;
}

.wrap_shop .tabs div.headline {
    margin-left: 4px;
}

#buttons_absolute_left {
    height: auto;
    left: 0;
    position: fixed;
    top: 0;
    width: 50px;
    display: none;
}

#buttons_absolute_left a {
    display: block;
    width: 42px;
    text-decoration: none;
}

#buttons_absolute_left a:hover {
    text-decoration: none;
}

#left_button_shop,
#left_button_shop:hover {
    background: url("buttons/button_shop.png") no-repeat -42px 0 transparent;
    height: 79px;
}

/* AI mod start 140403: added BLOG button left */
#left_button_blog {
    background: url("buttons/button_blog.png") no-repeat 0 0 transparent;
    height: 80px;
}

#left_button_hardware {
    background: url("buttons/button_hardware.png") no-repeat 0 0 transparent;
    height: 141px;
}

#left_button_service {
    background: url("buttons/button_service.png") no-repeat 0 0 transparent;
    height: 118px;
}

#left_button_shop.unactive {
    background-position: 0 0;
}

#left_button_shop.unactive:hover,
#left_button_hardware:hover,
#left_button_hardware.active,
#left_button_service:hover,
#left_button_service.active,
#left_button_blog:hover,
#left_button_blog.active {
    background-position: -42px 0;
}

body .article-list.cols .article-list-item-price-inline .small {
    font-size: 10px;
}

/* AI mod start 120403: adjusted height */
.wrap_shop .tabs div.product_info_add_ons_header_cell {
    line-height: 16px;
    height: 70px;
}

/* AI mod end */
.checkbox_mitkaufen {
    margin: 10px 0 0 4px;
    text-align: center;
}

.checkbox_mitkaufen label {
    position: relative;
    font-size: 11px !important;
    top: -2px;
    color: #000 !important;
}

#cartcount_header_bottom {
    display: none;
}

.article-list-item-button .ext_cart {
    display: inline-block;
    border: 1px solid #FFFFFF;
    position: relative;
    top: -1px;
}

.login .cols3 .col.last {
    margin-right: 0;
    width: 194px;
}

.login .cols3 .col.last .input-text {
    width: 178px;
}

#socialSidebar img,
#socialSidebar a {
    border: none;
}

/* AI mod start 120428: added general ai classes */
.ai_left {
    float: left;
}

.ai_clear {
    clear: both;
}

.ai_upcoming_products {
    width: 50%;
}

#ai_upcoming_products {
    width: 100%;
}

tr.ai_upcoming_products {
    background-image: url("backgrounds/separator-dotted-hori.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    color: #999999;
    font-size: 13px;
    font-weight: bold;
    height: 35px;
}

td.ai_upcoming_products_date {
    color: #CC0000;
}

.ai_red {
    color: red;
}

.ai-article-count-input {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    display: block;
    float: right;
    font-size: 19px !important;
    height: 21px !important;
    margin-top: 28px;
    padding: 7px 4px;
    width: 27px;
    border: 1px solid #cccccc;
    text-align: center;
    font-weight: bold;
}

.ai_shipping_time_title {
    width: 90px !important;
}

.ai_shipping_time {
    color: #999999;
    float: left;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 10px 0 0 !important;
}

.product_stock {
    float: left !important;
}

/* AI mod end */
.MBr_tb_body {
    /* ##### ##### */
    color: #1d4df9;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 13pt;
    padding-left: 13px;
    padding-right: 13px;
    background: #ffffff;
}

/* new stuff */

#menubox_trusted {
    position: inherit !important;
}

/*#left {*/
/*padding-bottom: 10px;*/
/*}*/

.ai_page_info {
    color: rgb(153, 153, 153);
    font-size: smaller !important;
}

/* facebook box */
#menubox_extrabox6 {
    height: 280px;
}

/* checkout confirmation */
.shopping_cart_list tr.calculation td.col_1 {
    white-space: nowrap;
}

/* Updates 4 GX2 v2.1.0.7 EyeCandy stuff */

/* format content box top left (imprint, etc.) */
html body div#wrap_box div.wrap_shop div#container div#container_inner.clearfix div#header_bg div#header div#header_bottom div#gm_box_pos_202.gm_box_header_bottom_left div#menubox_content.c_content.content-box.white.clearfix div#menubox_content_body.content-box-main.clearfix div.content-box-main-inner.clearfix br {
    display: none;
}

/* category list left */
#menubox_categories ul li h4 img, .submenu ul li h4 img {
    display: none;
}

.content-box.categories a {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.04em;
    background: transparent url("bgs/cat_link.png") no-repeat scroll 0 0;
    min-height: 24px;
    padding: 5px 10px 0 22px !important;
}

/* Legacy NG stuff */
body #main .attributes dl dd div,
body #main .listing_attributes dl dd div {
    overflow: hidden;
    clear: both;
    margin-bottom: 3px;
}

body #main .attributes .table-listing {
    overflow: hidden;
    clear: both;
}

.details .product-documents dt a {
    display: block;
    float: left;
    margin-bottom: 1px;
}

.blocklabels_300 {
    clear: both;
}

#footer_copyright {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 5px;
    color: #999999;
}

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

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

#shopsoftware_by_gambio {
    clear: both;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    color: #999999;
}

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

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

.details_attributes_dropdown dl .select_fake {
    display: none;
}

.details_attributes_dropdown.dropdown_mode_1 #properties_info_text,
.details_attributes_dropdown.dropdown_mode_2 #properties_info_text {
    display: none;
}

.details_attributes_dropdown.dropdown_mode_2 dt,
.details_attributes_dropdown.dropdown_mode_2 dd {
    visibility: hidden;
}

.details_attributes_dropdown #properties_not_exist_error,
.details_attributes_dropdown #properties_not_available_error {
    display: none;
}

#jcarousel_box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

#jcarousel_image_box {
    overflow: hidden;
}

#jcarousel_box ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

#jcarousel_box ul li {
    text-align: center;
    float: left;
}

#jcarousel_box .jcarousel-control a img {
    margin: 0 auto;
}

#slider_flyover_container {
    display: none;
    position: absolute;
    background-color: #fff;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    padding: 10px;
    max-width: 800px;
    z-index: 200;
}

#zoomWindow {
    z-index: 500;
    position: absolute;
    overflow: hidden;
    border-width: 1px;
    border-color: #ccc;
    border-style: solid;
    filter: Alpha(opacity=0);
    opacity: 0.0;
}

#zoomWindow img {
    z-index: 501;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.details .gallery .stage #zoomPointer {
    position: absolute;
    filter: Alpha(opacity=0);
    opacity: 0.0;
    background-color: #fff;
    cursor: crosshair;
    width: 1px;
    height: 1px;
}

/* Social Share Plugin (Facebook, Twitter, Google Plus) */
.social_share_wrapper {
    margin: 7px 0 0 0;
    float: left;
}

.social_share_box {
    float: left;
    width: 143px;
    height: 20px;
}

.social_share_image {
    float: left;
    margin: 5px 5px 0 0;
    width: 23px;
    height: 12px;
    background: url(img/social_share_activation_image.png);
    cursor: pointer;
}

.social_share_box.switch_on .social_share_image {
    background: url(img/social_share_activation_image.png) bottom;
}

.social_share_content {
    float: left;
}

.social_share_content > div {
    width: 33px !important;
    overflow: hidden;
}

#details_cart_part span.quantity_container,
#product_listing span.quantity_container {
    display: inline-block;
    white-space: nowrap;
    text-align: right;
    width: auto;
    margin-right: 4px;
}

/* nur f�r den IE7 */
* + html #details_cart_part span.quantity_container,
* + html #product_listing span.quantity_container {
    width: 80px;
    margin-right: 3px;
}

#details_cart_part span.quantity_container input.products_quantity,
#product_listing span.quantity_container input.products_quantity {
    background-color: transparent;
    background-image: none;
    border: none;
    border-width: 0px;
    width: 20px;
    min-width: 20px;
    outline: none;
    float: right;
}

/* nur f�r den IE7 */
* + html #details_cart_part span.quantity_container input.products_quantity {
    padding: 5px 6px 5px 6px;
}

/* nur f�r den IE7 */
* + html #product_listing span.quantity_container input.products_quantity {
    padding: 3px 2px 1px 2px;
}

#details_cart_part span.quantity_container label.products_quantity_unit,
#product_listing span.quantity_container label.products_quantity_unit {
    display: inline-block;
    float: right;
}

.comparison_span {
    padding: 6px;
    font-family: Arial, Tahoma, Verdana;
    font-size: 14px;
    display: none;
}

.button_details_add_cart, .action_add_to_cart {
}

.social_share_box.switch_on .social_share_image {
    background: url(img/social_share_activation_image.png) bottom;
}

.social_share_content {
    float: left;
}

.social_share_content > div {
    width: 33px !important;
    overflow: hidden;
}

#shop_logo {
    background: url("bgs/logo.jpg") no-repeat scroll 0 0 transparent;
    height: 144px;
    margin: 0 0 2px;
    padding: 50px 0 0;
    text-align: center;
    width: 926px;
    cursor: pointer;
}

.clr {
    clear: both;
}

#wrap_box {
    background: url("bgs/bg_banner.jpg");
    background-attachment: fixed;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 100% auto;
    color: #000000;
    font-family: Arial, Tahoma, Verdana;
    font-size: 13px;
    margin: 0;
    padding: 0;
}

.wrap_shop {
    background: url("bgs/main-shadow.png") repeat-x 0 0 transparent;
    background-attachment: fixed;
}

dd {
    background-image: url("backgrounds/separator-dotted-hori.png");
    background-position: -1px bottom;
    background-repeat: repeat-x;
    color: #999999;
    float: left;
    font-size: 13px;
    font-weight: normal;
    margin: 0;
    padding: 10px 0 10px 20px;
    width: 230px;
}

div.input {
    color: #666;
    font-size: 11px;
    margin-bottom: 10px;
}

div.input.linklist a {
    display: inline-block;
    font-size: 12px;
    padding: 0 0 2px 5px;
}

div.input.separator-bottom {
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-bottom: 10px;
}

dl {
    font-size: 11px;
    margin-top: 10px;
    padding-top: 1px;
}

dt {
    background-image: url("backgrounds/separator-dotted-hori.png");
    /*background-position: center bottom;*/
    background-repeat: repeat-x;
    clear: left;
    color: #999999;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    width: 90px;
}

.details .inside dd {
    width: 170px;
}

.iss-flag-img img {
    width: 31px;
    margin-top: -6px;
    margin-left: -1px;
}

.iss-flag-img-wrapper {
    border: 1px solid #444;
    float: left;
    height: 19px;
    padding-left: 0;
    width: 29px;
}

#ai_products_short_description > p {
    padding: 0 !important;
}

fieldset table td.col_0 {
    width: 130px;
}

fieldset.blocklabels_150 .input label {
    clear: left;
    color: #666;
    display: block;
    float: left;
    width: 150px;
}

.wrap_shop form {
    margin: 0;
    padding: 0;
}

h2.underline {
    border-bottom-color: #bfbfbf;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 3px;
    padding-top: 3px;
    text-transform: uppercase;
}

h2.underline img {
    padding-right: 10px;
}

ul.arrows {
    line-height: 20px;
    list-style-image: url(backgrounds/categories-item-bg.gif);
    margin-left: 0;
    padding-left: 17px;
}

#breadcrumb_navi {
    background: url("bgs/content_header.png") repeat-y scroll 0 0 transparent;
    float: left;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    width: 100%;
}

#breadcrumb_navi span {
    color: #ee0000;
    font-size: 18px;
    padding: 0 20px;
}

#breadcrumb_navi a {
    color: #666666;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

#container_inner {
    margin: auto;
}

#currency .currency_container {
    background-image: url(backgrounds/shadow.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 9px;
    padding-right: 9px;
    width: 60px;
}

#currency .currency_content {
    background-color: #9a9a9a;
    padding: 5px 5px 0;
}

#currency a {
    color: #fff;
    display: block;
    padding: 0 0 5px 5px;
    text-decoration: none;
}

#customer_login .customer_login_container {
    background: url("bgs/top_login_schloss.png") no-repeat 17px 22px #000000;
    padding: 0 9px 9px 0;
    width: 189px;
}

#flyover_box {
    background-color: #fff;
    border-color: #EAEAEA;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    width: 400px;
}

#flyover_box #flyover_title {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 10px;
}

#flyover_layer #flyover {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px;
}

#flyover img.flyover_image {
    max-width: 269px;
    max-height: 258px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#footer {
    background-color: #f2f2f2;
    background-image: none;
    background-position: left top;
    background-repeat: no-repeat;
    border-top-color: #cfcfcf;
    border-top-style: solid;
    border-top-width: 0;
    color: #999;
    margin: 0 auto;
    padding: 0;
    width: 1000px;
}

#gm_attribute_images {
    font-weight: 700;
    padding: 10px;
}

#gm_gprint ul {
    background-color: transparent;
    background-image: none;
}

#gm_gprint_tabs {
    border-left: 1px solid #CCC;
    margin: 0 0 2px;
}

#gm_gprint_tabs .gm_gprint_tab {
    background-color: #FFF;
    background-image: none;
    background-position: top left;
    background-repeat: repeat-x;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 1px solid #CCC;
    padding: 5px 8px;
}

#gm_gprint_tabs .gm_gprint_tab_active {
    background-color: #E7E7E7;
    background-image: none;
    background-position: top left;
    background-repeat: repeat-x;
    border-bottom: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-top: 1px solid #CCC;
    padding: 5px 8px;
}

#gm_gprint_tabs span {
    color: #000;
    font-family: Arial, Tahoma, Helvetica, Sans-Serif;
    font-size: 10px;
    text-transform: uppercase;
}

#gm_tell_a_friend_popup {
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 10px;
    text-align: left;
    width: 700px;
}

#gm_tell_a_friend_popup #footer {
    background-color: transparent;
    border: 0;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    text-transform: uppercase;
}

#header_bg {
    width: 100%;
    height: 329px;
}

#header {
    background: url("bgs/content_main.png") repeat-y 0 0 transparent;
    width: auto;
    height: 268px;
    padding: 0 22px;
}

#content {
    background: url("bgs/content_main.png") repeat-y 0 0 transparent;
    width: auto;
    height: auto;
    padding: 0 20px;
}

#content .content_inner {
    background: url("bgs/left_main.png") repeat-y scroll 0 0 transparent;
}

#head_navi ul li {
    background-color: transparent;
    background-image: url(backgrounds/separator-30-vert.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    padding: 0 2px 0 0;
}

#head_navi ul li a {
    color: #fff;
    display: inline-block;
    line-height: 18px;
    padding: 6px 8px;
    text-decoration: none;
}

/*#head_navi ul li a:hover {*/
/*background-color: #c1c1c1;*/
/*background-image: url(backgrounds/gradients/gradient.png);*/
/*background-position: bottom;*/
/*background-repeat: repeat-x;*/
/*overflow: hidden;*/
/*}*/

#head_toolbox {
    background-color: #f3f3f3;
    background-image: url(backgrounds/gradients/gradient-light.png);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 40px;
    width: 980px;
}

#head_toolbox_inner {
    padding: 8px;
}

#infobox .infobox_container {
    background-image: url(backgrounds/shadow.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 9px;
    padding-right: 9px;
    width: 190px;
}

#infobox .infobox_content {
    background-color: #9a9a9a;
}

#infobox p {
    color: #fff;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    margin: 0;
    padding: 5px 10px;
}

#language .language_container {
    background-image: url(backgrounds/shadow.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 9px;
    padding-right: 9px;
    width: 50px;
}

.language_inside {
    background-color: #9a9a9a;
    padding: 5px 5px 10px;
}

#language img {
    float: left;
    margin: 2px 3px 8px 2px;
}

#left {
    float: left;
    width: 216px;
    /*padding-top: 2px;*/
    padding-bottom: 260px;
    margin-top: -10px;
    overflow: hidden;
}

#left .content-box .box-input-field {
    float: left;
    width: 130px;
}

#left .content-box form {
    color: #666;
    margin: 0;
    padding: 0;
}

#left .input-text {
    width: 174px;
}

#left label {
    color: #000000;
    width: 100%;
}

#left select {
}

/* product lightbox / gallery stuff */

#product_info .button_lightbox_gallery .info_image_box a {
    height: 250px;
}

#lightbox_gallery {
    background-color: #fff;
    overflow: hidden;
    padding: 10px;
}

#lightbox_gallery #lightbox_gallery_inner a:focus,
#lightbox_gallery_thumbnails .thumbnail a:focus,
#lightbox_gallery_thumbnails .thumbnail a:focus,
#product_info .thumbnails a:focus,
#product_info .button_lightbox_gallery a:focus {
    border: 2px solid red  !important;
}

#lightbox_gallery #lightbox_gallery_main {
    background: no-repeat center center;
    background-size: auto 78%;
    float: left;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}

#lightbox_gallery #lightbox_gallery_thumbnails {
    clear: left;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 10px;
}

#lightbox_gallery #lightbox_gallery_thumbnails img {
    max-width: inherit;
    max-height: inherit;
}

#lightbox_gallery .lightbox_gallery_footer {
    padding-top: 10px;
    text-align: right;
}

#lightbox_gallery .lightbox_gallery_left {
    color: #666;
    cursor: pointer;
    width: 180px;
    float: left;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}

#lightbox_gallery .lightbox_gallery_right {
    color: #666;
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    overflow: hidden;
    text-align: right;
    visibility: hidden;
    width: 50%;

}

#lightbox_gallery .thumbnail.lightbox_thumbnail_active {
    border-color: #666;
}

#lightbox_gallery .thumbnail {
    border-color: #CCC;
    border-style: solid;
    border-width: 1px;
    float: left;
    height: 86px;
    margin-bottom: 3px;
    margin-right: 3px;
    overflow: hidden;
    padding: 1px;
    width: 86px;
}

/* main content */

#main {
    float: right;
    width: 724px;
    margin: -10px 0 0 0;
}

#main_inside {
    padding: 2px 10px 20px 0;
}

#product_info #gm_gprint {
    margin-bottom: 8px;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}

#product_reviews_write .rating label {
    height: 90px;
}

#reviews .rating {
    border-bottom-color: #666;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    width: 750px;
}

#reviews .rating-item .rating-caption {
    float: left;
    font-weight: 700;
    width: 160px;
}

#reviews .rating-item .rating-comment {
    float: left;
    margin-left: 20px;
    width: 420px;
}

#reviews .rating-item .rating-product-name a {
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

#reviews .reviews-head {
    border-bottom-color: #666;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: 700;
    overflow: hidden;
    width: 100%;
}

#reviews .reviews-list {
    overflow: hidden;
    width: 100%;
}

#reviews-info .rating-item .rating-caption {
    float: left;
    font-weight: 700;
    width: 70px;
}

#reviews-info .rating-item .rating-comment {
    float: left;
    margin-left: 20px;
    width: 330px;
}

#reviews-info .rating-item .rating-meta {
    float: left;
    text-align: left;
    width: 160px;
}

#right {
    display: none;
    float: left;
    position: relative;
}

/* AI mod 120215 */
#search_field_2 {
    float: left;
    margin-right: 3px;
    width: 360px;
}

#tab_gx_customizer {
    padding: 10px 0;
}

#top_navi {
    margin-top: 0;
    position: relative;
    top: 0;
    width: 255px;
    float: left;
    right: 13px;
}

.top_navi_home {
    background-image: none;
}

#top_navi ul li span {
    color: #fff;
    display: inline-block;
    height: 19px;
    line-height: 19px;
    padding: 3px 8px 3px 10px;
    text-decoration: none;
}

#top_navi_inner ul li {
    background: url("bgs/top_main_separator.png") no-repeat left center transparent;
    font-size: 15px;
    padding: 0 0 0 1px;
    height: 15px;
    display: block;
    float: left;
    height: 25px;
    padding-right: 2px;
}

#top_navi_inner ul li a {
    color: #fff;
    display: block;
    float: left;
    height: 19px;
    line-height: 19px;
    overflow: hidden;
    padding: 3px 8px 3px 10px;
    text-decoration: none;
}

#top_navi_inner ul li a:hover {
    background-color: #999;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
}

#top_navi_inner ul li.last {
    background-image: none;
    padding-right: 0;
}

.top_navi_arrow {
    background-image: url(img/icons/icon-grey-arrowdown.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
    height: 19px;
    line-height: 19px;
    padding-right: 15px;
    position: absolute;
    right: 10px;
    top: 3px;
}

.top_navi_home {
    height: 19px;
    /*position: absolute;*/
    right: 10px;
    top: 3px;
    width: 12px;
}

.h2_headline {
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 14px;
    font-weight: 700;
}

.address-book-addresses-buttons {
    width: 500px;
}

.address-book-addresses-name {
    float: left;
    width: 300px;
}

.article-list .article-list-item-right {
    float: right;
    position: relative;
    width: 760px;
}

.article-list dl dd {
    background-image: none;
    overflow: hidden;
    width: auto;
}

.article-list dl dt {
    background-image: none;
    float: left;
    font-weight: 700;
    width: auto;
}

.article-list-item-delivery p {
    display: inline;
}

.article-list.cols {
    margin: -4px 0 15px 16px;
    position: relative;
    right: 20px;
    width: 702px;
}

.article-list.cols .article-list-item {
    background: url("bgs/vertical_box_std.png") no-repeat 0 0 transparent;
    background-size: 173px 309px;
    width: 173px;
    height: 309px;
    display: inline-block;
    float: left;
}

.article-list.cols .article-list-item-button {
    float: right;
    margin-top: 23px;
}

.article-list.cols .article-list-item-image {
    display: inline-block;
    height: 140px;
    text-align: center;
    width: 100%;
}

.article-list.cols .article-list-item-inside {
    margin: 15px;
}

.article-list.cols .article-list-item-price {
    height: 42px;
}

.article-list.cols .article-list-item-text .title {
    font-weight: 700;
    height: 30px;
    text-align: center;
}

.article-list.cols .article-list-item:hover {
    background-color: #f9f9f9;
}

.article-list.cols .article-list-item img:hover {
    border-color: #EEE;
    border-style: solid;
    border-width: 1px;
}

.article-list.offer .article-list-item-text .price a:hover {
    text-decoration: none;
}

.article-list.rows .article-count-input {
    width: 30px;
}

.article-list.rows .article-list-item {
    background-color: #fff;
    width: 711px;
}

.article-list.rows .article-list-item-bottom {
    background-image: url(backgrounds/article-item-rows-bg.png);
    background-position: 0 100%;
    background-repeat: repeat-x;
    clear: both;
    float: left;
    padding-bottom: 10px;
    position: relative;
    width: 100%;
}

.article-list.rows .article-list-item-delivery {
    float: left;
    padding-left: 10px;
    padding-top: 13px;
    position: relative;
    width: auto;
}

.article-list.rows .article-list-item-image {
    float: left;
    height: 160px;
    margin: 20px 0 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    width: auto;
}

.article-list.rows .article-list-item-image-inline {
    margin-left: auto;
    margin-right: auto;
}

.article-list.rows .article-list-item-main {
    float: left;
    margin: 20px 20px 0 0;
    position: relative;
    width: 380px;
}

.article-list.rows .article-list-item-main h2 a {
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
}

.article-list.rows .article-list-item-main h2 a:hover {
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    text-decoration: underline;
}

.article-list.rows .article-list-item-price {
    bottom: 0;
    margin-bottom: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    width: auto;
}

.article-list.rows .article-list-item-price .tax-shipping-text {
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 2em;
    text-align: left;
    text-decoration: none;
}

.billiger-gesehen .article-list-item {
    background-color: transparent;
    margin-bottom: 20px;
    margin-top: 0;
    width: 100%;
}

.billiger-gesehen .article-list-item-image {
    float: left;
    margin: 0 10px;
    position: relative;
}

.billiger-gesehen .article-list-item-image img {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    margin-left: 0;
    margin-right: 20px;
    margin-top: 20px;
}

.billiger-gesehen .article-list-item-main {
    float: left;
    margin: 20px 20px 10px 0;
    position: relative;
    width: 540px;
}

.billiger-gesehen .article-list-item-main .title {
    font-size: 13px;
    font-weight: 700;
}

.billiger-gesehen .article-list-item-price {
    clear: left;
    float: left;
    margin: 0 0 10px;
    position: relative;
    text-align: left;
    width: 160px;
}

.billiger-gesehen .article-list-item-price .tax-shipping-text {
    font-size: 9px;
    line-height: 2em;
}

.billiger-gesehen .back_button {
    float: left;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

.billiger-gesehen .send_button {
    float: right;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

.checkout_paypal textarea {
    height: 100px;
    width: 513px;
}

.checkout_paypal p {
    font-size: 13px;
    width: 70%;
}

.cols2 {
    display: inline-block;
    width: 100%;
}

.cols2 .col {
    float: left;
    margin-right: 10px;
    width: 330px;
}

.cols2 .col.last {
    float: right;
    margin-right: 0;
}

.cols3 {
    background-image: url(backgrounds/account-dotted-line.png);
    background-position-x: 14px;
    display: inline-block;
}

.cols3 .col {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: 240px;
}

.cols3 .col .col-inside {
    padding: 0 10px 0 0;
}

.cols3 .col.last {
    margin-right: 0;
}

.cols3 h3 {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

.content-box {
    margin: 0 0 10px;
    width: 100%;
    background-image: inherit;
}

.content-box .article-list-item-image {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.content-box .icon {
    padding-top: 3px;
    position: absolute;
    right: 5px;
    top: 5px;
}

.content-box-header-inner {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 10px;
}

.content-box-main-inner {
    padding: 5px 10px;
    width: 180px;
}

.content-box.categories a {
    background-color: transparent;
    background-image: none;
    background-position: top left;
    background-repeat: no-repeat;
    color: #545454;
    display: block;
    font-size: 11px;
    line-height: 20px;
    padding: 5px 0 5px 20px;
    text-decoration: none;
}

.content-box.categories a.active {
    background-image: url(backgrounds/categories-item-bg-active.gif);
    color: #666;
}

.content-box.categories li {
    margin-left: 0;
    padding-bottom: 1px;
    padding-left: 0;
    background-color: transparent;
}

.content-box.categories ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.content-box.white {
    margin: 0 0 10px;
    width: 100%;
}

.article-list.bestsellers .article-list-item {
    border-top: 1px solid #999999;
    display: block;
    margin: 0;
    padding-bottom: 6px;
    padding-right: 0;
    padding-top: 1px;
}

.article-list.bestsellers .article-list-item:first-child {
    border: 0 none;
}

.article-list.bestsellers .article-list-item-image {
    display: none;
    text-align: center;
}

.article-list.bestsellers .article-list-item-price {
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    text-decoration: none;
}

.article-list.bestsellers .article-list-item-price .price {
    font-weight: 400;
}

.article-list.bestsellers .article-list-item-text {
    display: block;
    float: left;
    width: 90%;
}

.currency_inside a {
    color: #eee;
    text-decoration: none;
}

.customer_login_inside {
    background-color: #000;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    padding: 10px;
}

.customer_login_inside label {
    color: #eee;
}

.customer_login_links {
    margin-top: 8px;
}

.details {
    margin-bottom: 30px;
    margin-top: 10px;
}

.details .actions {
    display: inline-block;
    float: right;
    padding-right: 12px;
    position: relative;
    width: 302px;
}

.details .actions a {
    background-color: transparent;
    background-image: url(backgrounds/separator-dotted-vert.png);
    background-position: left;
    background-repeat: repeat-y;
    color: #666;
    display: block;
    float: right;
    font-size: 10px;
    line-height: 24px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

.details .description {
    margin-bottom: 20px;
    /*position: relative;*/
    /*right: 30px;*/
    width: 714px;
}

.details .gallery {
    float: left;
    min-height: 400px;
    width: 288px;
    padding-left: 18px;
}

.details .gallery .stage {
    color: #666666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    height: 254px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 20px;
    text-align: center;
    text-decoration: none;
    width: 268px;
}

.details .gallery .thumbnail {
    border-color: #CECECE;
    border-style: solid;
    border-width: 1px;
    float: left;
    height: 48px;
    margin-bottom: 2px;
    margin-right: 2px;
    overflow: hidden;
    padding: 1px;
    text-align: center;
    width: 48px;
}

#lightbox_gallery_thumbnails .thumbnail a,
.details .gallery .thumbnails .thumbnail a {
    position: relative;
}

#lightbox_gallery #lightbox_gallery_thumbnails img,
.details .gallery .thumbnails .thumbnail img {
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90px;
    max-height: 87px;
}

.details .gallery .thumbnails .thumbnail img {
    max-width: 48px;
    max-height: 50px;
}

.details .info {
    background-color: #FFFFFF;
    background-image: url("backgrounds/details-info-bg.jpg");
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    min-height: 400px;
    padding-right: 18px;
    padding-top: 5px;
    width: 388px;
}

.details .info #details_qty_advice {
    line-height: 1.7em;
    padding-top: 10px;
}

.details .info .attributes {
    clear: both;
    margin-top: 1em;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 352px;
}

.details .info .attributes.table_listing .attributes_label {
    font-size: 11px;
    font-weight: 700;
    padding-left: 10px;
}

.details .info .attributes.table_listing div {
    font-size: 11px;
    padding: 5px;
}

.details .info .inside {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    padding: 0 0 0 26px;
}

.details .info .price-container {
    margin-top: 20px;
    text-align: right;
}

.details .info .price-container .article-count-input {
    width: 40px;
}

.details .info .price-container .inside {
    padding-right: 12px;
    text-align: right;
}

.details .info .price-container .leaflet {
    clear: both;
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
    width: 100%;
}

.details .info .price-container .leaflet a {
    color: #666;
    font-size: 12px;
    text-decoration: underline;
}

.details .info .price-container .price {
    color: #CC0000;
    font-size: 30px;
    font-weight: bold;
}

.details .inside dl {
    overflow: hidden;
    width: 340px;
}

.details .inside dt {
    width: 150px;
}

.details .product-documents dt {
    background-image: url(backgrounds/separator-dotted-hori.png);
    background-position: bottom;
    background-repeat: repeat-x;
    clear: left;
    float: left;
    font-size: 11px;
    font-weight: 700;
    margin: 0;
    padding: 10px 0 10px 10px;
    width: 340px;
}

.details .product-documents dt img {
    float: left;
    margin-right: 10px;
}

.details .rating {
    width: 680px;
}

.details .rating-item .rating-caption {
    float: left;
    font-weight: 700;
    width: 60px;
}

.details .rating-item .rating-comment {
    float: left;
    margin-top: 20px;
    width: 550px;
}

.details .rating-item .rating-meta {
    float: left;
    margin-left: 20px;
    text-align: left;
    width: 120px;
}

.ebay_products .article-list.cols .article-list-item-image {
    height: 100px;
}

.future_products {
    margin-top: 2px;
    position: relative;
    width: 694px;
}

.future_products dd {
    color: #CC0000;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: 25%;
}

.future_products dt {
    padding-left: 20px;
    padding-right: 0;
    width: 70%;
}

.gm_gprint_field {
    background-color: #FFF;
    border: 1px solid #CCC;
    color: #000;
    font-family: Arial, Tahoma, Helvetica, Sans-Serif;
    font-size: 12px;
    padding: 0;
}

.gradient {
    background-image: url(backgrounds/gradients/gradient.png);
    background-repeat: repeat-x;
}

.gradient.reflection {
    background-image: url(backgrounds/gradients/gradient-reflection.png);
    background-position: left center;
    background-repeat: repeat-x;
}

.gradient.reverse {
    background-image: url(backgrounds/gradients/gradient-reverse.png);
    background-position: top;
    background-repeat: repeat-x;
}

.h200 {
    height: 200px;
}

.h250 {
    height: 250px;
}

.h300 {
    height: 300px;
}

.headline {
    color: #666;
    font-size: 20px;
    font-weight: 400;
    padding: 20px 0 0;
}

.icon_gallery_back {
    background-image: url(backgrounds/lightbox-buttons.png);
    background-position: 0 -120px;
    display: block;
    float: left;
    height: 30px;
    text-decoration: none;
    width: 50px;
}

.icon_gallery_next {
    background-image: url(backgrounds/lightbox-buttons.png);
    background-position: 0 -60px;
    display: block;
    float: right;
    height: 30px;
    text-decoration: none;
    width: 50px;
}

a.icon_lightbox_close_checkout:focus {
    border: 2px solid red;
}

.icon_lightbox_close {
    background-image: url(backgrounds/lightbox-buttons.png);
    background-position: 0 0;
    display: block;
    float: right;
    height: 30px;
    text-decoration: none;
    width: 50px;
}

a.icon_lightbox_close_checkout {
    background-image: url(backgrounds/lightbox-close.png);
    background-position: 0 0;
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: 19px;
    margin: 10px auto;
    margin-top: -30px;
    outline: 0 none;
    padding: 5px 0 0 21px;
    text-decoration: none;
    text-transform: uppercase;
    width: 96px;
}

a.icon_lightbox_close_checkout:hover {
    background-image: url(backgrounds/lightbox-close.png);
    background-position: 0 -24px;
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: 19px;
    margin: 10px auto;
    margin-top: -30px;
    outline: 0 none;
    padding: 5px 0 0 21px;
    text-decoration: none;
    text-transform: uppercase;
    width: 96px;
}

.wrap_shop input.input-text {
    background-color: #fff;
    background-image: url(backgrounds/gradient-small-reverse.png);
    background-position: top left;
    background-repeat: repeat-x;
    border-color: #a3a3a3;
    border-style: solid;
    border-width: 1px;
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    height: 18px;
    padding: 2px;
}

.wrap_shop input.input-text.big {
    font-size: 14px;
    padding: 6px;
}

.input-textarea {
    background-color: #fff;
    background-image: url(backgrounds/gradient-small-reverse.png);
    background-position: top left;
    background-repeat: repeat-x;
    border-color: #a3a3a3;
    border-style: solid;
    border-width: 1px;
    height: 18px;
    padding: 2px;
}

.lightbox_close {
    position: absolute;
    right: 0;
    text-align: right;
}

.megadropdown .megadropdown-inside {
    background-color: #fff;
    background-image: url(backgrounds/megadropdown-bg.png);
    background-position: top;
    background-repeat: repeat-x;
    border-left-color: #ccc;
    border-left-style: solid;
    border-left-width: 1px;
    margin-bottom: 0;
    padding-left: 20px;
    padding-top: 20px;
}

.megadropdown li {
    margin-left: 0;
    padding-left: 0;
}

.megadropdown ul {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
}

.megadropdown ul li {
    background-image: url(backgrounds/separator-dotted-vert.png);
    background-position: right;
    background-repeat: repeat-y;
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    margin-right: 20px;
    width: 170px;
}

.noscript_notice {
    background-color: #FF9;
    color: #000;
    padding: 10px;
    text-align: center;
}

.order_payment .error td {
    color: red;
    font-weight: 700;
}

.order_payment .payment_item fieldset {
    margin-top: 20px;
    padding-left: 40px;
}

.order_payment .payment_item fieldset label {
    font-weight: 700;
    padding-left: 0;
}

.order_payment .payment_item p {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 0;
}

.order_payment textarea {
    height: 100px;
    width: 686px;
}

.order_payment #comments_textarea {
    background-color: #FFF;
    background-image: url(backgrounds/gradient-small-reverse.png);
    background-position: left top;
    background-repeat: repeat-x;
    border: 1px solid #A3A3A3;
    color: #666;
    height: 100px;
    width: 686px;
}

.order_shipping .shipping_item p {
    margin-bottom: 0;
    margin-top: 0;
}

.order_thanks .order_success_text p {
    color: #666;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 50px;
}

.order_thanks .product-documents {
    margin-bottom: 10px;
    padding-left: 30px;
}

.order_thanks .thanks {
    color: #666;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-top: 30px;
}

.product-listing .description img {
    float: right;
    margin: 0 0 10px 20px;
}

#product_listing .panel {
    background-color: #EEEEEE;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

#product_listing .panel .inside {
    padding: 3px;
}

#product_listing .panel .panel-viewmode {
    float: left;
    padding-left: 20px;
    padding-top: 4px;
}

#product_listing .panel .panel-itemcount {
    float: left;
    margin-left: 20px;
    padding: 4px;
    position: relative;
}

#product_listing .panel .panel-pagination {
    float: right;
    padding: 4px;
    position: relative;
}

#product_listing .panel .panel-pagination p {
    color: #666;
    margin: .5em 0 0;
}

#product_listing .panel .panel-sort {
    float: left;
    padding: 4px;
    position: relative;
}

#product_listing .panel label {
    color: #666;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 4px 4px 0;
}

.panel-pagination-info {
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    margin-left: 20px;

}

.required_info {
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    text-align: right;
    width: 100%;
}

.shopping-cart-headline {
    color: #ffffff;
    font-weight: normal;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    font-style: normal;
    text-align: right;
    text-decoration: none;
}

.shopping_cart {
    background-color: #FFFFFF;
    background-image: none;
    background-position: left top;
    background-repeat: repeat-x;
    clear: both;
    margin-top: 20px;
    width: 674px;
}

.shopping_cart .checkout_button {
    float: right;
    margin-bottom: 0;
    margin-top: 20px;
    position: relative;
    text-align: right;
    width: 90px;
}

.shopping_cart .continue_button {
    float: left;
    margin-bottom: 0;
    margin-top: 20px;
    margin-left: 410px;
    position: relative;
}

.shopping_cart .shipping-text {
    color: #666;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.shopping_cart_list {
    margin-top: 20px;
    width: 100%;
}

.shopping_cart_list .col_0 {
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}

.shopping_cart_list .col_0 .content-box {
    margin-top: 20px;
    text-align: left;
}

.shopping_cart_list td.col_4 {
    background-color: #eee;
    font-weight: 700;
    text-align: right;
    width: 170px;
}

.shopping_cart_list tr.calculation td.col_1 {
    background-image: none;
    border-bottom-color: #666;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    text-align: right;
}

.shopping_cart_list tr.calculation td.col_2 {
    background-image: none;
    border-bottom-color: #666;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: 700;
    text-align: right;
    width: 170px;
}

.shopping_cart_list tr.last-article td {
    background-image: none;
    border-bottom-color: #666;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.shopping_cart_list img {
    max-width: 80px;
}

.order_confirm .shopping_cart_list .calculation .col_0 {
    text-align: left;
    vertical-align: bottom;
}

.order_confirm .shopping_cart_list th {
    font-style: normal;
    font-weight: 700;
    padding-bottom: 2px;
    padding-top: 10px;
    text-decoration: none;
}

.order_confirm .shopping_cart_list th.amount {
    width: 50px;
}

.order_confirm .shopping_cart_list td {
    background-color: #fff;
    background-position: bottom;
    background-repeat: repeat-x;
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
}

.order_confirm .shopping_cart_list td.col_4 {
    font-weight: 700;
    text-align: right;
}

.order_confirm h2 a {
    font-size: 11px;
    font-weight: 400;
}

.sub_categories_listing_body {
    height: 100%;
    list-style-type: none;
    margin: 3px 0;
    overflow: hidden;
    text-align: center;
}

.sub_categories_listing_body .box_list {
    float: left;
    height: 100%;
    list-style-type: none;
    overflow: hidden;
    padding: 5px;
    text-align: center;
}

.wrap_shop .tabs div {
}

.wrap_shop .tabs .ui-tabs-nav {
    background-color: #fff;
    background-image: url(backgrounds/tabs-navi-bg.png);
    background-position: bottom;
    background-repeat: repeat-x;
    display: inline-block;
    margin-left: 5px;
    padding-left: 0;
    width: 714px;
}

.wrap_shop .tabs .ui-tabs-nav .ui-tabs-selected a {
    background-color: transparent;
    background-image: url(backgrounds/tabs-active-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #666;
}

.wrap_shop .tabs .ui-tabs-nav li {
    background-color: transparent;
    background-image: url(backgrounds/separator-30-vert.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-left: 0;
    padding-left: 0;
}

.wrap_shop .tabs .ui-tabs-nav li a {
    color: #333;
    display: inline-block;
    font-size: 11px;
    line-height: 20px;
    padding: 10px 20px;
    text-decoration: none;
}

.user_home {
    display: inline-block;
    margin-bottom: 30px;
}

.user_home .order {
    border-bottom-color: #ccc;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.user_home .order .product-documents dd {
    padding: 3px 0;
    width: 230px;
}

.user_home .order .product-documents dl {
    background-image: url(backgrounds/separator-dotted-hori.png);
    background-position: top;
    background-repeat: repeat-x;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 100%;
}

.user_home .order .show_download_button {
    float: right;
    margin-top: 5px;
}

#customer_login label {
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 0;
}

.panel-pagination a:hover {
    color: #000;
    text-decoration: none;
}

#menubox_add_a_quickie {
    background-color: #FFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #EAEAE;
    border-style: solid;
    border-width: 1px;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

#menubox_add_a_quickie_head .content-box-header-inner {
    background-color: #6d6d6d;
    background-image: url(backgrounds/gradients/gradient.png);
    background-position: 0 0;
    background-repeat: repeat;
    color: #fbfbfb;
    font-family: Arial, Tahoma, Verdana;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    padding: 5px 10px;
    text-align: left;
    text-decoration: none;
}

#menubox_newsletter_body .submit {
    padding-bottom: 0;
    padding-top: 10px;
    text-align: right;
}

#menubox_login_body .content-box-main-inner .menubox_link a:hover {
    color: #1e1e1e;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: underline;
}

.order_payment .accept_box {
    background-color: #FECCCB;
    border-color: #FE0000;
    border-style: solid;
    border-width: 1px;
    margin-top: 2px;
    overflow: hidden;
    width: 690px;
}

.order_payment .accept_box_text {
    color: #666;
    float: left;
    margin: 3px 0 2px 5px;
}

.checkout_paypal .accept_box {
    background-color: #FECCCB;
    border-color: #FE0000;
    border-style: solid;
    border-width: 1px;
    margin-top: 2px;
    overflow: hidden;
    width: 517px;
}

.checkout_paypal .accept_box_text {
    float: left;
    margin: 3px 0 2px 5px;
}

#head_shopping_cart.active {
    /*background-image: url(backgrounds/head-shopping-cart-active-bg.png);*/
    background-position: 0;
}

#head_navi {
    background-color: #6d6d6d;
    background-image: url(backgrounds/gradients/gradient.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 30px;
    width: 980px;
}

.wrap_shop fieldset input.input-text {
    background-color: #fff;
    background-image: url(backgrounds/gradient-small-reverse.png);
    background-position: top left;
    background-repeat: repeat-x;
    border-color: #a3a3a3;
    border-style: solid;
    border-width: 1px;
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    height: 18px;
    padding: 2px;
    width: 234px;
}

.wrap_shop fieldset select.input-select {
    background-color: transparent;
    background-image: url(backgrounds/gradient-small-reverse.png);
    background-position: top left;
    background-repeat: repeat-x;
    border-color: #a3a3a3;
    border-style: solid;
    border-width: 1px;
    color: #666;
    height: 24px;
    padding: 2px;
    width: 206px;
}

.wrap_shop fieldset table td {
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    padding-bottom: 10px;
}

.order_confirm p {
    color: #666;
    font-size: 14px;
    margin-left: 30px;
}

.module_option_checked {
    background-color: #eee;
    cursor: pointer;
    overflow: hidden;
}

.popup_content h1 {
    color: #000;
    font-family: Arial, Tahoma, Verdana;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
}

.popup_content .content_text {
    color: #000;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
}

.popup_content {
    padding: 20px;
    background-color: #fff;
}

#fixed_dropdown_shopping_cart_header {
    background-color: #00B6DE;
    background-position: bottom;
    height: 37px;
    margin-left: 6px;
    width: 196px;
}

#fixed_dropdown_shopping_cart_header .cart-head-text {
    padding-right: 12px;
    padding-top: 5px;
}

#fixed_dropdown_shopping_cart_header .cart-head-icon {
    padding: 5px;
}

#fixed_dropdown_shopping_cart_header .shopping-cart-headline {
    color: #fff;
    font-size: 12px;
}

#fixed_dropdown_shopping_cart_header .shopping-cart-product-count {
    color: #fff;
}

.cart_error_color {
    color: #fe0000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}

.shopping_cart_list th.wish_list_qty {
    border-bottom: 1px solid #666;
    font-weight: 700;
    padding-top: 10px;
    text-align: left;
    width: 50px;
}

.shopping_cart_list th.wish_list_checkbox {
    border-bottom: 1px solid #666;
    font-weight: 700;
    padding-top: 10px;
    text-align: left;
    width: 30px;
}

#live_search_container #live_search_head {
    color: #666;
    font-family: Arial, Verdana, Tahoma;
    font-size: 10px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
}

#live_search_container a {
    color: #666;
    display: block;
    font-family: Arial, Verdana, Tahoma;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    padding: 5px 0;
    text-decoration: none;
}

#live_search_container li {
    background-color: #fff;
    background-image: url(backgrounds/separator-dotted-hori.png);
    background-position: top;
    background-repeat: repeat-x;
    padding-left: 0;
    padding-top: 1px;
}

.site_navigation {
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    text-align: right;
}

.jcarousel-control {
    bottom: 5px;
    position: absolute;
    right: 5px;
    z-index: 100;
}

.jcarousel-control a {
    border-color: #fff;
    border-style: solid;
    border-width: 3px;
    display: inline-block;
    font-size: 75%;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.jcarousel-control a:hover {
    border-color: #DB2E1E;
    border-style: solid;
    border-width: 3px;
    outline: none;
}

a.jcarousel_control_a_active {
    border-color: #a4a4a4;
    border-style: solid;
    border-width: 3px;
    outline: none;
}

.jcarousel-scroll {
    margin-top: 10px;
    text-align: center;
}

#jcarousel_container {
    margin: 2px 0;
    padding: 0;
    position: relative;
    right: 20px;
    width: 712px;
}

.wrap_shop #main #main_inside .highlight_form {
    border-color: #1099BB;
    color: #666;
    font-weight: 700;
}

.circle_arrow_right {
    background-color: transparent;
    background-image: url(backgrounds/icon-grey-circlearrowrigh.png);
    background-position: top left;
    background-repeat: no-repeat;
    float: right;
    height: 14px;
    width: 14px;
}

#menubox_filter {
    background-color: #E5E5E5;
    background-image: url(backgrounds/content-box-bg.jpg);
    background-position: center top;
    background-repeat: repeat-x;
    border-color: #dadada;
    border-style: solid;
    border-width: 1px;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

#menubox_filter_body .content-box-main-inner select.multiple-input-select {
    background-color: #fff;
    background-image: url(backgrounds/gradient-small-reverse.png);
    background-position: top left;
    background-repeat: repeat-x;
    border-color: #a3a3a3;
    border-style: solid;
    border-width: 1px;
    color: #666;
    height: auto;
    padding: 2px;
}

.filter_heading {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    color: #666;
    font-style: normal;
    font-weight: 700;
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
    text-decoration: none;
}

.wrap_shop #menubox_filter input.filter_price_input {
    background-color: #fff;
    background-image: url(backgrounds/gradient-small-reverse.png);
    background-position: top left;
    background-repeat: repeat-x;
    border-color: #a3a3a3;
    border-style: solid;
    border-width: 1px;
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    height: 18px;
    padding: 2px;
    width: 50px;
}

body #wrap_box.wrap_shop a.button_green {
    background-color: #03d012;
    background-image: url(backgrounds/gradients/gradient-reflection.png);
    background-position: left center;
    background-repeat: repeat-x;
    border-color: #03d012;
    border-style: solid;
    border-width: 1px;
    color: #FFF;
    display: inline-block;
    font-size: 11px;
    text-decoration: none;
}

body #wrap_box.wrap_shop a.button_green_big {
    background-color: #03d012;
    background-image: url(backgrounds/gradients/gradient-reflection.png);
    background-position: left center;
    background-repeat: repeat-x;
    border-color: #03d012;
    border-style: solid;
    border-width: 1px;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}

body #wrap_box.wrap_shop a.button_blue {
    background-color: #c8c8c8;
    background-image: url(backgrounds/gradients/gradient.png);
    background-position: bottom;
    background-repeat: repeat-x;
    border-color: #484848;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: inline-block;
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    text-align: start;
    text-decoration: none;
}

body #wrap_box.wrap_shop a.button_blue:hover {
    background-color: #4c4c4c;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    color: #fff;
    cursor: pointer;
    font-family: Arial, Tahoma, Verdana;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    text-align: start;
    text-decoration: none;
}

body #wrap_box.wrap_shop a.button_blue:active {
    background-color: #777;
    background-image: url(backgrounds/gradients/gradient-reverse.png);
    background-position: top;
    background-repeat: repeat-x;
}

body #wrap_box.wrap_shop a.button_blue_big {
    background-color: #c8c8c8;
    background-image: url(backgrounds/gradients/gradient.png);
    background-position: left center;
    background-repeat: repeat-x;
    border-color: #484848;
    border-style: solid;
    border-width: 1px;
    color: #FFF;
    display: inline-block;
    font-family: Arial, Tahoma, Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: start;
    text-decoration: none;
}

body #wrap_box.wrap_shop a.button_blue_big:hover {
    background-color: #4c4c4c;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    color: #fff;
    cursor: pointer;
    font-family: Arial, Tahoma, Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: start;
    text-decoration: none;
}

body #wrap_box.wrap_shop a.button_grey {
    background-color: #999;
    background-image: url(backgrounds/gradients/gradient.png);
    background-position: bottom;
    background-repeat: repeat-x;
    border-color: #666;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    text-decoration: none;
}

body #wrap_box.wrap_shop a.button_grey_big {
    background-color: #999;
    background-image: url(backgrounds/gradients/gradient-reflection.png);
    background-position: left center;
    background-repeat: repeat-x;
    border-color: #666;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
}

body #wrap_box.wrap_shop a.button_red {
    background-color: red;
    background-image: url(backgrounds/gradients/gradient.png);
    background-position: bottom;
    background-repeat: repeat-x;
    border-color: red;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    text-decoration: none;
}

body #wrap_box.wrap_shop a.button_red:hover {
    background-color: #d00;
    color: #fff;
    cursor: pointer;
}

#product_listing a.button_green {
    background-color: #03d012;
    background-image: url(backgrounds/gradients/gradient-reflection.png);
    background-position: left center;
    background-repeat: repeat-x;
    border-color: #03d012;
    border-style: solid;
    border-width: 0px;
    color: #FFF;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

textarea.readonly {
    background-color: #eee;
    background-image: url(backgrounds/gradient-small-reverse.png);
    background-position: left top;
    background-repeat: repeat-x;
    border-color: #A3A3A3;
    border-style: solid;
    border-width: 1px;
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    height: 200px;
    padding: 2px;
    width: 675px;
}

.submenu div {
    background-color: #fff;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    clear: left;
    float: left;
    padding: 5px;
}

.submenu ul li {
    clear: left;
    float: left;
    margin-left: 0;
    min-width: 180px;
    overflow: hidden;
    padding-bottom: 1px;
    padding-left: 0;
    background-color: transparent;
}

body #shopsoftware_by_gambio p, body #shopsoftware_by_gambio a {
    color: #999;
}

div.input.submit, .article-list.cols .article-list-item-text, .input-text.numeric, .shopping_cart_list tr.first th.col_4, .order_confirm .shopping_cart_list th.price {
    text-align: right;
}

fieldset, .content-box.no-border {
    border: none;
}

fieldset table, .account_history_info .order_history_list, .checkout_paypal .order_history_list, .future_products dl, .login .input-text {
    width: 100%;
}

.wrap_shop h1, .shopping_cart_list .col_0 .content-box-header-inner {
    color: #666;
    font-size: 20px;
    font-weight: 400;
}

.wrap_shop input, .wrap_shop p, .wrap_shop td, .wrap_shop textarea {
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
}

#breadcrumb_navi span a, #menubox_reviews_body a, #menubox_trusted_body a, .article-list a .productOldPrice, .article-list p, .article-list-item p, .billiger-gesehen .article-list-item a, .cols3 li a, #product_listing .panel .panel-pagination a, .panel-pagination a, #menubox_admin_body .content-box-main-inner .content-box-main-inner_link a, #menubox_admin_body .content-box-main-inner .content-box-main-inner_link a:hover, #menubox_best_sellers_body .article-list a, #menubox_content_body .content-box-main-inner a, #menubox_information_body .content-box-main-inner a, #menubox_last_viewed_body a, #menubox_login_body .content-box-main-inner .menubox_link a, #menubox_manufacturers_info_body .content-box-main-inner a, #menubox_order_history_body .content-box-main-inner a, #menubox_search_body .content-box-main-inner .menubox_link a, #menubox_specials_body a, #menubox_whatsnew_body a, .first_page_content, .first_page_content a, .first_page_content a:active, #content_page .content_page_inner a, #content_page .content_page_inner a:active, #tabbed_description_part .ui-tabs-panel a, #tabbed_description_part .ui-tabs-panel a:active, .rating-comment a, .rating-comment a:active, #reviews-info h1 a, #reviews-info h1 a:active, .rating-product-name a, .rating-product-name a:active, #account a.account_link, #account a.account_link:active, a.pageResults, a.pageResults:active, #gm_privacy a, #gm_privacy a:active, .h200 a, .h200 a:active, #menubox_extrabox1_body .content-box-main-inner a, #menubox_extrabox2_body .content-box-main-inner a, #menubox_extrabox3_body .content-box-main-inner a, #menubox_extrabox4_body .content-box-main-inner a, #menubox_extrabox5_body .content-box-main-inner a, #menubox_extrabox6_body .content-box-main-inner a, #menubox_extrabox7_body .content-box-main-inner a, #menubox_extrabox8_body .content-box-main-inner a, #menubox_extrabox9_body .content-box-main-inner a, a.gm_shipping_link, a.gm_shipping_link:active, .payment_item a, .payment_item a:active, a.conditions_info_link, a.conditions_info_link:active, #product_navigation a, #product_navigation a:active, .shopping_cart_list a, .shopping_cart_list a:active, a.button_opensearch, a.button_opensearch:active, a.filter_features_link, a.filter_features_link:active, .future_products a, .future_products a:active {
    color: #000000;
    text-decoration: none;
}

#breadcrumb_navi span a:hover, #currency a:hover, #menubox_reviews_body a:hover, #menubox_trusted_body a:hover, .wrap_shop .tabs .ui-tabs-nav li a:hover, #menubox_last_viewed_body a:hover, #menubox_manufacturers_info_body .content-box-main-inner a:hover, #menubox_specials_body a:hover, #menubox_whatsnew_body a:hover, #main .product-documents a:hover {
    text-decoration: underline;
}

#flyover_box #flyover_body, #lightbox_gallery .lightbox_gallery_active, .content-box .price-info, .details .info .price-container .price .productOldPrice, .details .info .price-container .tax-shipping-text a, .panel-pagination, .panel-pagination strong {
    color: #666;
}

#flyover_layer, .megadropdown-shadow, .submenu_container .submenu {
    background-image: url(backgrounds/shadow.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 9px;
    padding-right: 9px;
}

#gm_tell_a_friend_popup .vvcode img, .billiger-gesehen .vvcode img, .callback_service .vvcode img, .contact_us .vvcode img, .password_double_opt_in .vvcode img {
    margin-bottom: 5px;
}

#gm_tell_a_friend_popup .vvcode label, .billiger-gesehen .vvcode label, .callback_service .vvcode label, .contact_us .vvcode label, .password_double_opt_in .vvcode label {
    height: 70px;
}

#gm_tell_a_friend_popup textarea, .password_double_opt_in textarea {
    height: 100px;
    width: 300px;
}

#head_navi ul li.dropdown a, #head_navi ul li.dropdown a:hover {
    background-color: #fff;
    background-image: none;
    color: #666;
}

#head_navi ul li.first, #top_navi_inner ul li.first {
    margin-left: 10px;
}

#head_navi ul li.last, #reviews .rating-item.last, .account_history_info .order_history_list .calculation td, .checkout_paypal .order_history_list .calculation td, .article-list.bestsellers .article-list-item.last, .details .rating-item.last, .shopping_cart_list tr.calculation td.col_0, .shopping_cart_list td.order-total {
    background-image: none;
}

#language a, .customer_login_links a {
    color: #fff;
    text-decoration: none;
}

#language a:hover, .customer_login_links a:hover {
    color: #fff;
    text-decoration: underline;
}

#lightbox_gallery .thumbnails, .customer_login_inside .submit-container, .details .gallery .thumbnails {
    display: inline-block;
    margin-top: 10px;
}

#menubox_gm_counter_body, #menubox_gm_ebay_body, #menubox_infobox_body, #menubox_languages_body, #menubox_reviews_body, #menubox_trusted_body {
    text-align: center;
}

#menubox_gm_scroller_body, .details .rating-item .rating-stars {
    margin-bottom: 10px;
    margin-top: 10px;
}

#product_info #gm_gprint a, .details .actions a:hover, .megadropdown ul li ul li a:hover, #product_listing .panel .panel-pagination a:hover, .subcategories_listing ul li ul li a:hover {
    color: #000;
}

#reviews .rating .col_1, .details .rating .col_1 {
    font-weight: 700;
    width: 80px;
}

#reviews .rating .col_2, .details .rating .col_2 {
    padding-right: 20px;
    text-align: right;
    width: 100px;
}

#reviews .rating .col_3, .details .rating .col_3 {
    width: 400px;
}

#reviews .rating .row_1 td, .details .rating .row_1 td {
    padding-bottom: 10px;
}

#reviews .rating-item, #reviews-info .rating-item, .address-book-addresses, .details .rating-item {
    background-color: transparent;
    background-image: url(backgrounds/separator-dotted-hori.png);
    background-position: bottom;
    background-repeat: repeat-x;
    line-height: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
}

#reviews .rating-item .rating-image, #reviews-info .rating-item .rating-image {
    float: left;
    margin-top: 10px;
    width: 130px;
}

#reviews .rating-item .rating-product-name a:hover, .article-list.rows .article-list-item-price .tax-shipping-text a, .billiger-gesehen .article-list-item-price .tax-shipping-text a, .cols3 li a:hover, #menubox_best_sellers_body .article-list a:hover, #menubox_content_body .content-box-main-inner a:hover, #menubox_information_body .content-box-main-inner a:hover, #menubox_order_history_body .content-box-main-inner a:hover, #menubox_search_body .content-box-main-inner .menubox_link a:hover, .first_page_content a:hover, #content_page .content_page_inner a:hover, #tabbed_description_part .ui-tabs-panel a:hover, .rating-comment a:hover, #reviews-info h1 a:hover, .rating-product-name a:hover, #account a.account_link:hover, a.pageResults:hover, #gm_privacy a:hover, .h200 a:hover, #menubox_extrabox1_body .content-box-main-inner a:hover, #menubox_extrabox2_body .content-box-main-inner a:hover, #menubox_extrabox3_body .content-box-main-inner a:hover, #menubox_extrabox4_body .content-box-main-inner a:hover, #menubox_extrabox5_body .content-box-main-inner a:hover, #menubox_extrabox6_body .content-box-main-inner a:hover, #menubox_extrabox7_body .content-box-main-inner a:hover, #menubox_extrabox8_body .content-box-main-inner a:hover, #menubox_extrabox9_body .content-box-main-inner a:hover, a.gm_shipping_link:hover, .payment_item a:hover, a.conditions_info_link:hover, #product_navigation a:hover, .shopping_cart_list a:hover, a.button_opensearch:hover, a.filter_features_link:hover, .future_products a:hover {
    color: #666;
    text-decoration: underline;
}

#reviews .rating-item .rating-stars, #reviews-info .rating-item .rating-stars, .account_history_info .product-documents {
    margin-bottom: 10px;
}

#reviews .reviews-head div, #reviews .reviews-list div {
    color: #666;
    float: left;
    line-height: 20px;
    width: 150px;
}

#top_navi_inner, .details .info .price-container table, .login .button-container, .order_payment .continue_button, .order_shipping .continue_button, .order_confirm .checkout_button, .user_home .order .show_order_button {
    float: right;
}

.account, .order_thanks {
    background-color: #fff;
    background-image: none;
    background-position: top left;
    background-repeat: repeat-x;
    overflow: hidden;
    width: 760px;
}

.account_history_info .order_history_list .calculation .col_3, .checkout_paypal .order_history_list .calculation .col_3 {
    border-bottom-color: #666;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-right: 5px;
    text-align: right;
}

.account_history_info .order_history_list .calculation .col_4, .checkout_paypal .order_history_list .calculation .col_4 {
    background-color: #eee;
    border-bottom-color: #666;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.account_history_info .order_history_list .calculation.doubleunderline td.col_3, .account_history_info .order_history_list .calculation.doubleunderline td.col_4, .checkout_paypal .order_history_list .calculation.doubleunderline td.col_3, .checkout_paypal .order_history_list .calculation.doubleunderline td.col_4, .shopping_cart .shopping_cart_list tr.calculation.doubleunderline td.col_2, .shopping_cart_list tr.calculation.doubleunderline td.col_1 {
    border-bottom-color: #666;
    border-bottom-style: double;
    border-bottom-width: 1px;
}

.account_history_info .order_history_list .calculation.total .col_4, .order_confirm .shopping_cart_list .calculation.total .col_2 {
    background-color: #fff;
}

.account_history_info .order_history_list .col_0, .checkout_paypal .order_history_list .col_0 {
    text-align: center;
    width: 50px;
}

.account_history_info .order_history_list .col_4, .checkout_paypal .order_history_list .col_4 {
    width: 100px;
    text-align: right;
    padding-right: 5px;
}

.account_history_info .order_history_list td, .checkout_paypal .order_history_list td, .shopping_cart_list td {
    background-color: #fff;
    background-image: url(backgrounds/separator-dotted-hori.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
}

.account_history_info .order_history_list th, .checkout_paypal .order_history_list th, .shopping_cart_list th {
    border-bottom-color: #666;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    font-weight: 700;
    padding-top: 10px;
    text-align: left;
}

.account_history_info .product-documents dd, .order_thanks .product-documents dd {
    height: 26px;
}

.account_history_info .product-documents dt, .order_thanks .product-documents dt {
    height: 26px;
    width: auto;
}

.account_history_info .product-documents dt img, .order_thanks .product-documents dt img {
    margin-top: 5px;
}

.article-list .listing_attributes, .article-list .listing_attributes_selection {
    clear: both;
    margin-top: 1em;
    padding-bottom: 5px;
    padding-top: 5px;
}

.article-list .listing_attributes dd, .article-list .listing_attributes dt, .article-list .listing_attributes_selection dd, .article-list .listing_attributes_selection dt {
    background-image: none;
    padding: 4px 10px 4px 0;
}

.article-list .listing_attributes dd .input-select, .article-list .listing_attributes_selection dd .input-select, .details .info .attributes dd .input-select {
    width: 220px;
}

.article-list .listing_attributes dl, .article-list .listing_attributes_selection dl, .details .info .attributes dl {
    background-image: none;
    margin-top: 0;
}

.article-list.cols .article-list-item-image img, .article-list.cols .article-list-item img {
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
}

.article-list.cols .article-list-item-text .price a, .article-list.cols .article-list-item-text .price a:hover {
    color: #CC0000;
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
}

.article-list.offer .article-list-item-text .price a, #main .product-documents a {
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}

.article-list.rows .article-list-item-delivery .label, .billiger-gesehen .price_offer_error, .details .info .details_qty_advice_bold, .details .info .price-container .uvp-price, .user_home .order .date, .user_home .order .price, #dropdown_shopping_cart p .price, #fixed_dropdown_shopping_cart p .price {
    font-weight: 700;
}

.article-list.rows .article-list-item-image table, .details .gallery .stage table {
    height: 100%;
    width: 100%;
}

.article-list.rows .article-list-item-image table td, .details .gallery .stage table td {
    text-align: center;
    vertical-align: middle;
}

.article-list.rows .article-list-item-price .price .gm_products_vpe, .details .info .price-container .price .gm_products_vpe {
    color: #666;
    font-size: 10px;
    font-weight: 400;
}

.article-list.rows .article-list-item-price .price a, .article-list.rows .article-list-item-price .price a:hover {
    color: #CC0000;
    font-family: Arial, Tahoma, Verdana;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
}

.billiger-gesehen .article-list-item-price .price a, .order_payment .payment_item .caption .title, .order_shipping .shipping_item .caption .title {
    color: #666;
    font-size: 14px;
    font-weight: 700;
}

.billiger-gesehen textarea, .callback_service textarea, .contact_us textarea {
    height: 100px;
    width: 400px;
}

.box_left, .order_payment .back_button, .order_shipping .back_button, .order_confirm .back_button {
    float: left;
}

.checkout_paypal .withdrawal_textarea, .checkout_paypal .agb_textarea, .checkout_paypal iframe {
    height: 200px;
    width: 513px;
}

.checkout_paypal .remarks, .checkout_paypal .cols2 p {
    margin-left: 30px;
}

.checkout_paypal .order_history_list .calculation.total .col_3, .checkout_paypal .order_history_list .calculation.total .col_4 {
    background-color: #fff;
    border-bottom-width: 0;
    color: #666;
    font-size: 22px;
    font-weight: 400;
    white-space: nowrap;
}

.content-box.categories a:hover, .order_payment .payment_item.active, .order_shipping .shipping_item.active, .shopping_cart_list th.col_4, .shopping_cart_list tr.last-article td.col_4, .order_confirm .shopping_cart_list .calculation .col_2, .order_confirm .shopping_cart_list tr.last-article td.col_4, #live_search_container a:hover, body #wrap_box.wrap_shop .submenu ul li a:hover, body #wrap_box.wrap_shop .submenu ul li a.active, body #wrap_box.wrap_shop .content-box.categories.submenu ul li a:hover, body #wrap_box.wrap_shop .content-box.categories.submenu ul li a:active {
    background-color: #eee;
}

.article-list.bestsellers .article-list-item-inside, .product-listing .description {
    margin: 0;
}

.article-list.bestsellers .article-list-item-number, #product_listing .panel .panel-pagination a.active {
    color: #666;
    font-weight: 700;
}

.currency_inside, .infobox_inside {
    padding: 5px;
}

.details .info .attributes dd, .details .info .attributes dt {
    background-image: none;
    padding-bottom: 4px;
    padding-top: 4px;
}

.details .info .price-container .tax-shipping-text, .shopping-cart-product-count {
    color: #999999;
    font-size: 11px;
}

.details h4, #product_listing .panel .input {
    margin-bottom: 0;
}

.gm_gprint_dropdown, .gm_gprint_surface {
    background-color: #FFF;
    border: 1px solid #CCC;
    color: #000;
    font-family: Arial, Tahoma, Helvetica, Sans-Serif;
    font-size: 12px;
}

.icon_gallery_back:hover, .icon_gallery_back_active {
    background-image: url(backgrounds/lightbox-buttons.png);
    background-position: 0 -150px;
    display: block;
    float: left;
    height: 30px;
    text-decoration: none;
    width: 50px;
}

.icon_gallery_next:hover, .icon_gallery_next_active {
    background-image: url(backgrounds/lightbox-buttons.png);
    background-position: 0 -90px;
    display: block;
    float: right;
    height: 30px;
    text-decoration: none;
    width: 50px;
}

.icon_lightbox_close:hover, .icon_lightbox_close_active {
    background-image: url(backgrounds/lightbox-buttons.png);
    background-position: 0 -30px;
    display: block;
    float: right;
    height: 30px;
    text-decoration: none;
    width: 50px;
}

a.icon_lightbox_close_checkout.button_close_lightbox:focus  {
    border: 2px solid red;
}

.input-select, #menubox_filter_body .content-box-main-inner select {
    background-color: #fff;
    background-image: url(backgrounds/gradient-small-reverse.png);
    background-position: top left;
    background-repeat: repeat-x;
    border-color: #a3a3a3;
    border-style: solid;
    border-width: 1px;
    color: #666;
    height: 24px;
    padding: 2px;
}

.megadropdown ul li a, .subcategories_listing ul li a {
    color: #000;
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
    text-decoration: none;
}

.megadropdown ul li ul li, .subcategories_listing ul li ul li {
    height: 20px;
    margin-bottom: 0;
}

.megadropdown ul li ul li a, .subcategories_listing ul li ul li a {
    color: #666;
    font-weight: 400;
}

.order_payment, .order_shipping, .checkout_paypal, .order_confirm {
    background-color: #fff;
    background-image: none;
    background-position: top left;
    background-repeat: repeat-x;
    margin-top: 20px;
    overflow: hidden;
    width: 760px;
}

.order_payment .invoice_address, .order_payment .items, .order_payment .remarks, .order_shipping .items, .order_shipping .shipping_address, .checkout_success_trusted {
    padding-left: 30px;
    margin-bottom: 30px;
}

.order_payment .invoice_address,
.order_shipping .shipping_address
{
    padding-left: 0;
}

.checkout_addresses .address_selection {
    padding-left: 16px;
}

.order_payment .payment_item, .order_shipping .shipping_item {
    background-image: url(backgrounds/separator-dotted-hori.png);
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 10px;
    padding-top: 10px;
}

.order_payment .payment_item .caption, .order_shipping .shipping_item .caption {
    float: left;
    width: 585px;
}

.order_payment .payment_item .radiobox, .order_shipping .shipping_item .radiobox {
    float: left;
    width: 40px;
}

.order_payment .payment_item .price, .order_shipping .shipping_item .price {
    float: left;
    width: 105px;
}

.order_payment .payment_item .price p, .order_shipping .shipping_item .price p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    text-align: right;
}

.order_payment p.address, .order_shipping p.address {
    color: #666;
    font-size: 14px;
}

#product_listing .panel .panel-itemcount select, #product_listing .panel .panel-sort select {
    color: #666;
    width: auto;
}

.productOldPrice, #menubox_best_sellers_body .productOldPrice {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}

.shopping_cart .shopping_cart_list td.col_0, .shopping_cart_list th.col_0 {
    width: 170px;
}

.shopping_cart .shipping-text a, .shopping_cart .shipping-text a:hover {
    color: #666;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    text-decoration: underline;
}

.shopping_cart_list td.amount, .order_confirm .shopping_cart_list td.amount {
    font-style: italic;
    padding-right: 10px;
    vertical-align: top;
    white-space: nowrap;
}

.shopping_cart_list tr.calculation.total td.col_1, .shopping_cart_list tr.calculation.total td.col_2 {
    border-bottom: none;
    color: #666;
    font-size: 22px;
    font-weight: 400;
}

#main label, #main .active label, #main fieldset label {
    color: #666;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 0;
}

#menubox_add_a_quickie_body .content-box-main-inner, #menubox_admin_body .content-box-main-inner, #menubox_best_sellers_body .content-box-main-inner, #menubox_cart_body .content-box-main-inner, #menubox_categories_body .content-box-main-inner, #menubox_content_body .content-box-main-inner, #menubox_extrabox1_body .content-box-main-inner, #menubox_extrabox2_body .content-box-main-inner, #menubox_extrabox3_body .content-box-main-inner, #menubox_extrabox4_body .content-box-main-inner, #menubox_extrabox5_body .content-box-main-inner, #menubox_extrabox6_body .content-box-main-inner, #menubox_extrabox7_body .content-box-main-inner, #menubox_extrabox8_body .content-box-main-inner, #menubox_extrabox9_body .content-box-main-inner, #menubox_gm_bookmarks_body .content-box-main-inner, #menubox_gm_counter_body .content-box-main-inner, #menubox_gm_scroller_body .content-box-main-inner, #menubox_infobox_body .content-box-main-inner, #menubox_information_body .content-box-main-inner, #menubox_login_body .content-box-main-inner, #menubox_manufacturers_info_body .content-box-main-inner, #menubox_newsletter_body .content-box-main-inner, #menubox_order_history_body .content-box-main-inner, #menubox_paypal_body .content-box-main-inner, #menubox_search_body .content-box-main-inner, #menubox_trusted_body .content-box-main-inner, #menubox_yoochoose_top_selling_body .content-box-main-inner, #menubox_yoochoose_also_clicked_body .content-box-main-inner, #menubox_filter_body .content-box-main-inner {
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 5px 10px;
    text-align: left;
    text-decoration: none;
    width: 196px;
}

#menubox_admin, #menubox_login {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

#menubox_admin_head .content-box-header-inner, #menubox_best_sellers_head .content-box-header-inner, #menubox_content_head .content-box-header-inner, #menubox_currencies_head .content-box-header-inner, #menubox_extrabox1_head .content-box-header-inner, #menubox_extrabox2_head .content-box-header-inner, #menubox_extrabox3_head .content-box-header-inner, #menubox_extrabox4_head .content-box-header-inner, #menubox_extrabox5_head .content-box-header-inner, #menubox_extrabox6_head .content-box-header-inner, #menubox_extrabox7_head .content-box-header-inner, #menubox_extrabox8_head .content-box-header-inner, #menubox_extrabox9_head .content-box-header-inner, #menubox_gm_bookmarks_head .content-box-header-inner, #menubox_gm_counter_head .content-box-header-inner, #menubox_gm_ebay_head .content-box-header-inner, #menubox_gm_scroller_head .content-box-header-inner, #menubox_gm_trusted_shops_widget_head .content-box-header-inner, #menubox_infobox_head .content-box-header-inner, #menubox_information_head .content-box-header-inner, #menubox_languages_head .content-box-header-inner, #menubox_last_viewed_head .content-box-header-inner, #menubox_login_head .content-box-header-inner, #menubox_manufacturers_head .content-box-header-inner, #menubox_newsletter_head .content-box-header-inner, #menubox_order_history_head .content-box-header-inner, #menubox_paypal_head .content-box-header-inner, #menubox_search_head .content-box-header-inner, #menubox_trusted_head .content-box-header-inner {
    color: #666666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    padding: 12px 12px 5px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    background: transparent;
}

#menubox_best_sellers, #menubox_cart, #menubox_content, #menubox_currencies, #menubox_extrabox1, #menubox_extrabox2, #menubox_extrabox3, #menubox_extrabox4, #menubox_extrabox5, #menubox_extrabox6, #menubox_extrabox7, #menubox_extrabox8, #menubox_extrabox9, #menubox_gm_bookmarks, #menubox_gm_counter, #menubox_gm_ebay, #menubox_gm_scroller, #menubox_gm_trusted_shops_widget, #menubox_infobox, #menubox_information, #menubox_languages, #menubox_last_viewed, #menubox_manufacturers, #menubox_manufacturers_info, #menubox_newsletter, #menubox_order_history, #menubox_paypal, #menubox_reviews, #menubox_search, #menubox_specials, #menubox_whatsnew, #menubox_trusted, #menubox_yoochoose_top_selling, #menubox_yoochoose_also_clicked {
    /*background-color: transparent;*/
    /*background-image: inherit;*/
    background: inherit;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}

#menubox_cart_head .content-box-header-inner, #menubox_categories_head .content-box-header-inner, #menubox_manufacturers_info_head .content-box-header-inner, #menubox_filter_head .content-box-header-inner {
    background-color: transparent;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    padding: 5px 10px;
    text-align: left;
    text-decoration: none;
}

#menubox_categories ul li h4 img, .submenu ul li h4 img {
    float: left;
    margin-left: 2px;
    margin-right: 10px;
    margin-top: 5px;
}

#menubox_currencies_body .content-box-main-inner, #menubox_manufacturers_body .content-box-main-inner {
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 5px 10px 10px;
    text-align: left;
    text-decoration: none;
    width: 180px;
}

#menubox_gm_ebay_body .content-box-main-inner, #menubox_gm_trusted_shops_widget_body .content-box-main-inner, #menubox_languages_body .content-box-main-inner, #menubox_last_viewed_body .content-box-main-inner, #menubox_reviews_body .content-box-main-inner, #menubox_specials_body .content-box-main-inner, #menubox_whatsnew_body .content-box-main-inner {
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    width: 180px;
}

#menubox_reviews_head .content-box-header-inner, #menubox_specials_head .content-box-header-inner, #menubox_whatsnew_head .content-box-header-inner, #menubox_yoochoose_top_selling_head .content-box-header-inner, #menubox_yoochoose_also_clicked_head .content-box-header-inner {
    background-color: #6d6d6d;
    background-image: url(backgrounds/gradients/gradient.png);
    background-position: 0 0;
    background-repeat: repeat;
    color: #fff;
    font-family: Arial, Tahoma, Verdana;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    overflow: hidden;
    padding: 5px 10px;
    text-align: left;
    text-decoration: none;
}

.order_payment .accept_box_checkbox, .checkout_paypal .accept_box_checkbox {
    float: left;
    width: 20px;
}

#dropdown_shopping_cart, #dropdown_shopping_cart .cart-button, #dropdown_shopping_cart .checkout-button, #fixed_dropdown_shopping_cart, #fixed_dropdown_shopping_cart .cart-button, #fixed_dropdown_shopping_cart .checkout-button {
    font-family: Arial, Tahoma, Verdana;
}

#dropdown_shopping_cart .cart-item, #fixed_dropdown_shopping_cart .cart-item {
    font-family: Arial, Tahoma, Verdana;
    padding: 0 10px;
    background-color: #000;
}

#dropdown_shopping_cart .cart-item-inner, #fixed_dropdown_shopping_cart .cart-item-inner {
    padding: 5px 10px 5px 5px;
    width: 174px;
    background-color: #000;
}

#dropdown_shopping_cart p, #fixed_dropdown_shopping_cart p {
    color: #999;
    font-size: 10px;
    margin: 0;
    text-align: right;
    background-color: #000;
}

#dropdown_shopping_cart_total, #fixed_dropdown_shopping_cart_total {
    background-color: #c00;
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin: 0 15px 0 10px;
    padding: 5px 10px 5px 5px;
    text-align: right;
}

#dropdown_shopping_cart .mwst-hint, #fixed_dropdown_shopping_cart .mwst-hint {
    font-size: 9px;
    margin-right: 25px;
    margin-top: 10px;
    text-align: right;
}

.class_error_message, .errorText {
    color: red;
    font-size: 10px;
    font-weight: 700;
    padding-top: 20px;
}

#create_account fieldset input:focus {
    border: 2px solid red !important;
 }

#create_account fieldset input.input-text, #checkout_address fieldset input.input-text {
    background-color: #fff;
    background-image: url(backgrounds/gradient-small-reverse.png);
    background-position: top left;
    background-repeat: repeat-x;
    border-color: #a3a3a3;
    border-style: solid;
    border-width: 1px;
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 14px;
    height: 24px;
    padding: 2px;
    width: 200px;
}

#account fieldset input.input-text.postal-code, #create_account fieldset input.input-text.postal-code, #checkout_address fieldset input.input-text.postal-code {
    margin-right: 10px;
    width: 60px;
}

#account fieldset input.input-text.postal-code-city, #create_account fieldset input.input-text.postal-code-city, #checkout_address fieldset input.input-text.postal-code-city {
    width: 124px;
}

#create_account fieldset label, #checkout_address fieldset label {
    color: #666;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    padding: 4px 0;
}

#create_account fieldset select.input-select, #checkout_address fieldset select.input-select {
    background-color: transparent;
    background-image: url(backgrounds/gradient-small-reverse.png);
    background-position: top left;
    background-repeat: repeat-x;
    border-color: #a3a3a3;
    border-style: solid;
    border-width: 1px;
    color: #666;
    height: 30px;
    padding: 2px;
    width: 206px;
}

#create_account fieldset table td, #checkout_address fieldset table td {
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 14px;
    padding-bottom: 10px;
}

#create_account fieldset table td.col_0, #checkout_address fieldset table td.col_0 {
    width: 150px;
}

.order_payment textarea.withdrawal_textarea, .order_payment textarea.agb_textarea {
    background-color: #eee;
    background-image: url(backgrounds/gradient-small-reverse.png);
    background-position: left top;
    background-repeat: repeat-x;
    border-color: #A3A3A3;
    border-style: solid;
    border-width: 1px;
    color: #666;
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    height: 200px;
    padding: 2px;
    width: 686px;
}

.jcarousel-control a:focus, .jcarousel-control a:active {
    outline: none;
}

body #wrap_box.wrap_shop a.button_green:hover, body #wrap_box.wrap_shop a.button_green_big:hover, #product_listing a.button_green:hover {
    background-color: #00a90c;
    color: #fff;
    cursor: pointer;
}

body #wrap_box.wrap_shop a.button_green.active, body #wrap_box.wrap_shop a.button_green:active, body #wrap_box.wrap_shop a.button_green_big.active, body #wrap_box.wrap_shop a.button_green_big:active, #product_listing a.button_green.active, #product_listing a.button_green:active {
    background-color: #03d012;
    background-image: url(backgrounds/gradients/gradient-reverse.png);
    background-position: top;
    background-repeat: repeat-x;
}

body #wrap_box.wrap_shop a.button_blue.active, body #wrap_box.wrap_shop a.button_blue_big.active, body #wrap_box.wrap_shop a.button_blue_big:active {
    background-color: gray;
    background-image: url(backgrounds/gradients/gradient-reverse.png);
    background-position: top;
    background-repeat: repeat-x;
}

body #wrap_box.wrap_shop a.button_grey:hover, body #wrap_box.wrap_shop a.button_grey_big:hover {
    background-color: #666;
    color: #fff;
    cursor: pointer;
}

body #wrap_box.wrap_shop a.button_grey.active, body #wrap_box.wrap_shop a.button_grey:active, body #wrap_box.wrap_shop a.button_grey_big.active, body #wrap_box.wrap_shop a.button_grey_big:active {
    background-color: #666;
    background-image: url(backgrounds/gradients/gradient-reverse.png);
    background-position: top;
    background-repeat: repeat-x;
}

body #wrap_box.wrap_shop a.button_red.active, body #wrap_box.wrap_shop a.button_red:active {
    background-color: red;
    background-image: url(backgrounds/gradients/gradient-reverse.png);
    background-position: top;
    background-repeat: repeat-x;
}

body #wrap_box.wrap_shop .submenu ul li a, body #wrap_box.wrap_shop .content-box.categories.submenu ul li a {
    background-image: none;
    color: #666;
    display: block;
    font-size: 11px;
    line-height: 20px;
    outline: 0 none;
    padding: 5px 0 5px 20px;
    text-decoration: none;
}

body #wrap_box.wrap_shop .submenu ul li a.parent, body #wrap_box.wrap_shop .content-box.categories.submenu ul li a.parent {
    background-image: url(backgrounds/categories-item-bg-grey.gif);
    background-position: 99% 12px;
    background-repeat: no-repeat;
}

/* Caution! Ensure accessibility in print and other media types... */
/* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
@media projection, screen {
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav {
    list-style: none;
    margin: 0px 0px 2px 0px;
    padding: 0px;
}

body .ui-tabs-nav li {
    float: left;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left;
}

/* fixes dir=ltr problem and other quirks IE */
body .ui-tabs-nav a {
    white-space: nowrap; /* @ IE 6 */
    outline: 0;
}

/* @ Firefox, prevent dotted border after click */
body .ui-tabs-nav .ui-tabs-selected a {
    z-index: 2;
}

.ui-tabs-nav a span {
    color: #666666;
    font-size: 12px;
    text-transform: none;
}

.ui-tabs-nav .ui-tabs-selected a span {
    color: #000000;
    font-size: 12px;
}

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    cursor: text;
}

/* @ Opera, use pseudo classes otherwise it confuses cursor... */
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active {
    cursor: pointer;
}

/* @ Opera, we need to be explicit again here now... */
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}

.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav {
    display: inline-block;
}

/* auto clear @ IE 6 & IE 7 Quirks Mode */
*:first-child + html .ui-tabs-nav {
    display: inline-block;
}

/* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */

/**************************************
 * EyeCandy Template
 */

.jqZoomPup {
    -moz-opacity: 0.6;
    background-color: #FFF;
    border-color: #c4c4c4;
    border-style: solid;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
    overflow: hidden;
    z-index: 10;
}

.jqZoomPup img {
    border: 0px;
}

.jqZoomWindow {
    background-color: #FFF;
    border: 1px solid #ccc;
}

/* IE6-Hack */
* html .lightbox_close {
    margin-right: 20px;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    /*background: url("bgs/bg_banner.jpg");*/
}

.clearfix {
    display: inline-block;
}

#container {
    width: 970px;
    margin: 0 auto;
    position: relative;
    background-color: transparent;
}

.content-box-header {
    position: relative;
    width: 100%;
}

#top_navi_inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body #top_navi_inner ul li {
    position: relative;
}

.details .gallery .stage a {
    outline: 0 none;
    text-decoration: none;
}

.thumbnail a {
    height: 100%;
    outline: 0 none;
    width: 100%;
}

#lightbox_gallery a {
    outline: 0 none;
}

body .megadropdown {
    z-index: 990;
}

body #head_navi {
    overflow: hidden;
}

body .bestsellers .article-list-item {
    overflow: hidden;
}

body .bestsellers .article-list-item .article-list-item-price {
    clear: both;
}

.details .inside h1 {
    margin-top: 0px;
}

.shopping_cart h1, .order_shipping h1, .order_payment h1, .order_confirm h1, .account h1 {
    margin-top: 0px;
    padding-top: 5px;
    margin-bottom: 20px;
}

body #head_shopping_cart {
    cursor: pointer;
    float: right;
    margin-top: -8px;
    height: 40px;
    width: 100px;
    background: transparent url('backgrounds/separator-30-vert.png') 5px no-repeat;
    text-align: right;
}

body #head_shopping_cart_inner {
    padding: 7px 8px 0 0;
}

body #dropdown_shopping_cart {
    background-color: #000;
    background-image: url('backgrounds/dropdown-shopping-cart-bottom-bg.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    display: none;
    position: absolute !important;
    /*position: inherit !important;*/
    /*z-index: 980;*/
    width: 213px;
    padding-bottom: 6px;
    padding-top: 0px;
    left: 805px;
    top: 50px !important;
}

body #dropdown_shopping_cart_inner {
    padding-top: 10px;
    background-color: #000;
    /*background-image: url('backgrounds/dropdown-shopping-cart-bg.png');*/
    background-repeat: repeat-y;
    background-position: top left;
}

body #dropdown_shopping_cart .cart-item-inner {
    background: url('backgrounds/separator-dotted-hori.png') repeat-x scroll center top #000;
}

body #fixed_dropdown_shopping_cart {
    background-color: transparent;
    background-image: url('backgrounds/dropdown-shopping-cart-bottom-bg.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    display: none;
    position: fixed;
    z-index: 980;
    width: 213px;
    padding-bottom: 6px;
    padding-top: 0px;
}

body #fixed_dropdown_shopping_cart_inner {
    padding-top: 10px;
    background-color: transparent;
    background-image: url('backgrounds/dropdown-shopping-cart-bg.png');
    background-repeat: repeat-y;
    background-position: top left;
}

body #fixed_dropdown_shopping_cart .cart-item-inner {
    background: url('backgrounds/separator-dotted-hori.png') repeat-x scroll center top #FFFFFF;
}

.account .back_button {
    float: left;
}

.account .send_button {
    float: right;
}

.wrap_shop img {
    border: none;
}

body .order_confirm .shopping_cart_list td {
    background-image: url('backgrounds/separator-dotted-hori.png');
}

body .article-list.cols .article-list-item-price-inline {
    bottom: 0;
    position: relative;
    right: 0;
    text-align: center;
    width: 144px;
}

body .article-list.cols .article-list-item-price {
    position: relative;
}

#head_navi ul {
    list-style: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding: 0;
}

.process_bar {
    background: none repeat scroll 0 0 transparent;
    height: 50px;
    width: 756px;
}

.process_bar ul {
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
    margin-top: 0px;
}

.process_bar ul li {
    display: inline-block;
    float: left;
    background-color: transparent;
    background-image: url('img/process-bar-right.png');
    background-position: right;
    background-repeat: no-repeat;
}

.process_bar ul li label {
    display: inline-block;
    color: #999999;
    background-color: #eaeaea;
    text-decoration: none;
    background-color: transparent;
    background-image: url('img/process-bar-left.png');
    background-position: left;
    background-repeat: no-repeat;
}

.process_bar ul li label span {
    margin-left: 16px;
    margin-right: 13px;
    background-color: #eaeaea;
    display: inline-block;
    padding-left: 16px;
    padding-right: 15px;
    padding-top: 6px;
    line-height: 12px;
    padding-bottom: 5px;
    height: 14px;
    font-size: 12px;
}

.process_bar ul li.active {
    background-color: transparent;
    background-image: url('img/process-bar-active-right.png');
    background-position: right;
    background-repeat: no-repeat;
}

.process_bar ul li.active label {
    background-color: transparent;
    background-image: url('img/process-bar-active-left.png');
    background-position: left;
    background-repeat: no-repeat;
}

.process_bar ul li.active label span {
    color: #eeeeee;
    background-color: #c0c0c0;
}

#left a.button {
    font-size: 12px;
}

body .megadropdown {
    position: absolute;
    max-width: 600px;
    top: 200px;
    left: 200px;
}

body #dropdown_shopping_cart .cart-button {
    margin: 10px 0px 10px 20px;
    float: left;
}

body #dropdown_shopping_cart .checkout-button {
    margin: 10px 20px 10px 0px;
    float: right;
}

body #fixed_dropdown_shopping_cart .cart-button {
    margin: 10px 0px 10px 20px;
    float: left;
}

body #fixed_dropdown_shopping_cart .checkout-button {
    margin: 10px 20px 10px 0px;
    float: right;
}

#menubox_login_body .submit {
    padding-top: 10px;
    padding-bottom: 0px;
    text-align: right;
}

body #menubox_login_body label, body #menubox_newsletter_body label {
    line-height: 20px;
}

#menubox_content_body .content-box-main-inner img, #menubox_information_body .content-box-main-inner img {
    position: relative;
    top: -2px;
}

body .subcategories_listing li {
    margin-left: 0;
    padding-left: 0;
}

body .subcategories_listing ul {
    list-style: none;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
}

body .subcategories_listing ul li {
    display: inline-block;
    float: left;
    margin-bottom: 30px;
    margin-right: 20px;
    width: 170px;
}

/*
a, a:active, a:visited
{
	color: #1099BB;
	text-decoration: none;
}

a:hover
{
	color: #1099BB;
	text-decoration: underline;
}
*/
#tab_gx_customizer div {
    line-height: normal;
    margin: 0;
    width: auto;
}

.navigation {
    width: 100%;
}

.navigation_left {
    float: left;
}

.navigation_right {
    text-align: right;
}

#facebook_like {
    background-image: none;
    padding-left: 0px;
    float: left;
}

.addthis_toolbox {
    float: left;
}

.details .actions a img {
    position: relative;
    top: 3px;
}

#menubox_reviews_body a img {
    padding: 10px 0;
}

/* IE6 CSS-HACK */
* html .billiger-gesehen {
    width: 759px;
}

.box_load_bestseller img {
    margin-top: 5px;
    margin-bottom: 5px;
}

body ul.arrows li a {
    position: relative;
    top: 2px;
}

input[name="gv_redeem_code"] {
    float: left;
}

.button_send_tell_a_friend {
    float: right;
}

.account_history_info {
    width: 100%;
}

.account_history_info h2.underline, .order_confirm h2.underline, .order_payment h2.underline, .order_shipping h2.underline {
    margin-top: 37px;
}

.shipping_item_box {
    overflow: hidden;
    clear: both;
    padding-top: 8px;
    padding-bottom: 8px
}

#iframe_box_bar {
    overflow: hidden;
    position: relative;
    top: 50px;
    right: 20px;
}

body table.shopping_cart_list td.col_2, body table.shopping_cart_list td.col_3, body table.shopping_cart_list td.col_4 {
    white-space: nowrap;
}

/* AI mod start 120726: Adjusted products view in confirm */
body table.shopping_cart_list td.col_2, body table.shopping_cart_list td.col_3 {
    text-align: center;
}

body table.shopping_cart_list th.col_2, body table.shopping_cart_list th.col_3 {
    text-align: center;
}

/* AI mod end */

body #footer {
    overflow: hidden;
}

#product_listing .article-list-item-main h2 {
    display: inline;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}

#head_navi h3 {
    display: inline;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
}

.content-box.categories h4 {
    display: inline;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
}

#live_search_container {
    position: absolute;
    background-color: #fff;
    z-index: 10;
    width: 170px;
}

#live_search_container ul {
    list-style-type: none;
    margin: 0 0 3px;
    padding: 0;
}

#live_search_container ul {
    list-style-type: none;
}

.contact_us .send_button, .callback_service .send_button, .billiger-gesehen .send_button {
    float: right;
    margin-right: 195px;
}

body .contact_us .required_info, body .callback_service .required_info, body .billiger-gesehen .required_info {
    margin-right: 194px;
    padding-bottom: 20px;
    width: auto;
}

#pre_black {
    height: 1500px;
    width: 100%;
    background-color: #000000;
    opacity: 0.7;
    position: absolute;
    z-index: 999;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

.lightbox_block {
    margin-right: auto !important;
    margin-left: auto !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    padding: 10px !important;
    display: block !important;
    max-height: 2138px;
}

.wrap_shop .lightbox_block.account .process_bar, .wrap_shop .lightbox_block.shopping_cart .process_bar {
    float: left;
}

.wrap_shop .lightbox_block.account h1.h1_checkout, .wrap_shop .lightbox_block.shopping_cart h1 {
    clear: left;
}

body #infobox {
    position: absolute;
    z-index: 993;
}

body #language {
    position: absolute;
    z-index: 990;
}

body #currency {
    position: absolute;
    z-index: 991;
}

body #customer_login {
    height: auto;
    position: absolute;
    z-index: 992;
}

.checkout_paypal .checkout_button {
    margin-top: 30px;
    text-align: right;
}

.submenu_container {
    position: absolute;
    z-index: 500;
}

.submenu ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

/* IE6-Hack */
* html .submenu_container .submenu ul li {
    width: 180px;
}

#left .content-box.submenu ul li {
    width: 100%;
}

.submenu ul li.last {
    background-image: none;
    padding-bottom: 0px;
}

.submenu ul li h4 {
    display: inline;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

#left .icon a, #left .icon a:hover {
    text-decoration: none;
}

#lightbox_gallery {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#lightbox_gallery #lightbox_gallery_main {
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    overflow: hidden;
    width: 100%;
}

#lightbox_gallery #lightbox_gallery_thumbnails {
    clear: left;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding-top: 10px;
}

#lightbox_gallery .lightbox_gallery_footer {
    padding-top: 10px;
    text-align: right;
}

#lightbox_gallery .lightbox_gallery_left {
    color: #666666;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}

#lightbox_gallery .lightbox_gallery_right {
    color: #666666;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    overflow: hidden;
    text-align: right;
    visibility: hidden;
    width: 50%;
    float: right;
}

body #lightbox_gallery .thumbnail {
    float: left;
    height: 86px;
    margin-right: 3px;
    margin-bottom: 3px;
    overflow: hidden;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
    width: 86px;
}

#lightbox_gallery .thumbnails {
    display: inline-block;
    margin-top: 10px;
}

#lightbox_gallery_container {
    margin-left: auto;
    margin-right: auto;
}

/* BUTTON SET */
a.button_set .button-inner {
    background-color: transparent;
    background-image: url('backgrounds/button-right.png');
    background-position: right top;
    background-repeat: no-repeat;
    display: inline-block;
    line-height: 14px;
    padding-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
}

a.button_set .button-outer {
    background-color: transparent;
    background-image: url('backgrounds/button-left.png');
    background-position: left top;
    background-repeat: no-repeat;
    display: inline-block;
}

a.button_set_big .button-inner {
    line-height: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    display: inline-block;
}

#language_link img {
    margin-top: 4px;
}

body .top_navi_arrow,
body .top_navi_home {
    cursor: pointer;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 1px;
    height: 1px;
}

.menubox_heading {
    float: left;
}

.c_boxhead a, .c_boxhead a:hover {
    text-decoration: none;
    cursor: pointer;
}

body #main .attributes dl dd div input,
body #main .listing_attributes dl dd div input,
body #main .attributes div input {
    position: relative;
    top: -4px;
    left: -3px;
    float: left;
}

body #main .attributes dl dd div,
body #main .listing_attributes dl dd div {
    overflow: hidden;
    clear: both;
    margin-bottom: 3px;
}

body #main .attributes .table-listing {
    overflow: hidden;
    clear: both;
}

.details .product-documents dt a {
    display: block;
    float: left;
    margin-bottom: 1px;
}

.blocklabels_300 {
    clear: both;
}

#footer_copyright {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    padding: 5px;
    color: #999999;
}

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

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

#shopsoftware_by_gambio {
    clear: both;
    padding-right: 10px;
    padding-top: 10px;
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    color: #999999;
}

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

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

#jcarousel_box ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

#product_listing .article-list {
    /*position: relative;*/
}

#main_inside #product_info h1 {
    background-image: none;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
    margin-left: 19px;
    padding: 0;
    text-transform: none;
    line-height: 1.5;
}

#main_inside #advanced_search h1 {
    height: auto;
    /*position: inherit;*/
}

.thumbnail_inner {
    width: 48px;
    height: 48px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.gallery .thumbnail .thumbnail_inner img {
    max-width: 48px;
    max-height: 48px;
    padding: 0 !important;
}

.headline {
    background: url("bgs/content_header.png") repeat-y scroll 0 0 transparent;
    color: #666666;
    font-size: 14px;
    font-weight: bold;
    height: 34px;
    letter-spacing: 0.03em;
    line-height: 34px !important;
    margin: 0 0 18px 20px;
    padding: 0 0 0 17px;
    text-transform: uppercase;
    position: relative;
    right: 20px;
}

.button_print {
    color: #666666;
}

.tax-shipping-text .gm_shipping_link span {
    color: #999999;
}

/* AI mod start 120403: adjusted height */
.product_info_add_ons_product_box {
    background: url("img/also_box.png") no-repeat 0 0 transparent;
    float: left;
    height: 315px;
    padding: 4px 4px 10px;
    text-align: center;
    width: 127px;
}

/* AI mod end */
#also_boxes {
    padding-left: 18px;
    position: relative;
    right: 20px;
}

.product_info_add_ons_image_cell {
    height: 152px;
    padding-left: 6px;
    padding-top: 3px;
    text-align: center;
    width: 118px;
}

.image_inner {
    display: table-cell;
    vertical-align: middle;
    height: 140px;
    width: 112px;
    text-align: center;
}

.image_inner img {
    max-height: 140px;
    max-width: 112px;
}

.product_info_add_ons_header_cell a {
    font-size: 13px;
    color: #000000;
    font-weight: bold;
}

.product_info_add_ons_bottom_cell .gm_price {
    font-size: 17px;
    color: #cc0000;
    font-weight: bold;
}

.product_info_add_ons_bottom_cell {
    font-size: 10px;
    color: #666666;
}

#main_inside .future_products h1 {
    margin-bottom: 0;
    margin-left: 5px;
}

/*.description .product_info_add_ons_product_box
{
    background-image: none;
    border-bottom: 1px solid #CCCCCC;
    height: 110px;
    padding: 0 0 10px;
    width: 682px;
}

.wrap_shop .description .product_info_add_ons_image_cell
{
margin: 0;
padding:0;
height: 110px;
width: 120px;
float:left;
}

.wrap_shop .description .product_info_add_ons_image_cell img
{
max-height: 110px;
max-width: 110px;
}

.wrap_shop .tabs .product_info_add_ons_content_cell
{
float:left;
margin: 0;
height: 110px;
}

.wrap_shop .description .product_info_add_ons_header_cell
{
margin: 0;
text-align: left;
}

.wrap_shop .description .product_info_add_ons_middle_cell
{
line-height: 13px;
text-align: left;
}*/

.article-list.cols .article-list-item-text .title a {
    color: #000000;
}

#also_boxes .product_info_add_ons {
    position: relative;
}

.gm_price br {
    display: none;
}

.article-list.cols .article-list-item-image img, .article-list.cols .article-list-item img {
    max-width: 135px;
    max-height: 100px;
}

.class_error .messageStackSuccess {
    color: black;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.class_error .messageStackError {
    color: red;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.class_error .messageStackError img {
    display: none;
}

.class_error .messageStackSuccess img {
    display: none;
}

/* AI mod 121119: helpdesk stuff */
#ai_helpdesk_wrapper {
    margin: 0px 0 -54px -247px;
    padding-left: 15px;
    background-color: #000;
    width: 946px;
    height: 600px;
}

#ai_helpdesk_box {
    width: 928px;
    height: 600px;
    border: 1px solid white;
    margin-left: 1px;
    background: url('bgs/ai_bg.png');
}

#ai_helpdesk_frame {
    width: 928px;
    height: 600px;
    border: none;
}

/* AI postident */
#ai_epost_info_wrapper {
    margin: -30px 0 20px -130px;
    width: 670px;
}

#ai_epost_info {
    text-align: left;
    margin: 0 0 0 30px;
    text-align: justify;
}

#ai_epost_wrapper {
    padding: 5px;
    width: 940px;
    margin: 30px auto 0 120px;
    text-align: center;
}

#ai_epost_box {
    width: 410px;
    background: url('img/epostident_bg.png');
}

#ai_epost_content h1 {
    background: none !important;
    color: #000 !important;
}

#ai_epost_header {
    padding: 10px;
    border-bottom: 3px solid white;
}

#ai_epost_header img {
    width: 400px;
}

#ai_epost_submit {
    text-align: left;
    background: url('img/epostident_button_email.png') no-repeat;
    width: 397px;
    height: 72px;
    padding: 0 0 0 22px;
    margin-left: 20px;
}

#ai_epost_button {
    cursor: pointer;
    width: 125px;
    height: 30px;
    margin: 5px 0 0 5px;
}

#ai_epost_email {
    width: 160px;
    margin-left: -12px;
}

#cart_shipping_costs_selection {
    background-color: #FFFFFF;
    border-color: #D5D5D5;
    border-style: solid;
    border-width: 1px;
    padding: 10px 12px;
    text-align: left;
    width: 350px;
}

#cart_shipping_costs_selection .cart_shipping_costs_headline {
    color: #666666;
    font-weight: 700;
    margin-bottom: 10px;
}

#cart_shipping_costs_selection .cart_shipping_costs_select {
    background-color: #EEEEEE;
    border-bottom: 1px solid #D5D5D5;
    padding: 6px 0 5px 15px;
}

#cart_shipping_costs_selection .cart_shipping_costs_content label {
    color: #666666;
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0;
    width: 120px;
}

#cart_shipping_costs_selection .cart_shipping_costs_content select {
    float: left;
    width: 200px;
}

#cart_shipping_costs_selection p {
    cursor: default;
    float: left;
    line-height: 24px;
    margin: 0;
    width: 200px;
}

#cart_shipping_costs_selection .shipping_costs {
    font-weight: 700;
    line-height: 20px;
    padding: 0 15px 0 0;
    text-align: right;
}

#cart_shipping_costs_selection .cart_shipping_costs_select_result {
    background-color: #EEEEEE;
    padding: 8px 0;
}

.cart_shipping_costs_info_icon {
    margin: 4px 0;
}

.cart_shipping_costs_info_text {
    background-color: #EEEEEE;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    border-color: #AEAEAE;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
    margin: 0 0 0 20px;
    padding: 3px;
    text-align: left;
    text-decoration: none;
    width: 161px;
}

.cart_shipping_costs_info_text a {
    color: #0F07F7;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    text-decoration: underline;
}

/* FOOTER BOXES */
#menubox_extrabox2 {
    width: 310px;
    height: 80px;
    padding: 40px 0 0 0;
}

#menubox_extrabox2_body .content-box-main-inner {
    width: 100%;
}

#menubox_extrabox2_body .content-box-main-inner div {
    float: left;
    width: 110px;
    height: 80px;
    padding-top: 3px;
    margin-left: 20px;
}

#menubox_extrabox2_body .content-box-main-inner div:first-child {
    width: 158px;
    padding-top: 0;
}

#menubox_newsletter {
    margin: 0;
    padding: 0;
    border: 0;
    width: 256px !important;
    height: auto;
}

#menubox_extrabox3 {
    margin: 0 !important;
    width: 357px !important;
    padding-top: 63px;
}

#footer_body .content-box-main-inner,
#footer_body .content-box-main-inner p {
    color: #ffffff;
    font-size: 11px;
    font-weight: normal;
    width: 100%;
}

#footer_body .content-box-main-inner p a {
    color: #999999;
    font-size: 10px;
    font-weight: normal;
}

/* AI 150727: patches 4 EyCandy v2.3.1.7+ */

/* top navigation */
#top_navi {
    float: right;
    margin-top: 0;
    position: relative;
    right: 21px;
    top: 0;
    width: 360px;
}

#top_navi_inner ul li.top_login {
    margin-right: 97px;
}

body #head_shopping_cart {
    margin-top: 0;
    padding-bottom: 7px;
    position: relative;
    right: 82px;
    top: -35px;
    width: 100px;
}

#head_shopping_cart_inner img {
    padding: 9px 0 0 2px;
    margin-top: 3px;
}

#head_shopping_cart_inner a {
    color: #fff;
    display: block;
    height: 11px;
    line-height: 14px;
    overflow: hidden;
    padding-top: 1px;
    text-decoration: none;
}

/* login stuff */

#customer_login .customer_login_container {
    /*background: none;*/
    padding: 0;
}

.customer_login_inside {
    background-color: transparent;
    padding: 40px 17px 17px;
}

.submit-container {
    position: relative;
    top: -30px;
}

.customer_login_links > a {
    color: #999;
    white-space: nowrap;
}

.customer_login_links > a:hover {
    text-decoration: none;
    white-space: nowrap;
}

/* ****** */

#shipping_and_payment_matrix {
    color: #000;
    border: none;
    font-size: 13px;
}

#gm_box_pos_204 {
    margin-top: -5px;
}

#menubox_best_sellers_head .content-box-header-inner {
    padding-left: 30px;
}

.article-list.bestsellers .article-list-item-inside, .product-listing .description {
    padding-right: 10px;
}

.article-list.bestsellers .article-list-item {
    background: none;
}

/* breadcrumb navi */
#breadcrumb_navi {
    display: inline-block;
    min-height: 23px;
    line-height: inherit;
    padding-top: 10px;
    width: 100%;
    font-size: 17px;
    color: #ee0000;
    margin-left: -15px;
    background-position-x: 15px;
}

#breadcrumb_navi span {
    /*color: #ee0000;*/
    padding: 0;
    font-size: 14px;
}

#breadcrumb_navi span a.headerNavigation span {
    color: #000;
}

#breadcrumb_navi a {
    display: inline;
    /*font-size: 14px;*/
    font-weight: bold;
    text-transform: uppercase;
}

/* social share stuff in product details */
.details .actions {
    background-image: none;
    width: 462px;
    margin-top: -10px;
}

#twitter_share_box {
    width: 175px;
}

#twitter_share_box .social_share_image {
    margin-left: 32px;
}

#googleplus_share_box .social_share_image {
    margin-left: 62px;
}

.twitter-count-none {
    width: 100px;
}

/* main listing */
.article-list.cols {
    margin: -4px 0 15px 28px;
}

/* content */
.slideImgControl {
    width: 711px;
    margin-top: 1px;
}

.content_page_inner {
    /*margin-top: 2px;*/
    padding: 0 10px 0 0px;
    font-size: 13px;
    color: #000;
}

.content_page_inner h3 {
    color: #000;
    font-size: 13px;
    font-weight: bold;
}

.content_page_inner div {
    padding-left: 15px;
    color: #000;
}

.cols3,
.cols2,
#main_inside #gm_privacy,
#main_inside .button_set,
#main_inside .order_history_list,
#account_edit fieldset,
#main_inside p,
#main_inside h2 {
    padding-left: 15px;
}

/* upcoming products */
#ai_upcoming_products {

}

/* boxes center */
body .article-list.cols .article-list-item-price-inline .small {
    color: #000;
}

#ai_upcoming_products .ai_upcoming_products_date {
    color: #c00;
}

.article-list.cols .article-list-item {
    margin-bottom: 0;
}

/* product info */
#ai_products_price {
    padding-right: 25px;
}

#ai_products_short_description {
    padding-right: 20px;
}

#ai_products_qty {
    height: 32px;
    margin-top: 28px;
    min-width: 27px;
    padding-left: 1px;
    padding-top: 4px;
}

#ai_products_qty input {
    float: right;
    font-family: Arial, Tahoma, Verdana;
    font-size: 19px;
    font-weight: 900;
    text-align: center;
    width: 8px;
}

#main_inside #product_info h1 {
    margin-left: 0;
}

#main_inside .gallery .info_image_box,
#main_inside .gallery .info_image_box img {
    max-width: 290px !important;
    max-height: 225px;
}

#main_inside .gallery .info_image_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* detail content */
.details .description {
    margin-left: -5px;
    border: none;
}

.ui-tabs-nav a span {
    color: #000;
}

.wrap_shop .tabs #tabbed_description_part {
    line-height: 1em;
}

.wrap_shop .tabs .ui-tabs-nav .ui-tabs-active a {
    background: transparent url('backgrounds/tabs-active-bg.jpg') no-repeat center bottom;
}

.details_products_date_avaiable {
    padding-left: 15px;
    color: #000;
}

#tab_fragment_1 {
    margin-left: 21px;
}

/* product listing boxes */
#tab_fragment_1 > div.article-list.cols.clearfix > div > div > div.article-list-item-text > div.article-list-item-price > div > span.price > a {
    margin-top: 10px;
    display: inline-block;
    color: red;
}

.wrap_shop input, .wrap_shop p, .wrap_shop td, .wrap_shop textarea {
    font-family: Arial, Tahoma, Verdana;
    font-size: 12px;
    color: #000;
}

/* boxes head */
#menubox_admin_head .content-box-header-inner, #menubox_best_sellers_head .content-box-header-inner, #menubox_content_head .content-box-header-inner, #menubox_extrabox2_head .content-box-header-inner, #menubox_extrabox3_head .content-box-header-inner, #menubox_extrabox4_head .content-box-header-inner, #menubox_extrabox5_head .content-box-header-inner, #menubox_extrabox6_head .content-box-header-inner, #menubox_extrabox9_head .content-box-header-inner, #menubox_newsletter_head .content-box-header-inner, #menubox_trusted_head .content-box-header-inner, #menubox_categories_box_head .content-box-header-inner, #menubox_ekomi_head .content-box-header-inner, #menubox_mailbeez_shopvoting_head .content-box-header-inner {
    background-color: transparent;
}

#details_cart_part span.quantity_container {
    background-image: none;
    border-color: #999;
    width: 36px;
    min-width: inherit;
}

#details_cart_part span.quantity_container input.products_quantity {
    text-align: center;
    color: #000;
    font-size: 19px;
    font-weight: bold;
    width: 25px !important;
    font-family: Arial, Tahoma, Verdana;
    margin-top: -2px;
}

/* ISS - "In den Warenkorb" CSS style replacement */
#iss-btn-to-cart-active {
    background-image: url("./img/in_warenkorb_no_text.jpg");
    background-repeat: no-repeat;
    color: black;
    display: inline-block;
    float: left;
    height: 80px;
    margin-right: 10px;
    position: relative;
    width: 224px;
}
#iss-btn-to-cart-txt {
    color: white;
    font-size: larger;
    font-weight: bold;
    left: 14px;
    letter-spacing: 1px;
    position: absolute;
    top: 38px;
    width: auto;
}

/* boxes left */
#gm_box_pos_2 {
    margin-top: 3px;
}

#menubox_admin {
    background: transparent;
}

#menubox_extrabox6 {
    background: transparent;
}

/* boxes bottom */
#menubox_extrabox2_body img {
    margin-left: -18px;
}

#menubox_newsletter_body {
    padding-left: 6px;
}

#menubox_extrabox3_body {
    margin-left: 13px;
    width: 350px;
}

/* shipping matrix */
#shipping_and_payment_matrix th,
#shipping_and_payment_matrix td {
    color: #000;
}

#confirmation_info {
    float: none;
}

#logoff {
    padding-left: 15px;
}

#iframe_box iframe {
    height: 100% !important;
}

#iframe_box {
    overflow: hidden !important;
}

.ai_search_result_item h2 {
    margin-top: -5px;
}

/* shopping cart coupon boxx */

.shopping_cart.lightbox_block .shopping_cart_list .content-box {
    width: 100%;
}

#breadcrumb_navi span {
    color: #000 !important;
    font-weight: bold;
    text-transform: uppercase;
}

/* shopping cart EOL masking */

.shopping_cart_list .iss-eol-basket-mask {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    font-weight: 800;
    text-align: center;
    height: 110px;
    position: absolute;
    width: 672px;
    left: -170px;
    top: 5px;
    z-index: 9999;
}

.shopping_cart_list .iss-eol-basket-mask-message {
    color: red;
    margin-top: 3%;
    display: inline-block;
}

/* checkout shipping product list / delivery date */
#iss-delivery-type-wrapper {
    padding-left: 45px;
}

#iss-delivery-type-wrapper label {
    font-weight: 900;
    font-size: 14px;
}

.iss-delivery-type-input {
    position: relative;
    top: -15px;
}

#iss-checkout-shipping-products .col_0 {
    // padding: 0;
}

#iss-checkout-shipping-products .col_0 img {
    height: 43px;
}

/* multi delivery */
#iss-checkout-shipping-products .iss-delivery-count  td {
    background: none;
    padding: 0;
}

/* address information */
#additional_address_info {
    width: 245px;
    height: 24px;
}

/* cookie bar */
.cookie-bar {
    display: block;
    text-align: center;
    font-family: Arial, sans-serif;
}

.cookie-bar .content div {
    width: 100%;
    display: inline;
}

/* product info*/
.product-info-extended {
    margin-left: 10px;
    min-height: 200px
}

.product-info-extended a {
    color: #A61C00 !important;
    text-decoration: underline !important;
}

.product-info-extended dd {
    padding-top: 13px !important;
}

/* new products navigation index page */
#iss-new-products-navigation {
    margin-top: -20px;
    text-align: right;
    width: 98%;
}

.panel-pagination > p > strong,
#iss-new-products-navigation > p > strong {
    font-size: 1.4em;
}

span.markProductOutOfStock {
    color: red;
    font-size: 14px;
    font-weight: bolder;
}
/**/
#ppplus {
  margin-top: -20px;
}

.payment_item:not(.ppplus_payment_item) p {
  padding-left: 0 !important;
}
/**/
#ps5--preorder-nl-wrapper a:hover {
    color: white;
    text-decoration: none !important;
}

#ps5--preorder-nl-wrapper a {
    color: white !important;
    font-weight: 200;
}

#but-ps5-nl {
    background: red;
}
/*
#but-ps5-nl {
    background: linear-gradient(-30deg, #2f5bf1 50%, #2f5bf1 50%);
}

#but-ps5-nl:hover {
    background: linear-gradient(-30deg, #284992 50%, #284992 50%);
}*/

/**/
#left {
  min-height: 1410px;
}

#gm_box_pos_102 {
  left: 0;
  bottom: 10px;
}
#menubox_trusted {
  height: 250px;
}
/**/
