@charset "utf-8";
/* CSS Document */

body {
	font-family:  Tahoma, Verdana, Arial, sans-serif;
	font-size: 16pt;
	font-size: 0.8em;
	line-height: 1.5em;
	background: #dadada url(images/bodybg.png) repeat-x;
    margin:0;
    padding:0;
    border:0;			/* This removes the border around the viewport in old versions of IE */
    width:100%;
    min-width:800px;    /* Minimum width of layout - remove line if not required */
		 				/* The min-width property does not work in old versions of Internet Explorer */
}

h1, h2, h3, h4, h5 {
	text-align: left;
}
h2 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.4em;
}
h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.1em;
}
a, a:link, a:visited {
	color: #000;
	text-decoration:none;
}
a:active, a:hover {
	color: #C4003E;
}


.productinfo table {
	border-top: 1px solid #C4003E;
	border-left: 1px solid #C4003E;
}
.productinfo table td{
	border-bottom: 1px solid #C4003E;
	border-right: 1px solid #C4003E;
	padding: 3px;
}
.productinfo table td table{
	border: none;
}

#page {
	margin-left: 3%;
	background-color: #fff;
	width: 1200px;
}
#header {
	clear:both;
	float:left;
	width:100%;
}

.head {
	margin-top: 40px;
	height: 160px;
	width: 100%;
	background: #dadada url(images/headbg.png) repeat-x;
	border-bottom: 1px solid #C4003E;
}
.headlogo {
	float: left;
	margin-left: 20px;
	width: 360px;
	height: 160px;
	background: url(images/headlogo.png) no-repeat left;
}
.headimage {
	width: 684px;
	height: 160px;
	float: right;
	background: url(images/headimage.png) no-repeat right;
}
.head .support {
	padding-right: 20px;
	padding-top: 15px;
	font-size: 1.6em;
	line-height: 1em;
	text-transform:uppercase;
}
.head .support strong {
	color: #C4003E;
	text-align: right;
	font-weight: bold;
	font-size: 0.6em;
}
.head .support span {
	font-size: 0.6em;
}
.topmenu {
	padding-top: 15px;
	text-align: right;
	width: 100%;
	color: #C4003E;
	height: 19px;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	background: #fff;
}
.topmenu a, .topmenu a:link, .topmenu a:visited {
	color: #6A6A69;
}
.topmenu a:active, .topmenu a:hover {
	color: #C4003E;
}


