/*

Theme Name: Tropicala
Description: Simple, modern, lightweight
Version: 1.3
Author: LetsEat.at
Author URI: http://www.LetsEat.at
Tags: grey, orange, white, fixed width, two columns, widgets, fixed width, valid XHTML, valid CSS, two columns, right sidebar, simple

This template is being distributed via Wordpress.org under GPLv3 license. Enjoy!

To replace the banner image, just swap out masthead.png with your own image, sized 723px x 147px. 
The dropshadows are in the background CSS, not the image.

v1.1 - changed license to GPLv3
v1.2 - added comments and removed some blank elements from stylesheet
v1.3 - added license.txt (Apparently some people don't read this stylesheet), added link back to the theme's page at Wordpress.org

*/

* {
 
  margin:0;
  list-style:none;
}

body {
  font:Arial, Helvetica, sans-serif; /* Means 1em == 10px, 1.2em == 12px, etc. */
  background:#F5F5F5 /*url(./images/bg.jpg) repeat-x*/; /* Set background image here */
}

p, h2, h3, h4, h5 {
  font-size:1.2em;
}

img {
  border:0;
}

div#wrapper {
  width:950px;
  padding-top:8px;
  margin:25px auto 0;
  background:url(./images/top.png) no-repeat;
}

div#masthead {
  width:950px;
  background:url(./images/main_bg.png) repeat-y;
  position:relative;
}

/* Blog Title */
h1 {
  font:3.2em 'Arial', Helvetica;
}

h1 a {
  position:absolute;
  width:300px;
  height:30px;
  left:50px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#c00;
  display:inline;
}

/* Tagline */
#masthead p {
  position:relative;
  margin:0;
  top:62px;
  left:50px;
  color:#888;
  width: 800px;
}

/* Pages Navigation */
div#masthead ul {
  float:right;
  margin-right:22px;
  position:relative;
  z-index:2;
  bottom:-2px;
}

div#masthead ul li {
  float:left;
}

div#masthead ul li a {
  color:#686868;
  text-decoration:none;
  display:block;
  font-size:1.4em;
  padding:40px 20px 18px;
}

div#masthead ul li a:hover,
div#masthead ul li.current_page_item {
  background:url(./images/nav_bg.png) bottom repeat-x;
}

/* Banner image dropshadow */
div#masthead_image {
  background:url(./images/image_bg.png) center no-repeat;
  width:931px;
  height:4px;
  clear:both;
  /*padding:8px 22px;*/
  padding: 0px 5px;
  position:relative;
  z-index:1;
}

a {
  outline:0;
}

/* Page dropshadow */
div#content {
  width:950px;
  background:url(./images/main_bg.png) repeat-y;
}

/*-----------------------------------------------------------------------------

  Main Content

-----------------------------------------------------------------------------*/

div#main {
  padding:0 20px 20px;
  width:690px;
  float:left;
}

/* Main header on single pages */
h2.header {
  color:#c00;
  font-size:24px;
  padding:10px 0 0;
  line-height:1;
  margin:0 0 5px;
  border-bottom:1px solid #e7e7e7;
  position:relative;
}

div#main h2.header a {
  color:#c00;
  text-decoration:none;
}

h2.header span {
  position:relative;
  background:#FFF;
  padding-right:10px;
  bottom:-5px;
}

/* Secondary headline above comments and comment form */
div#main h3 {
  margin:15px 0 5px;
  color:#c00;
}

div#main p {
  color:#000;
  line-height:1em;
  margin:10px 0;
}

div#main a {
  color:#30f;
}

.article {
  margin-bottom:20px;
}

.article blockquote {
  margin:0 15px;
  padding:1px 15px;
  background:#F0F0F0;
}

.article ul, .article ol {
  font-size:1.2em;
  color:#000;
  margin-left:15px;
}

.article ul li {
  margin:5px 0;
  padding-left:15px;
  background:url(./images/square.png) 0 center no-repeat;
}

.article ol {
  margin-left:30px;
}

.article ol li {
  list-style:decimal;
  margin:10px 0;
}

.article ol li ol {
  font-size:1em;
  margin-left:15px;
}

#main p.byline {
  color:#999;
}

ul.article_footer {
  text-align:right;
  margin:10px 0;
  background:#F1F1F1;
  padding:5px 10px;
  border:1px solid #DADADA;
  border-width:1px 0;
  line-height:1.5;
}

ul.article_footer li {
  font-size:0.9em;
  display:inline;
  background:none;
  border-left:1px solid #DADADA;
  margin-left:5px;
  padding-left:10px;
}

ul.article_footer li.first {
  border-left:0;
}

