@charset "utf-8";
body {
	background-attachment: scroll;
	background-color: #e705ae;
	background-image: url(images/spiceyback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
h1 {
	font-size: 18px;
	color: #E705AE;
	line-height: 24px;
}
a:link {
	color: #E705AE;
	text-decoration: none;
}
a:visited {
	color: #E705AE;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}

.ev_navigation {

display:none;
}
h3 {
color:#e408ae;
}
.mod_events_latest {
border-top:1px dotted #e408ae;
font-size:10px;
height:30px;
}
#content {
/* Typical fixed height and fixed width example */
width: 350px;
height: 450px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #ffffff;
margin: 0.3em auto;
padding: 15px;
}
.contentheading {
font-size:20px;
color:#e408ae;
font-weight:bold;
}
.chronoform{
display:none;
}
.vmCartModule {
width:140px;
color:#ffffff;
}
.vmCartModule a{
color:#ffffff;
text-decoration:underline;
}
.vmCartModule a:visited{
color:#ffffff;
text-decoration:underline;
}