.incart2 {
	color: black;
	font-size: 13px;
	display: block;

}

.menuitem1{
  width:198px;
  background: none;
  background-color: white;
}

img.imgkat{
  position: relative;
  bottom:2px;
  margin-bottom:-5px;
}


#alertwin{

filter:alpha(opacity=60);
-moz-opacity: 0.6;
opacity: 0.6;
border: 0px solid #cc0000;
z-index:2;
padding: 10px;
overflow: hidden;
background-color: #000 ! important;
color:white;
width: 100%; 
height: 120%; 
position: absolute; top: 0; left: 0; 
display: block;

}

#alertwin p{

font-weight:bold; font-family:arial; font-size:35px; text-transform:uppercase; line-height:55px;

}


#alertwin a:link{

color:white; text-decoration:none;
}