/** 
 * Template for xt:Commerce 4
 *
 * default template v2.0.0
 */


/* resets -------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline;}

/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table { border-collapse: collapse; border-spacing: 0;}
/* -------------------------------------------------------------------------------------- */


/* xt:Grid with 16 columns, 40 pixels each with 20 pixel gutter ------------------------- */
.xt-grid-1 {width: 40px;}
.xt-grid-2 {width: 100px;}
.xt-grid-3 {width: 160px;}
.xt-grid-4 {width: 220px;}
.xt-grid-5 {width: 280px;}
.xt-grid-6 {width: 340px;}
.xt-grid-7 {width: 400px;}
.xt-grid-8 {width: 460px;}
.xt-grid-9 {width: 520px;}
.xt-grid-10 {width: 580px;}
.xt-grid-11 {width: 640px;}
.xt-grid-12 {width: 700px;}
.xt-grid-13 {width: 760px;}
.xt-grid-14 {width: 820px;}
.xt-grid-15 {width: 880px;}
.xt-grid-16 {width: 940px;}

/* with 16 columns, 60 pixels each with 0 pixel gutter */
.xt-grid-1-full {width: 60px;}
.xt-grid-2-full {width: 120px;}
.xt-grid-3-full {width: 180px;}
.xt-grid-4-full {width: 240px;}
.xt-grid-5-full {width: 300px;}
.xt-grid-6-full {width: 360px;}
.xt-grid-7-full {width: 420px;}
.xt-grid-8-full {width: 480px;}
.xt-grid-9-full {width: 540px;}
.xt-grid-10-full {width: 600px;}
.xt-grid-11-full {width: 660px;}
.xt-grid-12-full {width: 720px;}
.xt-grid-13-full {width: 780px;}
.xt-grid-14-full {width: 840px;}
.xt-grid-15-full {width: 900px;}
.xt-grid-16-full {width: 960px;}

.column {
	float: left;
	margin: 0 10px 0 10px; 
	overflow: hidden; 
	display: inline;
}

.column-full {
	float: left;
	overflow: hidden;
	display: inline;
}

.row {
	width: 960px; 
	margin: 0 auto;
	overflow: hidden;
}

.row .row {
	margin: 0 -10px 0 -10px;
	width: auto;
	display: inline-block;
}
/* -------------------------------------------------------------------------------------- */


/* grid for categorie & product listing --------------------------------------------------*/
.one {width: 760px;}
.two {width: 370px;}
.three {width: 240px;}
.four {width: 175px;}
.five {width: 136px;}
/* -------------------------------------------------------------------------------------- */


/* global --------------------------------------------------------------------------------*/
* {
	/*font: 12px "Open Sans", "Helvetica", "Verdana", Arial, sans-serif; */
	font: 12px "Open Sans", serif;
}

body {
	background: #fff;
	color: #000;
	/*font: 12px "Open Sans", "Helvetica", "Verdana", Arial, sans-serif; */
	font: 12px "Open Sans", serif;
	/*background: #fff url(../img/background.jpg);*/
}

/* tabel */
table {
	width: 100%;
	text-align: left;
	border-collapse: collapse; 
	margin: 0 0 20px 0;
}

thead {
	font-weight:bold; 
	line-height: 25px; 
	border-bottom: 1px solid #cdcdcd;
}

thead th {
	padding: 0px 10px 5px 10px;
	
}

table td {
	padding: 10px; 
	vertical-align: top;
}

.odd {}

.even {
	background: #f6f6f6;
}

/* boxes */
.box {
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 0px;
	padding: 10px;
	margin: 0 0 20px 0;
}

/* xt_coupon */
.box #coupon_code {
	width: 370px;
	margin: 0 20px 0 20px;
	padding: 10px;
}

.box-white {
	background: #fff;
}

.box-hover:hover{
	border: 1px solid #4787e9;
}

/* headings */
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

h2 {
	font-weight: bold;
	padding: 0 0 5px 0;
	font-size: 14px;
}

.headline {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.headline-underline {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #cdcdcd;
}

/* global typo */
p {
	line-height: 1.4em;
}

li {
	line-height: 1.4em;
}

.highlight {
	color: #4787e9;
}

b,
.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.line {
	clear: both;
	height: 1px; 
	background: #cdcdcd;
	margin: 20px 0 20px 0;
}

.underline {
	text-decoration: underline;
}

.block {
	display: block;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

.padding-bottom {
	padding-bottom: 20px;
}

/* links */
a {
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
	outline: none;
}

/* buttons */
input[type="submit"] {
	margin: 10px 2px 10px 0;
	background: #7b7366;
	color: #fff;
	padding: 7px 20px;
	border: 0 none;
}

input[type="submit"]:hover {
	cursor: pointer;
}

input[type="submit"]::-moz-focus-inner { 
    border: 0px;
    padding: 0px;  
}

.button {
	margin: 10px 5px 10px 0;
	background: none repeat scroll 0 0 #7b7366;
	color: #fff;
	display: table;
	padding: 7px 20px;
	font-size: 12px;
}

#box-loginbox a:hover {
	text-decoration: none !important;
}

.button.grey {
	background: none repeat scroll 0 0 #efefef;
	}

input[class="button-next"] {
	margin: 10px 2px 10px 0;
	background: #7b7366;
	color: #fff;
	padding: 7px 20px;
	
}
 
.button:hover,
.button-green:hover {
	text-decoration: none;
	cursor: pointer;
} 
   
/* forms */
input[type="text"],
input[type="password"],
textarea,
radio {
	margin: 0 0 8px 0;
	padding: 5px;
	outline: 0 none;
	border: 1px solid #cdcdcd;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	/*
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	*/
}
/* -------------------------------------------------------------------------------------- */


/* page --------------------------------------------------------------------------------- */
#page {
	position: relative;
	margin: -265px 0 0;
}
/* -------------------------------------------------------------------------------------- */


