<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
	author: istockphp.com
*/
#backgroundPopup { 
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 50%;
    margin-left: -225px;
    position: fixed;
    top: 20%;
    width: 450px;
    z-index: 2;
}
div.loader {
    background: url("images/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
    background: url("images/close.png") no-repeat scroll 0 0 transparent;
    bottom: 15px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 0px;
    position: relative;
    width: 30px;
}

div.popupst {
    background: url("images/livechatpbg.jpg") no-repeat scroll 0 0 transparent;
	
}


.pagination&gt;a {
    border: 1px solid #ddd;
}

.pagination &gt; .active &gt; a{
  background-color: #a9904d;
  border-color: #a9904d;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
    background-color: #f1e8d6;
    border: 1px solid #ddd;
    color: #212121;
}

.pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;a:hover {
    background-color: #9c8955;
    border-color: #9c8955;
}</pre></body></html>