* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #efefef;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	background: url('images/h.jpg') no-repeat left;
	padding-left: 26px;
	margin: 8px 0;
	color: #0072ff;
	font-size: 18px;
}

#content p {
	margin: 4px 0;
}

#content li {
	margin: 2px 0 2px 20px;
}

#top {
	background: url('images/top.jpg') repeat-x;
	height: 200px;
	width: 100%;
}

#header {
	position: relative;
	background: url('images/header.jpg') no-repeat;
	height: 200px;
	width: 919px;
	margin: auto;
}

#header p.logo {
	color: #0072ff;
	font-size: 34px;
	padding: 50px 0 0 30px;
}

#header p.msg {
	color: #0072ff;
	font-size: 14px;
	padding: 4px 0 0 36px;
}

#header img {
	position: absolute;
	top: 60px;
	left: 470px;
}

#navbar {
	background: url('images/navbar.jpg') no-repeat;
	height: 50px;
	width: 872px;
	margin: auto;
}
#navbar ul {
}

#navbar li {
	margin-top: 14px;
	margin-left: 30px;
	color: #fff;
	list-style: none;
	float: left;
}

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

#body {
	background: url('images/body.jpg') repeat-y;
	width: 919px;
	margin: auto;
}

#content {
	width: 850px;
	margin: auto;
	padding: 12px 0;
}

#left, #right, #middle {
}

#left  {
	float: left;
	width: 190px;
}

#middle {
	float: left;
	width: 440px;
	padding: 0 12px;
}

#right {
	float: right;
	width: 190px;
}

#right h3 {
	font-size: 18px;
	background: none;
	padding: 0;
}

#clear {
	height: 1%;
	width: 100%;
	clear: both;
}

#bottom {
	background: url('images/bottom.jpg') no-repeat;
	height: 20px;
	width: 919px;
	margin: auto;
}

#footer {
	background: url('images/footer.jpg') repeat-x;
	height: 160px;
	width: 100%;
	margin-top: 15px;
}

#footer p{
	color: #fff;
	text-align: center;
	padding-top: 12px;
}

/*MangoBasket overrides start*/
/*Panel headers start*/
div.sidePanel div.top,
div#pnlMyAccount div.top {
	display: none;
}

.sidePanel .header a { color: #fff; }

div#pnlMyAccount div.header,
div.sidePanel div.header {
	background: url('images/pnlHeader.png') no-repeat;
	width: 180px;
	height: 24px;
	padding-top: 4px;
}
/*Panel headers end*/

/*Arrows start*/
div.sidePanel div.header a.down,
div#pnlMyAccount div.header a.down {background-image: url(images/arrow_down.gif);}

div.sidePanel div.header a.right,
div#pnlMyAccount div.header a.right {background-image: url(images/arrow_right.gif);}

.sidePanel .header a.down img,
.sidePanel .header a.right img {display:none;}
/*Arrows end*/

.sidePanel div.main {
	display: block!important;
	border-bottom: 1px solid #ccc;
}

/*MangoBasket overrides end*/