/* header --------------------------------------------------------------------------------*/
#header {
	height: 215px;
	background: transparent;
}

#shopinfo {
	background: #fff;
	color: red;
	padding: 5px;
	width: 960px;
	margin: 0 auto;
}

/* topmenu */
#topmenu {
	background: transparent;
	padding-left: 5px;
}

#topmenu ul li {
	display:inline;
	line-height: 30px;
}

#topmenu a {
	padding: 0 5px 0 5px;
}

#topmenu a.button {
	padding: 7px 20px;
}

#box-shop-switch {
	position: absolute;
	top: 0;
	margin: 5px 0 0 900px;
}

/* branding */
#branding {
	padding: 40px 0 0 0;
}

#branding #logo {

	color: #060606;
	font-size: 40px;
	float:left ;
}

#branding #claim {
	padding: 8px 0 10px 0;
	font-size: 34px;
	font-weight: 300;
	float: right;
	line-height: 35px;
}

#branding #logo-grey {
	color: #a3aeb4;
}

#branding #logo a:hover {
	text-decoration: none;
}

/* search */
#box-search {
	width: 270px;
	padding: 0;
	margin: 7px 0 0 0;
}

#box-search input[type="text"] {
	width: 141px;
	padding: 0 0 0 4px;
	border: solid #cdcdcd;	
	border-width: 1px 0 1px 1px;
	background: #fff;
	height: 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	vertical-align: top;
	box-sizing: content-box;
}

#box-search input[type="submit"] {

    -moz-box-shadow:none;  
    -webkit-box-shadow:none; 
    box-shadow:none; 
	text-shadow:none;
	font-weight: bold;
	margin: 0 0 0 -4px;   
	padding: 0; 
	cursor:pointer;
	border: solid #cdcdcd;	
	border-width: 1px 1px 1px 0;
	background: url("../img/search.png") no-repeat scroll 3px 3px / 15px auto #fff;
	overflow: hidden;
	width: 22px;
	height: 20px;
	color: transparent !important; 
	vertical-align: top;
	box-sizing: content-box;
	
}

#box-cart {
	height: 160px;
	width: 160px;
	border: 1px solid #C5C7C6;
	background: #f5f5f5;
	padding: 10px;
	margin: 10px 0 0 10px;
	/*float: right;*/
	position: absolute;
	z-index: 20;
}

#box-cart .button {
	width: 120px;
	text-align: center;
	color: #fff;
	margin: 55px 0 5px 0;
	font-weight: 500;
}

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


/* top categories ----------------------------------------------------------------------- */
.row.topcategories, .row.topcategories .column {
	overflow: visible;
	}
	

#box-topcategories {
	height: 50px;
	z-index: 100000;
	overflow: visible;
}

#box-topcategories > ul > li {
	display: inline;
	margin: 0 35px 0 0;
	overflow: visible;
	position: relative;
	float: left;
}


#box-topcategories ul li ul  {
	position: absolute;
	background: #7b7366;
	padding: 0 18px 0 15px;
	display: none;
	z-index: 1000000;
	min-width:85%;
	margin-left: -5px;
}

#box-topcategories ul li:hover ul  {
	display: block
}

#box-topcategories ul._sub-topcategories li {
	border-bottom: 1px dashed #cdcdcd;
	padding: 8px 10px 8px 0;
	line-height: 19px;
	white-space: nowrap; 
	font-size: 11px;
}

#box-topcategories ul._sub-topcategories li:last-child {
	border-bottom: none 0;
	padding-bottom: 14px;
}

#box-topcategories ul._sub-topcategories li:first-child {
	padding-top: 0px;
}

#box-topcategories ul._sub-topcategories li:before {
	float: none;
	content:'.';
	/*font-size: 19px;
	font-weight: 700;*/
	vertical-align: bottom;
	color: #fff;width: 20px; display:inline-block;font-size:0;
	background: url('../img/arrow_menu_white.png')  no-repeat 2px;
}

#box-topcategories > ul > li > a {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 50px;
	text-transform: uppercase;
}

#box-topcategories a {
	color: #fff;
	display: inline-block;
    min-width: 100%;
}

#box-topcategories  > ul > li:hover > a:after {
	margin-left: -10px;
    border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 9px solid #fdfdfd;
	content: "";
	left: 50%;
	position: absolute;
	z-index: 1000;
	text-decoration: none;
}

