#container {
	text-align: center;
	text-decoration: none;
	overflow:hidden;
}
.shopp
{ 
	margin-bottom:3px;
	text-align:justify;
	border-bottom:dashed 1px #ccc;
	clear:both;
}
	
#container .shopp{
	padding:10px;
	text-align:justify;
	margin-bottom:11px;
	}
#container .shopp:hover{ border-radius:6px; box-shadow:1px 2px 2px 2px #CCC; background-color:#FFDE9C;-webkit-transition: all 0.4s linear; 
	-moz-transition: all 0.4s linear; 
	-o-transition: all 0.4s linear; 
	-ms-transition: all 0.4s linear; 
	transition: all 0.4s linear; }		
.search-background {
	display: none;
	font-size: 13px;
	font-weight: bold;
	height:160px;
	position: absolute;
	padding-top:90px;
	left:0%;
	text-align: center;
	opacity:0.8;filter: alpha(opacity=80) ;
	text-decoration: none;
	width: 100%;
	color:#FFFFFF;
	text-shadow: #fff 0px 0px 20px;
	}
	
search-background label{	

	border:solid #66FF00 1px;
}	

#paging_button ul{ width: auto; padding:0px; margin:8px; text-align:center; margin-left:50%; }

#paging_button ul li { 

	border-radius: 5px;
    background: none repeat scroll 0 0 #000;
    color: #FFFFFF;
    float: left;
    font-family: helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: 700;
    margin: 0 2px 0px;
    padding: 3px;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
	list-style-type:none; 
    width: 20px;cursor:pointer;
	}
	
#paging_button ul li:hover{
	background-color: #09F;
}
li:hover{ color: #CC0000; cursor: pointer; }