#page-overlay {
	position:absolute;
	z-index:80;
	width:100%;
	height:100%;
	top:0;
	left:0;
	min-height:100%;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	display:none;
	cursor: pointer;
}
#products-display {
	position:absolute;
	z-index:90;
	top:0;
	left:0;
	display:none;
	text-align: left;
	padding: 20px;
	font-size: 11px;
	cursor: pointer;
	background: url(http://www.divadudz.com/imgs/img-loader.gif) no-repeat center center #FFF;
}
#products-img{
	border: 4px solid #2b8b20;
}
#products-img:hover{
	border: 4px solid #026073;
}
#my-cart h3{
	margin: 0 0 4px 10px;
	color: #026073;
	font-size: 24px;
	border-bottom: 1px dotted #2b8b20;
}
#mini-nav{
	font-size: 11px;
}
#mini-nav a{
	margin: 0px 5px;
}
#mini-nav b{
	color: #2b8b20;
}

#products{
	width: 600px;
	text-align: left;
	margin-left: 16px;
	margin: 0 auto;
}
#products .holder{
	display: block;
	float: left;
	margin-bottom: 30px;
	margin-right: 10px;
}
#products .holder b{
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
	height: 35px;
	line-height: 35px;
	font-size: 12px;
}
#products .img-hold{
	text-align: center;
	float: left;
	font-size: 12px;
	font-weight: bold;
}
#products .img{
	border: 4px solid #2b8b20;
	cursor: pointer;
}
#products .img:hover{
	border: 4px solid #026073;
}
#products .button{
	height: 34px;
	padding-right: 10px;
}
#products .data{
	margin-left: 5px;
	float: left;	
	width: 472px;
	font-size: 12px;
}
#products .title{
	font-weight: bold;
	font-size: 16px;
}
#products .price{
	font-weight: bold;
	font-size: 12px
}
/* Pagination */
div.pagespan {
	margin-top: 4px;
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin: 5px 0px;
}
span.paginate {
	display: block;
	float: left;
	padding: 3px 6px;
	margin: 2px;
	cursor: pointer;
	background-color: #2b8b20;
	border: 1px solid #2b8b20;
	color: #FFF;
}
span.paginate:hover{
	background-color: #026073;
	border: 1px solid #026073;
}
span.paginate-off {
	display: block;
	float: left;
	padding: 3px 6px;
	background:  #666;
	border: 1px solid #666;
	color: #999;
	margin: 2px;
	font-weight: bold;
}