#box-topcategories a:focus,
#box-topcategories a:active,
#box-topcategories a:hover {

	text-decoration: none;
}
/* -------------------------------------------------------------------------------------- */


/* sidebar -------------------------------------------------------------------------------*/

/* all default boxes */
#sidebar .sidebar-box {
	margin: 5px 0 0px 10px;
}

#sidebar .sidebar-box .box {
	margin: 5px 0 0 0;
}

#sidebar #box-categories.sidebar-box .box {
	border: 0 none;
}

#sidebar .sidebar-box li {
	padding: 8px 0 8px 0;
	border-bottom: 1px dashed #cdcdcd;
}
#sidebar .sidebar-box li:last-child {
	border: 0 none;
}

/* products, images and prices for all boxes */
#sidebar .sidebar-box .product-image {
	text-align: center;
}

#sidebar .sidebar-box .product-name {
	font-weight: bold;
	text-align: center;
	padding: 5px 0 5px 0;
}

#sidebar .sidebar-box .product-price {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 0;
    text-align: center;
    background: #ebeced;
}

#sidebar .sidebar-box .price-old {
	display: block;
	text-decoration: line-through;
	color: #f25d44;
	font-weight: normal;
	font-size: 12px;
}

#sidebar .sidebar-box .price-new {
	display: block;
}

#sidebar .sidebar-box .price-discount {
	display: block;
	color: #8dba2a;
	font-weight: normal;
	font-size: 12px;
}
#sidebar .sidebar-box .product-base-price {
	text-align: center;
	padding: 0 0 0px 0;
}

#sidebar .sidebar-box .product-tax-shipping,
#sidebar .sidebar-box .product-tax-shipping a {
	text-align: center;
	padding: 0 0 15px 0;
	color: #888;
}

#box-loginbox {
	width: 180px;
	min-height: 160px;
	border: 1px solid #C5C7C6;
	background: #f5f5f5;
	padding: 10px 10px 20px 10px;
	margin: 10px 0 0 0;
	z-index: 20;
	
	/*float: right;*/
	position: absolute;
}

#box-loginbox input[type="text"],
#box-loginbox input[type="password"] {
	width: 168px;
	margin-top: -6px;
}

#box-loginbox input[type="submit"],
#box-loginbox .button {
	margin: 0 0 5px 0;
	width: 100%;
	text-align: center;
}

#box-loginbox .button {
	margin: 5px 0 5px 0;
	width: 140px;
}

#topmenu #box-loginbox ul li {
	line-height: 25px;
	display: inline-block;
}

#box-loginbox .lost-passwort a {
	float: right;
	color: #919293;
}

#box-loginbox li { font-weight: 500; }

/* categories box */
#box-categories .box {
	padding: 0;
}

#box-categories .headline {
	
	line-height: 30px;
	font-weight: 600;
	margin: 0;
	padding-left: 4px;

}

#box-categories .headline a {

}

#box-categories .headline a:hover {
	text-decoration: none;
}

#box-categories li {
	padding: 10px 0 10px 0; 
}

#box-categories li.level2 {
	padding: 7px 0 8px 5px;
}

#box-categories li.level2:before {
	content:'.';
	font-size:0;
	width: 20px; display:inline-block;
	background: url('../img/arrow_menu_black.png') no-repeat 2px;
	vertical-align: bottom;
}


#box-categories li.level3 {
	padding: 5px 0 5px 20px;
}

#box-categories li.level4 {
	padding: 5px 0 5px 30px;
}

#box-categories li.level5 {
	padding: 5px 0 5px 40px;
}

#box-categories li.active {
	font-weight: 700;
}
/* -------------------------------------------------------------------------------------- */


/* content -------------------------------------------------------------------------------*/
#content-wrap {
	min-height: 600px; 
	background: #fff; 
	padding: 15px 0 10px 0;
	
}

#content {}

#startpage {
	padding: 0 0 20px 0;
}

/* breadcrumb */
#breadcrumb {
	padding: 10px 0 0px 0;
}

#breadcrumb ul li div {
	display:inline;
}

#breadcrumb ul li {
    display:inline;
}

/* search */

#search li {
	line-height: 25px;
}

#search-cat,
#search-mnf,
#search-sdesc {
	padding: 10px 0 0 0;
}

#search label {
	display: block;
	width: 230px;
	float: left;
}

#search input[type="text"] {
	width: 738px;
	padding: 12px 10px 12px 10px;
}

/* categorie listing */
.products-sort-pages {
	overflow: hidden;
}

.products-sort {
	margin: 0 0 10px 0;
	width: 300px;
	height: 30px;
	float: left;

}

.products-sort label {
	float: left;
	line-height: 20px;
	padding: 0 10px 0 0;
}

.navigation-pages {
	margin: 10px 0 0 0;
	text-align: right;
	height: 30px;
	float: right;
}

.navigation-pages a{
	padding: 5px 10px 5px 10px;
	border: 1px solid #cdcdcd; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.navigation-pages a:hover {
	text-decoration: none;
	border: 1px solid #484848;
}

.navigation-pages .navigation_selected {
	padding: 5px 10px 5px 10px;
	border: 1px solid #484848;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*categorie listing*/
#categorie-listing .categorie-description {
	padding: 0 0 10px 0;
}

