.shop_cart {
	float: right;
	width: 100%;
	background: #eee;
	padding: 10px 0;
}

.shop_cart h3 {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	margin-bottom: 5px;
	background-image: url(../img/cart.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.shop_cart ul {
	padding: 0 0 0 20px;
}

.shop-category-entry {
	width: 150px;
	background: #DDDDDD;
	display: block;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 3px;
	text-decoration: none;
}

.shop-category-entry.current {
	background: #ccc;
}

.shop_article {
	background: #f0f0f0;
	padding: 10px;
	margin-bottom: 10px;
	display: block;
}
.shop_article h2 a {
	text-decoration: none;
}

.shop_order_block {
	margin: 0 0 20px 0;
}

.shop_article h3 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

.shop-price-list {
	float: right;
	text-align: right;
}
.shop-price {
	float: right;
	text-align: right;
}

.shop-description-small {
	overflow: hidden;
}

.shop-regular-price-reduced {
	font-size: 130%;
	font-weight: bold;
	color: #666666;
	text-decoration: line-through;
	margin-bottom: 8px;
}

.shop-reduced-price,
.shop-regular-price {
	font-size: 160%;
	font-weight: bold;
	padding-bottom: 8px;
}
.shop-price-before-reduction {
	font-size: 80%;
}
.shop-price-by-arrangement {
	font-size: 120%;
}

.shop_add_to_cart_container {
	padding: 8px 0;
}
.quantity_click_counter {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 20px;
	top: 5px;
}
.quantity_click_counter span {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/icon_up.png) no-repeat center center;
	width: 14px;
	height: 9px;
	cursor: pointer;
}
.quantity_click_counter span.click_count_down {
	top: auto;
	bottom: 0;
	background: url(../img/icon_down.png) no-repeat center center;
}
input.shop_add_to_cart_quantity {
	padding: 1px;
	text-align: right;
}

div.shop-price-list .button {
	float: right;
	display: inline;
	margin: 5px 0 0 10px;
}

table.shop-cart {
	margin-bottom: 5px;
}

table.shop-cart th,
table.shop-cart td {
	padding: 2px 5px;
	vertical-align: middle;
}

table.shop-cart td a.remove_cart_article {
	display: block;
	float: right;
	margin: 1px 3px 0 0;
}

tr.shipping td {
	background-color: #f0f0f0;
}

table.order_details tr.total td {
	background-color: #999;
	font-weight: bold;
}

div.shop_order_details table td {
	padding: 2px 5px;
}
div.shop_order_details table th {
	background: #fafafa;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #fff;
	width: 100px;
	padding: 2px 5px;
	padding-right: 0;
}
table.shop-cart th:last-child,
table.shop-cart td:last-child,
div.shop_order_details table th:last-child,
div.shop_order_details table td:last-child {
	padding-right: 5px;
}
div.shop_order_details table td {
	background: #fff;
	border-bottom: 1px solid #eee;
}
div.shop_order_details table.order_details th {
	width: auto;
}
table td {
	vertical-align: top;
}
table th.sort:hover {
	background: #000;
}
table th.nowrap {
	white-space: nowrap;
}
table th.sort_asc a {
	background: url(../img/click_up.png) no-repeat right center transparent;
}
table th.sort_desc a {
	background: url(../img/click_down.png) no-repeat right center transparent;
}
table th a {
	color: #fff;
	display: block;
}

.stock-information {
	font-weight: bold;
}

.article_number,
.article_minimum_quantity {
	font-weight: bold;
}

div.management textarea {
	width: 100%;
	resize: vertical;
}
div.management div.large_textarea label {
	width: 100%;
}

div.article_set label {
	float: none;
	width: auto;
}
fieldset p {
	overflow: hidden;
}

.shop_special_empty {
	display: none;
}

div.payment-method {
	margin: 0 0 5px 0;
}

.shop-cart tr {
	position: relative;
}
form.order_form_userinfo #shop_delivery_date {
	width: 80px;
}
form.order_form_userinfo input.amount_select {
	width: auto;
	text-align: right;
	color: #333;
}
form.order_form_userinfo .radio,
form.order_form_userinfo .checkbox {
	width: auto;
}

.edit_address_link {
	float: right;
	margin-top: -26px;
}
.edit_address_link img {
	position: relative;
	top: 2px;
}

