body .content .collections {
	width: 900px;
	height: 320px;
	text-align: center; /* Center - IE */
	margin-right: auto; /* Center - Browsers other than IE */
	margin-left: auto; /* Center - Browsers other than IE */
	background: url(images/background_collections.gif) no-repeat;
}

body .content .collections .topbottom {
	width: 900px;
	height: 15px;
	float: left;
	text-align: left;
}

body .content .collections .left {
	width: 210px;
	height: 320px;
	float: left;
	text-align: left;
}

body .content .collections .left .item {
	width: 190px;
	height: 45px;
	float: left;
	text-align: left;
}

body .content .collections .left .item .picture {
	width: 50px;
	height: 45px;
	float: left;
	text-align: left;
}

body .content .collections .left .text {
	width: 140px;
	height: 45px;
	float: left;
	text-align: left;
}

body .content .collections .right {
	width: 611px;
	height: 320px;
	float: left;
	text-align: left;
}

body .content .collections .right .cataloguepage {
	width: 60px;
	height: 70px;
	float: left;
	text-align: left;
}


body .content .collections .divider {
	width: 1px;
	height: 320px;
	float: left;
	text-align: left;
	background-color: RGB(230,230,230);
}

body .content .collections .padding {
	width: 20px;
	height: 320px;
	float: left;
	text-align: left;
}