#categorie-listing .categorie {
	padding: 0px;
	border: 1px solid #cdcdcd;
	height: 175px;
	margin: 10px 0 10px 0;
	background: none repeat scroll 0 0 #7b7366;
	color: #fff;
	overflow:hidden;
}

#categorie-listing .categorie .image {
	display: block;
	text-align: center;
	height: 130px;
	overflow:hidden;
}

#categorie-listing .categorie .no-image {
	display: block;
	text-align: center;
	height: 100px;
	background:url(../img/no_image.png) no-repeat scroll center center transparent;
}

#categorie-listing .categorie .name {
	display: block;
    height: 30px;
    margin-top: 13px;
    text-align: center;
}

#categorie-listing .categorie a {
	display: block;
	color: #fff;
	text-transform: uppercase;
}

#categorie-listing .categorie a:hover {
	text-decoration: none;
}

/* product listing */

.product-listing input[name="qty"] {
	width: 35px;
	height: 24px;
}

.product-listing input[type="submit"] {
	text-align: center;
	background: #7b7366;
	color: #fff;
	margin: 0;
}

.product-listing .button {
	display: block;
	padding: 10px 0px 10px 0px;
	text-align: center;
	width: 95px;
	margin: 0;
}

.product-listing thead {
	background: #7b7366;
}

.product-listing #product-graduated-price-table th  { 
	color: #000; 
	padding: 0px;
	border: 0 none;
	border-bottom: 1px solid #cdcdcd;
}

.product-listing #product-graduated-price-table thead  { 
	background: none; 
}


.product-listing th {
	padding: 5px;
	border: 1px solid #fff;
	color: #fff;
}

.product-listing td {
	border: 1px solid #c3c7c8;
}

.product-listing td:nth-child(1n) {
	border-left: 0 none;
}

.product-listing td:nth-child(5n) {
	border-right: 0 none;
}

.product-listing #product-graduated-price-table {
	margin: -5px 0 0 0;
	padding: 0;
	width: 120px;
}

.product-listing #product-graduated-price-table td {
	border: 0 none;
	padding: 4px;
}

.product-listing .manufacturers-description {
	margin: 0 0 20px 0;
}

.product-listing .product {
	margin: 0 0 20px 0;
	min-height: 280px;
}

.product-listing .product-image {
    vertical-align: middle;
    padding: 5px 0 5px 0px;
    border-right: 0 none;
}

.product-listing .product-image img {
	min-height: 140px;
	min-width: 153px;
	max-height: 140px;
	max-width: 160px;
}


.product-listing .product-name {
	font-weight: bold;
	padding: 0 0 5px 0;
}

.product-listing .product-short-description {
	padding: 0 0 5px 0;
}

.product-listing .product-price {
    background: #ebeced none repeat scroll 0 0;
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
}

.product-listing .product-price .price-new {
	font-size: 14px;
	display: block;
	font-weight: bold;

}

.product-listing .product-price .price-old {
	font-size: 12px;
	font-weight: normal;
	display: block;
	text-decoration: line-through;
	color: #f25d44;
}

.product-listing .product-price .price-discount {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #8dba2a;
}

.product-listing.product-listing-start .product-base-price,
.product-listing.product-listing-start .product-tax-shipping,
.product-listing.product-listing-start .product-tax-shipping,
.sidebar-box .product-base-price,
.sidebar-box .product-tax-shipping,
.sidebar-box .product-tax-shipping
 {
	font-size: 11px;	
	padding: 0 0 5px 0;
}
.product-listing .product-tax-shipping,
.product-listing .product-tax-shipping a,
.sidebar-box .product-tax-shipping,
.sidebar-box .product-tax-shipping a
{
	color: #888 ;
}

.product-listing .product-base-price,
.product-listing .product-tax-shipping,
.product-listing .product-tax-shipping,
.sidebar-box .product-base-price,
.sidebar-box .product-tax-shipping,
.sidebar-box .product-tax-shipping
 {
	font-size: 9px;	
	padding: 0 0 5px 0;
}

.product-listing .product-shipping-status {
	color: #000000;
	font-size: 11px;
	padding-top: px;
}

.product-listing .product-restock-notification a {
	font-weight: bold;
	margin: 5px 0 0 0;
	color: red;
}

.product-listing .product-season-color {
	color: red;
	margin: 0 0 5px 0;
}

.product-listing .product-sale {
	color: red;
}

.product-listing .product-link a {
	font-weight: bold;
	color: #92939b;
	position: absolute;
}

.product-listing .watchlist-link a {
	font-weight: bold;
	color: #92939b;
	position: absolute;
	margin: 15px 0 0 0;
}

.product-listing-start .product {
	min-height: 150px;
	padding: 0;
}

.product-listing-start .left {
	float: left;
	padding: 0 10px 0 5px;
}

.product-listing-start .product-base-price {
	clear: both;
}

.product-listing-start .product-name {
	padding: 10px 10px 0 0;
	text-align: left;
}

.product-listing-start .product-price,
.product-listing-start .product-tax-shipping {
	
	clear: right;
}

