﻿
.menueHeader
{
	background-image: url(../../images/rtArr.png);
	background-color: #adc0d5;
	margin-top: 5px;
	width: 160px;
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	height: 20px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #395898;
	padding-left: 5px;
	cursor: pointer;
	overflow: auto;
}
.menueHeaderOpened
{
	background-color: #adc0d5;
	margin-top: 5px;
	width: 160px;
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	height: 20px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #395898;
	padding-left: 5px;
	cursor: pointer;
	background-image: url(../../images/dwnArr.png);
	overflow: auto;
}
.list
{
	z-index: 200;
	border-bottom: #999999 1px solid;
	border-left: #999999 1px solid;
	background-color: #ffffff;
	margin: 0px;
	clear: both;
	width: 163px;
	overflow: auto;
	border-right: #999999 1px solid;
	text-align: left;
}

.rightBox
{
	text-align: left;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
	font-size: 15px;
	color: #395898;
}
.textMenu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: Transparent;
	width: 160px;
	cursor: pointer;
	text-decoration:none;
}

.hr { 
width: 100%; 
height: 1px; 
background: #000; 
line-height: 1px; 
background-repeat:repeat-x

}

.other
{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	
}


.textMenu:hover
{
	color: #ffffff;
	background-color: Gray;
}

.textNormalShopping
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.error
{
	font: normal 10px Arial;
	color: Red;
}
.errorMsgBig
{
	font: bold 15px Arial;
	color: Red;
}

a.preview
{
    background: url(../../images/Search.png) no-repeat;
    background-position: left;
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    z-index: 100;
    top: 0px;
    left: 0px;
}
a.preview1
{
    background: url(../../images/Search.png) no-repeat;
    background-position: left;
    display: block;
    position: absolute;
    width: 35px;
    height: 25px;
    z-index: 100;
    top: 0px;
    left: 0px;
}

