/* CSS Document */

div#site-wrapper{
	/*background-image: url(../../images/structure/siteholder-faded-bg.jpg);*/
}

#maindepartment {
	/*background-image: url(../../images/structure/575x350-bg.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	width: 575px;
	float:left;
	margin:10px 0 10px 10px;
}

	#maindepartment2{
		height:100px;
		background-repeat: no-repeat;
		background-position: left top;
		width: 575px;
		float:left;
		margin:20px 0 0 18px;
	}

#maindepartment img{
	margin:5px 0 0 7px;
	border:solid 1px #999;
}

.sub-department{
	/*background-image: url(../../images/structure/279x168-bg.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	width: 279px;
	height: 168px;
	float:left;
	margin:0 0 0 12px;
}

.sub-department img
        {
		border:solid 1px #999;
	}
        
.oakdepthead {
    margin: 0 0 0 17px;
}

.sub-department-get{
	background-image: url(../../images/structure/279x500-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 279px;
	height: 500px;
	float:left;
	margin:10px 0 10px 12px;
}

#sub-department-billabong-holder{
	background:none;
	margin:0px;
}

.sub-department-billabong{
	width: 270px;
	float:left;
	margin:0 5px 0 0;
	text-align:center;
	background:none;
}

.sub-department img, .sub-department-get img{
	margin:0 0 0 5px;
}

#sort-by{
	border-top:1px solid #999999;
	float:left;
	margin:0 0 10px 3px;
	padding-top:15px;
	width:560px;
}

#sort-by button{width:40px; height:24px;}

form#sort-by select{width:150px;}

#department-details{
	margin:0px 0 0 0px; 
	float:left; 
	width:570px; 
	position:relative;
}

.pagination{
	float:right;
	margin:0 0 10px;
	/*width:560px;*/

}

.pagination-btm{
	float:left;
	clear:both;
}

.brand-subdept{
	width:100px;
	height:105px;
	float:left;
	margin:0 14px 14px 0;
	border:solid 1px #eee;
	background-color:#fff;
}





#products-holder{
	float:left;
	margin-left:20px 0 0 0;
	background:none;
	width:570px;
	padding:0px;
}

#department-notes{
	border-top:solid 1px #999999;
	border-bottom:solid 1px #999999;
	background-color:#fff;
	width:545px;
	float: left;
	/*margin-right:27px;*/
	margin-bottom:5px;
	margin-top:5px;
	padding:8px 8px 12px 8px;
}

#department-notes p{
	margin:5px;
}