.product-listing-start .product-base-price,
.product-listing-start .product-tax-shipping {
	padding-right: 10px;
	clear: right;
}

.product-listing-start .product-price, .sidebar-box .product-price { 
	background: #ebeced;
	overflow: hidden;
	margin: 5px;
	padding: 5px;
}

.product-listing-start .column.two:nth-child(2n+1) {
    clear: both;
}

/* product */
#product {}

#product-images {
	width: 380px;
}

#product-images .box .product-image img{
	text-align: center;
	width: auto;
	height: auto;
}

#product-images .more-images {
	overflow: hidden;
}

#product-images .more-images .more-images-item {
	border: 1px solid #cdcdcd;
	text-align: center;
	display: block;
	float: left;
	margin: 0 10px 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#product-images .more-images .more-images-item:nth-child(3n) {
	margin: 0 0 10px 0;	
}

#product-images .more-images .more-images-item span {
	display: table-cell;
	width: 115px;
	height: 115px;
	vertical-align: middle;
}

#product #product-infos {
	width: 360px;
	float: right;
}

#product #product-infos .product-price {
	font-size: 28px;
	background: #efefef;
	padding:5px 10px ;
	margin-bottom: 5px;
}

#product #product-infos .product-price .price-old {
	display: block;
	text-decoration: line-through;
	color: #f25d44;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

#product #product-infos .product-price .price-new {
	display: block;
}

#product #product-infos .product-price .price-discount {
	display: block;
	color: #8dba2a;
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}

#product #product-infos .product-base-price {

	padding: 0 0 5px 0;
}

#product #product-infos .product-tax-shipping{

	padding: 0 0 5px 0;
}

#product #product-infos .product-model {
	padding: 0 0 5px 0;

}

#product #product-infos .product-weight {

	padding: 0 0 5px 0;
}

#product #product-infos .product-shipping-status {

	padding: 0 0 5px 0;
	font-weight: bold;
}

#product #product-infos .product-stock-image {

	padding: 0 0 5px 0;
}

#product #product-infos .product-stock-name {

	padding: 0 0 5px 0;
}

#product #product-infos .product-discount {

	padding: 0 0 5px 0;
}


#product #product-infos .product-season-color {

	padding: 0 0 5px 0;
	color: red;
}


#product #product-infos .product-sale {
	margin-bottom: 5px;
	padding: 0 0 5px 0;
	color: red;
}


#product #product-infos .add-to-cart {
	padding: 10px 0 0 0;
	margin-bottom: 5px;
	float: left;
}

#product #product-infos .add-to-cart input[type="text"] {
	width: 35px;
	height: 24px;
}

#product #product-infos .add-to-cart input[type="submit"] {
	text-align: center;
	background: #7b7366;
	color: #fff;
	margin: 0;
	width: 190px; 
}

#product #tabs {
	margin: 20px 0 20px 0;
	clear: both;
}

#product #tabs ul.tabs {
	border-bottom: 5px solid #7b7366;
}

#product #tabs .tabs li {
	list-style: none;
	display: inline;
}

#product #tabs .tabs a {
	padding: 10px;
	display: inline-block;
	background: #cdcdcd;
	text-decoration: none;
}

#product #tabs .tabs a.active {
	background: #7b7366;
	color: #fff;
}

#product #tabs #description, 
#product #tabs #productlist,
#product #tabs #reviews,
#product #tabs #files {
	border: 0px solid #cdcdcd;
	border-top: 0 none;
	padding: 10px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#product #description li {
	margin: 0 0 0 15px;
}

#product #tabs #productlist .price {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 0;

}

#product #tabs #productlist .price-new {
	font-size: 14px;
	display: block;
	font-weight: bold;

}

#product #tabs #productlist .price-old {
	font-size: 12px;
	font-weight: normal;
	display: block;
	text-decoration: line-through;
	color: #f25d44;
}

#product #tabs #productlist .price-discount {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #8dba2a;
}

#product #reviews .reviews_rating_light .reviews_rating_dark {
	background:transparent url(../img/review_star.png) repeat-x scroll 0%;
	height:15px;
	position:relative;
	width:80px;
}

#product #reviews .reviews_rating_light {
	background:transparent url(../img/review_star_light.png) repeat-x scroll 0%;
	height:15px;
	margin: 20px 5px 0 0;
	position:relative;
	width:80px;
	float: left;	
}

/* xt_review */
#product #reviews .review-title {
	font-weight: bold;
	padding: 20px 0 0 0;
	
}

#product #reviews .review-text {
	padding: 5px 0 5px 0;
}

#product #reviews .review-editor {
	font-size: 10px;
}

#product #review label {
	width: 210px;
	padding: 0 10px 0 0;
	line-height: 30px;
	display: block;
	text-align: right;
	clear: both;
	float: left;
}

#product #review select {
	margin: 5px 0 10px 0;
	padding: 5px 0 5px 0;
}

#product #review input[type="text"] {
	width: 505px;
}

#product #review textarea {
	width: 505px;
}
/* contact */
#contact .box {
	width: 440px;
	margin: 10px 0 0 0;
}

#contact form {
	margin: 10px 0 0 0;
}

#contact label {
	width: 200px;
	line-height: 33px;
	display: block;
	text-align: right;
	float: left;
}

