﻿/* Styles the editing menu for errors */
.error {
color: red;
}
/* cart current page highlight */
.red
{
	color: #CC0000;
	font-weight:bolder;
	}
/* styles for the editing menu drop downs */
#dropDownConsole,#dropDownConsole1,#dropDownConsole2
{
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
	color: #000;
	}
#floatdiv
{
	position:absolute;
	width:160px;
	left:0px;
	top:0px;
	padding:10px;
	font-size: 0.7em;
	color:#675c53;
	background-color:#FFFFFF;
	border:2px solid #2266AA;
	text-align: left;
	z-index: 8000;
	}
	
#floatdiv h2
{
	 color:#675c53;
	 font-size: 1.1em;
	}
	
ul.ime
{
	margin-left:20px !important;
}	