
body {
    background: url("/assets/static/2013/07/landingpage/the-hub/life-wash.png") repeat scroll center top transparent;
}


/* this should be more global really. */ 
.lazy-loading-items
{
	display: none;
}

#documents
{
	position: relative;
	float: left;
	width: 100%;
	display: block;
}

#documents li.hub-last
{
    padding-right: 0;
}


#documents li.hub-not-last
{
        padding-right: 13px;
}




.image_logo
{
	float: left;
}

.groups
{
	display: block;
	float: left;
	margin-bottom: 10px;
}

.groups div
{
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

#maingroups
{
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 0;
}
#maingroups .group
{
	background:url('/assets/static/2013/07/landingpage/the-hub/sprite/main_groups_sprite_new.png') no-repeat 0 0;
	height: 44px;
	text-indent: 150%;
	position: relative;
	overflow: hidden;
}
#maingroups #group_all
{
	width:87px;
	background-position: 0 0;
}
#maingroups #group_all:hover, #maingroups #group_all.selected
{
	background-position: 0 -65px;
}
#maingroups #group_women
{
	width: 178px;
	background-position: -90px 0;
}
#maingroups #group_women:hover, #maingroups #group_women.selected
{
	background-position: -90px -65px;
}
#maingroups #group_men
{
	width: 149px;
	background-position: -274px 0;
}
#maingroups #group_men:hover, #maingroups #group_men.selected
{
	background-position: -274px -65px;
}
#maingroups #group_kids
{
	width: 114px;
	background-position: -417px 0;
}
#maingroups #group_kids:hover, #maingroups #group_kids.selected
{
	background-position: -417px -65px;
}
#maingroups #group_home
{
	width: 116px;
	background-position: -519px 0;
}
#maingroups #group_home:hover, #maingroups #group_home.selected
{
	background-position: -519px -65px;
}

.groups div:first-child
{
	border-left: 0;
}

.group, .groups .slash
{
	float: left;
	padding: 10px 2px;
}

#secondarygroups
{
	padding-left: 5px;
	background-color: #3E3D40;
	float: left;
	clear: both;
	width: 100%;
	color: white;
}
#secondarygroups div
{
	font-size: 12px;
}
#secondarygroups div.selected .secondarygrouptitle
{
	color: #DEDB06;
}

/* .group .hiding */

#documents .itemwrapper
{
	float: left;
	border: 1px solid white;
	display: block;
	position: relative;
}

#documents ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	clear: both;
	display: block;
	float: left;
	position: relative;
	width: 100%;
}

#documents li
{
	position: relative;
	width: 228px !important;
	border: 1px solid white;
	height: 350px;
	float: left;
	overflow: hidden;
}