/* CSS Document */

html, body
{
	margin: 0px;
	padding: 0px;
	background-image:url(../images/bg.png);
	height: 100%;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#adminSite
{
	width:100%;
	height:100%;
}

#adminTop
{
	height:100px;
	background-color:#FFFFFF;

}

#adminMenu
{
	height:100%;
	width:200px;
	background-color:#FFFFFF;

}

#adminContent
{
	height: 100%;
	background-color:#FFFFFF;
}

#siteTable
{
	width: 874px;
}

#topBar
{
	height: 36px;
	background-image:url(../images/topBar.png);
	background-repeat: no-repeat;
}

#middleBar
{
	background-image:url(../images/bgSite.png);
}

#bottomBar
{
	height: 36px;
	background-image:url(../images/bottomBar.png);
	background-repeat: no-repeat;
}

#bottomBar td
{
	padding-top:20px;
	font-size:9px;
	color:#666666;
	text-align:center;
}

#bottomBar td a
{
	text-decoration:none;
	color: #555555;
}

#leftPage
{
	border-right:2px solid #afd899;
	text-align:center;
	padding-left: 32px;
	padding-right:22px;
	width: 210px;
	vertical-align:top;
}

#leftPage a.menu
{
	display: block;
	text-align:left;
	height: 20px;
	text-decoration:none;
	color: #729D5B;
	padding: 2px;
}

#leftPage a.menu:hover
{
	background-color:#E2EEDC;
	padding-top: 3px;
	padding-left: 3px;
	padding-right: 1px;
	padding-bottom: 1px;
}

#leftPage input
{
	width:200px;
	border: 1px solid #afd899;
	background-color: #ffffff;
	color: #729D5B;
	font-size: 12px;
}

#leftPage img
{
	border:none;
}

#rightPage
{
	text-align:left;
	padding-left: 15px;
	padding-right:32px;
	vertical-align:top;
}

#rightPage h1
{
	color: #729D5B;
	font-size: 12px;
	text-align: center;
}

#rightPage h2
{
	color: #729D5B;
	font-size: 12px;
	font-weight:normal;
}

#rightPage a
{
	color: #729D5B;
	text-decoration:none;
}

#rightPage label
{
	display: block;
	width:125px;
	float: left;
}

#rightPage input, #rightPage textarea
{
	float: left;
	border: 1px solid #afd899;
	background: #ffffff;
	color: #729D5B;
	margin-bottom: 5px;
}

#rightPage input[type=text],#rightPage input[type=password]
{
	width:175px;
}

#rightPage textarea
{
	width:175px;
	height:100px;
}

#rightPage input[type=submit],#rightPage input[type=button]
{
	height:20px;
}

#rightPage form br
{
	clear: left;
}

#rightPage .noborder
{
	border:none;
	background:none;
}

table.message
{
	width:100%;	
	margin-bottom: 10px;
	margin-top: 10px;
}

img
{
	border:none;
}


.even td
{
	background-color:#EFEFEF;
}

.odd td
{
	background-color:#FFFFFF;
}

ul
{
	list-style-type:none;
	margin: 0px;
}

li
{
	background:url(../images/icons/bullet_green.png) no-repeat;
	background-position:0px -2px;
	padding-left: 15px;
}

#basket
{
	position:absolute;
	z-index:1000;
	width:500px;
	height:300px;
	border:2px solid #afd899;
	background-color:#FFFFFF;
	display:none;
	overflow-y:scroll;
}

#basket input
{
	float:none;
	margin:0px;
}