*.clear {
	height: 0;
	font-size: 1px;
	line-height: 1px;
	visibility: hidden;
	clear: both;
}

.kontakt a  {
	color: #FF0000;
}

body {
	padding: 0;
	margin: 0;
	background: #e7e7e7;
	font-family: arial;
	color: #333333;
	font-size: 13px;
}

#page {
	width: 985px;
	margin: 10px auto;
	text-align: left;
}

#header {
	height: 145px;
	background-image: url('img/default/header.png');
}

#logo {
	width: 210px;
	height: 145px;
	display: block;
	position: absolute;
}

#search_bar {
	height: 34px;
	margin-bottom: 10px;
	background-image: url('img/default/search_bar.png');
}

#search {
	padding: 6px 10px;
}

#search, #search div{
	float: left;
}

#ProductQ {
	width: 146px;
	height: 16px;
	border: 0;
	background-image: url('img/default/search.png');
	padding: 3px 7px;
}

#search label {
	color: white;
	margin: 0;
	padding: 0;
}

#search #search_button{
	width: 74px;
	height: 22px;
	margin-left: 4px;
	background-image: url('img/default/search_button.png');
	color: white;
	border: 0;
}

#breadcrumbs {
	margin-bottom: 10px;
	background-image: url('img/default/breadcrumbs_center.png');
	color: #C07C03;
	font-weight: normal;
	
}
#breadcrumbs a {
	font-weight: bold;
	
	
}

#breadcrumbs .top {
	min-height: 4px;
	background-image: url('img/default/breadcrumbs_top.png');
}

#breadcrumbs .content {
	padding: 5px 10px;
}

#breadcrumbs .bottom {
	min-height: 4px;
	background-image: url('img/default/breadcrumbs_bottom.png');
}

#wrapper {
	border: 0;
}

#core {
	float: left;
	width: 795px;
}

#categories {
	float: left;
}

#tree ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#tree li {
	padding: 0;
	font-weight: bold;
	background: none;
}

#tree ul li ul li{
	font-weight: normal;
	background-image: url('img/default/pointer.png');
	background-position: 0 9px;
	background-repeat: no-repeat;
}

#tree a {
	display: block;
	font-size: 11px;
	color: #AD000B;
	border-bottom: 1px solid #e6e6e6;
	font-weight: bold;
	padding: 5px 0;
}


#tree ul li ul li a{
	font-weight: bold;
	font-size: 11px;
	padding-left: 15px;
	color: #032A57;
}

a.current, a.current:hover {
	color: #AD000B;
}

#content {
	float: right;
	width: 605px;
	height: 100%;
	line-height: 18px;
	overflow: hidden;
}

#content table {
	width: 100%;
	border-collapse: separate;
}

#content table tr td{
	text-align: left;
	padding: 5px 0px 5px 2px;
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}

#content table tr.errored td{
	padding: 5px 2px 3px 0px;
	border-top: 1px solid #8C0303;
        border-bottom: none;
}

#content table tr.error-message td{
	border-top: none;
        border-bottom-color: #8C0303;
        font-size: 10pt;
        padding-top: 0px;
        padding-bottom: 2px;
        line-height: 14px;  
}

.delete_all {
	float: right;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0;
}

#content div#basket input{
  text-align: right;
  padding:1px;
  margin: 1px 1px;
  width: 30px;
}

#content div.related{	font-size: 9px;
  margin: 10px;
}

#content div.related table {
  border-collapse: collapse;
  width: 100%;
}

#content div.related table td, #content div.related table th{
  padding: 10px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

table {
  border-collapse: collapse;
  width: 100%;
}

table thead th{
	text-align: left;
	padding: 5px 0;
	border-bottom: 2px solid #e6e6e6;
}
table tbody td {
  padding: 10px 5px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

table tfoot td {
  padding: 10px 5px;
  border-top: 3px solid #e6e6e6;
}

#content div.order_confirm_payment_and_shipping h4{
  margin-left: 20px;
}

#content div.order_confirm_payment_and_shipping h4 em{
  float:right;
  font-style:normal;
  font-weight:600;
  font-size:12pt;
  margin-right:10px;
}

