div.blockOverlay {
    background: #000;
}

div.blockMsg {
    background: #000;
}
div.blockMsg h1 {
    color :#604879;
}
div.blockElement {
}


#faveMessage {
background: #000;
}

#cartMessage {
}


#box
{
	width: 150px;
	height: 150px;
	background: #604879;
	border: red dotted 5px;
	text-align: center;
	position: absolute;
	margin-left: -75px;
	margin-top: -75px;
	left: 50%;
	top: 50%;
	z-index: 20;
	display: none;
}

#screen
{
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}


.favourite-on {
background: url("../template_images/buttons/favourite_on.gif") no-repeat;
margin-top:20px;
width:20px;
height:20px;
}

.favourite-off {
background: url("../template_images/buttons/favourite_off.gif") no-repeat;
margin-top:20px;
width:20px;
height:20px;
}


.favourite-on:hover, .favourite-off:hover{
cursor:pointer;
}

