/* Start of CMSMS style sheet 'dietpill : default CSS' */
/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	font: 15px/1.6em Arial, Geneva, sans-serif;
	color: #666666; 
	text-align: center;
	margin: 0 0 50px 0;
	background:#f4fcfb url(uploads/dietpill/page-bg.png) repeat-x;
}

/* links */
a, a:visited {	
	color: #0EBE8A;
	background: inherit;
	text-decoration: underline;	
}
a:hover {
	color: #48ac0b;
	background: inherit;
	text-decoration: underline;	
}

/* headers */
h1, h2, h3 {
	font-family: Arial, Geneva, sans-serif;
	color: #139066;
        margin-bottom:0.5em;
}
h1 {
	font-size: 190%;	
	font-weight: normal;
	letter-spacing: -1px;
}
h2 {
	font-size: 180%;
	color: #139066;
}
h3 {
	font-size: 140%;	
	font-weight: normal;	
}

h4 {
	font-size: 120%;	
	font-weight: bold;
	text-transform: capitalize;
}

a:hover h4 {
text-decoration:underline;
}


p {
	padding: 0;		
	margin-bottom: 1.2em;
}
ul, ol {
	margin: 5px 20px;
	padding: 0;
}
ul {
	list-style: none;
}

/* images */

img {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F4F3EC; 
	background: #FAFAE7;  
}
acronym {
	cursor: help;
	border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;  
	border: 1px solid #F4F3EC; 
	background: #FAFAE7 url(uploads/dietpill/quote.jpg) no-repeat 7px 10px; 
	font: bold 1.3em/1.5em  Arial, Geneva, sans-serif;
	color: #976957;
}

hr {
	color: #139066;
	border:1px solid #139066;
}

#main strong {color:#333;}

/* start - table */
table {
	border-collapse: collapse;
	margin: 10px;	
}
th strong {
	color: #fff;
}
th {
	background: #93BC0C url(uploads/dietpill/nav.jpg) repeat-x;
	height: 35px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #fff;
}
tr {
	height: 32px;
}
td {
	padding-left: 11px;
	padding-right: 11px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}
/* end - table */

/* form elements */
form {
	padding: 10px;
	border: 1px solid #e1e1e1; 
	background-color: #e3f4e1; 	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
label {
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #ccc;
	font: normal 1em Arial, Geneva, sans-serif;
	color:#777;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Arial, Geneva, sans-serif;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	font: bold 12px Arial, Geneva, sans-serif;
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(uploads/dietpill/nav.jpg) repeat-x 0 0;
	border: 1px solid #20b470;
}

input.fbsubmit { 
	font: bold 12px Arial, Geneva, sans-serif;
	height: 24px;
	margin: 10px 0 0 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(uploads/dietpill/nav.jpg) repeat-x 0 0;
	border: 1px solid #20b470;
}

form fieldset {
border: none;
}

form legend {
display:none; visibility:hidden;
}

/* search form */

#searcharea {
	width: 900px;	
	margin: 0px auto;
	height:70px;
	background:#fff url(uploads/dietpill/search-bgV2.png) no-repeat scroll 0 bottom;
	position:relative;
	top:4px;
	left:0;
}

#searcharea form {
	margin:0;
	padding:0;
	border: 0; 
	background:transparent;	
	height:50px;
	position:absolute;
	top:10px;
	left:80px;
}

input.searchform { 
	background: #fff url(uploads/dietpill/header-spr.png) repeat-x left -183px;
	border: 1px solid #ccc;	
	margin: 4px;	
	width: 480px;
	color: #999; 
	padding: 7px;	
	vertical-align: top;
	font-size:22px;
	font-weight:bold;
}

#searcharea input.button { 
border:0;
margin:0 0 0 55px;
cursor:pointer;
background:transparent url(uploads/dietpill/search-dietpill.png) no-repeat scroll 0 0;
cursor:pointer;
height:49px;
overflow:hidden;
width:159px;
}

#searcharea input.button:hover { 
background-position:0 -49px;
}

/* Search results page */

.searchhilite {
background-color:#fff99b;
padding:0 2px;
font-weight:bold;
color:#00b175;
}

#searchresults span.small {
font-size:60%;
}

#searchresults ul li {
margin-bottom:10px;
}


/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 960px;	
	margin: 0 auto 0 auto;
	text-align: left;
        padding-top:10px;
}
#content-wrap {
	position: relative;
        z-index:10;
	clear: both;
	float: left;	
	width: 900px;					
	display: inherit;
	padding:25px 30px 0 30px;
}
#header {
	position: relative;
	width: 900px;	
	height: 90px;	
	padding: 0 30px 0 30px;	
	margin: 0px auto;
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	text-transform: none;
	text-decoration: none;
	width:330px;
        height:63px;
        background: url(uploads/dietpill/wdp-logo.png) no-repeat left top;
	/* change the values of top and left to adjust the position of the logo*/
	top: 5px; left: 30px;	
}

#header h1#logo-text a {
display:block;
width:298px;
        height:63px;
}