#contact input[type="text"],
#contact textarea,
#contact img {
	float: right;
}

#contact input[type="text"]{
	width: 210px;
}

#contact textarea {
	width: 210px;
}

#contact #captcha-img {
	height: 80px;
	padding: 10px 0 0 0;
}

#contact p{
	clear: both;
}

#contact input[type="submit"],
#contact .button {
	clear: both;
}

/* shipping */
#shipping .box {
	margin: 10px 0 20px 0;
}

#shipping form {
}

#shipping label {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

#shipping select {
	margin: 10px 0 0 0;
}

#shipping table {
	margin: 10px 0 20px 0;
}

/* sitemap */
#sitemap .sitemap-row {
	border-bottom: 1px solid #cdcdcd;
	overflow: auto;
	padding: 20px 0 20px 0;
}

#sitemap .sitemap-row:last-child {
	border: 0 none;
}

#sitemap ul {
	width: 33%;
	float: left;
}

#sitemap li.sitemap-headline {
	padding: 6px 0 6px 12px; 
	background: url(../img/arrow_sitemap.png) no-repeat 0 10px; 
}

#sitemap li {
	padding: 0 0 0 12px; 
}

/* login */
#loginbox {
	margin: 10px 0 0 0;
	border: 1px solid #cdcdcd; 
	padding: 10px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#registerbox {
	margin: 10px 0 0 0;
	border: 1px solid #cdcdcd;
	padding: 10px; 
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#loginbox .info-text, 
#registerbox .info-text {
	margin: 0 0 20px 0;
}

#loginbox label, 
#registerbox label {
	width: 210px;
	padding: 0 10px 0 0;
	line-height: 25px;
	display: block;
	text-align: right;
	float: left;
}

#loginbox input[type="text"],
#loginbox input[type="password"] {
	width: 200px;
}

#registerbox input[type="text"], 
#registerbox input[type="password"] {
	width: 200px;
}

#registerbox select {
	width: 213px;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
}

/* adress book */
#adress-book .box {
	width: 440px;
}

/* edit address */
#edit-adress .box {
	width: 440px;
	margin: 20px 0 0 0;
}

#edit-adress label {
	width: 210px;
	padding: 0 10px 0 0;
	line-height: 25px;
	display: block;
	text-align: right;
	float: left;
}

#edit-adress input[type="text"]{
	width: 200px;
}

#edit-adress select {
	width: 213px;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
}

/* edit account */
#edit-account .box {
	width: 440px;
}

#edit-account .info-text {
	margin: 0 0 20px 0;
}

#edit-account label {
	width: 210px;
	padding: 0 10px 0 0;
	line-height: 25px;
	display: block;
	text-align: right;
	float: left;
}

#edit-account input[type="text"],
#edit-account input[type="password"] {
	width: 200px;
}


#edit-account select {
	width: 213px;
	margin: 0 0 10px 0;
	padding: 5px 0 5px 0;
}

/* account history info */

#account-history-info .product-name {
	font-weight: bold;
	padding: 0 0 10px 0;
}

#account-history-info .product-description {
	padding: 10px 0 0 0;
}

#account-history-info .sub-total {
	line-height: 50px; font-weight: bold;
}

#account-history-info .total {
	font-weight: bold; 
	line-height: 40px;
	font-size: 16px;
}

#account-history-info thead th {
	min-width: 100px;
}

#account-history-info tbody tr:last-child td {
	padding-bottom: 25px;
}


#account-history-info tfoot tr td:nth-child(2) {
	border-top: 1px solid #cdcdcd;
}

/* download history */
.media-description {
	padding: 5px 0 5px 0;
}

/* passwort reset */
#passwort-reset .box {
	width: 440px;
	margin: 20px 0 0 0;
}

#passwort-reset img {
	margin: 10px 20px 20px 0
}

#passwort-reset label {
	width: 210px;
	padding: 0 10px 0 0;
	line-height: 25px;
	display: block;
	text-align: right;
	float: left;
}

#passwort-reset input[type="text"]{
	width: 200px;
}

/*error, warning, success and info*/
.error,
.warning,
.success,
.info {
	border: 0 none;
	margin: 0 0 20px;
	padding: 10px;
}

.error {
	background: #f25d44;
}

.warning, .info {
	background: #fecf43;
}

.success {
	background: #bbd680;
}

/* cart */
#cart table {
	width: 100%;
}

#cart thead th{
	font-weight: bold;
	border-bottom: 1px solid #cdcdcd;
}

#cart tbody td {
	vertical-align: top;
}

#cart tbody .product-name {
	padding: 0 0 5px 0;
	font-weight: bold;
}

#cart tbody .del-product {
	color: #ff7b00;
}

#cart tbody .del-product:hover {
	text-decoration: underline;
	cursor: pointer;
}

#cart tbody .final-price {
	text-align: right;
	font-weight: bold;
	line-height: 30px;
}

#cart tbody .product-price {
	text-align: right;
	line-height: 30px;
}

#cart #total {
	border-top: 1px solid #cdcdcd;
}

#cart #total .sub-total {
	font-weight: bold;
	line-height: 50px;
	font-size: 16px;
}