a.button,
p.button a {
	text-decoration: none !important;
}
tr td img {
	margin-bottom: -2px;
	padding-top: 2px;
}
a.button img {
	position: relative;
	float: none;
	margin-right: 6px;
	top: 2px;
}

span.wishlist_description,
span.wishlist_description *,
span.group_description,
span.group_description * {
	color: #888 !important;
}
table th {
	background: #333;
	color: #fff;
	padding: 3px 5px;
}
div.rename_container {
	position: relative;
}
div.rename_container fieldset {
	margin: 0;
}
div.rename_container a.button,
div.rename_container input {
	padding: 5px 5px 6px;
}
div.rename_container input {
	width: 180px;
}
fieldset.hide_legend legend {
	display: none;
}
p.button {
	background: #eee;
	border: 1px solid #999;
	border-radius: 5px;
	display: block;
	margin: 5px 0;
	padding: 4px 5px;
}
div.shop_category {
	position: relative;
	float: left;
	padding: 0 0 20px;
	margin: 0 0 13px 0;
	width: 150px;
}
div.shop_category.category_and_articles {
	float: none;
	width: 100%;
	margin: 0;
}
div.shop_category.with_picture {
	padding: 0;
}
div.shop_category.logged_in {
	margin-top: 20px;
}
div.shop_category div.category_actions {
	position: absolute;
	top: -20px;
	right: 0;
}
div.shop_category div.resource_container.pictures div.resource.picture a.resource_link {
	padding: 0;
	border: none;
}
div#new_group_container fieldset {
	margin: 0;
}
table tr td a.little_arrow:hover {
	cursor: pointer;
}
div.order_state_list ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
div.order_state_list {
	box-shadow: 0 0 5px 0 #000;
}
div.order_state_list ul {
	margin: 0 !important;
	padding: 0 !important;
}
div.order_state_list li {
	list-style: none !important;
	background: none transparent !important;
	padding: 0 !important;
}
div.order_state_list li:first-child a {
	border: 0 !important;
}
div.order_state_list li a {
	line-height: 22px !important;
	border-top: 1px solid #c0c0c0 !important;
	text-decoration: none !important;
}
div.order_state_list li a:hover {
	color: #fff !important;
}
a.little_arrow {
	padding: 0 0 0 4px;
}
a.little_arrow img {
    margin: 0 0 1px 3px;	
}
td div.order_state div.order_state_list {
	position: absolute;
	background: #eee none;
	z-index: 20;
	border: 1px solid #999;
}
td div.order_state div.order_state_list ul {
	margin: 0;
	padding: 0;
}
div.order_state_list ul li a {
	display: block;
	padding: 0 5px 2px 5px;
	text-decoration: none;
}
div.order_state_list ul li a:hover,
div.order_state_list ul li a:focus,
div.order_state_list ul li a:active {
	background: #333;
	color: #fff;
}

div#management_list_wrap ul.management_list {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
div#management_list_wrap ul.management_list li {
	margin: 0;
	padding: 3px 2%;
	width: 96%;
	background: #fff;
	list-style: none;
	border-top: 1px solid #e0e0e0;
	overflow: hidden;
}
div#management_list_wrap ul.management_list li.odd {
	background: #f5f5f5;
}
div#management_list_wrap ul.management_list li .management_list_actions {
	float: right;
}

div#cart_container {
	padding: 0 0 10px;
	
}
div#cart_container th,
div#cart_container td {
	font-size: 12px;
}
a.empty_cart_button {
	float: right;
	margin: 0;
}

input.refresh_button,
a.button {
	line-height: 28px;
	padding: 0 10px 1px;
}
form input.refresh_button {
	padding: 4px 10px 5px;
}
div#mod_shop_order_form input[type="button"],
div#mod_shop_order_form input[type="submit"],
div#order_form_overview input.button {
	padding: 2px 6px 4px;
	box-sizing: initial;
	line-height: 25px;
	height: 25px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
div#mod_shop_order_form fieldset legend {
	font-size: 14px;
}
div#mod_shop_order_form fieldset fieldset legend {
	font-size: 12px;
}
div#mod_shop_order_form fieldset p.margin {
	padding: 0;
}
div#mod_shop_order_form fieldset fieldset legend {
	margin-left: 0;
}
fieldset div.shop_order_block {
	padding: 4px 0;
	margin: 0;
}
div#mod_shop_order_form div.shop_order_block fieldset {
	margin-left: 0;
	margin-right: 0;
}
div#mod_shop_order_form fieldset,
div#order_form_overview fieldset {
	padding: 10px 18px;
	margin: 10px 0 15px;
}
div#mod_shop_order_form fieldset fieldset,
div#order_form_overview fieldset fieldset {
	margin: 5px 0 10px;
	padding: 4px 20px;
}