/*-----------------------------------------------------------------------------

  Secondary Content

-----------------------------------------------------------------------------*/

div#secondary {
  padding:15px 20px 20px 0;
  width:200px;
  float:left;
}

div#secondary ul#sidebar {
  margin:15px 0 20px;
  color:#000;
  padding-bottom:10px;
  font-size:10px;
}

div#secondary ul#sidebar li {
  margin:5px 0;
  font-size:1.2em;
  line-height:1.5em;
}

/* Sidebar headers */
div#secondary h2 {
  text-transform:uppercase;
  color:#30f;
  margin:20px 0 8px;
  font-size:1em;
  line-height:1;
}



div#secondary a:hover {
  text-decoration:underline;
}

div#secondary ul.children {
  margin-left:5px;
  padding-left:10px;
  border-left:5px solid #EAEAEA;
}

div#secondary ul#sidebar li li {
  font-size:1em;
}

/* Optional bio area header (commented out by default) */
div#author h2 {
  font-size:1.2em;
}



/* Search input */
form#searchform {
  position:relative;
  height:28px;
  margin-bottom:20px;
}

form#searchform input#s {
  position:absolute;
  top:0;
  height:18px;
  width:156px;
  padding:5px;
  background:url(./images/text_bg.png) repeat-x;
  border:1px solid #bcbcbc;
}

input#search_submit {
  position:absolute;
  right:0;
}

/*-----------------------------------------------------------------------------

  Footer

-----------------------------------------------------------------------------*/

ul#footer {
  height:8px;
  width:950px;
  margin:0 auto;
  background:url(./images/bottom.png) no-repeat;
  text-align:center;
  font-size:1em;
  color:#686868;
  padding:15px 0;
}

ul#footer li {
  display:inline;
  margin-left:10px;
}

ul#footer li span {
  position:absolute;
  text-indent:-9999em;
}

ul#footer li a {
  color:#686868;
  text-decoration:none;
}

/*-----------------------------------------------------------------------------

  Wordpress Specific Stuff - Elements that weren't in my original stylesheet

-----------------------------------------------------------------------------*/

ol.commentlist {
  margin-top:15px;
  color:#555;
}

/* Background color for visitor comments */
ol.commentlist li {
  background:#F1F1F1;
  padding:10px;
  margin:10px 0;
}

/* Background color for Admin comments */
ol.commentlist li.alt {
  background:#EBF9FC;
}

textarea#comment {
  width:500px;
}

#main p.comment_meta {
  margin:0;
  float:right;
}

/* Optional popup window (NOTE: popups make for bad UI IMHO) */
body#commentspopup {
  background:#FFF;
  padding:20px;
}



body#commentspopup h1 a {
  position:relative;
  top:0;
  left:0;
}

body#commentspopup h3 {
  color:#555;
}

body#commentspopup p {
  margin:10px 0;
  color:#555;
}

body#commentspopup textarea {
  width:340px;
}

/* Image stuff for 2.6.1 */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

p.entry_info {
  clear:both;
}

div.navigation {
  margin:10px 0;
}

/*-----------------------------------------------------------------------------

  CSS Magic

-----------------------------------------------------------------------------*/

.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
  .clearfix {display:block;}
/* End hide from IE Mac */




/*--------------------- my additions ---------------------------------------------------------------------------------*/



