/*
 * Page Colours
 */

/****** Colours and Styles ******/
body {
/* Possible fonts:
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
*/
/* Possible backgrounds:
	background: #efefef;
	background: #efefef url(../../default/images/bg_grad_blue.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_dark_red.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_green.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_grey_green.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_jade.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_orange.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_pink.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_plum.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_red.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_yellow.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_light_grey.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_medium_grey.jpg) repeat-x;
	background: #ffffff url(../../default/images/bg_grad_dark_grey.jpg) repeat-x;
*/
        background: #AAAAAA;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #000000;
        margin-top:5px;
}
p {
        color: #000000;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1, h2, h3, h4, .h2 {
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	color: #000000;
        text-align:center;
}

a:link {
        color: #505050;
        text-decoration: none;
        font-weight: normal;
        font-style:normal;
}
a:active {
        color: #505050;
        font-weight: normal;
        text-decoration: none;
        font-style:normal;
}
a:visited {
        color: #505050;
        text-decoration: none;
        font-weight: normal;
        font-style:normal;
}
a:hover {
        color: #000000;
        font-weight: normal;
        font-style:normal;
}

#header {

}

#page {
        background: transparent;
}

#footer {
	background: #FF8C91;
}

#menu {
	background-color:#FF8C91;
}


#menu li {
	background:none;
}

#page #menu ul li {
	background:none;
}

#menu a {
	font-size: 1.3em;
	font-weight: normal;
	color: #FFFFFF;
	background:none;
}

#menu a:hover {

}

#menu .current_page_item a {
	background: #dd8130;
}
#menu .current_page_item a:hover {
	color: #06ab21;
}

#logo h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #6d5048;
}

#logo p {
	letter-spacing: 2px;
	line-height: normal;
	font: normal 1.4em "Calibri", Arial, Helvetica, sans-serif;;
}

#search {
	background: url(../images/search_box_bg.gif) no-repeat left bottom;
}

#search fieldset {
	border: none;
}

#s {
	background: none;
	border: none;
	font: bold 15px "Calibri", Arial, Helvetica, sans-serif;;
	color: #474848;
}

#bgtop {
	background: #fff;
}

#bgbottom {
	background: transparent;
        color:#000000;
}

#page ul li {

}
.post .bigpix {
	background: #fff;
}

.post .bigpix .caption {
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
	color: #999999;
}

.post .bigpix .caption a {
	color: #999999;
}

.post .byline {
	line-height: normal;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	color: #C2C2C2;
}

.post .tags {
	background: #FFFFFF;
	line-height: normal;
	font-size: .8em;
	font-weight: bold;
}

.pages {
        background: #FFFFFF;
	line-height: 35px;
	font-size: 5.1em;
	font-weight: normal;
}

#page .sidebar li li {
}
#page .sidebar li li:hover {
}

/* STYLIZED FORMS */
#stylized{
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
}
#stylized h1 {
	font-size:20px;
	font-weight:bold;
}
#stylized p{
	font-size:11px;
	color:#666666;
	border-bottom:solid 1px #b7ddf2;
}
#stylized label{
	font-weight:bold;
	text-align:right;
}
#stylized .small{
	color:#666666;
	font-size:11px;
	font-weight:normal;
	text-align:right;
}
#stylized input{
	font-size:12px;
	border:solid 1px #aacfe4;
}
#stylized button{
	background:#666;
	text-align:center;
	line-height:31px;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

strong {
        color:#000000;
}

/* Page Structure */

* {
	margin: 0;
	padding: 0;
}



/* Styling for basic page tags */

h1 {
        text-align: center;
	letter-spacing: -1px;
	font-size: 12px;
	font-weight: normal;12
}

h2, .h2 {
        text-align: center;
	letter-spacing: -1px;
	font-size: 1.5em;
	font-weight: normal;
}

h3 {
	font-size: 1.4em;
	font-weight:normal;
	padding-bottom:0px;
}

h4 {
	font-size:1em;
	font-weight:300;
}

p, ul, ol {
	margin-bottom: 20px;
	line-height: 170%;
}

p {
}