span.smaller {
	font-size: 85%;
}
span.category_name_fixed_width {
	width: 60%;
	display: inline-block;
}


/* ---------- Detailsite ---------- */
a.back-to-overview {
	float: left;
	padding: 0 0 15px;
	margin: -10px 0 0;
}
#mod_shop_article_detail .pictures {
	float: left;
	margin: 0;
}
#mod_shop_article_detail .shop_article_information {
	overflow: hidden;
	min-width: 33%;
}
#mod_shop_article_detail .slider {
	float: left;
}
.shop-introduction {
	padding: 5px 0 10px;
}
#mod_shop_article_detail .shop-price {
	margin: 10px 0 0;
	max-width: 50%;
}
#article_detail_pictures {
	float: left;
	padding: 0 20px 20px 0;
}
#article_detail_thumbnails .pictures {
	margin: 0;
}
div#article_first_picture .pictures,
div#article_first_picture .pictures .picture,
div#article_first_picture .pictures .picture a,
div#article_detail_thumbnails .pictures,
div#article_detail_thumbnails .pictures .picture a {
	margin: 0;
	padding: 0;
	border: 0;
}
div#article_detail_thumbnails .pictures .picture {
	margin: 2px 2px 0 0;
	padding: 0;
}
div#article_detail_thumbnails .pictures .picture:nth-child(4n+4) {
	margin-right: 0;
}
p.order_form_checkboxes {
	padding: 0 16px 3px;	
}
.shop_quantity_to_cart {
	display: inline-block;
	position: relative;
	top: 4px;
}

/* --- Tabs --- */
.detail_tab h2.tab_title {
	display: none;
}

/* ---------- Search results ---------- */
.article_search_wrap {
	position: relative;
}
#article_search_result {
	z-index: 999;
	position: absolute;
	top: 20px;
	left: 0;
	background: #fff;
	box-shadow: 0 2px 6px rgba(0,0,0,0.8), inset 0 1px rgba(255,255,255,0.1), inset 0 10px rgba(255,255,255,0.1), inset 0 10px 20px rgba(255,255,255,0.15), inset 0 -15px 30px rgba(0,0,0,0.2);
}
.accessory_search #article_search_result {
	top: auto;
	bottom: 22px;
	min-width: 200px;
}
#article_search_result ul.article_search_result_list,
#article_search_result ul.article_search_result_list li {
	list-style: none;
	background: none transparent;
	margin: 0;
	padding: 0;
}
#article_search_result ul.article_search_result_list li {
	display: block;
}
#article_search_result ul.article_search_result_list li a {
	display: inline-block;
	padding: 3px 8px;
}
#article_search_result ul.article_search_result_list li a {
	display: block;
	text-decoration: none;
}
#article_search_result ul.article_search_result_list li a:hover {
	background: rgba(0,0,0,0.25);
}
#article_search_result ul.article_search_result_list li a img {
	margin-right: 5px;
}
#article_search_result ul.article_search_result_list li a span {
	display: inline-block;
	width: 100px;
	overflow: hidden;
}
.remove_accessory {
	vertical-align: top;
	display: inline-block;
	height: 47px;
	width: 16px;
	padding: 0 0 0 10px;
	cursor: pointer;
	background: url(../img/icon_remove.gif) no-repeat center center;
	position: relative;
	top: 3px;
}
#selected_accessories {
	margin: 0;
	padding: 10px 0 0;
}
.selected_article_accessory {
	line-height: 25px;
}
.selected_article_accessory a {
	line-height: 50px;
	display: inline-block;
	padding: 0 10px 0 0;
	vertical-align: top;
}

.order_form_or {
	float: left;
	display: block;
	padding: 0 10px;
	line-height: 30px;
}

