@charset "utf-8";
/* CSS Document */
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #bca696;
	font-weight: bold;
}
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #bca696;
	font-weight: bold;
}
.style3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
.price14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.price10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.priceHD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
#photodiv {
  background-repeat: no-repeat;
width: 424px;
}
a:link {
	color: #bca696;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #bca696;
}
a:hover {
	text-decoration: underline;
	color: #765E4B;
	background-color: #bca696;
}
a:active {
	text-decoration: none;
	color: #bca696;
}
.body1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bca696;
}
.body {
background-image: url(images/body_bg.jpg);
}
a.info{
        position:relative;           /*this is the key*/
        z-index:24;
        background-color:#e0e0e0;    /* background colour of display text */
        color:#000000;               /* colour of display text */
        border:1px dotted #999;    /* border colour */
        text-decoration:none;
        }

        a.info:hover {
        z-index:25;
        }

        a.info span{
        display: none;  /* hide the span text using this css */
        }

        a.info:hover span{ /*the span will display just on :hover state*/
        display:block;
        position:absolute;
        width:15em;
        color:#000000;         /* text colour */
        text-align: justify;
        font-size: .8em;
        z-index:30;
        }

        .images {
        vertical-align:bottom;
        }
.cart1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
	
}