.subheader {margin-top:55px; margin-left:100px;}
.subheader2 {margin-left:590px; width:500px; float: left; color:#CC0000}
#center-adjustment {width:882px;}

.right11 {float:right; padding-right:20px;}
.big_purple11 {font-size: 18px;
	font-weight: bold;
	color: white;
	line-height: 1.0;}
/*for sidebars*/
.tbl-bdr-gray-all4 {border: 1px #bbb solid}
.tblpadding1 {margin-right: 10px}

#reviews ul { list-style-type:none; margin-left:15px;}
.reviews {padding:10px; font-size:10px;}
/* IE6 Only */
* html #reviews ul {margin-left:0px; }
/* IE7 Only */
*:first-child+html #reviews ul {margin-left:0px; }
ul.toprated li { height:08px; padding-top:5px; }
table.padding11 td {padding:10px;}
padding11 {padding-left:20px;}
.red {color: red; border-bottom:1px solid gray;}
.table shift {padding-left:25px;}
.red11 {color:#cc0000;}
.style208fh21 {
	font-size: 36px;
	font-weight: bold;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}
.style30gw0efh202 {
	font-size: 36px;
	font-weight: bold;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.h2345234 {
  font:3.2em 'Arial', Helvetica;
}

.h2345234 a {
  position:absolute;
  width:600px;
  height:30px;
  left:50px;
  top:15px;
  font-weight:bold;
  text-decoration:none;
  color:#c00;
  display:inline;
}



/* bretts nav */
#nav-bar {
	clear:left;
	float:left;
	height:32px;
	width:820px;
	margin: 13px 15px 0 5px;
}
/* brett's buttons */
	#prices {
	width:120px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px;
	}

		#pricesleft {
			width:43%; 
			float:left; 
			padding:0px; 
			margin-right:5px;
		}
	
			.priceslefttext {
			text-align:left; 
			padding:4px 0px;
		}
		
		.priceslefttextU {
			text-align:left; 
			padding:4px 0px; 
			margin:0px; 
			text-decoration:underline;
		}
		
		#pricesright {
			width:50%; 
			float:left;
		}
		.pricesrighttext {
			text-align:left; 
			padding:4px 0px; 
			margin:0px 0px 0px 0px; 
			margin-left:7px; 
			font-weight:bold;
		}
		.pricesrighttextstrike {
			text-align:left; 
			padding:4px 0px; 
			margin:0px 0px 0px 0px; 
			margin-left:7px; 
			text-decoration:line-through;
		}
		
		.pricesrighttextRed {
			text-align:left; 
			padding:4px 0px; 
			margin:0px 0px 0px 0px; 
			margin-left:7px; 
			color:#CA0304; 
			font-weight:bold;
		}
		
		.qt {
			vertical-align:middle;
			font-weight:bold; 
			padding-right:20px;
		}
				.priceslefttextRed {
			text-align:left; 
			padding:4px 0px; 
			margin:0px 0px 0px 0px; 
			color:#CA0304; 
			font-weight:bold;
		}

/*---------------------lipovox--------------------*/
#header2 {
	width:800;
	height:390;
	padding-left: 55px;
}

#nav2 a {
	color:#900;
	font-family:helvetica;
	letter-spacing:1px;
	font-size:1.3em;
	text-transform:uppercase;
	text-decoration:none;
}

#nav2 a:hover {
	color:#fff;
}

#nav2 ul {
	position:absolute;
	top:193px;
	list-style-type:none;
	padding-top:10px;
	text-align:left;
	height:34px;
	left: 1px;
}

/* IE HACK */
* html #nav2 ul {
	top:192px;
}
/* IE HACK */


#nav2 li {
	display:inline;
	padding-left:40px;
}

#main2 {

	width:800px;
	font-size:1em;
	padding-left: 55px;
}

#padding {
	padding:0 40px;
}

#main2 h1 {
	font-size:1.6em;
	text-align:center;
	margin-top:20px;
}

.details2{
font-size: 20px;
font-weight: bold;
color:#000;
margin-bottom: 5px;
margin-top: 5px;
}



#main2 li {
	padding-bottom:10px;
}

#main a {
	color:#900;
	text-decoration:underline;
}

#main a:hover {
	text-decoration:none;
}

.bot {
	border-bottom:1px solid #ccc;
}



#footer2 {
	margin-top:20px;
	padding-top:15px;
	padding-right:15px;
	padding-left:15px;
	text-align:center;
	font-size:.7em;
	background-image:url(images/liporexin/footer.gif);
	background-repeat:no-repeat;
	background-color:#ccc;
	margin-bottom:-10px;
	height:78px;
}

#footer2 a {
	padding:0 10px;
	text-transform:uppercase;
}

.left {
	float:left;
	clear:both;
}

.orange {
	font-weight:bold;
	color:#900;
}



#order td, th {
	text-align:center;
	color:#000;
}

#order td {
	font-size:.9em;
}

.ordermiddle {
	/*background-image:url(images/liporexin/middle.gif); */


}

.ordertop {
	/*background-image:url(images/liporexin/top.gif);*/
	height:50px;
}

.orderbottom {
	/*background-image:url(images/liporexin/bottom.gif);*/
	height:49px;
}

#order .row {
	border-bottom:1px solid gray;
}

/* ----------------------ephedrasil hardcore "3" ---------------------------*/

#order3 td, th {
	text-align:center;
	color:#000;
}

#order3 td {
	font-size:.9em;
}



.ordermiddle3 {
	background-image:url(images/ephedrasil-hc/middle.gif);
}

.ordertop3 {
	background-image:url(images/ephedrasil-hc/top.gif);
	height:50px;
}

.orderbottom3 {
	background-image:url(images/ephedrasil-hc/bottom.gif);
	height:49px;
}

#order3 .row {
	border-bottom:1px solid gray;
}