/* ---------- Postal code search ---------- */
#postal_code_search_wrap {
	float: left;
}
.incorrect_plz input {
	background: #fff4ba;
}
div.postal_code_input_wrap {
	position: relative;
	float: left;
	margin: 5px 0;
}
.incorrect_plz_tooltip {
	opacity: 0;
	position: absolute;
	padding: 0;
	right: -210px;
	top: -35px;
	width: 180px;
	height: 75px;
	padding: 5px;
	background: #fffaf0;
	border: 1px solid #d2bc8e;
	border-radius: 5px;
	font-size: 11px;
	box-shadow: 3px 3px 3px -3px #000;
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
}
.incorrect_plz_tooltip .tooltip_tip {
	background: url(../img/tooltip_tip.gif) no-repeat left center;
	display: block;
	position: absolute;
	width: 12px;
	height: 22px;
	top: 50%;
	left: -12px;
	margin-top: -11px;
}
.incorrect_plz .incorrect_plz_tooltip {
	opacity: 1;
}

/* ---------- Management stuff ---------- */
table.align_top td {
	vertical-align: top;
}
input.new_subdivision_price_weight {
	position: relative;
	top: 3px;
}
.multilang_switcher {
	display: inline-block;
	margin-top: -2px;
}
fieldset .pagination a {
	text-decoration: none !important;
}
fieldset .pagination a.current,
fieldset .pagination a:hover {
	color: #fff !important;
}


/* ---------- Pagination (JS) ---------- */
.fdtablePaginaterWrap {
	display: none;
}
.fdtablePaginatorWrapBottom {
	display: block;
}
ul.fdtablePaginater {
	list-style: none outside none;
	margin: 10px auto 5px;
	padding: 0 !important;
	text-align: center;
	width: auto;
}
ul.fdtablePaginater li {
	-moz-user-select: none;
	color: #666666;
	display: inline-block;
	*display: inline;
	zoom: 1;
	list-style: none !important;
	background: none transparent !important;
	padding: 0 0 0 4px !important;
}
ul.fdtablePaginater li a {
	cursor: pointer;
	text-decoration: none !important;
	color: #666 !important;
}
ul.fdtablePaginater li a:focus {
	border-color: #aaa;
	color: #333 !important;
	text-decoration: none;
}
ul.fdtablePaginater li a.currentPage {
	border-color: #bc1d22 !important;
	color: #bc1d22 !important;
}
ul.fdtablePaginater li a:active {
	border-color: #222 !important;
	color: #222;
}
ul.fdtablePaginater li a,
ul.fdtablePaginater li div {
	border: 1px solid #CCCCCC;
	color: #666666;
	display: block;
	font-size: 1em;
	margin: 0;
	outline: medium none;
	padding: 0;
	text-decoration: none;
	width: 2em;
	margin: 0 2px;
}
ul.fdtablePaginater li div {
	opacity: 0.5;
}
ul.fdtablePaginater li a span,
ul.fdtablePaginater li div span {
	background: url(../img/gradient.gif) repeat-x scroll 0 -20px #FFFFFF;
	border: 1px solid #FFFFFF;
	display: block;
	line-height: 2em;
}
.fdtablePaginaterWrap {
	clear: both;
	text-align: center;
	text-decoration: none;
}
ul.fdtablePaginater li .next-page span,
ul.fdtablePaginater li .previous-page span,
ul.fdtablePaginater li .first-page span,
ul.fdtablePaginater li .last-page span {
	font-weight: bold !important;
}

/* ---------- Table sort ---------- */
table.table th.forwardSort a,
table.table th.reverseSort a {
	background: url(../img/th_sort.png) no-repeat right 7px transparent;
	-webkit-transition: none !important;
	   -moz-transition: none !important;
	     -o-transition: none !important;
	        transition: none !important;
}
table.table th.reverseSort a {
	background-position: right -15px;
}
table.table td {
	border-bottom: 1px solid #eaebe6;
}
table.table td.date {
	font-size: 12px;
}

table.table tr:hover td {
	background: #eaebe6;
}
table.table {
	border-top: 0 !important;
}
table.table th {
	background: #fff;
	border-bottom: 1px solid #666;
	font-weight: bold;
	color: #333;
	padding: 4px 0;
}
table.table th a {
	color: white;
	padding: 2px 15px 2px 5px;
}
table.table tr:nth-child(odd) {
	background: #f0f0f0;
}
table.table th a + span {
	display: none;
}

canvas {
	max-width: 100%;
}

/* ---------- Stats ---------- */
#shop_stats_tabs_wrap ul.crono_tabs li a,
#shop_stats_tabs_wrap ul.crono_tabs li.current a {
	box-shadow: none;
	border: 1px solid #eee;
	border-radius: 7px;
	height: auto;
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 30px;
}
#shop_stats_tabs_wrap ul.crono_tabs li.current a {
	border-color: #555;
}
