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

/***************
*three choices    *
*all except IE first
*******************
<![if !IE]>
<link rel="stylesheet" type="text/css" href="not-ie.css" />
<![endif]>
********************
mozilla style sheet must be called screen and nedia must be screen also
however for mobile devices media must be all
********************
<![if moz]>
<link rel="stylesheet" type="text/css" media="screen" href="screen.css" />
<![endif]>
********************
most of the trouble with firefox is the Gecko engine and once again
Gecko style sheet must be called screen and nedia must be screen also
however for mobile devices media must be all
********************
<![if Gecko]>
<link rel="stylesheet" type="text/css" media="screen" href="screen.css" />
<![endif]>
************************/
/*ccokies warning css*/



#cookiesWarningActive {
	background: #435896;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 12px;
	padding: 5px;
	/*box-shadow: 8px 8px 4px #999;*/
	border-radius: 5px;
	width:52%;
	color: #FFF;
}

#cookiesWarningActive small {
	background: #435896;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	color: #fff;
	border: none;
	border-radius: 7px;
	/*box-shadow: 4px 4px 2px #233e5b;*/
}

#readMoreURL  a:link {
	text-decoration: underline;
	color: #fffdd0;
}
#readMoreURL  a:visited {
	text-decoration: underline;
	color: #fffdd0;
}
#readMoreURL  a:hover {
	text-decoration: none;
	color: #fffdd0;
}

#text {

}

#warning {

}

#cookiesDisabled {

}

.checkbox {
 margin-right: 10px;
}

.buttoncookie{
	background-color: #FFC;
	color: #339;
	width: 10%;
	border-radius: 8px;
	height: 24px;
	margin-left: 10px;
}
.buttoncookie:hover{
	font-weight: 600;	
}

#over18
{
  position:absolute;
  background:transparent url(vape/images/whitetint.png) repeat;
  width: 100%;
  height:2000px;
  z-index: 60;
  left: 0px;
  top: 0px;
  color: #ffffff;
  display: none;
  font-size:120%;
  opacity:0.8;
filter:alpha(opacity=80);
  
}

#over18container
{
margin-top:50px;
width:350px;
min-height:180px;
margin-left:auto;
margin-right:auto;
  padding:30px;
  border:10px solid white;
  background:black;
  font-family: "Titillium Web", Arial, Helvetica, sans-serif;
  
}

#over18 h3
{

  color:#3bb9d5;
  text-align:center;
}

#over18 a
{
 color:white;
 font-size:100%;
  text-align:center;
}

.button-age
{
 
  color: #ffffff;
  height:30px;
  padding:3px 7px;
  background:#dc5393;
  border:1px solid white;
  float:left;
  margin-right:15px;
  margin-top:20px;
  margin-left:5px;
  
}

