
	/* Gallery List */
#hmdGalleryList {
	margin: 0px 0px 0px 30px;
	padding: 20px 0 0 0;
	list-style: none;
}

#hmdGalleryList li {
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0;
	width: 33%;
	height: 170px;
	text-align: left;
	font-size: 0.8em;
	background: none;
	list-style: none;
	align: left;
    
}

#hmdAlbumList li img {
    
	
}
    /* Gallery List */
#hmdAlbumList {
    margin: 0px 0px 0px 30px;
    padding: 20px 0 0 0;
    list-style: none;
}

#hmdAlbumList li {
    
    float: left;
    margin: 0px 10px 10px 0px;
    padding: 15px 0px 0px 15px;
    width: 200px;
    height: 170px;
    text-align: left;
    font-size: 0.8em;     
    list-style: none;
    
}

#hmdGalleryList li img {
    
}

#hmdGalleryListPagination {
	clear: left;
	text-align: right;
    padding-right: 15px;
}

/* Gallery Edit */
#hmdGalleryEdit label {
	float: left;
	width: 160px;
}

#hmdGalleryEdit label.error {
	float: none;
	margin-left: 160px;
	width: auto;
}

#hmdGalleryEdit p.submit {
	margin-left: 160px;
}

/* Products pages */
.hmdProducts h2 {
	margin: 10px 0;
	padding: 6px 0 10px 10px;
	cursor: pointer;
	background: url(../images/products/bg_open.gif) top left no-repeat;
	color: black;
	font-size: 1em;
	width: 100%;
    border: 1px solid #FFFFFF;
}

* html .hmdProducts h2 {
	cursor: hand;
}


/* Pagination */
.pagenav, a.pagenav:link, a.pagenav:visited
{
    color:#517604;
font-family:Century Gothic,Tahoma,Geneva,Arial,Helvetica,sans-serif;
font-size:13px;
line-height:22px;
padding:0 2px 4px;
text-align:right;
}
a.pagenav:hover
{
    color:#517604;
font-family:Century Gothic,Tahoma,Geneva,Arial,Helvetica,sans-serif;
font-size:13px;
line-height:22px;
padding:0 2px 4px;
text-align:right;
}
.pagenav-current
{
font-size:12px;
font-weight: bolder;
}

.rTable {
		    	display: table;
		    	width: 100%;
		}
.rTableHeading, .rTableBody, .rTableFoot, .rTableRow{
			  	clear: both;
			}

		.rTableRow {
		    	display: table-row;
		}
		.rTableHeading {
		    	display: table-header-group;
		    	background-color: #e4e0e0;
		}
		.rTableCell, .rTableHead {
		    	display: table-cell;
		    	padding: 3px 10px;
		    	border: 1px solid #ece6e6;
		}
		.rTableHeading {
		    	display: table-header-group;
		    	background-color: #e4e0e0;
		    	font-weight: bold;
		}
		.rTableFoot {
		    	display: table-footer-group;
		    	font-weight: bold;
		    	background-color: #e4e0e0;
		}
		.rTableBody {
		    	display: table-row-group;
		}
		.rTableHeading2 {
		    	display: table-header-group;
		    	background-color: #ffff00;
		    	font-weight: bold;
		}

