/*HTML*/
hr {display: block; clear: left; margin: -0.66em 0;
visibility:hidden;
}

/*Divs*/

#content{
	position:relative;
	left:0px;
	padding:5px;
	width:771px;
	min-height:465px;
	letter-spacing:-.01em;
}

/*Classes*/

.row {
	height:130px;
	width:100%;
	margin-bottom:20px;
	display:block;
}

.cell,.cell_edit, .firstcell, .cell_admin, .firstcell_admin, .firstcell, .firstcell_edit,.noshow_cell, .noshow_firstcell, .noshow_cell_admin, .noshow_firstcell_admin, .noshow_cell_edit, .noshow_firstcell_edit {
	width:110px;
	height:auto;
	float:left;
	padding:5px 2px;
	margin:0 auto 0 20px;
	font:normal 11px;
}
.cell, .firstcell, .cell_admin, .firstcell_admin {
background:url('../../images/layout/cdback.png');
}

.cell_edit, .firstcell_edit,.noshow_cell_edit, .noshow_firstcell_edit {
background:url('../../images/layout/gback.png');
}

.noshow_cell, .noshow_firstcell, .noshow_cell_admin, .noshow_firstcell_admin{
background:url('../../images/layout/hback.png');
}

.firstcell, .firstcell_edit, .noshow_firstcell_admin, .noshow_firstcell, .noshow_firstcell_edit{
	margin:0;
	padding:5px 4px 5px 0;
}

.cell_admin{
	background:#C3C3C3;
}

.imagecell{
	display:block;
	margin-bottom:5px;cursor:pointer;
}

.gallery_nav{
	height:80px;
	width:100%;
	margin:50px 0 0;
}

.cart_item{
display: none;
position:absolute;
border:1px solid #FFF;
}