#cart #total .shipping-link {
	text-align: right; 
	padding: 10px 0 0 0;
}

/* checkout */
#checkout .box {
	height: 80px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.15);
	box-shadow: inset 0 0 10px rgba(0,0,0,0.15);
}

#checkout .active {
	height: 82px;
	background: #fecf43;
	border: 0 none;
	background: -moz-linear-gradient(#ffe086, #fecf43);
	background: -o-linear-gradient(#ffe086, #fecf43);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffe086), to(#fecf43));
	background: -webkit-linear-gradient(#ffe086, #fecf43);
}

#checkout .done {
	height: 82px;
	background: #bbd680;
	border: 0 none;
	background: -moz-linear-gradient(#d9efa7, #bbd680);
	background: -o-linear-gradient(#d9efa7, #bbd680);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d9efa7), to(#bbd680));
	background: -webkit-linear-gradient(#d9efa7, #bbd680);
}

#checkout-shipping .box select, 
#checkout-payment .box select,
#checkout-confirmation .box select {
	width: 200px;
	margin: 5px 0 5px 0;
}

#checkout-shipping .box-grey, 
#checkout-payment .box-grey,
#checkout-confirmation .box-grey {
	background: #f6f6f6;
}

#checkout-confirmation .box-blue {
	background-color: #88b1ef;
}

#checkout-confirmation thead {
	border-bottom: 1px solid #000;
}

#checkout-payment .box textarea {
	width: 665px;
	margin: 10px 0 0 0;
}

#checkout-confirmation .product-name {
	font-weight: bold;
	padding: 0 0 10px 0;
}

#checkout-confirmation .price-old {
	display: block;
	text-decoration: line-through;
	color: #f25d44;
	font-weight: normal;
	font-size: 12px;
}

#checkout-confirmation .product-description {
	padding: 10px 0 0 0;
}

#checkout-confirmation .sub-total {
	line-height: 50px; font-weight: bold;
}

#checkout-confirmation .total {
	font-weight: bold; 
	line-height: 40px;
	font-size: 16px;
}

#checkout-confirmation thead th {
	min-width: 80px;
}

#checkout-confirmation tbody tr:last-child td {
	padding-bottom: 25px;
	
}

#checkout-confirmation tfoot tr td:nth-child(2) {
	border-top: 1px solid #000;
}
/* -------------------------------------------------------------------------------------- */


/* Footer --------------------------------------------------------------------------------*/
#footer {
	min-height: 140px; 
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 20px 0 20px 0;
	
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	/*
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.15), inset 0 0 25px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.15), inset 0 0 25px rgba(0,0,0,0.15);
	box-shadow: 0 0 15px rgba(0,0,0,0.15), inset 0 0 25px rgba(0,0,0,0.15);
	*/
}

#footer a {
	color: #fff;
}

#footer .column {
	min-height: 140px;
}

#mjsa {
	position: absolute;
}

#mjsa img {
	height: 100px;
	margin: 0 0 0 140px;
}

#footer #it-recht {
	float: left;
}

#footer #it-recht img {
	height: 60px;
	width: 60px;
	margin: 100px 10px 0 35px;
}

#footer #payments {
	clear: right;
	margin: 110px 0 0 0;
}

#footer #payments img {
	width: 55px;
}

/* languages */
#languages {
	position: absolute;
	margin: -25px 0 0  905px;
	border: 0 none;
}

#languages li{
	display: inline;
}

/* currencies */

#box-currency {
	position: absolute;
	margin: -30px 0 0  870px;
}

/* manufacturers */
#manufacturers {
	width: 160px;
}

#copyright {
	text-align: center;
	padding: 0 0 10px 0;
}
/* -------------------------------------------------------------------------------------- */


/* extensions ----------------------------------------------------------------------------*/

/* cloud zoom */

/* this is the moving lens square underneath the mouse pointer. */

.cloud-zoom-lens {
	width: 100px;
	height: 100px;
	background: #4787e9;	
	cursor: move;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

/* this is for the title text. */
.cloud-zoom-title {
	position: absolute !important;
	background-color: #000;
	color: #fff;
	padding: 3px;
	width: 100%;
	text-align: center;	
	font-weight: bold;
	font-size: 10px;
	top: 0px;
}

/* this is the zoom window. */
.cloud-zoom-big {
	border: 10px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	z-index: 99999;
}

/* this is the loading message. */
.cloud-zoom-loading {
	color: white;	
	background: #222;
	padding: 3px;
	border: 1px solid #000;
}

/* call back */

#callback .box {
	width: 440px;
	margin: 10px 0 0 0;
}

#callback form {
	margin: 10px 0 0 0;
}

#callback label {
	width: 200px;
	line-height: 33px;
	display: block;
	text-align: right;
	float: left;
	clear: left;
}

#callback select {
	width: 222px;
	float: right;
}

#callback input[type="text"],
#callback textarea,
#callback img {
	float: right;
}

#callback input[type="text"],
#callback textarea {
	width: 210px;
}

#callback #captcha-img {
	height: 80px;
	padding: 10px 0 0 0;
}

#callback p{
	clear: both;
}