#header h1#logo-text a span {
	display:none;
        visibility:hidden;
}

#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px Arial, Geneva, sans-serif;
        letter-spacing: 2px;
	text-transform: none;
	color: #139066;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 48px; left: 73px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 45px; right: 50px;	
	color: #139066;
	font: normal 18px Arial, Geneva, sans-serif;	
}

/* header-photo */
#header-photo {
	clear: both;
	background: #fff;
	margin: 10px auto;
	padding: 0;		
	height:190px; 
	width: 870px;
}
#header-photo img {
	border: none;
	margin: 0; padding: 0;
} 


/* Main Column */
#main {
	float: left;
	width: 610px;
	padding:15px; 
	display: inline;	
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ccc;
}

#main h2 {
	margin-top: 10px;
	padding-bottom: 3px;
	font: normal 180% Arial, Geneva, sans-serif;
	color: #139066; 
	letter-spacing: -1px;	
	text-transform: none;
}
#main h2 a {
	color: #139066; 
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(uploads/dietpill/bullet.gif);
}

#main ul li.new {
	list-style-image: url(images/new.png);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 240px;
	padding:5px;
	margin:0;
}	
#sidebar h3.toppills {
	padding: 5px 5px 5px 20px; 	
	background:  url(images/award_star_gold_2.png) left center no-repeat;
}

#sidebar h3 {
	padding: 5px 5px; 	
	color: #139066; 
	font-weight: bold;
	font: normal 22px Arial, Geneva, sans-serif;
	letter-spacing: -1px;
	text-transform: none;
	text-decoration: none;			
}

#sidebar ul.sidemenu {
	text-align: left;
	margin: 7px 0 0 0px; padding: 0;
	text-decoration: none;		
	border-top: 1px solid #EBEBEB;
}

.sidemenu li:last-child {
border-bottom:none !important;
}

#sidebar ul.sidemenu li {
	list-style: none;
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 0 5px 5px;
	margin: 0 2px;		
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: underline;	
	background-image: none;	
	color: #0EBE8A;
 	font-size:16px;	
}
#sidebar ul.sidemenu li a:hover {	
	color: #48ac0b;
	text-decoration: underline;		
}

#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { border: none; }

/* Homepage Boxes */

#panelbox-wrap ul {
padding:0;
}

#panelbox-wrap h2 {
font-size:120%;
letter-spacing:0;
}

.panelbox {
padding:0 10px 10px 10px;
overflow:hidden;
margin-top:15px;
}

.panelbox li {
width:135px;
float:left;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 960px;
	font-size: 100%;	
	text-align: left;
	padding:30px 0 0 0;		
	border-bottom: 0px solid #fff;
	border-top: 0px solid #fff;
        margin: 0 auto 0 auto;
}

#footer-wrap a:hover {
color:#0ebe8a;
text-decoration:underline;
}

#footer-wrap h3 {
	margin: 0;
	padding: 0 10px; 
	font-weight: bold;
	font: normal 24px Arial, Geneva, sans-serif;
	letter-spacing: -1.0px;
	color: #5daf80;
	text-transform: none;
	text-decoration: none;
}

#footer-columns {
	color: #FFF;
	margin: 0 auto; 
	padding: 0;	
	width: 840px;

/*temp hide*/
display:none;
visibility:hidden;
position:absolute;	
			
}
#footer-wrap a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;	
	border-top: 1px solid #e5e5e5;
}
#footer-columns li {
	border-bottom: 1px solid #e5e5e5;	
}
#footer-columns li a {
	display: block;
	padding: 5px 0 5px 10px;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #5daf80;	
	margin: 0 auto; 
	width: 870px;
	padding: 15px 0 0 0;
	text-align: center;	
}

/* postmeta */
.postmeta {	
	padding: 5px; margin: 20px 10px 15px 10px;	
	font-size: 95%;	
	color: #99997D;
	border: 1px solid #EAE7DB;
	background: #FAFAE7;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em;	padding-top: 0; margin-left: 5px;	}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }


/* MENU TEST */


/* Navigation */
#nav {
	clear: both;	
	margin: 0; padding: 0;		
	height: 35px;
	position:relative;
}
#nav ul {
	float: left;
	list-style: none;	
	width: 900px;		
	height: 35px;
	margin: 0;
	padding: 0;	
	display: inline;
        position:relative;
}

#nav ul li {
	display: inline;
	margin: 0 5px 0 0; padding: 0;
        position:relative;
        background: url(uploads/dietpill/header-spr.png) no-repeat -4px -80px;
}
#nav ul li a {
        background: url(uploads/dietpill/header-spr.png) no-repeat right -40px;
	display: block;
	float: left;
	width: auto;
        height:35px;
	margin: 0 0 0 4px;
	padding: 0 14px;
	font: bold 14px/40px Arial, Geneva, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #fff;
        position:relative;
}
#nav ul li a:hover, 
#nav ul li a:active, #primary-nav li.menuactive a:hover, #primary-nav li.menuactive a:active {
        text-decoration: underline;
}