#container3 {
	width:798px;
	text-align:left;
	padding-left: 40px;
	
	
}


#header3 {
	background-image:url(images/ephedrasil-hc/header3.gif);
	width:798px;
	height:155px;
}


#nav3 a {
	color:#fff;
	font-family:helvetica;
	letter-spacing:1px;
	font-size:1.3em;
	text-transform:uppercase;
	text-decoration:none;
}

#nav3 a:hover {
	color:#fc0;
}

#nav3 ul {
	list-style-type:none;
	padding-top:10px;
	text-align:left;
	height:34px;
	background-image:url(images/ephedrasil-hc/nav.png);
	background-repeat:no-repeat;
}

#nav3 li {
	display:inline;
	padding-left:40px;
}

#main3 {
	font-size:1.2em;
	font-family:courier, verdana;
	color:#000000;
}


#main3 h1 {
	color:#900;
	font-size:1.6em;
}

#main3 li {
	padding-bottom:10px;
}

#main3 a {
	color:#fc0;
	text-decoration:none;
}

#main3 a:hover {
	text-decoration:underline;
}

.bot3 {
	border-bottom:1px solid #fc0;
}



#footer3 {
	margin-top:20px;
	text-align:center;
	font-size:.7em;
}

#footer3 a {
	padding:0 10px;
	text-transform:uppercase;
}

/* ----------------------MYOFFEINE "4" ---------------------------*/
.STYLEMYO {font-size:14px;}
#myoffeine {padding-left: 50px;}

/* ----------------- zalestrim styles ------------------------*/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.big_purple {
	font-size: 36px;
	font-weight: bold;
	color: #660099;
	line-height: 1.0;
}
.sm_purp {
	color: #660099;
	font-weight: bold;
	font-size: 14px;
}
.sm_blue {
	color: #333399;
	font-weight: bold;
	font-size: 14px;
}
.big_blue {
	font-size: 36px;
	font-weight: bold;
	color: #333399;
	line-height: 1.0;
}
.sm_pink {
	color: #FF66CC;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.0;
}
.big_pink {
	font-size: 36px;
	font-weight: bold;
	color: #FF66CC;
	line-height: 1.0;
}
.zalestrim-style-111 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.styleza1 {	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}
.sftysan43 {font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.abfnm454rd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF3399;
}

/* ----------------- dcc styles ------------------------*/

