* {
	margin: 0px;
	padding: 0px;
}	
	
body {	
    font: 69%/150% Helvetica, Arial, sans-serif;
background-color: #cfd1d2;
	
}

/* Firefox Hack */

body, x:-moz-any-link {
	font: 11px/140% Helvetica, Arial, sans-serif;
	background-color: #cfd1d2;
	margin-left:-1px;
	
}

br.break {	
    clear: both;	
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;   	
}
img{
	border:0;	
}

/* ------------------------------------------------------------------- */
/* Haupt Hintergrund Bühne */
/* ------------------------------------------------------------------- */
#MainBgBody {
	background-color: #cfd1d2;
	background-image: url(img/mainbody_bg.png);
	background-repeat: repeat-y;
	background-position: center;

}
#mainBgFooter{
	height: 110px;
	width: 100%;
	background-image: url(img/mainbodybottom_bg.png);
	background-repeat: no-repeat;
	background-position: top;
}

/* ------------------------------------------------------------------- */
/* Haupt Bühne */
/* ------------------------------------------------------------------- */
#mainCont{
	height: auto;
	width: 900px;
	margin-right: auto;
	margin-left: auto;	
	padding-left:0px;
}

/* ------------------------------------------------------------------- */
/* Kopf */
/* ------------------------------------------------------------------- */

#logoCont{
	height: 110px;
	width: 900px;
	background-image: url(../../images/cv_amex_card.gif);
}
#topNaviCont{
	background-color:#e6e7e8;
	height: auto;
	width: 900px;
}
#setNavi{
	padding-left:60px;
	float: left;
	border-right: solid 1px #FFF;
	
}
#setNavi a{
	font-size: 1.09em;
	color: #696759;
	padding-left:17px;
	padding-right:17px;
	padding-top:2px;
	padding-bottom: 2px;
	display: block;
	border-left: solid 1px #FFF;
	text-decoration: none;
	float: left;
}
#setNavi a:hover{
	font-size: 1.09em;
	color: #FFF;
	background-color:#333;
	padding-left:17px;
	padding-right:17px;
	padding-top:2px;
	padding-bottom: 2px;
	display: block;
	border-left: solid 1px #FFF;
	text-decoration: none;
	float: left;
}
#setSearch{
	float: left;
	padding-left: 20px;
	padding-top:2px;
	
}
#setSearch form{
	padding: 0;
	margin: 0;
}
#setSearch input.text{
	color: #696759;
	padding-left:5px;
	width: 105px;
	float: left;
	height: 15px;
	border: none 0px; #CCC;
}
/* ------------------------------------------------------------------- */
/* Warenkorb box */
/* ------------------------------------------------------------------- */
#mainCont .boxCart{
	position: absolute;
	background-color:#FFF;
	width:170px;
	min-height:100px;
	margin-top:45px;
	margin-left:720px;
	border: solid 1px #c8c7c7;
	background-image: url(img/boxkart_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 150px;
}

/* ------------------------------------------------------------------- */
/* Body */
/* ------------------------------------------------------------------- */
#bodyCont{
	width:900px;
	min-height:500px;
	margin-top:90px;
}
#bodyCont #navTrail{
	width:420px;
	color:#808184;
	margin-bottom:5px;
	padding-bottom: 0px;
}
#bodyCont #navTrail a{
	font-size:0.9em;
	color:#808184;
	text-decoration:none;
}
#bodyCont #navTrail a:hover{
	font-size:0.9em;
	color:#808184;
	text-decoration:underline;
}
#bodyCont #leftCont{
	width:200px;
	float: left;
	margin-right:50px;
}
#bodyCont #middleCont{
	width:420px;
	float: left;
}
#bodyCont #rightCont{
	width:180px;
	float: right;
}

/* ------------------------------------------------------------------- */
/* Footer */
/* ------------------------------------------------------------------- */

