
.paypalField{
	-moz-background-origin:padding;background:#FFFFEA none repeat scroll 0 0;border:1px solid #F0E9EB;padding-left:10px;padding-top:5px;
	}
.paypalH3{border-bottom:1px solid #EFECE7;
color:#869321;
font-family:Georgia,serif;
font-size:17px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
margin:0 0 10px;
padding-bottom:10px;}
/************************************STORE CSS*************************************************/
 .store_b1 {
background-image:url(../images/store/btl_11x23.gif);
background-position:left center;
background-repeat:no-repeat;
}

.store_b2 {
background-image:url(../images/store/btr_11x23.gif);
background-position:right center;
background-repeat:no-repeat;
margin-left:11px;
}
.store_b3 {
background-image:url(../images/store/btm_1x23.gif);
background-position:center center;
background-repeat:repeat-x;
margin-right:11px;
}
 .store2_b1 {
background-image:url(../images/store/bt2l_11x23.gif);
background-position:left center;
background-repeat:no-repeat;
}

.store2_b2 {
background-image:url(../images/store/bt2r_11x23.gif);
background-position:right center;
background-repeat:no-repeat;
margin-left:11px;
}
.store2_b3 {
background-image:url(../images/store/bt2m_1x23.gif);
background-position:center center;
background-repeat:repeat-x;
margin-right:11px;
}
 .store3_b1 {
background-image:url(../images/store/bt3l_11x23.gif);
background-position:left center;
background-repeat:no-repeat;
}

.store3_b2 {
background-image:url(../images/store/bt3r_11x23.gif);
background-position:right center;
background-repeat:no-repeat;
margin-left:11px;
}
.store3_b3 {
background-image:url(../images/store/bt3m_1x23.gif);
background-position:center center;
background-repeat:repeat-x;
margin-right:11px;
}
.store_b1, .store_b2, .store_b3,
.store2_b1, .store2_b2, .store2_b3,
.store3_b1, .store3_b2, .store3_b3 {
cursor:pointer;
font-family:Arial;
/*font-size:1em;
font-weight:bold;*/
font-weight:bold;
font-size:12px;
line-height:23px;
padding:5px 0;
text-decoration:none;
white-space:nowrap;
}
.store_b1, .store_b2, .store_b3,
.store2_b1, .store2_b2, .store2_b3,
.store3_b1, .store3_b2, .store3_b3  {
color:#FFFFFF;
}

.inpVoc1{
	float:left;
	margin:40px 0 0 170px;
	color:#ff0000;
	font-weight:bold;
	}
.inpVoc2{
	line-height:11px;
	font-size:10px;
	float:left;
	color:#1ca416;
	font-weight:bold;
	margin:40px 0 0 20px;
	
	}
.inpVoc3{
	line-height:11px;
	font-size:10px;
	float:left;
	color:#157a10;
	font-weight:bold;
	margin:40px 0 0 20px;
	
	}
.inpVoc1Titel{
width:147px;margin:80px 0 0 180px; font-size:12px;color:#ff0000;font-weight:bold;text-align:center;	
	}
.inpVoc2Titel{
	line-height:12px;width:147px;margin:95px 0 0 180px; font-size:10px;border:0px solid #000;text-align:left;	
	}
.storealert{
	font-size:11px;
	font-weight:bold;
	color:#ff0000;
	visibility:hidden;
	margin:10px 0 0 20px;
	
	}
.storealert2{
	font-size:11px;
	font-weight:bold;
	color:#ff0000;
	visibility:hidden;
	margin:0px 0 0 20px;
	
	}
.totalpricediv{
	float:right;
	font-size:14px;
	font-weight:bold;
	/*visibility:hidden;*/
	height:30px;
	
	}
.totalcurrency{
	font-size:14px;
	font-weight:bold;
	visibility:hidden;
	
	}
.totalprice{
	font-size:14px;
	font-weight:bold;
	visibility:hidden;
	
	}
.totalprice00{
	visibility:hidden;
	
	}
.totalcurrencycode{
	font-size:14px;
	font-weight:bold;
	visibility:hidden;
	
	}
.totalforfree{
	font-size:14px;
	font-weight:bold;
	visibility:hidden;
	color:#157A10;
	
	}

/************************************STORE CSS ENDE*************************************************/

/****************TOOLTIP CSS*****************/
/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  font-style:normal;
  color: #ff0000; 
  }
  
a.tooltip:hover {
  color: #ff0000; 
  background: transparent;
  }

a.tooltip .ttspan {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover .ttspan {
  display: block;
  position: absolute; 
  top: 20px; 
  left: 0; 
  width: 250px;
  z-index: 100;
  color: #000000; 
  border:1px solid #000000; 
  background: #FFFFCC;
  font: 10px Verdana, sans-serif; 
  text-align: left;
  padding:5px;
  }
  
a.tooltip .ttspan .ttb {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weigth: bold;
  color:#fff;
  background-color: #000;
  border: 0px;
  border-bottom: 1px solid black;
}

/* Absoluter Tooltip */
div#menu {
  position: relative; 
  top: 10px; 
  left: 0px; 
  width: 170px; 
  height: 180px; 
  font: 18px Verdana, sans-serif; 
  z-index: 100;
  }
  
