/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/
/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}
h1,h2
{
}
body
{
	font-family: "trebuchet ms", sans-serif;
	color: #555555;
	font-size: 11pt;
}
a
{
	color: #669911;
}
/* Outer */
#outer
{
	width:920px;
	margin: auto;
}
/* Header */
#header
{
	height: 135px;
	background: url('images/header.jpg') right;
	padding-left: 40px;
	padding-top: 15px;
	color: #42B758;
}
#header h1 a
{
	text-decoration: none;
	font-size: 1.5em;
}
#header h1
{
	font-size: 1.6em;
	color: #42B758;
}
#header h2
{
	position: relative;
	top: -0.3em;
	font-weight: normal;
	font-size: 1.1em;
	color: #42B758;
}
/* Menu */
#menu
{
	background-image: url('images/a3.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 1em 2.5em 1em 2.5em;
}
#menu ul
{
	list-style: none;
}
#menu li
{
	display: inline;
}
#menu li a
{
	font-size: 1.1em;
	font-weight: bold;
	color: #5D5F53;
	text-decoration: none;
	margin-right: 1em;
}
#menu li a:hover
{
	color: #6B7E09;
	text-decoration: underline;
}
/* Content */
#content
{
	padding: 3em 0 1em 0;
	line-height: 1.6em;
	background: url('images/a4.gif') repeat-x top left;
}
#content p
{
	margin-bottom: 1.5em;
}
#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
}
#content ul,ol
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}
#content blockquote
{
	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url('images/a5.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
}
#content blockquote p
{
	margin-bottom: 0em;
}

/* Primary Content */
#primaryContentContainer
{
	width: 920px;
	margin: auto;
}

#left_pnls
{
	float: left;
	width: 180px;
}

#right_pnls
{
	float: right;
	width: 180px;
}

#primaryContent
{
	float: left;
	width: 500px;
	padding: 0em 1.5em 1.5em 1.5em;
}
#primaryContent h1, #primaryContent h2
{
	color: #5D5F53;
	border-bottom: dotted 1px #ECEEDF;
	padding-bottom: 0.3em;
}

/* Secondary Content */

/* Tertiary Content */

/* Footer */
#footer
{
	background: url('images/a4.gif') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	padding: 2.0em 3.5em 3.0em 3.5em;
	font-size: 0.8em;
}
.clear
{
	clear: both;
}

/*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: 30px;
	padding-top: 3px;
}
/*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*/
a.button24 {
	background: url('http://www.polybags.co.uk/shopping/client/global/img/buttons/button_24.png') no-repeat scroll 0 0 transparent;
	line-height: normal;
	text-align: center;
	padding: 6px 0;
	width: 24px;
	font-weight: bold;
}

.align-left {
	float: left;
	margin-right: 5px;
}