/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* holy grail 3 column settings */
.holygrail {
	background:#fff;    	/* Right column background colour */
}
.holygrail .colmid {
	float:left;
	width:200%;
	margin-left:-230px; 	/* Width of right column */
	position:relative;
	right:100%;
	background:#fff;    	/* Centre column background colour */
}
.holygrail .colleft {
	float:left;
	width:100%;
	margin-left:-50%;
	position:relative;
	left:460px;         	/* Left column width + right column width */
	background:#fff;    	/* Left column background colour */
}
.holygrail .col1wrap {
	float:left;
	width:50%;
	position:relative;
	right:230px;        	/* Width of left column */
	padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
}
.holygrail .col1 {
	margin:0 240px;     	/* Centre column side padding:
							Left padding = left column width + centre column left padding width
							Right padding = right column width + centre column right padding width */
	position:relative;
	left:200%;
	overflow:hidden;
}
.holygrail .col2 {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	float:right;			/* This overrides the float:left above */
	width:210px;        	/* Width of left column content (left column width minus left and right padding) */
	position:relative;
	right:0px;         	/* Width of the left-hand side padding on the left column */
}
.holygrail .col3 {
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
	float:right;			/* This overrides the float:left above */
	width:210px;        	/* Width of right column content (right column width minus left and right padding) */
	margin-right:0px;  	/* Width of right column right-hand padding + left column left and right padding */
	position:relative;
	left:50%;
}
/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform:uppercase;
	color: #C4003E;
	background-color:#fff;
	
}
#footer {
	color: #000;
	text-align:center;
}
#footer .links {
	margin: 10px;
	padding-top: 10px;
	border-top: 1px solid #C4003E;
}
#footer .copyright {
	text-transform:none;
}
#footer a, #footer a:link, #footer a:visited {
	color: #6A6A69;
}
#footer a:active, #footer a:hover {
	color: #C4003E;
}
.col1 .categoryBox,
.col1 .manufacturerBox,
.col1 .partnerBox,
.col2 .infoBox, .col3 .infoBox{
	width: 210px;
	margin-top: 0px;
	margin-bottom: 20px;
	background: url(images/boxheadbg.png) no-repeat #B6B6B6;
}
.col1 .categoryBox div,
.col1 .partnerBox div,
.col1 .manufacturerBox div,
.col2 .infoBox div,
.col3 .infoBox div,
.col3 .infoBoxShoppingCart .infoBoxHeader,
.col3 .infoBoxShoppingCart .infoBoxContent,
.col3 .infoBoxShoppingCart .infoBoxFooter {
	padding-left: 10px;
	padding-right: 10px;
}
.col1 .partnerImage {
	height: 137px;
	text-align: center;
}
.col3 .infoBoxShoppingCart div {
	padding: 0px;
}
.col1 .categoryBox .infoBoxHeader, 
.col1 .partnerBox .infoBoxHeader, 
.col1 .manufacturerBox, .infoBoxHeader,
.col2 .infoBoxHeader, .col3 .infoBoxHeader {
	font-size: 1.2em;
	padding-top: 5px;
	text-transform: uppercase;
	color: #C4003E;
}
.col1 .categoryBox .infoBoxContent,
.col1 .partnerBox, .infoBoxContent,
.col1 .manufacturerBox, .infoBoxContent {
	/*height: 140px;*/
} 
.col1 .manufacturerBox a,
.col1 .partnerBox a,
.col1 .categoryBox a {
	color: #C4003E;
}
.col1 .manufacturerBox a:hover,
.col1 .manufacturerBox a:active,
.col1 .partnerBox a:hover,
.col1 .partnerBox a:active,
.col1 .categoryBox a:hover,
.col1 .categoryBox a:active {
	color: black;
}
.col1 .manufacturerBox  .infoBoxFooter,
.col1 .categoryBox .infoBoxFooter,
.col1 .partnerBox .infoBoxFooter,
.col2 .infoBoxFooter, .col3 .infoBoxFooter {
	width: 210px;
	height: 5px;
	background: url(images/boxfootbg.png) no-repeat;
}
.col1 .pageHeading{
	font-size: 1.2em;
	text-transform:uppercase;
	line-height: 1.2em;
	border-bottom: 1px solid #C3013E;
	height: 22px;
	color: #fff;
	margin-bottom: 15px;
	vertical-align: bottom;
}
.col1 .pageHeadingFilter{
	font-size: 1.2em;
	text-transform:uppercase;
	line-height: 1.2em;
	border-bottom: 1px solid #C3013E;
	height: 22px;
	color: #C3013E;
	margin-bottom: 15px;
	vertical-align: bottom;
	text-align: right;
	padding-bottom: 2px;
} 

.col1 .infoBoxHeader{
	font-size: 1.2em;
	text-transform:uppercase;
	line-height: 1.2em;
	border-bottom: 1px solid #C3013E;
	height: 22px;
	color: #fff;
	margin-bottom: 5px;
}

.col1 a, .col1 a:link, .col1 a:visited,
.col3 a, .col3 a:link, .col3 a:visited {
	color: #C4003E;;
	text-decoration:none;
}
.col1 a:active, .col1 a:hover {
	color: #000;
}

.col1 a.breadcrumb {
	color: #ffffff;
}

.col1 .categoryImage img {
	border: 1px solid black;
	vertical-align: middle;
	text-align: center;
}