#content div.order_confirm_address h4{
  text-align:right;
  font-style:normal;
  font-weight:600;
  font-size:12pt;
  margin-right:20px;
}

#content fieldset {
  border: 1px solid #e6e6e6;
  margin: 10px 10px;
  padding: 5px 0;
}
#content fieldset legend{
  font-weight: bold;
  margin: 0 5px;
}

#content label{
  margin-left: 10px;
  display: inline-block;
  width: 200px;
}

#content input{
  margin: 5px 10px;
  padding: 3px;
  border: 1px solid #cccccc;
}


#content select{
  margin: 5px 10px;
  padding: 3px;
}

#content .submit input {
	padding: 5px 10px;
}



.category_description {
	margin-bottom: 10px;
}


#flashMessage {
  padding: 10px;
  color: #e25e20;
  font-size: 12px;
  font-weight: 600;
	background-color: #ffefbf;
	border: 1px solid #cccccc;
  margin-bottom: 5px;
}
div.error{
  margin-bottom: 4px;
  border-top: 1px dotted #8C0303;
  border-bottom: 1px solid #8C0303;
}
.error-message {
  padding-left: 10px;
  padding-bottom: 2px;
  text-align: left;
  margin-top: 0px;
  color: #8C0303;
}


#boxes {
	float: right;
}

.box {
	width: 180px;
	margin-bottom: 10px;
	background-image: url('img/default/box_center.png');
	font-size: 11px;
    background-color: #ffffff;
}

.box .top {
	min-height: 5px;
	background-image: url('img/default/box_top.png');
	background-repeat: no-repeat;
}

.box .bottom {
	height: 5px;
	background-image: url('img/default/box_bottom.png');
}

.box h4 {
	background-image: url('img/default/box_header.png');
	background-repeat: no-repeat;
	background-position: center 5px;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 10px 8px 10px;
	margin: 0 5px;
	display: block;
	border-bottom: 1px solid #CCCCCC;
	
}

.box .content {
	padding: 10px;
}

.box .first_container {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}

.box img {
	vertical-align: middle;
	
}



.box p {
	margin: 8px 0;
	line-height: 15px;
}

.box ul {
	list-style: none;
}

.box ul li {
	padding: 5px 0 5px 12px;
	background-image: url('img/default/pointer.png');
	background-position: 0 9px;
	background-repeat: no-repeat;
}

.listing {
	width: 615px;
}

.listing .box {
	float: left;
	width: 195px;
	margin: 0 10px 10px 0;
	text-align: center;
	background-image: url('img/default/listing_box_center.png');
}

.listing .box .top { background-image: url('img/default/listing_box_top.png'); }
.listing .box .bottom { background-image: url('img/default/listing_box_bottom.png'); margin-top: 10px;}
.listing .box .top h4 { height: 40px; margin: 0px; background: none; border-bottom: 0px solid #CCCCCC;}
.listing .box .content {	padding: 0; }
.listing .box .image { 
	display: table-cell; 
	height: 150px;
	width: 195px;
	vertical-align: middle;	border: 0px solid #CCCCCC;}

.listing .box .image img { 
	border: 0px solid #CCCCCC;
}

.content a.product_thumbnail_name {
	font-size: 16px;
	color: #CC3300;
	width: 150px;
	font-weight: bold;


}
a.product_thumbnail_name {
	font-size: 14px;


}
.product_thumbnail_price_brutto span{
	font-size: 15px;
	font-weight: bold;
	color: #AD000B;
	margin: 0;
	padding: 0;
}
/* Related products */.related_products {	width: 615px;}.related_products .box {	float: left;	width: 113px;	margin: 0 10px 10px 0;	text-align: center;	background-image: url('img/default/related_product_box_center.png');}.related_products .box .top { background-image: url('img/default/related_product_box_top.png'); }.related_products .box .bottom { background-image: url('img/default/related_product_box_bottom.png'); margin-top: 10px;}.related_products .box .top h4 { height: 30px; line-height: 13px; font-size: 10px; margin: 0px; background: none;}.related_products .box .top h4 a {font-size: 9px;}.related_products .box .content { padding: 0; font-size: 10px;}.related_products .box .image { 	display: table-cell; 	height: 75px;	width: 113px;	vertical-align: middle;}.related_products .product_thumbnail_price_brutto span{	font-size: 10px;	font-weight: bold;	color: #f26522;}/* - Related products */

h1 {
	font-size: 18px;
	margin: 12px 0 8px;
}

h2 {
	font-size: 16px;
	margin: 11px 0 6px;
}

h3 {
	font-size: 14px;
	margin: 10px 0 5px;
}

h4 {
	font-size: 13px;
	margin: 10px 0 5px;
	color: #032A57;
}

p {
	line-height: 18px;
	margin: 10px 0;
}

.hr {
	margin-bottom: 9px;
	height: 1px;
	border-top: 1px solid #ccc;
}

#key_visual {
	margin-bottom: 10px;
	
}
/* authorisation */
#auth-top {
	color: white;
	text-align: right;
	padding: 8px 20px 8px;
}

#auth-top a {
	color: white;
	text-decoration: none;
}

