/** Images in The Hard Biscuits' Training Manual **/

/* THIS IS FOR THE POP-UP IMAGES WITH THE OPTION TO ENLARGE */
/* found in The Daily Biscuit cooking recipes, THB Training Manual classes, */
a.basic, a.basic:visited {
background:none;
color:#485971; 
font-size:14px;
font weight:bold;
line-height:18px;
position:relative; 
z-index:1;
outline:none;
}
a.basic b {
position:absolute;
visibility:hidden; /* hide the image */
border:0; /* add a border */
left:0; /* position:the image */
top:-150px;
}
a.basic:hover {
background:none;
color:#485971; 
text-decoration:underline; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.basic:hover b {
visibility:visible; /* make the image visible */

cursor:pointer; /* for IE */
z-index:500; 
}
a.basic:hover b img {
border:0; /* remove the link border */
}
/* END OF THE POPUP WITH OPTION TO ENLARGE STYLING */


/* LARGE IMAGES FOR DUAL PAGE ENTRY  HORIZONAL LAYOUT*/
.largeH2 {
height:355px;
width:490;
padding-top:30px;
padding-right:auto;
padding-bottom:25px;
padding-left:100px;
}
/* END OF LARGE IMAGES FOR DUAL PAGE ENTRY  HORIZONAL LAYOOUT */

/* LARGE IMAGES FOR DUAL PAGE ENTRY VERTICAL LAYOUT */
.largeV2 {
padding-top:30px;
padding-right:auto;
padding-bottom:25px;
padding-left:100px;
}
/* END OF LARGE IMAGES FOR DUAL PAGE ENTRY VERTICAL LAYOUT */

.left_texicon {
padding-top:0;
padding-right:10px;
padding-bottom:0;
padding-left:0;
}

.my_sig {
padding-top:0;
padding-right:10px;
padding-bottom:0;
padding-left:0;
}