label {
	margin:2px 3px;
	font-weight:bold;
	font-size:110%;
	line-height:170%;
}

blockquote {
	padding: 0 30px;
	font-style: italic;
	font-family: "Calibri", Arial, Helvetica, sans-serif;
	color: #999999;
}

blockquote p {
}

hr {
	/*display: none;*/
}

/* Wrapper */

#wrapper {
	width:970px;
	margin: auto;
        position:relative;
}

#wrapperLeft {
        background-repeat:repeat-y;
	padding-left:10px;
	width: 970px;
	border:0px solid #ccc;
	margin: auto;
}
#wrapperRight {
	background-repeat:repeat-y;
	padding-right:10px;
	width: 970px;
	border:0px solid #000;
	margin: auto;
}

/* Menu */


#menu {
	height: 35px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
        list-style: none;
	line-height: normal;
}

#menu li {
	display:inline;
	background:none;
        text-align:center;
}

#page #menu ul li {
	background:none;
}

#menu a {
	float: left;
	height: 29px;
	padding: 6px 0px 0px 30px;
}



/* Header */

#header {
	height: 170px;
        width: 970px;
        background:transparent;
}

div.headerflash {
        position:absolute;
        top:-180px;
        right:-537px;
}

/* Logo*/

#logo {
        background-image:url(/images/more/mandiet-logo-small.gif);
        background-repeat:no-repeat;
	float:left;
        height:150px;
        width:187px;
        position:relative;
        top:15px;
        left:20px;
}

#logo h1, #logo p {
	float: left;
}

#logo h1 {
	padding: 20px 0 0 20px;
}

#logo p {
	margin: 0;
	padding: 42px 0 0 6px;
}



/* Search */

#search {
	float: right;
	width: 277px;
	padding: 40px 20px 4px 0;
}

#search fieldset {
	border: none;
}

#search legend {
	display: none;
}

#s {
	float: left;
	width: 277px;
	margin: 0 0 0 10px;
	border: none;
	padding-top:20px;
}

#x {
	display: none;
}



/* Page */

#page {
        min-height:600px;
	width: 970px;
        margin: 0;
        background:url(/images/more/page-body.gif);
        background-repeat:repeat-y;
}

/*
 * IE 7 FIX for page content left positioning

*:first-child+html div#page {
	margin-left:200px;
}
 */

/* #bgtop {
	height: 0px;
}
*/
#bgbottom {
        padding-bottom: 0px;
}

#page ul {
	list-style: none;
}

#page ul li {
	padding-left: 5px;
}



/* Content */

#content {
	float: left;
	width: 520px;
	min-height: 600px;
	padding: 0 0 0 5px;
        color:#000000;

}

#bgbottom > #content { margin-left:0px; }

html>body #content {
	height: auto;
}

div.left{ width: 33%; float:left; padding: 3px 0px 0px 1px; text-align:center;}
div.middle{ width: 33%; float:left; padding: 3px 0px 0px 1px; text-align:center;}
div.right{ width: 33%; float:left; padding: 3px 0px 0px 1px; text-align:center;}

.justify {
       text-justify: distribute-all-lines;
       text-align: justify;
       text-align-last: justify;
}

.notes {
       font-size: 10px;
       font-style: italic;
}
div.sevenday {
      float:left;
}
div.fiveday {
      text-align:right;
}

p.later_text {
font-size:24px;
font-weight:bold;
text-decoration:underline;
position:relative;
top:-100px;
margin-bottom:-40px;
}

p.usp-title {
font-size:16px;
font-weight:bold;
text-decoration:underline;
text-align:center;
position:relative;
top:-100px;
}

p.usp {
font-size:14px;
text-align:left;
position:relative;
top:-128px;
left:80px;
margin-bottom:-125px;
}

div.celeb_moyles a {
display: block;
width:250px;
height:250px;
}

div.celeb_evans a {
display: block;
width:116px;
height:250px;
}

div.celeb_moyles a:hover img {
visibility: hidden;
overflow: hidden;
display: block;
}

div.celeb_evans a:hover img {
visibility: hidden;
overflow: hidden;
display: block;
width:116px;
height:250px;
}