#auth-top a:hover {
  color: white;
	text-decoration: underline;
}

div#auth_top div#basket a {
	color: white;
	text-decoration: none;
}

div#auth_top div#basket a:hover {
  color: white;
	text-decoration: underline;
}

.content_box {
	margin-bottom: 10px;
	background-image: url('img/default/content_center.png');
}

.content_box .top {
	height: 4px;
	background-image: url('img/default/content_top.png');
}

.content_box .content {
	margin: 20px;
}

.content_box .bottom {
	height: 4px;
	background-image: url('img/default/content_bottom.png');
}

#newses h3 {
	float: left;
}

.view {
	padding: 6px 10px;
	border: 1px solid #cccccc;
	background: white;
}

#product_view {
	padding: 20px;
	border: 1px solid #cccccc;
	background: white;
}

.category_description {
	margin: 10px 0;
	font-size: 12px;
}

hr {
	margin: 0 7px;
	margin-bottom: 5px;
}
#newses .date {
	color: #ccc;
	float: right;
	margin: 5px 0;
	clear: none;
}

#newses p {
clear: both;
background-color: #ffffff;
}
#newses{
background-color: #ffffff;
}

/*product view */
#product_view_image {
	float: right;
	text-align: right;
}

#general_params {
	float: left;
	margin: 10px 0;
	max-width: 300px;
}

#general_params ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
}

#general_params ul li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 0;
}

#add_to_cart {
	height: 26px;
	display: block;
	color: white;
	background: #AD000B;
	line-height: 26px;
	text-align: center;
	font-weight: normal;
	border: 2px solid #f4966a;
}

#add_to_cart:hover {
	border: 2px solid #cd541d;
}

#description {
	line-height: 18px;
  background-color: #ffffff;
}

#thumbnails{
	margin-top: 20px;
	margin-bottom: 20px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#thumbnails img {
	margin: 10px;


}

a img {
	border: 1px solid #e6e6e6;
}

.price {
	color: #AD000B;
	font-weight: bold;
}/* Sort */#sort {	text-align: right;	padding: 5px 10px;	margin-bottom: 9px;	border-top: 1px solid #ccc;	border-bottom: 1px solid #ccc;}#sort a {	margin-left: 9px;}
/* Paging */
div.paging {
	text-align: center;
	color: #ccc;
	margin: 5px 5px 10px 5px;
}
div.paging div.disabled {
	color: #cccccc;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #AD000B;
	font-weight: bold;
}
div.paging span a {
}

/* Footer */
#footer {
	clear: both;
	height: 118px;
	background-image: url('img/default/footer.png');
}

#footer ul {
	float: right;
	margin-top: 82px;
	margin-right: 10px;
}

#footer ul li {
	display: inline;
	margin-right: 10px;
}

a {
	color: #073F7F;
	text-decoration: none;
}

a:hover {
	color: #073F7F;
	text-decoration: underline;
}