.col1 .pageHeading span, 
.col1 .infoBoxHeader span {
	height: 22px;
	padding-top: 4px;
	padding-bottom: 0px;
	background-color: #C3013E;
	vertical-align: bottom;
}

.col1 .pageHeading span:before, 
.col1 .infoBoxHeader span:before {
	content:url(images/tableft.png);
}

.col1 .pageHeading span:after, 
.col1 .infoBoxHeader span:after {
	content:url(images/tabright.png);
}
.col1 .pageHeading .products_name {
	padding-top: 4px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #ffffff;
}

.col1 .pageHeading .products_price {
	padding-top: 4px;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #C3013E;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
.col1 .manufacturerBox  .infoBoxHeader,
.col1 .partnerBox  .infoBoxHeader,
.col1 .categoryBox .infoBoxHeader {
	border: none;
	color: #C3013E;
}

.col1 .manufacturerBox .categoryImage img {
	border: 1px solid black;
	vertical-align: middle;
	text-align: center;
}

.col1 .manufacturerBox .categoryImage {
	vertical-align: middle;
	text-align: center;
	height: 100px;
	padding-bottom: 10px;
	padding-top: 10px;
}

.col1 .categoryBox .infoBoxContent {
	margin-bottom: 10px;
	text-align: center;
}

.col1 .infoBoxPrice {
	padding-top: 4px;
	color: #C3013E;
	margin-bottom: 0px;
	white-space:nowrap;
}
.col1 .pageHeading .infoBoxPriceFrom {
	display: inline;
	text-transform: lowercase;
}
.col1 .infoBoxContent {
	padding-top: 10px;
}
.infoBoxContentCategories a {
	margin: 0px;
	padding: 0px;
	padding-left: 1px;
	padding-top: 3px;
	padding-bottom:3px;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #6a6a69;
	line-height: 1.2em;
	white-space:nowrap;
}
.infoBoxContentCategories a.activeCategory{
	font-weight: bold;
}
.infoBoxContentCategories a.activeCategoryCurrent{
	background: #C3013E;
	color: #fff;
}
.infoBoxContentCategories br {
	display: none;
}
.infoBoxContent input{
	padding: 0px;
	margin: 0px;
	width: 188px;
	height: 18px;
	border: 1px solid black;
	background: #fff;
	color: #666666;
}
.infoBoxTrustedEshop input {
	padding:inherit;
	margin:inherit;
	width:auto;
	height:auto;
}
.infoBoxContents input.cssbutton,
.infoBoxContent input.cssbutton {
    margin: 0px;
    padding: 0px;
	padding-left: 2px;
	padding-top: 2px;
}
div .cssbutton,
.infoBoxContents .cssbutton,
.infoBoxContent .cssbutton {
    display: inline;
	border: none;
    background: transparent url(images/boxbuttonbg.png) bottom no-repeat;
    height: 25px;
	width: 190px;
    font-size: 1em;
	text-align: left;
    color: #fff;
    font-weight: normal;
    line-height: 0.8em;
}
div span.cssbutton,
.infoBoxContents span.cssbutton,
.infoBoxContent span.cssbutton {
	display: block;
	height: 20px;
	width: 190px;
	margin-top: 2px;
	line-height: 20px;
}
div span.cssbutton:before,
.infoBoxContents span.cssbutton:before,
.infoBoxContent span.cssbutton:before {
	content: "\ ";
	padding-left: 2px;
	margin-right: 2px;
	
}
strong {
	font-weight: bold;
}

.specialsBigBox {
	height: 100%;
}

.infoBoxSpecialsBigbox .infoBoxHead a {
	display: block;
	text-decoration:none;
	font-weight: bold;
}
.infoBoxSpecialsBigbox .infoBoxHead {
	height: 50px;
	text-align: center;
	vertical-align:middle;
}
.infoBoxSpecialsBigbox .infoBoxImage{
	height: 120px;
	text-align: center;
	vertical-align:middle;
}

.infoBoxSpecialsBigbox .infoBoxManufacturer{
	height: 70px;
	text-align: center;
	vertical-align:middle;
}

.infoBoxSpecialsBigbox .infoBoxPrice{
	height: 25px;
	font-size: 1.4em;
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 7px;
	color: #C4003E;
}
.sizeTable .tax_info,
div.tax_info{
	font-size: 0.8em;
	white-space:nowrap;
}
.infoBoxShoppingCart div.tax_info {
	text-align: center;
}
.infoBoxPrice {
	font-size: 1.5em;
	font-weight: normal;
	white-space: nowrap;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 7px;
	color: #C4003E;
	
}
.infoBoxDescription {
	vertical-align:bottom;
	text-align: center;
}
.infoBoxPriceFrom {
	font-size: 0.5em;
}
.infoBoxSpecialsBigbox .tax_info {
	text-align: right;
}
.topangebot {
	vertical-align: bottom;
}
ul {
	margin: 0px;
	padding:0px;
	list-style-type:disc;
	margin-left: 10px;
	padding-left: 10px;
}
.cartPrice {
	text-align:right;
	color: #C4003E;
}
.cartTotal {
	font-weight: bold;
	text-align: right;
	border-top: 1px solid #C4003E;
	padding:0px;
	margin: 0px;
}
.cartTotalLeft {
	text-align: left;
	padding:0px;
	margin: 0px;
	float: left;
}
.cartTotalRight {
	text-align: right;
	padding:0px;
	margin: 0px;
	float: right;
}
.progressbar {
	margin-top: 20px;
    font-size: 1em;
    position: relative;
    width: 100%;
}
.progressbar .bar {
    height: 6px;
    border: 1px solid silver;
    border-top: none;
    margin-bottom: 2px;
}
.progressbar .padding {
}
.checkoutShipping .padding {
    margin-left: 12.5%;
}
.checkoutPayment .padding {
    margin-left: 37.5%;
}
.checkoutConfirmation .padding {
    margin-left: 62.5%;
}
.checkoutSuccess .padding {
    margin-left: 87.5%;
}
.progressbar .bullet{
    width: 12px;
    height: 12px;
    /* nach links um with/2 verschieben */
    margin-left: -6px;
    background-color: #C4003E;
    border: 1px solid silver;
}
.progressbar .links div {
	margin-top: 3px;
    float: left;
    width: 25%;
    text-align: center;
}

.smalltext {
	font-size: 0.9em;
}

/* redefine defaults */
p {
	margin-bottom: 5px;
}
em{
	font-style:italic;
}
sup, sub{
	line-height: 0px;
	font-size: 0.8em;
	vertical-align:super;
}
.productListing-data {
	border-bottom: 1px #CCC solid;
	padding-top: 10px;
}

td.productListing-heading {
	font-weight: bold;
	border-bottom: 1px solid #CCC;
}

input.ts_siegel {
	background-color: transparent;
	float: right;
	border: 0px;
}
#gallery {
    background-color: #fff;
    width: 729px;
}
#gallery ul { list-style: none; margin: 0px; padding: 0px;}
#gallery ul li { display: inline; margin: 0px; padding: 0px;}
#gallery ul img {
    border: 1px solid #efefef;
}
#gallery ul a:hover img {
    border: 1px solid #C4003E;
    color: #fff;
}
#gallery ul a:hover { color: #fff; }


.product_options {
	height: 22px;
	padding-top: 4px;
	padding-bottom: 0px;
	background-color: #C3013E;
	vertical-align: bottom;
	color: #FFFFFF;
}
.option_head {
	float: left;
	padding-right: 20px;
	margin-right: 20px;
	margin-left: 5px;
	text-transform: uppercase;
	font-weight:bold;	
}
.option {
	padding-left: 20px;
	margin-left: 20px;
	text-transform: uppercase;
}

.htc_cat {
	font-size: 1em;
}
