﻿.colorDarkRed
{
    color: #cc0000;
}

.txtRigh
{
    text-align: right;
}

table
{
    border-collapse: collapse;
}

.redPrice
{
    color: #FF0000;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

th
{
    background: #b7cfff;
}
.item
{
    border: 1px dashed #a4cbf4;
    background: white;
    min-height: 19px;
    width: 33%;
}
.alternatingItem
{
    border: solid 1px #a4cbf4;
    background: #edf5fd;
    width: 33%;
    min-height: 19px;
}
a.PagerNormal:link
{
    background-position: center center;
    font: 9pt Verdana;
    padding: 1px 4px;
    border-width: 0px;
    background: url(/images/icon/iconNone32.gif);
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    width: 40px;
}
.PagerCurrent
{
    background-position: center center;
    font: 9pt Verdana;
    padding: 1px 4px;
    border-width: 0px;
    background-repeat: no-repeat;
    text-align: center;
    color: red;
}


/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}

.popupHover {
	background-image:url(/images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