div.celeb_moyles a:hover {
background: transparent url(/images/more/moyles-on_250x250.jpg) no-repeat scroll 0 0;
margin:0;
overflow: hidden;
padding:0;
margin-left:30px;
}

div.celeb_evans a:hover {
background: transparent url(/images/more/chris-evans-on_116x250.jpg) no-repeat scroll 0 0;
margin:0;
overflow: hidden;
padding:0;
}

/* Post */

.post { 
       background:#FFFFFF url(/images/more/content-body.jpg);
       background-repeat:repeat-y;
       background-position:top;
position:relative;
left:10px;
}

.post .bigpix {
	padding-top:10px;
	margin-bottom: 20px;
}

.post .bigpix .image {
	text-align:center;
}

.post .bigpix .caption {
	margin: 0;
	padding: 2px 10px 5px 10px;
}


.post .title {
	padding: 30px 10px 5px 10px;
	font-size: 1.8em;
        background:#FFFFFF url(/images/more/content-top.gif) no-repeat scroll 0 0;
        background-position:top;
}	

.post .title a {
	background: none;
}

.post .byline {
	margin: 0;
	padding: 0 10px;
}

.post .byline a {
	color: #C2C2C2;
}


.post .entry {
	padding: 20px 5px 0 10px;
        margin: 0 auto;
}


.post .tags {
	margin: 0;
	padding: 5px 10px;
}

.post .tags a {
	padding: 0 5px;
	background: none;
}

.post .links {
	padding: 5px 10px;
	border-bottom: 1px solid #EEEEEE;
	font-weight: bold;
}

.post .links .comments {
	padding-left: 20px;
	background: url(../images/img13.gif) no-repeat left center;
}

.post .links .permalink {
	padding-left: 18px;
	background: url(../images/img14.gif) no-repeat left center;
}

.pages {
	margin:0;
	padding: 5px 0px 0px 0px;
        background:transparent;
}

.pages span {
	color: #AA067B;
        font-size: 14px;
}
.pages a:link {
        color: #55AF00;
        text-decoration: underline;
}
.pages a:active {
        color: #55AF00;
        text-decoration: underline;
}
.pages a:visited {
        color: #55AF00;
        text-decoration: underline;
}
.pages a:hover {
        color: #55AF00;
        font-weight: bold;
}

/* Sidebar Common Style */

.sidebar {
}

#page .sidebar ul {
	line-height: normal;
}

#page .sidebar li {
	padding: 0;
	background: none;
	list-style: none;
}

#page .sidebar li ul {
}

#page .sidebar li li {
	padding: 0px 0px 0px 0px;
}

#page li {
	list-style-position:inside;
}

/* Sidebar One */

#sidebar1 {
	float: left;
	width: 210px !important;
	width: 210px;
	min-height: 600px;
        margin-left:0px;
        background:#FFFFFF;
        background:url(/images/more/siderbar-top.gif);
        background-repeat:no-repeat;
        background-position:top;
        color:#000000;
}

img.atkind {
padding-top:20px;
}

img.gi {
padding-top:10px;
}

/* IE 6 HACK */
* html img.caveman, img.gorilla, img.gi, img.fatbelly, img.atkind, img.detox {
        position:relative;
        top:10px;
        z-index:1;
}
  
/* Sidebar Two */

#sidebar2 {
	float: right;
	width: 210px !important;
	width: 210px;
	min-height: 600px;
	margin-left: 10px;
        color:#000000;
        background:#FFFFFF;
        background-image:url(/images/more/sidelbar-top.gif);
        background-repeat:no-repeat;
        background-position:top;
/*	background: url() no-repeat 0 0; */
}

.AccordionTitle, .AccordionContent, .AccordionContainer {
        background: #FFFFFF;
        position: relative;
        width: 200px;
        margin-left: 5px;
}

.AccordionTitle {
        cursor: pointer;
        font-family: "Calibri", Arial, Helvetica, sans-serif;;
        font-size: 16px;
        font-weight: bold;
        line-height: 20px;
        text-align: left;
        display: table-cell;
        color: #505050;
}
 
