body
{
	background: url(../gfx/bg.png);
	margin: 0px;
	padding: 0px;
	text-align: center;
}

*
{
	border: 0px solid red;
}

input
{
	border: 1px solid #cdcdcd;
	padding: 5px;
}

select
{
	border: 1px solid #cdcdcd;
}

textarea
{
	border: 1px solid #cdcdcd;
	font: 11px Verdana;
}

#pnlMain
{
	width: 910px;
	background: #fff;
	text-align: left;
	/*margin:0 auto;*/
}

#pnlHeader
{
	height: 270px;
	position: relative;
}

#pnlLogo
{
	width: 338px;
	height: 75px;
	background: url(../gfx/el_logo.jpg);
	position: absolute;
	left: 45px;
	top: 10px;
}

#pnlBasket
{
	width: 260px;
	height: 23px;
	background: #67953d;
	position: absolute;
	left: 600px;
	top: 0px;
	border: 5px solid #7eb54f;
	border-top: 0px;
	font: 11px Verdana;
	color: #fff;
	text-align: center;
	padding-top: 7px;
}

#pnlSearch
{
	width: 268px;
	position: absolute;
	left: 600px;
	top: 70px;
}

#pnlSearch .input
{
	border: 1px solid #cdcdcd;
	width: 247px;
}

#pnlNavigation
{
	position: absolute;
	top: 120px;
}

.pnlBottomMeniLink
{
	color: gray;
	font-weight: normal;
}

.pnlBottomMeniLink:hover
{
	color: gray;
	font-weight: normal;
}


h1
{
	font: bold 13px Verdana;
	color: #fe0000;
	margin: 0;
	margin-bottom: 10px;
}

h2
{
	font: bold 13px Verdana;
	color: #68963e;
	margin: 0;
	margin-bottom: 10px;
}

.title
{
	font: bold 11px Verdana;
	color: #dc0100;
	margin: 0;
	margin-bottom: 10px;
}
h3
{
	font: bold 11px Verdana;
	color: #68963e;
	margin: 0;
	margin-bottom: 10px;
}

h4
{
	font: bold 11px Verdana;
	color: #dc0100;
	margin: 0;
	margin-bottom: 10px;
}

h6
{
	font: bold 11px Verdana;
	color: #fff;
	margin: 0;
	margin-bottom: 10px;
}


a
{
	font: 11px Verdana;
	color: #dc0100;
	text-decoration: none;
}

a:hover
{
	font: 11px Verdana;
	color: #dc0100;
	text-decoration: underline;
}

div, td
{
	font: 11px Verdana;
	color: #000;
}

.tblChoose
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-color: #a0cf67;
    border-style: solid;
    width: 150px;
}

.tblChoose td
{
    margin: 0;
    padding: 4px;
    border-width: 1px 1px 0 0;
    background-color: #fff;
    border-color: #a0cf67;
    border-style: solid;
    font-weight: bold;
    color: #68963e;
}

#pnlENews .head
{
	background: url(../gfx/leaf.jpg) no-repeat;
	height: 33px;
	width: 40px;
}

#pnlENews .title
{
	background: #ff5309;
	padding: 20px;
}

#pnlENews .title input
{
	border: 1px solid black;
	color: #ff5309;
}

#pnlENews .title .white
{
	padding-top: 5px;
	color: #fff;
}
.brdGreen
{
	border: 0px solid #a0cf67;
}

.brdLeft
{
	background: url(../gfx/bor_left.jpg);
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 5px;
}
.brdRight
{
	background: url(../gfx/bor_right.jpg);
	opacity: 0.7;
	filter: alpha(opacity=70);
	width: 5px;
}
.brdBottom
{
	background: url(../gfx/bor_bottom.jpg);
	opacity: 0.7;
	filter: alpha(opacity=70);
	height: 5px;
}

.brdBottomLR
{
	background: url(../gfx/bor_bottom.jpg);
	opacity: 0.3;
	filter: alpha(opacity=30);
	height: 5px;
}

.tblMenu
{
	color: #fff;
	margin-left: 10px;
	font-weight: bold;
}


.tblMenu div
{
	color: #fff;
	margin-left: 6px;
	font-weight: bold;
	margin-bottom: 10px;
}

.tblMenu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 130px;
}

.tblMenu li
{
	border-top: 1px solid #fff;
	padding-left: 6px;
	padding-top: 4px;
	height: 18px;
}

.tblMenu a
{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.btnSearch
{
	background: #7eb54f;
	border: 1px solid #67953d;
	color: #fff;
	padding: 4px;

}
.btnSearch:hover
{
	color: #fff;
}



.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

.rndTitleText
{
	text-align: center;
	font: bold 14px Verdana;
	color: white;
	text-transform: uppercase;
}

.itemname, .itemname a:link, .itemname a:visited
{
	font: bold 14px Verdana;
	color: #68963e;
	text-decoration: none;
}

.itemname a:hover{
	color: #68963e;
	text-decoration: none;
}

#pnlBasket a
{
	color: #fff;
	text-decoration: none;
}

#pnlBasket a:hover
{
	color: #fff;
	text-decoration: underline;
}

.rightcolumn a
{
	color: #68963e;
}
.rightcolumn a:hover
{
	color: #68963e;
}


