/* global */
#cluetip-title {
  overflow: hidden;
}
#cluetip-close {
  float: right;
  position: relative;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0 15px 0 0;
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */

.cluetip-rounded {
  background: transparent url(../images_clue/bl_square.gif) no-repeat 0 100%;
  margin-top: 10px;
  margin-left: 0px;

}

.cluetip-rounded #cluetip-outer {
  background: transparent url(../images_clue/tl_square.gif) no-repeat top left;
  margin-top: -25px;
    min-height: 100px;
}

.cluetip-rounded #cluetip-title {
  font-family: arial, sans serif;
  font-size: 0.9em; 
  background-color: transparent;
  padding: 12px 0 3px 20px;
  margin: 0;
  position: relative;
  color: #989e3f;
  text-transform: uppercase;
}
.cluetip-rounded #cluetip-extra {
  position: absolute;
  display: block;
  background: transparent url(../images_clue/tr_square.gif) no-repeat 100% 0;
  top: 0;
  right: 0;
  width: 25px;
  height: 34px;
  margin: -25px -25px 0 0;
}
.cluetip-rounded #cluetip-inner {
  background: url(../images_clue/br_square.gif) no-repeat 100% 100% ;
  padding: 5px 10px 15px 10px;
  margin: -7px -25px 0 0;
  position: relative;
  min-height: 100px;

}

/*.cluetip-rounded div#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
  color: #009;
  background: transparent;
}
.cluetip-rounded div#cluetip-close a {
  color: #777;
}*/

/* rounded arrows */


.clue-left-rounded .cluetip-arrows {
  background-image: url(../images_clue/rarrowright.gif);
  left: 100%;
  margin-left: 25px;
}




/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}

h4 {color: #990033; font-size:1.1em;font-weight: bold;margin:0;padding:0 0 3px 0; }
.recipe p {padding: 0;margin:0;}


.recipe {
	background-color: #FFF;
	width: 100%;
 	font-size: 11px;
  	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding:0;
	margin:0;
	clear:both;
	}
	

	
.recipe a:link, .recipe a:visited {font-family: arial, sans serif; font-weight: bold; text-transform: uppercase; text-decoration: underline; font-size: 1em; color:#989e3f;padding:0;margin: 10px 0;}
.recipe a:hover {color:#990033;padding:0;margin: 10px 0;}

.inbody-photo_container-left { 
	width: 150px;
	float: left;
	margin: 4px 10px 0 0;
	padding: 0;
	
	}	
.inbody { 
	width: 280px;
	background-color: #FFF;
	float: left;
	margin: 4px 0 0 0;
	padding: 0;
	}
	
/*.bag {background: url(../images_clue/bag-trans.png) no-repeat 100% 100% ;
	height: 118px;
}
.cluetip {
  position: absolute;
  display: block;
  background: transparent url(../images_clue/tr-trans.png) no-repeat 100% 0;
  width: 25px;
  height: 34px;
  margin: -25px -25px 0 0;

}*/