.AccordionContent {
        height: 0px;
        overflow: hidden; /*display: none;  */
}
.AccordionContent_ {
        height: auto;
}
.AccordionContainer {
}
.ContentTable {
        width: 100%;
        text-align: center;
        color: #505050;
	line-height:15px;
	padding-bottom:10px;
        font-size:14px;
}
.ContentCell { 
        padding-top:5px;
	padding-bottom:5px;
        font-size:14px;
}
.ContentTable a:link {
        color: #505050;
        text-decoration: none;
        font-style:normal;
}
.ContentTable a:active {
        color: #505050;
        text-decoration: none;
        font-style:normal;
}
.ContentTable a:visited {
        color: #505050;
        text-decoration: none;
        font-style:normal;
}
.ContentTable a:hover {
        color: #000000;
        text-decoration: none;
        font-weight: bold;
}

div.buttonsmall {
        background-image: url(/images/more/sidebox-button.gif);
        background-repeat: no-repeat;
        margin-bottom:3px;
	height:45px;
        text-align:center;
	line-height:40px;
        padding-left: 0px;
        position:relative;
        left:7px;
        cursor: pointer;
}

div.buttonsmalltest {
        background-image: url(/images/more/sidebox-button.gif);
        background-repeat: no-repeat;
        margin-bottom:3px;
	height:45px;
        text-align:center;
	line-height:20px;
        padding-left: 0px;
        position:relative;
        left:7px;
        cursor: pointer;
}

.sidebox2 {
        position:relative;
        top:30px;
        right:0px;
        background-image:url(/images/more/sidebar-body.gif); 
        background-repeat:repeat-y;
}

/* #sidebar2 a {
        color:#000000;
        text-decoration: none;
        text-align: center;
        font-size: 30px;
}
*/
/* .sidebox2 p {
	padding:4px;
	line-height:1.4em;
	text-align: center;
}
*/
.sidebox3 {
	border:0px solid #c9c9c9;
        position:relative;
        top:30px;
        right:0px;
        background-image:url(/images/more/sidebar-body.gif); 
        background-repeat:repeat-y;
}

/*.sidebox3 p {
	padding:4px;
	line-height:1.4em;
	text-align:left;
}
*/

/* Login Box */

#side-login {
        position:absolute;
        top:8px;
        left:775px;
        width:160px;
        height:140px;
}

/* IE 6 HACK */
* html #side-login {
        position:absolute;
        top:7px;
        left:775px;
        width:160px;
        height:145px;
}


/* Tag Cloud */

#tag_cloud {
	margin-bottom: 20px;
}

/* BMI */
.bmi {
       padding-left:5px;
}


/* Footer */

#footer {
	clear: left;
	margin: 0 auto 0 auto;
	padding: 0px 10px 10px 10px;
	line-height: 53px;
	width: 960px;
        background:url(/images/more/mandiet-footer.jpg);
        background-repeat:no-repeat;
        background-position:top;
        position:relative;
        top: -19px;
}

#footer_links {
	float:left;
	margin-left:20px;
}

#footer_links a {
	color:#fff;
	text-decoration: none;
}

#footer_links a:hover {
	color:#e6e6e6;
	text-decoration: underline;
}

#footer_links_imgs {
	text-align:center;
}

#footer p {
	text-align: center;
	font-size: .8em;
	font-weight: bold;
	color: #000000;
        padding-top:60px;
}



/* SUPPORT CENTER STYLES */
div.supportcenter { width:400px; }