.mhj645e6hg {font-family: Arial, Helvetica, sans-serif}
.sdf34df {
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}
.a345geff34 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.blue1 {	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.dfd34634 {
	font-size: 18px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.afjh5tgh {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
}
.dah545d {
	font-size: 16px;
	background-color: #ffff00;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.ajhjy5fg54 {
	font-size: 24px;
	font-weight: bold;
	color: #336699;
	font-family: Arial, Helvetica, sans-serif;
}
.sjttrt5 {
	font-size: 24px;
	font-weight: bold;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

.vgjjdt56 {font-family: Arial, Helvetica, sans-serif; font-style: italic; }
.shtgh4 {
	font-size: 24px;
	font-weight: bold;
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
}
.hfgh5645 {
	font-size: 24px;
	font-weight: bold;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

/* ----------------- home styles ------------------------*/
.bf434 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.sdfb432q {color: #000000}
.mrfty3324 {font-family: Arial, Helvetica, sans-serif; font-weight: bold; }
.xfbyt54 {font-size: 9px}

/* ------------------------ 7dd ------------------------*/
.gadfg34 {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
}
.afg4yu4 {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
}
.fy7ri {
	font-family: "Courier New", Courier, monospace;
	font-size: 20px;
}
.zfbgb4 {
	font-size: 16px;
	font-family: "Courier New", Courier, monospace;
}
.gs453sy {font-size: 16px; font-family: "Courier New", Courier, monospace; font-style: italic; }
.adg345y {
	color: #FF0000;
	font-family: "Courier New", Courier, monospace;
}
.nh54ay34a {
	color: #FF0000;
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
}
.ag43ga4 {font-size: 12px}
.fmyn56 {font-family: "Courier New", Courier, monospace; font-size: 20px; font-style: italic; }
.gsh6dhmkjkd6 {font-size: 24px; font-family: "Courier New", Courier, monospace;}
.xndb46 {
	color: #FF0000;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
}
#7ddadj {padding-left: 50px;}

/* ------------------------ Somnaslim ------------------------*/

.dtyj67 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
}
.rb4664uhr {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
	font-weight: bold;
}
.adsf45sb5 {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.dgn45eh6 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.unnamed1Copy {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
}
.unnamed1Copy2 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
}
.gsh345t {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.unnamed2Copy {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0066FF;
}
.unnamed2Copy3 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000099;
}
.unnamed21 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.unnamed2Copy1 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #0066FF;
}
.unnamed2Copy31 {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000099;
}
.unnamed2 {
color:#000000;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:bold;
}
.unnamed1 {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00000;
}

/* ------------------------ hgp57 ------------------------*/

.fdfj56 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #339933;
}
.r56i8fj {font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; }
.chjj56u {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.cgnjcvj67 {font-size: 12px}
.cvjyvm67 {color: #0000FF}
.cvhmf76jkf6 {color: #000000}
.fj67if {color: #0000FF; font-size: 12px; }
.jcjy766 {
	font-size: 18px;
	font-weight: bold;
	color: #000099;
}
.lcvjhez4t5 {font-size: 12}
.sfvxd6jh56 {font-size: 16px}
.df3n7n75 {font-size: 24px; font-family: "Courier New", Courier, mono; color: #0066CC; font-style: normal; font-weight: bold; }


/*-----------------------Nuphedra----------------------*/

/*body {
margin:0;
padding:0;
}
ul {
padding:0 30px;
}*/
a img {
border:0 none;
}
body {
background:#FFFFFF none repeat scroll 0 0;
}
#Ndkjd {
margin:0 auto;
width:760px;
}
#mainContentnuph h1 {
-x-system-font:none;
font-family:Verdana,Geneva,sans-serif;
font-size:13pt;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
}
#mainContentnuph p {
line-height:110%;
margin:10px 0;
}
#mainContentnuph {
-x-system-font:none;
background:#FFFFFF none repeat scroll 0 0;
font-family:Arial,Helvetica,sans-serif;
font-size:10pt;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:10px 20px 0;
width: 260px;
}
#mainMenunfdp {
display:block;
left:-6px;
position:relative;
text-align:center;
top:-8px;
width:100%;
}
#mainMenunfdp a {
border-right:1px dotted #CCCCCC;
color:#FFFFFF;
padding-left:1px;
padding-right:5px;
position:relative;
top:-3px;
}
.last {
border-right:0 none;
}
/*#footer {
display:block;
text-align:center;
}
#mainMenufdp {
background:transparent url(images/menubar.png) no-repeat scroll 0 0;
padding:10px;
}*/
.checkedhgkd {
list-style-image:url(images/check.png);
margin-left:20px;
}
.checkedhgkd li {
border-bottom:2px dotted #CCCCCC;
margin:0;
padding:0 5px;
}


/*--------------------------Phenphedrine--------------------*/

div#contentfeawfae {
background-color:#FFFFFF;
margin:0 auto;
padding:20px;
width:675px;
}
div#wrapperzzzz {
	width: 760px;
}


/*--------------------Colonoxy----------------------------*/

bodyzzzzzz {
background:#CCCCCC none repeat scroll 0 0;
color:#000000;
font-family:Arial,verdana;
font-size:0.8em;
margin:0;
padding:0;
text-align:center;
}
.oneColFixCtrHdr #container {
background:#FFFFFF none repeat scroll 0 0;
margin:5px auto 0;
text-align:left;
width:740px;
}
.oneColFixCtrHdr #header {
background-image:url(http://dietpilldiscounts.com/wp-content/themes/tropicala/images/colonoxy/header.jpg);
height:304px;
}
.oneColFixCtrHdr #nav {
background-image:url(http://dietpilldiscounts.com/wp-content/themes/tropicala/images/colonoxy/nav.gif);
color:#0A25AA;
font-size:1.2em;
height:31px;
padding-left:40px;
padding-top:14px;
}

.oneColFixCtrHdr #mainContent {
background:#FFFFFF none repeat scroll 0 0;
border-left:1px solid #CECECE;
border-right:1px solid #CECECE;
font-size:1.2em;
margin-top:-20px;
padding:0 20px;
}
/*
.health_problems {
background-color:#ECECEC;
float:left;
margin:8px 198px 8px 142px;
padding:5px;
width:400px;
}
.health_problems li {
list-style-position:outside;
list-style-type:disc;
}
.health_problems ul {
margin:7px 0 4px 40px;
padding:0;
}*/
.oneColFixCtrHdr #footer {
background:#DDDDDD none repeat scroll 0 0;
border-left:1px solid #CECECE;
border-right:1px solid #CECECE;
padding:20px 10px;
}
.oneColFixCtrHdr #footer p {
display:inline;
margin:0;
padding:10px 30px;
}
.oneColFixCtrHdr #footer a {
color:#999999;
text-decoration:none;
}
.bb {
border-bottom:1px solid #CCCCCC;
}

