body
{
	font-family: "Trebuchet MS" , Tahoma, Verdana, sans-serif;
	font-size: 76%;
	margin: 0;
	padding: 0;
	color: #666;
	text-align: center;
}
body a
{
	text-decoration: none;
	color: #f90;
}
body a:hover
{
	border: none;
}
body h2, body dt
{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 25px;
	padding-bottom: 10px;
	margin-bottom: -6px;
}


#container
{
	height: auto;
	height: 100%;
	min-height: 100%;
	position: relative;
}


#header
{
	border-top: 5px solid #000;
	position: relative;
}
#header div
{
	margin: 0 auto;
	width: 750px;
	text-align: left;
	padding-left: 20px;
}
#header h1
{
	font-family: Century Gothic, Tahoma, Verdana, sans-serif;
	float: left;
	font-size: 1.9em;
	padding: 30px 0;
	margin: 0;
}
#header h1 span
{
	color: #999;
}
#header h1 a
{
	border: none;
	color: #000;
	font-weight: normal;
}

#nav
{
	float: right;
	margin: 0;
	padding: 0;
}
#nav li
{
	list-style-type: none;
	display: inline;
	float: left;
}
#nav li a {
	text-decoration: none;
	border: none;
	color: #000;
	padding-top: 3px;		
	display: block;	
	margin: 0 15px;		
	}		
#nav li.on a { 
	background: url(images/nav_hover.gif) no-repeat 50%;
	background-position: 0 -2px;
	width:119px;
	margin: 0;
	color: #fff;
	text-align: center;
	}
#nav li a:hover
{
	color: #33CC00;
}

#strike
{
	background: #98CB00 url(images/site-strike.jpg) repeat-x;
	text-align: center;
	clear: both;
	margin-bottom: 15px;
	padding-left: 10px;
}
#strike div
{
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 30px 30px 15px 0;
}

#strike p
{
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 20px;
	letter-spacing: -1px;
}

#strike h3
{
	clear: both;
	color: #fff;
}
#strike a {text-decoration: none;}
#strike a,a:hover
{
	color: #fff;
	text-decoration: none;
}

#imgList {
	margin: 0 auto;
	margin-top: 10px;
	padding: auto;
	height: 64px;
	width: 300px;
}

#imgList li {
	list-style-type: none;
	float: left;
	margin-right: 12px;
}

#imgList img {
	border: 1px solid #336705;
}

#body
{
	width: 920px;
	margin: 0 auto;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 61px;
}
#body img {
	border: 1px dotted #6FB600;
	padding: 2px;
	margin: 5px;
	float: left;
}

#body img.fRight {
	float: right;
}

#body:after
{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
* html #body
{
	height: 1%;
}

#l, #l
{
	width: 210px;
	padding-right: 20px;
	float: left;
	margin-right: 20px;
}
#l p, #r p
{
	margin-top: 10px;
}

#m
{
	float: left;
	width: 400px;
	margin-right: 10px;
	padding-right: 10px;
}
#r
{
	float: right;
	width: 210px;
	margin-right: 15px;
}
#r p span
{
	color: #009900;
	font-weight: bold;
}
#r p
{
	margin: 1em 0;
	padding: 0;
}
#r hr
{
	border-top: 1px solid #eee;
	height: 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin: 0;
}

div.block
{
	background-color: #F8F8F8;
	border: 1px solid #ddd;
	padding: 20px;
	text-align: center;
	color: #999;
	margin-top: 10px;
}

#footer {
	margin-top: -61px;
	color: #fff;
	padding-top: 30px;
	width: 100%;
	z-index: 500;
	position: relative;	
	border-bottom: 7px solid #000;	
	background: #fff;
	}
#footer div {
	width: 800px;
	background:#000000 url('images/footer_l.gif') no-repeat;
	margin: 0 auto;
	}	
#footer div div {
	background: transparent url('images/footer_r.gif') no-repeat right;
	padding-top: 9px;	
	font-size: 10px;
	text-align: center;
	}


/*MangoBasket overrides start*/
/*Panel headers start*/
div.sidePanel div.top,
div#pnlMyAccount div.top {
	display: none;
	/*background: url('images/pnlHeaderTop.jpg') repeat-y;*/
}

div.sidePanel div.header,
div#pnlMyAccount div.header {
	background: url('images/pnlHeader.png') no-repeat;
	height: 24px;
	padding-top: 6px;
}
/*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*/

/*Basket button start*/
a.basketButtonLarge
{ 
	color: #fff;
	width: 140px; 
	height: 24px; 
	background: url(images/basket.png) no-repeat; 
	text-align: center;
	margin-left: 10px;
	padding: 5px 0; 
}
/*Basket button end*/

/*MangoBasket overrides end*/

