/*
.popupbig {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Grande";
	background-color: #D2E0E8;
	border: 1px solid #999999;
	position: absolute;
	width: 625px;
	padding: 15px;
	cursor: hand;
	visibility: hidden;
	z-index:30;
	left: 20px;
}
*/

.popupbooks {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Grande";
	background-color: #ffffff;
	border: 1px solid #ccc;
	position: relative;
	float:left;
	width:650px;
	padding: 15px;
	padding-bottom:0px;
	display: none;
	z-index:30;
	margin-bottom: 15px;
	background-image: url(../images/pattern.jpg);
	}

#text .popupbooks p {
	color: #000000;
}

#text .popupbooks h5 {
	margin-top: 0px;
	}

#text .popupbooks #photo {
	margin-left:15px; 
	margin-bottom:10px;
	border: 0px #fff solid;
	float:right;
	}


.popupsmall {
	border: 1px solid #999999;
	position: absolute;
	left: 180px;
	width: 400px;
	visibility: hidden;
	z-index:20;
	height: auto;
	margin-top: -20px; 
	padding: 10px;
	background-color: #E2E6DF;
	font: normal 13px/18px ;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Grande";
}

.popupsmall .caption {
	font: normal 13px/18px ;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Grande";
}

#text .popupbig #close {
	position: relative;
	float:right;
	font: normal 13px/18px ;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Grande";
	color: #4A7095;
	text-decoration:none;
	border-bottom: 1px dashed #7799BB;
}

#text .popupbooks #cont  {
	background-color: #C7C6A5;
	padding: 1px 4px 1px 18px;
	color:#000;
	border-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif, "Lucida Grande", "Lucida Grande";
	font-size: 9px;
	font-weight: normal;
	display:block;
	margin-top: 0px;
	background-image: url(../images/ruhi/arrow_d.gif);
	background-repeat: no-repeat;
	background-position: 4px 2px;
	float: left;
	margin-left:5px;
}

#text .popupbooks #cont:hover     {
	background-color: #BBB77B;
	cursor:pointer;
	cursor:hand;
}
#text .popupbooks #book {
	margin-right:15px; 
	margin-bottom:10px;
	border: 0px #fff solid;
	float:left;
	}


	
#photoQuote {
	background-color: #cedee9;
	padding: 15px;
	padding-bottom:5px;
	margin-top: 8px;
	background-color:#ffffff;
	background-image:url(../images/pattern5.jpg);
	border: 1px #ccc solid;
	background-repeat: repeat;
	margin-bottom: 8px;
	width:620px;
	position: relative;
	float:left;
	display:inline;
}

#photoQuote p {
	font-size: 13px;
	line-height: 19px;
	font-style:italic;
	margin-top:0px;
	padding-top:0px;
}

#photoQuote img {
    float:right;
	margin-left:15px;
	border: 1px solid #ffffff;
	 }

#photoQuote p .textsmall {
	text-transform: none;
	letter-spacing: 0px;
	font-size: 10px;
	line-height: 13px;
	display:block;
	text-align:left;
	margin-left: 170px;
	padding-top: 10px;
	font-style:normal;
	}

#photoQuote #bottomGap {
	 width:450px; 
	 position:relative; 
	 clear:both; 
	 height:1px;
	 line-height: 1px;
	 font-size:1px;
 }








