 body {background-color: #947242; margin: 0}
 table.c14 {height:49px;}
 h1,h2,h3,h4,h5,h6{margin: 0px;padding: 0px;}
 td.c13 {width:100%; height:49px; background-image: url('images/footerBG.gif')}
 td.c12 {width:100%; background-image: url('images/mainBG2.jpg')}
 td.c23 {background-image: url('images/lout_16.jpg')}
 td.c24 {color: #FFFFFF; font-size: 10px; font-family: sans-serif; background-image: url('images/lout_19.jpg')}
 table.c11 {font-family:tahoma, arial, helvetica, sans-serif; font-size:11px; color:#3A3933}
 table.checkouts {font-family:tahoma, arial, helvetica, sans-serif; font-size:13px; color:#3A3933}
 span.c10 {color:#000000; font-weight:bold}
 h1.c10 {color:#000000; font-weight:bold; font-size:14px;}
 h2.c10 {color:#000000; font-weight:bold; font-size:14px;}
 span.c22 {font-family:tahoma, arial, helvetica, sans-serif; font-size:11px; color:#3A3933}
 span.c9 {font-family:tahoma, arial, helvetica, sans-serif; font-size:12px; color:#9B7F51; font-weight:bold}
 h2.c9 {font-family:tahoma, arial, helvetica, sans-serif; font-size:12px; color:#9B7F51; font-weight:bold}
 h1.c9 {font-family:tahoma, arial, helvetica, sans-serif; font-size:12px; color:#9B7F51; font-weight:bold}
 h2.cX {font-family:tahoma, arial, helvetica, sans-serif; font-size:11px; color:#8B795A; font-weight:bold}
 h2.c4 {font-family:tahoma, arial, helvetica, sans-serif; font-size:11px; color:#FFFFFF; font-weight:bold}
 img.c8 {margin-top:5px;}
 td.c7 {border-style:dotted; border-color:#BBB595; border-width:1px; padding:5px; background-color:#FFFFFF}
 div.c6 {background-color:#000000; font-family:tahoma, arial, helvetica, sans-serif; font-size:12px; color:#FFFFFF; text-align: center}
 div.c7 {background-color:#000000; font-family:tahoma, arial, helvetica, sans-serif; font-size:14px; color:#FFFFFF; text-align: center}
 div.c8 {padding:5px; background-color:#000000; font-family:tahoma, arial, helvetica, sans-serif; font-size:12px; color:#FFFFFF; text-align: left}
 div.checkout {border: 1PX solid #C1B086; padding:5px; background-color:#FFFFFF; font-family:tahoma, arial, helvetica, sans-serif; font-size:12px; color:#3A3933; text-align: left}
 hr.c5 {text-align: center; color: #9B7F51; background-color: #9B7F51; height: 1px;}
 td.c4 {font-family:tahoma, arial, helvetica, sans-serif; color:#503E25; font-size:12px; font-weight:bold; background-image: url('images/lout_08.jpg')}
 td.cback {background-image: url('images/lout_08.jpg')}
 td.c3 {font-family:tahoma, arial, helvetica, sans-serif; color:#FFFFFF; font-size:14px; font-weight:bold; background-image: url('images/lout_05.jpg')}
 table.c2 {height:128px;}
 td.c1 {width:100%; height:128px; background-image: url('images/headerBG.jpg')}
 div.c1 {text-align: center}
 a{ color:#3A3933; text-decoration:underline;}
 a:hover{ color:#5F5E52; text-decoration:none;}
 a.bcancer{ color:#E06BA9; text-decoration:underline;}
 a.bcancer:hover{ color:#5F5E52; text-decoration:none;}
 a.mtop{ font-family:tahoma, arial, helvetica, sans-serif; color:#FFFFFF; font-size:14px; font-weight:bold; text-decoration:none;}
 a.mtop:hover{ font-family:tahoma, arial, helvetica, sans-serif; color:#BEAC82; font-size:14px; font-weight:bold; text-decoration:none;}
 a.mcat{ font-family:tahoma, arial, helvetica, sans-serif; color:#503E25; font-size:12px; font-weight:bold; text-decoration:underline;}
 a.mcat:hover{ font-family:tahoma, arial, helvetica, sans-serif; color:#745A37; font-size:12px; font-weight:bold; text-decoration:none;}
 a.mbottom{ font-family:tahoma, arial, helvetica, sans-serif; color:#FFFFFF; font-size:10px; font-weight:normal; text-decoration:none;}
 a.mbottom:hover{ font-family:tahoma, arial, helvetica, sans-serif; color:#DDD1B6; font-size:10px; font-weight:normal; text-decoration:none;}
 td.cart{margin: 0px; border-top-style: none; border-right-style: dashed; border-bottom-style: solid; border-left-style: dashed; border-color: #BBB595; border-width: 1px;}
 td.cartTop{margin: 0px; border-top-style: none; border-right-style: none; border-bottom-style: solid; border-left-style: none; border-color: #BBB595; border-width: 1px;}
 input.small{width:170px; height:22px; font-size:12px; font-family:tahoma; padding:1px 0 1px 4px; color:#6C5838; margin:1px 0 3px 0;}
 input.smallShort{width:50px; height:22px; font-size:12px; font-family:tahoma; padding:1px 0 1px 4px; color:#6C5838; margin:1px 0 3px 0;}
 
 /*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: #FFFFFF;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}