#callback input[type="submit"],
#callback .button {
	clear: both;
}

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin: 0;
		padding: 0;
		list-style: none;
		}
	#slider2{margin-top: 1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width: 760px;
		height: 250px;
		overflow: hidden; 
		}	
		
	/* numeric controls */	
	ol#controls{
		margin: 5px 0 0 0;
		padding :0;
		height: 19px;
		float:right;
		}
	ol#controls li{
		margin: 0 5px 0 0; 
		padding: 0;
		float: left;
		list-style: none;
		}
	ol#controls li a{
		float: left;
		background: #f5f5f5;
		padding: 4px 8px;
		text-decoration: none;
		}
	ol#controls li a:hover,
	ol#controls li.current a{
		background: #5e5e5e;
		color: #fff;
		}
	ol#controls li a:focus{outline: none;}
	
	ol#controls:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
	
/* // Easy Slider */

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

#addbillingadress {
	color: red;
}

/* 2015  ---------------------------------------------------------------------------  2015 */
#header-bg 
{
	position:relative; 
	top:0px; 
	left:0px; 
	height:265px; 
	overflow:hidden; 
	background: url('../img/header_background.png') repeat-x scroll 0 0 transparent;
}
#header-bg-top 
{ 
	height:30px; 
	background: #fff;
}
#header-bg-middle
{
	height:185px; 
	background: transparent;
}
#header-bg-bottom
{
	height:50px; 
	background: #7b7366;
}
#topmenu a.button {
	font-size: 12px;
}

#topmenu a {
	font-size: 11px;
}


#footer-bg 
{
	background: none repeat scroll 0 0 #2f3031;
    height: 270px;
    left: 0;
    margin: -310px 0 0;
    overflow: hidden;
    position: relative;
    z-index: -1;
}

#footer li {
	 border-bottom: 1px solid #555;
	 padding-bottom: 10px;
	 padding-top: 10px;
	 }
#footer li:last-child {
	 border-bottom: 0 none;
	 }
select {
	border: 1px solid #cdcdcd;
    border-radius: 0;
    -webkit-border-radius: 0px;
    height: 20px;
    box-sizing: content-box;
}

.tbl-product-listing { width: 760px }

.listing-th-img { width:100px; }
.listing-th-name { width:220px; }
.listing-th-price { width:90px; }
.listing-th-graduated { width:130px; }
.listing-th-cart { width:100px; }


td p.product-name, td p.product-name, td p.product-name {width:200px;}
td p.product-price, td p.product-base-price, td p.product-tax-shipping {width:85px;}

.even { background: #efefef; }
.odd { background: #fff;}
.even2 { background: #e0e0e0; }
.odd2 { background: #fff;}

.product-listing  .tbl-product-listing .product-image { vertical-align: top; }

#header .column-full { overflow: visible; }

#topmenu > ul > li {

display: inline;
}

#topmenu #box-loginbox, #topmenu #box-cart
{
display: none;
}
#topmenu li.loginboxlink:hover  #box-loginbox, #topmenu li.cartlink:hover  #box-cart
{
display: block;
}

.loginboxlink, .cartlink, .shopswitchlink, .currencyswitchlink { padding-bottom: 10px; float: right; font-size: 12px;}
#topmenu .loginboxlink > a, #topmenu .cartlink > a, #topmenu .shopswitchlink > a, #topmenu .currencyswitchlink > a { font-size: 13px; text-transform: uppercase;}
.loginboxlink, .cartlink { font-weight: bold}

#box-loginbox , #box-cart
{	
	background: #fff;
	border: 1px solid #cdcdcd;
}

/*
#box-loginbox:after, .arrow_box:before, #box-cart:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

#box-loginbox:after, #box-cart:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -60px;
}
#box-loginbox:before, #box-cart:before {
	border-color: rgba(239, 239, 239, 0);
	border-bottom-color: #cdcdcd;
	border-width: 11px;
	margin-left: -11px;
}
*/

.arrow_box {
	position: relative;
	background: #fff;
	border: 1px solid #C5C7C6;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 30%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 255, 0);
	border-bottom-color: #C5C7C6;
	border-width: 16px;
	margin-left: -16px;
}

a.add_to_watchlist .button { padding: 7px 20px; margin: 0px !important; width: 120px; background: none repeat scroll 0 0 #e0e0e0; color: #555}
a.add_to_watchlist { margin-top: 10px; text-align: center; }

.box-img { padding: 0; border: solid 1px #efefef; }

#breadcrumb a { color: #000; }

.loginboxlink a:hover, .cartlink a:hover {text-decoration: none; } 
.cartlink, .shopswitchlink {margin-left: 15px; }

#product-graduated-price-table th { font-size: 14px; }
.tbl-product-listing #product-graduated-price-table th { font-size: 12px; }


content-ul {
    display: table;
}
.column.two.content-ul li::before {
    content: "\00bb";
    display: table-cell;
    padding: 0 5px 0 0;
}
.column.two.content-ul li::after {
    content: "";
    display: table;
    margin-bottom: 5px;
}
.column.two.content-ul > li {
    display: table-row;
}

.product-listing .tbl-product-listing .product-name {
  font-size: 14px;
}