/* dfBlog Custom Styles
***************************************************************************** */

/* Define your custom styles here */
div.entry h2 {font-size: 1.4em; color: #196202; font-weight: normal;}
div.entry h3 {font-size: 1.1em; color: #196202; font-weight: bold;}

div.entry ul {
	list-style-type: none;
/*	border: 1px solid #00FF00; /* for testing only */
}

div.entry ul li {
	list-style-type: none;
	padding: 0 0 0 15px;
	background-image: url(images/bullet_square_red.gif);
	background-repeat: no-repeat;
	background-position__: center left;
	background-position: 0px 8px; /* x and y offset for background */
/*	border: 1px solid #CCCCFF; /* for testing only */
}

/* =========================== Table for Content - Begin ======= 21.11.06 ====== */
div.entry table.table_content {
	border-collapse: collapse; /* IE6, FF1.5 - yes, DW8-no */
	border: 1px solid #a7a7a7; 
	color: #333333;
	margin: 10px 0 5px 0;
  }
div.entry table.table_content tr {
  background-color: #ffffff;
  height: 20px;
  }
div.entry table.table_content th {
  font-family: Tahoma, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  color: #ffffff; 
  font-weight: bold; 
  text-align: center; 
  background-color: #949494; 
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #c20336; 
  padding: 1px 2px 1px 2px; 
  height: 20px; /* can be set independently from <tr> height */
  }
div.entry table.table_content th p {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #ffffff;
}
div.entry table.table_content td { 
  font-family: Tahoma, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  border: 1px solid #e6e6e6; 
  padding: 1px 4px 1px 4px;
  }
div.entry table.table_content td p {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333;
}
/* ------------------------- Table for Content - End --------------------- */
/* =========================== Table for Image with caption - Begin =============== */
div.entry table.table_img_caption {
	border-collapse: collapse; /* IE6, FF1.5 - yes, DW8-no */
	border: none;
	float: right;
	min-width: 100px;
	margin: 0 0 15px 20px;
}
div.entry table.table_img_caption tr {
  background-color: transparent;
}
div.entry table.table_img_caption td { 
  padding: 0 0 5px 0;
  vertical-align: top;
  border-width: 0 0 0 0;
}
div.entry table.table_img_caption td#gray { 
  background-color: #e2e7df;
  padding: 2px 4px 3px 4px;
  border-width: 1px 1px 1px 1px;
}
div.entry table.table_img_caption td, 
div.entry table.table_img_caption td p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
}
/* ------------------------- Table for Image with caption - End --------------------- */
/* =========================== Table for Image with caption - Begin =============== */
div.entry table.table_3imgs_caption {
	border-collapse: collapse; /* IE6, FF1.5 - yes, DW8-no */
	border-width: 0 0 0 0;
	margin: 0 0 15px 0;
}
div.entry table.table_3imgs_caption tr {
  background-color: transparent;
}
div.entry table.table_3imgs_caption td { 
	padding: 0 0 5px 0;
	border-left: solid 10px #ffffff;
	border-right: solid 10px #ffffff;
	border-width: 0 0 0 0;
	vertical-align: bottom;
}
div.entry table.table_3imgs_caption td#gray { 
  background-color: #e2e7df;
  padding: 2px 4px 3px 4px;
  vertical-align: top;
  border-width: 1px 1px 1px 1px;
}
div.entry table.table_3imgs_caption td, 
div.entry table.table_3imgs_caption td p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
}
/* ------------------------- Table for Image with caption - End --------------------- */
/* =========================== Table for Grapes List - Begin ======= 19.02.09 ====== */
div.entry table.table_grapes {
	border-collapse: collapse; /* IE6, FF1.5 - yes, DW8-no */
	border: 1px solid #bad4b1;
	margin: 10px 0 20px 0;
  }
div.entry table.table_grapes tr {
  background-color: #ecf5f5;
  }
div.entry table.table_grapes td { 
/*  border-left: 1px solid #E6E6E6; 	*/
  padding: 10px 15px 0 0;
  vertical-align: top;
  }
div.entry table.table_grapes td ul {
	list-style-type: none;
	margin-bottom: 0; /* space after bullet list */
	margin-left: 0px; /* margin for bullet list. Important for IE6 */
	padding-left: 15px; /* padding for bullet point. Important for Firefox */
/*	border: 1px solid #00FF00; /* for testing only */
}
div.entry table.table_grapes td ul li {
	padding-left: 18px; /* padding for content from bullet point left side */
	background: transparent url('images/bullet_grape_red.gif') no-repeat;
	background-position: 0px 5px; /* x and y offset for background */
	margin-bottom: 5px;
/*	border: 1px solid #CCCCFF; /* for testing only */
}
div.entry table.table_grapes td ul li.grape_white {
	padding-left: 18px; /* padding for content from bullet point left side */
	background: transparent url('images/bullet_grape_white.gif') no-repeat;
	background-position: 0px 5px; /* x and y offset for background */
	margin-bottom: 5px;
}
div.entry table.table_grapes td ul li.grape_rose {
	padding-left: 18px; /* padding for content from bullet point left side */
	background: transparent url('images/bullet_grape_rose.gif') no-repeat;
	background-position: 0px 5px; /* x and y offset for background */
	margin-bottom: 5px;
}
/* ------------------------- Table for Grapes List - End --------------------- */
