@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, h4, h5 {
	text-align: left;
	padding: 0px;
	margin: 0px;
}

h3 {
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}

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 {
	background-color: #fff;
	width: 1200px;
}
#header {
	clear:both;
	float:left;
	width:100%;
}

.head {
	margin-top: 10px;
	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;
}

#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 */
	background:#fff;		/* Left column background colour */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:210px;
	background:#fff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-435px;
	background:#fff;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 5px 0 455px;
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:210px;
	position:relative;
	margin-left:-50%;
	left:235px;
	overflow:hidden;
}
#col3 {
	float:left;
	width:220px;
	position:relative;
	left:5px;
	overflow:hidden;
}



/* 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 .konfBox {
	width: 300px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: -webkit-gradient(
    	linear,
    	left bottom,
    	left top,
	    color-stop(0.3, #B6B6B6),
	    color-stop(0.65, #C2C0C2),
    	color-stop(0.83, #D6D2D6)

	);
	background-image: -moz-linear-gradient(
		center bottom,
		#B6B6B6 30%,
	    #C2C0C2 65%,
    	#D6D2D6 83%
	);
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#col1 .konfText {
	margin-left: 10px;
}
#col1 .categoryBox div,
#col1 .partnerBox div,
#col1 .konfBox 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 .konfBox  .konfImage div{
	padding: 0px;
}
#col1 .partnerImage {
	height: 137px;
	text-align: center;
}
#col1 .konfImage {
	padding-left: 20px;
	height: 300px;
	text-align: center;
}
#col3 .infoBoxShoppingCart div {
	padding: 0px;
}
#col1 .categoryBox .infoBoxHeader, 
#col1 .partnerBox .infoBoxHeader,
#col1 .konfBox .infoBoxHeader,  
#col1 .manufacturerBox, .infoBoxHeader {
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #C4003E;
}
#col2 .infoBoxHeader, #col3 div.infoBoxHeader {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #C4003E;
	padding-top: 4px;
}
#col1 .categoryBox .infoBoxContent,
#col1 .partnerBox, .infoBoxContent,
#col1 .konfBox, .infoBoxContent,
#col1 .manufacturerBox, .infoBoxContent {
	/*height: 140px;*/
} 
#col1 .manufacturerBox a,
#col1 .partnerBox a,
#col1 .konfBox a,
#col1 .categoryBox a {
	color: #C4003E;
}
#col1 .manufacturerBox a:hover,
#col1 .manufacturerBox a:active,
#col1 .partnerBox a:hover,
#col1 .partnerBox a:active,
#col1 .konfBox a:hover,
#col1 .konfBox 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;
	line-height: 5px;
	background: url(images/boxfootbg.png) no-repeat;
	overflow: hidden;
}
#col1 .konfBox .infoBoxFooter {
	width: 350px;
	height: 5px;
	line-height: 5px;
	overflow: hidden;
}
#col1 .pageHeading{
	font-size: 1.2em;
	text-transform:uppercase;
	font-weight: normal;
	line-height: 22px;
	border-bottom: 1px solid #C3013E;
	height: 22px;
	color: #fff;
	vertical-align: bottom;
	margin-bottom: 10px;
}
#col1 .pageHeadingFilter{
	font-size: 1.2em;
	text-transform:uppercase;
	line-height: 20px;
	border-bottom: 1px solid #C3013E;
	height: 22px;
	color: #C3013E;
	vertical-align: bottom;
	text-align: right;
}
#col1 .infoBoxHeading {
	font-size: 1.2em;
	line-height: 22px;
	height: 22px;
	font-weight: normal;
} 
.sizeTable .infoBoxHeading div {
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
} 
.pageHeading a,.pageHeading a:link, .pageHeading a:visited,.pageHeading a:hover, .pageHeading a:active  {
	color: #C3013E;
	font-weight: normal;
}
.pageHeading h2 {
	font-weight: normal;
}

#col1 .infoBoxHeader{
	font-size: 1.0em;
	text-transform:uppercase;
	line-height: 22px;
	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;
	line-height: 22px
	margin-top: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
	padding-right: 4px;
	background-color: #C3013E;
	vertical-align: bottom;
	border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
}

#col1 .pageHeading .products_name {
	margin-bottom: 0px;
	color: #ffffff;
}

#col1 .pageHeading .products_price {
	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;
}
input[type="text"], textarea{
	border: 1px solid #C4003E;
	border-radius: 4px;
	
}
.infoBoxTrustedEshop input {
	padding:inherit;
	margin:inherit;
	width:auto;
	height:auto;
}
.infoBoxContents input.cssbutton,
.infoBoxContent input.cssbutton {
	height: 25px;
	width: 190px;
	line-height: 25px;
    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: 25px;
    margin: 0px;
    padding: 0px;
	padding-left: 2px;
	padding-top: 2px;
}
div span.cssbutton,
.infoBoxContents span.cssbutton,
.infoBoxContent span.cssbutton {
	display: block;
	height: 25px;
	width: 190px;
	line-height: 29px;
    margin: 0px;
    padding: 0px;
	padding-left: 2px;
	padding-top: 2px;
	text-indent: 2px;
}
div p span.cssbutton {
	line-height: 16px
}
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;
}
.infoBoxSetsBigbox table table table {
	padding: 10px;
}
.infoBoxSetsBigbox table table table td {
	border: 1px solid #C4003E;
	padding: 5px;
	
}

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

.infoBoxSetsBigbox td.infoBoxImage{
	border-bottom: none;
	border-top: none;
}

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

.infoBoxSetsBigbox .infoBoxPrice{
	height: 25px;
	font-size: 1.4em;
	font-weight: normal;
	white-space: nowrap;
	text-align: right;
	padding-top: 8px;
	padding-bottom: 7px;
	color: #C4003E;
	padding-right: 15px;
}
.infoBoxSetsBigbox td.infoBoxPrice{
	border-top: none;
}

.infoBoxSetsBigbox .tax_info {
	padding-top: 10px;
	text-align: right;
}

.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: 14px;
    height: 14px;
    /* nach links um with/2 verschieben */
    margin-left: -7px;
    background-color: #C4003E;
	border-radius: 7px;
}
.progressbar .links div {
	margin-top: 2px;
    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 {
	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;
	padding-right: 50px;
	padding-bottom: 3px;
	margin-left: 200px;
}

.option_name {float: left; text-align: left;}

.htc_cat {
	font-size: 1em;
}
.checkout_overlay {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: absolute;
	top: 0;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
}
td.price .products_price {
	color: #C3013E;
	font-weight: bold;
	font-size: 1.8em;
	padding-bottom: 5px;
}
.searchresult {
	margin-top: 20px;
}
.ui-autocomplete { position: absolute; cursor: default; }	

* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
.ui-menu {
	list-style:none;
	padding: 2px;
	margin: 0;
	display:block;
	float: left;
	background-color: #ffffff;
	border: 1px solid #999999;
}
.ui-menu .ui-menu {
	margin-top: -3px;
}
.ui-menu .ui-menu-item {
	margin:0;
	padding: 0;
	zoom: 1;
	float: left;
	clear: left;
	width: 100%;
}
.ui-menu .ui-menu-item a {
	text-decoration:none;
	display:block;
	padding:.2em .4em;
	line-height:1.5;
	zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: bold;
	margin: -1px;
}
.searchresultlink {
	font-size: 1.3em;
}
.myProductHeading {
	font-size: 1.3em;
}

.products_price_ab {
	display: inline;
	background: transparent;
	color: #C3013E;
	text-transform: lowercase;
	font-size: 0.8em;
}