div#menu a {
  display: block; 
  text-align: center; 
  font: bold 1em sans-serif; 
  padding: 3px 10px; 
  margin: 0 0 1px; 
  text-decoration: none; 
  color: black; 
  background: #99FF99;
  border: 1px solid black;
  }
  
div#menu a:hover {
  color: #441111; 
  background: #FFFF66;
  border: 1px dotted blue;
  }

div#menu a span {display: none;}
div#menu a:hover span {
   display: block;
   position: absolute; 
   top: 94px; 
   left: 0; 
   width: 158px;
   padding: 5px; 
   z-index: 100;
   color: #000000; 
   background: #FFFFCC;
   font: 12px Verdana, sans-serif; 
   text-align: center;
   border: 1px dashed black;
   }

/****************TOOLTIP CSS ENDE*****************/
/**************************************************/
.choosStyleDIV {
background:transparent url(../images/bgright.gif) repeat-y scroll right center;
border-left:1px solid #CCCCCC;
float:left;
padding:0px 5px 0 0;
margin:30px 10px 0 0;
height:130px; 
width:240px;
}

.choosStyleDIV .content{
background:#FCFCFC url(../images/bgcenter1.gif) repeat-x scroll center bottom;
/*font-family:	Arial,Helvetica,sans-serif;*/
/*font-family:Tahoma, Geneva, sans-serif;*/
 font-size:11px;
font-family:Verdana, Geneva, sans-serif;
border:0px solid #FF0000;
float:left;
width:345px;
padding:0px 5px 5px 0;
margin:0;
}
.choosStyleDIVVoc{
	
 font-size:12px;
	/*font-family:Arial,Helvetica,sans-serif;*/
	/*font-family:Tahoma, Geneva, sans-serif;*/
font-family:Verdana, Geneva, sans-serif;
 font-weight:bold;
 color:#FBA50F; 
 line-height:18px;
background:#FCFCFC url(../images/bgcenter1.gif) repeat-x scroll center bottom;
border:0 solid #FF0000;
float:left;
margin:0 0 0 0;
padding:0 0px 0 0px;
width:350px;
}
.choosStyleDIV input{
margin:3px 0 8px 10px;
}
/*************************************************/
.days30{	

border:0px solid #000;
height:400px;
width:400px;
background: #fafafa url(../images/store/30days.jpg) no-repeat right top;
}
.stopper {
position:relative;
}
.stopper img {
left:20px;
position:absolute;
top:10px;
}
.stopperTitle{
	font-size:14px;
	width:355px;
	margin:25px 0 0 25px;
	color:#F00;
	font-weight:bold;
	font-size:12px;
	text-align:center;
}
.stopperTitle2{
	width:147px;
	margin:-60px 0 0 20px;
	line-height:14px; 
	font-size:11px;
	color:#ff0000;
	font-weight:bold;
	text-align:center;
	float:left;	
	}
.stopperContent {
position:relative;
margin:30px 0 0 180px;
width:200px;
font-size:10px;
line-height:12px;

}
.stopperContentTitel {
width:147px;
margin:-50px 0 0 20px; 
font-size:16px;
color:#ff0000;
font-weight:bold;
text-align:center;
}

.styleStoreText{
	text-align:left;
	 font-size:10px; line-height:12px;
	font-family:Verdana,Geneva,sans-serif;
	}
.arrowGreen01{
	
list-style-image: url(../pix/on.gif);	
	}
.arrowGreen01 .arrowLI{
	margin-top:5px;
list-style-image: url(../pix/on.gif);
color:#000;
}


/***************************************************/
.DIV_topStoreL {
background:transparent url(../images/bgright.gif) repeat-y scroll right center;
border-left:1px solid #CCCCCC;
float:left;
margin:10px 0 20px 0;
padding:0px 5px 0 0;
width:390px;
}

.DIV_topStoreL .content{
background:#FCFCFC url(../images/bgcenter1.gif) repeat-x scroll center bottom;
border:0px solid #FF0000;
float:left;
width:385px;
padding:0px 5px 5px 0;
margin:0;
	}
.DIV_topStoreLVoc{
	
 font-size:11px; 
 font-weight:bold;
 /*color:#001E50;*/ 
 color:#ffffff;
 line-height:18px;
 background-color:#000;
 border-bottom:5px solid #FBA50F;
/* background: #FCFCFC url(../images/bgcenterOrange1.gif) repeat-x scroll center bottom;*/
/*background:#FCFCFC url(../images/bgcenter1.gif) repeat-x scroll center bottom;*/

float:left;
margin:0 0 0 0;
padding:0 0px 0 0px;
width:390px;
text-align:left;
}
UL.aList,UL.socials2{ margin: 0;
    padding: 0;}
.fb2{
	font-size: 14px; color:#606060; padding:11px 0 0 15px;
   background: url("facebookimg/facebookadd01.png") no-repeat scroll 0 0 transparent;
  /* width:290px;*/
   margin:20px 0 0 0px;
   height: 35px;
	}
.fb2 a{ padding:5px 80px 6px 0; color:#0968AA;text-transform: uppercase;}