#footerCont{
	width:900px;
	height:110px;
	background-color:#9b1d1e;
	margin-right: auto;
	margin-left: auto;
}
#footText{
	font-size:0.85em;
	padding-top:25px;
	color:#FFF;
	text-align:center;
	width:900px;
	margin-right: auto;
	margin-left: auto;
}
.copyright{
	display:none;
}
#footText a{
	color:#FFF;
	text-decoration: none;
}
#footText a:hover{
	color:#FFF;
	text-decoration: underline;
}
.parseTime{
	display:none;
}
/* ------------------------------------------------------------------- */
/* Modules */
/* ------------------------------------------------------------------- */
#mainContent{
	width:420px;
	
	
}
#mainContent #mainText{
	background-color:#9b1d1e;
	width:420;
	padding:10px;
	color: #FFF;
	margin-top:10px;
}
#mainContent #mainModule{
	width:420px;
}
.modCont{
	width:400px;
	margin-top:10px;
	padding-bottom: 50px;
}
.modCont h2{
	font-size:1.25em;
	color:#666;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 10px;
}
.modCont a{
	font-size:1.0em;
	color:#666;
	text-decoration:none;
}
.modCont a:hover{
	font-size:1.0em;
	color:#666;
	text-decoration:underline;
}
.modStartHeader{
	width:420px;
	background-color: #e6e7e8;
	padding-top:5px;
}
.modStartHeader h1{
	font-size:1.45em;
	color:#6d6e70;
	margin-left:5px;
    margin-top:5px;	
	padding-bottom:5px;
}
.modHeader{
	width:420px;
	background-color: #9b1d1e;
	padding-top:2px;
}
.modHeader h1{
	font-size:1.45em;
	color:#FFF;
	margin-left:5px;
	margin-top:3px;
	padding-bottom:3px;
	line-height: 18px;
}
.modBody{
	width:420px;
	margin-top:30px;
	margin-bottom:30px;
}
.modBody label{
	width:150px;
	float:left;
}
.modBody input[type=text]{
	border: 1px solid #b7b9cb;
	margin-bottom:5px;
}
.modBody input[type=password]{
	border: 1px solid #b7b9cb;
	margin-bottom:5px;
}
.modBody input[type=radio]{
	margin-bottom:5px;
}
.modBody input[type=checkbox]{
	margin-bottom:5px;
}
.modBody select{
	margin-bottom:5px;
}
.modBody textarea{
    width:260px;
	height:180px;
	border: 1px solid #b7b9cb;
	margin-bottom:5px;
}
.modBody #comments{
    width:415px;
	height:100px;
}
.modBody ul,
.modBody ol{
    margin-left:25px;
}
.modBody select{
	width:150px;
	margin-bottom:5px;
}
.modBody .infoMsg{
	margin-bottom:5px;
	color: #C00;

	padding: 10px;
	
	
}
.modBody .infoBg{
	background-color: #C00;
	padding: 10px;
	filter:alpha(Opacity=50); /*modify to change the shade solidity/opacity, same as below*/
opacity:0.5; /*firefox 1.5 opacity*/
-moz-opacity:0.5; /*mozilla opacity*/
-khtml-opacity:0.5; /*opacity*/
z-index:10
	
}