.inputsubmit {  
	font-family: "Calibri", Arial, Helvetica, sans-serif;; 
	font-size: 20px; 
	background-color: #DB8606; 
	color: #FFFFFF;
	border: #666666; 
	border-style: solid;
 	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

.inputsubmit2 {  
	font-family: "Calibri", Arial, Helvetica, sans-serif;; 
	font-size: 11px; 
	background-color: #FFFFFF; 
	color: #006699;
	border: #FFFFFF; 
	border-style: solid;
 	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}

a.barTxt, .barTxt {
	color: #666666;
	text-decoration: none;
	border: none;
	background: none;
	line-height:35px;
	margin:10px 0px;
}

.error {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	border: none;
	font-weight: bold;
}


.mainTable { background-color: #F4FAFF; }
.mainTableAlt { background-color: #FFFFFF; }
.mainTableOn { background-color: #FFFFF0; }
.TableHeader { background-color: #E9E9E9; }
.TableMsg { background-color: #ADADAD; }
.TableHeaderText { color: #FFFFFF; font-size: 11px; font-weight: normal; }
.TableInfoText { color: #000000; font-size: 11px; background-color: #FFFFFF; }
.priLow { background-color: #DDFFDD; }
.priNormal { background-color: #FFFFF0; }
.priHigh { background-color: #FEE7E7; }
.privReceived { background-color: #3669CF; color: #3E3E3E; }
.privBox { background-color: #FFFFFF; }
.privBorder { background-color: Black; }
.privAttachments { background-color: #94C7FF; }
.msgReceived { background-color: #E9E9E9; color: #3E3E3E; font-size: 10px; }
.msgAnswered { background-color: #FFE0B3; color: #3E3E3E; font-size: 10px; }
.msgAttachments { background-color: #F4FAFF; color: #000000; font-size: 10px; }
.msgBorder { background-color: #ADADAD; }
.msgBorderInfo { background-color: #ffffff; }
.msgBox { background-color: #F9F9F9; }

div.supportcenter A { color:#006699; text-decoration: none; }
div.supportcenter A:hover { color:#DB8606; text-decoration: none; }





/* STYLIZED FORMS */
#stylized{

}
#stylized h1 {
	margin-bottom:8px;
}
#stylized p{
	margin-bottom:20px;
	padding-bottom:10px;
}
#stylized label{
	display:block;
	width:140px;
	float:left;
}
#stylized .small{
	display:block;
	width:140px;
}
#stylized input{
	float:left;
	padding:4px 2px;
	width:200px;
	margin:2px 0 20px 10px;
}
#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
}




/*************************************************
 * BOF: SHOP STYLES
 *************************************************/


.sidebox3 {
}

.shop_category_list_product {
	padding:8px;
	margin:5px;
	background:transparent;
	text-align:left;
	min-height:140px;
}

.shop_category_list_product img {
	float:left;
	margin-left:10px;
}

.shop_category_list_product > img {
	height:auto;
	width:auto;
}

.shop_category_product {
	float:left;
	width:120px;
	padding:8px;
	margin:5px;
	background:transparent;
	text-align:center;
}

.shop_category_product img {
	width:120px;
	height:140px;
}

.shop_category_product > img {
	max-width:120px;
	max-height:140px;
	height:auto;
	width:auto;
}

.shop_product_image {
	margin-right: 5px;
        position:relative;
        margin-top:40px;
}

/* IE 7 HACK 
*:first-child+html .shop_product_image {
	margin-right: 5px;
        position:relative;
        top:0px;
}
*/


.price, #price {
	font-size:14px;
	font-weight:bold;
}

.product_link {
	text-align:left;
}

#price, div#add_to_cart, div#add_to_enquiry {
        margin-left:5px;
        position:relative;
        top:55px;
}

div#stock_level {
margin-top:-50px;
}

/* IE 7 HACK */
*:first-child+html div#price, div#add_to_cart, div#stock_level, div#add_to_enquiry {
        margin-left:5px;
        position:relative;
        top:65px;
}
/*
div#shop_product_short_description {
        margin-left:5px;
        position:relative;
        top:5px;
        margin-left:10px;
        margin-right:10px;
        margin-top:30px;
	padding:10px;
}
*/
div#shop_product_description {
padding:40px 10px 0px 10px;
}


/* IE 7 HACK */
*:first-child+html #shop_product_description {
        padding-left:10px;
        padding-right:10px;
        margin-top:50px;
}


div#breadcrumb_trails {
        padding-top:15px;
        padding-left:15px;
        background-image:url(/images/more/content-top.gif);
        background-repeat:no-repeat;
        background-position:top;
}
/*************************************************
 * EOF: SHOP STYLES
 *************************************************/