
.tx-commerce-pi1 {
	position: relative;
}

/*******************************************/
/*  QUICKVIEW BASKET                       */
/*******************************************/

.shop_basket_quickview_title a {
	color: #FFFFFF;
}

.shop_basket_quickview {
	color: #FFFFFF;
}

.shop_basket_quickview_links_basket a {
	padding-left: 10px;
	color: #FFED00;
	background: url(../images/shop/arrow_yellow-bright_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.shop_basket_quickview_links_checkout a {
	padding-left: 10px;
	color: #FFED00;
	background: url(../images/shop/arrow_yellow-bright_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

/*******************************************/
/*  MIET INFORMATIONEN                     */
/*******************************************/

.popup_rent_informations_table_title_label,
.popup_rent_informations_table_ordernumber_label,
.popup_rent_informations_table_rent_label {
	width: 140px;
	line-height: 2em;
}

/*******************************************/
/*  Pagebrowser                            */
/*******************************************/

.category_browsebox {
	clear: both;
}

div.pagebrowser {
}

div.resultsWrap {
	float: left;
}

div.pagebrowser ul {
	float: right;
	list-style-type: none;
}

div.pagebrowser ul li {
	float: left;
	display: block;
	width: 19px;
	height: 19px;
	color: #000000;
	text-align: center;
}

div.pagebrowser ul li a {
	float: left;
	display: block;
	width: 19px;
	height: 19px;
	color: #727475;
}

div.pagebrowser ul li.inactive a span.first {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	text-indent: -999em;
	background-image: url(../images/shop/paging_first_active.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

div.pagebrowser ul li.disabled span.first {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	text-indent: -999em;
	background-image: url(../images/shop/paging_first_inactive.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.pagebrowser ul li.inactive a span.last {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	text-indent: -999em;
	background-image: url(../images/shop/paging_last_active.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

div.pagebrowser ul li.disabled span.last {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	text-indent: -999em;
	background-image: url(../images/shop/paging_last_inactive.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.pagebrowser ul li.inactive a span.prev {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	text-indent: -999em;
	background-image: url(../images/shop/paging_backward_active.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

div.pagebrowser ul li.disabled span.prev {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	text-indent: -999em;
	background-image: url(../images/shop/paging_backward_inactive.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

div.pagebrowser ul li.inactive a span.next {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	text-indent: -999em;
	background-image: url(../images/shop/paging_forward_active.gif);
	background-repeat: no-repeat;
	background-position: top left;
	cursor: pointer;
}

div.pagebrowser ul li.disabled span.next {
	display: block;
	float: left;
	width: 19px;
	height: 19px;
	text-indent: -999em;
	background-image: url(../images/shop/paging_forward_inactive.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

/*******************************************/
/*  Werbebanner                            */
/*******************************************/

.shop_category_advertisment {
	margin-bottom: 20px;
}

/*******************************************/
/*  Kategorienübersicht                    */
/*******************************************/

.shop_category_header {
	width: 495px;
	height: 25px;
	margin-bottom: 10px;
	clear: both;
	display: block;
	background: url(../images/shop/shop_cat_header.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
.shop_category_header p {
	float: left;
	color: #FFFFFF;
	padding: 0px 0px 0px 20px;
	line-height: 20px;
}

/* SORTING */
.shop_category_sorting {
	color: #FFFFFF;
	padding: 0px 20px 0px 0px;
	line-height: 20px;
	float: right;
}

#shop_category_sorting_price.no,
#shop_category_sorting_title.no {
	color: #FFFFFF;
}

#shop_category_sorting_price.act,
#shop_category_sorting_title.act {
	color: #000000;
}

.shop_category_item {
	float: left;
	position: relative;
	width: 155px;
	height: 220px;
	margin-bottom: 14px;
	margin-right: 14px;
	background: url(../images/shop/shop_box_middle.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.shop_category_item_top {
	position: absolute;
	width: 160px;
	height: 5px;
	top: 0;
	left: 0;
	background: url(../images/shop/shop_box_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_category_item_middle {
}

.shop_category_item_bottom {
	position: absolute;
	width: 160px;
	height: 10px;
	bottom: 0;
	left: 0;
	background: url(../images/shop/shop_box_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_category_item_title {
	position: absolute;
	width: 140px;
	overflow: hidden;
	bottom: 10px;
	left: 5px;
}

.shop_category_item_title p {
	padding-left: 10px;
	background: url(../images/shop/arrow_yellow_right.gif);
	background-repeat: no-repeat;
	background-position: left 0.5em;
}

.shop_category_item_title a {
	color: #FEB916;
	/*
	padding-left: 10px;
	background: url(../images/shop/arrow_yellow_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
	*/
}

.shop_category_item_product {
	width: 140px;
	margin: 5px;
}
 
.shop_category_teaser_image {
	text-align: center;
	margin-bottom: 10px;
}

.shop_category_teaser_type {
	position:absolute;
	top:146px;
	width: 140px;

}

.shop_category_teaser_text {

}

.shop_category_teaser_title a {
	color: #FEB916;
}

.shop_category_teaser_price {
	position: absolute;
	text-align: center;
	top: 5px;
	left: 5px;
	width: 69px;
	height: 33px;
	line-height: 33px;
	background: url(../images/shop/price_badge.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_category_teaser_price a {
	color: #FFFFFF;
	font-size: 85%;
}

.shop_category_teaser_special_price {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 69px;
	height: 57px;
	background: url(../images/shop/price_badge_special.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_category_teaser_special_price a {
	color: #FFFFFF;
	font-size: 85%;
	text-align: center;
}

.shop_category_teaser_price_special {
	line-height: 1.6em;
	color: #FFFFFF;
	text-align: center;
}

.shop_category_teaser_instead {
	line-height: 1.2em;
	font-size: 85%;
	color: #FFFFFF;
	text-align: center;
}

.shop_category_teaser_price_gross {
	margin-top: 0.7em;
	line-height: 1.2em;
	color: #EB6815;
	text-align: center;
}

.shop_category_teaser_price_gross a {
	color: #EB6815;
}


/*******************************************/
/*  Produktübersicht - TEASER              */
/*******************************************/

.shop_teaser_product {
	width: 490px;
	margin-bottom: 20px;
}

.shop_teaser_product_subtitle {
	color: #EB6815;
	margin-bottom: 10px;
}

.shop_teaser_product_title {
	margin-bottom: 10px;
}

.shop_teaser_product_title a {
	color: #EB6815;
}

.shop_teaser_product_left {
	float: left;
	width: 220px;
}

.shop_teaser_product_right {
	margin-left: 220px;
}

.shop_teaser_product_data {
	margin-bottom: 20px;
}

.shop_teaser_product_image {
	margin-bottom: 20px;
}

.shop_teaser_product_description {
	margin-bottom: 10px;
}

.shop_teaser_product_price {
	display: block;
	width: 245px;
	height: 55px;
	margin-bottom: 10px;
	background: url(../images/shop/shop_teaser_price_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_teaser_product_price_xlarge {
}

.shop_teaser_product_price_small {
	display: block;
	width: 225px;
	height: 35px;
	margin-bottom: 20px;
	background: url(../images/shop/shop_teaser_price_bg_small.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_teaser_product_price_padding {
	padding: 6px 8px 8px 8px;
}

.shop_teaser_product_price_title {
	color: #EB6815;
	margin-bottom: 10px;
}

.shop_teaser_product_price_text {
	margin-bottom: 10px;
}

.shop_teaser_product_price_special {
	margin-bottom: 3px;
}

.shop_teaser_product_fust_price {
	color: #FFFFFF;
	font-size: 90%;
}

.shop_teaser_product_price_gross {
}

.shop_teaser_product_discount {

}

.shop_teaser_product_warranty {
	
}

.shop_teaser_product_assembly {
}

.shop_teaser_product_basket {
	margin-top: 20px;
}

.shop_teaser_product_orderinformations {
	padding-left: 24px;
	background: url(../images/shop/icon_order-informations.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.shop_teaser_product_orderinformations a {
	padding-left: 10px;
	color: #FEB916;
	background: url(../images/shop/arrow_yellow_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.shop_teaser_product_comparisonlist {
	padding-left: 24px;
	background: url(../images/shop/icon_comparsion-list.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.shop_teaser_product_comparisonlist a {
	padding-left: 10px;
	color: #FEB916;
	background: url(../images/shop/arrow_yellow_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.shop_teaser_product_basketlink {
	padding-left: 24px;
	background: url(../images/shop/icon_basket.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.shop_teaser_product_basketlink a {
	padding-left: 10px;
	color: #FEB916;
	background: url(../images/shop/arrow_yellow_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

/*******************************************/
/*  Produktübersicht                       */
/*******************************************/

.shop_product_item {
	float: left;
	position: relative;
	width: 155px;
	height: 220px;
	margin-bottom: 14px;
	margin-right: 14px;
	background: url(../images/shop/shop_box_middle.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.shop_product_item_top {
	position: absolute;
	width: 160px;
	height: 5px;
	top: 0;
	left: 0;
	background: url(../images/shop/shop_box_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_product_item_middle {
}

.shop_product_item_bottom {
	position: absolute;
	width: 160px;
	height: 10px;
	bottom: 0;
	left: 0;
	background: url(../images/shop/shop_box_bottom.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_product_item_title {
	position: absolute;
	width: 140px;
	height: 2em;
	overflow: hidden;
	bottom: 5px;
	left: 5px;
}

.shop_product_item_title a {
	padding-left: 10px;
	color: #FEB916;
	background: url(../images/shop/arrow_yellow_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.shop_product_item_product {
	width: 140px;
	margin: 5px;
}

.shop_product_item_product_type {
	position: absolute;
	top: 146px;
	width: 140px;
}
 
.shop_product_item_product_image {
	text-align: center;
	margin-bottom: 10px;
}

.shop_product_item_product_text p {
	line-height: 1.2em;
}

.shop_product_item_product_title a {
	color: #FEB916;
}

.shop_product_item_product_price {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 69px;
	height: 33px;
	color: #FFFFFF;
	font-size: 85%;
	text-align: center;
	line-height: 43px;
	background: url(../images/shop/price_badge.png);
	background-position: top left;
	background-repeat: no-repeat;
}


.shop_product_item_product_price_normal {
	line-height: 33px;
	color: #FFFFFF;
	text-align: center;
}

.shop_product_item_product_price_normal a {
	color: #FFFFFF;
}

.shop_product_item_product_special_price {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 69px;
	height: 57px;
	font-size: 85%;
	background: url(../images/shop/price_badge_special.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_product_item_product_price_special {
	line-height: 2em;
	color: #FFFFFF;
	text-align: center;
}

.shop_product_item_product_price_special a {
	color: #FFFFFF;
}

.shop_product_item_product_instead {
	line-height: 1.4em;
	color: #FFFFFF;
	text-align: center;
}

.shop_product_item_product_price_gross {
	margin-top: 0.9em;
	line-height: 1.2em;
	color: #EB6815;
	text-align: center;
}

.shop_product_item_product_price_gross a {
	color: #EB6815;
}

.shop_product_item_product_links {
	position:absolute;
	left: 5px;
	bottom: 10px;
	width: 140px;
}

div.shop_product_item_product_orderinformations {
	padding-left: 10px;
	color: #FEB916;
	background: url(../images/shop/arrow_yellow_right.gif);
	background-position: 0em 0.4em;
	background-repeat: no-repeat;
}

div.shop_product_item_product_orderinformations p a {
	color: #FEB916;
	line-height: 1.2em;
}

div.shop_product_item_product_comparisonlist  {
	padding-left: 10px;
	color: #FEB916;
	background: url(../images/shop/arrow_yellow_right.gif);
	background-position: 0em 0.4em;
	background-repeat: no-repeat;
}

div.shop_product_item_product_comparisonlist p a {
	color: #FEB916;
	line-height: 1.2em;
}

div.shop_product_item_product_basketlink {
	padding-left: 10px;
	color: #FEB916;
	background: url(../images/shop/arrow_yellow_right.gif);
	background-position: 0em 0.4em;
	background-repeat: no-repeat;
}

div.shop_product_item_product_basketlink p a {
	color: #FEB916;
	line-height: 1.2em;
}

/*******************************************/
/*  Produktdetail                          */
/*******************************************/

.shop_product {

}

.shop_product_detail_spalte1 {
	position: relative;
	float: left;
	width: 200px;
	margin-right: 10px;
}

.shop_product_detail_spalte2 {
	float: left;
	width: 290px;
}

.shop_product_detail_data {
	margin-bottom: 20px;
}

.shop_product_detail_image {
	position: relative;
	margin-bottom: 20px;
}

.shop_product_detail_movie {
	position: absolute;
	top: 45px;
	left: 110px;
	width: 75px;
	height: 75px;
}

.shop_product_detail_movie_de {
	background-image: url(../images/buttons/button_film-ab_de.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_product_detail_movie_fr {
	background-image: url(../images/buttons/button_film-ab_fr.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_product_detail_movie_it {
	background-image: url(../images/buttons/button_film-ab_it.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_product_detail_type {
	color: #999;
}

.shop_product_detail_teasertext {
	color: #000;
	margin-bottom: 20px;
}

.shop_product_detail_description {
	margin-bottom: 20px;
}

.shop_product_detail_price {
	display: block;
	width: 265px;
	height: 105px;
	margin-bottom: 20px;
	background: url(../images/shop/shop_price_bg_large.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_product_detail_price_xlarge {
	display: block;
	width: 265px;
	height: 145px;
	margin-bottom: 20px;
	background: url(../images/shop/shop_price_bg_xlarge.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_product_detail_price_small {
	display: block;
	width: 265px;
	height: 75px;
	margin-bottom: 20px;
	background: url(../images/shop/shop_price_bg_small.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_product_detail_price_padding {
	padding: 2px 8px 8px 8px;
}

.shop_product_detail_price_title {
	color: #EB6815;
	margin-bottom: 10px;
}

.shop_product_detail_price_text {
	margin-bottom: 10px;
}

.shop_product_detail_price_link {
}

.shop_product_detail_price_link a {
	padding-left: 10px;
	color: #000000;
	background: url(../images/shop/arrow_black_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.shop_product_detail_price_special {

}

.shop_product_detail_fust_price {
	color: #FFFFFF;
	font-size: 90%;
}

.shop_product_detail_price_gross {

}

.shop_product_detail_discount {

}

.shop_product_detail_warranty {
	
}

.shop_product_detail_assembly {
}

.shop_product_detail_basket {
	margin-top: 20px;
}

input.shop_product_detail_submit {
	text-align: left;
	width: 175px;
	background-color: #FFF !important;
	background-image: url(../images/shop/icon_basket_submit.gif) !important;
	background-position: center left;
	background-repeat: no-repeat;
	border: none !important;
	padding: 0px 0px 0px 30px !important;
	color: #FEB916;
}

input.shop_product_detail_submit:hover {
	background-color: #FFF !important;
	border: none !important;
	padding: 0px 0px 0px 30px !important;
	color: #FEB916;
}

div.shop_product_detail_rent_informations {
	clear: both;
}

.shop_product_detail_rent_informations_image {
	float: left;
}

.shop_product_detail_rent_informations_linktext {
	color: #FEB916;
	background: url(../images/shop/arrow_yellow_right.gif);
	background-position: 0.4em 0.5em;
	background-repeat: no-repeat;
	padding-left: 15px;
	paddint-top: 3px;
	margin-left: 25px;
}

div.shop_product_detail_rent_informations div p {
	line-height: 1.6em;
}

div.shop_product_detail_rent_informations div p a {
	color: #FEB916;
	line-height: 1.2em;
}

.shop_product_detail_comparison_list_section {
	margin-bottom: 20px;	
}

.shop_product_detail_comparison_list_image {
	float: left;
}

.shop_product_detail_comparison_list_linktext {
	color: #FEB916;
	background: url(../images/shop/arrow_yellow_right.gif);
	background-position: 0.4em 0.5em;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 15px;
	margin-left: 25px;
}

div.shop_product_detail_comparison_list {
	clear: both;
}

div.shop_product_detail_comparison_list div p {
	line-height: 1.6em;
}

div.shop_product_detail_comparison_list div p a {
	color: #FEB916;
	line-height: 1.2em;
}

p.shop_product_detail_comparison_list_text {
	clear: both;
	padding-top: 20px;
}

p.shop_product_detail_comparison_list_link {
}

p.shop_product_detail_comparison_list_link a {
	padding-left: 10px;
	color: #FEB916;
	background: url(../images/shop/arrow_yellow_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

p.shop_product_detail_consultation {
	padding-left: 25px;
	line-height: 20px;
	background-image: url(../images/shop/icon_consulting.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

p.shop_product_detail_consultation a {
	padding-left: 10px;
	color: #FEB916;
	background: url(../images/shop/arrow_yellow_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

div.shop_product_detail_delivery {
	clear: both;
}

.shop_product_detail_delivery_image {
	float: left;
}

.shop_product_detail_delivery_linktext {
	color: #FEB916;
	background: url(../images/shop/arrow_yellow_right.gif);
	background-position: 0.4em 0.5em;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 15px;
	margin-left: 25px;
}

div.shop_product_detail_delivery div p {
	line-height: 1.6em;
}

div.shop_product_detail_delivery div p a {
	color: #FEB916;
	line-height: 1.2em;
}

div.shop_product_detail_replacement {
	clear: both;
}

.shop_product_detail_replacement_image {
	float: left;
}

.shop_product_detail_replacement_linktext {
	color: #FEB916;
	background: url(../images/shop/arrow_yellow_right.gif);
	background-position: 0.4em 0.5em;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-left: 15px;
	margin-left: 25px;
}

div.shop_product_detail_replacement div p {
	line-height: 1.6em;
}

div.shop_product_detail_replacement div p a {
	color: #FEB916;
	line-height: 1.2em;
}

/*******************************************/
/*  Produkt-Details                        */
/*******************************************/

.shop_product_detail {
	width: 490px;
	padding-top: 20px;
	clear: both;
}

ul.shop_product_details_registers {
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #C3C3C3;
	background: url(../images/shop/shop_technical-details_header.gif);
	background-position: left bottom;
	width: auto;
	height: 25px;
}

ul.shop_product_details_registers li {
	display: inline;
	float: left;
}

ul.shop_product_details_registers li a {
	display: inline-block;
	padding: 3px 3px;
}

ul.shop_product_details_registers li.no {
}

ul.shop_product_details_registers li.no a {
	float: left;
	color: #FFFFFF;
	background-image: url(../images/shop/shop_technical-details_header_no.gif);
	background-repeat: repeat-x;
	background-color: #C0C0C0;
}

ul.shop_product_details_registers li.no div.l {
	float: left;
	width: 8px;
	height: 24px;
	background: url(../images/shop/shop_technical-details_header_no_l.gif);
	background-position: top left;
}

ul.shop_product_details_registers li.no div.r {
	float: left;
	width: 9px;
	height: 24px;
	background-image: url(../images/shop/shop_technical-details_header_no_r.gif);
	background-position: top left;
}

ul.shop_product_details_registers li.act {
}

ul.shop_product_details_registers li.act a {
	float: left;
	color: #000000;
	background-image: url(../images/shop/shop_technical-details_header_act.gif);
}

ul.shop_product_details_registers li.act div.l {
	float: left;
	width: 8px;
	height: 24px;
	background: url(../images/shop/shop_technical-details_header_act_l.gif);
	background-position: top left;
}

ul.shop_product_details_registers li.act div.r {
	float: left;
	width: 9px;
	height: 24px;
	background: url(../images/shop/shop_technical-details_header_act_r.gif);
	background-position: top left;
}

.shop_product_detail_no_technical_details {
	padding: 10px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #C3C3C3;
}

.shop_product_detail_technical_details {
	clear: both;
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: #C3C3C3;
}

.shop_product_detail_technical_details_header {
	width: 100%;
	height: 20px;
	clear: both;
	display: block;
	background-position: top left;
	background-repeat: repeat-y;
}
.shop_product_detail_technical_details_header p {
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	line-height: 20px;
}

.shop_product_detail_technical_details_table {
	width: 100%;
    border-color: #C3C3C3;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.shop_product_detail_technical_details_table td {
    border-color: #C3C3C3;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 2px 4px;
    background-color: #FFF;
}

.shop_product_detail_guide {
	padding: 10px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #C3C3C3;
}

.shop_product_detail_technical_details_empty {
	padding: 10px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #C3C3C3;
}

.shop_product_detail_technical_details_more {
	padding: 10px;
    border-width: 0 1px 1px 0px;
    border-style: solid;
    border-color: #C3C3C3;
}

.shop_product_detail_guide_empty {
	padding: 10px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #C3C3C3;
}

.shop_product_detail_technical_details_link,
.shop_product_detail_guide_empty_link {
	margin-top: 10px;
}

.shop_product_detail_technical_details_link a,
.shop_product_detail_guide_empty_link a {
	padding-left: 10px;
	color: #000000;
	background: url(../images/shop/arrow_black_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.shop_product_detail_guide_toggler {
	margin-top: 10px;
}

.shop_product_detail_testing {
	padding: 10px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #C3C3C3;
}

.shop_product_detail_testing_link {
	margin-top: 10px;
}

.shop_product_detail_testing_link a {
	padding-left: 10px;
	color: #000000;
	background: url(../images/shop/arrow_black_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

/*******************************************/
/*  Zubehörprodukte                        */
/*******************************************/
.shop_product_detail_accessoires_list {
	width: 490px;
	margin-bottom: 20px;
}

.shop_product_detail_accessoires_list_header {
	width: 490px;
	height: 20px;
	clear: both;
	display: block;
	background: url(../images/shop/shop_accessoires_header.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.shop_product_detail_accessoires_list_header p {
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	line-height: 20px;
}

.shop_product_detail_accessoires_list_item {
	border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #C3C3C3;
	padding: 10px;
}

.shop_product_detail_accessoires_list_item_image {
	float: left;
	margin-right: 10px;
	border: 1px solid #CCC;
	width: 100px;
	height: 100px;
	text-align: center;
}

.shop_product_detail_accessoires_list_item_title a {
	color: #000000;
	font-weight: bold;
	margin-bottom: 0.5em;
}

.shop_product_detail_accessoires_list_item_subtitle {
}

.shop_product_detail_accessoires_list_item_type {
	color: #999;
	margin-bottom: 1em;
}

.shop_product_detail_accessoires_list_item_order_informations a {
	padding-left: 10px;
	color: #FEB916;
	background: url(../images/shop/arrow_yellow_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
}




/*******************************************/
/*  Warenkorb                              */
/*******************************************/


.shop_basket_text {
	margin-bottom: 20px;
}

.shop_basket_content {
	margin-bottom: 20px;
}

.shop_basket_list {
	width: 100%;
    border-color: #CCC;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.shop_basket_list th {
    border-color: #CCC;
    border-width: 1px 1px 0 0;
    border-style: solid;
	color: #FFF;
    margin: 0;
    padding: 2px 4px;
    background-color: #CCC;
}

.shop_basket_list td {
    border-color: #CCC;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 2px 4px;
    background-color: #FFF;
}
.shop_basket_list_header_artnr {
	width: 50px;
}

.shop_basket_list_header_title {

}

.shop_basket_list_header_price {
	width: 80px;
	text-align: center;
}

.shop_basket_list_header_count {
	text-align: center;
	width: 45px;
}

.shop_basket_list_header_sum {
	text-align: center;
	width: 80px;
}

.shop_basket_list_header_delete {
	width: 15px;
}

.shop_basket_list_odd td {
    background-color: #FFFFFF;
	padding: 5px;
}

.shop_basket_list_even td {
    background-color: #F4F4F4;
	padding: 5px;
}

.shop_basket_list_artnr {
}

.shop_basket_list_item_title {
	margin-bottom: 5px;
}

.shop_basket_list_item_title a {
	display: inline;
	color: #000;
}

.shop_basket_list_delete {
	float: left;
	width: 13px;
	height: 13px;
	background-image: url(../images/shop/icon_delete.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -999em;
}

.shop_basket_list_total_sum_label {
	padding: 10px !important;
}

.shop_basket_qty {
	width: 37px;
}

.shop_basket_payment {
	float: left;
	width: 200px;
	margin-bottom: 20px;
}

.shop_basket_payment input {
	
}

.shop_basket_payment label {
	margin-left: 5px;
}

.shop_basket_delivery {
	margin-bottom: 20px;
}

.shop_basket_delivery input {
	
}

.shop_basket_delivery label {
	margin-left: 5px;
}

input.shop_basket_submit {
	text-align: left;
	width: 200px;
	height: 30px;
	background-color: #FFF !important;
	background-image: url(../images/shop/icon_basket_refresh.gif) !important;
	background-position: center left;
	background-repeat: no-repeat;
	border: none !important;
	padding: 0px 0px 0px 25px !important;
	color: #FEB916;
}

input.shop_basket_submit:hover {
	background-color: #FFF !important;
	border: none !important;
	padding: 0px 0px 0px 25px !important;
	color: #FEB916;
}

.shop_basket_lastproduct {
	float: left;
}

.shop_basket_nextstep {
	float: right;
}


.shop_basket_option_warranty {
	margin-bottom: 5px;
}
.shop_basket_option_warranty input {
}
.shop_basket_option_warranty label {
}
.shop_basket_option_warranty a {
	display: inline;
}
.shop_basket_option_assembly {
	margin-bottom: 5px;
}
.shop_basket_option_assembly input {
}
.shop_basket_option_assembly a {
	display: inline;
}

/*******************************************/
/*  Checkout                               */
/*******************************************/

.shop_checkout_steps {
	display: block;
	width: 500px;
	overflow: hidden;
	margin-bottom: 20px;
}

.shop_checkout_step {
}
.shop_checkout_active {
	float: left;
	width: 100px;
	height: 100px;
	background-image: url(../images/shop/shop_step_active.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_checkout_active h2 {
	padding: 2px 7px;
	margin: 0 !important;
	color: #FFFFFF !important;
	font-size: 100% !important; 
}

.shop_checkout_active h2 a {
	margin: 0 !important;
	color: #000000 !important;
	font-size: 100% !important; 
}

.shop_checkout_active p {
	padding: 2px 7px;
	color: #FFFFFF !important;
	font-size: 90% !important; 
}

.shop_checkout_active p a {
	color: #000000 !important;
	font-size: 90% !important; 
}

.shop_checkout_actual {
	float: left;
	width: 100px;
	height: 100px;
	background-image: url(../images/shop/shop_step_actual.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_checkout_actual h2 {
	padding: 2px 7px;
	margin: 0 !important;
	color: #FFFFFF !important;
	font-size: 100% !important; 
}

.shop_checkout_actual p {
	padding: 2px 7px;
	color: #FFFFFF !important;
	font-size: 90% !important; 
}

.shop_checkout_inactive {
	float: left;
	width: 100px;
	height: 100px;
	background-image: url(../images/shop/shop_step_inactive.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.shop_checkout_inactive h2 {
	padding: 2px 7px;
	margin: 0 !important;
	color: #CCCCCC !important;
	font-size: 100% !important; 
}

.shop_checkout_inactive p {
	padding: 2px 7px;
	color: #333333 !important;
	font-size: 90% !important; 
}

.shop_checkout_address {

}

.shop_checkout_address_description {
	margin-bottom: 20px;
}

.shop_checkout_address_table {
	margin-bottom: 20px;
}
.shop_checkout_delivery {
	margin-bottom: 20px;
}

.shop_checkout_address_fields {
	margin-bottom: 20px;
}

.shop_checkout_delivery_address {
}

.shop_checkout_delivery_address input {
}

.shop_checkout_delivery_address label {
	margin-left:5px;
}

.shop_checkout_no-delivery_address {
}

.shop_checkout_no-delivery_address input {
}

.shop_checkout_no-delivery_address label {
	margin-left:5px;
}

#bonus {
	clear: both;
}

#bonus p {
	margin-bottom: 20px;
}


.shop_checkout_bonus {
	margin-bottom: 20px;
}
.shop_checkout_bonus label {
	margin-right: 10px;
}


.shop_checkout_listing_description {
	margin-bottom: 20px;
}

.shop_checkout_listing_basket {
	margin-bottom: 20px;
}

.shop_checkout_listing_billing_address {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.shop_checkout_listing_delivery_address {
	float: left;
	width: 50%;
	margin-bottom: 20px;
}

.shop_checkout_listing_footer {
}
.shop_checkout_listing_terms_error {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #990000;
	background-color: #F0D9D9;
}
.shop_checkout_listing_disclaimer {
	margin-bottom: 20px;
}
.shop_checkout_listing_terms {
	margin-bottom: 20px;
}
.shop_checkout_listing_comment {
	margin-bottom: 20px;
}
.shop_checkout_listing_submit {
}

.shop_checkout_finish_message {
	margin-bottom: 20px;
}

.shop_checkout_payment_link {
	margin-top: 10px;
}

.shop_checkout_payment_link a {
	padding-left: 10px;
	color: #000000;
	background: url(../images/shop/arrow_black_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

.shop_checkout_saferpay_link {
}

.shop_checkout_saferpay_link a {
	padding-left: 10px;
	color: #000000;
	background: url(../images/shop/arrow_black_right.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

/*******************************************/
/*  Shop - Kategorie Videos                */
/*******************************************/

.category-video {
	position:absolute;
	right:-218px;
	top:0px;
	width:218px;
	height:210px; 
}

.category-video h2 {
	background-image:url(../images/boxen/titel_box_middle_orange.png);
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:11px;
	height:18px;
	margin:0;
	padding:2px 4px 0 10px;
	position:relative;
	width:210px;
}

.category-video-player {
	margin-left: 3px;	
}

/*******************************************/
/*  Shop - SUCHE                           */
/*******************************************/
.search_shop_form {
	margin-bottom: 20px;
}

.search_shop_result {
}

.search_shop_table {
	width: 100%;
	margin-bottom: 20px;
}

th.search_shop_row_image,
th.search_shop_row_spacer,
th.search_shop_row_product,
th.search_shop_row_category {
	color: #FFF;
	background-color: #CCC;
	border: 1px solid #CCC;
}

th.search_shop_row_image {
}
th.search_shop_row_product {
}
th.search_shop_row_spacer {
}
th.search_shop_row_category {
}

td.search_shop_row_image {
	width: 80px;
	height: 80px;
	vertical-align: middle;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	border-style: solid;
	border-color: #CCCCCC;
}

td.search_shop_row_spacer {
	width: 10px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}

td.search_shop_row_product {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}

td.search_shop_row_category {
	width: 120px;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #CCCCCC;
}

.search_shop_no_result {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #990000;
	background-color: #F0D9D9;
}