.modProImg{
	width:160px;
	float:left;
}
.mainProImg{
	width:160px;
}
.moreProImg{
	width:75px;
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
.modProInfo{
	width:240px;
	float:right;
	color:#666;
}
.modProDesc{
	width:200;
	
}
.modDetail{
	width:200;
	margin-top:35px;
	
}
.addQty{
	width:60px;
	border: solid 1px #666;;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	
}
.modPrice{
	background-color:#CC0;
	margin-top:25px;
	
}
.modPrice .priceLeft{
	color:#A6A8AB;
	width:150px;
	float:left;
	font-size:0.9em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
}
.modPrice .priceLeft a{
	color:#A6A8AB;
	
}
.modPrice .priceLeft a:hover{
	color:#A6A8AB;
	text-decoration:none;
	
}

.modPrice .priceLeft span{
	font-size: 1.63em;
	color:#C00418;
	font-weight:bold;
	
}
.modPrice .priceRight{
	width:70px;
	float:right;
	
}
.newPoducts{
	width:110px;
	margin-right:45px;
	float: left;
	
}
.noMargin{
	width:110px;
	margin-right:0px;
	float: left;

}
.newPoducts a{
	color:#6d6e70;
	font-size:1.09em;
	text-decoration:none;
	
}
.newPoducts a:hover{
	color:#6d6e70;
	font-size:1.09em;
	text-decoration:underline;
	
}
.newPoducts span{
	color:#9b1d1e;
	font-size:1.09em;
	
}
.listProducts{
	width:420px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b6b7b8;
	padding-bottom:10px;
	margin-bottom:10px;
}
.listProdImg{
	width:130px;
	float:left;
	
}
.listProdText{
	padding-top:35px;
	width:290px;
	float:left;
}

.listProdText a{
	color: #6d6e70;
	font-size:1.09em;
	text-decoration:none;
	
}
.listProdText a:hover{
	color: #6d6e70;
	font-size:1.09em;
	text-decoration:underline;
	
}
.listProdText span{
	color:#9b1d1e;
	font-size:1.09em;
	
}
.listProdTitle{
	width:160px;
	float:left;
}
.listProdPrice{
	width:130px;
	float:right;
}

.proDet{
	float:left;
	margin-top:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:12px;
	margin-right:8px;
	margin-left:30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b6b7b8;
}
.proBut{
	float:right;
	background-color: #CF0;
}
.nextPage{
	width:420px;
	text-align:right;
	color: #6d6e70;
}
span .productOldPrice{
	font-size: 0.81em;
	color:#666;
}

/* ------------------------------------------------------------------- */
/* Modules Account.html*/
/* ------------------------------------------------------------------- */

.modBodyLeft{
	width:180;
	float:left;
}
.modBodyRight{
	width:180;
	float:right;
}

/* ------------------------------------------------------------------- */
/* Boxes */
/* ------------------------------------------------------------------- */
span.left{
	float: left;
	
}
span.right{
	float: right;
	
}
.cartCont{
	width: 150px;
	padding-left: 10px;	
}
.cartCont a{
	color:#9b1d1e;
	font-size:0.7em;
	font-weight:bold;
	text-decoration:none;
}
.cartHeader{
	color: #696759;
	font-weight:bold;
	font-size: 1.27em;
	padding-top: 10px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #696759;
}
.cartBody{
	color: #6d6e70;
	font-size: 1em;
	padding-top: 10px;

}
.cartBody a{
	color:#6d6e70;
	font-size:1em;
	font-weight:normal;
	text-decoration:none;
}
.cartBody a:hover{
	color:#6d6e70;
	font-size:1em;
	font-weight:normal;
	text-decoration:underline;
}
.cartCont .totalCont{
	width:150px;
	position:absolute;
	bottom:0;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	margin-top: 5px;
	color: #6d6e70;
}

.rightBoxCont{
	width:180px;
	margin-bottom:20px;
}

.rightBoxCont .rightBoxHead{
	color: #929497;
	font-size: 1.09em;
	font-weight:bold;
	background-color: #e6e7e8;
	padding-left:13px;
	padding-top:5px;
	padding-bottom:3px;
}
.rightBoxCont .rightBoxBody{
	color: #929497;
	font-size: 1.09em;
	padding-left:13px;
	padding-right:13px;
	padding-top:20px;
	padding-bottom:3px;
}

.rightBoxCont input{
	height: 13px;
	width: 78px;
	border: 1px solid #b7b9cb;	
	margin-bottom:5px;
}

.rightBoxCont input.logBut{
	font-size:0.9em;
	height: 17px;
	padding-top: -3px;
	padding-bottom:2px;
	width: 80px;
	border: 1px solid #b7b9cb;	
	margin-bottom:5px;
	background-color:#a6a8ab;
	color:#FFF;
}

.rightBoxCont label{
	float:left;
	clear:both;
	width:65px;
	margin-bottom:5px;

}

.rightBoxCont a{
	color:#929497;
	font-size: 0.9em;
	text-decoration:none;
}

.rightBoxCont a:hover{
	color:#929497;
	font-size: 0.9em;
	text-decoration:underline;
}

.rightBoxCont ul li{
	margin-bottom:5px;
}

.rightBoxCont ul a{
	color:#6d6e70;
	font-size: 1em;
	text-decoration:none;
}

.rightBoxCont ul a:hover{
	color:#6d6e70;
	font-size: 1em;
	text-decoration:underline;
}
.leftBoxCont{
	width:200px;
	margin-bottom:20px;
}
.leftBoxCont .leftBoxBody{
	color: #CCC;
	font-size: 1.09em;
	padding-top:5px;
	padding-bottom:3px;
}

.leftBoxBody ul{
	margin:0;
	pading:0;
	
}
.leftBoxBody ul li{
	background-color:#FFF;
	margin-bottom:15px;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
}
.leftBoxBody ul li.Current{
	font-weight:bold;
}
.leftBoxBody ul ul{
	margin-top:5px;
	pading:0;	
	background-color: #FFF;
}
.leftBoxBody ul ul li{
	font-weight:normal;
	padding-left:48px;
	background-color:#FFF;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:4px;
}

 .leftBoxBody ul li a{
	 background-color:#e6e7e8;
	color:#9b1d1e;
	font-size:1.45em;
	text-decoration:none;
	display:block;
	padding-left:48px;
	padding-bottom:3px;
	padding-top:5px;
}

 .leftBoxBody ul ul li a{
	background-color:#FFF;
	color:#6d6e70;
	font-size:1.0em;
	text-decoration:none;
	display:block;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
}
 .leftBoxBody ul ul li a:hover{
	background-color:#FFF;
	color:#6d6e70;
	font-size:1.0em;
	text-decoration:underline;
	display:block;
	padding-left:0px;
	padding-bottom:0px;
	padding-top:0px;
}


/*Default style for SPAN icons. Edit if desired: */

.iconspan{
float: right;
margin: 3px;
cursor:hand;
cursor:pointer;
font-weight: bold;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{

}

div.eg-bar{
width: 420px;
}

.icongroup1{
width: 420px;
}