body {
    background-color: #f9f8f2;
    border: 0;
    margin: 0;
}

.page-bg {
    background: URL(/images/page-bg.gif) repeat-y 50%; margin: 0px;
}

.page-content {
    backbackground-color: #F9F8F2;
}

#ux-simplepop-shim{
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 14998;
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
	background-color: transparent;
    display: none;
}
#ux-simplepop-mask{
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 14999;
    width: 100%;
    height: 500px;
    padding: 0;
    margin: 0;
	background-color: transparent; 
}
#ux-simplepop {
    background-image: url('/images/best-price-pop.gif');
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15000;
    text-align: center;
    line-height: 0;
    border: solid 3px #000;
    cursor: pointer;
}
#ux-simplepop-outerContainer {
    height: 190px;
}
#ux-simplepop-closeContainer1 {
    width: 150px;
    height: 22px;
    top: 173px;
    left: 190px;
    position: relative;
    cursor: pointer;
}
.ext-ie7 #ux-simplepop-closeContainer1 {
	left: 90px;
}
#ux-simplepop-closeContainer2 {
    width: 50px;
    height: 22px;
    top: -25px;
    left: 290px;
    position: relative;
    cursor: pointer;
}
.ext-ie7 #ux-simplepop-closeContainer2 {
	left: 150px;
}
#clicktochat {
    margin-left: 20px;
    width: 144px;
    height: 60px;
}

.k_float
{
    z-index:9999999; 
    position: fixed !important; 
    position:absolute;
    cursor:hand;
    cursor:pointer;
}

#kampylink img
{
    border: 0;
}

.k_top
{
    top:0px;
    _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop : document.body.scrollTop);
}

.k_bottom
{
    bottom:0px;
    _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 1 : document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 1);
}

.k_right
{
     
    right:0px;
    
}

.k_left
{
    left:0px; 
}

/*close button*/

#k_close_button
{
    color:gray; 
    border: 1px solid gray; 
    display: none; 
    width: 11px; 
    height: 16px; 
    font-size:12px; 
    text-align:center; 
}

.kc_top
{
    top:80px;
    _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + 80 : document.body.scrollTop + 80);
}

.kc_bottom
{
    bottom:80px; 
    _top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) - 80 : document.body.scrollTop + (document.body.clientHeight-this.clientHeight) - 80);
}

.kc_right
{ 
    right:10px; 
}

.kc_left
{
    left:10px; 
}

#didYouKnow
{
	right: 220px;
	top: 170px;
	position: absolute;
	background-color: #e6e6e6;
	z-index: 9999;
	border: 2px solid #000000;
	padding: 5px;
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif;
	width: 245px;
	visibility: hidden;
}
#didYouKnowClose
{
	background-color: #ffb6c1;
	height: 2opx;
	width: 20px;
	position: absolute;
	right: 2px;
	top: 2px;
	color: #ff0000;
	border: 2px solid #ff0000;
	text-align: center;
	cursor: pointer;
	cursor: hand;

}
#didYouKnowClose:hover
{
	border-color: #ff4444;
	color: #ff4444;
	background-color: #ffd8de;
}
/*end close button*/