#nav ul li#current a {	
	background: url(uploads/dietpill/header-spr.png) no-repeat top right;
}



/* The wrapper clears the floating elements of the menu */

/* Fix for Opera 8 */
.clearb { clear: both; }
#menuwrapper { 
   /* Fix for Opera 8 */ 
   /*   overflow: hidden;  */
   width: 900px;
position:relative;
top:0px;
margin:0 auto;
}

/* Set the width of the menu elements at second level. Leaving first level flexible. */


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px;
   border-bottom:4px solid #333; 
}
#primary-nav ul { 
   position: absolute; 
   top: auto; 
   display: none; 
}
#primary-nav ul ul { 
   margin-top: 0;
   margin-left: 0px;
   left: 100%; 
   top: 0;
}
	
#primary-nav li { 
   float: left; 
}

#primary-nav li li { 
z-index:999;
width:170px;
margin: 0px;
margin-top: -1px;
float: left;
position: relative;
border:1px solid #00b48c; 
}

/* Styling the basic apperance of the menu elements */
#primary-nav a { 
   display: block; 
   margin: 0px; 
   padding: 5px 10px; 
   text-decoration: none; 
   color: #FFFFFF;
}



/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
   	background: url(uploads/dietpill/header-spr.png) no-repeat left -80px;
}

#primary-nav li.menuactive a {
background: url(uploads/dietpill/header-spr.png) no-repeat top right;
color:#e8e8e8;
text-decoration:none;
}

#primary-nav li.menuactive a:hover {
text-decoration:none;
}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav ul li.menuparent, 
#primary-nav ul li.menuparent:hover, 
#primary-nav ul li.menuparent { 
/* arrow for menuparents */
   background-image: url(images/cms/arrow.gif); 
   background-position: center right; 
   background-repeat: no-repeat; 
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

/* 
just add 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul ul ul,
for fourth level 
*/
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparent ul, 
#primary-nav li.menuparent ul ul { 
   display: none; 
}

/* add 
#primary-nav ul ul ul li:hover ul, 
#primary-nav ul ul ul li.menuparent ul,
for fourth level
*/
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparent ul, 
#primary-nav ul li.menuparent ul, 
#primary-nav ul ul li.menuparent ul { 
   display: block; 
}


/* IE Hacks */
#primary-nav li li { 
   clear: both; 
}
#primary-nav li li a, #primary-nav li.menuactive li a { 
        height: 1%;
	display: block;
	width: 150px;
	margin: 0;
	padding:3px 10px;
	font: bold 13px/22px Arial, Geneva, sans-serif;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #333; 
	border: 0px;
background: #cffff4;
}

#primary-nav li li a:hover { 
background: #fff;
}

#primary-nav li ul {
position:absolute;
z-index:9999;
list-style: none;	
width: 172px;
height:auto;		
margin: 0;
padding: 0;
top:35px;
left:0;
margin-left:-999em;
border:0;
}

#primary-nav li:hover ul {
margin-left:0;
}


/** Reviews & Ratings CSS **/

#m4_feedback_summary_report {
padding: 10px;
}

#m4_feedback_summary_report img {
background: 0;
border: 0px solid #dcdcdc;
padding: 0;
}

.feedback_summary_item{
margin:10px;
}

.feedback_summary_item img {
background: 0;
border: 0px solid #dcdcdc;
padding: 0;
}

.cgfeedback_addcoment input, .cgfeedback_addcoment select, .cgfeedback_addcoment textarea,
.contactform input, .contactform select, .contactform textarea {
margin:3px 0;
}

input#recaptcha_response_field {
margin:0;
}

.cgfeedback_addcoment textarea {
	width:300px;
	padding:2px;
	font: normal 1em Arial, Geneva, sans-serif;
	border:1px solid #ccc;
	height:100px;
	display:block;
	color:#777;
}

.pagemessage { padding:10px;}

/** Recaptcha Reset **/


#recaptcha_table table {
	margin: 0;	
}

#recaptcha_table tr {
	height: auto;
}

#recaptcha_table td {
	padding-left: 0;
	padding-right: 0;
}


/** Comparison page **/

#comparisontable { width:100%; background-color:#fff;}
#comparisontable td { width:50%; vertical-align:top; border:1px solid #ccc; padding:10px;}
#comparisontable ul {margin:0 0 0 25px; list-style-image:url(uploads/images/tick_icon.jpg);}
#comparisontable h1 {margin-bottom:0;}

/** CTA **/
.cta-btn, a:visited.cta-btn {display:block; padding:8px 0 9px 0px; color:#300; font-size:18px; background:url(uploads/images/buy-slimming-products.png); width:210px; height:29px; text-align:center; font-weight:bold; text-decoration:none;}
a:hover.cta-btn { font-size:18px; background:url(uploads/images/buy-slimming-products.png); width:210px; height:29px; font-weight:bold; color:#006600;}
/* End of 'dietpill : default CSS' */

