/**
 * Eyedea styles.
 *
 * @version 1.0
 */

html, body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
}

a {
	text-decoration: underline;
	color: #F0047F;
}

.hide {
	
}

p {
	margin: 15px 0px;
}


/* Header */

#header {
	
}

#header h1 a {
	position: relative;
	display: block;
	overflow: hidden;
	width: 180px;
	height: 48px;
	left: 0px;
	top: 33px;
}

#header h1 .logo {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../img/logo.gif);
}


/* Menu */

#menu {
	display: none;
}



/* Content normal page */

#content {

}

#content .regpage {

}

#content .regpage .col {

}
#content .regpage .spacer {
	display:none;
}

#content .regpage h2 {
	font-size: 180%;
	font-weight: normal;
	padding: 30px 0 5px 0;
}

#content ul {

}

#content #ilustpic1 {
	display: none;
}

#content .photo {

	margin: 10px 10px 10px 0;
}


/* Content index page */

#content .indexpagetop {

}

#content #ilustpic1_index {
	display: none;
}

#content .indexpagetop .col {
	padding-top: 20px;

}

#content .indexpage {
	
}


#content .productbullets {
	list-style: none;
	list-style-image: none;
	padding: 15px 0px 15px 0px;
}

#content .productbullets li {
	padding-bottom: 20px;
}

#content .productbullets li a {
	font-weight: bold;
}
#content .productbullets li img {
	float: left;
	margin-right: 15px;
	border: none;
}


/* Footer */

#footer {

}
