#RightPanel #ProductContainer {
        margin-top:8px;
}
#PagingNavigation {
        margin:0 18px 0 12px;
        min-height:50px;
        position:relative;
        }
#PageList {
        margin-top:3px;
        overflow:visible;
        float:left;
        }
        #PageList li {
                float: left;
                list-style-type: none;
                list-style-image:none;
		list-style-position:outside;
/*                min-width:5px;*/
                margin:0px 0px 0px 0px;
                padding:1px 3px 2px 4px;
                position:relative;
                z-index:590;
                }
        #PageList .FirstListItem {
                padding-left:2px;
                }
        #PageList li.backLava {
		background-color:white;
		border:1px solid darkgrey;
/*                height:14px;*/
                position:absolute;
/*                width:5px;*/
/*                -webkit-box-shadow: 3px 4px 8px #444;
                -moz-box-shadow: 3px 4px 8px #444;
                -webkit-border-radius:3px;
                -moz-border-radius:3px;*/
		z-index:580;
		}
	#PageList li a {
/*              margin:0 0px;
                padding:0px 0px 0px 0px;*/
                position:relative;
                outline:none;
                height:1em;
/*              width:auto;*/
/*                text-align:center;*/
		z-index:590;
	        }
	#PageList li a:hover {
	        color:red;
	        }
        #PageList .ListDivider {
                margin:0px 1px 0px 1px;
                padding:0;
	        }
#PagingNavSummary {
        position:absolute;
        bottom: 5px;
        left:0px;
        }
#PageDisplayCountContainer {
        position:absolute;
        right:0px;
        bottom:3px;
/*        position:absolute;
        top:30px;*/
}
