#boxes
{
	width: 100%;
	display: inline-block;
}

#boxes:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#boxes { display:inline-block; }

/* Hides from IE-mac \*/
* html #boxes { height: 1%; }
#boxes { display: block; }
/* End hide from IE-mac */

.contentbox
{
	margin: 3px;
	display: inline;
	float: left;
	min-height: 100px;
	z-index: 1;
	position: relative;
	padding: 0;
	font-size: 1.1em;
}

/* Stupid IE6! */
* html .contentbox
{
	height: 100px;
}

.innerbox
{
	margin: 10px;
}

.innerbox img
{
	display: block;
}

.contentbox_20
{
	width: 150px;
}

.contentbox_25
{
	width: 189px;
}

.contentbox_33
{
	width: 254px;
}

.contentbox_50
{
	width: 384px;
}

.contentbox_66
{
	width: 514px;
}

.contentbox_100
{
	width: 774px;
}

	.contentbox .contentboxresize
	{
		display: block;
		position: absolute;
		height: 5px;
		width: 100%;
		bottom: 0px;
		left: 0px;
		background: url( ../img/resize.gif );
		font-size: 0px;
		cursor: s-resize;
	}

	.contentbox .contentboxsort
	{
		cursor: move;
		position: absolute;
		display: block;
		background-image: url( ../img/move.gif );
		top: 0px;
		right: 20px;
	}

	.contentbox .contentboxdelete
	{
		cursor: pointer;
		position: absolute;
		display: block;
		background: url( ../img/delete.gif );
		top: 0px;
		right: 0px;
	}

	.contentbox .contentboxedit
	{
		cursor: pointer;
		position: absolute;
		display: block;
		background: url( ../img/edit.gif );
		top: 0px;
		right: 40px;
	}

.contentbox p
{
	margin-bottom: 1em;
}

#boxes .default
{
	margin: 3px;
	padding: 0px;
}

#boxes .contentclass1
{
	margin: 3px;
	padding: 0px;
}

#boxes .contentbox h2
{
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 3px;
}

/****************************************
 *	Latest item box			*
 ****************************************/

#boxes .boxtype_latestitemsbox
{
	height: 205px;
}

.nextlatestitem
{
	float: right;
	margin-right: 5px;
	margin-top: 40px;
}

.prevlatestitem
{
	margin-top: 40px;
	float: left;
	margin-left: 5px;
}

.latestitemsboximagewrapper img
{
	border: 1px solid #999;
}

#boxes .latestitemsboximagewrapper img, #boxes .latestitemsboximagewrapper a
{
	display: inline;
}

#boxes .boxtype_latestitemsbox h2
{
	color: #333;
	text-align: center;
}

#boxes .latestitemsboximagewrapper a
{
	border: 0;
	text-decoration: none;
	color: #000;
	font-size: 1em;
}

.latestitemsboximagewrapper
{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}



/************************************************
 *		Boxclasses			*
 * (.default is defined in common.css, since	*
 *  many elements use that class)		*
 ************************************************/

.christmas
{
	background: url( ../img/bg_christmas_red.jpg ) repeat-x;
	min-height: 280px;
}

* html .christmas
{
	height: 280px;
}

	.christmas img
	{
		border: 1px solid #666;
	}

	.christmas h2
	{
		font-size: 1.3em;
		font-weight: normal;
		color: #666;
	}

	.christmas h2#christmasdate
	{
		font-size: 2em;
		font-weight: bold;
		color: #FFF;
		margin-top: 40px;
	}

	.christmas #christmasitem
	{
		font-size: 1.7em;
		font-weight: normal;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 170px;
		color: #CCC;
	}

	.christmas #christmasprice
	{
		color: #000;
		font-size: 1.1em;
		font-weight: bold;
	}

	.christmas #christmascurrentprice
	{
		color: #000;
		font-size: 1.5em;
		font-weight: bold;
		margin-bottom: 30px;
	}